@import url(reset.css);
@import url(fonts.css);

/* блок описания части ВОДИТЕЛЕЙ начало */
.drv-wrapper { max-width: 512px; margin: 0 auto; min-width: 360px; }
.drv-content { margin: 0 auto; width: calc(100% - 30px); }


.drv-fixed-header { max-width: 482px; background-color: #ffffff; }

.drv-logo-name { max-width: 482px; height: 52px; }
.drv-logo-name .logo { margin: 15px 0; }

.drv-card { float: right; }
.drv-name { color: #b4b4b4; float: left; font-family: "Inter"; font-size: 12px; font-weight: 500; margin: 2px 10px 0 0; }

.drv-card .user-card-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 52px;
}

.drv-cabinet-ico { margin-left: 15px; }

.drv-auth-wrapper { display: flex; width: 100%; max-width: inherit; height: 100%; left: 0; overflow: auto; position: fixed; top: 0; }
.drv-auth { margin: auto; max-width: 482px; width: calc(100% - 30px); }
    .drv-auth .title { font-family: "Inter"; font-size: 24px; font-weight: 600; }
    .drv-auth form { margin-top: 25px; }
    .drv-auth .field-string { margin-top: 15px; }

    .drv-auth .field-checkbox { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 500; margin-top: 15px; }

    .drv-auth .field-title { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 500; }

    .drv-auth .field-string input[type=text],
    .drv-auth .field-string input[type=password] {
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        font-size: 14px;
        font-family: "Inter";
        font-weight: 500;
        margin-top: 5px;
        padding: 14px 0 14px 15px;
        width: calc(100% - 16px);
    }

    .drv-auth .auth-error { color: #ff3833; font-family: "Inter"; font-size: 12px; font-weight: 500; float: right; margin-top: 8px; }

    .drv-auth .forgot-password { margin-top: 20px; font-weight: 400; font-size: 14px; font-family: "Inter"; }
    .drv-auth .forgot-password a { color: #2E8AF3; text-decoration: none; }

    .auth-button { border: none; border-radius: 5px; color: #ffffff; margin-top: 15px; padding: 14px 0; width: 100%; font-size: 16px; }
    .auth-button.disabled { background-color: #e0e0e0; }
    .auth-button.normal { background-color: #2e8af3; }
    .auth-button.hovered { background-color: #369eff; }
    .auth-button.active { background-color: #2e8af3; }

    .auth-button:hover { background-color: #369eff; }


.drv-forgot-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}
.drv-forgot { background-color: #ffffff; border-radius: 10px; margin: auto; max-width: 320px; width: calc(100% - 30px); }
.drv-forgot-card { margin: 30px; }

    .drv-forgot .title { color: #21272f; margin-top: 20px; font-weight: 500; font-size: 24px; font-family: "Inter"; line-height: 1.2; }
    .drv-forgot .decription { color: #b4b4b4; margin-top: 15px; font-family: "Commissioner"; font-weight: 400; font-size: 16px; line-height: 1.15; }


.drv-excess-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.drv-excess { background-color: #ffffff; border-radius: 10px; margin: auto; max-width: 320px;text-align: center; width: calc(100% - 30px); }
.drv-excess-card { margin: 30px; }

    .drv-excess .title { color: #21272f; margin-top: 20px; font-weight: 500; font-size: 24px; font-family: "Inter"; line-height: 1.2; }
    .drv-excess .decription { color: #21272f; margin-top: 15px; font-family: "Commissioner"; font-weight: 400; font-size: 14px; line-height: 1.15; }


.drv-slotreject-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.drv-slotreject { background-color: #ffffff; border-radius: 10px; margin: auto; max-width: 320px;text-align: center; width: calc(100% - 30px); }
.drv-slotreject-card { margin: 30px; }

    .drv-slotreject .title { color: #21272f; margin-top: 20px; font-weight: 500; font-size: 24px; font-family: "Inter"; line-height: 1.2; }
    .drv-slotreject .decription { color: #21272f; margin-top: 15px; font-family: "Commissioner"; font-weight: 400; font-size: 14px; line-height: 1.15; }

    .drv-slotreject .date-name { color: #000000; font-family: "Inter"; font-size: 14px; font-weight: 500; }
    .drv-slotreject .date-data { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 400; margin-left: 5px; }

    .rejecting-period {
        background-color: #cef2d5; 
        border-radius: 5px; 
        color: #28b442; 
        font-family: "Commissioner";
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
        padding: 10px 0;
    }
        .rejecting-period .rp-start {}
        .rejecting-period .rp-defis { display: inline-table; width: 20px; }
        .rejecting-period .rp-finish {}

.drv-regime-page { height: 55px; }
.drv-week-list { 
    border-bottom: 1px solid #e8eef5; 
    height: 34px; 
    margin-left: -15px; 
/*    overflow: auto;
    position: relative;
    width: calc(100% + 30px);*/
}

.drv-regime-page select { border: none; font-family: "Inter"; font-size: 24px; font-weight: 600; margin: 12px 0; background-color: #ffffff; }
.drv-regime-page select option {}

.drv-weeks-line { margin-left: 15px; /* width: 530px; */ }
.drv-weeks-line span { display: inline-table; font-family: "Commissioner"; font-size: 14px; font-weight: 400; margin-left: 20px; margin-top: 10px; }
.drv-weeks-line span a { color: #b4b4b4; text-decoration: none; }
.drv-weeks-line span:first-child { margin-left: 0; }
.drv-weeks-line span.selected { font-weight: 600; }
.drv-weeks-line span.selected a { border-bottom: 2px solid #2e8af3; color: #2E8AF3; font-weight: 600; padding-bottom: 7px; } 

.drv-days-list { }
.drv-day-item { margin-top: 20px; }
    .drv-day-item p.title { color: #000000; font-family: "Inter"; font-size: 20px; font-weight: 500; }
    .drv-day-item p.title span { color: #6c6c6c; font-weight: 400; margin-left: 5px; }

.drv-hours { display: flex; flex-wrap: wrap; margin-top: 15px; }
    .drv-hours .drv-hour {
        border-style: solid;
        border-width: 2px;
        border-radius: 5px;
        font-family: "Commissioner";
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 10px 10px;
        padding: 7px 0;
        text-align: center;
        width: calc(25% - 12px);
    }
    .drv-hours .drv-hour:nth-child(1), .drv-hours .drv-hour:nth-child(5), .drv-hours .drv-hour:nth-child(9),
    .drv-hours .drv-hour:nth-child(13), .drv-hours .drv-hour:nth-child(17), .drv-hours .drv-hour:nth-child(21) { margin-left: 0; }
    .drv-hours .drv-hour.enabled { border-color: #e0e0e0; color: #6c6c6c; cursor: pointer; font-weight: 400; }
    .drv-hours .drv-hour.choosed { border-color: #28b442; color: #28b442; cursor: pointer; font-weight: 600; }
    .drv-hours .drv-hour.saved { border-color: #cef2d5; color: #28b442; font-weight: 600; background-color: #cef2d5; }
    .drv-hours .drv-hour.closed { border-color: #f9f9f9; color: #6c6c6c; font-weight: 500; background-color: #f9f9f9; }
    .drv-hours .drv-hour.hot {
        border-color: #ff8b43;
        color: #6c6c6c;
        cursor: pointer;
        font-weight: 500;
    }

    .drv-hours .drv-hour.hothour {
        background-image: url("/images/ico-hot-hour.svg");
        background-position: right 30px;
        background-repeat: no-repeat;
    }

    .drv-hours .drv-hour.my_hot_hour {
        background-image: url("/images/ico-hot-hour.svg");
        background-position: right 30px;
        background-repeat: no-repeat;
    }

.save-my-choose { font-family: "Commissioner"; font-size: 14px; font-weight: 500; padding-top: 12px; text-align: right; width: 50%; }
.save-my-choose span { color: #e0e0e0; }
.save-my-choose span.active { color: #28b442; cursor: pointer; }


.drv-slots { display: flex; flex-wrap: wrap; margin-top: 15px; }
    .drv-slots .drv-slot {
        border-radius: 5px;
        font-family: "Commissioner";
        font-size: 14px;
        font-weight: 600;
        width: calc(50% - 12px);
        margin: 0 0 10px 10px;
        padding: 10px 0;
        text-align: center;
    }

    .drv-slots .drv-slot:nth-child(1), .drv-slots .drv-slot:nth-child(3), .drv-slots .drv-slot:nth-child(5), 
    .drv-slots .drv-slot:nth-child(7), .drv-slots .drv-slot:nth-child(9), .drv-slots .drv-slot:nth-child(11) { margin-left: 0; }

    .drv-slot .slot-start {}
    .drv-slot .slot-defis { display: inline-block; width: 20px; }
    .drv-slot .slot-finish {}

    .drv-slot.choosed-period { background-color: #cef2d5; color: #28b442; cursor: pointer; }
    .drv-slot.empty-day { background-color: #f9f9f9; color: #dfdfdf; }


.link-button { 
    background-color: #2e8af3;
    border-radius: 5px;
    color: #ffffff;
    display: inline-table;
    font-family: "Commissioner";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 15px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.link-button:hover { background-color: #369eff; }

.accept-button {
    background-color: #2e8af3;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-table;
    font-family: "Commissioner";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 15px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.accept-button:hover { background-color: #369eff; }

/* блок описания части ВОДИТЕЛЕЙ окончание */


/*  ЛИЧНЫЙ КАБИНЕТ водителя  начало */
.drv-cabinet-background {
    background-color: #ffffff; 
    display: none;
    height: 100%; 
    left: 0;
    overflow-y: auto;
    position: absolute; 
    top: 0;
    width: 100%;
}
    .drv-cabinet-wrapper { margin: 0 auto; width: calc(100% - 30px); height: 100%; position: relative; }
        .drv-cabinet-header { position: relative; height: 52px; width: 100%; }
            .drv-cabinet-logo { position: absolute; top: 15px; left: 0; }
            .drv-cabinet-close {
                background-image: url("/images/ico-close.svg");
                background-repeat: no-repeat;
                height: 23px; 
                position: absolute; 
                right: 0; 
                top: 15px;
                width: 24px;
            }

        .drv-cabinet-name { font-family: "Inter"; font-size: 24px; font-weight: 600; margin-top: 15px; }

        .rate-position-card {
            border-bottom: 1px solid #e0e0e0;
            display: table;
            font-family: "Inter";
            font-size: 16px;
            font-weight: 500;
            margin-top: 5px;
            padding: 15px 0;
            width: 100%;
        }
            .rate-position-card .rate-position__point { color: #21272f; display: table-cell; }
            .rate-position-card .rate-position__bonuses {
                background-image: url('/images/r_arr.svg');
                background-position: right;
                background-repeat: no-repeat;
                color: #b4b4b4;
                cursor: pointer;
                display: table-cell;
                padding-right: 20px;
                text-align: right;
            }

        .drv-blocked-status-title { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 400; margin-top: 20px; }
        .drv-blocked-status { font-family: "Inter"; font-size: 14px; font-weight: 400; margin-top: 5px; }
            .drv-blocked-status.blocked { color: #ff3833; }
            .drv-blocked-status.opened { color: #28b442; }

        .drv-rating-card {
            background-repeat: no-repeat; 
            background-size: cover; 
            min-height: 200px; 
            margin: 20px auto 0 auto; 
            width: 100%;
        }
        .drv-rating-card .card-details { color: #ffffff; font-family: "Inter"; margin: 0 0 0 20px; padding-top: 25px; }
            .drv-rating-card .month { font-size: 14px; font-weight: 500; }
            .drv-rating-card .color-name { font-size: 60px; font-weight: 700; margin-top: 10px; } /* удалить */
            .drv-rating-card .open-title { color: rgba(255, 255, 255, 0.6); font-size: 14px; font-weight: 400; margin-top: 10px; }
            .drv-rating-card .open-value { color: rgba(255, 255, 255, 0.6); font-size: 14px; font-weight: 400; margin-top: 5px; }
            .drv-rating-card .bonus-title { font-size: 14px; font-weight: 500; margin-top: 25px; }
            .drv-rating-card .bonus-value { font-size: 60px; font-weight: 700; margin-top: 7px; }


        .drv-wrkhour-wrapper { background-color: #2e8af3; border-radius: 20px; display: inline-table; margin-top: 10px; width: 48%; } /* height: 160px; */
            .drv-wrkhour-card { color: #ffffff; font-family: "Inter"; font-weight: 500; margin: 0 auto; padding: 20px 0; width: calc(100% - 40px); }
                .drv-wrkhour-card .wrkhour-title { font-size: 14px; }
                .drv-wrkhour-card .wrkhour-value { font-size: 26px; margin-top: 15px; } /* font-size: 40px; */
                .drv-wrkhour-card .wrkhour-unit { font-size: 14px; }
                .drv-wrkhour-card .wrkhour-bonuses { color: #8dbff8; font-size: 14px; margin-top: 15px; }

        .drv-rqhour-wrapper { display: inline-table; margin-top: 10px; width: 48%; } /* height: 160px; */
            .drv-rqhour-card { font-family: "Inter"; font-weight: 500; margin: 0 auto; padding: 20px 0; width: calc(100% - 40px); }
                .drv-rqhour-card .rqhour-title { color: #b4b4b4; font-size: 14px; }
                .drv-rqhour-card .rqhour-value { font-size: 40px; margin-top: 20px; }
                .drv-rqhour-card .rqhour-unit { font-size: 14px; }

        .drv-rateitem-wrapper { background-color: #f8f8f8; border-radius: 20px; display: inline-table; margin: 10px 5px 0 0; width: 48%; } /* height: 165px; */
            .drv-rateitem-card { font-family: "Inter"; font-weight: 500; margin: 0 auto; padding: 20px 0; width: calc(100% - 40px); }
                .drv-rateitem-card .item-title { color: #b4b4b4; font-size: 14px; line-height: 1.2; }
                .drv-rateitem-card .item-value__digits { color: #21272f; font-size: 40px; margin-top: 15px; }
                .drv-rateitem-card .item-value__description { color: #21272f; font-size: 14px; margin-top: 2px; }
                .drv-rateitem-card .item-bonuses { color: #b4b4b4; font-size: 14px; margin-top: 15px; }


        .drv-cabinet-wrapper .logout-link { margin: 30px 0 0 20px; padding-bottom: 30px; }
        .drv-cabinet-wrapper .logout-link a { color: #21272f; font-family: "Inter"; font-size: 16px; font-weight: 500; text-decoration: none; }



    .drv-ratinglist-wrapper {
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: absolute;
        top: 0;
        width: 100%;
    }
        .drv-ratinglist-content { position: absolute; top: 60px; background-color: #ffffff; width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px;  }

            .drv-ratinglist-close {
                background-image: url("/images/ico-close.svg");
                background-repeat: no-repeat;
                height: 23px; 
                position: absolute; 
                right: 15px; 
                top: -45px;
                width: 24px;
            }

        .drv-ratinglist { font-family: "Inter"; margin: 40px 20px; }
        .drv-rating__level { font-size: 14px; font-weight: 600; margin-top: 20px; }
            .drv-rating__level.gold { color: #e5ab0b; }
            .drv-rating__level.silver { color: #c1c1c1; }
            .drv-rating__level.bronze { color: #efbaa3; }

        .drv-ratinglist .dr_item { font-size: 16px; font-weight: 400; color: #21272f; margin-top: 10px; }
            .drv-ratinglist .dr_item span { color: #b4b4b4; float: right; font-weight: 500; }


/*  ЛИЧНЫЙ КАБИНЕТ водителя  окончание */



/* блок описания части ДИСПЕТЧЕРОВ начало */

.dsp-wrapper { margin: 0 auto; width: 1368px; }
.dsp-content {  }

.dsp_fix { background-color: #ffffff; height: 215px; position: fixed; }

.dsp-main-row { height: 72px; margin: 0 30px; position: relative; }
    .main-logo { top: 24px; position: absolute; }

    .main-menu { left: 85px; position: absolute; top: 28px; }
        .main-menu .main-menu-item { font-family: "Inter"; font-size: 16px; font-weight: 600; margin-right: 25px; }
        .main-menu .main-menu-item.selected {  }
        .main-menu .main-menu-item a { color: #000000; text-decoration: none; }
        .main-menu .main-menu-item.selected a { color: #2e8af3; }

    .main-logout { position: absolute; right: 0; top: 28px; }
        .main-logout span { font-family: "Inter"; font-size: 16px; font-weight: 500; color: #b4b4b4; margin-right: 10px; }
        .main-logout a {}

.dsp-sub-row { height: 50px; border-top: 1px solid #e8eef5; border-bottom: 1px solid #e8eef5; }
.dsp-subrow-content { margin: 0 30px; }

    .week-list { font-family: "Inter";font-size: 14px; font-weight: 600; }
        .week-list span { display: inline-block; margin-left: 35px; margin-top: 17px; }
        .week-list span:first-child { margin-left: 0; }
        .week-list span a { color: #000000; padding: 17px 0; text-decoration: none; }
        .week-list span.selected a { border-bottom: 2px solid #2e8af3; color: #2e8af3; padding-bottom: 17px; }

    .week-days { }
        .week-days .week-day {
            color: #000000; 
            display: inline-block; 
            font-family: "Inter"; 
            font-size: 14px; 
            font-weight: 500; 
            margin-left: 35px; 
            padding: 17px 0;
            text-decoration: none;
        }
        .week-days .week-day:first-child { margin-left: 0; }
        .week-days .week-day.selected { border-bottom: 2px solid #2e8af3; color: #2e8af3; /* padding-bottom: 17px; */ }
        .week-days .week-day span { color: #b4b4b4; }


.week-table-wrapper { margin: 20px 30px 50px 30px; position: relative; }

    .week-table-header { display: table; height: 55px; }

    .header-item { display: inline-block; }
    .header-item.header-cell-empty { width: 110px; }
    .header-item.header-cell-day { width: 170px; }

        .header-cell-day a { text-decoration: none; }

        .header-cell-day .cell-day-name { color: #21272f; font-family: "Inter"; font-size: 16px; font-weight: 500; }
            .header-cell-day .cell-day-name span { color: #b4b4b4; }
                .header-cell-day .cell-day-fullness { margin-top: 12px; font-family: "Inter"; font-size: 12px; font-weight: 500; }
                .header-cell-day .cell-day-fullness.fullness-low { color: #eb6865; }
                .header-cell-day .cell-day-fullness.fullness-norma { color: #28b442; }

    .week-table-data {}
        .week-table-row { display: table; }

            .week-table-row .cell-hours { color: #6c6c6c; font-family: "Inter"; font-size: 14px; font-weight: 400; display: inline-block; width: 110px; }

            .week-table-row .row-cell {
                border-radius: 4px;
                color: #21272f; 
                cursor: pointer;
                display: inline-block; 
                font-family: "Inter";
                font-size: 14px;
                font-weight: 500;
                margin: 0 2px 2px 0;
                padding: 11px 17px;
                box-sizing: border-box;  
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 168px; 
            }

            .week-table-row .row-cell.cell-green { background-color: #cef2d5; }
            .week-table-row .row-cell.cell-gray { background-color: #f8f8f8; }
            .week-table-row .row-cell.cell-red { background-color: #ffe4e4; }

    .week-table-footer { display: table; margin-top: 10px; }
    .footer-item { display: inline-block; }
    .footer-item.footer-cell-empty { width: 110px; }
    .footer-item.footer-cell-day { width: 170px; }

        .cell-day-complect { color: #b4b4b4; font-family: "Inter"; font-size: 12px; font-weight: 500; }


    .hour-card-wrapper { background-color: #ffffff; display: none; position: absolute; top: 0; right: 0; width: 650px; }
        .hour-card-header { margin: 50px 30px 25px 60px;  position: relative; }
            .hour-card-close {
                background-image: url("/images/ico-close.svg");
                background-repeat: no-repeat;
                cursor: pointer;
                height: 23px; 
                position: absolute; 
                right: 0; 
                top: 0; 
                width: 23px; 
            }

            .hour-card-header .date-name { color: #000000; font-family: "Inter"; font-size: 30px; font-weight: 500; }
            .hour-card-header .date-short { color: #b4b4b4; font-family: "Inter"; font-size: 30px; font-weight: 400; margin-left: 5px; }

            .hour-row { margin-top: 25px; }
                .hour-indicator { background-color: #cef2d5; border-radius: 4px; display: inline-block; height: 40px; width: 170px; }
                    .hour-indicator span {
                            color: #28b442;
                            display: inline-block;
                            font-family: "Commissioner";
                            font-size: 14px;
                            font-weight: 600;
                            margin-top: 14px;
                        }
                    .indicator-left { text-align: right; width: 72px; }
                    .indicator-center { text-align: center; width: 15px; }
                    .indicator-right { text-align: left; width: 72px ;}

                .hour-drivers {
                    background-image: url("/images/ico-edit.svg"); 
                    background-position: right center; 
                    background-repeat: no-repeat; 
                    display: inline-block; 
                    margin-left: 20px; 
                    padding-right: 30px;
                }

                    .hour-drivers .edit_slots { color: #b4b4b4; font-family: "Commissioner"; font-size: 14px; font-weight: 400; }
                        .edit_slots input[type=text] { border: 1px solid #e0e0e0; border-radius: 5px; padding: 8px 10px; width: 50px; }
                        .edit_slots .slots_text {}

            .hour-card-header .hour-complect { font-family: "Commissioner"; font-size: 14px; font-weight: 500; margin-top: 25px; }
                .hour-complect.complect-full { color: #28b442; }
                .hour-complect.complect-empty { color: #eb6865; }



        .hour-card-delimiter { border-top: 1px solid #e0e0e0; height: 1px; width: 100%; }

        .hour-card-drivers { margin: 20px 30px 35px 60px; }
            .driver-list-title { color: #28b442; font-family: "Inter"; font-size: 14px; font-weight: 600; }

            .hour-driver-item { display: inline-table; margin-top: 20px; width: 270px; }
            .hour-driver-item a { color: #6c6c6c; font-family: "Commissioner"; font-size: 16px; font-weight: 400; text-decoration: none; }

.dsp-driver-by-hour-wrapper { padding-top: 215px; }

    .fhour-list-wrapper { display: table; height: 70px; margin: 8px 30px 0 30px; }

        .fhour-item { display: inline-block; }
        .fhour-item.fhour-empty { width: 190px; }

        .fhour-item.fhour-hour { 
            border: 1px solid #ffffff;
            border-radius: 4px;
            cursor: pointer;
            height: 75px;
            text-align: center;
            width: 60px;  
        }

        .fhour-hour.active { background-color: #f5faff; border-color: #2e8af3; }
        .fhour-hour.noactive { border-color: #2e8af3; }

            .fhour-item .hours {
                color: #6c6c6c;
                display: block;
                font-family: "Inter";
                font-size: 14px;
                font-weight: 400;
                line-height: 1.25;
                margin: 10px 0;
            }
            .fhour-item .complect { font-family: "Inter"; font-size: 12px; font-weight: 600; }
            .fhour-item .norma-level { color: #28b442; }
            .fhour-item .low-level { color: #ff3833; }

            .fhour-hour.active .hours {
                color: #21272f;
                font-weight: 600;
            }


    .driver-regime-list { margin: 0 30px; }
        .driver-row { display: table; margin-bottom: 1px; }
            .driver-row .driver-item { display: inline-block; height: 25px; }
            .driver-row .driver-name { display: table-cell; width: 190px; vertical-align: middle; }
            .driver-row .driver-name a { color: #6c6c6c; font-family: "Inter"; font-size: 14px; font-weight: 400; text-decoration: none; }
            .driver-row .driver-hour { border-radius: 2px; margin: 0 1px; width: 60px; }
            .driver-row .free-hour { background-color: #f8f8f8; }
            .driver-row .work-hour { background-color: #cef2d5; }

    .print-version { margin: 50px 0 50px 30px; }
        .print-version .print-link {}
        .print-version .print-link a { color: #2e8af3; font-family: "Inter"; font-size: 14px; font-weight: 400; }

.print-table { border-collapse: collapse; font-size: 10px; margin-right: 30px; float: left; }
.print-table td { border: 1px solid #000000; color: #000000; font-family: "Inter"; padding: 1px 4px; line-height: 1.3; }


.drivers-page-title { color: #21272f; font-family: "Commissioner"; font-size: 30px; font-weight: 600; margin: 25px 0 0 30px; }

    .drivers-list-wrapper { margin: 40px 0 50px 30px; }
    .drivers-list-item { display: inline-table; width: 260px; margin-bottom: 20px; }
        .drivers-list-item a { color: #000000; font-family: "Commissioner"; font-size: 16px; font-weight: 400; text-decoration: none; }
        .drivers-list-item a:hover { color: #2e8af3; text-decoration: underline; }

            .drivers-list-item .lock { border: none; margin: -2px 0 0 10px; }
            .drivers-list-item .tg-ico { border: none; float: left; margin: 3px 4px 0 0; width: 12px; }

.driverlist-header { border-bottom: 1px solid #e8eef5; }

.dsp-mid-row { border-top: 1px solid #e8eef5; }

.driver-name-title { 
    color: #21272f; 
    float: left;
    font-family: "Commissioner"; 
    font-size: 30px; 
    font-weight: 600; 
    padding: 20px 0 20px 30px;
}

.driver-add-slot-title, .driver-move-slot-title, .driver-delete-slot-title {
    display: none;
    float: left;
    font-family: "Commissioner"; 
    font-size: 30px; 
    font-weight: 400;
    padding: 20px 0 20px 30px;
}
    .driver-add-slot-title .accent,
    .driver-move-slot-title .accent,
    .driver-delete-slot-title .accent { font-weight: 600; }





.driver-lock-manage { cursor: pointer; display: inline-block; height: 15px; margin: 0 20px; width: 13px; }
    .driver-lock-manage.status-locked { background-image: url("/images/ico-driver-lock-card.svg"); }
    .driver-lock-manage.status-unlocked { background-image: url("/images/ico-driver-unlock-card.svg"); }

.rejected-periods-count {
    border-left: 1px solid #b4b4b4;
    color: #b4b4b4;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.05;
    padding-left: 20px;
    text-transform: uppercase;
}


.edit-buttons-block { float: right; margin: 28px 30px 0 0; }
    .edit-button { background-repeat: no-repeat; cursor: pointer; display: inline-block; margin-left: 25px; height: 24px; width: 25px; }
        .edit-button.mode-add { background-image: url("/images/ico-plus-normal.svg"); }
        .edit-button.mode-move { background-image: url("/images/ico-edit-normal.svg"); }
        .edit-button.mode-delete { background-image: url("/images/ico-delete-normal.svg"); }

.save-add-buttons-block, 
.save-move-buttons-block, 
.save-delete-buttons-block { display: none; float: right; font-family: "Inter"; font-size: 12px; font-weight: 500; margin: 28px 30px 0 0; }

    .save-delete-buttons-block select { border: 1px solid #e0e0e0; font-family: "Commissioner"; font-size: 14px; margin-right: 15px; padding: 3px 7px; }
    .save-delete-buttons-block select option { }

.mode-wrapper { position: relative; }
.mode-wrapper .button { border-radius: 3px; cursor: pointer; display: inline-block; padding: 10px 20px; }
.mode-wrapper .cancel-button { background-color: #f9f9f9; color: #2e8af3; }
.mode-wrapper .action-button { background-color: #2e8af3; color: #ffffff; margin-left: 15px; }

.select-driver-button {
    background-color: #ffffff;
    border: 2px solid #2e8af3;
    border-radius: 3px;
    color: #21272f;
    cursor: pointer;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    margin: 3px 0 0 10px;
    padding: 7px 9px;
    position: absolute;
}

.mode-error { color: #eb6865; font-family: "Commissioner"; font-size: 13px; top: 40px; left: 0; position: absolute; }
.mode-error span { display: none; margin-bottom: 5px; }

.select-driver-notice {
    color: #eb6865;
    display: none;
    font-family: "Commissioner";
    font-size: 14px;
    font-weight: 500;
    margin-top: 11px;
    margin-left: 174px;
    position: absolute;
}

.select-variant {
    cursor: pointer;
    display: inline-table;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 260px;
}

/* .edit-button-cancel { background-color: #f9f9f9; color: #2E8af3; } */



.rejected-modal { cursor: pointer; }

.write-to-driver {
    background-color: #2e8af3;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin: 20px 30px 0 0;
    padding: 10px 15px;
}

.no-select-driver { color: #000000; font-family: "Inter"; font-size: 14px; font-weight: 400; margin: 40px 0 0 30px; }
    .no-select-driver a { color: #2e8af3; }



.rating-load-form {}

    .file-upload-title { font-family: "Inter"; font-size: 14px; font-weight: 400; }
    .file-upload-file { margin-top: 20px; }
        .file-upload-file input[type=file] { font-family: "Inter"; font-size: 14px; font-weight: 400; }
    .file-upload-button { margin-top: 20px; }
        .file-upload-button input[type=submit] {
            background-color: #2e8af3;
            border: none;
            border-radius: 5px;
            color: #ffffff;
            cursor: pointer;
            font-family: "Inter";
            font-size: 14px;
            font-weight: 400;
            padding: 4px 20px;
        }

.file-upload-result { margin-top: 20px; }
    .file-upload-result.success { color: #28b442; }
    .file-upload-result.error { color: #ff3833; }
    .file-upload-result p {
        font-family: "Inter";
        font-size: 14px;
        font-weight: 400;
        margin-top: 7px;
    }

.driver-week-slots { margin: 0 30px 100px 30px; }

.driver-chooselist-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.driver-chooselist { background-color: #ffffff; border-radius: 10px; margin: auto; text-align: center; width: 1000px; }
.driver-chooselist-content { margin: 30px; }


    .driver-day-slot { margin-top: 20px; }
        .driver-day-slot .subheader { height: 20px; margin-top: 20px; width: 100%; }
        .driver-day-slot .title { color: #000000; float: left; font-family: "Inter"; font-size: 18px; font-weight: 500; }
        .driver-day-slot .title span { color: #b4b4b4; font-weight: 400; }

        .driver-day-slot .choose-all-day-slots {
            color: #b4b4b4;
            cursor: pointer;
            display: none; /* inline */
            float: right;
            font-family: "Inter";
            font-size: 12px;
            font-weight: 400;
            margin-top: 5px;
        }

        .driver-day-slot .driver-slots { margin-top: 10px; }
            .driver-slot-item {
                border-radius: 5px;
                display: inline-table;
                font-family: "Commissioner";
                font-size: 14px;
                line-height: 1.15;
                margin: 0 0 5px 2px;
                padding: 10px 0;
                width: 65px;
                text-align: center;
            }
            .driver-slot-item:first-child { margin-left: 0; }

            .driver-slot-item.free-slot { border: 1px solid #E0E0E0; color: #6c6c6c; font-weight: 400; }
            .driver-slot-item.taken-slot { background-color: #cef2d5; border: 1px solid #cef2d5; color: #28b442; font-weight: 600; }
            .driver-slot-item.closed-slot { background-color: #f9f9f9; border: 1px solid #f9f9f9; color: #b4b4b4; }
            .driver-slot-item.choosed-slot { background-color: #ffffff; border-color: #2ec74a; border-width: 2px; padding: 9px 0; width: 63px; }
            .driver-slot-item.clickable { cursor: pointer; }

            .driver-slot-item.hothour {
                background-image: url("/images/ico-hot-hour.svg");
                background-position: right 35px;
                background-repeat: no-repeat;
            }

.driver-slotdelete-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.driver-slotdelete { background-color: #ffffff; border-radius: 10px; margin: auto; max-width: 320px; text-align: center; width: calc(100% - 30px); }
.driver-slotdelete-card { margin: 30px; }

    .driver-slotdelete-card .date-name { font-family: "Inter"; font-size: 14px; font-weight: 500; }
    .driver-slotdelete-card .date-data { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 400; }

    .driver-slotdelete-card .hour-delete-pseudo {
        color: #2e8af3;
        cursor: pointer;
        display: inline-table;
        font-family: "Inter";
        font-size: 14px;
        font-weight: 600;
        margin-top: 30px;
    }

.deleting-hour {
    background-color: #cef2d5;
    border-radius: 5px;
    color: #28b442;
    font-family: "Commissioner";
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto 0 auto;
    padding: 12px 0;
    width: 172px;
}

    .deleting-hour span { display: inline-table; }
    .deleting-hour .dh-start {}
    .deleting-hour .dh-defis { width:   30px; }
    .deleting-hour .dh-finish {}

.hour-delete-confirm-wrapper { display: none; margin-top: 30px; }

    .hour-delete-confirm-wrapper .hd-reask { font-family: "Inter"; font-size: 14px; font-weight: 500; }
    .hour-delete-confirm-wrapper .hd-no {
        background-color: #2e8af3;
        border-radius: 5px;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Inter";
        font-size: 14px;
        width: 150px;
        margin-top: 20px;
        padding: 10px 0;
    }
    .hour-delete-confirm-wrapper .hd-yes {
        cursor: pointer;
        font-family: "Inter";
        font-size: 14px;
        font-weight: 400;
        margin: 30px auto 0 auto;
        width: 50px;
    }


.driver-slotcancel-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.driver-slotcancel { background-color: #ffffff; border-radius: 10px; margin: auto; max-width: 320px; text-align: center; width: calc(100% - 30px); }
.driver-slotcancel-card { margin: 30px; }

    .driver-slotcancel-card .date-name { font-family: "Inter"; font-size: 14px; font-weight: 500; }
    .driver-slotcancel-card .date-data { color: #b4b4b4; font-family: "Inter"; font-size: 14px; font-weight: 400; }

    .driver-slotcancel-card .cancelling-title { color: #000000; font-family: "Commissioner"; font-size: 14px; font-weight: 400; margin-top: 20px; }
    .driver-slotcancel-card .cancel-reason-list { margin-top: 10px; padding: 2px 5px; }
        .driver-slotcancel-card .cancel-reason-list option { }

    .driver-slotcancel-card .hour-cancel {
        display: inline-table;
        font-family: "Inter";
        font-size: 14px;
        font-weight: 600;
        margin-top: 30px;
    }
    .driver-slotcancel-card .cancelling-disabled { color: #b4b4b4; }
    .driver-slotcancel-card .cancelling-enabled { color: #2e8af3; cursor: pointer; }

.cancelling-hour {
    background-color: #cef2d5;
    border-radius: 5px;
    color: #28b442;
    font-family: "Commissioner";
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto 0 auto;
    padding: 12px 0;
    width: 172px;
}

    .cancelling-hour span { display: inline-table; }
    .cancelling-hour .dh-start {}
    .cancelling-hour .dh-defis { width:   30px; }
    .cancelling-hour .dh-finish {}



.driver-rejectlist-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    max-width: inherit;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.driver-rejectlist { background-color: #ffffff; border-radius: 10px; margin: auto; position: relative; max-width: 650px; width: calc(100% - 30px); }
.driver-rejectlist-card { margin: 50px 40px; }

    .rejectlist-card-close {
        background-image: url("/images/ico-close.svg");
        background-repeat: no-repeat;
        cursor: pointer;
        height: 23px; 
        position: absolute; 
        right: 40px; 
        top: 50px; 
        width: 23px; 
    }

    .driver-rejectlist-card .title { color: #000000; font-family: "Inter"; font-size: 30px; font-weight: 500; }

    .reject-month-wrapper { margin-top: 25px; }
        .reject-month-wrapper .reject-month-name { color: #6c6c6c; font-family: "Inter"; font-size: 14px; font-weight: 600; }

    .reject-day {}
        .reject-day .reject-day__date {
            color: #6c6c6c;
            display: inline-block;
            font-family: "Inter";
            font-size: 16px;
            font-weight: 400;
            margin-top: 8px;
            vertical-align: top;
            width: 105px;
        }

        .reject-day .reject-day__items { display: inline-block; width: 460px; }
        .reject-day .reject-day__item { background-color: #f9f9f9; border-radius: 5px; display: inline-block; margin-bottom: 3px; padding: 12px 0; width: 150px; }

        .reject-day__item span { color: #6c6c6c; display: inline-block; font-family: "Inter"; font-size: 14px; font-weight: 400; text-align: center; width: 70px; }
        .reject-day .reject-period__begin {}
        .reject-day .reject-period__end { border-left: 1px solid #e0e0e0; }

/* блок описания части ДИСПЕТЧЕРОВ окончание */



/* блок описания части РУКОВОДИТЕЛЕЙ начало */
.mngr-koef-block { font-family: "Inter"; font-size: 12px; margin-top: 20px; }
.mngr-koef-title p { font-size: 14px; font-weight: 600; margin-bottom: 7px; }
    .mngr-koef-block input[type="date"] { border: 1px solid #b4b4b4; padding: 2px 5px; }

    .rating-koef { display: inline-table; margin: 5px 20px 0 0; }
    .sortset-item input[type="text"] { border: 1px solid #b4b4b4; padding: 4px 8px; width: 58px; }

.mngr-koef-fastdate { border-bottom: 1px dashed #2e8af3; color: #2e8af3; cursor: pointer; margin-left: 25px; }

.mngr-koef-list { background-color: rgba(0,0,0,0.12); padding: 10px; }
    .mngr-koef-list .mngr-koef-item { background-color: #efefef; border-radius: 3px; display: inline-table; padding: 5px 14px 8px 14px; }
        .mngr-koef-item .item-title { display: flex; flex-direction: column; font-weight: 500; }
        .mngr-koef-item input[type="text"] { border: 1px solid #b4b4b4; margin-top: 5px; padding: 4px 8px; width: 80px; }
        .current-koef { margin-top: 7px; }

.mngr-underkoef-wrapper { margin-top: 10px; }
    .mngr-underkoef-item { display: inline-table; width: 650px; }
        .mngr-underkoef__right { text-align: right; }

        .mngr-underkoef-item .mngr-new-koef__save { border-bottom: 1px dashed #2e8af3; color: #2e8af3; cursor: pointer; display: table; }
        .mngr-underkoef-item .mngr-new-koef-save {
            background-color: #2e8af3;
            border-radius: 3px;
            color: #ffffff;
            cursor: pointer;
            display: none;
            padding: 7px 21px;
            margin-top: 15px;
        }

        .mngr-new-koef__saved { display: none; }

.rating-common-table { border-collapse: collapse; }
.rating-common-table td { font-size: 11px; line-height: 1.3; }

    .rating-common-table .source-title { padding: 3px 0; text-align: center; }
        .rating-common-table .data { border-top: 1px solid #ffffff; }
        .rating-common-table .data:nth-child(even) { background-color: #efefef; }
        .rating-common-table .data td { padding: 2px 0; }
        .rating-common-table .data .fio {  }
        .rating-common-table .data .val { text-align: center; }
        .rating-common-table .itogo .val { font-weight: bold; padding: 5px 0; text-align: center; }

    .sortset-item { display: inline-table; width: 20%; }
        .sortset-item .radio-item-vert { display: table; margin: 7px 0; }
            .sortset-item .radio-item-vert input[type=radio] { float: left; margin: -1px 5px 0 0; }


.driver-data-allocation { font-family: "Inter"; font-size: 14px; }
    .driver-data-allocation .title {  }
    .driver-data-allocation .allocation-param { margin-top: 10px; }

    .driver-data-allocation .allocation-table { border-collapse: collapse; font-size: 13px; margin-top: 15px; }
    .driver-data-allocation .allocation-table td { border: 1px solid #e0e0e0; padding: 0 7px; }
        .driver-data-allocation .allocation-table .color-accent { background-color: #efefef; }

.mngr-hhd-wrapper { font-family: "Inter"; font-size: 14px; margin: 40px 0 50px 30px; }

    .mngr-hhd-forms {}
        .mngr-hhd-form { display: inline-table; margin-right: 100px; }

    .mngr-hhd-title { font-weight: 500; }

    .mngr-hhd-add-form { margin-top: 7px; }
        .mngr-hhd-add-form input[type=date] { border: 1px solid #b4b4b4; font-size: 14px; padding: 4px 8px; }
        .mngr-hhd-add-form input[type=submit] {
            background-color: #2e8af3;
            border-radius: 3px;
            color: #ffffff;
            padding: 2px 20px;
            border: none;
            font-family: "Inter";
            margin-left: 14px;
        }

    .mngr-hhd-addresult { font-weight: 500; margin-top: 20px; }
    .mngr-hhd-addresult.success { color: #28b442; }
    .mngr-hhd-addresult.error { color: #eb6865; }
        .mngr-hhd-addresult p { line-height: 1.5; }

    .mngr-hhd-dates-list { margin-top: 25px; }
        .mngr-hhd-dates-list p { line-height: 1.5; }


    .mngr-hhd-dates-item { margin-bottom: 20px; }
        .mngr-hhd-dates-info {  }
            .mngr-hhd-dates-info .hothours__item { display: inline-table; }
            .mngr-hhd-dates-info .hothours__date { width: 100px; }
            .mngr-hhd-dates-info .hothours__action { width: 115px; }
                .mngr-hhd-dates-info .hothours-action { color: #21272f; display: table; padding: 7px 14px; }
                .mngr-hhd-dates-info .action__cancel { background-color: #cef2d5; cursor: pointer; }
                .mngr-hhd-dates-info .action__past { background-color: #f8f8f8; }

            .mngr-hhd-dates-info .hothours__attributes {  }
                .hothours__attributes .hh_attr { font-size: 13px; }

        .mngr-hhd-dates-form { display: none; padding: 7px 0 0 220px; }
            .mngr-hhd-dates-form .hothours-cancelreason { margin-bottom: 5px; }

    .mngr-hhd-archive-wrapper {}
        .mngr-hhd-archive-wrapper .archive-title {}

        .mngr-hhd-archive-item { margin-top: 10px; }
            .mngr-hhd-archive-item .archive-item { display: inline-table; }
            .mngr-hhd-archive-item .item__day { width: 90px; }
            .mngr-hhd-archive-item .item__creator {}
            .mngr-hhd-archive-item .item__updater {}

                .item__creator .date__item, .item__updater .date__item { color: #7a7a7a; font-size: 11px; font-style: italic; }

    .mngr-hhd-add-form .koef-set-row-1 { margin-top: 20px; }
    .mngr-hhd-add-form .koef-set-row-2 { margin-top: 10px; }
    .mngr-hhd-add-form .koef-select-list { border: 1px solid #b4b4b4; font-family: "Inter"; padding: 4px 8px; }
    .mngr-hhd-add-form .koef-select-list option {}

    .mngr-hhd-add-form .koef-new-val { border: 1px solid #b4b4b4; font-family: "Inter"; padding: 0 8px; width: 70px; }



.mngr-recalc-button { margin-left: 90px; display: inline-table;}
    .mngr-recalc-button input[type=submit] {
        background-color: #2e8af3;
        border: none;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        padding: 7px 21px;
    }

    .mngr-remark-p1 { display: inline-table; width: 550px; margin-left: 50px; }
        .mngr-remark-p1 .par { line-height: 1.2; margin-bottom: 5px; }
    .mngr-remark-p2 { margin: 10px 0 15px 0; }
    .mngr-remark-p3 { font-family: "Inter"; font-size: 12px; margin-top: 15px; }
        .mngr-remark-p3 .par { line-height: 1.2; margin-bottom: 5px; }

.mngr-month-block-wrapper { float: right; margin: 30px 45px 0 0; text-align: right; width: 450px; }
    .mngr-month-block-wrapper input[type=submit] {
        background-color: #2e8af3;
        border: none;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        padding: 7px 21px;
    }

    .mngr-month-block-desc { margin-bottom: 15px; line-height: 1.2; }
/* блок описания части РУКОВОДИТЕЛЕЙ окончание */




/* блок описания ОТЧЕТОВ начало */

.proceedsResult { border-collapse: collapse; font-family: "Inter"; font-size: 14px; }
.proceedsResult td { border: 1px solid #ababab; padding: 4px 8px; }

.back-to-calendar { font-family: "Inter"; font-size: 14px; margin: 10px 0 20px 0; }

/* блок описания ОТЧЕТОВ окончание */