@import url("reset.css");


.bg-light {
    background-color: #f8f9fa;
}

span {
    font-size: 0.75rem;
}

img {
    cursor: pointer;
}


/*----------------FOOTER----------------------*/

#footer {
    width: 960px;
    height: 55px;
    background-image: url(../images/bg_footer.jpg);
    margin: 20px auto;
}

#footer ul {
    float: right;
    width: 770px;
    margin-top: 11px;
}

#footer ul li {
    float: left;
    margin-right: 10px;
    width: 243px;
}

#footer ul li a {
    color: #828282;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #3855b1;
}

/*----------------RESULTADOS----------------------*/

/*----------------RESULTADOS----------------------*/

#filtro {
    max-width: 800px;
    margin: 0px auto;
    display: block;
}

#result {
    max-width: 800px;
    margin: 40px auto;
    border: 1px solid #d4d4d4;
    /*border-radius: 5px;*/
     box-shadow: 0px 2px 10px #c7c7c7;
    -webkit-box-shadow: 0px 2px 10px #c7c7c7;
    -moz-box-shadow: 0px 2px 10px #c7c7c7;
}

#result ul.titles {
     background-color: #ffffff;
    border-bottom: 1px solid #023e94;
    clear: both;
    padding: 10px 0px 10px 10px;
    color: #023e94;
    height: 14px;
    font-size: 0.9em;
}

#result ul.titles li {
    float: left;
    height: 12px;
   
}

#result ul.titles li.apellido {
    width: 247px;
    float: left
}

#result ul.titles li.referencia {
    width: 100px;
    float: left
}

#result ul.titles li.fecha {
    width: 80px;
    float: left
}

#result ul.titles li.orden {
    padding-left: 10px;
    float: left
}

#result ul.titles li.ref {
    width: 220px;
    float: left
}

#result ul.titles li.resultados {
    width: 80px;
    float: left
}

#result ul.titles li.archivo {
    width: 60px;
    float: left;
}

#result ul.titles li.fechaEntrega {
    width: 80px;
    float: left
}

#result ul.titles li.estados {
    width: 85px;
    float: left
}

#result ul.titles li.fix {
    width: 72px;
    float: left
}

#result ul.valores {
    border-bottom: 1px solid #e9e9e9;
    width: 960px;
    display: inline-block;
    clear: both;
    height: 60px;
}

#result ul.valores li {
    display: block;
    padding: 20px 10px;
}

#result ul.valores li.ico {
    width: 31px;
    float: left
}

#result ul.valores li.apellido {
    width: 231px;
    font-weight: bold;
    float: left;
    font-size: 14px;
  
}

#result ul.titles li.documento {
    width: 121px;
    float: left;
}

#result ul.valores li.documento {
    width: 100px;
    float: left;
}

#result ul.valores li.fix {
    width: 80px;
    float: left;
   
}

/* agregado */

#result ul.valores li.ana {
    width: 860px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    padding: 8px 50px 0px;
}

#result ul.valores li.txtpost {
    width: 860px;
    float: left;
    padding: 3px 50px;
}

#result ul.valores li.txtResult {
    width: 210px;
    float: left;
    padding: 0px 175px 5px;
}

#result ul.valores li.estados {
    width: 70px;
    float: left;
}

#result ul.subValores {
    width: 960px;
    display: inline-block;
    clear: both;
}

/* fin agregado */

#result ul.valores li.fecha {
    width: 60px;
    float: left
}

#result ul.valores li.orden {
    width: 58px;
    float: left;
    font-weight: bold;
}

#result ul.valores li.referencia {
    width: 77px;
    float: left
}

#result ul.valores li.ref {
    width: 220px;
    float: left
}

#result ul.valores li.resultados {
    width: 50px;
    float: left;
    padding: 10px 2px;
}

#result ul.valores li.archivo {
    width: 50px;
    padding: 10px 2px;
    float: right
}

#result ul.valores li.fechaEntrega {
    width: 70px;
    float: left
}

#result ul.valores a {
    color: #828282;
    font-weight: bold;
    text-decoration: none;
}

#result ul.valores a:hover {
    color: #333333;
}

/*----------------DATOS----------------------*/

#datos {
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    
    padding-bottom: 21px;
    box-shadow: 0px 2px 10px #c7c7c7;
    -webkit-box-shadow: 0px 2px 10px #c7c7c7;
    -moz-box-shadow: 0px 2px 10px #c7c7c7;
}

#datos ul.titles {
     background-color: #ffffff;
    border-bottom: 1px solid #023e94;
    clear: both;
    padding: 10px 20px 10px 12px;
    color: #023e94;
    height: 14px;
    font-size: 0.9em;
}

#datos ul.titles li.orden {
    float: left;
}

#datos ul.titles li.estado {
    float: right;
}

#datos ul.titles li.orden span, #datos ul.titles li.estado span {
    color: #d4d4d4;
    margin-left: 10px;
}

#datos ul.info_paciente {
    margin: 20px 0 0 0;
}

