html {
    height: 100%;
    margin: 0;
    padding: 0;

}

* {
    box-sizing: border-box;
}

body {
    background: #0076c1;
    width: 100%;
    height: 100%;
    color: #141414;
    margin: 0;
    padding: 0;
    direction: ltr;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    line-height: 1.154;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.right {
    text-align: right;
}

input, textarea, select {
    height: 54px;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    outline: 0!important;
    box-shadow: none!important;
    margin-bottom: 20px;
}

.err input, .err textarea, select.err, .bf_panel.err  {
    background: #fae1e2 !important;
    border: 1px solid #e9c3b8 !important;
}

.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.thead.sticky .td {
    position: sticky;
    top: 0;
    background: white;
}

.table {
    display: table;
    width: 100%;
    border: 1px solid #e7e8ec;
    border-radius: 4px;
}

.table.clear {
    border: none;
}

.table .thead {
    display: table-header-group;
}

.table .tbody {
    display: table-row-group;
}

.table .tfoot {
    padding: 10px;
    color: #626d7a;
}

.table .tr {
    display: table-row;
}

.table .tbody .tr:last-child .td {
    border-bottom: none;
}

.table:not(.clear) .tbody .tr:not(.active):hover .td {
    background: #fafafb;
}

.tbody .tr.active .td {
    background-color: #0076c13b;
}

.tbody .tr.active:hover .td {
    background-color: rgba(0, 118, 193, 0.25);
}

.table .tbody .tr .td .delete_tr {
    opacity: 0.8;
    font-size: 14px;
    color: #141414;
    cursor: pointer;
}

.table .tbody .tr .td .delete_tr:hover {
    opacity: 1;
}

.table .td {
    display: table-cell;
    border-bottom: 1px solid #e7e8ec;
    padding: 12px 10px;
    font-size: 14px;
    color: #363636;
}

.table.clear .td {
    border: none;
    padding: 5px 10px;
}

.table .thead .td {
    background: #f8f8f9;
    color: #626d7a;
}

.table .thead .td.err {
    background-color: #f02a2a;
    color: #ffffff;
}

.table .td a {
    color: #2a5885;
}

.table .td a:hover {
    text-decoration: underline;
}

.table.sortable .tbody .tr {
    cursor: move;
}

.table .td.label {
    color: #939393;
    width: 200px;
}

.main_header {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
}

.btn {
    background-color: #0076c1;
    border: 1px solid transparent;
    user-select: none;
    padding: 12px 30px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.9;
    cursor: pointer;
}

a.btn:hover {
    text-decoration: none !important;
}

.btn i {
    margin-right: 8px;
}

.btn_mini {
    font-size: 12.5px;
    text-transform: none;
    padding: 8px 10px;
}

.btn:hover {
    opacity: 1;
}

.btn.disabled {
    cursor: default;
    opacity: 0.5;
}

.btn_green {
    background-color: #00aa91;
}

.btn_yellow {
    background-color: #f9dd00;
    color: #333640;
}

.btn_red {
    background-color: #f02a2a;
}

.btn_grey {
    background-color: #e1e1e1;
    color: #333640 !important;
}

.bf_check {
    margin-bottom: 20px;
    color: #454957;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.9;
}

.bf_check i {
    margin-right: 10px;
    color: #d3d9de;
    font-size: 18px;
}

.bf_check:hover {
    opacity: 1;
}

.bf_check.check i {
    color: #0076c1;
}

.bf_combobox {
    position: relative;
}

.bf_combobox .list {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 52px;
    border-radius: 0 0 4px 4px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 16px 24px rgb(0 0 0 / 16%);
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
}

.bf_combobox .list .item {
    padding: 8px 10px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.bf_combobox .list .item_empty {
    color: #f24848;
    font-size: 16px;
    padding: 10px;
}

.bf_combobox .list .item.priority {
    background-color: rgba(0, 170, 145, 0.08);
}

.bf_combobox .list .item:last-child {
    border-bottom: none;
}

.bf_combobox .list .item:hover {
    background: rgba(0, 118, 193, 0.08);
}

.bf_combobox .list .item.priority:hover {
    background-color: rgba(0, 170, 145, 0.15);
}

.bf_combobox .list .item .caption {
    font-size: 14px;
    font-weight: 600;
    color: #454957;
}

.bf_combobox .list .item .sub_caption {
    margin-top: 6px;
    font-size: 12px;
    color: #7a7a7acc;
}

.input_ico {
    position: relative;
}

.input_ico input {
    padding-left: 28px !important;
}

.input_ico i {
    color: #ced4da;
    font-size: 12.5px;
    position: absolute;
    left: 8px;
    top: 11px;
}

.input_label label {
    float: left;
    width: auto;
    padding: 10px 5px;
    color: #626d7a;
}

.input_label input {
    float: left;
}

.input_label input {
    width: 145px;
    color: #2a5885;
    font-weight: 600;
}

.input_caption label {
    font-size: 16px;
    font-weight: 500;
    color: #454957;
    margin-bottom: 10px;
    display: block;
}

.center {
    text-align: center;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.form_groups {

}

.form_groups .form-control {
    display: inline-block;
    vertical-align: top;
}

.form_groups .form-control:first-child {
    padding-right: 5px;
}

.form_groups .form-control:last-child {
    padding-left: 5px;
}

.form_groups .form-control label {
    margin-bottom: 5px;
    display: block;
    color: #4e4e4e;
}

.form_groups.child_2 .form-control {
    width: 50%;
}

.form_groups.child_3 .form-control {
    width: 33.33%;
}

.container {
    min-width: 260px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: auto;
}

.container_standart {
    min-width: 260px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.container.mini {
    max-width: 900px;
}

#top_bar {
    background: #173d9d;
    box-shadow: 0 0.5rem 0.5rem 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}

#top_bar .logo {
    float: left;
    padding: 23px 20px 18px 0;
}

#top_bar .logo a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#top_bar .logo i {
    font-size: 28px;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#top_bar .logo span {
    display: inline-block;
    vertical-align: middle;
}

#top_bar .menu {
    float: left;
    list-style: none;
    padding: 5px 10px 0 50px;
    display: block;
    overflow: hidden;
}

