﻿.nd-all-pages .content.new-dashboard {
    padding-right: 32px;
}

#header.nd-header {
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    z-index: 9998;
    min-width: 800px;
    box-shadow: 0px 1px 1px 0px #7D97AE1A !important;
    box-shadow: 0px 1px 1px 0px #7D97AE29;
    height: 90px;
    background: #F9FAFB;
}


    #header.nd-header .top {
        background: transparent;
    }

    #header.nd-header .name-box {
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 0;
        max-width: 350px;
    }

        #header.nd-header .name-box a {
            margin-left:15px;
            color: #343440;
            display: inline-block;
            vertical-align: top;
            padding: 0px 0px;
            font-family: NotoSans;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: left;
            padding-bottom: 0px;
            padding-left: 0;
        }

            #header.nd-header .name-box a:hover {
                text-decoration: none;
                color: #485879;
            }

            #header.nd-header .name-box a div {
                height: 100%;
            }

                #header.nd-header .name-box a div div {
                    height: 100%;
                    display: inline;
                    top: 0;
                }

    #header.nd-header .dropdown-box.type3 .opener {
        border: none;
        background: transparent;
    }

        #header.nd-header .dropdown-box.type3 .opener .ico-menu {
            width: 20px;
            margin: 10px 0px 0px -11px;
        }

            #header.nd-header .dropdown-box.type3 .opener .ico-menu span {
                background: #485879;
            }

    #header.nd-header .name-box .details-dropdown {
        /*top: 70px;*/
        top: 5vh;
        left: 150px;
        width: 0px;
        height: 0px;
        padding: 0;
    }

    #header.nd-header .name-box:hover .details-dropdown {
        overflow: visible;
        width: 430px;
        height: auto;
        padding: 18px 27px;
        opacity: 1;
        border: none;
        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%);
    }

    #header.nd-header .name-box .details-dropdown:before {
        top: -16px;
        transform: rotate(90deg);
        right: 50%;
        border-width: 11px 10px 11px 0;
        border-color: transparent transparent transparent transparent;
        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%);
    }

    #header.nd-header .name-box .details-dropdown:after {
        top: -16px;
        transform: rotate(90deg);
        right: 50%;
        border-width: 11px 10px 11px 0;
        border-color: transparent white transparent transparent;
    }

    #header.nd-header .name-box .details-dropdown .title {
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440;
        min-width: 100px;
    }

    #header.nd-header .name-box .details-dropdown p {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
    }

    #header.nd-header .name-box .details-dropdown p > a {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
        margin-left:0px;
    }

.asLoginContainer .name-box .details-dropdown {
    top: 70px;
    left: -20vw !important;
    width: 0px;
    height: 0px;
    padding: 0;
}

    .asLoginContainer .name-box .details-dropdown:after {
        top: -16px;
        transform: none !important;
        right: 0 !important;
        border-width: 0 !important;
        border-color: none !important;
    }

    #header.nd-header .menu-box:before {
        width: 0;
    }

    #header.nd-header .menu-box {
        display: flex;
        margin-left: 0;
        padding: 0;
    }

        #header.nd-header .menu-box >.dropdown-box {
            display: flex;
            align-items: center;
        }

       

.nd-all-pages .calendar-heading .btns li + li {
    padding-left: 40px;
}


.nd-all-pages .calendar-heading .container {
    height: 0px;
    padding: 0;
}

.nd-all-pages .calendar-heading .date {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 102;
    font-family: NotoSans;
    font-size: 26px;
    font-weight: 700;
    line-height: auto;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
    display: none;
}

.nd-header .container {
    max-width: 100%;
}

.nd-all-pages .content-holder {
    position: relative;
    margin-left: 190px;
}

.nd-all-pages .content {
    max-width: 100%;
    padding: 10px 32px 20px 20px;
    padding-top: 15px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
}

.nd-all-pages .tasks-block {
    float: left;
    min-width: 402px;
    width: auto;
    background: #f9fafb;
    border: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    //padding-top: 84px;
    padding-top: 0px;
}

    .nd-all-pages .tasks-block .heading-block {
        position: relative;
        z-index: 69;
        padding: 0 50px 16px 0;
    }

        .nd-all-pages .tasks-block .heading-block h2 {
            font-family: NotoSans;
            font-size: 24px;
            font-weight: 500;
            line-height: 36px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
        }

            .nd-all-pages .tasks-block .heading-block h2 span {
                font-size: 20px;
                line-height: 24px;
                padding: 0 0 0 12px;
            }

        .nd-all-pages .tasks-block .heading-block .dropdown-box.type2 {
            margin: -6px -11px 0 0;
        }

    .nd-all-pages .tasks-block .scrollable-holder {
        position: relative;
        margin: 0 -20px 0 0;
    }

    .nd-all-pages .tasks-block .scrollable-area {
        height: 462px;
    }

        .nd-all-pages .tasks-block .scrollable-area .jspVerticalBar {
            -webkit-transition: all .3s;
            transition: all .3s;
            opacity: 0;
        }

        .nd-all-pages .tasks-block .scrollable-area:hover .jspVerticalBar {
            opacity: 1;
        }

