.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



.progress {
    position: relative;
}

    .progress span {
        position: absolute;
        display: block;
        width: 100%;
        color: black;
    }




.cabinet_background {
    background-color: #fafafa !important;
    overflow: hidden;
    min-height: 555px !important;
}

.cabinet {
    /* margin: 0 -5px 0 45px !important; */
    margin: 0 -5px 0 90px !important;
    position: relative;
    transition: all 0.5s;
    left: 0px;
    min-height: 560px;
}

.cabinet_top-menu a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 10px;
    background: url(https://i.vkaske.com/images/cabinet-menu-pack.png) no-repeat;
    background-size: 115px;
    background-position-y: 10px;
}

    .cabinet_top-menu a:hover {
        background-color: #fafafa;
    }

.cabinet_top-menu-message {
    background-position-x: 8px !important;
}

.cabinet_top-menu-notification {
    background-position-x: -30px !important;
}

.cabinet_top-menu-settings {
    background-position-x: -62px !important;
}

.cabinet_top-menu-logout {
    background-position-x: -91px !important;
}

.cabinet_top-menu li {
    display: inline-block
}

.cabinet_menu {
    margin-top: 10px;
    display: inline-block;
    width: 240px;
    float: left;
    padding: 0 10px;
    position: absolute;
    left: -240px;
}

    .cabinet_menu div {
        background-color: #fff;
        min-height: 385px;
    }

    .cabinet_menu ul {
        padding-top: 15px;
        padding-left: 0;
        margin: 0 3px;
    }

        .cabinet_menu ul li a {
            font-size: 16px;
            padding: 6px 0;
            color: #444;
            border-bottom: 1px solid #eee;
            padding-left: 10px;
            display: block;
        }

        .cabinet_menu ul li:last-child a {
            border-bottom: none;
        }

        .cabinet_menu ul li a:hover {
            text-decoration: none;
            background-color: #fbfbfb;
        }

        .cabinet_menu ul .active a {
            background-color: #ececec !important;
            color: #444;
        }

.cabinet-header ul .active a {
    background-color: #fafafa !important;
    color: #444;
}