#top_bar .menu li {
    text-align: center;
    float: left;
    margin-right: 5px;
    padding: 24px 5px 18px 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#top_bar .menu li a {
    padding: 5px 10px;
}

#top_bar .menu li:last-child {
    margin-right: 0;
}

#top_bar .menu li a, #top_header .menu li span {
    color: #ffffff;
    padding-bottom: 5px;
    cursor: pointer;
}

#top_bar .menu li.active a, #red_header .menu li.active span {
    color: #b42028;
    background: #fff;
    border-radius: 5px;
}

#top_bar .menu li:not(.active):hover a, #red_header .menu li:not(.active):hover span {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#top_bar .btn_bars {
    float: right;
    padding: 18px;
    font-size: 28px;
    color: #ffffff;
    display: none;
}

#top_bar .menu_auth {
    float: right;
    padding: 30px 5px 20px 5px;
}

#top_bar .menu_auth a {
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#top_bar .menu_auth a:hover {
    opacity: 1;
}

#top_bar .menu_auth i {
    margin-right: 10px;
}

.vk_slides {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides iframe {
    height: 395px !important;
    width: 100% !important;
}

.vk_slides_afisha .rslides iframe {
    height: 228px !important;
}

.vk_slides_afisha .rslides img {
    height: 228px !important;
}

.rslides img {
    display: block;
    height: auto;
    margin: 0 auto;
    height: 648px;
    width: 100%;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.rslides_tabs {
    text-align: center;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

.rslides_tabs li {
    display: inline;
    margin-right: 5px;
}

.rslides_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 2px;
    display: inline-block;
    _display: block;
    background: #fff;
    opacity: .2;
    width: 40px;
    height: 4px;
    color: transparent;
}

.rslides_tabs li.rslides_here a {
    opacity: 0.9;
    background: #ffffff;
}

.rslides_nav {
    z-index: 2;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 5px;
    opacity: 0.5;
    font-size: 40px;
    color: #cccccc;
    text-decoration: none;
}

.rslides_nav.next {
    left: auto;
    right: 5px;
}

.big_block {
    margin-bottom: 10px;
}

.big_block .l_block {
    padding-right: 20px;
}

.big_block .r_block {
    width: 300px;
    vertical-align: top;
}

.vk_slides li .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 250px;
    padding: 20px;
}

.vk_slides li .content .title {
    max-width: 600px;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #ffffff;
}

.vk_slides li .content .sub_title {
    max-width: 400px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4;
    opacity: 0.8;
}

.bf_box {
    border-radius: 6px;
    background: #ffffff;
    padding: 40px;
    box-shadow: #0962b1 0 3px 6px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.bf_box.bf_box_dark {
    background: #173d9d;
    box-shadow: none;
    color: #ffffff;
}

.bf_box .footer {
    padding-top: 20px;
}

.bf_box.center {
    text-align: center;
}

.bf_box .ico {
    font-size: 30px;
    margin-bottom: 20px;
    color: #0076c1;
    font-size: 48px;

}

.bf_box .header {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #333640;
    margin-bottom: 20px;
}

.bf_box .header .cmt_header {
    margin-left: 10px;
    font-weight: normal;
    color: #626d7a;
}

.bf_box .sub_header {
    font-size: 16px;
    font-weight: 500;
    color: #454957;
    margin-bottom: 20px;
    line-height: 1.3;
}

.bf_box .sub_header a {
    color: #0076c1;
}

.bf_box .sub_header a:hover {
    text-decoration: underline;
}


.list_horizontal {
    margin: 30px -10px 0px -10px;
}

.list_horizontal .item {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    position: relative;
}

.list_horizontal.clickable .item:not(.active) {
    cursor: pointer;
    opacity: 0.8;
}

.list_horizontal.clickable .item:hover {
    opacity: 1;
}

.list_horizontal.clickable .item .title {
    font-weight: normal;
}

.list_horizontal.child_4 .item {
    width: 25%;
}

.list_horizontal .item .ico {
    text-align: center;
    color: #0076c1;
    font-size: 48px;
    margin-bottom: 10px;
}

.list_horizontal.green .item .ico {
    color: #00aa91;
}

.list_horizontal .item .title {
    font-weight: 600;
    line-height: 1.4;
    color: #333640;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.list_horizontal .item .description {
    text-align: center;
}

.list_horizontal .item.active {
    background: #0076c1;
    border-radius: 6px;
}

.list_horizontal.green .item.active {
    background: #00aa91;
}

.list_horizontal .item.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0076c1;
    bottom: -10px;
    content: "";
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
}

