﻿
.colorRojo {
    background-color: #ffbbbb !important;
}

.colorAnulado {
    background-color: #bdbdbd !important;
}

.colorVerde {
    background-color: #8db1ee !important;
}


.zabuto_calendar {
    background-color: #dfe8f1 !important;
}



.turno-title {
    text-align: center;
}

.titulo {
    text-align: center;
    margin-top: 25px;
}

.turno-list {
    margin-top: 28px !important;
}

    .turno-list > li {
        float: left !important;
        width: 25% !important;
        min-height: 42px !important;
        line-height: 42px !important;
        text-align: center !important;
        font-size: 20px !important;
        position: relative !important;
    }

.fechaOcupada {
    text-decoration: line-through !important;
    opacity: .5 !important;
}

.turno-list > li > a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #3d4d6a;
}

    .turno-list > li > a:hover {
        text-decoration: underline;
        background-color: #bbdefb;
        outline: 2px dashed #89abc6;
    }

li {
    list-style-type: none !important;
    cursor: pointer !important;
}

td:has(.day):hover {
    outline: 3px dashed #89abc6 !important;
    color: #3d4d6a !important;
    text-decoration: underline;
}

td.selectedDay {
    outline: 3px dashed #234f74 !important;
    color: #3d4d6a !important;
    text-decoration: underline;
}

    td.selectedDay > li > a {
        text-decoration: underline;
        color: black;
    }

.selectedHora {
    outline: 3px dashed #234f74;
    text-decoration: underline;
    background-color: #bbdefb;
    color: black;
}

.turno-title span {
    font-size: 1.5em;
}

datalist {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

    datalist option {
        font-size: 0.8em;
        padding: 0.3em 1em;
        background-color: #ccc;
        cursor: pointer;
    }

        /* option active styles */
        datalist option:hover,
        datalist option:focus {
            color: #fff;
            background-color: #036;
            outline: 0 none;
        }

#browserdata option {
    font-size: 1.8em;
    padding: 0.3em 1em;
    background-color: #ccc;
    cursor: pointer;
}

tr.clienteTR:hover {
    outline: 2px dashed #89abc6;
    text-decoration: underline;
    background-color: #bbdefb;
    cursor: pointer;
}

    tr.clienteTR:hover > td {
        cursor: pointer;
    }

#tablaClientes_wrapper {
    width: 94%;
}

#tablaClientes {
    width: 105%;
}

#inputCliente {
    /*            background-position: 14px 12px;*/
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #3d4d6a;
    cursor: pointer;
}

    #inputCliente:focus {
        box-shadow: 0 0 0 0;
        outline: 2px solid #8aa8e5;
        cursor: pointer;
    }

    #inputCliente:hover {
        outline: 2px solid #8aa8e5;
    }

    #inputCliente:not(:placeholder-shown) {
        font-weight: bold;
        font-size: 18px;
        color: #3d4d6a;
    }

.btn-primary {
    background-color: #3d4d6a !important;
}

    .btn-primary:hover {
        background-color: #576e98 !important;
    }

    .btn-primary:active {
    }

#mensajeSuccess {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    opacity: 80%;
}

#mensajeErrorGeneral {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    opacity: 80%;
}

.button-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-10:focus {
        box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
        outline: 0;
    }



/*Click Derecho*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #dfe8f1;
}

.fc-semana-view, .fc-mes-view, .fc-listaMes-view, .fc-listDay-view, .fc-listaSemana-view {
    background-color: white;
    height: 500px;
}

.fc-view-harness {
    height: 500px;
}


#menu-ClickDerecho {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(37, 40, 42, 0.22);
    color: #1f194c;
    width: 12em;
    padding: 0.8em 0.6em;
    font-size: 18px;
    position: fixed;
    visibility: hidden;
}

/*    #context-menu :before {
        content: "";
        position: absolute;
        margin: -55px;
        margin-top: -80px;
        width: 40px;
        height: 40px;
        transform: rotate(45deg);
        background-color: rgba(40, 58, 90, 0.9);
    }*/

#menu-ClickDerecho {
    /* other styles */
    overflow: hidden;
}

.item {
    padding: 0.3em 1.2em;
}

.item:hover {
    background-color: rgba(44, 141, 247, 0.2);
    cursor: pointer;

}
