
table.dataTable {
    width: 100%;
    /* margin: 0 auto; */
    clear: both;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
table.lista_solicitud {
    width: 100%;
    /* margin: 0 auto; */
    clear: both;
    border-collapse: separate;
    border-spacing: 0px 0px;
}
table.simple {
    width: 100%;
    /* margin: 0 auto; */
    clear: both;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

table.simpletabla {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

table.dataTable thead th  {
    font-weight: 500;
    /* font-family: 'Georama'; */
    /* background-image: linear-gradient(to bottom, #4d4d59 0%, #4d4d59 100%); */
    color: #000000;
    text-transform: uppercase;
    /* background-color: #efefef; */
    /* text-shadow: 1px 1px 1px #141313; */
}

table.parametros thead th  {
    font-weight: 500;
    font-family: 'Georama';
    background-image: linear-gradient(to bottom, #eba611 0%, #c8810b 100%);
    color: #fffcfc;
}

table.dataTable thead th.headtitulo{
   background-image: linear-gradient(to bottom, #393944 0%, #50505c 100%);
   border-bottom: solid 1px #6a6a8599;
   text-align: center;
}

table.parametros thead th.headtitulo{
   background-image: linear-gradient(to bottom, #feb915 0%, #eaa511 100%);
   border-bottom: solid 1px #eaa5118c;
   text-align: center;
}


table.censo thead th  {
    font-weight: 300;
    font-family: 'lato';
    background-image: linear-gradient(to bottom, #a39c9c 0%, #999292 100%);
    color: #ffffff;
    border-right:solid 1px #0004;
    text-align:center;
    text-shadow:none;
    /* text-shadow: 1px 1px 1px #eae4e4; */
}

table.colPerfil tbody td:nth-child(1),
table.colPerfil tbody td:nth-child(2)
{
    background-color:#dddddd;
}
table.dataTable tfoot th {
    font-weight: 500;
    font-size: 13px;
    /* font-family: 'Georama'; */
    color: #020202;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: pre;
    /* font-weight: 600; */
    overflow: hidden;
    font-size: 10px;
    border-bottom: 0px solid #1111115e;
}


table.simpletabla thead th{
   padding:10px;
}

table.parametros thead th,
table.parametros thead td {
    padding: 0px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-size: 10px;
    border-bottom: 0px solid #1111115e;
}


table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 10px 10px 10px;
    /* border-top: 1px solid #11111161; */
}


table.dataTable thead th.dt-right {
   text-align:center
}


table.censo thead th {
    padding: 10px 10px;
    white-space:normal;
    line-height: 13px;
    text-overflow: ellipsis;
    font-size: 12px;
    border-bottom: 1px solid #1111115e;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    /* background-image:url("../img/sort_both.png"); */
    /* border-right: solid 1px #ffffff; */
}
table.parametros thead .sorting {
    /* background-image:url("../img/sort_both.png") */
    border-right: solid 0px #ffffff1a;
}

table.censo thead .sorting {
    /* background-image:url("../img/sort_both.png") */
    border-right: solid 1px #746f6fd6;
}

table.dataTable thead .sorting_asc {
    /* background-image: url("../img/sort_desc.png"); */
    background-image: url(../img/sort_asc.png), linear-gradient(to bottom, #4d4d5900 0%, #47475200 100%);
    background-position-x: calc(100% - 5px), 100%;
    /* padding-right: 30px; */
    /* color: #acbad5; */
}

table.parametros thead .sorting_asc {
    /* background-image: url("../img/sort_desc.png"); */
    background-image: url(../img/sort_asc.png), linear-gradient(to bottom, #eaa511 0%, #c9820b 100%);
    background-position-x: calc(100% - 5px), 100%;
    padding-right: 30px;
}

table.censo thead .sorting_asc {
    /* background-image: url("../img/sort_desc.png"); */
    background-image: url(../img/sort_asc2.png), linear-gradient(to bottom, #8b8b8b 0%, #777777 100%);
    background-position-x: center;
    background-position-y:100%;
    padding-right: 10px;
    border-right: solid 1px #777272;
    border-bottom: solid 1px #777272;
}

th.sorting_asc {}

table.dataTable thead .sorting_desc {
    /* background-image:url("../img/sort_desc.png"); */
    background-image: url(../img/sort_desc.png), linear-gradient(to bottom, #44444f00 0%, #4d4d5900 100%);
    /* padding-right: 30px; */
    background-position-x: calc(100% - 5px), 100%;
    /* color: #acbad5; */
}

table.parametros thead .sorting_desc {
    /* background-image:url("../img/sort_desc.png"); */
    background-image: url(../img/sort_desc.png), linear-gradient(to bottom, #eaa511 0%, #c9820b 100%);
    padding-right: 30px;
    background-position-x: calc(100% - 5px), 100%;
}

table.censo thead .sorting_desc {
    /* background-image:url("../images/sort_desc.png"); */
    /* background-image: url(../images/sort_desc.png), linear-gradient(to bottom, #d4cdcd 0%, #aba7a7 100%); */
    background-image: url(../img//sort_desc2.png), linear-gradient(to bottom, #8b8b8b 0%, #777777 100%);
    padding-right: 10px;
    background-position-x: center;
    background-position-y:100%;
    border-right: solid 1px #777272;
    border-bottom: solid 1px #777272;
}

th.sorting_desc {}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../img/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../img/sort_desc_disabled.png")
}

table.dataTable tbody>tr {
    background-color: #e6e4e46b;
    /* margin: 10px 0; */
    /* padding: 10px; */
    /* border: solid 1px; */
    /* border-bottom: solid 10px #efefef; */
    border-radius: 20px;
    overflow:hidden;
}

table.simple tbody>tr {
    background-color: #ffffff78;
    /* margin: 10px 0; */
    /* padding: 10px; */
    /* border: solid 1px; */
    /* border-bottom: solid 10px #efefef; */
    border-radius: 20px;
    overflow:hidden;
}

table.lista_solicitud tbody>tr {
    background-color: #ffffff;
    /* margin: 10px 0; */
    /* padding: 10px; */
    /* border: solid 1px; */
    border-bottom: solid 1px #000000;
    border-radius: 0px;
    overflow:hidden;
}

table.dataTable tbody tr td:first-child{
   border-radius: 5px 0 0 5px;
   /* border:solid; */
} 

table.simple tbody tr td:first-child{
   border-radius: 0px 0 0 0px;
} 

table.simple tbody tr:first-child td:first-child{
   border-radius: 5px 0 0 0px;
} 
table.simple tbody tr:first-child td:last-child{
   border-radius: 0px 5px 0 0px;
} 
table.simple tbody tr:last-child td:first-child{
   border-radius: 0px 0 0 5px;
} 


table.simple tbody tr:last-child td:last-child{
   border-radius: 0px 0px 5px 0px;
} 

.estado_Cancelado{
    background-color:#f00;
    color:#fff;
    padding :4px 10px 2px;
    display:inline-block;
    border-radius:15px;
    font-size:11px;
    
}
.estado_Resuelto{
    background-color:#78b70b;
    color:#fff;
    padding :4px 10px 2px;
    display:inline-block;
    border-radius:15px;
    font-size:11px
}

.estado_Encursoasignada{
    
    background-color:#e5ed2b;
    color:#131313;
    padding :4px 10px 2px;
    display:inline-block;
    border-radius:15px;
    font-size:11px
}


.estado_Encursoplanificada{
    
    background-color:#e5ed2b;
    color:#131313;
    padding :4px 10px 2px;
    display:inline-block;
    border-radius:15px;
    font-size:11px
}

table.simpletabla  tbody tr td:first-child{
   border-radius: 0px 0 0 0px;
   /* border:solid; */
} 

table.dataTable tbody tr td:last-child{
   border-radius: 0px 5px 5px 0px;
   /* border:solid; */
} 
table.simple tbody tr td:last-child{
   border-radius: 0px 0px 0px 0px;
   /* border:solid; */
} 

table.simple thead tr th {
   /* margin-bottom: 41px; */
   height: 30px;
} 

table.lista_solicitud tbody tr td:last-child{
   border-radius: 0px 0px 0px 0px;
   /* border:solid; */
} 


table.lista_solicitud tbody tr td:first-child{
   border-radius: 0px 0 0 0px;
   /* border:solid; */
} 

table.dataTable tbody tr.child-detail,table.dataTable tbody tr.child-detail:hover {
    background-color: transparent;
}
table.dataTable tfoot tr {
/*  background-color: transparent;*/
}




table.dataTable tbody tr.selected {
    /* background-color: #B0BED9; */
}


.stockAlmacen{
   min-width:280px;
   min-height: 59px;
   max-height: 135px;
   overflow-y: auto;
}


.capaderecha,.capaizquierda{
    width: 50%;
    /*   min-height: 40px;
    border: solid 1px #f00; */
    vertical-align: top;
    margin: 0px 0 3px;
    border-bottom: dotted 1px #aaaa;
    padding-bottom: 3px;
    /* padding: 0; */
    text-align: left;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    }



.divleft,.divright{
  
    /*   min-height: 40px;
    border: solid 1px #f00; */
    vertical-align: top;
    margin-left:10px;/*
    border-bottom: dotted 1px #aaaa;
    padding-bottom: 3px;
    /* padding: 0; */
    text-align: left;
    /*overflow: hidden*/
   display:inline-block;
    /*text-overflow: ellipsis;*/
    }
.capaizquierda:last-child {
   margin:0;
}
.capaderecha:last-child {
   margin:0;
}

.noasignado{
    background-color: #74777e;
    color:#fff;
    border-radius:10px;
    text-align:center;
    font-size:11px;
    display: inline-block;
    /* width: 80px; */
    padding:3px 10px 1px; 10px;
    margin: auto;
}
.capaderecha{
    text-align: right;
}



.EAN{font-family: "Libre Barcode EAN13 Text", system-ui;font-weight: 300;font-style: normal;font-size: 70px;display: block;margin-top: -20px;margin-bottom: -20px;}
.titulomapa{
    font-family:lato;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
    font-size:10px;
    margin: 7px 10px 8px;
}

table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    /* border-right: solid 1px #0000000d; */
    white-space: nowrap;
}

.multiline{
   white-space:pre-wrap;
   min-width:150px;
}

table.dataTable tbody tr.selected td {  
    color:#e7e7e7;
    font-family: 'Roboto';
    font-weight: 300;
  /* text-shadow:1px 1px 1px #0003;*/
    /* border-right: solid 1px #0000000d; */
   /* white-space: nowrap; text-shadow: 1px 1px #d4d4d4, -1px -1px #969696;*/
}

table.simpletabla tbody td {
    padding: 3px 10px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    /* border-right: solid 1px #0000000d; */
    white-space: nowrap;
}

table.parametros tbody td {
    padding: 0px 15px;
    font-size: 10px;
    border-right: solid 1px #0000000d;
    white-space: nowrap;
}

.textolargo{
   whites-space:
   pre;
   white-space: pre;
}
table.censo tbody td {
    padding: 6px 10px;
}

.details-control {
    height: 48px;
    margin: 0 10px;
}

table.dataTable.row-border tbody td,
table.dataTable.display tbody td {
    /* border-top: 1px solid #00000014; */
}


table.dataTable.display tbody td:first-child {
    /* border-left: 1px solid #00000014; */
}

table.dataTable.dark tbody td{
    border-top:0;
    border-left:0;
}

table.dataTable.dark tbody td:first-child {
    border-left: 0px solid #00000014;
}

.solicitudservicio{
    display:block;
    font-weight: 500;
    font-family: Lato;
    font-size: 14px;
    color: #222;
}
.celdahora{
    color:black;
    font-weight:500;
    border:solid 0;
    /* margin-top:-15px; */
    position:relative;
    display:block
}
.solicitudubicacion{
    display:block;
    font-weight: 500;
    color: #3a2be9;
    font-size: 11px;
}

.mascaramapa{
    overflow: hidden;
    height: 296px;
    width: 400px;
    border-radius: 5px;
    display: block;
    /* border: solid 1px #e0b3b3; */
    margin-right: 10px;
    margin-left: 10px;
}

.capamapa {
    border: 0px solid red;
    height: 850px;
    width: 800px ;
    position:relative;
    top:-280px;
    left:-200px;
    filter:brightness(2.4) saturate(0.6);
}
.detalle_tabla{
    padding: 10px 20px 20px 20px;
    display: none;
    background: linear-gradient(to bottom, #99a5b0 0%, #99a5b066 70%);
    /* border-top: solid 1px #999; */
    margin-top: -1px;
    /* text-align: center; */
    /* margin-left: -1px; */
    border-radius: 5px;
}

.detalle_tabla2{
    padding: 10px 20px 20px 20px;
    background-color: transparent;
    display: none;
    /* border-top: solid 1px #999; */
    /* text-align: center; */
}

.tperiodos{
   background-color:#919191;
}

.tperiodos>div{
   /* background:
   transparent; */
   background: linear-gradient(to bottom, #7a7a7a 0%, #9a9a9a 100%);
   box-shadow: none;
}

.detalle_tabla>div>button{
   margin-top:10px;
}

#finta{
   display:
   none;
   width: 190%;
   margin-left: -20px;
   /* border: solid 1px #0000001f; */
   overflow: hidden;
   overflow-x: auto;
}

  #finta.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }
#finta div{
   padding-left:0;
}

.detalle_tabla>div,.detalle_tabla2>div,.detalle_tabla2>div>div{
    /* padding:0; */
    background-color:transparent;
    box-shadow:none;
   display:inline-block;
   vertical-align:top;
   
}
div.pdfsolicitud {
    background-color:#f8f8f8;
    border-radius:5px;
    padding:15px 0 0;
    text-align:center;
    display:block;
    width:140px
}

div.pdfsolicitud>a{
    line-height:40px;
    font-size:12px;
    color:#000;
}



.detalle_tabla>div:first-child{
   /* padding: 20px 0 10px 0; */
   border:
   solid 0;
}
.detalle_tabla hr{
   /* visibility:hidden; */
   margin:0;
   border-bottom: solid 1px #bbb;
   border-top: solid 1px #777;
}

table.dataTable>tbody>tr.child-detail>td{
    padding:0;
}












  .activescroll {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }








table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    /* border-top: none; */
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
     background-color: #e2e2e2ba;
}

table.dataTable.simple tbody tr.odd {
     background-color: #ffffffb8;
}


table.dataTable.lista_solicitud tbody tr td {
    
border-bottom: solid 1px #ddd;
    
padding: 15px 10px;
}

table.dataTable.lista_solicitud tbody tr.odd {
     background-color: #ffffff;
     border-bottom: solid 1px #000000;
}
table.dataTable.simpletabla tbody tr.odd,
table.dataTable.simpletabla tbody tr.odd {
     background-color: #eaeaea; 
}


table.dataTable.display tbody tr.red td{
    background: linear-gradient(to bottom, #8c4e4e 0%,#744 99%);
    color:#ddd;
}


table.dataTable.display tbody tr.verde td{
    background: linear-gradient(to bottom, #555 0%,#555 99%);
    color:#bbb;
}

table.dataTable.display tbody tr.amarrillo td{
    background: linear-gradient(to bottom, #666 0%,#666 99%);
    color:#eee;
}



table.dataTable.simpletabla tbody tr.odd.selected,
table.dataTable.simpletabla tbody tr.odd.selected {
    background-color: #99a5b0; 
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    /* background-color: #acbad4; */
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    /* background-color: #f6f6f6; */
}

table.dataTable.hover tbody tr.child-detail:hover,
table.dataTable.display tbody tr.child-detail:hover {
   /* background-color: transparent*/
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    /* background-color: #aab7d1; */
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    /* background-color: #fafafa; */
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    /* background-color: #acbad5; */
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    /* background-color: #f1f1f1; */
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    /* background-color: #f3f3f3; */
}


table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.colPerfil tbody tr.odd>.sorting_2 {
    /* background-color: #f5f5f5; */
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    /* background-color: whitesmoke; */
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    /* background-color: #cecfd0; */
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    /* background-color: #a8b5cf; */
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    /* background-color: #a9b7d1; */
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    /* background-color: #fafafa; */
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    /* background-color: #fcfcfc; */
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.colPerfil tbody tr.even>.sorting_2 {
    /* background-color: #f5f5f5; */
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    /* background-color: #fefefe; */
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.colPerfil tbody tr.even>.sorting_3 {
    /* background-color: #f5f5f5; */
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    /* background-color: #acbad5; */
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  /*  background-color: #aebcd6*/
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
   /* background-color: #afbdd8*/
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    /* background-color: #eaeaea; */
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  /*  background-color: #ececec*/
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    /* background-color: #efefef*/
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    /* background-color: #a2aec7; */
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
   /* background-color: #a3b0c9*/
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
   /* background-color: #a5b2cb*/
}

table.dataTable.no-footer {
    /* border-bottom: 1px solid #00000022; */
}

table.dataTable.dark.no-footer {
    border-bottom: 0px solid #00000052;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

td.dt-alto1{
    height: 65px; 
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box
}
.tbldetails .dataTables_wrapper {
    padding:0;
    margin: 15px 0;
}


.tblmultiple .dataTables_wrapper {
    padding:0;
    margin: 0px 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}











table.dataTable.cards tbody tr {
   float: left;
   /* display: inline-block; */
   width: 25%;
   background-color:transparent;
   /* margin: 0.5%; */
   /* border: 0.0625rem solid rgba(0, 0, 0, .125); */
   /* border-radius: .25rem; */
   /* box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25); */
}


table.cards tbody tr.even,table.dataTable.cards tbody tr.odd {
    background-color:transparent;
}

table.dataTable.cards tbody tr td {
   display: block;
   background-color:transparent;
   border:0;
}

.cards thead {
   display: none;
}

.cards td:before {
   content: attr(data-label);
   position: relative;
   float: left;
   color: #808080;
   min-width: 4rem;
   margin-left: 0;
   margin-right: 1rem;
   text-align: left;   
}

tr.selected td:before {
   color: #CCC;
}

.table .avatar {
   width: 50px;
}

.cards .avatar {
   width: 150px;
   margin: 15px;
}




















.dataTables_wrapper {
    position: relative;
    clear: both;
    /* padding: 20px; */
    /* margin: 20px 0px 30px; */
    /* background-color: #efefef; */
    /* box-shadow: 2px 2px 5px #00000022; */
    border-radius: 5px;
    /* overflow: hidden; */
    zoom: 1;
}


.parametros {
    position: relative;
    clear: both;
    padding: 0px;
    margin: 0px 0px; 
    background-color: #fff;
    /* box-shadow: 2px 2px 5px #00000022; */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: solid 1px #0004;
    border-radius: 5px;
    padding: 7px 0px 7px 10px;
    outline: none;
    width: 245px;
}

.dataTables_wrapper .dataTables_filter label {

   padding-left:10px;
   text-align:left
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *
    cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #0000000f;
    border-radius: 50px;
    background-color: #fbf3f3;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc)); */
    /* background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%); */
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    /* background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    border-radius:50px;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
     
    border-radius:50px;
    background-color: #a5a1a1; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    border-radius: 50px;
    /* background-color: #2b2b2b; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); */
    /* background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); */
    /* box-shadow: inset 0 0 3px #111; */
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 0;
    left: 0%;
    border: solid 0px;
    width: 100%;
    height: 100%;
    /* margin-left: -50%; */
    /* margin-top: -25px; */
    /* padding-top: 20px; */
    text-align: center;
    /* font-size: 1.2em; */
    background-color: white;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 13px;
    /* margin-top: 15px; */
    z-index: 999;
}
.bottom
{
   min-height: 3;
   border: solid 0px;
   display:
   block;
   min-height: 48px;
   }
.divcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    /* min-height: 700px; */
    /* padding-bottom: 100px; */
    transform: translate(-50%, -50%);
}
.dataTables_wrapper .dataTables_filter{
    color: #333;
    /* font-size: 13px; */
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter label{
   display:
   inline-block;
   width: auto;
}


.dataTables_wrapper .dataTables_scroll {
    clear: both;
    /* background-color: #fff; */
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}





.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    /* border-bottom: 1px solid #11111173; */
}

.tblmultiple .no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #d5d5d5;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none
}

.dataTables_scrollBody .margensuperior{
    margin-top:-20px;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}








@media screen and (max-width: 767px) {


   
.infoReporte{
   width:100%;
   padding-left:20px;
}
.dataTables_wrapper{margin:0;border-radius:0;padding: 0px 0px;}

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        /* float: none; */
        text-align: center
    }
    .dataTables_wrapper .dataTables_filter {
        float:none;
        margin-top: 15px;
        margin-left: 0;
    }

    
.dataTables_wrapper .dataTables_filter input {
    margin-left: -10px;
    width:300px;
    }
}