/*
Theme Name: twentynineteen-child
Author: jm
Template: twentynineteen
Version: 1--optional
General comments/License Statement if any.
*/
button {
    background: #005440;
    border-radius: unset;
}
textarea{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
input{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
select{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
a{
    color: #005440!important;
}
a:visited{
    color: #005440!important;
}
@media only screen and (min-width: 768px) {
    .entry .entry-header {
        margin: calc(1 * 1rem) calc(10% + 60px) 2rem;
    }
    .site-header{
        padding: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    #ver-detalles{
        max-width: 100%!important;
    }
    #eventosDiaTemplate{
        max-width: 100%!important;
    }
}
#wpadminbar a{
    color: #eee!important;
}
.entry-content{
    position: relative;
}
#page{
    position: relative;
}
.loading{
    position: absolute;
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    background: #ffffffbf;
    display: none;
    min-height: 100%;
    margin: 0!important;
    z-index: 1000;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7dba00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: auto;
    position: relative;
    top: 25%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
h1:not(.site-title):before, h2:before{
    content: unset;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}
ul{
    list-style: none;
}
a:hover{
    color: #7dba00!important;
}
.nomargin{
    margin: 0;
}
.entry-content{
    margin: 0!important;
    max-width: 100%!important;
    min-height: 300px;
}
#pagina-calendari{
    width: 100%;
    max-width: 100%;
}
#pagina-calendari [class*="col-sm"]{
    padding-right: unset;
    padding-left: 8px;
}
.max-width{
    max-width: 100%!important;
}
#calendario-anual{
    width: 100%;
    max-width: 80%;
    display: flex;
}
#calendario-anual thead > tr:nth-child(1) > th{
    background-color: #005440;
    color: #ffffff;
}
#calendario-anual thead > tr:nth-child(2) > th{
    background-color: #7dba00;
    color: #ffffff;
}
#calendario-anual > .fyc-calendar:first-child{
    width: 100%;
}
#calendario-anual table th{
    padding: 0;
    text-align: center;
    font-size: 0.7em;
    user-select: none;
}
#calendario-anual table td{
    padding: 0;
    text-align: center;
    font-size: 0.7em;
    user-select: none;
}
#calendario-anual .selected{
    background-color: #e4e4e4;
}
#leyenda{
    font-size: 16px;
    user-select: none;
}
.lista{
    padding: 0;
    list-style: none;
}
.lista > li{
    margin-bottom: 5px;
}
.lista > li > i{
    margin-left: 3px;
    margin-right: 3px;
}
.lista li > div.nomargin{
    width: 100%;
}
.lista li > div.nomargin .accept{
    padding: 8px;
    margin: 5px;
}
.lista li > div.nomargin .decline{
    padding: 8px;
    margin: 5px;
}
.lista input{
    margin-left: 6px;
}
/*festivos*/
.borde-azul{
    box-shadow: #26a0b2 0px -5px 0px 0px inset;
}
/*festivos locales*/
.festivoLocal{
    color: red!important;
    border: 2px solid red!important;
}
/*vac. pend. aprobacion*/
.borde-amarillo{
    box-shadow: #c8c22a 0px -5px 0px 0px inset;
}
/*retribuidos*/
.borde-morado{
    box-shadow: #7533b3 0px -5px 0px 0px inset;
}
/*no retribuidos*/
.borde-fucsia{
    box-shadow: #c4315c 0px -5px 0px 0px inset;
}
/*ausencias*/
.borde-naranja{
    box-shadow: #ff8040 0px -5px 0px 0px inset;
}
/*festivo trabajado*/
.borde-gris{
    box-shadow: #848484 0px -5px 0px 0px inset;
}
/*cumpleaños*/
.birthday{
    box-shadow: inset 0px 1px 8px 0px rgba(0, 0, 0, 0.80);
}
.half-day{
    box-shadow: #c8c22a 0px -3px 0px 0px inset, #000000 0px -6px 0px 0px inset;
}
.baja-laboral{
    background-color: #ffff81;
}
/*aprobar*/
.verde{
    background-color: #35b75e;
    color: #ffffff;
}
/*rechazar*/
.rojo{
    background-color: #c82a2e;
    color: white;
}
/*comentar*
.amarillo{
    background-color: #c8792a;
    color: #ffffff;
}
*proponer*
.caqui{
    background-color:#386f9a;
    color: white;
}*/
.hover-verde:hover{
    color: #35b75e;
}
.hover-rojo:hover{
    color: #c82a2e;
}
.hover-amarillo:hover{
    color: #c8792a;
}
.hover-caqui:hover{
    color: #386f9a;
}
/*fancyboxes kendo script templates*/
#eventosDiaTemplate{
    display: none;
    min-height: 80%;
    font-size: 16px;
    margin-top: 30px;
    max-width: 70%;
    min-width: 45%;
}
#eventosDiaTemplate #search{
    width: 100%;
}
#eventosDiaTemplate h3{
    width: 100%;
}
#eventosDiaTemplate .row.lista{
    background-color: #a0da2a69;
}
#eventosDiaTemplate input[type="text"]{
    width: 100%;
}
#ver-detalles{
    display: none;
    min-width: 70%;
    min-height: 80%;
    font-size: 16px;
    margin-top: 35px;
    max-width: 75%;
}
#ver-detalles > img{
    margin-bottom: 20px;
}
#ver-detalles h3{
    color: #005440;
}
.enviar_evento{
    background-color: #005440;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: unset;
}
.operation{
    background-color: #005440;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 20px 2px;
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
}
.operation a{
    color: white!important;
    font-weight: bold;
}
.operation i{
    margin-left: 7px;
    font-size: 20px;
}
.operation:hover{
    background: #7dba00;
}
button:hover{
    background: #7dba00;
}
button:focus{
    background: #7dba00;
}
/* The container */
label.container {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
span.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
    background-color: #7dba00;
}

