/*# sourceMappingURL=calendarioAgenda-app.css.map*/

/*ESTILOS CON EL CALENDARIO NUEVO*/

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.rw-calendar:focus {
    outline: none !important
}

.calendario {
    float: right;
    margin-bottom: 12px;
    min-width: 180px;
    /*width: 100%;*/
    background: #f6fafd;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 260px;
}

#div-calendarioAgenda-app {
    font-family: "Encode Sans Condensed", serif !important;
    font-size: 14px;
    text-align: center;
    color: #1D1D1B;
    border: 0 !important;
    width: auto !important;
    padding: 10px !important;
    position: relative;
}

.calendario > div:not(.rdp-root) {
    width: 100%;
    display: flex;
    height: 25px;
    /* padding: 0 5px; */
    box-sizing: border-box;
    /*display: none;*/
}

    .calendario > div:not(.rdp-root) span {
        font-family: "Encode Sans Condensed", serif !important;
        color: #254489;
        font-size: 14px;
        font-weight: 600;
    }


.calendario:has(.rdp-root) > div:first-child p {
    background-image: url("/Style Library/MINHAC.SP.Portal/APPS/CalendarioAgenda/img/aviso_calendario.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    position: relative;
    top: -15px;
    left: 5px;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.calendario > div:not(.rdp-root) p a {
    width: 23px;
}

.calendario div[data-reactroot] {
    display: flex;
    height: auto;
}

.calendario .rdp-root {
    width: 100%;
    font-family: "Encode Sans Condensed", serif;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 600;
}

    .calendario .rdp-root .rdp-months {
        width: 100%;
        max-width: 100%;
    }

        .calendario .rdp-root .rdp-months nav.rdp-nav {
            display: none;
        }

        .calendario .rdp-root .rdp-months .rdp-month {
            width: 100%;
        }

        .calendario .rdp-root .rdp-months .rdp-month_caption {
            display: flex;
            align-content: center;
            height: 30px;
        }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdowns {
                position: relative;
                width: 100%;
                display: block;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown {
                padding: 10px 5px;
                direction: rtl;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-chevron {
                outline: none !important;
                display: inline-block;
                fill: #fff;
                background: #254489;
                border-radius: 3px;
                width: 13px;
                height: 13px;
                margin-top: 5px;
            }

                .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-chevron:first-child {
                    margin-right: 5px;
                }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown:focus {
                border-color: inherit;
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: 0 none;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown::-webkit-scrollbar-thumb {
                background-color: #f6fafd;
                border: 1px solid #254489;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown::-webkit-scrollbar-track {
                border: #0C1B3D;
                background-color: #254489;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown option {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                font-size: 14px;
                font-family: "Encode Sans Condensed", serif !important;
                background: #254489;
                color: #fff;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
                text-align: left;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdowns a {
                font-family: "Encode Sans Condensed", serif;
                font-weight: 700;
                font-size: 16px;
                text-transform: capitalize;
                color: #1d1d1b !important;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdowns > a:nth-child(1) {
                display: inline-block;
                float: left;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdowns > a:nth-child(3) {
                display: inline-block;
                float: right;
                position: relative;
                left: -20px;
            }

            .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown_root {
                position: relative;
                margin-top: 2px;
            }

                .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown_root:nth-child(2) {
                    display: inline-block;
                    float: left;
                    margin-left: 5px;
                }

                .calendario .rdp-root .rdp-months .rdp-month_caption .rdp-dropdown_root:nth-child(4) {
                    display: inline-block;
                    float: right;
                    position: relative;
                    left: 35px;
                }

        .calendario .rdp-root .rdp-months table.rdp-month_grid {
            width: 100%;
        }

            .calendario .rdp-root .rdp-months table.rdp-month_grid thead tr.rdp-weekdays {
                color: #1d1d1b;
                border-bottom: 1px solid #1d1d1b;
            }

                .calendario .rdp-root .rdp-months table.rdp-month_grid thead tr.rdp-weekdays th {
                    font-family: "Encode Sans Condensed", serif;
                    font-size: 14px;
                    font-weight: 700;
                    padding: 5px 0;
                }

            .calendario .rdp-root .rdp-months table.rdp-month_grid tbody.rdp-weeks tr.rdp-week td {
                width: 18px !important;
                height: 15px !important;
            }

                .calendario .rdp-root .rdp-months table.rdp-month_grid tbody.rdp-weeks tr.rdp-week td[data-today="true"] p {
                    color: #254489;
                    font-weight: 700;
                    text-decoration: underline;
                }

                .calendario .rdp-root .rdp-months table.rdp-month_grid tbody.rdp-weeks tr.rdp-week td p {
                    margin: 5px 0;
                    display: inline-flex;
                    align-content: center;
                    align-items: center;
                }

                .calendario .rdp-root .rdp-months table.rdp-month_grid tbody.rdp-weeks tr.rdp-week td a {
                    margin: 5px 0;
                    background-color: #fff !important;
                    border: solid 1px #1d1d1b;
                    border-radius: 3px;
                    color: #1d1d1b !important;
                    font-family: "Encode Sans Condensed", serif !important;
                    font-weight: 700;
                    font-size: 14px;
                    border-style: hidden;
                    box-shadow: 0 0 0 1px #1d1d1b;
                    display: inline-flex;
                    min-width: 18px !important;
                    height: 18px;
                    justify-content: center;
                }

a {
}

.calendario .rdp-root .rdp-months table.rdp-month_grid tbody.rdp-weeks tr.rdp-week td a:hover {
    background-color: #254489 !important;
    color: #f6fafd !important;
    text-decoration: none;
    border: solid 1px #254489;
}

.loaderDiv {
    position: absolute;
    width: 198px;
    height: 296px;
    z-index: 99999999;
}

.loaderBackground {
    position: absolute;
    top: 103px;
    left: 24px;
    background-color: rgba(143, 151, 203, .3);
    width: 150px;
    height: 150px;
    border-radius: 100px
}

.loaderDiv .loader {
    top: 20px;
    left: 6px
}

.agendaCalendario .loader {
    margin: 80px auto;
    color: #6f8ece;
    font-size: 10px;
    margin: 0 0 30px 40px;
    position: relative;
    text-indent: -9999em;
    background-image: url("/Style Library/MINHAC.SP.Portal/APPS/CalendarioAgenda/img/img-calendario.gif");
    width: 61px;
    height: 60px
}

@media screen and (min-width: 0px) and (max-width: 767px) and (min-resolution: 1dppx), only screen and (min-device-width: 0px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .calendario .rdp-root {
        width: 65vw;
    }
}

@media screen and (min-width: 767px) and (max-width: 1140px), only screen and (min-device-width: 768px) and (max-device-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) {
    .calendario .rdp-root {
        width: 198px;
    }

    .calendario:has(.rdp-root) > div:first-child p {
        top: -23px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {

    .calendario:has(.rdp-root) > div:first-child p {
        top: -15px;
    }
}
