/**
 * Bootstrap modificaciones personales del sitio
 */


.header-sky {
	width: 100%;
	background: url('../imagen/sky-fondo.jpg');
	background-repeat: repeat-x;
	height: 125px;
	text-align: center;
}

.img-logo-sky {
	height: 100px;
}

.content-image-logo {
	overflow: hidden;
}

.container-sky-40 {
	width: 40%;
}

.container-sky-48 {
	width: 48%;
}

.container-sky-47 {
	width: 47%;
}

.container-sky-50 {
	width: 50%;
}

.container-sky-60 {
	width: 60%;
}

.container-sky-70 {
	width: 70%;
}

.container-sky-80 {
	width: 80%;
}

.container-sky-85 {
	width: 85%;
}

.container-sky-90 {
	width: 90%;
}

.container-sky-95 {
	width: 95%;
}

.container-sky-99 {
	width: 99%;
}

.container-sky-100 {
	width: 100%;
}

.style-page {
	border-radius: 5px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.space-content {
	padding: 5px;
}

.navbar-sky {
	background: #222;
	border-color: #080808;
	background: linear-gradient(to bottom, rgba(24,113,201,1) 0%, rgba(4,34,61,1) 100%);
}

.navbar-sky .navbar-brand {
	color: #FFF;
}

.navbar-sky .navbar-brand:hover,
.navbar-sky .navbar-brand:focus {
	color: #FFF;
	background: transparent;
}

.navbar-sky .navbar-text {
	color: #FFF;
}

.navbar-sky .navbar-nav > li > a {
	color: #FFF;
}

.navbar-sky .navbar-nav > li > a:hover,
.navbar-sky .navbar-nav > li > a:focus {
	color: #FFF;
	background: transparent;
}

.navbar-sky .navbar-nav > .active > a,
.navbar-sky .navbar-nav > .active > a:hover,
.navbar-sky .navbar-nav > .active > a:focus {
	color: #FFF;
	background: #080808;
	background: linear-gradient(to bottom, rgba(4,34,61,1) 100%, rgba(24,113,201,1) 100%);
}

.navbar-sky .navbar-nav > .disabled > a,
.navbar-sky .navbar-nav > .disabled > a:hover,
.navbar-sky .navbar-nav > .disabled > a:focus {
	color: #444;
	background: transparent;
}

.navbar-sky .navbar-toggle {
	border-color: #333;
}

.navbar-sky .navbar-toggle:hover,
.navbar-sky .navbar-toggle:focus {
	background: #333;
}

.navbar-sky .navbar-toggle .icon-bar {
	background: #FFF;
}

.navbar-sky .navbar-collapse,
.navbar-sky .navbar-form {
	border-color: #101010;
}

.navbar-sky .navbar-nav > .open > a,
.navbar-sky .navbar-nav > .open > a:hover,
.navbar-sky .navbar-nav > .open > a:focus {
	color: #FFF;
	background: #080808;
}

.navbar-sky .navbar-link {
	color: #FFF;
}
.navbar-sky .navbar-link:hover {
	color: #FFF;
}
.navbar-sky .btn-link {
	color: #FFF;
}
.navbar-sky .btn-link:hover,
.navbar-sky .btn-link:focus {
	color: #FFF;
}
.navbar-sky .btn-link[disabled]:hover,
fieldset[disabled] .navbar-sky .btn-link:hover,
.navbar-sky .btn-link[disabled]:focus,
fieldset[disabled] .navbar-sky .btn-link:focus {
	color: #444;
}

.footer-sky {
	margin-top: 50px;
	background: #2D2D2D;
	text-align: center;
	padding: 10px;
	border-top: 3px solid rgba(24,113,201,1);
	box-shadow: 0 -4px 3px rgba(0,0,0,0.15);
	opacity: .95;
}

.text-footer {
	color: rgba(0,0,0,0.6);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	font-size: 25px;
}

input[type="text"]:focus, input[type="number"]:focusfocus, input[type="file"]:focus, textarea:focus, select:focus {
	animation: glow 800ms ease-out infinite alternate;
}

@keyframes glow {
	0% {
		box-shadow: 0 0 2px #1067AF, inset 0 0 2px #2857C4, 0 1px 0 #000;
	}
	100% {
		box-shadow: 0 0 10px #2857C4, inset 0 0 5px #1067AF, 0 1px 0 #000;
	}
}

.capa-sky {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../imagen/modal-sky.png');
	z-index: 100;
	top: 0;
	right:0;
	display: none;
}

.mensaje-proceso-sky {
	background: linear-gradient(to bottom, rgba(88,179,98,1) 0%, rgba(5,92,33,1) 100%);
	float: left;
	width: 250px;
	margin-left: 30px;
	border-radius: 5px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	display: none;
	position: fixed;
	bottom: 30px;
	opacity: .93;
	z-index: 9900;
}

.mensaje-error-sky {
	background: linear-gradient(to bottom, rgba(176,3,43,1) 0%, rgba(146,2,36,1) 44%, rgba(112,0,26,1) 100%);
	float: left;
	width: 250px;
	margin-left: 30px;
	border-radius: 5px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	display: none;
	position: fixed;
	bottom: 30px;
	opacity: .93;
	z-index: 9900;
}

.mensaje-obtencion-sky, .mensaje-procesando-sky {
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(3,52,105,1) 100%);
	float: left;
	width: 250px;
	margin-left: 30px;
	border-radius: 5px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	display: none;
	position: fixed;
	bottom: 30px;
	opacity: .93;
	z-index: 9900;
}

