﻿.body {
    width:100%;
    height:100%;
    background-image:url("../Imagenes/fondoPrincipal.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-family: "PT Sans",Helvetica,Arial,sans-serif;
    text-align: center;
}

.logoPrincipal {
    background-image: url("../Imagenes/logoW.png");
    background-repeat: no-repeat;
    background-size: 145px 78px;
    float: left;
    height: 55px;
    margin: auto;
    text-align: center;
    width: 150px;
}

.body .header .config .boton div{
    font-family: "PT Sans",Helvetica,Arial,sans-serif;
}

.header {
    background: rgba(0, 20, 46, 0.7) none repeat scroll 0 0;
    height: 60px;
}

.header .config {
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    position: relative;
    width: 280px;
    z-index: 1;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.divForm {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.divGrilla thead th {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.header .config .datosUsuario {
    float: right;
    padding: 0 15px;
}

.header .config .datosUsuario i {
   float: left;
   height: 60px;
   line-height: 60px;         
}

 .header .config .datosUsuario div {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}

.header .config .boton{
    background: rgba(0, 0, 0, 0.91) none repeat scroll 0 0;
    border-bottom: 1px solid;
    color: #fff;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: left;
    width: 100%;
}

.header .config .boton i {
    padding: 0 10px 0 4px;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 30px;
}

.header .config .boton div {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.header .config .boton:hover {
   background: #ffffff none repeat scroll 0 0;
   color: #000;
}

#cuerpo {
    position: absolute;
    width: 100%;
}

.contenidoModulos {
    left: 50%;
    margin-left: -250px;
    position: fixed;
    top: 25%;
    width: 600px;
}

.contenidoModulos .modulo {
    background: rgba(254, 108, 0, 0.85) none repeat scroll 0 0;
    border: 1px solid;
    cursor: pointer;
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin: 6px;
    padding: 29px;
    position:relative;
}

.contenidoModulos .modulo:hover {
   background: #ffffff none repeat scroll 0 0;
   color: #000;
}

.contenidoModulos .modulo .contentSubModules {
    left: 0;
    position: absolute;
    z-index: 9;
    min-width: 200px;
    top: 90%;
}

.contenidoModulos .modulo .contentSubModules .subModulo {
    background: rgba(54, 122, 169, 0.9) none repeat scroll 0 0;
    border-bottom: 1px solid;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 100%;
}

.contenidoModulos .modulo .contentSubModules .subModulo:hover {
    background: rgb(16, 30, 100) none repeat scroll 0 0;
    color: #fff;
}

html body .visible {
    display:block;
}

html body .oculto {
    display:none;
}

#cuerpo .divForm .obligatorio:after { 
    color: #fe6c00;
    content: "*";
    font-size: 16px;
    position: absolute;
    right: 1%;
    top: 5px;
}

#cuerpo .divForm .form-group {
    margin:5px;
}

.titulo {
    float:left;
    width:100%;
    margin-bottom: 30px;
}

.titulo span {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 15px;
    text-align: left;
    line-height: inherit;
}

.titulo .flecha {
    cursor:pointer;
    border-radius: 0 14px 14px 0;
}

.contentTabs {
    margin: auto;
    width: 290px;
}

.contentTabs .tab {
    background: #fe6c00 none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 5px 30px;
    text-align: center;
}

.tab.activo {
    background: #000 none repeat scroll 0 0;
    height: 40px;
    margin-top: -8px;
}

.divGrilla, .divForm {
    background: rgba(0, 20, 46, 0.7) none repeat scroll 0 0;
    border: 1px solid;
    float: left;
    margin: auto 2%;
    padding-top: 0px;
    width: 96%;
    min-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cuerpo .divGrilla .boton, #cuerpo .divForm .boton, #cuerpo .divGrilla .boton:active, #cuerpo .divForm .boton:active {
    margin-bottom: 5px;
    margin-top: 5px;
    background: #fe6c00 none repeat scroll 0 0;
}

#cuerpo .divGrilla .boton:hover, #cuerpo .divForm .boton:hover {
    background: #000 none repeat scroll 0 0;
    border:1px solid #fff;
}

.divGrilla .table-responsive {
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
}

.table-responsive table {
    table-layout: fixed;
}

.divGrilla .table-responsive thead tr th {
    overflow: hidden;
    padding: 10px 2px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    word-wrap: normal;
}

.divGrilla .table-responsive .dgDatos tr td {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    overflow:hidden;
    word-wrap: break-word;
    white-space: normal;
}

.divForm .form-group .form-control {
    background: rgba(0, 20, 46, 0.7) none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}

.divForm .form-group .form-control#archivo {
    padding: 0;
}