.list_horizontal.green .item.active:before {
    border-top: 10px solid #00aa91;
}

.list_horizontal .item.active .ico, .list_horizontal .item.active .title {
    color: #ffffff;
}

.list_horizontal_content {
    margin-top: 10px;
}

.list_horizontal_content .item {
    display: none;
}

.list_horizontal_content .item.active {
    display: block;
}

.list_horizontal_content .item .text {
    font-size: 16px;
    font-weight: 500;
    color: #454957;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.list_horizontal_content .item .body .column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.list_horizontal_content .item .body.child_3 .column {
    width: 33.33%;
}

.list_horizontal_content .item .body .column .caption {
    font-weight: 600;
    line-height: 1.4;
    color: #333640;
    font-size: 16px;
    margin-bottom: 10px;
}

.list_horizontal_content .item .body .column .cell {
    font-size: 14px;
    font-weight: 500;
    color: #454957;
}

.list_horizontal_content .item .body .column .cell i {
    color: #00aa91;
    margin-right: 10px;
}

.list_horizontal.grey .item .ico {
    color: #797979;
}

.list_horizontal.grey .item .title {
    font-weight: normal;
}


.office_container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
}

#office_content {
    display: table-cell;
    padding: 0 20px;

}

#office_content .bf_box {
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#office_menu {
    position: relative;
    display: table-cell;
    min-width: 280px;
    width: 280px;
    background: #173d9d;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
}

#office_menu nav .item {
    /*margin-bottom: 2px;*/
    cursor: pointer;
    position: relative;
}

#office_menu nav .item:hover {
    background: #10348d;
}

#office_menu nav .item.active {
    background: #0c2664;
}

#office_menu nav .item.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #0076c1;
}

#office_menu nav .item a {
    color: #fff;
    white-space: nowrap;
    line-height: 27px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 10px 15px 10px 25px;
}

#office_menu nav .item a .counter {
    margin-top: 3px;
    margin-right: 3px;
    float: right;
    background: #f14a3a;
    padding: 3px 6px;
    border-radius: 4px;
    vertical-align: baseline;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#office_menu nav .item i {
    opacity: 0.8;
    width: 40px;
}

#office_menu nav .item.active i, #office_menu nav .item:hover i {
    opacity: 1;
}

#office_menu.mini {
    width: 70px;
    min-width: 70px;
}

#office_menu.mini .main_menu_fixed {
    width: 70px;
}