.nd-all-pages .tasks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 382px;
}

    .nd-all-pages .tasks-list > li {
        position: relative;
        padding: 16px;
        border-top: none;
        background-color: white;
        border-radius: 8px;
        margin-bottom: 24px;
        box-shadow: 0px 8px 16px rgba(125, 151, 174, 0.08), 0px 2px 6px rgba(125, 151, 174, 0.02), 0px 0px 1px rgba(125, 151, 174, 0.02);
    }

    .nd-all-pages .tasks-list header {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 8px;
    }

        .nd-all-pages .tasks-list header h3 {
            color: #343440;
            margin: 0;
            font: 18px/24px 'NotoSans', sans-serif;
            font-weight: 600;
        }

        .nd-all-pages .tasks-list header p {
            margin: 0;
            margin-top: 8px;
        }

            .nd-all-pages .tasks-list header p a {
                color: #485879;
                text-decoration: none;
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
            }

                .nd-all-pages .tasks-list header p a:hover {
                    text-decoration: none;
                }

    .nd-all-pages .tasks-list .task-details {
        list-style: none;
        margin: 0;
        padding: 0 0 8px;
    }

        .nd-all-pages .tasks-list .task-details > li {
            color: #282834;
            font-size: 14px;
            line-height: 18px;
        }

            .nd-all-pages .tasks-list .task-details > li + li {
                padding-top: 8px;
            }

            .nd-all-pages .tasks-list .task-details > li:after {
                content: '';
                display: block;
                clear: both;
            }

        .nd-all-pages .tasks-list .task-details h4 {
            float: left;
            width: 95px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #747474;
            padding: 0 10px 0 0;
            margin: 0;
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

        .nd-all-pages .tasks-list .task-details p {
            color: #343440;
            margin: 0;
            overflow: hidden;
            font-family: "NotoSans";
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

.nd-all-pages .task-progress {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
}

    .nd-all-pages .task-progress > li {
        display: inline-block;
        vertical-align: top;
        width: 31px;
        height: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2px;
        border: solid 1px #ccc;
        background: #fff;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 5px 0 0;
    }

        .nd-all-pages .task-progress > li.active {
            background: #8bc34a;
        }


.nd-all-pages .tasks-block .bottom-box {
    position: static;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 180px;
    max-height: 40px;
    margin: 0 auto;
    border: none;
    background: transparent;
    
}

        .nd-all-pages .tasks-block .bottom-box a:hover {
            text-decoration: none;
        }

.nd-all-pages .dashboard-area {
    display: grid;
    grid-template-columns: auto auto;
    padding: 4px 0;
}

    .nd-all-pages .dashboard-area:after {
        content: '';
        display: block;
        clear: both;
    }

    .nd-all-pages .dashboard-area .calendar-block {
        float: right;
        width: auto;
        padding: 0px;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        background: #f9fafb;
    }

        .nd-all-pages .dashboard-area .calendar-block .heading-block {
            display: none;
        }

        .nd-all-pages .dashboard-area .calendar-block .calendar-holder {
            margin: 0 0 9px;
            position: relative;
        }

            .nd-all-pages .dashboard-area .calendar-block .calendar-holder a:hover {
                text-decoration: none;
            }

            .nd-all-pages .dashboard-area .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;
            }

            .nd-all-pages .dashboard-area .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;
            }

                .nd-all-pages .dashboard-area .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;
                }


            .nd-all-pages .dashboard-area .calendar-block .calendar-holder .pdf {
                position: absolute;
                top: 12.5px;
                right: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .nd-all-pages .dashboard-area .calendar-block .calendar-holder .pdf:before {
                    content: url("../../Images/newDesign/Dashboard/Calendar/PDF.svg");
                    margin-top: 4px;
                    margin-right: 4px;
                    color: #485879;
                }

            .nd-all-pages .dashboard-area .calendar-block .calendar-holder .print {
                position: absolute;
                top: 12.5px;
                right: 130px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .nd-all-pages .dashboard-area .calendar-block .calendar-holder .print:before {
                    content: url("../../Images/newDesign/Dashboard/Calendar/Print.svg");
                    margin-top: 4px;
                    margin-right: 4px;
                    color: #485879;
                }

            .nd-all-pages .dashboard-area .calendar-block .calendar-holder .months {
                position: absolute;
                top: 10px;
                right: 45%;
                display: flex;

                @media scren and (max-width: 1700px) {
                    right: 40%
                }
            }

                .nd-all-pages .dashboard-area .calendar-block .calendar-holder .months .week-view {
                    z-index: 3;
                    margin-left: -6px;
                }


                .nd-all-pages .dashboard-area .calendar-block .calendar-holder .months .month-view {
                    z-index: 3;
                    margin-right: -6px;
                }

                .nd-all-pages .dashboard-area .calendar-block .calendar-holder .months .active {
                    border-color: #485879;
                    background: #485879;
                    color: white;
                    z-index: 4;
                }

            .nd-all-pages .dashboard-area .calendar-block .calendar-holder .active a {
                color: white;
            }

    .nd-all-pages .dashboard-area .fc-month-view .fc-row.fc-week.fc-widget-content {
        height: 123px !important;
    }

    .nd-all-pages .dashboard-area .fc-month-view .fc-row .fc-bg .fc-day .cell-box {
        height: 115px;
        box-shadow: 0px 8px 16px rgba(125, 151, 174, 0.08), 0px 2px 6px rgba(125, 151, 174, 0.02), 0px 0px 1px rgba(125, 151, 174, 0.02);
    }

        .nd-all-pages .dashboard-area .fc-month-view .fc-row .fc-bg .fc-day .cell-box:last-child {
            box-shadow: none;
        }

    .nd-all-pages .dashboard-area .fc .fc-day-number, .fc .fc-basic-view td.fc-day-number,
    .nd-all-pages .dashboard-area .fc .fc-day-number, .fc .fc-basic-view span.fc-day-number {
        font-size: 16px;
        line-height: 20px;
    }

    .nd-all-pages .dashboard-area .fc .fc-basic-view td.fc-day-number .cell-holder,
    .nd-all-pages .dashboard-area .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;
    }

    .nd-all-pages .dashboard-area .fc-month-view .fc-row .fc-bg .fc-day {
        padding: 0 4px;
        opacity: 1;
    }

    .nd-all-pages .dashboard-area .fc .fc-basic-view td.fc-day-number .cell-holder .circle,
    .nd-all-pages .dashboard-area .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;
    }

