@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
@import url('https://fonts.googleapis.com/css?family=Overpass+Mono');
body, html { 
font-size: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    /* border: 1px solid; */
}
pre {
    overflow: auto;
    background: #fff;
    padding: 20px;
    display: block;
    width: 94%;
    margin-left: 3%;
}

.container{
	width: 90% !important;
}
i{
	margin-right: 10px;
}

table tr td{
  border: 1px solid #909090;
  border-radius: 0;

}

nav{
	background-color: #2196F3;
	font-weight: 400;
}
nav .nav-wrapper {
    padding-left: 10px;
}
nav .brand-logo{
	text-align: center;
}

#mobile-demo.active{
	left: 250px;
}
#map{
	width: 100%;
	height: 650px;
}
.card-content{
	/*display: flex;*/
}


.left_text{
	text-align: left !important;
}
.subheader{
	text-align: center;
	color: #494949;
	margin-top: -20px;
	margin-bottom: -10px;
	font-size: 1.4em;
}
.informe, .informe_no_datatable{
	margin-top: 10px;
	margin-bottom: 20px;
}
.informe tr td, .informe_no_datatable tr td{
        font-size: .7em !important;
    padding: 3px 6px 2px 6px !important;
    text-align: left;
    
}
.informe tr td.numero, .informe_no_datatable tr td.numero{
	text-align: right;
}
.informe .numero_monto, .informe_no_datatable .numero_monto{
  text-align: right !important;
}
.informe thead th, .informe_no_datatable thead th{
	background-color: #2196F3 !important;
    text-align: center !important;
    font-weight: normal !important;
    /*border-right: 1px solid #909090;*/
    padding: 2px 3px;
    color: #fff;
}
#DataTables_Table_0_length{
	width: 120px;
}
#DataTables_Table_0_length label{

}
#DataTables_Table_0_filter{
	float: left;
    text-align: left;
    width: 50%;
}
#DataTables_Table_0_filter label{
	margin-left: 8px;
}
@media all and (max-width: 500px){
	.impresion_informe{
		display: none;
	}	
	.nav_normal{
		display: none !important;
	}

}
@media all and (min-width: 500px){
	.impresion_informe{
		margin-top: -67px;
	}	
}

table.dataTable thead th{
	padding: 3px 0 !important;
	
}
table.dataTable{
	border-collapse: collapse !important;
}
.btn{
	margin-bottom: 5px;
    height: auto;
    line-height: 2.2;
    text-align: center;
}

.btn_sys{
	background-color: #2196F3;
}
.btn_sys:hover{
	background-color: #1F7EC9;
}
.btn_nuevo{
	margin-top: -50px;
	float: 	right;
}
.sweet-alert input[type="text"]{
	display: none;
}
#login{
	width: 100%;
	height: 100%;
	background-image: url("../images/fondo.jpg");
	background-size: cover;
	background-size: center;
	padding-top: 150px;
}
#login h3{
	font-size: 5em;
	color: #fFF;
}
.login{
	width: 100%;
    
    border-radius: 5px;
    
    padding: 25px 40px 60px;
    
    
}
.responsive-img{
	display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}


/****************************************
//	INFORMES
/****************************************/
.informe{
	height: 100%;
}
.header_informe{
	margin-bottom: 5px;	
}
.header_informe h3{
	font-size: 2em;
}
.header_informe h6{
	margin-bottom: -24px;
}
.data_informe{
	border: 1px solid #797979;
	padding: 4px 15px;
}
.data_informe h5{
	font-size: .8em;
    margin: 4px 4px;
    line-height: 1;
}
h5>span{
	width: 150px;
	display: inline-block;
}
table.dataTable.no-footer{
	border-bottom: none !important;
}
table.dataTable thead th, table.dataTable thead td{
	/*border-bottom: 1px solid #909090 !important;*/
}
.pie_informe{	
	width: 100%;
	padding: 10px;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
}
.pie_informe h6{	
	font-size: .8em;
	margin: 10px;
	text-align: center;   
}
.detalle_carrera label{
	margin-top: 7px;
	display: inline-block;
}
.detalle_carrera span{
	width: 100%;
    display: block;
    background-color: rgba(3, 169, 244, 0.43);
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: .9em;
}
.separador{
    width: 98%;
    margin: 10px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #A8A8A8;
    height: 0px;
    display: inline-block;
}

