/* Ajax Loader Image */
.spinLayout {
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 100009;
    position: fixed;
    opacity: 0.95;
    top: 0px;
    left: 0;
}

.spinLayout img {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
}

.stockContent *, .well *
{
    font-family: "Open Sans",sans-serif !important;
}
.show{visibility: visible;}
.hide{visibility: hidden;}

.entry-content
{
    margin: 0 !important;
}
.button {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none !important;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 31px;
    margin: 0;
    padding: 0 20px 1px;
    text-decoration: none;
    white-space: nowrap;

    margin-right: 5px;
    text-transform:none;
    text-align: center;
    font-weight: normal;letter-spacing: 0.046875em;
}
.button-small
{
    font-size: 12px;
    height: 25px;
    line-height: 12px;
    padding: 5px 10px;
    min-width: 75px;
}
.button-primary {
    background: #0085ba none repeat scroll 0 0;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.button-primary.focus, .button-primary.hover, .button-primary:focus, .button-primary:hover {
    background: #008ec2 none repeat scroll 0 0;
    border-color: #006799;
    color: #fff;
}
.button-primary.focus,  .button-primary:focus {
    box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db;
}

.button-secondary {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ccc;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    vertical-align: top;

}

.selected, .button-secondary:active, .button-secondary:focus,  .button-secondary:hover {
    background: #eee none repeat scroll 0 0;
    border-color: #999;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
}
button[disabled]:hover, button[disabled]:focus, button[disabled]:active {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    color: #000;
    font-weight: normal;
    line-height: 0;
    padding-left: 7px;
    text-transform: none;
}

.button-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    box-shadow: 0 1px 0 #5cb85c;
}
.button-success.focus,  .button-success:focus {
    box-shadow: 0 1px 0 #5cb85c, 0 0 2px 1px #5cb85c;
}
.button-success:hover
{
    background-color: #449d44;
    border-color: #419641;
    color: #fff;
}

.pull-right
{
    float: right;
}
.pull-left{
    float: left;
}

.clear{clear:both;}
.clear1{clear:both;height: 1px;}
.clear2{clear:both;height: 2px;}
.clear5{clear:both;height: 5px;}
.clear10{clear:both;height: 10px;}
.clear20{clear:both;height: 20px;}
.clear25{clear:both;height: 25px;}

.search-field {

    background: #fff !important;
    color: #333 !important;
    font-size: 14px;
    height: 33px;
    margin-right: 5px;
    padding: 5px !important;
    width: 100px !important;

}
.search-select {

    color: #333333 !important;
    font-size: 12px;
    height: 20px;float: left;
    margin-right: 5px;
    padding: 0 !important;
    width: 100px !important;

}
label.llbl {
    cursor: default;
    font-size: 11px;
}

.component {
    line-height: 1.5em;
    margin: 0 auto;
    padding: 1em 0 3em;
    /*width: 1000px;*/
    /*max-width: 1000px;*/
    width: 100%;
    overflow: hidden;

}

.component .filler {

    color: #d3d3d3;
}
table {
    background: #ffffff none repeat scroll 0 0;
    border-collapse: collapse;
    font-size: 13px !important;
    margin: auto;
    max-width: 100%;
    table-layout: unset !important;
    width: auto;
}

td, th {
    padding: 5px;
    text-align: center;
}

td.err {
    background-color: #e992b9;
    color: #fff;
    /*    font-size: 0.75em;*/
    text-align: center;
    line-height: 1;
}
th {
    background-color: #31bc86;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
td
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
tbody th {
    background-color: #2ea879;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

tfoot tr td{
    font-weight: bold;
}

/* For appearance */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 0;
    width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .125s ease-in-out;
    z-index: 50;
    width: auto; /* Prevent table from stretching to full size */
}


.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
    z-index: 100;
    width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;

}
.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #eee;
}


.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
    text-transform: capitalize;
}
.sticky-wrap.overflow-y  {
    overflow: scroll;
    max-height: 70vh;
    /*min-height: 70vh;*/

}
.wrapper1{
    overflow-x: scroll;overflow-y:hidden;border: none;
}
.div1{
    height: 1px;
}

.well {

    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0 10px 5px;
    display:none;
    width: 40%;
    border-radius: 5px;
}

.well h2 {
    background: #31bc86 none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    cursor: move !important;
    font-size: 20px;
    line-height: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
}

.well .close-btn {
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    font-style: normal;
    height: 30px;
    line-height: 25px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 38px;}
.well .close-btn:hover,
.well .close-btn:focus {
    opacity: 1; }
.well .close-btn:active {
    top: 7px; }

.well h2
{

}
.well .help-text{
    font-size: 14px;
    margin-right: 5px;
    text-align: justify;
}
.well .help-text b, .well .help-text strong{
    font-size: 18px;
}