.nd-all-pages .full-calendar.fc .fc-basic-view span.fc-day-number {
    padding: 0;
    height: 45px;
}

.nd-all-pages .fc-toolbar {
    display: inline-block;
    background: #f9fafb;
    /*max-width: 220px;*/
    width: auto;
    margin: 0 auto 0 13%;
    position: relative;
    padding: 16px 10px 8px;
}

    .nd-all-pages .fc-toolbar h2 {
        float: none;
        margin: 0;
        color: #343440;
        font: 22px/27px 'NonoSans', sans-serif;
    }

.nd-all-pages .fc .fc-prev-button,
.nd-all-pages .fc .fc-next-button {
    position: absolute;
    z-index: 30;
    top: 4px;
    width: 10px;
    height: 47px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nd-all-pages .fc .fc-prev-button {
    left: 0;
}

.nd-all-pages .fc .fc-next-button {
    right: 0;
}

    .nd-all-pages .fc .fc-prev-button:before,
    .nd-all-pages .fc .fc-next-button:before,
    .nd-all-pages .fc .fc-prev-button:after,
    .nd-all-pages .fc .fc-next-button:after {
        content: '';
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 11px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 11px 17px;
        margin: -7px 0 0 -6px;
    }

    .nd-all-pages .fc .fc-prev-button:after,
    .nd-all-pages .fc .fc-next-button:after {
        opacity: 0;
    }

.nd-all-pages .fc .fc-prev-button:before {
    background-image: url(../../Images/newDesign/Dashboard/Calendar/arrowLeft.svg);
}

.nd-all-pages .fc .fc-prev-button:after {
    background-image: url(../../Images/newDesign/Dashboard/Calendar/arrowLeft.svg);
}

.nd-all-pages .fc .fc-next-button:before {
    background-image: url(../../Images/newDesign/Dashboard/Calendar/arrowRight.svg);
}

.nd-all-pages .fc .fc-next-button:after {
    background-image: url(../../Images/newDesign/Dashboard/Calendar/arrowRight.svg);
}

.nd-all-pages .fc .fc-prev-button:hover:before,
.nd-all-pages .fc .fc-next-button:hover:before {
    opacity: 0;
}

.nd-all-pages .fc .fc-prev-button:hover:after,
.nd-all-pages .fc .fc-next-button:hover:after {
    opacity: 1;
}

.nd-all-pages .fc .fc-prev-button:focus,
.nd-all-pages .fc .fc-next-button:focus {
    outline: none;
}

.nd-all-pages .fc-unthemed th,
.nd-all-pages .fc-unthemed td,
.nd-all-pages .fc-unthemed thead,
.nd-all-pages .fc-unthemed tbody,
.nd-all-pages .fc-unthemed .fc-divider,
.nd-all-pages .fc-unthemed .fc-row,
.nd-all-pages .fc-unthemed .fc-content,
.nd-all-pages .fc-unthemed .fc-popover {
    border: 0;
}

.nd-all-pages .fc th,
.nd-all-pages .fc td {
    padding: 0 5px;
}

.nd-all-pages .fc .fc-head-container,
.nd-all-pages .fc .fc-widget-content {
    padding: 0;
    height: 100%;
}

.nd-all-pages .full-calendar.fc-week-view .fc-scroller.fc-day-grid-container[style] {
    overflow: hidden scroll !important;
    overflow-y: scroll !important;
    height: 606px !important;
}

.nd-all-pages .fc-basicWeek-view .fc-bg > table {
    border-collapse: separate;
}

.nd-all-pages .fc-basicWeek-view .fc-bg .fc-widget-content {
    background: white;
    border: solid #f9fafb;
    border-width: 0 4px;
    box-shadow: 0px 8px 16px rgba(125, 151, 174, 0.08), 0px 2px 6px rgba(125, 151, 174, 0.02), 0px 0px 1px rgba(125, 151, 174, 0.02);
}

    .nd-all-pages .fc-basicWeek-view .fc-bg .fc-widget-content span {
        display: none;
    }

.nd-all-pages .fc .fc-day-header {
    color: #545454;
    text-align: center;
    font: 16px/20px 'LatoRegular', sans-serif;
    background: none;
    border: 0;
    padding: 13px 4px 9px;
    width: 115px;
}

.nd-all-pages .dashboard-area .fc .fc-day-header {
    padding-top: 25px;
    width: auto;
    position: relative;
    padding-bottom: 0px;
}


.nd-all-pages .full-calendar.fc-week-view .fc-basic-view .fc-body .fc-row.fc-week.fc-widget-content[style] {
    height: 100% !important;
    /*min-height: 317px;*/
    min-height: 35em;
}

.nd-all-pages .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
    overflow-y: hidden;
    /*height: 100%;*/
    height: auto;
}

