@charset "UTF-8";

.gbo_shadow {
    border-radius: 0;
    border: 1px ridge #E3E8F0;
    -webkit-box-shadow: 0 5px 8px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 5px 8px 0 rgba(60, 153, 211, 0.4);
}

.user_name {
    color: #3c82d3;
    cursor: pointer;
    font-weight: bold;

    &:hover {
        color: #3C6CD3FF;
    }
}

* {
    /*outline: none !important;*/
    outline-style: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
    /*     -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; */
}

/* *:hover {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
} */

body {
    margin: 0;
    padding: 0;
    font-family: Proxima Nova, sans-serif;
    background: #f8f8f8;
}

@media (max-width: 575px) {
    body {
        background: #ffffff;
    }
}

body * ::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
}

body * ::-webkit-scrollbar-thumb {
    background-color: #656565;
    -webkit-box-shadow: inset 1px 1px 10px #f3faf7;
    box-shadow: inset 1px 1px 10px #f3faf7;
    border-radius: 4px;
    opacity: 1;
}

body * ::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

body * ::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: #f6f8f4;
}

body * ::-webkit-scrollbar-button:vertical:end:increment {
    background-color: #f6f8f4;
}

body * ::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: #f6f8f4;
}

body * ::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: #f6f8f4;
}

.default-table tr, table tr {
    border-bottom: 3px solid #F8F8F8;
}

a {
    text-decoration: none !important;
}

.input_group label {
    padding-left: 16px;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.input_group small.error-input {
    padding-left: 16px;
    font-size: 12px;
    margin-top: 4px;
    display: inherit;
    line-height: 1;
    color: #E62E49;
}

label {
    margin: 0;
}

ol {
    padding-left: 30px;
}

ul {
    padding-left: 30px;
}

ul.line {
    list-style: none;
}

ul.line li {
    list-style-type: none;
}

ul.line li:before {
    content: "—";
    margin-left: -21px;
    margin-right: 8px;
}

.select_list {
    position: relative;
}

.select_list .header {
    line-height: 22px;
    padding: 13px 48px 11px 16px;
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    position: relative;
}

.select_list .header span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select_list .header i {
    position: absolute;
    right: 12px;
    top: 12px;
}

.select_list .header:hover {
    border-radius: 8px;
    border: solid 1px #cccccc;
}

.select_list .header:focus {
    border-radius: 8px;
    border: solid 1px #3c99d3;
}

.select_list .list {
    position: absolute;
    z-index: 1000;
    max-height: 216px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    -webkit-box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    padding: 8px 0;
    border-radius: 10px;
    overflow: auto;
}

.select_list .list label {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.select_list .list label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.select_list .list label span {
    display: block;
    padding: 10px 16px;
}

.select_list .list label span.active {
    background: #d9eaf6 !important;
    color: #3c99d3;
    font-weight: bold;
}

.select_list .list label:hover span {
    background: #f5f5f5;
}

.select_list.open {
    z-index: 99;
}

.select_list.open .header {
    border-radius: 8px;
    border: solid 1px #3c99d3;
}

.select_list.open .header i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select_list.open .list {
    top: 52px;
    opacity: 1;
    pointer-events: auto;
}

.checkbox + .checkbox,
.radio + .checkbox, .checkbox + .radio, .radio + .radio {
    margin-top: 16px;
}

.checkbox label,
.radio label {
    position: relative;
    cursor: pointer;
}

.checkbox label input,
.radio label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox label input:checked + span:before,
.radio label input:checked + span:before {
    opacity: 1 !important;
}

.checkbox label span,
.radio label span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    position: relative;
}

.checkbox label span:before,
.radio label span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}

.checkbox label:hover span:before,
.radio label:hover span:before {
    opacity: 1;
}

.checkbox label input:checked + span:before {
    background: url("../img/icons/input/checkbox_active.svg") no-repeat center;
    background-size: contain;
}

.checkbox label span:before {
    background: url("../img/icons/input/checkbox_hover.svg") no-repeat center;
    background-size: contain;
}

.button-border {
    cursor: pointer;
    height: 48px;
    border: solid 1px #3c99d3;
    padding: 10px 38px;
    display: inline-block;
    position: relative;
    background: initial;
}

.button-border:hover {
    box-shadow: 0 0 10px rgba(60, 153, 211, 0.5);
}

.button-border span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #3c99d3;
}

.loading_56 {
    margin: 0 15px;
}


