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



body {
    font-family: Ubuntu, sans-serif;
    background: #ccc!important;
    font-size: 0.8em;
}
.page {
    background: #e9e9e9 !important;
}
.ui-navbar li .ui-btn,
.ui-controlgroup .ui-btn {
    background:var(--main-color) !important;
}
#Contenido .ui-btn {
    background: var(--main-color)!important;
    color: #000;
}
#Contenido .ui-select {
    background: none !important;
}
#Contenido .btn1 {
    background: #999999 !important;
    color: #FFF !important;
    width: 90%;
    padding: 0.8em 0.3em;
    margin: auto;
}
#Contenido .btn-alert {
    background: #d70000 !important;
    color: #FFF !important;
    width: 90%;
    padding: 0.8em 0.3em;
    margin: auto;
}
#Contenido .btn-info {
    background: #7aa2f8 !important;
    color: #FFF !important;
    width: 90%;
    padding: 0.8em 0.3em;
    margin: auto;
}
#Contenido .btn-success {
    background: var(--success-color) !important;
    color: #FFF !important;
    width: 90%;
    padding: 0.8em 0.3em;
    margin: auto;
}
.btn {
    background: #750000 !important;
}
#FranjaEmpresaAcceso {
    width: 100%;
    height: 100px;
    top: 0;
    position: fixed;
    background: var(--main-color);
}
#LogoFranjaEmpresaAcceso {
    width: 100%;
    height: 70px;
    top: 30px;
    position: fixed;
    text-align: center;
}
#FranjaEmpresa {
    width: 100%;
    height: 130px;
    bottom: 0;
    position: fixed;
    /* background: var(--main-color); */
    opacity: 0.6;
}
#LogoFranjaEmpresa {
    width: 100%;
    height: 130px;
    /* background: var(--main-color); */
    bottom: 0;
    position: fixed;
    text-align: center;
}
.pageDom {
    background: #ccc;
    font-family: Calibri, sans-serif;
}
#pagAcceso #header {
    border: none;
}
#header {
    text-align: center;
    height: 25px;
    background: var(--main-color);
    padding: 6px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    color:#FFFFFF;
    border-bottom: 2px solid #fff;
}
#header #TituloPagina {
    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: 20px;
    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: var(--main-color);
    margin: 0 5px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px;
}
.barraMenu img {
    max-width: 75%;
    padding: 5px;
    height: auto;
}


#Contenido {
    position: relative;
    top: 50px;
    margin-bottom: 30px;
}
.label {
    color: #333;
    font-weight: bold;
}
#footer {
    width: calc(100% - 10px);
    position: fixed;
    bottom: 0;
    color: #000000;
    font-size: 1em;
    text-align: center;
    /* font-weight: bold; */
    padding: 5px;
}
#footer.ui-footer {
    border-top: 1px solid #FFF;
    background: #ccc;
}
#footer #Kriva {
    float: left;
    width: 30px;
}
#footer #Empresa {
    float: left;
    width: calc(100% - 60px);
}
#footer a {
    padding: 0;
    margin: 0;
}
#footer #Asistencia {
    float: right;
    width: 30px;
    background: transparent;
    border: none;
}
#footer .botonAccion {
    padding: 5px 40px;
    background: #F76A6A;
}
#datosChofer,
#datosVehiculoKm,
#datosUsuario {
    margin-bottom: 10px;
    font-size: 0.8em;
    background: var(--main-color);
}
#datosVehiculoKm .dataLabel {
    color: #444;
}
#Ficha {
    width: 96%;
    margin: 1%;
    padding: 1%;
    /* background:#FFFFFF;
	border: 1px solid #333; */
}
#boxBusqueda {
    display: none;
    border: 1px solid #B3BFD3;
    padding: 2px;
    background: #AAA;
}
.ui-field-contain.inputField {
    overflow: hidden;
    padding: 2px;
}
.ui-field-contain.inputField.w50 {
    width: calc(50% - 5px);
    float: left;
    clear: none;
}
.inputField label {
    width: 100%;
    /*    padding-top:2px;*/
    font-size: 0.7em !important;
}
.ui-field-contain .ui-input-text {
    ;
    /* float:left;
	width:58%; */
}
#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: var(--main-color);
    width: 80%;
    margin: 10px auto auto;
    border: inherit;
    border-radius: 0;
    color: #fff;
}
#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: 8px;
    background-position-x: 4px;
    padding: 10px;
    color: #FFF;
}
#Acceso #Password {
    background: url('../imagenes/key.png');
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: 4px;
    padding: 10px;
    color: #FFF;
}