.cabinet_menu-left {
    position: absolute;
    /* left: -62px;
    top: 62px;
    width: 60px; */
    left: -105px;
    top: 62px;
    width: 100px;
    min-height: 381px;
    background-color: #fafafa;
    padding-left: 12px;
    padding-right: 5px;
    z-index: 1;
}

    .cabinet_menu-left ul li {
        padding: 6px 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .cabinet_menu-left ul li a i {
            display: inline-block;
            width: 100%;
            height: 48px;
            background-size: cover !important;
            background-position: -123px;
            position: relative;
            border-radius: 4px;
            max-width: 49px;
        }

        .cabinet_menu-left ul li.active a i {
            background-color: #fff !important;
            border: 1px solid #ddd;
        }

        .cabinet_menu-left ul li.active a span {
            color: #9a9a9a;
        }

        .cabinet_menu-left ul li.active a:hover {
            text-decoration: none !important;
        }


        .cabinet_menu-left ul li span {
            display: block;
            color: #555;
        }

            .cabinet_menu-left ul li span:last-child {
                margin-top: -5px;
            }

        .cabinet_menu-left ul li a:hover i {
            background-color: #eee;
        }

        .cabinet_menu-left ul li a i:before {
            content: '';
            position: absolute;
            background: url(/images/cabinet-left-menu.png) no-repeat;
            top: 4px;
            bottom: 0;
            left: 0px;
            right: 0px;
            background-size: 311px;
        }

.a-profile:before {
    background-position: 8px !important;
}

.a-orders:before {
    background-position: -42px !important;
}

.a-egrn:before {
    background-position: -90px !important;
}

.a-package:before {
    top: -2px !important;
    background-position: -140px !important;
}

.a-company:before {
    top: 0px !important;
    background-position: -184px !important;
}

.a-reestr:before {
    top: -2px !important;
    background-position: -227px !important;
}

.a-vote:before {
    top: -2px !important;
    background-position: -270px !important;
}

.cabinet_page {
    padding-left: 0;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    min-height: 323px;
    position: relative;
    transition: all 1s;
    left: 0px;
    top: 0;
}

.cabinet-header {
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

    .cabinet-header h1 {
        font-size: 21px !important;
        color: #707070;
        display: inline-block;
    }

        .cabinet-header h1 a {
            border-bottom: 1px dotted #337ab7;
        }

            .cabinet-header h1 a:hover {
                text-decoration: none;
            }

.cabinet_page table tr {
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .cabinet_page table tr:hover {
        cursor: pointer;
        background-color: #fbfbfb;
    }

.cabinet_page table thead tr {
    border-bottom: none;
}

.cabinet_page table th {
    background-color: #4598ce;
}

.cabinet_page table td {
    vertical-align: middle !important;
}

.cabinet-slideout-button {
    display: inline-block;
    float: left;
    height: 53px;
    padding-top: 15px;
    padding-right: 13px;
    margin-right: 14px;
    border-right: 1px solid #eee;
}

    .cabinet-slideout-button .icon-bar {
        background-color: #ccc !important;
    }

.cabinet_position {
    position: absolute;
    left: 1550px;
}

    .cabinet_position tr td:first-child {
        text-align: left;
    }

    .cabinet_position tr:hover,
    .cabinet-egrn table tr:hover,
    .cabinet-package table tr:hover {
        cursor: initial !important;
        background-color: transparent !important;
    }

    .cabinet_position tbody tr:last-child {
        border-bottom: none !important;
    }

.cabinet_position-back-button i {
    margin-right: 5px;
}

.cabinet_position-sum {
    font-weight: 600;
    float: right;
    color: #444;
    margin-right: 55px;
}

.cabinet-time {
    font-size: 12px;
    color: #666;
}

.cabinet_mobile-carret {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: #fbfbfb;
}

    .cabinet_mobile-carret i {
        border: solid #b5b5b5;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: 46%;
        right: 6px;
    }

.cabinet-egrn-download a {
    display: inline-block;
    width: 34px;
    height: 40px;
    background-size: cover !important;
    margin-right: 6px;
    background: url(/images/doc-types.png);
}

.cabinet_page-info {
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
}

    .cabinet_page-info p {
        font-size: 14px;
        color: #444;
    }

        .cabinet_page-info p span {
            font-size: 14px;
            color: #111;
            font-weight: 600;
            margin-right: 5px;
        }

.cabinet_phone-code {
    display: none
}

.cabinet_email-list,
.cabinet_phone-list {
    text-decoration: underline dotted;
}

.cabinet-blocker {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    opacity: 0.5;
}

.cabinet-radio label {
    position: relative;
    display: block;
}

.cabinet-radio input {
    display: none;
}

.cabinet-radio span {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 28px;
    border: 1px solid #4598ce;
    border-radius: 50%;
}

.cabinet-radio input[type="radio"]:checked + span:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #4598ce;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.egrn-register-form .form-group span.field-validation-error:before {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    border-right: 12px solid #e23e3e;
    left: -21px;
    top: 7px;
}

.egrn-register-form .form-group span.field-validation-error:after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-right: 11px solid #fbfbfb;
    left: -19px;
    top: 8px;
}


.account_background {
    background-color: #f7f7f7 !important;
    min-height: unset !important;
}

    .account_background h1 {
        font-size: 25px !important;
    }

    .account_background label {
        color: #777 !important;
        font-weight: 500 !important;
    }


@media screen and (max-width: 768px) {
    .cabinet_menu-left {
        display: none;
    }

    .cabinet {
        margin-left: -5px !important;
    }
}

@media screen and (max-width: 991px) {
    .cabinet_position-sum {
        margin-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    .cabinet_mobile-carret {
        display: block;
    }

    .cabinet_position-sum {
        margin-right: 0;
    }
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-danger {
    background-color: #d9534f !important;
}








#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500;
}

    #page-preloader .spinner {
        width: 32px;
        height: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: url('/images/progress.gif') no-repeat 50% 50%;
        margin: -16px 0 0 -16px;
    }

.backoffice-header {
    display: flex;
    margin-bottom: 15px;
}
.backoffice-header .col-md-6 p {
    display: flex;
}
.backoffice-header .col-md-6 p input:first-child{
    margin-right: 20px;
}
.backoffice-header > div:last-child {
    align-self: flex-end;
    margin-bottom: 10px;
}







#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #9A12B3;
    z-index: 30;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    margin-top: -75px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(/images/oval.svg) center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}