﻿.tr_even{
	background-color: rgb(241,241,241);
}
.ui-button.redButton {
    background-color: rgb(139,197,82);
    color: white;    
    cursor:pointer;
}
.ui-button.greenButton {
    background-color: rgb(139,197,82);
    color: white;
    cursor:pointer;
}
.ui-selectmenu-button.ui-button {
    width: 80%;
    cursor:pointer;
}
.lds-ellipsis {
  margin-top:20%;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8BC552;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(241,241,241);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
  background: rgb(139,197,82);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(139,197,82);
}
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Bold.eot');
    src: url('webfonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Roboto-Bold.woff2') format('woff2'),
        url('webfonts/Roboto-Bold.woff') format('woff'),
        url('webfonts/Roboto-Bold.ttf') format('truetype'),
        url('webfonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Regular.eot');
    src: url('webfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Roboto-Regular.woff2') format('woff2'),
        url('webfonts/Roboto-Regular.woff') format('woff'),
        url('webfonts/Roboto-Regular.ttf') format('truetype'),
        url('webfonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src: url('webfonts/VAGRoundedStd-Bold.eot');
    src: url('webfonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('webfonts/VAGRoundedStd-Bold.woff') format('woff'),
        url('webfonts/VAGRoundedStd-Bold.ttf') format('truetype'),
        url('webfonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#full-permisos-head {
    margin-top:5%;
}
#full-permisos-middle {
    top:15%;
    bottom:0px;
    left:0;
    right:0;
    overflow-y: auto;
    margin:15px;
    position:absolute
}
#full-permisos-middle button{
    color:white !important;
    min-width: 30%;
    margin-top: 5%;
    cursor:pointer;
}
h2{
    color: rgb(139,197,82);
    font-family: 'VAG Rounded Std'; font-weight: bold; font-style: normal;
    text-align: center;
    margin:10px;

}
h3{
    color: rgb(139,197,82);
    font-family: 'VAG Rounded Std'; 
    font-weight: normal; 
    font-style: normal;
    font-size:90%;
}

.ui-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color:rgb(139,197,82) !important;
    border-color:rgb(139,197,82) !important;
    color:white;
    font-family: 'VAG Rounded Std' !important; 
    font-weight: bold; 
    font-style: normal ;
    cursor:pointer;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 20px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 20px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 20px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 20px;
}
input{
        font-size: 16px;
        color:rgb(111, 112, 115);
        border-radius: 10px;
        height:40px;
        border-style:solid;
        border-width:1px;
        border-color:rgb(111,112,115);
        padding-left:10px;
        font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
        background-color:rgb(241,241,241);
}
.VAGRoundedStd{
        font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
}
body {
    background-color: darkgray;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	margin-left: 0px;
	min-height: 100%;
	font-family: 'Roboto';
    font-weight: normal; 
    font-style: normal;
	font-size:1.0em;
    color:rgb(157,158,160);
    /*color:rgb(111,112,15);*/
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    border-radius: 0 !important;
    height: auto !important;
}
input[type="radio"] {
    -webkit-appearance: radio !important;
    border-radius: 0 !important;
    height: auto !important;
}


.ui-controlgroup > .ui-controlgroup-item {
    float: auto;
}

.cuadrado{
    width:100px;
    height:100px;
    padding-right:10px;
    padding-bottom:10px;
}
.rectagular{
    width:100%;
    height:50px;
    padding-right:10px;
    padding-bottom:10px;
}

.green{
    background-color: rgb(139,197,82) !important;
}
.red{
    background-color: red !important;
}

canvas {
	width: 70%;
	height: 50%;
	object-fit: fill;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border: 1px solid rgb(111,112,115);
    margin-top: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
#full-permisos p {
    font-size: 80%;
    text-align: justify;
}
#btnnuevo_img {
    background-image: url(svg/menu-salir.svg?v=1);
    height: 38px;
    width: 38px;
}
#btnperfil_img {
    background-image: url(svg/menu-usuario.svg?v=1);
    height: 38px;
    width: 38px;
}
#btnfichaje_img {
    background-image: url(svg/menu-inicio.svg?v=1);
    height: 38px;
    width: 38px;
}
#btnregistro_img {
    background-image: url(svg/menu-registros.svg?v=1);
    height: 38px;
    width: 38px;
}
#btninfo_img {
    background-image: url(svg/menu-info.svg?v=1);
    height: 38px;
    width: 38px;
}

.full-height {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: fixed;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    background-color: white;
    min-width: 200px;
    min-height: 200px;
    position: absolute;
    overflow: hidden;
}

#main {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

#header {
    height: 10%;
    left: 0px;
    right: 0px;
    background-color: rgb(139,197,82);
    font-size: 150%;
    color: white;
    position: absolute;
    overflow: no-display;
    display: flex;
    justify-content: center;
    align-items: center;
}

#body {
    background-color: white;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 12%;
    position: absolute;
}

#bodyinfo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    align-content: center;
    overflow: auto;
    width: 95%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 15px;
    text-align: justify;
}

    #bodyinfo b {
        color: rgb(139,197,82);
    }