.nd-all-pages .fc .fc-day-header.fc-sat {
    color: #4a8a9a;
}

.nd-all-pages .fc-month-view .fc-day-header,
.nd-all-pages .fc-month-view .fc-day-header.fc-sat {
    color: #66a1d2;
    font: 18px/22px 'LatoRegular', sans-serif;
    // padding: 13px 5px 10px;
}

.nd-all-pages .fc .fc-day-header span {
    display: block;
    color: #99999F;
    padding: 0 0 10px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.nd-all-pages .fc .fc-day-header b {
    display: block;
    font-weight: normal;
    background: rgba(0,0,0,0);
    border-radius: 5px 5px 0 0;
    padding: 7px 10px 9px;
    background: white;
    box-shadow: 0px 5px 0px rgb(125 151 174 / 8%), 0px 2px 6px rgb(125 151 174 / 2%), 0px 0px 1px rgb(125 151 174 / 2%);
    font-family: NotoSans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
}

.nd-all-pages .fc-basicWeek-view .fc-content-skeleton td {
    border: 0;
    height: 68px;
    background: none;
    padding: 0 5px 1px;
}

.nd-all-pages .fc-month-view .fc-row .fc-content-skeleton {
    padding-bottom: 10px;
}

.nd-all-pages .fc-month-view .fc-row.fc-week.fc-widget-content {
    height: 120px !important;
}

.nd-all-pages .fc .fc-day-number,
.nd-all-pages .fc .fc-basic-view td.fc-day-number,
.nd-all-pages .fc .fc-basic-view span.fc-day-number {
    padding: 0 5px;
    text-align: left;
    color: #545454;
    font: 20px/24px 'LatoRegular', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .nd-all-pages .fc .fc-basic-view td.fc-day-number .cell-holder,
    .nd-all-pages .fc .fc-basic-view span.fc-day-number .cell-holder {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 11px 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 50px;
    }

.nd-all-pages .fc-month-view .fc-row .fc-bg .fc-day {
    padding: 0 5px;
}

    .nd-all-pages .fc-month-view .fc-row .fc-bg .fc-day .cell-box {
        background: white;
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        height: 110px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.nd-all-pages .fc .fc-day-number.fc-sat .cell-box {
    color: #4a8a9a;
}

.nd-all-pages .fc-month-view.fc-unthemed .fc-today {
    background: none;
}

.nd-all-pages .fc .fc-basic-view td.fc-day-number .cell-holder .circle,
.nd-all-pages .fc .fc-basic-view span.fc-day-number .cell-holder .circle {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    margin: 2px 0 0 2px;
    width: 42px;
    height: 42px;
    border-radius: 20px; /*100%;*/
    border: solid 2px #2384c6;
    text-align: center;
    color: #545454;
    font: 20px/24px 'LatoRegular', sans-serif;
    padding: 7px 5px 5px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nd-all-pages .fc-day-number.fc-other-month,
.nd-all-pages td.fc-other-month .fc-day-number {
    opacity: 1;
}

.nd-all-pages .fc .fc-day-grid-event .fc-content {
    white-space: normal;
}

.nd-all-pages .fc .fc-event {
    border: 0;
    border-radius: 0;
    display: block;
    font: 12px/16px 'LatoRegular', sans-serif;
    padding: 6px 5px 5px 13px;
    color: #fff;
    color: black;
    /*height: 68px;*/
    position: relative;
    overflow: visible;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nd-all-pages .dashboard-area .fc .fc-event {
    padding: 6px 5px 5px 8px;
}

    .nd-all-pages .dashboard-area .fc .fc-event .fc-title {
        display: block;
        position: relative;
        overflow: hidden;
        max-height: 1000px;
    }

.nd-all-pages .dashboard-area .fc .fc-event {
    height: auto;
}

.nd-all-pages .fc .fc-event.color-01,
.nd-all-pages .fc .fc-event.color-02,
.nd-all-pages .fc .fc-event.color-03,
.nd-all-pages .fc .fc-event.color-04,
.nd-all-pages .fc .fc-event.color-05,
.nd-all-pages .fc .fc-event.color-06,
.nd-all-pages .fc .fc-event.color-07,
.nd-all-pages .fc .fc-event.color-08,
.nd-all-pages .fc .fc-event.color-14,
.nd-all-pages .fc .fc-event.color-15 {
    background: rgba(0,0,0,0);
}

    .nd-all-pages .fc .fc-event.color-01 .calanderinfobutton {
        background: #ef532d;
        background: #2384c6;
    }

    .nd-all-pages .fc .fc-event.color-02 .calanderinfobutton {
        background: #fe9807;
    }

    .nd-all-pages .fc .fc-event.color-03 .calanderinfobutton {
        background: #00ff00;
        background-color: #4d8063;
    }

    .nd-all-pages .fc .fc-event.color-04 .calanderinfobutton {
        /*background: #c886d3;*/
        background: #BE9B7B;
    }

    .nd-all-pages .fc .fc-event.color-05 .calanderinfobutton {
        background: #2384c6;
        background-color: #ff6e8c;
    }

    .nd-all-pages .fc .fc-event.color-06 .calanderinfobutton {
        background: #79c5e1;
    }

    .nd-all-pages .fc .fc-event.color-07 .calanderinfobutton {
        /*background: #bfbfbf;*/
        background: #c886d3;
    }

    .nd-all-pages .fc .fc-event.color-08 .calanderinfobutton {
        /*background: #BE9B7B;*/
        background: #bfbfbf;
    }

    .nd-all-pages .fc .fc-event.color-14 .calanderinfobutton {
        background: #b4cd3e;
    }
    .nd-all-pages .fc .fc-event.color-15 .calanderinfobutton {
        background: #a536ce;
    }

    .nd-all-pages .fc .fc-event.color-01:hover {
        opacity: 0.85;
        /*
        background: #55b59d;*/
    }

    .nd-all-pages .fc .fc-event.color-02:hover {
        opacity: 0.85; /*
    background: #e58906;*/
    }

    .nd-all-pages .fc .fc-event.color-03:hover {
        opacity: 0.85; /*
    background: #e5b42e;*/
    }

    .nd-all-pages .fc .fc-event.color-04:hover {
        opacity: 0.85; /*
    background: #b479be;*/
    }

    .nd-all-pages .fc .fc-event.color-05:hover {
        opacity: 0.85; /*
    background: #1f77b2;*/
    }

    .nd-all-pages .fc .fc-event.color-06:hover {
        opacity: 0.85; /*
    background: #6db1ca;*/
    }

    .nd-all-pages .fc .fc-event.color-07:hover {
        opacity: 0.85; /*
    background: #bfbfbf; */ /*#cfcfcf;*/
    }

    .nd-all-pages .fc .fc-event.color-08:hover {
        opacity: 0.85; /*
    background: #da7474;*/
    }

    .nd-all-pages .fc .fc-event.color-14:hover {
        opacity: 0.85; /*
    background: #c1a285;*/
    }

.nd-all-pages .fc .fc-event .fc-time {
    display: none;
}

.nd-all-pages .full-calendar.fc .fc-basic-view span.fc-day-number {
    padding: 0;
    display: flex;
    justify-content: center;
}


.nd-all-pages .calendar-notes {
    list-style: none;
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
    max-width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

    .nd-all-pages .calendar-notes li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        color: #282834;
        position: relative;
        padding: 0 5px 18px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        
    }

        .nd-all-pages .calendar-notes li:before {
            content: '';
            position: absolute;
            z-index: 20;
            top: 0px;
            left: 0;
            width: 22px;
            height: 22px;
            border-radius: 50px;
        }

        .nd-all-pages .calendar-notes li.color-01:before {
            background: #ef532d;
            background: #2384c6;
        }

        .nd-all-pages .calendar-notes li.color-02:before {
            background: #fe9807;
        }

        .nd-all-pages .calendar-notes li.color-03:before {
            background: #00ff00;
            background-color: #4d8063;
        }

        .nd-all-pages .calendar-notes li.color-04:before {
            /*background: #c886d3;*/
            background: #BE9B7B;
        }

        .nd-all-pages .calendar-notes li.color-05:before {
            background: #2384c6;
            background-color: #ff6e8c;
        }

        .nd-all-pages .calendar-notes li.color-06:before {
            background: #79c5e1;
        }

        .nd-all-pages .calendar-notes li.color-07:before {
            /*background: #bfbfbf;*/
            background: #c886d3;
        }

        .nd-all-pages .calendar-notes li.color-08:before {
            /*background: #BE9B7B;*/
            background: #bfbfbf;
        }

        .nd-all-pages .calendar-notes li.color-14:before {
            background: #b4cd3e;
        }

        .nd-all-pages .calendar-notes li.color-15:before {
            background: #a536ce;
        }

.nd-all-pages .dashboard-area .fc .fc-event {
    padding: 0px;
}

.nd-all-pages .fc-event-container .fc-event.onlyWeekPopup {
    padding-left: 24px;
}

.nd-all-pages .fc-event-container .fc-event {
    margin-bottom: 16px;
}

.nd-all-pages .fc-view-container .padding {
    padding-top: 45px;
}

.nd-all-pages .dashboard-area .fc-month-view .table-cell {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    position: static;
}

.nd-all-pages .dashboard-area .fc-month-view .events-box {
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
    position: static;
    flex-wrap: wrap;
}

    .nd-all-pages .dashboard-area .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;
    }

        .nd-all-pages .dashboard-area .fc-month-view .events-box > li:nth-child(1) {
            padding-left: 0px;
            padding-right: 0px;
        }

        .nd-all-pages .dashboard-area .fc-month-view .events-box > li:nth-child(4) {
            padding-right: 0px;
        }


    .nd-all-pages .dashboard-area .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;
        cursor: pointer !important;
    }

.nd-all-pages .fc-month-view .fc-event-container .fc-content {
    top: -10px;
    left: 0px;
    height: auto;
    min-height: 54px;
    overflow: visible;
}

.nd-all-pages .dashboard-area .fc-month-view .sum-travels .opener {
    position: absolute;
    z-index: 30;
    top: -42px;
    right: 3px;
    color: #485879;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin: 0;
}

.nd-all-pages #monthEventPopup {
    border: none;
    box-shadow: 0px 8px 16px rgba(125, 151, 174, 0.08), 0px 2px 6px rgba(125, 151, 174, 0.02), 0px 0px 1px rgba(125, 151, 174, 0.02);
    border-radius: 8px;
    z-index: 1000000;
}

    .nd-all-pages #monthEventPopup:before {
        text-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%);
    }

