html {
    width: 100%;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

body {
	color: #6F6F6F;
	background-image: url("../images/index/background.png");
    background-repeat: repeat;
	font-size: 12px!important;
}

.body_navidad {
	color: #6F6F6F;
	background: url("../images/index/NV.jpg") no-repeat center;
	background-size: 100%;
	font-size: 12px!important;
}

canvas {
	cursor: crosshair;
	display: block;
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #145C91;
	margin: 1em 0;
	padding: 0;
}

td {
	vertical-align: middle!important;
}

a {
	text-decoration:none!important;
	color: #000000;
}

label {
	color: #858796!important;
}

.izquierda {
	float: left!important;
}

.derecha {
	float: right!important;
}

.tamano_6 {
	font-size: 6px!important;
}

.tamano_7 {
	font-size: 7px!important;
}

.tamano_8 {
	font-size: 8px!important;
}

.tamano_9 {
	font-size: 9px!important;
}

.tamano_10 {
	font-size: 10px!important;
}

.tamano_11 {
	font-size: 11px!important;
}

.tamano_12 {
	font-size: 12px!important;
}

.tamano_13 {
	font-size: 13px!important;
}

.tamano_14 {
	font-size: 14px!important;
}

.tamano_16 {
	font-size: 16px!important;
}

.tamano_20 {
	font-size: 20px!important;
}

.titulo {
	background-color: #fff;
	font-size: 15px;
	padding: 10px;
}

.contenido {
	border: solid 2px #dee2e6;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.titulo.azul {
	background-color: #145C91;
	color: #FFFFFF;
}

.contenido.azul {
	border-bottom: 3px solid #145C91;
}

.titulo.rojo {
	background-color: #f8c4cc;
	color: #000000;
}

.contenido.rojo {
	border-bottom: 3px solid #F34D4D;
}

.titulo.cafe {
	background-color: #805406;
	color: #FFFFFF;
}

.contenido.cafe {
	border-bottom: 3px solid #805406;
}

.sombra {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper .myfilter .dataTables_filter {
    float:left
}

.dataTables_wrapper .mylength .dataTables_length {
    float:right
}

.tooltip-inner {
	white-space:nowrap!important;
	max-width:none!important;
}

.btn-azul {
	color: #FFFFFF;
	background-color: #145C91!important;
}

.btn-azul:hover {
	background-color: #164161!important;
}

.btn-rojo {
	color: #FFFFFF;
	background-color: #F34D4D!important;
}

.btn-rojo:hover {
	background-color: #BC4545!important;
}

.btn-cafe {
	color: #FFFFFF;
	background-color: #805406!important;
}

.btn-cafe:hover {
	background-color: #6D4807!important;
}

.blanco {
	color: #FFFFFF;
}

.blanco:hover {
	color: #FFFFFF;
}

.amarillo {
	color: #E8FF00;
}

.amarillo:hover {
	color: #FF0000;
}

.rojo {
	color: #FF0000;
}

.negro {
	color: #000000;
}

.negro:hover {
	color: #000000;
}

.zoom {
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.2);
}

.zoomProfundo {
	transition: transform .5s;
}

.zoomProfundo:hover {
	transform: scale(2.4);
}

.tablaContenido {
	border: solid 2px #dee2e6;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.tablaContenido.azul {
	border-bottom: 3px solid #145C91;
}

.tablaSeparador {
	border-left: 3px solid red!important;
}

.tablaSeparador2 {
	border-right: 2px solid red!important;
}

.bordeAzul {
	border: solid 3px blue!important;
}

.bordeRojo {
	border: solid 3px red!important;
}

.input {
	text-align: center;
	width: 30px;
}

.p1 {
	text-decoration: underline;
	-webkit-text-decoration-color: #31B404;
	text-decoration-color: #31B404;
}

.p2 {
	text-decoration: underline;
	-webkit-text-decoration-color: blue;
	text-decoration-color: blue;
}

.bordeVP {
	border: solid 1px #31B404!important;
}

.bordeAP {
	border: solid 1px blue!important;
}

.textoVertical {
	transform: rotate(90deg);
}

.administrar {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 126px;
	width: 126px;
	border-radius: 100px;
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 4px;
	cursor: pointer;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 60px;
	height: 60px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 30px;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.version {
	background: #145C91;
	color: #FFFFFF;
	padding: 4px;
	text-shadow: #000000 0.1em 0.1em 0.10em;
}

.boton {
	background: none!important;
	border: none;
	padding: 0!important;
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

.titulo_datos {
	font-size: 16px;
	color: #000000;
}

.backups_content {
	border: 2px solid red;
	color: black;
	font-size: 16px;
	background-color: white;
	padding: 5px;
}

.campos_grupos {
	padding: 0px!important;
	border-top: 1px solid gray!important;
	border-bottom: 1px solid gray!important;
}

.separador_grupos {
	border-right: 2px solid red!important;
	padding: 0px!important;
}

.cambiarWidth {
	min-width: 120px!important;
}

.verticalText {
  	transform: rotate(270deg);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.font-weight-custom {
	font-weight: 600 !important;
}

.clicHorarios {
	cursor: pointer;
}

.tooltip-inner {
    max-width: 400px!important;
    white-space: normal!important;
    word-wrap: break-word!important;
    text-align: left!important;
}

.toggle {
	margin-bottom: 10px;
}

.detail-row {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.detail-row td {
    padding: 8px 10px;
}

.detail-row strong {
    color: #555;
}

.main-content {
	width: 50%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.company__info {
	background-color: #008080;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.fa-android {
	font-size:3em;
}

@media screen and (max-width: 640px) {
	.main-content {
		width: 90%;
	}
	.company__info {
		display: none;
	}
	.login_form {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
}

@media screen and (min-width: 642px) and (max-width:800px) {
	.main-content {
		width: 70%;
	}
}

.row > h3 {
	color: #008080;
}

.login_form {
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}