body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #515151;
    background-color: #fff;
}

header {}

*:focus {
    outline: none;
}

a {
    color: #4285F4;
}

hr {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

h1 {
    font-weight: 300;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

h2 a {
    font-size: 12px;
}

.interiorMain h1 a {
    color: #515151;
}

.headPadre {
    background-color: #3367D6;
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    color: white;
    z-index: 10;
}

.headHijo {
    background-color: #4285F4;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 55px;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, .2);
    z-index: 9;
}

.main {
    margin-top: 65px;
    padding: 40px;
}

.interiorMain {
    max-width: 1000px;
    margin: 0 auto;
}

.logoHead {
    background-image: url(../images/logoHead.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 55px;
    margin-left: 30px;
    float: left;
}

.dvBienvenida {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 80px;
}

.dvBienvenida ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dvBienvenida ul li {
    float: left;
    line-height: 55px;
    margin-left: 6px;
}

.menuDropDownHead {
    margin-left: 25px;
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #4285F4;
    width: 20px;
}

.menuDropDownHead:hover {
    background-color: #3367D6;
    cursor: pointer;
}

.dvBienvenida ul li a {
    color: white;
    text-decoration: none;
}

.dvImgUsuario {
    border-radius: 50%;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}
.menuNuevo{
	color:#5E97F6;
	
}
.thCuartel{
	text-align:center !important;
	width:120px;
}
.thCuartel:hover{
	color:#3367D6;
	background-color:white;
	cursor:pointer;
	
}
.dvUlMenuActivo {
    background-color: #4285F4;
    color: white;
}

.dvUlReportes {
    visibility: hidden;
    transition: visibility 0s linear 300ms, opacity 300ms;
    position: absolute;
    float:left;
    font-size: 13px;
	margin-left:-45px;
}

.dvUlReportes a {
    color: #515151 !important;
}

.dvUlMain {
    right: 10px;
    font-size: 12px;
    position: absolute;
    visibility: hidden;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.estiloMenu ul {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
    font-size: 13px;
    color: #515151;
    border: 1px solid #515151;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, .2);
    width: 180px;
}

.estiloMenu ul li {
    display: list-item;
    float: none !important;
    line-height: 30px;
    padding-left: 20px;
    margin: 0px;
}

.estiloMenu ul li a {
    color: #515151 !important;
}

.estiloMenu ul li:hover {
    background-color: #efefef;
}

.dvUlMain:hover {
    cursor: pointer;
}

.dvReporte {
    padding: 0px 15px;
    cursor: pointer;
    color: white;
}

.dvReporte:hover {
    background-color: #3367D6;
}

.dvReporte:focus .dvUlReportes {
    visibility: visible;
    transition: all 0.1ms;
}

.menuDropDownHead:focus .dvUlMain {
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.txtLogin {
    font-size: 12px;
    height: auto;
    margin-bottom: 15px;
    padding: 5px;

    border-radius: 4px;
    border: 1px solid #cccccc;
    width: 92%;
    background-color: white;
}
.error{
	text-align: center;
    padding: 15px;
    display: block;
    color: white;
    background: coral;
    margin-top: 9px;
	}
.btnLogin {
	border:1px solid #ccc;

    width: 100%;
    padding: 5px;
    
	border-radius:8px;
}

.dvLogin {
    margin: 0 auto;
    width: 300px;
    min-height: 200px;
    margin-top: 10%;
    padding: 10px;
    background-color: #4285F4;
    border-radius: 8px;
	padding-top:0px;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,.19), 0 12px 15px 0 rgba(0,0,0,.24);
}

.logoLogin {
    background-image: url(../images/logoLogin.png);
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.headHijo ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
}

.headHijo ul li {
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.headHijo ul li a {
    color: white;
    text-decoration: none;
}

.dvImgPerfil {
    padding: 4px;
    border: 1px solid #efefef;
    width: 200px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    margin-left: 10px;
    margin-top: 10px;
    background-color: white;
}

.detallePerfil {
    padding-top: 15px;
    font-size: 14px;
}

.btnEditar {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
    width: auto;
    display: inline-block;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.btnEditar:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.txtFormulario {
    padding: 3px;
    border-radius: 8px;
    border: 1px solid #ccc;
    line-height: 20px;
}

input.error {
    border: 1px solid rgba(178, 0, 0, 0.45);
    box-shadow: 0px 0px 6px 2px rgba(178, 0, 0, 0.35);
}

label.error {
    margin-left: 10px;
}

#errorI {
    z-index: 10000;
    width: 250px;
    position: fixed;
    bottom: 0;
	right:0;
	box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, .6);
	background-color: rgb(178, 0, 0);
	border-bottom: 4px solid rgba(178, 0, 0, 0.25);
    border-radius: 5px 0px 0px 0px;

}

#errorI div {
    width: 100%;
    text-align: center;
    height: 40px;
    color: white;
    line-height: 40px;
  


}

.imgProfileChica {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 5px;
    background-image: url(../images/fotos/default-profile.png);
    background-size: cover;
}

.tbInfo {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 100%;
}

.tbInfo td {
    border-top: 1px solid #ccc;
    padding: 5px;
    border-right: 1px solid #ccc;
}

.tbInfo tbody tr:hover {
    background-color: #efefef;
}

.tbInfo th {
    text-align: left;
    line-height: 40px;
    border-right: 1px solid #ccc;
    padding: 5px;
}

.tbInfo th:last-child,
.tbInfo td:last-child {
    border-right: none;
}

.nuevoTrabajador {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3367D6;
    line-height: 50px !important;
    text-align: center;
    color: white;
    font-size: 40px;
    float: right;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.btnSubmit {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
    width: auto;
    display: inline-block;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.highlight {
    background-color: gold;
    border-radius: 8px;
}

#dvTxtBusca {
    left: 140px;
    position: absolute;
    width: 500px;
    z-index: 1;
}

#txtbusca {
    float: left;
    border-radius: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-left: 100px;
    padding-left: 10px;
    padding-right: 40px;
    transition: box-shadow 0.3s, border 0.3s;
}

#txtbusca:focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #ccc;
}

.font18 {
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}

#cajaBotonesFloat {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    z-index: 10;
}

#cajaBotonesFloat:focus #ulBotonera{
	 visibility: visible;
	 opacity:1;
	  
    
}

