﻿body {
    background-color: #ffffff;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 20px;
    font-family: 'Work Sans', sans-serif;
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
select {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

input:focus {
    border: 1px solid #b0d4f8;
    /*background: #eff7ff;*/
}

input {
    /*border: 1px solid #ccc;
    padding: 2px 10px;
    height: 33px;
    border-radius: 3px;*/
    /*background: #fff;*/
    color: #000;
}
select:focus {
    display: inline-block;
    padding: 5px 6px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}


.contenido {
    background-color: #ffffff;
    position: relative; /*absolute;*/
    /*left: 25px;5px;*/
    /*top: 80px;-5px;
    margin: 0 auto 60px auto;*/
    width: 70%;
   /*height: 100%;*/ 
    font-family: 'Roboto'; 
    line-height: 1.58;/*Arial, Helvetica, sans-serif;*/ 
    font-size: small;
    text-align: left;
    /*left: 0px;*/
}
.captionPrint{
    text-align: center;
    font-size: x-large;
}
.rTable {
            display: table;
            width: 100%;
        }
.rTableRow {
            display: table-row;
        }
.rTableHeading {
            display: table-header-group;
        }
.rTableBody {
            display: table-row-group;
        }
.rTableFoot {
            display: table-footer-group;
        }
.rTableHead {
            display: table-cell;
        }
.rTableCellLabel {
            display: table-cell;
            font-family: 'Work Sans', sans-serif;
           /* font-size: x-small;*/
            text-align: left;
            font-weight: normal;
            background: #f2f2f2;/*#2A3F54;*/
            color: #000000;
            border: 1px solid #C4C4C4;
            width: 100%;
            height: 20px;
            padding-top: 8px;
            padding-left: 5px;
        }
.rTableCellControl {
            display: table-cell;
            font-family: 'Work Sans', sans-serif;
            font-size: x-small;
            text-align: left;
            font-weight: lighter;
            color: #000000;
            border: 1px solid #C4C4C4;#fbfbfb;
            background-color: #f2f2f2;
            width: 100%;
            height: 30px;
            padding-left: 5px;
        }
.rTableCell {
            display: table-cell;
            font-family: 'Work Sans', sans-serif;
            font-size: x-small;
            text-align: left;
            font-weight: lighter;
            color: #000000;
            border: 1px solid #C4C4C4;
            background-color: #f2f2f2;
            width: 25%;
            height: 30px;
            padding-left: 5px;
        }
.containert {
            display: grid;
            grid-gap: 5px;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            grid-template-rows: repeat(2, 100px);
        }
.divBotonL{
    float: left;
    text-align: center; 
    width: 49%; 
    padding-top: 20px;
}
.divBotonR{
    float: right; 
    text-align: center; 
    width: 49%; 
    padding-top: 20px;
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px 
@media screen and (max-width: 600px) {
  
}*/
.styleCeldaBotones {
    text-align: center;
    width: 50%;
}
.btBuscar{
    text-align: center;
    padding-bottom: 35px;
    padding-top: 25px;
}

/* NUEVO HEAD*/
.contenedorPrincipal{
    padding-top: 10px;
    padding-bottom: 10px;
     padding-left: 10px;
}
.contenedorHeadLeft{
    border-left: 1px solid #2A3F54;
   padding-left: 24px;

}
.tituloSistema1{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    color: #2A3F54;
}
.tituloSistema2{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    color: #2A3F54;
}
.tituloSistema3{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    color: #2A3F54;
}
.tituloSistema4{
    font-size: 1.2rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.tituloSistema5{
    font-size: 1.2rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.headLeft{
    width: 10%!important;
    text-align: center;
}
.headCenter1{
    width: 65%!important;
}
.headCenter2{
    width: 10%!important;

}
.headRight1{
    width: 13%!important;
}
.headRight2{
    width: 2%!important;
}
.logo3{
    width: 90%;
    height: 10%!important;
    text-align: right;
}
.logo{
    width: 50%;
    /*height: 55%;*/ /* Agregado solo para ws*/
}
.styleUsuario{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    color: #2A3F54;
}
.styleEmpresa{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    color: #ccc;
     text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
}
.styleTipoUsuario{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    color: #ccc;
}

/* fin head*/


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .divResponse {
    width: 0px;
  }
    caption {
        /*font-family: Arial, Helvetica, sans-serif;*/ font-family: 'Work Sans', sans-serif;
        text-align: center;
        font-size: 2vw;
    }
    .captionAux{
         /*font-size: 4vw;*/
    }
    .usuario{
         font-size: 1vw;
    }
    .titleModal{
        font-family: 'Work Sans', sans-serif;
        /*font-size: 3vw;*/
    }
  
    .banner{
        width: 50%;
        height: auto;
        max-width: 50%;
    }
    .tituloSistema{
        font-family: Arial, Helvetica, sans-serif; 
        font-size: x-large; 
        text-align: center; 
        font-weight: bold; 
        color: #116699;
    }
    .divBotonSuperior{
        display: normal;
    }
    .tbxNombre{
        width: 90%!important;
    }
    .jqModalTW{
        width: 40%!important;
    }
    .dropdown{
        width: 15%!important;
    }
    .dropdown1{
        width: 30%!important;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .divResponse {
        width: 1px;
    }
    caption {
        font-family: 'Work Sans', sans-serif;
        text-align: center;
        font-size: 6vw;
    }
    .captionAux{
         font-size: 4vw;
    }
    .usuario{
         font-size: 4vw;
    }
    .titleModal{
        font-family: 'Work Sans', sans-serif;
        font-size: 5vw;
    }
    .logo{
        width: 100%;
        height: 35px;
        max-width: 100%;
    }
    .banner{
        width: 100%;
        height: 35px;
        max-width: 100%;
    }
    .tituloSistema{
        font-family: Arial, Helvetica, sans-serif; 
        font-size: inherit; 
        text-align: center; 
        font-weight: bold; 
        color: #116699;
    }
    .divBotonSuperior{
        display: none;
    }
    .tbxNombre{
        width: 90%!important;
    }
    .jqModalTW{
        width:90%!important;
    }
    .dropdown{
         width: 30%!important;
    }
    .dropdown1{
        width: 45%!important;
    }
}
/*¨para la impresion de paginas*/
@media screen {
  #printSection {
      display: none;
  }
}
@media print {
    body {
        font-family: 'Work Sans', sans-serif;
        font-size: 12px;
        font-weight: lighter;
        color: #101010;
        background: #FFFFFF;
        visibility:hidden;
        width: 100%;
    }
  #printSection, #printSection {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    background: #FFFFFF;
    width: 100%;
  }
}
/* para no mostrar textbox con los controles que suma el valor*/
/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
/* Adds a box around the numeric value in Safari and Chrome */
input[type=number]::-webkit-textfield-decoration-container {
  border: 1px #ccc solid;
  background: #efefef;
}
/* Re-applies the controls on :hover and :focus */
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
}