 
.hide {
    display: none!important;
}
#tbl_wrapper {
    min-width: 3500px;
    margin: 0 auto;
} 
.table-striped th{ 
              white-space: nowrap;
}              
/*   corey  */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eeffee;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ccffcc;
}

.colorpicker {
    z-index: 2500;
}

.red {
    color:red;
}

.selected {
    color: black;
    background: #f8ffe8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8ffe8 0%, #a9f2ad 33%, #64dd56 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8ffe8 0%,#a9f2ad 33%,#64dd56 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8ffe8 0%,#a9f2ad 33%,#64dd56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#64dd56',GradientType=0 ); /* IE6-9 */
}


.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    color: black !important;
}

.select2-search input {
    color: black !important;
}


.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e4ebee;
  border-color: #e4ebee;
}
.bg-gray{background:#fcfcfc !important;}
.border-bottom-none{border-bottom:none !important;}
.table-bg-dark{background:#666; color:#fff;}
.dataTable-pa2 td{padding:10px;}
.widthfix{width:100px !important;} 
.widthfixxs{width:50px !important;}
.del-btn{display:none;}
i.green{color:#39DA8A} 
#tbl_wrapper thead th { position: sticky; top: 0; background:#fff;  }