.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;
}

#Contenido .ui-btn .btnAlert {
    color: rgb(236, 104, 104) !important;
}

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

.lstResultados td,
.lstResultados th {}
.lstResultados .top td {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 4px;
}
.lstResultados .bottom td,
.lstResultados th {
    border-bottom: 1px solid #AAA;
    padding: 20px 4px 4px;
}
.lstResultados .row td {
    border-bottom: 1px solid #AAA;
    padding: 4px;
}
.lstResultados th {
    background-color: var(--main-color);
}

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

#lineas-pedidos-pendientes {
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #FFF;
}
#lineas-pedidos-pendientes th,
#lineas-pedidos-pendientes td {
    padding: 0.4em;
    border-bottom: 1px solid #DDD;
    font-size: 0.7em;
    vertical-align: middle;
}
#lineas-pedidos-pendientes tbody tr:nth-child(odd) {
    background: #f2f2f2;
}


.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 !important;
}
.FRight {
    float: right !important;
}
.ALeft {
    text-align: left !important;
}
.ACenter {
    text-align: center !important;
}
.ARight {
    text-align: right !important;
}
.Bold {
    font-weight: bold;
}
.Red {
    background: #FF9A9A;
}
.Yellow {
    background: #F8F879;
}
.Green {
    background: #88DD99;
}
.Gray {
    background: #cccccc;
}

.F1_5 {
    width: 20%;
}
.F15_5 {
    width: 30%;
}
.F2_5 {
    width: 40%;
}
.F25_5 {
    width: 50%;
}
.F3_5 {
    width: 60%;
}
.F35_5 {
    width: 70%;
}
.F4_5 {
    width: 80%;
}
.F5 {
    width: 100%;
}
.py-1{
    padding-top:5px;
    padding-bottom:5px;
}
.font-weight-bold{
    font-weight: bold;
}

.grid-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grid-line tr {
    background: #FFF;
}
.grid-line tr:nth-child(2) {
    background: red;
}
.grid-line td {
    padding: 10px 0;
}
.grid-line input,
.grid-line textarea {
    width: 98%;
    margin: 0.2em !important;
    min-height: 2.2em;
    border: 0;
    background: transparent none;
    border-radius: 0.3em;
    background: #fff;
    padding: 0.5em !important;
    line-height: 1.4em;
    display: block;
    outline: 0;
}
.grid-line textarea {
    ;
    /* height: 70px !important; */
}
#msg-box {
    background: #F76A6A;
    padding: 10px;
    margin: 10px;
    color: #FFF;
    display: none;
    font-size:0.8em;
}
#msg-box .msg {
    margin-top: 20px;
}
#msg-box .close-button {
    float: right;
}

.alert-msg {
    text-align: center;
    font-size: 0.8em;
    color: #FF9A9A;
    font-weight: bold;
}
#Notificacion {
    position: absolute;
    z-index: 10000;
    width: 80%;
    margin: 10%;
    border: 2px solid #F88;
    display: none;
    background: #FFF;
}
#NotifEnviada {
    padding: 5px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 0.75em;
}
#NotifMsg {
    padding: 5px;
    margin: 10px 0;
}

.pendiente-revision,
#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: var(--main-color);
    margin: 5px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.title-list {
    text-align: center;
    background: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 0;
}

.hora {
    width: calc(50% - 16px);
    margin: 4px;
    padding: 4px;
    font-size: 1.2em;
    float: left;
    text-align: center;
}

.p5 {
    padding: 5px;
}
.pt-20 {
    padding-top: 20px;
}
.m5 {
    margin: 5px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.clear {
    clear: both;
    overflow: hidden;
}
.text-white {
    color: #FFF;
}
.grid-line .ui-select,
.grid-line textarea,
.grid-line .ui-input-text {
    margin: 1px 0 !important;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    width: 100%;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