#ulBotonera{
	visibility:hidden;
    list-style: none;
    margin: 0px;
    padding: 0px;
    opacity: 0;
	
    cursor: pointer;
	transition:all 0.3s linear;
}

#ulBotonera li {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
.msgCsv{
	    position: absolute;
    line-height: 50px;
    text-align: center;
    width: 50px;
    color: white;
    font-size: 10px;
	z-index:0;
}

.botonCajaBotones {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3367D6;
    line-height: 50px !important;
    text-align: center;
    color: white;
    font-size: 30px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .3);
	z-index:10;
}
.botonCajaBotones:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .8);
}

.txtFechaReporte {
    margin-top: 15px;
    font-size: 14px;
    margin-left: 10px;
    width: 85px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.txtFechaReporteSimple{
    border: none;
    font: inherit;
    font-size: 13px;
    color: inherit;
    border-bottom: 1px solid #515151;
    width: 80px;
	text-align:centeR;
}
.dvFechasSimple {
	margin-top:40px;
	position:absolute;
}
.dvFechas {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    right: 200px;
}

.dvFechas input[type="submit"] {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
    background-color: white;
}

.footer {
    clear: both;
    bottom: 10px;
    height: 50px;
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    display: none;
}

.tbMainTula {
    font-size: 12px;
    width: 100%;
    margin-top: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-spacing: 0;
}

.tbMainTula tbody tr:not(.no-hover):hover td {
    background-color: #1D69B4 !important;
    cursor: pointer;
    color: white;
}

.tbMainTula tbody tr:hover a {
    color: white;
}

.tbMainTula tbody tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.tbMainTula thead {
    background-color: #3367D6;
    color: white;
}

.tbMainTula th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-left: 1px solid #dddddd;
}

