﻿div.datepicker {
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 26.39vh;
    width: 18.75vw;
    border: none;
    border-radius: 0.74vh;
    cursor: pointer;
}

    div.datepicker.datepicker-orient-top {
        margin-top: 0.926vh;
        background-image: url("/img/_old/scire/calendar/popup-calendar.svg");
        padding-top: 0.926vh;
        -webkit-box-shadow: 0px 0.463vh 0.648vh 0.0926vh var(--DarkPurple1_15);
        box-shadow: 0px 0.463vh 0.648vh 0.0926vh var(--DarkPurple1_15);
    }

    div.datepicker.datepicker-orient-bottom {
        margin-top: -0.926vh;
        background-image: url("/img/_old/scire/calendar/popup-calendar-upsidedown.svg");
        padding-bottom: 0px;
        -webkit-box-shadow: 0px -0.463vh 0.648vh 0.0926vh var(--DarkPurple1_15);
        box-shadow: 0px -0.463vh 0.648vh 0.0926vh var(--DarkPurple1_15);
    }

    div.datepicker .datepicker-switch {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 1.3vh;
        color: var(--PurpleMedio1);
        text-align: center;
    }

    div.datepicker .prev {
        background-image: url("/img/_old/scire/calendar/arrow-calendar-left.svg");
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        height: 1.851vh;
        line-height: 1.851vh;
        width: 2.232vw;
    }

    div.datepicker .next {
        background-image: url("/img/_old/scire/calendar/arrow-calendar-right.svg");
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        height: 1.851vh;
        line-height: 1.851vh;
        width: 2.232vw;
    }

    div.datepicker div {
        height: 100%;
        padding: 0px 0.52vw 1.48vh;
    }

    div.datepicker .table-condensed {
        height: 100%;
        width: 100%;
    }

    div.datepicker table {
        border-collapse: separate;
        border-spacing: 0.555vh;
    }

    div.datepicker .datepicker-days td {
        width: 2.135vw;
        height: 2.592vh;
        text-align: center;
        border: 0.0926vh solid var(--DarkScire);
        border-radius: 0.2778vh;
        font-family: "Noto Sans";
        font-weight: 600;
        font-size: 1.02vh;
        color: var(--PurpleMedio1);
        padding: 0px;
    }

        div.datepicker .datepicker-days td.old, div.datepicker .datepicker-days td.new {
            border: 0.0926vh solid var(--CoolGray3);
            color: var(--CoolGray3);
        }

        div.datepicker .datepicker-days td.today {
            text-decoration: underline;
        }

        div.datepicker .datepicker-days td.active {
            font-weight: bold;
            color: white;
            background-color: var(--Gray3);
        }

        div.datepicker .datepicker-days td:hover {
            font-weight: bold;
            color: white;
            background-color: var(--BlueScire1);
        }

    div.datepicker .datepicker-days .dow {
        padding: 0px;
        text-align: center;
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 1.02vh;
        color: var(--PurpleMedio1);
    }

    div.datepicker .datepicker-months td {
        padding-left: 2.864vw;
    }

        div.datepicker .datepicker-months td .month {
            text-align: center;
            border: 0.0926vh solid var(--DarkScire);
            border-radius: 0.278vh;
            font-family: "Noto Sans";
            font-weight: 600;
            font-size: 1.02vh;
            color: var(--PurpleMedio1);
            margin: 0.463vh 0.26vw;
            margin-right: 0.156vw;
            padding: 0.185vh 0.104vw;
            width: 23%;
            height: 2.778vh;
            float: left;
        }

    div.datepicker .datepicker-months .month:hover {
        font-weight: bold;
        color: white;
        background-color: var(--BlueScire1);
    }

    div.datepicker .datepicker-years td {
        padding-left: 2.344vw;
    }

    div.datepicker .datepicker-years .year {
        text-align: center;
        border: 0.0926vh solid var(--DarkScire);
        border-radius: 0.278vh;
        font-family: "Noto Sans";
        font-weight: 600;
        font-size: 1.02vh;
        color: var(--PurpleMedio1);
        margin: 0.278vh 0.156vw;
        padding: 0.185vh 0.104vw;
        float: left;
        height: 2.778vh;
        width: 20%;
    }

        div.datepicker .datepicker-years .year.old, div.datepicker .datepicker-years .year.new {
            border: 0.0926vh solid var(--CoolGray3);
            color: var(--CoolGray3);
        }

        div.datepicker .datepicker-years .year:hover {
            font-weight: bold;
            color: white;
            background-color: var(--BlueScire1);
        }

    div.datepicker .datepicker-months span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }

    div.datepicker .datepicker-years span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }
