
/*--------------- DATATABLES ---------------------*/
thead input,
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.dataTable .two-rows{
    text-align:center;   
}

.dataTable .two-rows i{
    padding-top: 10px;    
}

.dataTable .two-rows i.fa{
    display:block; 
}

.dataTable .two-rows i.last{
    color:#dcda36;
}
.dataTable .two-rows i.timeout{
    color:#e74c3c;
}
.dataTable .two-rows i.done{
    color:#72c02c;
}
.dataTable .two-rows i.cancel{
    color:#e74c3c;
}

.dataTable td.details-control.fa-minus-circle, .dataTable td.details-control.fa-plus-circle {
    font-size:2.1em!important;
} 
.dataTable td.details-control.fa-minus-circle, .dataTable td.details-control.fa-plus-circle:hover {
    font-size:2.1em!important;
} 
/* Additional Information Row button*/
th.details-control.fa:before, th.details-control.fa:after{
    content: ""!important;
}

.dataTable .detailTab .field{
    font-weight: 700;
    width: 40%;
    text-align:right
}

.dataTable .detailTab .extraData{
    font-weight: 100;
    width: 60%;
    text-align:left;
    padding-left: 10px;
}

.dataTable .detailTab{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;

    /*border-radius: 10px;
    background-color: #f7f7f7;
    padding: 10px;
    min-height: 100px;
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.58);*/
}

.dataTable .detailTab tr{
    margin-top: 5px;
    height: 25px;
}

td.details-control.fa-plus-circle:hover {
    color: #00669C!important;
    cursor: pointer!important;
}
td.details-control.fa-minus-circle:hover{
    color: #00669C!important;
    cursor: pointer!important;
}
td.details-control.fa-plus-circle{
    color: #597786!important;
}
td.details-control.fa-minus-circle{
     color: #597786!important;
}

#tblSolicitudes.dataTable tbody tr[role="row"]{
    border-top: 1px dotted #A3A030!important;
}

#tblSolicitudes.dataTable tbody td {
    padding: 4px;
    max-width: 100px;
    font-size:12px;
    min-height:70px;
}

#tblSolicitudes.dataTable .detailTab td
{
    border-top:0!important;
}

#tblSolicitudes.dataTable .detail-row{
    border: 1px solid grey;
}

.grid-product-img{
    max-width:100%; 
    max-height:100px;
}

.fa-plus-circle:before {
    content: "\f05a";
}

.fa-minus-circle:before {
    content: "\f00d";
}

div.dataTables_processing {
    font-weight: 700!important;
    color: #333333!important;
    background: #d6d6d6!important;
    z-index: 100000;
    opacity: 0.85;
}

        table.dataTable thead > tr > th {
            padding-left: 5px!important;
            border-bottom-style: solid;
            border-bottom: 1px solid #f0f0f0;
            border-left: 0!important;
            border-right: 0!important;
        }
        .comments-field{
            min-width: 10px;
            word-wrap: break-word;
        }
        .comments-field i{
            padding-top:0!important;
        }
        .comments-field .lbmodal{
            margin-top:10%;
        }
        .table-disa{

        }
        .details-control {
            border:none;
            padding-top:35px!important;
        }
        .detailTab tr{
            border:none!important;
        }
        table.table-bordered tbody th, table.table-bordered tbody tr {
            border-top: 1px solid grey;
        }

        table.table-bordered.dataTable {   
            margin-left: -11px;
            border: none;
        }
        table.table-bordered.dataTable tbody td {
            border: none;
            border-top: 1px solid #e3e3e3;
            padding-bottom: 3px;
            padding-top: 3px;
        }
        table thead .row{ border: 1px solid grey;}
        table thead th{ border: none;}
        .dataTables_wrapper .row{ width: 99%!important;}

        @media (max-width:1200px){
            .table-responsive {
                width: 100%;
                margin-bottom: 15px;
                overflow-x: scroll;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                border: 1px dotted #ddd;
            }
            table.table-bordered.dataTable {   
                margin-left: 5px;
                border: none;
            }
        }


        .detailTab td{
            min-height:10px!important;
        }