.mensaje-error-sky > div, .mensaje-proceso-sky > div, .mensaje-obtencion-sky > div, .mensaje-procesando-sky > div {
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

.imagen-modal-sky {
	width: 50px;
}

.datos-usuario-aplicacion {
	font-size: 18px;
}

.hidden-sky {
	display: none;
}

.table-sky {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #FFF;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

.table-sky th {
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(3,52,105,1) 100%);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #FFF;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	border-top-right-radius:  8px;
	border-top-left-radius: 8px;
}

.table-sky td {
	border-right: 1px solid #FFF;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}


/*
.table-sky tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

.table-sky tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #FFF;
}

*/
.cursor_pointer_sky {
	cursor: pointer;
}

.muestreo-datos-sky {
	height: 300px;
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 5px;
}

.no-margen-buttom-sky {
	margin-bottom: 0;
}

.icono-ayuda-sky {
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding: 8px;
	border-radius: 50%;
}

.cursor-ayuda-sky {
	cursor:help;
}

.cursor-pointer-sky {
	cursor: pointer;
}

.ui-datepicker-month, .ui-datepicker-year {
	color: #000;
}

.oculto-sky {
	display: none;
}

.busca-informacion-sky {
	width: 100%;
}

.resultado-busqueda-sky {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	height: 250px;
	overflow: auto;
}

.resultado-busqueda-sky-lg {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	height: 550px;
	overflow: auto;
}

.modal-sky-largo {
	width: 60%;
}

.corte-sky {
	clear: both;
}


.panel-oculto-sky {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	padding: 10px;
	display: none;
}

.resultado-reporte-sky {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	height: 350px;
	overflow: auto;
}

.resultado-graficas-sky {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	overflow: auto;
}

.checkbox-sky {
	width: 25px;
	cursor: pointer;
}

.center-sky {
	text-align: center;
}

.icono-idioma-sky {
	width:45px;
	cursor: pointer;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius: 50%;
}

.icono-idioma-sky:hover{
	transform: scale(1.3);
	transition: all 0.8s;
}

.panel-flotante-sky-left {
	float: left;
}

.panel-flotante-sky-right {
	float: right;
}

.table-reporte-sky {
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #FFF;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

.table-reporte-sky-encabezados {
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(3,52,105,1) 100%) !important;
	border-left: 1px solid #D1CECE;
	border-right: 1px solid #D1CECE;
	border-top: 1px solid #D1CECE;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #FFF;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	white-space: pre;
}

.table-repote-sky-marcadores {
	background: linear-gradient(to bottom, rgba(143,2,34,1) 0%, rgba(56,1,14,1) 100%);
	text-align: center;
	color: #FFF;
	border-top-right-radius:  8px;
	border-top-left-radius: 8px;
	border-left: 1px solid #D1CECE;
	border-right: 1px solid #D1CECE;
}

.texto-en-linea-sky {
	white-space: pre;
}

.texto-color-azul-sky {
	color: #0C3688;
}

.espacio-control-sky {
	margin-left: 63px;
}

.grafica-sky {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 15px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.header-grafica-sky {
	height: 30px;
	width: 98%;
	margin: 0 auto;
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius: 5px;
}

.contenido-header-grafica-sky {
	padding: 3px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.contenido-grafica-sky {
	width: 98%;
	margin: 0 auto;
}

.marcador-grafica-sky {
	width: 28px;
	height: 28px;
	border-radius: 50px;
	z-index: 999999;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	float: right;
	margin-right: -14px;
	cursor: pointer;
}

.inicio-marcador{
	float: left;
	margin-left: 0px;
}

.final-marcador {
	float: right;
	margin-right: 5px;
}

.marcadores-grafica-sky {
	height: 15px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-top: -10px;
}

.marcador-punto-grafica {
	width: 15px;
	height: 15px;
	border-radius: 50px;
	z-index: 999999;
	background: #AD1212;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	
	float: left;
}


.alarmas {
	width: 400px;
	bottom: 0;
	right: 0;
	margin-right: 20px;
	position: fixed;
	cursor: pointer;
	background: #000;
	opacity: .97;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 0px 6px 3px #2D2D2D;
	z-index: 9999;
}

#mostrar {
	padding: 10px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(to bottom, rgba(24,113,201,1) 0%, rgba(4,34,61,1) 100%);
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#caja {
	height: 400px;
	overflow: auto;
	display: none;
	color: #FFF;
}

.contenidoAlarmas {
	height: 95%;
	overflow: auto;
}


/****
	Estilos para las gráficas de comustible
****/

.contenedor-grafica-combustible-sky {
	height: 490px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-bottom: 25px;
	padding: 10px;
	overflow: auto;
}

.encabezado-grafica-recorrido {
	height: 60px;
	color: #FFF;
	text-shadow: 0 1px 0 #ccc, 
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
	font-size: 28px;
}

.panel-izquierdo-grafica-sky {
	height: 100%;
	width: 250px;
	padding: 5px;
	float: left;
	border-radius: 7px;
	border: solid 1px #464141;
}

.panel-derecho-grafica-sky {
	padding: 5px;
	float: left;
	height: 100%;
	border-radius: 7px;
	border: solid 1px #464141;
	margin-left: 10px;
	overflow-y: scroll;
	overflow: auto;
	position: relative;
}

.parte-superior-grafica {
	height: 220px;
	width: 100%;
	text-shadow: 0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
	font-size: 34px;
	text-align: center;
	color: #2D2D2D;
}

.parte-inferior-grafica {
	height: 200px;
	width: 100%;
}

.informacion-grafica-sky {
	height: 220px;
}

informacion-grafica-sky > table td {
	border-bottom: solid 1px #5B5B5B;
}

table.tabla-contenido-principal {
	width: 238px;
	color: #FFF;
	text-align:center;
	white-space:pre;
}

.contenedor-resultado-grafica {
	height: 100%;
	float: left;
}


.distancia-grafica-sky {
	height: 220px;
	width: 90px;
	position: relative;
}

.grafica-resultado-distancia {
	background: linear-gradient(to right, rgba(33,102,32,1) 0%,rgba(62,196,85,1) 51%,rgba(33,102,32,1) 100%);
	width: 90px;
}

.grafica-resultado-distancia-cero {
	background: linear-gradient(to right, rgba(125,4,4,1) 0%, rgba(240,47,23,1) 51%, rgba(112,1,1,1) 100%);
	width: 90px;
}

.marcador-grafica {
	text-align: center;
	color: #FFF;
	width: 100%;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	cursor: help;
}

.marcador-rojo-sky {
	background: linear-gradient(to bottom, rgba(255,0,60,1) 0%, rgba(36,0,8,1) 100%);
	color: #FFF;
}

.marcador-azul-sky {
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(0,29,61,1) 100%);
	color: #FFF;
}

.marcador-verde-sky {
	background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(41,87,0,1) 100%);
	color: #FFF;
}

.marcador-agua-sky {
	background: linear-gradient(to bottom, rgba(0,181,181,1) 0%, rgba(0,61,61,1) 100%);
	color: #FFF;
}

.marcador-negro-sky {
	background: linear-gradient(to bottom, rgba(145,145,145,1) 0%, rgba(0,0,0,1) 100%);
	color: #FFF;
}

.total-reportes {
	float: left;
	width: 250px;
	height: 150px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.contenedor-tipo-reporte {
	height: 110px;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Helvetica;
	overflow:  auto;
}
.pie-tipo-reporte {
	height: 40px;
	width: 100%;
}

@media (max-width: 880px) {
	.container-sky-50 {
		width: 95%;
	}

	.container-sky-60 {
		width: 95%;
	}

	.container-sky-70 {
		width: 95%;
	}
}

@media (max-width: 767px) {
	.navbar-sky .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}

	.navbar-sky .navbar-nav .open .dropdown-menu .divider {
		background: #080808;
	}

	.navbar-sky .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
	}

	.navbar-sky .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-sky .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFF;
		background: transparent;
	}

	.navbar-sky .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-sky .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-sky .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #FFF;
		background: #080808;
	}

	.navbar-sky .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-sky .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-sky .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background: transparent;
		background: linear-gradient(to bottom, rgba(4,34,61,1) 100%, rgba(24,113,201,1) 100%);
	}

	.container-sky-80 {
		width: 95%;
	}

	.container-sky-85 {
		width: 95%;
	}

	.container-sky-90 {
		width: 95%;
	}

	.container-sky-95 {
		width: 95%;
	}

	.modal-sky-largo {
		width: 95%;
	}

	.container-sky-40 {
		width: 95%;
	}

	.container-sky-47 {
		width: 100%;
	}

	.container-sky-48 {
		width: 100%;
	}

	.modal-sky-largo {
		width: 95%;
	}

	.panel-flotante-sky-left {
		float: none;
		margin-top: 25px;
	}

	.panel-flotante-sky-right {
		float: none;
		margin-top: 25px;
	}

	.icono-ayuda-sky  {
		margin-bottom: 10px;
		display: block;
		width: 35px;
		margin-left: 0px;
		margin-top: 3px;
	}

	.espacio-control-sky {
		margin-left: 0px;
	}

	.alarmas {
		width: 100%;
		margin: 0 auto;
	}

	#caja {
		height: 200px;
	}
}