.divForm .form-group .dp_container {
    color:#000;
}

.divForm .form-control:disabled {
    background: rgba(170, 170, 170, 0.8) none repeat scroll 0 0;
    color: #333;
    font-weight: normal;
}

.divForm .form-control:disabled::-moz-placeholder {
    color: #333;
    font-weight: normal;
}

.form-group .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #888;
    font-weight:normal;
}

.form-group .form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #888;
   opacity: 1;
   font-weight:normal;
}

.form-group .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #888;
   font-weight:normal;
}

.table-responsive thead .header {
    background: rgba(7%, 23%, 67%, 0.80) none repeat scroll 0 0;
    height:auto;
}

.divGrilla thead th .filtrarCampo {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    margin: -2px 0 0;
    text-align: center;
    width: 100%;
}

.table-responsive .dgDatos .alt {
    background: rgba(20, 90, 90, 0.65) none repeat scroll 0 0;
}

.table-responsive .adjunto, .table-responsive .editar, .table-responsive .borrar {
    overflow: hidden;
    padding: 5px 0;
    vertical-align: middle;
    width: 60px;
}

.divContentIframe {
    height: 500px;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    width: 800px;
    display:none;
    z-index:9;
}

.divContentIframe iframe {
    width:100%;
    height:100%;
}

.divGrilla .filtro {
    display: table;
    width: 100%;
}

.divGrilla .filtro input{
    background: rgba(75%, 75%, 75%, 0.8) none repeat scroll 0 0;
    border-color: #fff;
    border-width: 1px;
    float: left;
    line-height: 19px;
    padding: 2px 2px 0;
    font-weight: bold;
}

#cuerpo .divGrilla .filtro input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #444;
    font-weight:normal;
}

#cuerpo .divGrilla .filtro input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #444;
   opacity: 1;
   font-weight:normal;
}

#cuerpo .divGrilla .filtro input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #444;
   font-weight:normal;
}

.divGrilla .header th .iconoFiltro {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size:11px;
}

.divGrilla .header th .iconoOrden {
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: 2px;
    font-size:11px;
}

.tituloCabeceraHeader .dp_container {
    position: initial;
}

.divGrilla .table-responsive .p10 {
    width:10%;
}

.divGrilla .table-responsive .p15 {
    width:15%;
}

.divGrilla .table-responsive .p20 {
    width:20%;
}

.divGrilla .table-responsive .p25 {
    width:25%;
}

.divGrilla .table-responsive .p30 {
    width:30%;
}

.divGrilla .table-responsive .p40 {
    width:40%;
}

.divGrilla .table-responsive .p50 {
    width:50%;
}

.divGrilla .table-responsive .p60 {
    width:60%;
}

.divGrilla .table-responsive .p70 {
    width:70%;
}

.divGrilla .table-responsive .p80 {
    width:80%;
}

.divGrilla .table-responsive .p90 {
    width:90%;
}

.divGrilla .table-responsive .p100 {
    width:100%;
}

.divGrilla .table-responsive .auto {
    width:auto;
}

.divGrilla .table-responsive table {
    border-bottom: 1px solid;
}

.divGrilla .table-responsive table tr td {
    border-left: none;
}

.divGrilla .table-responsive table {
    border-left: none;
    border-right: none;
}

.divGrilla .table-responsive table thead th:first-child {
    border-left: none;
}

.divGrilla .table-responsive table thead th:last-child, .divGrilla .table-responsive table tr td:last-child {
    border-right: none;
}

