@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body{
	font-family:Ubuntu,sans-serif;
	background:#ccc;
	font-size:0.8em;
}
.page{
	background:url(../imagenes/FondoAsfalto.jpg);
}
#Contenido .ui-btn{
	background:#FFD600;
	color:#000;
}
#FranjaEmpresaAcceso{
	width: 100%;
	height: 100px;
	top: 0px;
	position: fixed;
	background: #FFD600;
	opacity: 0.6;
}
#LogoFranjaEmpresaAcceso{
	width: 100%;
	height: 70px;
	top:30px;
	position: fixed;
	text-align:center;
}
#FranjaEmpresa{
	width: 100%;
	height: 130px;
	bottom: 0px;
	position: fixed;
	background: #FFD600;
	opacity: 0.6;
}
#LogoFranjaEmpresa{
	width: 100%;
	height: 100px;
	bottom:30px;
	position: fixed;
	text-align:center;
}
.pageDom {
	background:#ccc;
	font-family:Calibri, sans-serif;
}
#header{
	text-align: center;
	height:30px;
	color:#FFF;
	padding: 10px 0px;
	position:fixed;
	top:0px;
	width:100%;
}
#header #TituloPagina {
	line-height: 0.7em;
	font-weight: bold;
	font-size: 1.2em;
}
#OpcionesMenu{
	position:absolute;
	z-index:10000;
	width:80%;
	margin:10%;
	display:none;
}
#OpcionesMenu li{
	font-size:0.7em;
}
.Seccion{
	margin-top:14px;
	width:100%;
	overflow:hidden;
}
.Seccion h3 {
	margin-bottom: 5px;
	color: #DDD;
}
/* MENU */
.btnMenu{
	width: calc(30% - 15px);
	display: inline-block;
	border: 1px solid #DDD;
	background: #FFD600;
	margin: 0px 5px;
	font-size: 0.8em;
	font-weight: bold;
}
.barraMenu img{
	max-width:75%;
	padding:5px;
	height:50px;
}


#Contenido {
	position:relative;
	top:30px;
	margin-bottom:30px;
}
.label{
	color: #333;
	font-weight: bold;
}
#footer{
	width:calc(100% - 10px);
	position:fixed;
	bottom:0px;
	color: #000000;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
#footer.ui-footer{
	background:#FFD600;
}
#footer #Kriva{
	float:left;
	width: 30px;
}
#footer #Empresa{
	float:left;
	width: calc(100% - 60px);
}
#footer a{
	padding: 0px;
	margin: 0px;
}
#footer #Asistencia {
	float: right;
	width: 30px;
	background: transparent;
	border: none;
}
#footer .botonAccion {
	padding:3px 12px;
}
#datosChofer, #datosVehiculoKm, #datosUsuario{
	margin-bottom: 10px;
	font-size: 0.8em;
	background: #FFD600;
}
#datosVehiculoKm .dataLabel{
	color:#444;
}
#Ficha{
	width:96%;
	margin:1%;
	padding:1%;
	background:#FFFFFF;
	border:1px solid #333;
	font-size:0.7 em;
}
#boxBusqueda {
	display: none;
	border: 1px solid #B3BFD3;
	padding: 2px;
	background: #AAA;
}
.ui-field-contain.inputField{
	overflow:hidden;
	padding:2px;
}
.inputField label{
	float:left;
	width:40%;
	padding-top:10px;
}
.ui-field-contain .ui-input-text{
	float:left;
	width:58%;
}
.pwd-field-contain{
    overflow: hidden!important;
}
.pwd-field-contain .ui-input-text{
    /* float:none; */
}
.pwd-field-contain label{
    float:left;
    width:35%;
    line-height:34px;
}
#Acceso .ui-block-a, #datosVehiculoKm .ui-block-a,  #datosChofer .ui-block-a{
	width:30%;
}
#Acceso .ui-block-b, #datosVehiculoKm .ui-block-b{
	width:70%;
}
#pagAcceso .ui-btn, #pagAcceso .ui-select, #Acceso .ui-input-text {
	background: #FFD600;
	width: 80%;
	margin: auto;
	margin-top: 10px;
	border: inherit;
	border-radius: 0;
	color:#000;
}
#Empresa-listbox{
	background-color: #AAA;
	padding-bottom: 15px;
}
#Acceso input{
	padding-left:30px;
	text-align:center;
}
#Acceso #Usuario{
	background:url(../imagenes/user.png);
	background-repeat:no-repeat;
  background-position-y: 3px;
}
#Acceso #Password{
	background:url(../imagenes/key.png);
	background-repeat:no-repeat;
  background-position-y: 3px;
}