input[type="range"] {
	-webkit-appearance: none;
	background-color: black;
	height: 5px;
}


input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 19px;
	height: 19px;
	cursor: pointer;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf1f6), color-stop(50%, #abd3ee), color-stop(51%, #89c3eb), color-stop(100%, #d5ebfb));
}

/* Tool Tip */

#rangevalue {
	color: white;
	font-size: 10px;
	text-align: center;
	font-family: Arial, sans-serif;
	display: block;
	color: #fff;
	margin: 20px 0;
	position: relative;
	left: 44.5%;
	padding: 6px 12px;
	border: 1px solid black;
	box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222931), color-stop(100%, #181D21));
	border-radius: 20px;
	width: 70px;
	filter: alpha(opacity=0);
	transition: all 0.5s ease;

}

input[type="range"]:focus {
	outline: none;
}

.caja-asignacion-temperatura {
	width: 32%;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 1%;
	float: left;
}

.lista-sensores {
	/*width: 32%;*/
	float: right;
	top: 0px;
	text-align: center;
	background: #AF1717;
}

@media (max-width: 900px) {
	.caja-asignacion-temperatura {
		width: 100%;
	}
}

.icon-rotate-sky {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@keyframes spin {
	0%{
		transform:rotate(0deg)
	}100%{
		transform:rotate(359deg)
	}
}

.big-size-sky {
	font-size: 1.5em;
}

.contenedor-detalles-monitor-convoy {
	width: 100%;
	height: 690px;
}

.acotaciones-detalles-convoy {
	width: 29%;
	float: left;
	height: 100%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.mapa-acotaciones-monitor-convoy {
	width: 69%;
	float: right;
	height: 100%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.titulo-acotaciones-convoy {
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
	color: #fff;
	text-align: center;
	height: 30px;
	width: 100%;
	padding: 5px;
}

.informacion-acotaciones-detalles-convoy, .informacion-mapa-acotaciones-monitor-convoy {
	width: 100%;
	height: 660px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: auto;
}

.panel-usuario-new-panel {
	width: 30%;
	float: left;
}

.panel-aplicaciones-new-panel {
	width: 68%;
	float: right;
	overflow: auto;
}

.data-users-new-panel {
	display: hidden;
}

@media (max-width: 900px) {
	.acotaciones-detalles-convoy , .mapa-acotaciones-monitor-convoy {
		width: 98%;
		margin-bottom:10px;
	}

	.panel-usuario-new-panel {
		display: none;
	}

	.panel-aplicaciones-new-panel {
		width: 100%;
	}

	.data-users-new-panel {
		display: block;
	}
}

.div-navbar {
	border-top: solid 3px #0077C8;
	height: 3px;
	width: 100%;
}

.navbar-brand, .navbar-default .navbar-brand {
	font-size:2em;
	text-shadow: 0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
	color: #3368A2;
	font-weight:900;
}

.navbar {
	display: block;
}

.container-fluid {
	/*padding-top: 50px;*/
}

.sidebar {
	display: none;
}

@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
}

.main {
	padding: 20px;
}

@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}
.main .page-header {
	margin-top: 0;
}

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
	width: 100%;
}