.divGrilla .dgDatos tr.editando, .divForm .table-responsive .dgDatos .seleccionado {
    background: rgba(254, 108, 0, 0.85) none repeat scroll 0 0;
}

.divCambioPw {
    background: #000 none repeat scroll 0 0;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 500px;
    display: none;
}

.divCambioPw .titulo span {
    width: 100%;
    text-align: center;
}

.divCambioPw label {
    text-align: left;
}

.divCambioPw .boton, .divCambioPw .boton:active {
    background: #fe6c00 none repeat scroll 0 0;
}

.divCambioPw .boton:hover {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
}

.textoDerecha {
    text-align: right;
}

.textoIzquierda {
    text-align: left;
}

.mayus {
    text-transform: uppercase;
}

.divForm .tablaPermisos {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto;
    margin: 0 2%;
    overflow: hidden;
    padding-top: 8px;
    width: 96%;
}

.divForm .tablaPermisos .table-responsive {
    height: 350px;
    border: 1px solid;
}

.divForm .tablaPermisos .table-responsive tr {
    cursor: pointer;
}

#cuerpo .divGrilla .botones .boton, #cuerpo .divGrilla .botones .boton:active {
    background-color: #df422d;
    color: #fff;
    border-color: transparent;
}

#cuerpo .divGrilla .botones .boton:hover {
   background: #000 none repeat scroll 0 0;
   border:1px solid #fff;
}

#cuerpo .divGrilla .botones #btnGuardarPermisos, #cuerpo .divGrilla .botones #btnGuardarPermisos:active {
    background-color: #bf8000;
    color: #fff;
    border-color: transparent;
}

#cuerpo #FormularioAsignacionPermisos {
    height:485px;
}

.divCombinar {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 8%;
    position: relative;
    display:none;
}

.divCombinar > span {
    cursor: pointer;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100px;
    z-index: 1;
}

.divCombinar > input {
    position: absolute;
    z-index: 0;
    right: 0;
}

.divSubirEscaneados {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    width: 150px;
    display:none;
}

.divSubirEscaneados > span {
    cursor: pointer;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}

.divSubirEscaneados > input {
    position: absolute;
    z-index: 0;
    right: 0;
}

.divGrilla .filtroDesdeHasta {
    display:flex;
    width:100%;
    margin-bottom: 4px;
}

.divGrilla .filtroDesdeHasta .campoFecha{
    float:left;
    margin-right: 5px;
    width: 175px;
}

.divGrilla .filtroDesdeHasta div span{
   float: left;
   padding: 3px;
}

.divGrilla .filtroDesdeHasta div input{
    float: left;
    width: 100px;
}

.divGrilla .filtroDesdeHasta #btnFiltrar {
    background: #fe6c00 none repeat scroll 0 0;
    padding-bottom: 4px;
    padding-top: 4px;
}

.divGrilla .filtroDesdeHasta #btnFiltrar:hover {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
}

.divCantSubidas {
    background: #000 none repeat scroll 0 0;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 500px;
    display: none;
}

.divCantSubidas .form-group {
    float: left;
    width: 180px;
    padding: 0;
}

.divCantSubidas .form-group label {
    float: left;
    padding: 0;
    width: auto;
}

.divCantSubidas .form-group.col-md-12 {
    width: 100%;
}

.divCantSubidas .form-group.col-md-12 .col-sm-5 {
     width: 41.6667%;
}

.divCantSubidas .form-group .col-sm-6 {
    padding-left: 10px;
    padding-right: 0;
}

.divCantSubidas .titulo span {
    width: 100%;
    text-align: center;
}

.divCantSubidas .boton, .divCantSubidas .boton:active {
    background: #fe6c00 none repeat scroll 0 0;
}

.divCantSubidas .boton:hover {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
}

.divCantSubidas .col-sm-12.input-group {
    width: 70px;
}

i.autoCompletar{
    display: inline;
    font-size: 1.5em;
    position: absolute;
    right: 0.25em;
    top: 0.25em;
}

ul.autoCompletar{
    background: #000 none repeat scroll 0 0;
    border: 1px solid #bbb;
    left: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    right: 0;
    top: 23px;
    z-index: 15;
    height: 200px;
    overflow-y: auto;
}