#office_menu.mini .hide_menu {
    right: 24px;
    top: 20px;
    font-size: 22px;
}

#office_menu.mini #user_profile .img {
    margin-right: 0;
}

#office_menu.mini #user_profile {
    padding-top: 60px;
}

#office_menu.mini #user_profile .info {
    display: none;
}

#office_menu.mini nav .item i {
    width: 28px;
}

#office_menu.mini nav .item span {
    display: none;
}

#user_profile {
    padding: 15px;
    border-bottom: 1px solid #ffffff1c;
    margin-bottom: 15px;
}

#user_profile a {
    color: #ffffff;
}

#user_profile .img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    font-size: 34px;
    width: 38px;
    height: 38px;
}

#user_profile .img img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

#user_profile .info {
    display: inline-block;
    vertical-align: middle;
}

#user_profile .title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1px;
}

#user_profile .sub_title {
    font-size: 11px;
    opacity: 0.6;
}

#user_profile .hide_menu {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

#user_profile .hide_menu:hover {
    opacity: 1;
}

.office_tools_panel {
    padding: 0 0 10px 0;
}

.office_tools_panel_btns {
    margin-bottom: 10px;
    overflow: hidden;
}

.office_tools_panel_filters .item {
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.office_tools_panel_filters .item:last-child {
    margin-right: 0;
}

.office_tools_panel_filters .item input, .office_tools_panel_filters .item textarea, .office_tools_panel_filters .item select {
    font-size: 12.5px;
    padding: 8px 10px;
    height: auto;
    margin-bottom: 0;
}

.bf_tabs {
    margin-bottom: 20px;
}

.bf_tabs .item {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 14px;
    margin: 0 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    cursor: pointer;
    background: #0b6aba;
    border-radius: 6px;
}

.bf_tabs .item i {
    margin-right: 10px;
}

.bf_tabs .item:hover {
    opacity: 1;
    background: #244eac;
}

.bf_tabs .item.active {
    opacity: 1;
    background: #244eac;
    cursor: default;
}

.bf_tabs .item.active i {
    color: #99fded;
}

.bf_tabs_section {
    display: none;
}

.bf_tabs_section.active {
    display: block;
}

#window {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#window .back, #window .sub_back {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    overflow-y: auto;
}

#window .back {
    justify-content: space-between;
}


#window .sub_back {
    z-index: 1001;
    display: none;
}

#window .win {
    border-radius: 4px;
    background: #ffffff;
    max-width: 960px;
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
}

#window .sub_back .win {
    max-width: 700px;
    background: #e8f7ff;
}

#window .win .widows_body  {
    padding: 10px;
}

#window .win .widows_body .win_message {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
}

#window .win .widows_body .win_message i {
    color: #28a745;
    margin-right: 10px;
    font-size: 26px;
}

#window .win .widows_body .widows_header {
    color: #0080c9; /*rgba(0, 0, 0, 0.65);*/
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

#window .win .widows_body .widows_sub_header {
    color: #939393;
    font-weight: 400;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
}

#window .win .widows_body .widows_header .btn_edit.disabled, #window .win .widows_body .widows_header .btn_clone.disabled {
    opacity: 0.3;
    cursor: default;
}

#window .win .window_close {
    color: #ccc;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    opacity: 0.7;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.load_progress {
    font-size: 40px;
    color: #0080c9;
    padding: 10px;
    text-align: center;
}

.load_progress i {
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bf_wrap_m_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 1000;
}

#bf_m_menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    max-width: 800px;
    background: #edeef0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
    overflow: auto !important;
}

#bf_m_menu.office_mobile_menu {
    background: #173d9d;
}

#bf_close_m_menu {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    top: 10px;
    right: 20px;
}

#bf_m_menu #vk_menu {
    padding: 0;
}

.bf_block {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

#bf_m_menu.office_mobile_menu .bf_block {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

#bf_menu ul li {
    position: relative;
}

#bf_menu ul li:hover, #bf_menu ul li.active {
    background: #edf0f5;
}

#bf_menu ul li a, #bf_menu ul li span {
    font-size: 16px;
    line-height: 20px;
    color: #222;
    display: block;
    padding: 15px;
}

#bf_m_menu.office_mobile_menu #bf_menu ul li a, #bf_m_menu.office_mobile_menu #bf_menu ul li span {
    color: #ffffff;
}

#bf_menu ul li i {
    color: #aaaeb3;
    width: 40px;
}