.total-aplicaciones-panel, .total-aplicaciones-especiales-panel {
	max-height: 400px;
	overflow: auto;
}

.application-in-display {
	width: 100%;
	height: 450px;
	overflow: auto;
}

.input-obligatorio {
	border-color:  #124A9C;
	box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px #124A9C;
	outline: 0 none;
}

.td-cambios-pagoTransportista {
	border-bottom: solid 3px #023969;
	animation: changeColorTd 3s infinite;
}

@keyframes changeColorTd {
	50%  {border-bottom: solid 3px #428BCA;}
	100% {border-bottom: solid 3px #0088FF;}
}

table.tableHeaderFill thead tr:nth-child(1) th{
	position: sticky;
	top: 0;
	z-index: 10;
}

.controlBigCheck {
	transform: scale(1.5);
}

 #drop_file_zone {
	background-color: #EEE; 
	border: #999 3px dashed;
	width: 100%; 
	height: 100px;
	padding: 8px;
	font-size: 16px;
	animation: animate 2s linear infinite;
}

#drag_upload_file {
	width:50%;
	margin:0 auto;
}

#drag_upload_file p {
	text-align: center;
}

#drag_upload_file .selectfile {
	display: none;
}

@keyframes animate {
	100% {
		border: #999 3px solid;
	}
}