#bodyincidencias {
    overflow: hidden;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
    font-family:'VAG Rounded Std';
    font-weight:normal;
    font-size:100%;
}
.inc_data{
    font-family:'Roboto';
    font-weight:normal;
    font-size:80%;
    float:left;
    min-width:25%;
}
.inc_title{
    margin-top:3%;
    font-family:'VAG Rounded Std';
    font-weight:bold;
    font-size:125%;
    float:left;
    min-width: 80%;
}

.inc_button_ok{
    float:right;
    bottom:0;
    margin-left: 1%;
    background-image: url(svg/b-ok.svg?v=1);
    height: 32px;
    width: 32px;
    cursor:pointer;
}
.inc_button_ko{
    background-image: url(svg/b-ko.svg?v=1);
    height: 32px;
    width: 32px;
    float:right;
    bottom:0;
    margin-left: 1%;
    cursor:pointer;
}

#tablaincidencias table tr th {
    color: rgb(139,197,82);
    font-size: 0.8em;
    text-align: left;
}
#tablaincidencias {
    padding-left: 2%;
    top: 10%;
    left: 0;
    right: 0;
    position: absolute;
}


#bodyinformes {
    overflow: hidden;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
}
#tablainformes table tr th {
    color: rgb(139,197,82);
    font-size: 0.8em;
    text-align: left;
}
#tablainformes {
    padding-left: 2%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#tablainformes table {
    text-align: left;
    vertical-align: central;
    width: 100%;
}

#bodyregistro {
    overflow: hidden;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
}
#tablaregistro table tr {
    color: rgb(157,158,160);
    font-size: 1em;
    text-align: left;
    margin-bottom:2%;
    margin-top:2%;
}
#tablaregistro table th {
    color: rgb(139,197,82);
    font-size: 0.8em;
    margin-bottom:2%;
    margin-top:2%;
}
#inforegistro_filter{
    height:50px;
    width:100%;
    position:absolute;
}

.option_select{
    background-color:rgb(139,197,82) !important;
    color:white !important;
}
.option_normal{
    background-color:white !important;
    color:rgb(139,197,82) !important;
    border: 1px solid rgb(139,197,82);
}

#filtroregistro {
    font-size: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#listregistro {
    overflow: auto;
    width: 97%;
    top: 150px;
    bottom: 0;
    position: absolute;
}

#tablaregistro {
    padding-left: 2%;
    top: 0;
    left: 0;
    right: 3%;
    position: absolute;
}

#tablaregistro table {
    text-align: left;
    vertical-align: central;
    width: 100%;
}

#inforegistro {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 9%;
    color: rgb(139,197,82);
    overflow: hidden;
}

#inforegistro_info {
    margin-left:3%;
    top:100px;
    font-size: 100%;
    height: 50px;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    position:absolute;
    font-weight:bold;
    color:rgb(139,197,82);
}
#inforegistro_filter button{
    width:20%;
    margin-left:2%;
    margin-right:2%;
    font-size:80%;
}
.tbl_left{
    text-align:left;
}
.tbl_right{
    text-align:right;
}
#inforegistro_type button{
    width:40%;
    margin-left:2%;
    margin-right:2%;
    font-size:90%;
}
#inforegistro_type {
    right:0px;
    top:100px;
    font-size: 80%;
    height: 50px;
    float: right;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
}

#bodyfichaje {
    text-align: center;
    padding-top: 0px;
    align-content: center;
    overflow: auto;
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

#nif {
    text-transform: uppercase;
}

#bodyfichajelogin {
    text-align: center;
    margin-top: 5%;
    position: relative;
    float: middle;
    font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
    color:rgb(111,112,115);

}
#bodyfichajelogin input{
    width:100%;
     
}
    #bodyfichajelogin table {
        margin: 0 auto;
        text-align: left;
    }


#bodyfichajetrabajador {
    margin: 0 0 0 0;
    font-size: 120%;
    font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
    color: rgb(111,112,115);
}

#bodyfichajeselectempresa {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
    font-size: 120%;
}

#bodyfichajeempresa {
    margin: 0 0 0 0;
    padding-top: 2%;
    font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
    font-size: 100%;
    color:rgb(185,185,185);
}

.bodyrelojfecha {
    padding-top: 1%;
    font-size: 100%;
    color:rgb(185,185,185);
    font-family: 'VAG Rounded Std'; font-weight: normal; font-style: normal;
}

.bodyrelojhora {
    padding-top: 1%;
    font-size: 200%;
    color: rgb(111,112,115);
    font-family: 'VAG Rounded Std'; font-weight: bold; font-style: normal;
}
#bodyfichajefichar {
    bottom: 2%;
    left: 2%;
    right: 0;
    margin: 0 0 0 0;
    position: absolute;
    color: white;
    font-size: 120%;
}

#btnficharentrada {
    align-content: center;
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
}

#btnficharsalida {
    align-content: center;
    width: 50%;
    height: 50%;
}

#btn_mdp_fin_jornada {
    min-width: 30%;
}

.btnficharsalida {
    min-width: 30%;
}