.tbMainTula th:first-child {
    border-left: 0px;
}

.tbMainTula td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.tbMainTula td:first-child {
    border-left: none;
}

.tbMainTula tfoot {
    background-color: #A0C2FA;
    color: #212121;
    font-weight: bold;
}

.tituloReporte {
    margin-bottom: -40px;
    margin-left: 20px;
}

.botoneraDetalleCuartel {
    margin-bottom: 30px;
    background-color: #efefef;
    border: 1px solid #ccc;
}

.botoneraDetalleCuartel ul {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 30px;
    padding-left: 40px;
}

.botoneraDetalleCuartel li:hover {
    color: #C1D1F3;
    cursor: pointer;
}

.botoneraDetalleCuartel li {
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    border-top: 0px;
    line-height: 30px;
    margin-top: 0px;
    color: #212121;
    border-bottom: 4px solid #4285F4;
}

.liDetalleHover {
    border-bottom: 4px solid #ccc !important;
}

.infoDetalle {
    margin-top: 10px;
    background-color: #efefef;
    padding: 10px;
    color: #212121;
    border: 1px solid #ccc;
}

.infoDetalle div {
    line-height: 25px;
}

.tituloTula {
    font-size: 25px;
    width: 750px;
}

.dvInteriorResultadoJefe,
.dvInteriorResultadoTrabajador {
    border: 1px solid red;
    margin-left: 5px;
    background-color: #c9d8f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

.ulJefe,
.ulTrabajador {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.ulJefe li,
.ulTrabajador li {
    list-style: none;
    line-height: 25px;
    padding-left: 5px;
    color: #212121;
    border-bottom: 1px solid #ccc;
}

.ulJefe li:hover,
.ulTrabajador li:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

.dvResultadoJefe,
.dvResultadoTrabajador {
    position: absolute;
    width: 300px;
}

.cajaGrafico {
    display: inline;
	float:left;
}
.cajaGraficoInner{
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
	overflow:hidden;
	background-color:white;
} 

.nota1 {
    content: 'Malo';
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #dd0d0d;
}

.nota2 {
    content: 'Malo';
    background-color: gold;
    color: #212121;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #f6d61b;
}

.nota3 {
    content: 'Malo';
    background-color: #9CCF31;
    color: white;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #8bb72d;
}

select {
    width: 200px;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

label.etiquetaCombo {
    position: relative
}

label.etiquetaCombo:after {
    content: '<>';
    font: 11px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
}

label.etiquetaCombo:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
}
.fa-nuevo{
	font-size: 9px;
	position: absolute;
	margin-top: 2px;
	border-radius: 5px;
	padding: 2px;
	text-align: center;
	background: gold;
	color: #212121;
	font-family: verdana !important;
	margin-left:5px;
}
.fa-nuevo:before{
	content: 'nuevo';

}

.colmMenu {
    border-radius: 1px;
    width: 150px;
    height: 100vh;
    float: lefT;
    display: inline-block;
    margin-right: 20px;
}

.colmMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.colmMenu ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.colmMenu ul li:last-child {
    border: none;
}

.colmMenu ul li:hover:last-child {
    background-color: transparent;
}

.colmMenu ul li:hover {
    background-color: rgba(33, 133, 244, 0.6);
    color: white;
    cursor: pointer;
}

.bgSelect {
    background-color: rgb(33, 133, 244);
    color: white;
}

.bgSelect a {
    color: white;
}

.Activo {
    color: green;
}

.Inactivo {
    color: red;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
#trabPerfil {
   # background-color: #eee;
}

#trabPermisos {
    line-height: 30px;
    display: none;
}

#trabPermisos table {
    width: 60%;
    background-color: #eee;
    margin-bottom: 20px;
    padding: 10px;
}

#trabPermisos table:hover {
    background-color: #e0e0e0;
}

.dvFormulario {
    margin-top: 10px;
}

.dvFormulario div {
    display: inline-table;
}

.descFormulario {
    width: 160px;
}