.loading_56 {
    cursor: pointer;
    height: 48px;
    border-radius: 10px;
    padding: 12px 0 12px 60px;
    display: inline-block;
    position: relative;
    background: initial;
}

.loading_56 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.loading_56 .donut {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    width: 48px;
    border-left-color: #3c99d3;
    border-width: 4px;
}


.progress_bar {
    height: 20px;
    border-radius: 10px;
    background-color: #e5e5e5;
    overflow: hidden;
    position: relative;
}

.progress_bar span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
}

.progress_bar + .progress_bar {
    margin-top: 24px;
}

.progress_bar > div {
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #3c99d3;
}

.progress_bar.progress_bar_2px {
    height: 2px;
    border-radius: 1px;
}

.progress_bar.progress_bar_2px > div {
    border-radius: 1px;
}

.progress_bar.progress_bar_4px {
    height: 4px;
    border-radius: 2px;
}

.progress_bar.progress_bar_4px > div {
    border-radius: 2px;
}

.progress_bar.progress_bar_8px {
    height: 8px;
    border-radius: 4px;
}

.progress_bar.progress_bar_8px > div {
    border-radius: 4px;
}

header {
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 30px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575px) {
    header {
        height: 56px;
        padding: 16px 15px;
    }
}

header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .left .open_menu {
    border: 0;
    margin: 0 24px 0 0;
    padding: 0;
    background: url("../img/icons/menu.svg") no-repeat center;
    width: 24px;
}

@media (min-width: 1200px) {
    header .left .open_menu {
        display: none;
    }

    header .left {
        align-items: center;
    }
}

header .left .logo {
    color: #2C6AC2;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 200px;

    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

header .left .company_title {
    display: block;
    font-size: 16px;
    height: inherit;
}

@media (max-width: 575px) {
    header .left .logo {
        padding: 0;
        height: 24px;
    }
}

header .left .logo img {
    display: block;
}

@media (max-width: 575px) {
    header .left .logo img {
        height: 24px;
    }
}

.header-custom .back, header .back {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 150px;
}

header .back {
    left: 100px;
    top: 16px;
}

.header-custom .back a, header .back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
}


.header-custom .back a i, header .back a i {
    display: block;
}

.header-custom .back a span, header .back a span {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    line-height: 24px;
}

.header-custom .back .mobile_more, header .back .mobile_more {
    padding: 12px 0;
    display: none;
}

@media (max-width: 575px) {
    .header-custom .back .mobile_more, header .back .mobile_more {
        padding: 0;
    }
}

.header-custom {
    position: absolute;
    z-index: 999;
    width: 50vw;
    left:80px !important;
    top: 20px !important;
    /* TODO тут надо убрать отступ для глабал компонента */
    /*left: 254px;*/
}

.header-custom h1 {
        position:absolute;
        left: 1vw;
        width: 50vw;
        top: 2 !important;
}

@media (min-width: 1200px) {
    .header-custom {
        position:absolute;
        top: 30px !important;
        left: 1vw;
        width: 50vw;
    }

    header .back {
        left: 280px;
    }
}

@media (max-width: 575px) {
    .header-custom {
      top: 2vh !important;
    }

    header .back {
        left: 50px;
    }
}

.header-custom .search {
    position: absolute;
}