.btnficharincidencia {
    width: 100%;
    margin-bottom: 10px;
}

#boton_inc {
    margin-bottom: 10px;
    height: 50%;
    width: 60px;
}

#bodyperfil {
    text-align: center;
    padding-top: 0;
    align-content: center;
    width: 95%;
    top: 0px;
    bottom: 0px;
    /*position: absolute;*/
    padding-left: 5%;
    overflow-y:auto;
}

.chk_cookie {
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn_cookie {
    float: right;
    margin-bottom: 5px;
}
#bodyperfil_menu{
    top:10%;
    bottom:0px;
    width:90%;
    position:absolute;
}
#bodyperfil_menu input{
    height: 30px;
}
#bodyperfil_menu h3{
    font-size: 90%;
    margin-bottom:0;
}
#bodyperfil p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 100%;
}

#bodyperfil h1 {
    font-size: 100%;
    font-style: normal;
    color: rgb(139,197,82);
}


#bodyperfil table {
    margin: 0 auto;
    text-align: left;
}

#bodyperfil_menu .ui-accordion-content {
    padding-left: 10px;
    border-top: 0;
    /* overflow: auto; */
    padding-right: 10px;
    padding-bottom: 10px;
}

#bodyperfil_menu label {
    width: 100%;
    text-align: left;
}

#btn_eventualidad_viaje {
    width: 90%;
    margin-left: 5%;
}

#btn_eventualidad_noviaje {
    width: 90%;
    margin-left: 5%;
}

#cfg_recuerda {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-left:5%;
}

    #cfg_recuerda label {
        padding-top: 10px;
    }

    #cfg_recuerda input {
        width: auto !important;
    }

#food {
    align-items: baseline;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12%;
    border-top: solid 0px;
    z-index: 0;
    background-color: white;
    overflow: no-display;
}

    #food .ui-button {
        height: 100%;
        width: 100%;
        padding-right: 2px;
        padding-left: 2px;
        background-color:white !important;
        border-width:0px !important;
    }

    #food button div {
        border-style: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    #food table {
        width: 100%;
        height: 100%;
    }

    #food td {
        border: 0px solid rgb(111,112,115);
    }


#botones_mdp input[type=button]{
    margin:5px;
    /*padding-top: 6px;*/
}
.opt_button{
    font-size:100%;
    min-width:35%;
    margin-top:1%;
    margin-bottom:1%;
}
.btn_inc_registro{
    background-image: url(svg/editar.svg?v=1);
    height: 23px;
    width: 24px;
    float:right;
    bottom:0;
    margin-left: 1%;
    cursor:pointer;
}
.btn_evt_registro{
    background-image: url(svg/editar.svg?v=1);
    height: 23px;
    width: 24px;
    float:right;
    bottom:0;
    margin-left: 1%;
    cursor:pointer;
}

.popup form{
    margin:6%;
}
.popup h3{
    font-size:100% !important;
    color:rgb(111, 112, 115) !important;
}
.popup{
    position:fixed;
    height:300px;
    width:300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999;
    background-color:white;
    border-color:rgb(139,197,82);
    border-width:1px;
    border-radius:10px;
    box-shadow: 5px 5px 5px darkgray;
    text-align:center;
}
.bigpopup{
    height:400px !important;
}
.popup_alert{
    background-image: url(svg/ico-error.svg?v=1);
    height: 93px;
    width: 112px;
    left: 94px;
    position: absolute;
    top: 30px;
}
.popup_info{
    background-image: url(svg/ico-info.svg?v=1);
    height: 93px;
    width: 112px;
    left: 94px;
    position: absolute;
    top: 30px;
}
.popup_title{
    position:absolute;
    top:120px;
    width:100%;
}
.popup_message{
    width:100%;
    position:absolute;
    top:170px;
    color:rgb(111, 112, 115);
    text-align:center;
}
.popup_close{
    background-image: url(svg/cerrar.svg?v=1);
    height: 22px;
    width: 22px;
    float:right;
    margin-top:10px;
    margin-right:10px;    
    cursor:pointer;
}
.overlay{
    background-color:rgb(241,241,241);
    opacity: 0.7;
    position:fixed;
    z-index:9000;
    width:100%;
    height:100%;  
    top:0;
    left:0; 
}
.ico_calendar{
    float:right;
    bottom:0;
    background-image: url(svg/editar.svg?v=1);
    height: 23px;
    width: 24px;
    cursor:pointer;
}
#frmincidencia_form input{
    height:20px !important;
    width:90px !important;
}
#boton_inc_frm_inc{
    text-align:left;
}
#frmincidencia{
    height:350px !important;
}
#frmincidencia button{
    position: absolute;
    bottom:   6%;
    left: 6%;
    min-width:90px;
}
#btn_inc_save{
    left: 120px !important;
}
#div_wait{
    height:150px !important     
}
.ui-button-disabled{
    background-color: rgb(232,232,232) !important;
    border-color: rgb(232,232,232) !important;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active{
    background-color: rgb(139,197,82) !important;
    border-color: rgb(139,197,82) !important;

}