.nd-all-pages .statul-list h4 {
    color: #343440;
    margin: 0 0 8px;
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.nd-all-pages .statul-list p {
    margin: 0 0 8px;
    color: #485879;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.nd-all-pages .statul-list p .sep:before {
    background: #485879;
    height: 17px;
}


.nd-all-pages .statul-list p strong {
    font-weight: normal;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.nd-all-pages .fc-content-skeleton table tbody tr:first-child td {
    padding-top: 45px;
}

.nd-all-pages .fc-content-skeleton table tbody tr:first-child .fc-event-container {
    padding-top: 0px;
}

.nd-all-pages .dropdown-box.type2 {
    display: none;
}


#header.nd-header .btn-box {
    display: none;
}

.nd-all-pages .calendar-heading .btns {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    position: fixed;
    top: 20px;
    left: max(500px, 30%);
    z-index: 200001;
}


#header.nd-header .top .container {
    padding: 20px 20px 20px 49px;
}

.nd-header .container .header-flex {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

    .nd-header .container .header-flex .left-side {
        display: flex;
        align-items: center;
    }

    #header.nd-header .name-box {
        margin: 0;
        position: relative;
    }

#header.nd-header .lang {
    float: none;
    display: flex;
    align-items: center;
    height: 100%;
    margin:0 10px 0 auto;
}

    /*#header.nd-header .lang:after {
        content: '';
        width: 24px;
        height: 24px;
        background: url('../../Images/newDesign/SideBar/ArrowDownBlue.svg');
    }*/

