body,
#content {
    min-height: 100vh;
    background-color: #014f73;
    color: white;
    font-family: 'Comfortaa';
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.zindex-hight {
    z-index: 999999999;
}

div {
    border-radius: 0px!important
}

div.card {
    border: none;
}

.custom-file-input~.custom-file-label::after {
    content: "Elegir";
}

.borde-top {
    border-top: solid;
}

.borde-bottom {
    border-bottom: solid;
}

.borde-left {
    border-left: solid;
}

.borde-right {
    border-right: solid;
}

.borde-azulon {
    border-color: #779ed2;
}

.borde-azulon:hover {
    border-color: #779ed2!important;
}

.bg-azulon {
    background-color: #779ed2;
}

.text-azulon {
    color: #779ed2;
}

.focusAzulon:hover {
    background-color: #779ed2!important;
}

.borde-azul-oscuro {
    border-color: #2e5171;
}

.borde-azul-oscuro:hover {
    border-color: #2e5171!important;
}

.bg-azul-oscuro {
    background-color: #2e5171;
}

.text-azul-oscuro {
    color: #2e5171;
}

.focusAzulOscuro:hover {
    background-color: #2e5171!important;
}

.no-border {
    border: solid 0px transparent!important
}

.borde1px {
    border-width: 1px;
}

.borde2px {
    border-width: 2px;
}

.borde3px {
    border-width: 3px;
}

.borde4px {
    border-width: 4px;
}

.borde5px {
    border-width: 5px;
}

.f15em {
    font-size: 1.5em;
}

.f2em {
    font-size: 2em;
}

.menu-inicio {
    border: solid 3px #779ed2;
    font-weight: bolder;
    font-size: 1.3em;
}

header p {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #014f73;
}

.texto-fecha,
.texto-sede {
    font-size: 0.8em;
}

.texto-grande {
    font-size: 1.5em;
}

.texto-sede {
    overflow: hidden;
}

.texto-sede {
    word-wrap: break-word;
}

.editar,
.borrar {
    cursor: pointer;
}

select[name=id_sede] {
    font-size: 1rem;
}

#disponibilidad h4 {
    font-size: 1rem;
}

#disponibilidad h5 {
    font-weight: bolder;
}

.circulo {
    width: 20px;
    height: 20px;
    border-radius: 10px!important;
}

.seleccionar {
    cursor: pointer;
}

.modal-body h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2
}

.modal-body #selectorTurnoTrabajo label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2
}

#sedeEscogida {
    font-size: 1rem;
}

#indicadorGeneral {
    position: absolute;
    top: 10px;
    right: 10px;
}

#selectorTurnoTrabajo p {
    margin-top: -8px;
    float: left
}

#selectorTurnoTrabajo [type="radio"]:checked,
#selectorTurnoTrabajo [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#selectorTurnoTrabajo [type="radio"]:checked+label,
#selectorTurnoTrabajo [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

#selectorTurnoTrabajo [type="radio"]:checked+label:before,
#selectorTurnoTrabajo [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #779ed2;
    border-radius: 100%;
    background: #fff;
}

#selectorTurnoTrabajo [type="radio"]:checked+label:after,
#selectorTurnoTrabajo [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #779ed2;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#selectorTurnoTrabajo [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#selectorTurnoTrabajo [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 576px) {
    select[name=id_sede] {
        font-size: 1.25rem;
    }
    #sedeEscogida {
        font-size: 1.25rem;
    }
    .circulo {
        width: 30px;
        height: 30px;
        border-radius: 15px!important;
    }
    .menu-inicio {
        border: solid 3px #779ed2;
        font-weight: bolder;
        font-size: 1.5em;
    }
    .texto-fecha,
    .texto-sede {
        font-size: 1em;
    }
    #disponibilidad h4 {
        font-size: 1.5rem;
    }
}

.swal2-icon {
    border-radius: 50%!important
}

.outerDivFull {
    margin: 50px;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 30px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'ON';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.daterangepicker .calendar th {
    color: #2e5171;
}

.daterangepicker .calendar td {
    color: #779ed2;
}

.modal-header,
.modal-footer {
    border: none!important;
}

td.day.disabled {
    text-decoration: line-through;
}