@media (max-width: 767px) {
    .header-custom .back a span, header .back a span {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .header-custom {
      top: 30px!important;
    }

    .header-custom .search {
        position: relative;
    }


    header .hello {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-custom .back a, header .back a {
        padding: 13px 0 0;
    }

    .header-custom {
       top: 2vh !important;
    }
}

@media (max-width: 767px) {
    .header-custom .search {
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open {
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto;
        padding: 16px 15px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open {
        padding: 8px 15px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search {
        width: calc(100% - 32px);
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search input[type="text"] {
        display: block;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search input[type="text"] {
        height: 40px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search .icon-search {
        top: 8px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search .close_mobile {
        display: block !important;
        position: absolute;
        right: 12px;
        top: 12px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .input_search .close_mobile {
        top: 8px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .config .search_settings {
        opacity: 1;
        pointer-events: auto;
        right: 59px;
        top: 28px;
    }
}

@media (max-width: 575px) {
    .header-custom .search.open .config .search_settings {
        top: 16px;
    }
}

@media (max-width: 575px) {
    .header-custom .search {
        height: 24px;
    }
}

.header-custom .search .close_mobile {
    display: none !important;
}

.header-custom .search .close_mobile i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-custom .search .popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    border: 1px ridge #E3E8F0;
    background-color: #ffffff;
    padding: 24px;
    -webkit-box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    pointer-events: all;
}

@media (max-width: 991px) {
    .header-custom .search .popup {
        left: -50px;
        right: -50px;
    }
}

@media (max-width: 767px) {
    .header-custom .search .popup {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        overflow: auto;
    }
}

@media (max-width: 575px) {
    .header-custom .search .popup {
        padding: 16px;
    }
}

@media (max-width: 575px) {
    .header-custom .search .popup .close {
        top: 16px;
        right: 16px;
    }
}

.header-custom .search .popup .close i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-custom .search .popup h2 {
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .header-custom .search .popup h2 {
        font-size: 18px;
    }
}

.header-custom .search .popup .input_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-custom .search .popup .input_line .name {
    width: 180px;
    padding: 12px 0;
}

@media (max-width: 575px) {
    .header-custom .search .popup .input_line .name {
        width: 100%;
        padding: 0;
    }
}

.header-custom .search .popup .input_line .name span {
    line-height: 24px;
    font-size: 16px;
}

.header-custom .search .popup .input_line .input {
    width: calc(100% - 180px - 24px);
}

@media (max-width: 575px) {
    .header-custom .search .popup .input_line .input {
        width: 100%;
        margin-top: 8px;
    }
}

.header-custom .search .popup .input_line .input select, .header-custom .search .popup .input_line .input input {
    width: 100%;
    display: block;
}

.header-custom .search .popup .input_line + .input_line {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .header-custom .search .popup .input_line + .input_line {
        margin-top: 24px;
    }
}

.header-custom .search .popup .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-custom .search .popup .buttons .button,
.header-custom .search .popup .buttons .button-border {
    display: block;
}

@media (max-width: 575px) {
    .header-custom .search .popup .buttons .button,
    .header-custom .search .popup .buttons .button-border {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.header-custom .search .popup .buttons > * + * {
    margin-left: 24px;
}

@media (max-width: 575px) {
    .header-custom .search .popup .buttons > * + * {
        margin-left: 10px;
    }
}

.header-custom .search .popup #search_result {
    margin: -24px;
    padding: 8px 0;
}

.header-custom .search .popup #search_result a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
}

.header-custom .search .popup #search_result a:hover {
    background: #f5f5f5;
}

.header-custom .search .popup #search_result a i {
    height: 24px;
    display: block;
    margin-right: 12px;
}

.header-custom .search .popup #search_result a span {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-custom .search .popup #search_result a span b {
    color: #3c99d3;
}

.header-custom .search .input_search {
    width: 566px;
    position: relative;
}

@media (max-width: 991px) {
    .header-custom .search .input_search {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .header-custom .search .input_search {
        width: 50px;
    }
}

.header-custom .search .input_search input[type="text"] {
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    width: 100%;
}

@media (max-width: 575px) {
    .header-custom .search .input_search input[type="text"] {
        display: none;
    }
}

.header-custom .search .input_search .icon-search {
    position: absolute;
    top: 12px;
    left: 15px;
}

@media (max-width: 767px) {
    .header-custom .search .input_search .icon-search {
        left: 13px;
    }
}

@media (max-width: 575px) {
    .header-custom .search .input_search .icon-search {
        top: 15px;
    }
}

@media (max-width: 767px) {
    .header-custom .search .input_search .popup {
        top: 80px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-custom .search .input_search .popup a {
        padding: 8px 16px 8px 28px !important;
    }
}

@media (max-width: 575px) {
    .header-custom .search .input_search .popup {
        top: 56px;
    }
}

.header-custom .search .config {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-custom .search .config .search_settings {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

@media (max-width: 575px) {
    .header-custom .search .config .search_settings {
        opacity: 0;
        pointer-events: none;
    }
}

.header-custom .search .config .search_settings i {
    font-weight: 300;
}

header .right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

header .right_block .notification {
    margin: 4px;
    padding: 8px;
    cursor: pointer;
}

header .right_block .notification:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

@media (max-width: 575px) {
    header .right_block .notification {
        padding: 0 !important;
    }
}

header .right_block .notification i {
    height: 24px;
    display: block;
}

@media (max-width: 575px) {
    header .right_block .profile {
        margin-left: 5px;
        width: 30px;
        height: 30px;
    }
}

header .right_block .profile .ava {
    width: 48px;
    height: 48px;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1199px) {
    header.doc_page > * {
        display: none;
    }

    header.doc_page .back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 16px;
        right: 16px;
    }

    header.doc_page .back .mobile_more {
        display: block;
    }
}

.left_block {
    width: 254px;
    height: calc(100vh - 80px);
    color: #212529;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    overflow: auto;
    padding-left: 5px;
    padding-top: 5px;

    &.minimized {
        width: 60px;
    }
}

@media (max-width: 1199px) {
    .left_block {
        left: -354px;
    }

    .left_block.open {
        border-right: 3px solid lightgray;
        background: white;
        left: 0;
    }
}

@media (max-width: 575px) {
    .left_block {
        height: 100vh;
        width: 288px;
        overflow: auto;
    }

    .left_block.open {
        top: 0;
        left: 0;
    }
}

.left_block .mobile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

@media (max-width: 575px) {
    .left_block .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.left_block .mobile .ava {
    width: 48px;
    height: 48px;
    border: solid 1px #e5e5e5;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.left_block .mobile i:before {
    color: #808080;
}

.left_block .mobile .close {
    width: 24px;
    height: 24px;
    margin: 12px 0;
    opacity: 1 !important;
    cursor: pointer;
}

.left_block .mobile .exit {
    width: 24px;
    height: 24px;
    margin: 12px 0;
    display: block;
    cursor: pointer;
}

.left_block .buttons {
    padding: 24px;
    position: relative;
}

@media (max-width: 575px) {
    .left_block .buttons {
        padding: 24px 15px;
    }
}

.left_block .buttons button {
    background: none;
}

.left_block .buttons .add-new_popup {
    width: 306px;
    background-color: #ffffff;
    position: absolute;
    top: 124px;
    left: 24px;
    padding: 8px 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
}

@media (max-width: 575px) {
    .left_block .buttons .add-new_popup {
        left: 15px;
        width: 250px;
    }
}

.left_block .buttons .add-new_popup.open {
    opacity: 1;
    pointer-events: auto;
    top: 24px;
}

.left_block .buttons .add-new_popup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000000;
    padding: 8px 16px;
}

.left_block .buttons .add-new_popup a:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.left_block .buttons .add-new_popup a i {
    width: 24px;
    height: 24px;
}

.left_block .buttons .add-new_popup a span {
    padding-left: 12px;
    display: block;
    line-height: 24px;
}

.left_block .menu {
    padding-right: 24px;
    padding-bottom: 24px;
}

.left_block .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    border-radius: 0 10px 10px 0;
    background: #ffffff;
    text-decoration: none;
}

.left_block .menu a:last-child {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .left_block .menu a {
        padding: 12px 15px;
    }
}

.left_block .menu a:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.left_block .menu a.mt-16 {
    margin-top: 16px;
}

.left_block .menu a.active {
    background-color: rgba(60, 153, 211, 0.2);
}

.left_block .menu a.active span {
    color: #3c99d3;
    font-weight: 700;
}

.left_block .menu a i {
    height: 24px;
    position: relative;
}

.left_block .menu a i.new:after {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: solid 1px #ffffff;
    background-color: #e62e49;
    position: absolute;
    top: 0;
    right: 0;
}

.left_block .menu a span {
    line-height: 24px;
    display: block;
    padding-left: 12px;
    color: #000000;
}

.left_block .folder_list {
    padding: 0;
    overflow: auto;
}

@media (max-width: 575px) {
    .left_block .folder_list {
        position: relative;
        top: initial !important;
        height: auto !important;
        left: 0;
        right: 0;
    }
}

.left_block .folder_list .icon-down-16px {
    color: #808080 !important;
}

.left_block .folder_list .root {
    padding: 32px 24px 15px 24px;
}

.left_block .folder_list .root .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
}

.left_block .folder_list .root .name i {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
    z-index: 1;
}

.left_block .folder_list .root .name i.icon-down-16px {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.left_block .folder_list .root .name i:before {
    font-size: 20px;
}

.left_block .folder_list .root .name span {
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.left_block .folder_list .root .name.open i.icon-down-16px {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.left_block .folder_list .root .name.active {
    opacity: 1 !important;
}

.left_block .folder_list .root .name.active i {
    color: #3c99d3;
}

.left_block .folder_list .root .name.active span {
    color: #3c99d3;
    font-weight: bold;
}

.left_block .folder_list .root .name:hover {
    opacity: .7;
}

.left_block .folder_list .root > .name {
    padding: 0;
}

.left_block .folder_list .root > .name:before {
    display: none;
}

.left_block .folder_list .root > .name i {
    width: 24px;
    height: 24px;
}

.left_block .folder_list .root > .name i:before {
    font-size: 24px;
}

.left_block .folder_list .root > .name span {
    font-size: 16px;
    padding-left: 12px;
    line-height: 24px;
    font-weight: 700;
}

.left_block .folder_list .root .content_project {
    padding-left: 32px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.left_block .folder_list .root .content_project a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 6px 0;
    position: relative;
}

.left_block .folder_list .root .content_project a:hover {
    opacity: 0.7;
}

.left_block .folder_list .root .content_project a i {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}

.left_block .folder_list .root .content_project a i:before {
    font-size: 20px;
}

.left_block .folder_list .root .content_project a i + i {
    margin-left: 6px;
}

.left_block .folder_list .root .content_project a span {
    line-height: 20px;
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #000000;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.left_block .folder_list .root .content_project a.active {
    opacity: 1 !important;
}

.left_block .folder_list .root .content_project a.active i {
    color: #3c99d3;
}

.left_block .folder_list .root .content_project a.active span {
    color: #3c99d3;
    font-weight: bold;
}

.left_block .folder_list .root > .content_project {
    padding-top: 8px;
    display: block;
}

.page {
    width: calc(100% - 254px);
    height: calc(100vh - 80px) !important;
    border-top: 1px solid #E3E8F0;
    margin-left: auto;
    padding: 5px !important;
}

@media (max-width: 1199px) {
    .page {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .page {
        padding: 16px 15px;
        height: calc(100vh - 56px) !important;
    }
}

.page {
    padding: 0;
}

@media (max-width: 575px) {
    .page {
        padding-top: 16px;
    }
}

.folder_table {
    margin-left: 15px;
    background-color: #ffffff;
    border-radius: 10px;

    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.folder_table:hover {
    -webkit-box-shadow: 0 8px 25px rgba(60, 153, 211, 0.5);
    box-shadow: 0 8px 15px rgba(60, 153, 211, 0.5);
}

@media (max-width: 575px) {
    .folder_table {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 -15px;
    }
}

@media (max-width: 575px) {
    .folder_table .head {
        display: none;
    }
}

.folder_table .head span {
    font-weight: 700;
    color: #808080;
}

.folder_table .head i {
    margin-left: 8px;
}

.folder_table .head .col_1,
.folder_table .head .col_2,
.folder_table .head .col_3,
.folder_table .head .col_4 {
    cursor: pointer;
}

.folder_table .head .col_1 i,
.folder_table .head .col_2 i,
.folder_table .head .col_3 i,
.folder_table .head .col_4 i {
    display: none;
}

.folder_table .head .col_1.sorting i,
.folder_table .head .col_2.sorting i,
.folder_table .head .col_3.sorting i,
.folder_table .head .col_4.sorting i {
    display: block;
}

.folder_table .head .col_1.sorting.revers i,
.folder_table .head .col_2.sorting.revers i,
.folder_table .head .col_3.sorting.revers i,
.folder_table .head .col_4.sorting.revers i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.folder_table > div,
.folder_table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px 0;
    text-decoration: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.folder_table > div i,
.folder_table > div i {
    height: 24px;
    display: block;
    margin-right: 12px;
}

.folder_table > div span,
.folder_table > div span {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.folder_table > div + div {
    border-top: 1px solid #e5e5e5;
}

.folder_table > div > div {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.folder_table > div:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.folder_table > div.active {
    background-color: rgba(60, 153, 211, 0.2);
}

.folder_table > div:last-child.active {
    background-color: rgba(60, 153, 211, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.folder_table > div:last-child:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.folder_table .folder.hide {
    display: none;
}

.folder_table .show_folders {
    display: block;
    text-align: center;
    background-color: whitesmoke;
    padding: 0;
    height: auto;
    margin-bottom: -1px;
    position: relative;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.folder_table .show_folders span {
    color: #3c99d3;
    font-weight: 600;
    display: block;
}

.folder_table .show_folders.show {
    display: block;
}

.folder_table .col_1 {
    width: calc((100% - 120px - 170px) / 2);
}

@media (max-width: 767px) {
    .folder_table .col_1 {
        width: calc(100% - 170px);
    }
}

@media (max-width: 575px) {
    .folder_table .col_1 {
        width: calc(100% - 54px);
    }
}

.folder_table .col_1 .text {
    height: 36px;
    margin-top: -6px;
}

.folder_table .col_1 .text span {
    display: block;
    width: 100%;
    line-height: 20px;
}

.folder_table .col_1 .text span.root {
    color: #808080;
    font-size: 12px;
    line-height: 16px;
}

.folder_table .col_2 {
    width: 120px;
}

@media (max-width: 767px) {
    .folder_table .col_2 {
        display: none;
    }
}

.folder_table .col_3 {
    width: calc((100% - 120px - 170px) / 2);
}

@media (max-width: 767px) {
    .folder_table .col_3 {
        display: none;
    }
}

.folder_table .col_4 {
    width: 170px;
}

@media (max-width: 575px) {
    .folder_table .col_4 {
        width: 54px;
    }
}

.folder_table .mobile_more {
    display: none;
    padding-right: 15px;
}

.folder_table .mobile_more .icon-more {
    width: 24px;
    margin: 0;
}

@media (max-width: 767px) {
    .folder_table .mobile_more {
        display: block;
    }
}

.folder_table > div .col_4 span, span.status {
    position: relative;
    font-weight: 700;
    padding-left: 24px;
}

@media (max-width: 575px) {
    .folder_table > div .col_4 span, span.status {
        font-size: 0;
        height: 24px;
    }
}

.folder_table > div .col_4 span:before, span.status:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #808080;
}

.folder_table > div .col_4 span.blue, span.status.blue {
    color: #3c99d3;
}

.folder_table > div .col_4 span.blue:before, span.status.blue:before {
    background: #3c99d3;
}

.folder_table > div .col_4 span.red, span.status.red {
    color: #e62e49;
}

.folder_table > div .col_4 span.red:before, span.status.red:before {
    background: #e62e49;
}

.folder_table > div .col_4 span.green, span.status.green {
    color: #3cd33c;
}

.folder_table > div .col_4 span.green:before, span.status.green:before {
    background: #3cd33c;
}

.folder_table > div .col_4 span.gray, span.status.gray {
    color: #808080;
}

.folder_table > div .col_4 span.gray:before, span.status.gray:before {
    background: #808080;
}

.popup_block {
    position: relative !important;
}

.popup_block .popup {
    display: block;
    width: 210px;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 36px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 6;
    -webkit-box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 8px 25px 0 rgba(60, 153, 211, 0.4);
}

.popup_block .popup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000000;
    padding: 8px 16px;
}

.popup_block .popup a:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.popup_block .popup a i {
    width: 24px;
    height: 24px;
}

.popup_block .popup a span {
    padding-left: 12px;
    display: block;
    line-height: 24px;
}

.popup_block.open .popup {
    top: 34px;
    opacity: 1;
    pointer-events: auto;
}

.folder_table.hide {
    display: none;
}

.overflow {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
}

.overflow.open {
    opacity: 0.4;
    pointer-events: auto;
}

#main_overflow {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    pointer-events: auto;
    opacity: 0.4;
    animation-timing-function: ease-in;
}


.mobile_popup {
    display: block;
    border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 8px 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 30px);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

@media (max-width: 575px) {
    .mobile_popup {
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .mobile_popup {
        width: 300px;
        left: 50%;
        right: initial;
        margin-left: -150px;
    }
}

.mobile_popup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000000;
    padding: 8px 16px;
}

.mobile_popup a:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.mobile_popup a i {
    width: 24px;
    height: 24px;
}

.mobile_popup a span {
    padding-left: 12px;
    display: block;
    line-height: 24px;
}

.mobile_popup.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    pointer-events: auto;
}

.left_block.doc_page {
    background-color: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0;
}

@media (max-width: 1199px) {
    .left_block.doc_page {
        background-color: #ffffff;
        padding-right: 24px;
        position: fixed;
        top: 50%;
        left: 50%;
        bottom: initial;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 10px;
        -webkit-box-shadow: 0 16px 50px 0 rgba(60, 153, 211, 0.4);
        box-shadow: 0 16px 50px 0 rgba(60, 153, 211, 0.4);
        height: auto;
        opacity: 0;
        pointer-events: none;
        z-index: 9999;
    }

    .left_block.doc_page.open {
        opacity: 1;
        pointer-events: auto;
    }
}

.left_block.doc_page .back {
    width: 64px;
    height: 48px;
    position: relative;
    display: block;
}

.left_block.doc_page .back i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.left_block.doc_page .back i:before {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.left_block.doc_page .menu_list {
    margin: 0;
    padding: 0;
}

.left_block.doc_page .menu_list li {
    list-style: none;
}

.left_block.doc_page .menu_list li a, .left_block.doc_page .menu_list li span {
    display: block;
    font-size: 16px;
    padding: 4px 24px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.left_block.doc_page .menu_list li a {
    color: #808080;
}

.left_block.doc_page .menu_list li a:hover {
    color: #000000;
    background-color: rgba(229, 229, 229, 0.6);
}

.left_block.doc_page .menu_list li .active, .left_block.doc_page .menu_list li span {
    background: rgba(60, 153, 211, 0.2) !important;
    font-weight: bold;
    color: #3c99d3 !important;
}

.right_sidebar {
    width: 300px;
    height: calc(100vh - 80px);
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 999;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: white;
}

@media (max-width: 1199px) {
    .right_sidebar {
        right: -300px;
    }

    .right_sidebar.open {
        right: 0;
    }
}

@media (max-width: 575px) {
    .right_sidebar {
        height: 100vh;
        width: 288px;
    }
}

.right_sidebar .buttons {
    border-top: 1px solid #e5e5e5;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.right_sidebar .buttons .icon {
    padding: 0;
    margin: 0;
    border: 0;
    background: initial;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.right_sidebar .buttons .icon:hover {
    background: rgba(229, 229, 229, 0.4);
}

.right_sidebar .buttons .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.right_sidebar .button {
    margin: 0 24px 24px 24px;
    width: calc(100% - 48px);
}

.pagination {
    margin-top: 24px;
}

.pagination.center ul {
    margin: 0 auto !important;
}

.pagination.right ul {
    margin: 0 0 0 auto !important;
}

.pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul li {
    list-style: none;
    display: block;
    width: 32px;
    height: 32px;
}

.pagination ul li + li {
    margin-left: 3px;
}

.pagination ul li a, .pagination ul li span {
    display: block;
    line-height: 32px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.pagination ul li a {
    overflow: hidden;
}

.pagination ul li.link a {
    border-radius: 50%;
}

.pagination ul li.link a:hover {
    background-color: rgba(229, 229, 229, 0.6);
}

.pagination ul li.link.active * {
    color: #ffffff;
    background-color: #3c99d3 !important;
}

.pagination ul li.right, .pagination ul li.left {
    position: relative;
}

.pagination ul li.right a, .pagination ul li.left a {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 10px;
}

.pagination ul li.right a:hover, .pagination ul li.left a:hover {
    background-color: rgba(229, 229, 229, 0.6);
}

.pagination ul li.right a i, .pagination ul li.left a i {
    display: block;
    position: absolute;
    top: 4px;
}

.pagination ul li.left i {
    left: 4px;
}

.pagination ul li.right i {
    right: 4px;
}

.alert_list {
    position: fixed;
    z-index: 10000;
    left: 24px;
    top: 24px;
    max-width: 600px;
    height: fit-content;
}

@media (max-width: 767px) {
    .alert_list {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: unset;
        max-width: initial;
    }
}

.alert_list .alert {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px 40px 10px 12px;
    margin: 0;
}

.alert_list .alert + .alert {
    margin-top: 15px;
}

.alert_list .alert .close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.alert_list .alert span {
    font-size: 14px;
    line-height: 20px;
}

.alert_list .alert.gray {
    background-color: #e5e5e5;
}

.alert_list .alert.gray span {
    color: #808080;
}

.alert_list .alert.blue {
    background-color: #e5f0f4;
}

.alert_list .alert.blue span {
    color: #3c99d3;
}

.alert_list .alert.green {
    background-color: #e6f5e6;
}

.alert_list .alert.green span {
    color: #3cd33c;
}

.alert_list .alert.yellow {
    background-color: #f5f2d7;
}

.alert_list .alert.yellow span {
    color: #d9c72b;
}

.alert_list .alert.red {
    background-color: #f5e6e8;
}

.alert_list .alert.red span {
    color: #e62e49;
}

@-webkit-keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.donut {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: donut-spin 1.2s linear infinite;
    animation: donut-spin 1.2s linear infinite;
}