.nd-header .container .header-flex .right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

    .nd-header .container .header-flex .right-side .LoginAsSign  {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
       // position: absolute;
       // right: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../../Images/newDesign/AnotherUser.svg');
        float: none;
        left: initial;
        margin-right: 8px;
        cursor: pointer;
        top: 0px;
    }

        .nd-header .container .header-flex .right-side .asLoginContainer {
            display: flex;
        }

        .nd-header .btn2-success:hover {
            color: #fff;
            background: #485879;
        }

.nd-header .dd .ddTitle .ddTitleText {
    padding: 5px;
    cursor: pointer;
    /*width: 56px;*/
    cursor: pointer;
}

#monthEventPopup.border-color-01 {
    border-left: 8px solid #2384c6;
}

#monthEventPopup.border-color-02 {
    border-left: 8px solid #fe9807;
}

#monthEventPopup.border-color-03 {
    border-left: 8px solid #4d8063;
}

#monthEventPopup.border-color-04 {
    /*border-left: 8px solid #c886d3;*/
    border-left: 8px solid #BE9B7B;
}

#monthEventPopup.border-color-05 {
    border-left: 8px solid #ff6e8c;
}

#monthEventPopup.border-color-06 {
    border-left: 8px solid #79c5e1;
}

#monthEventPopup.border-color-07 {
    /*border-left: 8px solid #bfbfbf;*/
    border-left: 8px solid #c886d3;
}