ul.autoCompletar li{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
    margin: 0;
    padding: 0.1em 0;
}

ul.autoCompletar li:hover, ul.autoCompletar li.marcado{
	background: #fefbd6;
	color: #555;
}

ul.unstyled li.active{
    background: #356f10 none repeat scroll 0 0;
    color: #fff;
}

.autoCompletar .alt {
    background: rgba(20, 90, 90, 0.65) none repeat scroll 0 0;
}

.autoCompletar .item {
    background: rgba(20, 90, 90, 0.65) none repeat scroll 0 0;
}

.divGrilla .table-responsive .dp_cal thead tr th {
    padding: 0;
}

.divGrilla .table-responsive th.fecha {
    overflow:visible;
}

.listadoAdjuntos .btnCombinar {
    float: left;
    margin-bottom: 45px;
    margin-left: 10px;
}

.listadoAdjuntos .btnCombinar {
    float: left;
    margin-bottom: 45px;
    margin-left: 10px;
}

.listadoAdjuntos .fila {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.listadoAdjuntos .fila .combinar{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0 15px;
    width: 20px;
}

.listadoAdjuntos .fila .renombrar{
    float: left;
    margin-left: 10px;
    padding: 1px 4px;
}

.listaAdjuntos {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    display: none;
    height: auto;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    width: 600px;
    z-index: 8;
}

.listaAdjuntos .listadoAdjuntos {
    float: left;
    width: 100%;
}

.listaAdjuntos .listadoAdjuntos .fila a {
    color: blue;
    cursor: pointer;
    float: left;
    font-size: 13px;
    padding: 2px 0;
    width: auto;
}

.listaAdjuntos .listadoAdjuntos .fila .cancel, .listaAdjuntos .listadoAdjuntos .fila .borrar {
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 24px;
    line-height: 25px;
    margin-left: 7px;
}

.listaAdjuntos .listadoAdjuntos .fila .grabar {
    float: left;
    margin-left: 10px;
    padding: 2px 4px;
}


.listaAdjuntos .listadoAdjuntos .fila .nuevoNombre {
    color: blue;
    float: left;
    width: 250px;
}

.divCombinacion .nombreCombinado {
    color:blue;
}

.fondoOscuro {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    display:none;
}

.loading {
    height: 65px;
    position: absolute;
    width: 65px;
    z-index: 99999;
    left:50%;
    margin-left: -30px;
    top:45%;
    background: url("../Imagenes/loading.gif");
    display:none;
}

.divImportacion {
    background: #000 none repeat scroll 0 0;
    height: auto;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 500px;
    display: none;
}

.divImportacion .titulo span {
    width: 100%;
    text-align: center;
}

.directorios .cerrado {
    display:none;
}

.directorios .listaItems, .directorios .item{
    float:left;
    width:100%;
    cursor:pointer;
}

.directorios i, .directorios span, .directorios input {
    float:left;
}

.divFiltroCuils {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    height: auto;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 8;
    color: #000;
}

.divFiltroCuils .row {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}

.divFiltroCuils .row label{
    float: left;
    margin: 0 10px 0 0;
    text-align: right;
    width: 100px;
}

.divFiltroCuils .row select{
    float: left;
}

.divFiltroCuils .row textarea{
    float: left;
    color: #000;
    height: 175px;
    max-width: 350px;
    width: 384px;
}

.divFiltroCuils h6 {
    color: red;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.table-responsive .dgDatos .red {
    color: red !important;
}

.divDetallePeriodos {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    height: auto;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 8;
    color: #000;
}

#dgDatos .fila .texto {
    float: left;
    height: 19px;
    text-align: center;
    width: 100%;
}

.divGrilla .dgDatos tr.bordeEditando {
    border-left: 10px solid rgba(254, 108, 0, 0.85);
}

.divExportExcel {
    height: 140px;
    left: 50%;
    margin-left: -250px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 9;
    background: rgb(13, 65, 73);
}

.divExportExcel .dp_container {
    left: 0 !important;
}