#dvTxtBuscaDataPadre {
    position: absolute;
    margin-left: 350px;
    margin-top: 10px;
    width: 502px;
    color: #212121;
}

#dvTxtBuscaData {
    border: 1px solid #3367D6;
    background-color: #efefef;
    color: #333;
    line-height: 35px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding-left: 10px;
}

.dvBusqueda {
    width: 550px;
    height: 40px;
    top: 13px;
    background-color: #3b78e7;
    transition: background .2s;
    font-size: 14px;
    height: 29px;
    line-height: 30px;
    margin: 0 0 2px;
    overflow: hidden;
    position: relative;
    border: 1px solid #3260d3;
    margin-left: 350px;
    border-radius: 0px 5px 5px 0px;
}

.dvBusqueda:hover {
    background: #5e97f6
}

.dvBusqueda button span {
    font-size: 16px;
    color: white;
}

.dvBusqueda button {
    width: 50px;
    float: right;
    border-color: #d3d3d3;
    background: #4285F4;
    color: #333;
    display: inline-block;
    height: 30px;
    border: solid 1px transparent;
    padding: 0 10px;
    outline: 0;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.dvBusqueda input:focus {
    background-color: white;
    color: #212121;
}

.dvBusqueda input::-webkit-input-placeholder {
    color: white;
}

.dvBusqueda input {
    background: transparent;
    border: 0;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    font-size: 12px;
    margin: 0;
    outline: none;
    padding: 2px 6px;
    position: absolute;
    width: 500px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
}

.resaltaTituloTd {
    background-color: #A0C2FA;
    font-weight: bold;
    font-size: 12px;
}

.tdNombre {
    cursor: pointer;
}

.masPredio {
    font-size: 14px;
    margin-right: 5px;
}

.dvInputTag {
    border: 1px solid #ccc;
    padding: 4px;
    background-color: white;
    border-radius: 15px;
    width: 300px;
}

.dvInputTag input {
    width: 200px;
    border-radius: 5px;
    line-height: 20px;
    border: 0 none;
    background-color: white;
    margin-left: 5px;
}

.dvInputTag .fa {
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    margin: 0px 2px 0px 5px;
    text-align: center;
    color: white;
    font-weight: 100;
}

.dvInputTag .guardar {
    background-color: #5FBF00;
    border: 1px solid #55aa00;
    display: none;
}

.dvInputTag .cancelar {
    background-color: #f40000;
    border: 1px solid #ed2d2d;
}

.tdNumero {
    cursor: pointer;
}

.rojoCarmesi {
    background-color: #EC7369;
    color: white;
}

.dvTagUsuario {
    padding-left: 10px;
    border-radius: 18px;
    width: 300px;
    height: 23px;
    margin-top: 10px;
}

.dvTagUsuario i {
    float: right;
    line-height: 23px;
    margin-right: 8px;
    color: #CC181E;
    cursor: pointer;
}

.dvTagUsuario:hover {
    background-color: #ccc;
}

#txtTag {
    border: 1px solid #ccc;
    padding-left: 8px;
    width: 45px;
    border-radius: 18px;
    margin-right: 5px;
}

.cajaMensajeTag {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #CC181E;
}

.spa {
    width: 20px;
    border-radius: 18px;
    text-align: center;
    color: white;
    cursor: pointer;
    padding: 0px 8px 0px 8px;
    margin-right: 10px;
}

.spaSi {
    background-color: green;
}

.spaNo {
    background-color: #CC181E;
}

fieldset {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
}

pre {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: white;
}

.carmesi {
    border: 2px solid #E62117;
}

.encendido {
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
    margin: 0 auto;
}

.apagado {
    width: 20px;
    height: 20px;
    background-color: #E62117;
    border-radius: 50%;
    margin: 0 auto;
}
.noHover:hover{
	background-color:none;
}
.clear {
    clear: both;
}

.dvError {
    box-shadow: 1px 6px 6px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 20px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    background-color: #efefef;
    font-weight: bold;
    font-size: 13px;
}