#datos ul.info_paciente li {
    color: #5C5B5F;
    float: left;
    width: 230px;
    margin-left: 10px;
    margin-bottom: 12px;
}

#datos ul.info_paciente li span {
    color: #7b7b7b;
    margin-left: 10px;
}

#datos img {
    margin-top: 17px;
}


input#nro_ord {
    padding: 0.3rem 0.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input#nro_ord:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

td.tablasubEncabezado {
    padding-left: 5px;
    padding-top: 5px;
}

table .trheader td {
    background-color: #004990;
    color: White;
    border-top: medium none;
    padding-left: 5px;
    height: 30px;
    font-weight: bold;
}

table .trheader th {
    background-color: #0384CE;
    color: White;
    border-top: medium none;
    padding-left: 5px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid white;
}

.trresult {
    padding-left: 5px;
    height: 100px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #dee2e6 !important
}

.trresult td {
    padding: 5px;
  
}

.trana {
    padding-left: 5px;
    height: 20px;
}

.trana td {
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d4d4d4;
    color: grey;
}

.fecha {
    color: #343a40;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 1.1rem;
    font-weight: bolder;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.info {
    color: #343a40;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 1rem;
    font-weight: bolder;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tabla {
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    margin: 0 auto 0;
    box-shadow: 0px 1px 2px #c7c7c7;
    -webkit-box-shadow: 0px 1px 2px #c7c7c7;
    -moz-box-shadow: 0px 1px 2px #c7c7c7;
}

.trresult td a {
    color: #828282;
    font-weight: bold;
    text-decoration: none;
}

.trresult td a:hover {
    color: #3855b1;
}

.ficha {
    /*color: #343a40;*/
    color:#7b7b7b;
     font-size:11pt;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.sortable th {
    background-color:#c7c7c7;
     color: White;
    border-top: medium none;
    padding-left: 5px;
    height: 20px;
    padding-left: 5px;

}

.sortable tr.trresult:hover {
    background-color: #f1f1f1;
    color: #012c5e;
}

.tabla tr.ilumina:hover {
    background-color: #f1f1f1;
    color: #012c5e;
}

/*----------------PAGINADO----------------------*/

#paginado {
    background-color:#c7c7c7;
     
    color: white;
    margin: 10px auto;
    padding-top: 10px;
    padding-left: 10px;
    max-width: 800px;
    border-radius: 5px;
   }

#paginado #spaginas {
    margin: 0 0 0 55px;
    float: left;
}

#paginado #scant_ordenes {
    width: 200px;
    margin: 0 0 0 55px;
    float: left;
}

#paginado .pag {
    float: right;
}

#paginado .pag ul li {
    float: left;
    margin-left: 7px;
}

#paginado .pag ul li a {
    color: white;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    padding: 2px 10px;
}

#paginado .pag ul li a:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b5a5c), color-stop(1, #161a1f));
    background: -moz-linear-gradient( center top, #2b5a5c 5%, #161a1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b5a5c', endColorstr='#161a1f');
    background-color: #2b5a5c;
    display: block;
}

.jPaginate {
    height: 34px;
    position: relative;
    font-size: small;
    width: 100%;
}

.jPaginate a {
    line-height: 7px;
    height: 18px;
    cursor: pointer;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}

.jPaginate a:hover {
    color: #3855b1;
}

.jPag-control-back {
    position: absolute;
    left: 0px;
}

.jPag-control-front {
    position: absolute;
    top: 0px;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}

ul.jPag-pages li a {
    float: left;
    padding: 2px 3px;
}

ul.jPag-pages li a:hover {
    float: left;
    padding: 2px 3px;
    color: #3855b1;
}

span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 7px;
    height: 18px;
    padding: 2px 2px;
    margin: 0px;
    float: left;
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
    height: 22px;
    margin: 2px;
    float: left;
    line-height: 7px;
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
    background: transparent url(../images/snext.png) no-repeat center left;
}




 

#mensaje {
    margin-top: 30px;
    height: 110px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding-bottom: 21px;
    box-shadow: 0px 2px 10px #c7c7c7;
    -webkit-box-shadow: 0px 2px 10px #c7c7c7;
    -moz-box-shadow: 0px 2px 10px #c7c7c7;
}

#mensaje ul.titles {
   background-color: #ffffff;
    border-bottom: 1px solid #3156a3;
    clear: both;
    padding: 10px 0px 10px 10px;
    color: #3156a3;
    height: 14px;
    font-size: 0.9em;
}

iframe img {
    width: 200px;
}

input.volver {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #3855b1;
    border-color: #3855b1;
}

input.volver:hover {
    color: #fff;
    background-color: #3855b1;
    border-color: #3855b1;
    text-decoration: none;
}

input {
    padding: 0.3rem 0.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
     
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
  .trHeader th
        {
            background-color: #c7c7c7;
            color: White;
            border-top: medium none;
            padding-left: 5px;
            height: 20px;
            font-size: xx-small;
        }
        strong
        {
            color: #023e94;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 12px;
        }