.office_mobile_menu #bf_menu ul li:hover {
    background: #10348d;
}

.office_mobile_menu #bf_menu ul li.active {
    background: #0c2664;
}

.office_mobile_menu #bf_menu ul li i {
    color: #ffffff;
}

.bf_scheme_places {

}

.bf_scheme_places .legend {
    margin-bottom: 20px;
}

.bf_scheme_places .legend .item {
    display: inline-block;
    margin-right: 10px;
    color: #141414;
    font-size: 14px;
}

.bf_scheme_places .legend .item i {
    margin-right: 5px;
}

.bf_scheme_places .legend .item i.free {
    color: #00aa91;
}

.bf_scheme_places .legend .item i.booked {
    color: #f9dd00;
}

.bf_scheme_places .legend .item i.occupied {
    color: #f02a2a;
}

.bf_scheme_places .editor_scheme .body {
    display: table;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 10px 0;
}

.bf_scheme_places .editor_scheme .body.err {
    border: 1px solid #f24848;
    background: #f2484852;
}

.bf_scheme_places .editor_scheme .label {

}

.bf_scheme_places .editor_scheme .row {
    display: table-row;
}

.bf_scheme_places .editor_scheme .row.hide .cell {
    background: rgba(42, 88, 133, 0.50) !important;
}

.bf_scheme_places .editor_scheme .row .cell.hide {
    background: rgba(42, 88, 133, 0.50) !important;
}

.bf_scheme_places .editor_scheme .row .cell {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #2a5885;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.bf_scheme_places .editor_scheme.viewer .row .cell {
    cursor: default;
}

.bf_scheme_places .editor_scheme .row .cell.selected {
    background: #00aa91;
    color: #ffffff;
}

.bf_scheme_places .editor_scheme:not(.viewer) .row .cell:not(.selected):hover {
    background: #e1e1e1;
}

.bf_scheme_places .editor_scheme .row:first-child .cell {
    border-top: none;
}

.bf_scheme_places .editor_scheme .row:last-child .cell {
    border-bottom: none;
}

.bf_scheme_places .editor_scheme .row .cell:first-child {
    border-left: none;
}

.bf_scheme_places .editor_scheme .row .cell:last-child {
    border-right: none;
}

.bf_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 10px;
    list-style: none;
}

.breadcrumb-item {
    color: #ffffff;
}

.breadcrumb-item i {
    margin-right: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: #ffffff50;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #ffffff70;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.bf_panel {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

#section_from_sel_regularity {
    display: none;
}

.bf_panel .section {
    display: none;
    overflow: hidden;
}

.bf_panel .section.active {
    display: block;
}

.bf_panel .section .caption {
    font-size: 16px;
    font-weight: 500;
    color: #454957;
    margin-bottom: 20px;
}

.bf_panel .section .body .item {
    display: inline-block;
    margin-right: 18px;
}

.bf_panel .section .list_date .element.last {
    padding-right: 20px;
    position: relative;
}


.bf_panel .section .list_date .element .inp_date label {
    font-size: 14px;
    margin-bottom: 5px;
}

.bf_panel .section .list_date .element .inp_date input {
    height: 32px;
    font-size: 14px;
}

.bf_panel .section .list_date .element .inp_date .delete_element {
    opacity: 0.8;
    font-size: 14px;
    color: #141414;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 0;
}

.bf_panel .section .list_date .element .inp_date .delete_element:hover {
    opacity: 1;
}


.shedules {
    margin-bottom: 20px;
}

.shedules .item .bf_panel {
    padding: 10px 0 0 0;
}

.shedules .item .bf_panel .table {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.shedules .item {
    margin-bottom: 20px;
}

.shedules .item .bf_panel .header {
    font-size: 18px;
    padding: 0 10px;
}

.shedules .item .bf_panel .sub_header {
    padding: 0 10px;
}

.shedules input {
    font-size: 14px;
    height: 32px;
    margin-bottom: 0;
    width: auto;
}

.shedules .td.title {
    font-weight: 600;
}

.shedules input.fill {
    background: #00800033;
}

.shedules .tr:first-child input, .shedules .tr:last-child input {
    background: #00800033;
}

.user_profile .ava {
    display: inline-block;
    vertical-align: top;
}

.user_profile .ava i {
    color: #0076c1;
    font-size: 100px;
}

.user_profile .info {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.user_profile .info .item label {
    color: #939393;
    margin-right: 10px;
    width: 150px;
}