.di-block{
    display: block;
}
.error{
    color: red;
}
input[type="checkbox"]table.dataTable thead > tr > th, table.dataTable thead > tr > td{
}
#DataTable .radio, .checkbox{
    margin-bottom: 0px;
    margin-top: 0px;
}
#DataTable [type=search]{
    line-height: 10px;
}
div.dataTables_wrapper div.dataTables_filter label{
    line-height: 25px;
}
#dt-lable lable,[type="checkbox"]:checked + label::before{

}

.dataTables_paginate a{
    padding:0px 3px; 
}
.dataTables_paginate .current{
    background-color: #2196f3;
    color: white;
}
.dataTables_paginate  a {
    border: medium none;
    color: #555;
    font-weight: bold;
}
.dataTables_paginate > .active > a, .dataTables_paginate > .active > span, .dataTables_paginate > .active > a:hover, .dataTables_paginate > .active > span:hover, .dataTables_paginate > .active > a:focus, .dataTables_paginate > .active > span:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.dataTables_paginate  a {
    border: medium none;
    color: #555;
    font-weight: bold;
}
.dataTables_paginate a, .dataTables_paginate > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.card .body .custom-col-space{
    margin: 0px;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #009688 none repeat scroll 0 0;
}
.dtp-date-view > header.dtp-header {
    background: #009688 none repeat scroll 0 0;
}

.paging_simple_numbers a{
    cursor: pointer
}
.dataTable td,th{
    font-size:12px;
}

.btn:not(.btn-link):not(.btn-circle) {
    font-size:10px;
}

.open > .dropdown-menu {
    display: block;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.fixed-table-toolbar .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    text-align: left;
}
.dropdown-menu {
    border-color: #eee;
    border-radius: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 50px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.col-list{
    position:absolute;
}
.col-list li{
    margin-left:10px; 
}
.dropdown-menu {
    margin-top: 3px !important;
}
.navbar-nav > li > a {
    font-size: 15px;
}
.dataTables_wrapper .dt-buttons {
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
}
.dataTables_wrapper .dt-buttons a.dt-button{
    color: black;
}
.highlight_div > input[type="checkbox"]{
    position: unset;
    opacity: 1;
}
.table-striped > tbody > tr.hightlight_border{
    background:#28b4e2;
}
.table-striped > tbody > tr.hightlight_border_worksheet{
    background:#e7bdfc;
}
.table-striped > tbody > tr.hightlight_border_rush_hot{
    background:#25bcb7;
}
.qty_text{
    font-size: 15px;
}
.dropdown-menu {
    min-width: 350px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media (max-width: 560px) {
    .pull-right .dropdown-menu {
        right: 0;
        left: 0;
    }
}

.col-list .button-group .btn {
    padding-right:10px; 
}

.detail_label .form-control {
  height: auto;
}

div.dataTables_wrapper div.dataTables_filter label{
    margin-left: 5px;
}