.FormDataField{
	border:1px solid #333;
	padding:3px;
}
.headerBox{
	margin:1%;
	font-weight:bold;
	padding:2px;
	background:#23566B;
	color:#FFF;
	text-align:center;
}
.dataBox{
	padding:2px;
	overflow:hidden;
}
.dataLabel{
	font-weight:bold;
	float:left;
}
.dataField{
	font-size:0.8em;
	float:left;
}

.lstResultados{
	width:100%;
	font-size:0.75em;
	border:1px solid #000;
	background-image: linear-gradient(270deg,#A0B5BD 0%,#BAC9CF 100%);
}

.lstResultados td, .lstResultados th{
	border-bottom: 1px solid #AAA;
	padding:4px;
}
.lstResultados th{
	background-color:#FFD600;
}

.lstResultados tr:nth-child(even) {
	background-color: #EEE;
}
.lstResultados tr:nth-child(odd) {
	background-color: #FFF;
}

.tab{
	margin-top:5px;
	font-weight:bold;
	padding:2px;
	background:#23566B;
	color:#FFF;
	text-align:center;
}
.tabBox{
	display:none;
}
.btnMini{
	background:none;
	color:#FFF;
/*	border-radius:8px; */
}
.btnMini a{
	color: #FFFFFF;
	text-decoration: none;
}
.FLeft{
	float:left;
}
.FRight{
	float:right;
}
.ALeft{
	text-align:left;
}
.ACenter{
	text-align:center;
}
.ARight{
	text-align:right;
}
.Red {
	background: #FF9A9A;
}
.Yellow{
	background:#F8F879 !important;
}
.Green{
	background:#88DD99 !important;
}
.Gray{
	background:#888;
}
.FWhite{
    color:#FFF;
}
.font-size-2{
    font-size: 2em;
}
.F1_5{
	width:20%;
}
.F2_5{
	width:40%;
}
.F25_5{
	width:50%;
}
.F3_5{
	width:60%;
}
.F4_5{
	width:80%;
}

.mt-40{
    margin-top:40px;
}
.mt-20{
    margin-top:20px;
}
.mb-20{
    margin-bottom:20px;
}
.pt-20{
    padding-top:20px;
}
.pb-20{
    padding-bottom:20px;
}

.border-top-1{
    border-top: 1px solid #666;
}

.main-menu{
    background-size: cover;
}
.boxWeather{
    width:calc(100% - 20px);
    opacity: 0.4;
    margin: 20px 5px;
    padding:5px;
	background:#ddd;
    /* background: url("../imagenes/lluvia.gif"); */
    /* background: url("../imagenes/nubes.gif"); */
    /* background-size: cover; */
    color:#000;
    font-weight: bold;
    text-align: center;
}
.boxWeather .description{
    font-size:0.5em;
}
#Notificacion{
	position:absolute;
	z-index:10000;
	width:80%;
	margin:10%;
	border: 2px solid #F88;
	display:none;
	background:#FFF;
}
#NotifEnviada{
	padding:5px;
	margin: 10px 0px;
	font-weight:bold;
	font-size:0.75em;
}
#NotifMsg{
	padding:5px;
	margin: 10px 0px;
}

#NotifAsunto, #errorTitulo {
	padding:5px;
	background:#F88;
	text-decoration:blink;

	-webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

#msgTitulo{
	background:#23566B;
	color:#FFF;
}
#msgTexto{
	background:#A0B5BD;
}

.Alert {
	background: #ffd600;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}