﻿div.datetimepicker {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("images/calendar/popup-calendar.svg");
    background-color: white;
    height: fit-content;
    width: 18.75vw;
    border: none;
    border-radius: 0.74vh;
    margin-top: 0.926vh;
    padding-top: 10px;
    -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.datetimepicker .switch {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 1.3vh;
        color: var(--PurpleMedio1);
        text-align: center;
        cursor: pointer;
    }

    div.datetimepicker .glyphicon{
        display: none;
    }

    div.datetimepicker .prev {
        background-image: url("images/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;
        padding: 0px;
        cursor: pointer;
    }

    div.datetimepicker .next {
        background-image: url("images/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;
        padding: 0px;
        cursor: pointer;
    }

    div.datetimepicker div {
        height: 100%;
        padding: 0px 0.52vw 1.481vh;
    }

    div.datetimepicker .table-condensed {
        height: 100%;
        width: 100%;
    }

    div.datetimepicker table {
        border-collapse: separate;
        border-spacing: 0.55vh;
    }

    div.datetimepicker .datetimepicker-days td {
        width: 2.135vw;
        height: 2.592vh;
        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);
        padding: 0px;
    }

        div.datetimepicker .disabled {
            border: 0.0926vh solid var(--CoolGray2) !important;
            color: var(--CoolGray2) !important;
            cursor: not-allowed !important;
        }

        div.datetimepicker .datetimepicker-days td.old, div.datetimepicker .datetimepicker-days td.new {
            border: 0.0926vh solid var(--CoolGray3);
            color: var(--CoolGray3);
        }

        div.datetimepicker .datetimepicker-days td.today {
            text-decoration: underline;
        }

        div.datetimepicker .datetimepicker-days td.active {
            font-weight: bold;
            color: white;
            background-color: var(--Gray3);
        }

        div.datetimepicker .datetimepicker-days td:not(.disabled):hover {
            font-weight: bold;
            color: white;
            background-color: var(--BlueScire1);
            cursor: pointer;
        }

    div.datetimepicker .datetimepicker-days .dow {
        padding: 0px;
        text-align: center;
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 1.02vh;
        color: var(--PurpleMedio1);
    }

    div.datetimepicker .datetimepicker-months td {
        padding-left: 2.865vw;
    }

        div.datetimepicker .datetimepicker-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.156vw 0.463vh 0.26vw;
            padding: 0.185vh 0.104vw;
            width: 23%;
            height: 2.778vh;
            float: left;
        }

    div.datetimepicker .datetimepicker-months .month:not(.disabled):hover {
        font-weight: bold;
        color: white;
        background-color: var(--BlueScire1);
        cursor: pointer;
    }

    div.datetimepicker .datetimepicker-years td {
        padding-left: 2.344vw;
    }

    div.datetimepicker .datetimepicker-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.datetimepicker .datetimepicker-years .year.old, div.datetimepicker .datetimepicker-years .year.new {
            border: 0.0926vh solid var(--CoolGray3);
            color: var(--CoolGray3);
        }

        div.datetimepicker .datetimepicker-years .year:not(.disabled):hover {
            font-weight: bold;
            color: white;
            background-color: var(--BlueScire1);
            cursor: pointer;
        }

    div.datetimepicker .datetimepicker-months span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }

    div.datetimepicker .datetimepicker-years span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }

    div.datetimepicker .datetimepicker-hours td {
        padding-left: 1.562vw;
        padding-right: 0px;
    }

    div.datetimepicker .datetimepicker-hours .hour {
        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.datetimepicker .datetimepicker-hours span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }

    div.datetimepicker .datetimepicker-hours .hour:not(.disabled):hover {
        font-weight: bold;
        color: white;
        background-color: var(--BlueScire1);
        cursor: pointer;
    }

    div.datetimepicker .datetimepicker-minutes td {
        padding-left: 1.562vw;
        padding-right: 0px;
    }

    div.datetimepicker .datetimepicker-minutes .minute {
        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.datetimepicker .datetimepicker-minutes span.active {
        font-weight: bold;
        color: white;
        background-color: var(--Gray3);
    }

    div.datetimepicker .datetimepicker-minutes .minute:not(.disabled):hover {
        font-weight: bold;
        color: white;
        background-color: var(--BlueScire1);
        cursor: pointer;
    }