#grafico{
	display: block;
	margin: auto;
	width: 800px;
}

.bloque_opcion{
	padding: 10px !important;
    background-color: rgba(3, 169, 244, 0.43);
    margin: 6px 12px;
    width: 48% !important;
    border-radius: 3px;
}
.listado_opciones h5{
	margin-top: 50px;
}

.bloque{

}
.opcion{
	    border: 1px solid #efefef;
    display: -webkit-box;
    padding: 6px;
    margin-bottom: 5px;
    margin-left: -18px;
    background-color: aliceblue;
}
.opcion label{

}
.opcion input, .opcion select{
	display: inline-block;
    
}
.option input[type="text"],input[type="number"]{
	margin-bottom: 11px;
}



.dash_table{
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}
.dash_table tr td{
	font-size: .7em !important;
	padding: 4px 2px !important;
	text-align: center;
}
.dash_table thead{
    border-bottom: 2px solid #E6E6E6;
}
.dash_table tr td.numero{
	text-align: right;
}
.dash_table .numero_monto{
  text-align: right !important;
}
.dash_table thead th{
	background-color: #2196F3 !important;
    text-align: center !important;
    font-weight: normal !important;
    padding: 2px 3px;
    color: #fff;
    font-size: 0.8em;
}
.dash_table tr td{
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}
.titulo_dash{
	margin-top: 15px;
	margin-bottom: 0px;
}
.titulo_dash h4{
	margin:0;
}
.dash{
	
}
.dash .card{
	height: 220px;
    border: 1px solid rgba(33, 150, 243, 0.3);
    box-shadow: none;
    
}
.dash .card h5{
	margin-top: -5px;

}

.vencimientos span{
	display: inline-block;
    margin: 2px 0;
    padding: 5px 3px;
    border-radius: 3px;
    width: 100%;
    font-size: .75em;
}
.vencimientos .rev_tec{
	background-color: rgba(255, 193, 7, 0.35);	
}
.vencimientos .fecha_carton{
	background-color: rgba(156, 39, 176, 0.48);
}
.vencimientos .fecha_ac{
	background-color: rgba(139, 195, 74, 0.78);
}
.vencimientos .km_ac{
	background-color: rgba(33, 150, 243, 0.49);
}
.vencimientos .lic{
	    background-color: rgba(158, 158, 158, 0.53);
}





#res_valida_vale i{
	margin-right: 2px;
}
#res_valida_vale .invalido{
	color: #F00;
    font-size: .8em;
    text-align: right;
    display: block;
    float: right;
    margin-top: -22px;
    padding-bottom: 3px;
}
#res_valida_vale .valido{
	color: #4CAF50;
    font-size: .85em;
    text-align: right;
    display: block;
    float: right;
    margin-top: -22px;
    padding-bottom: 3px;
}
.next{
    background-color: #2196F3 !important;
    background-image: none !important;
}
.visto{
	background: #9E9E9E;
}
/****************************************
//	responsive
/****************************************/
@media all and (max-width: 400px){ /*Celular en vertical*/
	.nav_normal{
		display: none;
	}
	li.titulo a {
	    text-align: center;
	    font-size: 1.5em;
	    text-transform: uppercase;
	    background-color: aliceblue;
	}
	nav li{
		    margin: 0;
    padding: 0 !important;
	}
	.btn{
		width: 100%;
	}
	.row.detalle_carrera .col{
		width: 100% !important;
	}
	#grafico{
		display: block;
		margin: auto;
		width: 100%;
	}
}

/****************************************
//	impresion
/****************************************/

@media print{
	nav, .hide-on-print{
		display: none !important;
	}
	*{
		box-shadow: none !important;
	}
	.container{
		width: 96% !important;
		display: block;
		margin: auto;
		margin-left: 2%;
		padding: 0 !important;
	}
	.header_informe{
		margin-top: -20px;
		margin-bottom: 5px;	
	}
	.header_informe h3{
		font-size: 1.7em;
	}
	.header_informe h6{
		margin-bottom: -24px;
	}
	.header_informe h5{
		font-size: 1.2em;
	}
	#fin_informe{
		display: none !important;
	}
	.informe thead th, .informe_no_datatable thead th{	    
	    text-align: center !important;
	    font-weight: normal !important;
	    padding: 3px 0px;
	    color: #000 !important;
		background-color: #fff !important;
	    font-size: .8em;
	    border: 1px solid #909090 !important;
	}
	.informe tr td, .informe_no_datatable tr td{
		font-size: .7em !important;
		padding: 2px 6px 2px 6px !important;		
		border-bottom: 1px;
    	border-bottom-style: dotted !important;
	}
	.informe tbody, .informe_no_datatable tbody{
		border: 1px solid #909090;
	}
	.detalle_carrera span{
	    width: 100%;
	    display: block;
	    background-color: aliceblue !important;
	    height: 32px;
	    line-height: 32px;
	    padding: 0 6px;
	    font-size: .75em;
	    border: 1px solid #dcdcdc !important;
	}
	table.dataTable thead .sorting{
		background-image: none !important;
    	color: #000 !important;
		background-color: #fff !important;
		font-weight: bold !important;
	}
		
	.dataTables_wrapper .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate,.paging_simple_numbers{
		display: none;
	}

	table{ page-break-inside: avoid;  }
}


/*IMPRESION CODIGOS QR*/
.codigoQR{
	border: 3px solid #000;
    padding-top: 15px!important;
    width: 20% !important;

}
.codigoQR img{
    display: block;
    margin: auto;
    border: 1px solid;
    width: 100%;
}
.codigoQR h5{
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -5px;

}
.codigoQR p{
	text-align: center;
    margin-top: 3px;
    font-size: 0.5em;
}

.panel_datos{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.panel_datos p{
	    margin-bottom: 0;
    margin-top: 0;
    font-size: 1em;
    padding: 1px;
}
.panel_datos p span{
	width: 100px; 
	display: inline-block;
}
span.dato{
	    display: block;
    padding: 5px;
    background-color: aliceblue;
	min-height: 36px;
}


.choferes_autorizados_append{
        display: inline-block;
    margin-right: 3px;
    border: 1px solid #dcdcdc;
    padding: 3px 9px;
    width: 250px;
    margin-top: 4px;
    border-radius: 3px;
    font-size: .8em;
    height: 48px;
}
.choferes_autorizados_append p{
    width: 90%;
    height: 40px;
    display: inline-flex;
    
    margin-top: 0px;
}
.choferes_autorizados_append i{
	    float: right;
    height: 41px;
    /* background: aliceblue; */
    padding-top: 15px;
    margin-top: 0px;
    margin-right: -3px;
    width: 14px;
    padding-left: 3px;
}



.found {
     border: 2px solid red;
 }
 ::-webkit-datetime-edit-second-field {
    background: color-white;
    color: transparent;
    margin-left: -3px;
    position: absolute;
    width: 1px;
  }

  .imageBox
{
    position: relative;
    height: 400px;
    width: 600px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
       position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

.action {
	width: 600px;
	height: 30px;
	margin: 10px 0;
}
.cropped{
	width: 45%;
}
.cropped>img {
	margin-right: 10px;
}

.img_prev{
	width: 45%;
}


.delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
	}
	.delete-menu:hover {
	background: #eee;
	}

.nueva_programada{
	padding: 25px;
    display: flex;
}


/*******************************/
#mapid{
	height: 700px;
}

/*******************************/

#contenedor_reservas td{
	padding: 1px 2px;
    font-size: 0.75em;
}




.modal_info_chofer h6{
	margin-bottom: 30px;
    margin-top: 27px;
}