textarea {
	resize: none;
}

table.test {
	font-family: 'Arial';
	border-collapse: collapse;
	border: 1px solid #eee;
	border-bottom: 2px solid #00cccc;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10), 0px 10px 20px rgba(0,0,0,0.05), 0px 20px 20px rgba(0,0,0,0.05), 0px 30px 20px rgba(0,0,0,0.05);
	tr {
		&:hover {
			background: #f4f4f4;
			td {
				color: #555;
			}
		}
	}
	th, td {
		color: #999;
		border: 1px solid #eee;
		padding: 12px 35px;
		border-collapse: collapse;
		white-space: pre;
		text-align: center;
	}
	th {
		background: #2d2d2d;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		&.last {
			border-right: none;
		}
	}
}

/* Table Styles */

.table-wrapper{
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
    border: 1px solid #FFF;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2 {
    /*width: calc(100% - 45px) !important;*/
    width: 100% !important;
    /*margin-left: 45px;*/
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}




.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 46px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px
}

.select2-container--default .select2-selection--multiple input {
    margin: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #42A5F5
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(0, 0, 0) transparent transparent;
    border-width: 9px 4px 0 4px;
    margin-left: 2px;
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.select2-results__option {
    padding: 1rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
    background-color: #42A5F5
}

.select2  + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem;
}