/* Create the checkmark/indicator (hidden when not checked) */
span.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagination{
    max-width: calc(8 * (100vw / 12) - 28px)!important;
}
.pagination > button:nth-child(2){
    margin-left: auto;
}
#solicitudes{
    max-width: 100%;
    font-size: 13px;
}
#solicitudes .fas{
    font-size: 22px;
}
#solicitudes td{
    word-break: break-word;
}
.fancy_templates{
    display: none;
}
#button-filter{
    margin: 0;
}
#filter{
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}
.eventos-list > span{
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}
.text-disabled{
    color: #807e7e;
}
.error{
    color: red;
    margin: 5px;
}
.swal2-popup{
    border-radius: unset;
}
.swal2-popup button{
    border-radius: unset!important;
}
#zabuto_calendar{
    max-width: 100%;
    font-size: small;
}
#zabuto_calendar .calendar-month-header > td{
    background-color: #005440;
    color: #ffffff;
}
#zabuto_calendar .calendar-dow-header > th{
    background-color: #7dba00;
    color: #ffffff;
}
#zabuto_calendar .day{
    font-size: initial;
}
#leyenda .list-circles{
    display: inline-block;
}
#leyenda .evento_anual{
    margin: unset;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}
#leyenda .list-circles li{
    float: left;
    margin-right: 60px;
}
#leyenda label{
    margin-bottom: 0px;
}
.evento_anual{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid gray;
}
.evento_mensual{
    word-break: break-word;
    cursor: pointer;
    margin-top: 2px;
    height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.evento_mensual:hover{
    background-color: #eee;
}
.evento_mensual.verde:hover{
    background-color: #7dba00;
}
.invisibleRequest{
    cursor: default;
}
.invisibleRequest:hover{
    background-color: unset;
}
.deleteEvent{
    cursor: pointer;
}
.deleteEvent:hover{
    color: red;
}
.fancybox-container{
    z-index: 999;
}
#fancybox-container-1 .fancybox-bg{
    background-color: #00000073;
}
#fancybox-container-2 .fancybox-bg{
    background-color: #000000b8;
}
.tooltipster-sidetip .tooltipster-content{
    line-height: 30px;
}
.tooltipster-punk > .tooltipster-box{
    background-color: #005440;
}
.tooltipster-punk .tooltipster-arrow-background{
    border-top-color: #005440!important;
}
#list{
    margin-top: 30px;
    display: none;
}
.btn-group{
    display: block;
    width: 100%;
    min-width: 100%;
}
.btn-group button {
    border: 1px solid black; /* Green border */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}
.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}
select#subAreas{
    width: 100%;
}
nav .current_page_item > a{
    color: #7dba00!important;
    text-decoration: underline;
}
#zabuto_calendar .allCell{
    display: flex;
    flex-direction: column;
}
#zabuto_calendar table{
    table-layout: fixed;
}