#monthEventPopup.border-color-08 {
    /*border-left: 8px solid #BE9B7B;*/
    border-left: 8px solid #bfbfbf;
}
#monthEventPopup.border-color-14 {
    border-left: 8px solid #b4cd3e;
}
#monthEventPopup.border-color-15 {
    border-left: 8px solid #a536ce;
}

.nd-all-pages .status-dropdown h3 {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
}

.travels-dropdown:before {
    border-color: transparent;
}

#travelsPopup.show-on-the-right:after {
    left: 82.5%;
}

#travelsPopup.show-on-the-right {
    min-width: 270px;
}

.nd-all-pages .status-dropdown .statul-list {
    padding-top: 0px;
}

.nd-all-pages .popup-sum-absolute {
    position: absolute;
    right: 11px;
    top: 6px;
}

.nd-all-pages h4.color-01 {
    color: #2384c6;
}

.nd-all-pages h4.color-02 {
    color: #fe9807;
}

.nd-all-pages h4.color-03 {
    color: #4d8063;
}

.nd-all-pages h4.color-04 {
    color: #c886d3;
}

.nd-all-pages h4.color-05 {
    color: #ff6e8c;
}

.nd-all-pages h4.color-06 {
    color: #79c5e1;
}

.nd-all-pages h4.color-07 {
    color: #bfbfbf;
}

.nd-all-pages h4.color-08 {
    color: #BE9B7B;
}

#travelsPopup {
    padding: 7px 16px 7px 16px;
    border: none;
    box-shadow: 0px 0px 1px 0px #7D97AE05;
    box-shadow: 0px 2px 6px 0px #7D97AE05;
    box-shadow: 0px 8px 16px 0px #7D97AE14;
    display: flex;
    align-items: center;
}