.sort {
    max-height: 350px;
    padding: 0 20px;
    overflow-y: auto;margin-top: 5px;font-size: 14px;
}
.sortLabel
{
    width: 235px !important;
}
.sortLabel3
{
    width: 170px !important;
    float: left;
    font-size: 11px;color: #000;
}
.sortLabel4
{
    width: 190px !important;
    float: left;
    font-size: 11px;
}

.sortLabel2
{
    margin-left: 200px;
    margin-right: 20px;
    text-align: left;
    width: 120px !important;
    font-size: 13px
}
.link {
    cursor: pointer;
    font-size: 14px;
}
.popupVisable {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.popup_visible .popupVisable {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.mainHead{
    margin: 0 30px !important;

}
.mainHead h4
{
    float: left;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    text-transform: none;
    margin: 0;
}
.mainHead h3{
    margin-bottom: 0 !important;margin-top: 0;
}
.mainHead span{
    float: left;
    font-size: 18px !important;
    margin-top: -7px;
}


#message {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
}
#message p{
    margin: 0;
}

div.updated {
    border-left: 3px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.entry-header
{
    margin:  0 !important;
}
.entry-header h1{
    margin-bottom: 15px !important;
}.checkBoxes {
    margin-right: 0 !important;
}
#sortMenu {
    width: 37% !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    table {
        width:auto;
    }

    /* Safari only override */
    ::i-block-chrome, table {
        width: 100%
    }
}
.meanmeadian{
    background-color: #31BC86 !important;
    color: #fff !important;
}
.dark,.dark1{
    background: #999 !important;
    width: 15px !important;
}
.dark1{
    text-align: left !important;
}

// ACCORDIAN

.collapse {
    display: none;
}

a.panel-heading {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    /*box-shadow: 1px 2px 3px #999;*/
    color: #000;
    cursor: pointer;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 14px;
    padding: 5px 5px 5px 10px;

}
a.panel-heading1
{
    margin-left: 0;
    margin-right: 5px;
    cursor: default;
}


/*a.panel-heading:hover{
   background: #ccc ;
   color: #007acc;
}
a.panel-heading:hover .panel-title{
   color: #007acc;
}*/

.panel-title{
    color: #000000;
}
.panel-collapse {
    margin: 0 5px;
    /*padding: 10px;*/
    text-align: justify;
    display: none;
}
.panel-collapse.in{
    display: block;
}
.sortCenter{
     color: #000;
    font-size: 14px;
    text-align: center;
}
.sortBtnDiv
{
    width: 405px;
    /*float:left*/
}
.sortBtnDiv1
{
    width: 270px;
    /*float:left*/
}

.my-sticky-custom {
    position: absolute;
}
.h3Heading
{
    clear: none;
    color: #0073aa;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 5px 4px 6px #ccc;
    margin: 0 !important;
}
.sortLabel1 {
    width: 100% !important;
}
.sortLabel1 > label {
    font-size: 12px;
}
.col-md-6 {
    width: 49%;
}

.btn-sort
{
    font-size: 10px;
    height: 20px;
    line-height: 6px;
    min-width: 60px;
    padding: 5px;
    color: #000;
}

.masonry {
    margin: 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.masonry1 {
    margin: 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.item {
 display: inline-block;;
}
@media only screen and (min-width: 400px) {
    .masonry,.masonry1 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry ,.masonry1{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}

@media only screen and (min-width: 900px) {
    .masonry,.masonry1 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .masonry1 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}
.instBtn {
    height: auto;
    margin: 0;
    padding: 11px;
}
 p.instP {
    margin-bottom: 10px;
    font-size: 13px; text-align: justify;
}
.button-smallIndust
{
      font-size: 12px;
    height: 22px;
    line-height: 6px;
    min-width: 75px;
    padding: 0 7px;
}
.boldStr
{
    font-size: 12px;
    font-weight: bold;
}
.boldStr1
{
    font-weight: bold;font-size: 10.5px;
}

@-moz-document url-prefix() {
  .column_bb_open,.popup_aa_open {
     /*margin-left: 15px;*/
  }
}
.table_formula, .table_formula tr, .table_formula tr td{border:none !important; background:none !important; font-style:italic !important;}
.table_formula tr td.border{border-bottom:solid 1px #000 !important; background:none !important}


#Searchh_wrapper,#sort_wrapper, #Industriess_wrapper, #Customizee_wrapper
{
    z-index: 100005 !important;
}
.search-select:disabled {
    color: #777 !important;
}
.alignRight
{
    text-align: right !important;
}
button[disabled], html input[disabled] {
    cursor: default !important;
    opacity: 0.5 !important;
}
.marginBottom{
    margin-bottom: 2px
}
.disabled{
    opacity: 0.5 !important;
}