﻿
.calendar-page .calendar-block {
    display: flex;
    padding: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    padding: 0;
}

    .calendar-page .calendar-block .heading-block {
        display: none;
    }

    .calendar-page .calendar-block .calendar-filter {
        position: absolute;
        padding: 100px 10px 10px;
        display: flex;
        flex-direction: column;
        padding-left:0px;
        padding-right: 0px;
        max-width: 224px;
        padding-top: 0px;
    }

        .calendar-page .calendar-block .calendar-filter > .block {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .calendar-page .calendar-block .calendar-filter > .block > *:not(:last-child):not(:nth-child(8)) {
                margin-bottom: 16px;
            }

            .calendar-page .calendar-block .calendar-filter > .block > .col:nth-child(7) .dropdown-toggle {
                padding-top: 13px;
            }

            .calendar-page .calendar-block .calendar-filter .btn {
                background-color: #f9fafb;
                bottom: -80px;
                left: 2px;
                width: 225px;
                height: 46px;
            }

.calendar-page .calendar-block .calendar-filter .btn:hover {
    border-color: #435373;
    background: #435373;
    transition: .3s;
    color: white;
}

.calendar-page .calendar-block .calendar-filter .btn:focus {
    border-color: #343F57;
    background: #343F57;
    transition: .3s;
    color: white;
}

    .calendar-page .calendar-block .calendar-holder {
        margin-left: 240px;
    }

    .calendar-page .calendar-block .calendar-notes {
        margin-left: 250px;
    }

    .calendar-page .calendar-block .calendar-filter .cols {
        display: flex;
        flex-direction: column;
    }

        .calendar-page .calendar-block .calendar-filter .cols + .cols {
            padding-top: 0px;
        }

    .calendar-page .calendar-block .calendar-filter h3 {
        display: block;
        width: 100%;
        font-family: NotoSans;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
    }

    .calendar-page .calendar-block .calendar-filter .cols .col {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    .calendar-page .calendar-block .calendar-filter .cols .cols .col {
        padding: 16px 10px 0 0;
    }

    .calendar-page .calendar-block .calendar-filter .sel {
        height: auto;
    }

    .calendar-page .calendar-block .calendar-filter .form-group span table tbody tr td span:before {
        border-color: transparent transparent transparent transparent;
        border-radius: 0px;
        margin-top: 0px;
    }

    .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .dropdown .dropdown-toggle {
        padding-left: 12px;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
    }

    .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .dropdown {
        height: auto;
    }

        .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .dropdown .dropdown-toggle {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #747474;
            height: 46px;
            padding-top: 12px;
        }

            .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .dropdown .dropdown-toggle:before {
                border-color: transparent;
                border-radius: 2px;
                margin-right: 3px;
                margin-top: 2px;
                background-image: url(../../Images/newDesign/TriangleSmallDown.svg);
                background-repeat: no-repeat;
                background-position: left;
                width: 15px;
                height: 15px;
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,0);
                margin: 0;
                top: 6px;
                right: 8px;
            }

    .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .form-group .custom-combobox input {
        height: 46px;
        padding-left: 12px;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
     
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding: 2px 14px 2px 12px;
        max-width: 244px
    }

    .calendar-page .calendar-block .calendar-filter .check-block {
        display: flex;
        align-items: center;
        padding-top: 26px;
    }

        .calendar-page .calendar-block .calendar-filter .check-block .customForm-class-check {
            display: flex;
            align-items: center;
            float: none;
            width: 14px;
            height: 14px;
            margin: 0 8px 0 0;
            cursor: pointer;
        }

        .calendar-page .calendar-block .calendar-filter .check-block label {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
        }

    .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .form-group .custom-combobox input::placeholder {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #747474;
    }

    .calendar-page .calendar-block .calendar-filter .block .cols .col .cols .col .form-group .custom-combobox .custom-combobox-toggle:before {
        border-color: transparent;
        border-radius: 2px;
       // margin-right: 3px;
        margin-top: 2px;
    }

    .calendar-page .calendar-block .calendar-holder .print {
        position: absolute;
        top: 12.5px;
        right: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .calendar-page .calendar-block .calendar-holder .button a {
        z-index: 100;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
    }

    .calendar-page .calendar-block .calendar-holder .print:before {
        content: url(../../Images/newDesign/Dashboard/Calendar/Print.svg);
        margin-top: 4px;
        margin-right: 4px;
        color: #485879;
    }

    .calendar-page .calendar-block .calendar-holder .pdf {
        position: absolute;
        top: 12.5px;
        right: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .calendar-page .calendar-block .calendar-holder .pdf:before {
            content: url(../../Images/newDesign/Dashboard/Calendar/PDF.svg);
            margin-top: 4px;
            margin-right: 4px;
            color: #485879;
        }

    .calendar-page .calendar-block .calendar-holder .months {
        position: absolute;
        top: 10px;
        right: 33%;
        display: flex;
    }

    .calendar-page .calendar-block .calendar-holder .switch {
        padding: 6px 24px;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
    }

    .calendar-page .calendar-block .calendar-holder .months .month-view {
        z-index: 100;
        margin-right: -6px;
    }

    .calendar-page .calendar-block .calendar-holder .months .week-view {
        z-index: 100;
        margin-left: -6px;
    }

    .calendar-page .calendar-block .calendar-holder .months .active {
        border-color: #485879;
        background: #485879;
        color: white;
        z-index: 101;
    }

    .calendar-page .calendar-block .calendar-holder .switch a {
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
    }

    .calendar-page .calendar-block .calendar-holder .active a {
        color: white;
    }

    .calendar-page .calendar-block .calendar-holder .full-calendar .fc-toolbar {
        margin: 0;
        background: #f9fafb;
        max-width: 220px;
        width: auto;
        margin: 0 auto;
        position: relative;
        padding: 16px 10px 8px;
        margin-left: 25%;
    }

    @media(max-width: 1450px) {
        .calendar-page .calendar-block .calendar-holder .full-calendar .fc-toolbar {
            margin-left: 18%;
        }
    }

.calendar-page .fc .fc-day-header {
    padding-top: 25px;
    width: auto;
    position: relative;
    padding-bottom: 0px;
}

.calendar-page .fc-month-view .fc-row.fc-week.fc-widget-content {
    height: 123px !important;
}

.calendar-page .fc-month-view .fc-row .fc-bg .fc-day {
    padding: 0 4px;
    opacity: 1;
}

    .calendar-page .fc-month-view .fc-row .fc-bg .fc-day .cell-box {
        height: 115px;
        box-shadow: 0px 8px 16px rgb(125 151 174 / 8%), 0px 2px 6px rgb(125 151 174 / 2%), 0px 0px 1px rgb(125 151 174 / 2%);
    }

        .calendar-page .fc-month-view .fc-row .fc-bg .fc-day .cell-box:last-child {
            box-shadow: none;
        }

.calendar-page .fc .fc-basic-view span.fc-day-number .cell-holder {
    padding: 8px 20px;
    width: 20px;
    min-height: 35px;
    text-align: center;
    font-family: NotoSans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
}

    .calendar-page .fc .fc-basic-view span.fc-day-number .cell-holder .circle {
        margin: 0 auto;
        margin-top: 6px;
        margin-left: 5px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 3px 3px;
        border-color: #99999F;
        color: #99999F;
    }

.calendar-page .fc-month-view .sum-travels .opener {
    position: absolute;
    z-index: 30;
    top: -34px;
    right: 3px;
    color: #485879;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin: 0;
}


.calendar-page .fc-month-view .events-box {
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
    position: static;
    flex-wrap: wrap;
}

.calendar-page .fc-month-view .events-box > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    border-radius: 50px;
    margin: 0;
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.calendar-page .fc-month-view .events-box .opener {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font: 12px/17px 'LatoBold', sans-serif;
    padding: 0px;
}

.calendar-page .fc-month-view .fc-event-container a {
    padding: 0;
}

.calendar-page .fc-month-view .fc-event-container .fc-content {
    top: -10px;
    left: 0px;
    height: auto;
    min-height: 54px;
    overflow: visible;
}

.nd-all-pages .calendar-page .dropdown .drop-menu.status-list label {
    padding-left: 48px;
}

.chk-area.customForm-class-type2 span, .chk-area.customForm-class-type3 span {
    top: -3px;
    width: 115%;
    height: 110%;
    background: #485879;
    border-radius: 4px;
    border: none;
    /*left: -5px;*/
    margin-left:auto;
    margin-right:auto;
    background-image: url('../../Images/newDesign/Calendar/Select.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown .drop-menu {
    width: 224px;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #A5BFD9;

}

.calendar-page .dropdown .drop-menu {
    padding-right: 0px;
}

    .calendar-page .dropdown .drop-menu .color-05 label:before {
        top: 22%;
    }

    .dropdown .drop-menu label {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440;
    }

        .dropdown .drop-menu label:before {
            border-radius: 50px;
            width: 12px;
            height: 12px;
            position: absolute;
            left: 24px;
            top: 7%;
        }

.chk-area.customForm-class-type3 {
    width: 14px;
    height: 14px;
    cursor: pointer !important;
}

.dropdown-extend .drop-menu {
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #A5BFD9;
    padding-left: 0;
    padding-right: 0;
}

.ui-autocomplete {
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #A5BFD9;
    padding-left: 0px;
    padding-right: 0px;
}

    .ui-autocomplete > li {
        /*font-family: NotoSans;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    

.dropdown-extend .option-item td {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.dropdown-extend .option-item.odd-option-item {
    background: white;
}

    .dropdown-extend .option-item.odd-option-item:hover {
        background: #F9FAFB;
    }

    .option-item {
        min-height: 48px;
        height: 48px;
    }

#monthEventBlock.table-cell {
    width: 100%;
}

@media(max-width:1620px) {
    .calendar-page .calendar-block .calendar-holder .months {
        right: 26%;
    }
}