.nd-all-pages .travels-list a {
    display: block;
    position: relative;
    color: #555558;
    padding: 0 0 0 25px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

    .nd-all-pages .travels-list a:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        margin: 2px 0 0 0;
        width: 18px;
        height: 18px;
        border-radius: 50px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.nd-all-pages .fc-event-container .fc-day-grid-event .calanderinfobutton {
    left: 8px;
    border-radius: 30px;
    height: 100%;
    width: 8px;
    background: red;
    border: none;
}

.nd-all-pages .fc-event-container .fc-event .fc-content .fc-title {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

    .nd-all-pages .fc-event-container .fc-event .fc-content .fc-title b {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

.nd-all-pages .dropdowns-placeholder_ .event-dropdown:before {
    text-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%);
    left: 97%;
    transform: rotate(-90deg);
    top: 17%;
}

.nd-all-pages .dropdowns-placeholder_ .event-dropdown {
    width: 286px;
    border: none;
    box-shadow: 0px 0px 1px 0px #7D97AE05;
    box-shadow: 0px 2px 6px 0px #7D97AE05;
    box-shadow: 0px 8px 20px 0px #7D97AE29;
}

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-01 {
        border-left: 8px solid #2384c6;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-02 {
        border-left: 8px solid #fe9807;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-03 {
        border-left: 8px solid #4d8063;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-04 {
        /*border-left: 8px solid #c886d3;*/
        border-left: 8px solid #BE9B7B;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-05 {
        border-left: 8px solid #ff6e8c;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-06 {
        border-left: 8px solid #79c5e1;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-07 {
        /*border-left: 8px solid #bfbfbf;*/
        border-left: 8px solid #c886d3;
    }

    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-08 {
        /*border-left: 8px solid #BE9B7B;*/
        border-left: 8px solid #bfbfbf;
    }
    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-14 {
        border-left: 8px solid #b4cd3e;
    }
    .nd-all-pages .dropdowns-placeholder_ .event-dropdown.color-15 {
        border-left: 8px solid #a536ce;
    }

.nd-all-pages .event-dropdown .event-heading {
    color: #fff;
    font: 14px/18px 'LatoRegular', sans-serif;
    padding: 6px 17px 9px;
}

.nd-all-pages .event-dropdown.color-01 .event-heading,
.nd-all-pages .event-dropdown.color-02 .event-heading,
.nd-all-pages .event-dropdown.color-03 .event-heading,
.nd-all-pages .event-dropdown.color-04 .event-heading,
.nd-all-pages .event-dropdown.color-05 .event-heading,
.nd-all-pages .event-dropdown.color-06 .event-heading,
.nd-all-pages .event-dropdown.color-07 .event-heading,
.nd-all-pages .event-dropdown.color-08 .event-heading,
.nd-all-pages .event-dropdown.color-09 .event-heading,
.nd-all-pages .event-dropdown.color-14 .event-heading,
.nd-all-pages .event-dropdown.color-15 .event-heading {
    background: rgba(0,0,0,0);
}

.nd-all-pages .event-dropdown .event-heading h3 {
    color: #343440;
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}


.nd-all-pages .event-dropdown .event-heading p {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
}

.nd-all-pages .event-dropdown .event-details {
    cursor: pointer;
}

    .nd-all-pages .event-dropdown .event-details li h4 {
        display: none;
    }


    .nd-all-pages .event-dropdown .event-details li p {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

#monthEventPopup.to-show-on-the-right:before {
    transform: rotate(-90deg);
    left: 101%;
    top: 46%;
}

.nd-header .dd .ddChild {
    width: 110px;
    text-align:left;
}

.nd-header .dd .ddTitle .ddTitleText img {
    padding-right: 5px;
    display: none;
}


.nd-header .ddlabel {
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
}

    .nd-header .dd .ddChild li img {
        display: none;
    }

.nd-header .dropdown-menu:before {
    right: 17px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    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%);
}

.nd-header .dropdown-box.type3 .dropdown-menu {
    border: none;
    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%);
}

.nd-all-pages .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a {
    // background: #343F57;
}

.nd-header .dropdown-box.type3 .dropdown-menu > li > a {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.nd-header .dropdown-box.type3 .dropdown-menu > li.active > a {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

@media screen and (max-width:1800px) {
    .nd-all-pages .calendar-heading .btns li + li {
        padding-left: 25px;
    }

    .nd-all-pages .calendar-heading .btns .btn2-success {
        width: 220px;
        min-width: 100px
    }
}


@media screen and (max-width: 1730px) {
    .nd-all-pages .dashboard-area .calendar-block .calendar-holder .months {
        right: 36%
    }

    .nd-all-pages .calendar-heading .btns li + li {
        padding-left: 20px;
    }

    .nd-all-pages .calendar-heading .btns .btn2-success {
        width: 200px;
    }

    #header.nd-header .name-box {
        width: 300px;
    }
}

@media screen and (max-width:1600px) {
    #header.nd-header .name-box a {
        font-size: 16px;
    }
}


@media screen and (max-width:1585px) {
    #header.nd-header .name-box {
        width: 250px;
    }

    .nd-all-pages .calendar-heading .btns .btn2-success {
        width: auto;
    }
}