.asignacion-ruta {
	width: 400px;
	bottom: 0;
	left: 0;
	margin-left: 20px;
	position: fixed;
	cursor: pointer;
	background: #FFF;
	opacity: .97;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 0px 6px 3px #2D2D2D;
	z-index: 9999;
}

.mostrar {
	padding: 10px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(to bottom, rgba(24,113,201,1) 0%, rgba(4,34,61,1) 100%);
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.form-ruta {
	height: 700px;
	overflow: auto;
}


.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}


@charset "UTF-8";

.bonsai,
.bonsai > li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bonsai > li {
  position: relative;
  padding-left: 1.3em; /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '▸';
}

li.has-children.expanded > .thumb:after {
  content: '▾';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.tabs-sky {
	/*
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	*/
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	margin-top: -0px;
}

.tabs-sky > div {
	padding: 10px;
}

.table-sky {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table-sky th,
  .table-sky td {
    padding: 0.9375rem;
    vertical-align: top;
    border-top: 1px solid #ebedf2; }
  .table-sky thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebedf2; }
  .table-sky tbody + tbody {
    border-top: 2px solid #ebedf2; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ebedf2; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebedf2; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: #f2edf3; */
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f2edf3; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ebd6ff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d9b3ff; }

.table-hover .table-primary:hover {
  background-color: #dfbdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #dfbdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #eeeded; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e0dddd; }

.table-hover .table-secondary:hover {
  background-color: #e2e0e0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e2e0e0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bff2ea; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88e6d8; }

.table-hover .table-success:hover {
  background-color: #aaeee3; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #aaeee3; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bfdef7; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #87c2f0; }

.table-hover .table-info:hover {
  background-color: #a8d2f4; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a8d2f4; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff4bd; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #feea84; }

.table-hover .table-warning:hover {
  background-color: #fff0a4; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff0a4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffdae2; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #febbc8; }

.table-hover .table-danger:hover {
  background-color: #ffc1ce; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffc1ce; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9cdd1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9ba1aa; }

.table-hover .table-dark:hover {
  background-color: #bbc0c5; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bbc0c5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-sky .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table-sky .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ebedf2; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.table-header-fixed {
  position: sticky; 
  top: -1px;
  background: #2D2D2D;
  color: #FFF;
  text-align: center;
}


.table-v2>thead>tr>th{
    background: #2D2D2D;
    color: #FFF;
    text-align: center;
}

.drop_file_zone_v2 {
	background-color: transparent; 
	border: #2D2d2D 3px dashed;
	width: 100%; 
	
	padding: 8px;
	font-size: 16px;
	animation: animate 2s linear infinite;
	text-align: center;
	border-radius: 10px;
	color: #0099FF;
}

.label-file {
	cursor: pointer;
}