@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("/templates/it/css/style_vars.css");
@import url("/templates/it/css/style_print.css");

@media screen

{
/* UI-Kit */
/* Основной чекбокс*/
.box_on_map
{
    box-shadow: none;
	position: absolute;
	z-index: 1;
	margin-left:24px;
	margin-top:24px;
	width:500px;
	height:600px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    background: #FFFFFF;
    border-radius: 8px;
	cursor: pointer;
}
.office_card_in_box {
	display:flex;
	flex-direction:column;
	width:100%;
	padding: 8px 24px;
}
.office_card_in_box:hover {
	background: var(--creamy_white_color);
}
.office_card_in_box.active {
	box-shadow: inset 5px 0 var(--blue_color);
}

/* Основной чекбокс*/
.custom_checkbox[type="checkbox"]
{
    display: none;
    vertical-align: middle;
    cursor: pointer;
}
.custom_checkbox_label
{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.custom_checkbox_label::before
{
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    content: '';
    display: inline-block;
    background-color: none;
    height: 20px;
    width: 20px;
    border: 1px solid var(--light_gray_color);
    border-radius: 4px;
}
.custom_checkbox[type="checkbox"]:hover + .custom_checkbox_label::before
{
    border: 1px solid var(--blue_color);
    background-color: var(--very_light_blue_color);
}
.custom_checkbox[type="checkbox"]:disabled +
.custom_checkbox_label::before
{
    background-color: var(--very_light_shade_of_gray_color);
    border-color: var(--light_gray_color);
    cursor: not-allowed;
}
.custom_checkbox[type="checkbox"]:checked + .custom_checkbox_label::before
{
    font-size: 14px;
    background-color: var(--blue_color);
    content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6667 1.41666L5.50004 10.5833L1.33337 6.41666' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: var(--white_color);
    border: 1px solid var(--blue_color);
}
.custom_checkbox[type="checkbox"]:checked:hover + .custom_checkbox_label::before
{
    background-color: var(--dark_blue_color);
}
.custom_checkbox[type="checkbox"]:checked:disabled +
.custom_checkbox_label::before
{
    background-color: var(--light_gray_color);
    border-color: var(--white_color);
    cursor: not-allowed;
}
/* Тире вместо галочки в checkbox */
.custom_checkbox[type="checkbox"]:checked +
.custom_checkbox_label.dash::before
{
    font-size: 0px;
    content: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
}
/* Инвертированый чекбокс (если фон тёмный) */
.invert_custom_checkbox[type="checkbox"]
{
    display: none;
    vertical-align: middle;
    cursor: pointer;
}
.invert_custom_checkbox_label::before
{
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    content: '';
    display: inline-block;
    background-color: none;
    height: 20px;
    width: 20px;
    border: 1px solid var(--light_gray_color);
    border-radius: 4px;
}
.invert_custom_checkbox[type="checkbox"]:hover + .invert_custom_checkbox_label::before
{
    border: 1px solid var(--white_color);
}
.invert_custom_checkbox[type="checkbox"]:disabled +
.invert_custom_checkbox_label::before
{
    background-color: var(--very_light_shade_of_gray_color);
    border-color: var(--light_gray_color);
    cursor: not-allowed;
}
.invert_custom_checkbox[type="checkbox"]:checked +
.invert_custom_checkbox_label::before
{
    font-size: 14px;
    background-color: var(--blue_color);
    content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6667 1.41666L5.50004 10.5833L1.33337 6.41666' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: var(--white_color);
    border: 1px solid var(--white_color);
}
.invert_custom_checkbox[type="checkbox"]:checked:hover +
.invert_custom_checkbox_label::before
{
    background-color: var(--light_blue_color);
}
.invert_custom_checkbox[type="checkbox"]:disabled +
.invert_custom_checkbox_label::before
{
    background-color: var(--light_gray_color);
    border-color: var(--white_color);
    cursor: not-allowed;
}
/* Тире вместо галочки в checkbox */
.invert_custom_checkbox[type="checkbox"]:checked +
.invert_custom_checkbox_label.dash::before
{
    font-size: 0px;
    content: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
}
/* Основная кнопка */
.custom_button
{
    height: 50px;
    background: var(--blue_color);
    border: none;
    border-radius: 8px;
    padding: 0 24px;
    /* Текст в кнопке */
    color: var(--white_color);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
}
.custom_button:hover
{
    background: var(--dark_blue_color);
}
.custom_button:active
{
    background: var(--light_blue_color);
}
.custom_button:disabled
{
    background: var(--light_gray_color);
    cursor: not-allowed;
}
/* Дополнительная кнопка */
.custom_additional_button
{
    height: 50px;
    background: transparent;
    border: 1px solid var(--blue_color);
    border-radius: 8px;
    padding: 0 24px;
    /* Иконки */
    fill: var(--black_color);
    stroke: var(--black_color);
    /* Текст в кнопке */
    color: var(--black_color);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
}
.custom_additional_button:hover
{
    background: var(--creamy_white_color);
    border: 1px solid var(--dark_blue_color);
    color: var(--dark_blue_color);
    fill: var(--dark_blue_color);
    stroke: var(--dark_blue_color);
}
.custom_additional_button:active
{
    background: var(--creamy_white_color);
    border: 1px solid var(--light_blue_color);
    color: var(--light_blue_color);
    fill: var(--light_blue_color);
    stroke: var(--light_blue_color);
}
.custom_additional_button:disabled
{
    background: var(--very_light_shade_of_gray_color);
    border: 1px solid var(--light_gray_color);
    color: var(--light_gray_color);
    fill: var(--light_gray_color);
    stroke: var(--light_gray_color);
    cursor: not-allowed;
}

/* Иконка в основной кнопке дефолт */
.custom_button_icon
{
    background: inherit !important;
    padding: 0;
    border: 0 !important;
    cursor: pointer;
    color: var(--light_gray_color);
    stroke: var(--light_gray_color);
    /* Текст в кнопке */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

/* Иконка без рамки дефолт */
.custom_additional_button_icon
{
    background: inherit !important;
    padding: 0;
    border: 0 !important;
    cursor: pointer;
    color: var(--black_color);
    stroke: var(--black_color);
    /* Текст в кнопке */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

/* Иконка в основной кнопке и без рамки наведение */
.custom_button_icon:hover, .custom_additional_button_icon:hover
{
    color: var(--blue_color)!important;
    stroke: var(--blue_color)!important;
}
.custom_button_icon:active, .custom_additional_button_icon:active
{
    color: var(--dark_blue_color) !important;
    stroke: var(--dark_blue_color) !important;
}

.custom_button_icon:disabled, .custom_additional_button_icon:disabled
{
    color: var(--very_light_shade_of_gray_color) !important;
    stroke: var(--very_light_shade_of_gray_color) !important;
}
/* Уже нажатая иконка*/
.custom_focus_button_icon, .custom_additional_button_icon
{
    color: var(--black_color) !important;
    stroke: var(--black_color) !important;
}
/* кнопка с иконкой без текста */
.custom_button_inner_icon {
    height: 50px;
    border: 0;
    padding: 0 8px;
    border: 1px solid var(--white_color);
    border-radius: 8px;
    color: var(--black_color);
    stroke: var(--black_color);
    background: var(--creamy_white_color) !important;
    transition: color 0.3s, background 0.3s;
    transition-timing-function: ease-in;
}
.custom_button_inner_icon:hover
{
    color: var(--white_color) !important;
    background: var(--blue_color) !important;
    stroke: var(--white_color) !important;
}
.custom_button_inner_icon:active
{
    border: 1px solid var(--blue_color);
    color: var(--black_color) !important;
    background: var(--white_color) !important;
    stroke: var(--blue_color) !important;
}
/* Иконка в основной кнопке в фокусе */
.custom_button_inner_icon:focus
{
    border: 1px solid var(--blue_color);
    background: var(--white_color) !important;
    stroke: var(--blue_color) !important;
}
/* Иконка в основной кнопке неактивна */
.custom_button_inner_icon:disabled
{
    border: 1px solid var(--light_gray_color) !important;
    background: transparent !important;
    stroke: var(--light_gray_color) !important;
    cursor: not-allowed;
}
/* Иконка в кнопке фильтрации дефолт */
.invert_button_icon
{
    background: inherit !important;
    padding: 0;
    border: 0 !important;
    cursor: pointer;
    stroke: var(--white_color);
    /* Текст в кнопке */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
/* Иконка в кнопке фильтрации наведение */
.invert_button_icon:hover
{
    stroke: var(--light_gray_color);
}
/* Выпадающий список для кнопки фильтрации */
.custom_dropdown_filter_menu {
    max-height: 250px;
    max-width: 150px;
    overflow-y: scroll;
}
/* Класс для тегов */
.custom_tag
{
    height: 40px;
    background: var(--white_color);
    border: 1px solid var(--blue_color);
    border-radius: 8px;
    padding: 0 24px;
    /* Текст в теге */
    color: var(--black_color);
    fill: var(--black_color);
    stroke: var(--black_color);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.custom_tag:hover
{
    background: var(--creamy_white_color);
    border: 1px solid var(--dark_blue_color);
    color: var(--dark_blue_color);
    fill: var(--dark_blue_color);
    stroke: var(--dark_blue_color);
}
.custom_tag:active
{
    background: var(--creamy_white_color);
    border: 1px solid var(--light_blue_color);
    color: var(--light_blue_color);
    fill: var(--light_blue_color);
    stroke: var(--light_blue_color); 
}
/* Класс для тегов в фильтре поиска */
.custom_filter_tag
{
    height: 40px;
    background: var(--white_color);
    border: 1px solid var(--blue_color);
    border-radius: 8px;
    padding: 0 8px;
    margin-right: 8px;
    /* Текст в теге */
    color: var(--black_color);
    fill: var(--black_color);
    stroke: var(--black_color);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.custom_filter_tag svg
{
    display: none;
    margin-left: 10px;
}
.custom_filter_tag:hover
{
    background: var(--blue_color);
    border: 0;
    color: var(--white_color);
    fill: var(--white_color);
    stroke: var(--white_color);
}
.custom_filter_tag:hover svg
{
    display: initial;
}
/* Кастомный дропдаун, НО надо будет потом разобраться и скрестить его с бутстраповским*/
.custom_dropdown_menu {
    min-width: 130px;
    margin-top: 10px !important;
    background: var(--white_color) !important;
    border: 1px solid var(--blue_color) !important;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07) !important;
}
/* Без синих цветов */
.custom_dropdown_menu_not_blue {
    min-width: 130px;
    margin-top: 10px !important;
    background: var(--white_color) !important;
    border: none !important;;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07) !important;
}
/* Кастомные элементы дропдауна */
.custom_dropdown_item
{
    white-space: nowrap;
    border: none !important;
    border-radius: 0;
    width: 100%;
}
.custom_dropdown_item:first-child
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.custom_dropdown_item:last-child
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.custom_dropdown_item:hover
{
    background: var(--very_light_blue_color) !important;
}
/* Таблица для всех вкладок на странице */
.big_tabs
{
    height: 68px;
    border: none;
    border-radius: 8px;
    background-color: var(--very_light_shade_of_gray_color);
}
/* Вкладки на страницах */
.big_tabs td
{
    width: 250px;
    vertical-align: middle;
    overflow: hidden;
    padding: 12px 20px;
    background-color: var(--very_light_shade_of_gray_color);
    cursor: pointer;
    /* Иконки */
    fill: var(--black_color);
    stroke: var(--black_color);
    /* border-bottom-right-radius */
}
.big_tabs td:first-child
{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.big_tabs td:last-child
{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* Положение иконки */
.big_tabs td svg
{
    position: relative;
    bottom: 10px;
    left: 100px;
}
/* Вкладки на страницах */
.big_tabs td p
{
    /* Текст во вкладке */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.big_tabs td span
{
    /* Дополнительный текст во вкладке */
    color: var(--light_gray_color);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.big_tabs td:hover span
{
    /* Дополнительный текст во вкладке */
    color: var(--dark_blue_color);
}
.big_tabs td:hover
{
    /* Иконки */
    fill: var(--dark_blue_color);
    stroke: var(--dark_blue_color);
    /* Текст во вкладке */
    color: var(--dark_blue_color);
}
.big_tabs td:active span
{
    /* Дополнительный текст во вкладке */
    color: var(--light_blue_color);
}
.big_tabs td:active
{
    outline: none;
    background-color: var(--creamy_white_color);
    /* Иконки */
    fill: var(--light_blue_color);
    stroke: var(--light_blue_color);
    /* Текст во вкладке */
    color: var(--light_blue_color);
}
.big_focus_tabs, .big_focus_tabs span
{
    background-color: var(--blue_color) !important;
    /* Иконки */
    fill: var(--white_color) !important;
    stroke: var(--white_color) !important;
    /* Текст во вкладке */
    color: var(--white_color) !important;
}
.big_disabled_tabs
{
    background-color: var(--creamy_white_color) !important;
    /* Иконки */
    fill: var(--light_gray_color) !important;
    stroke: var(--light_gray_color) !important;
    /* Текст во вкладке */
    color: var(--light_gray_color) !important;
    cursor: not-allowed !important;
}
.big_disabled_tabs span
{
    /* Дополнительный текст во вкладке */
    color: var(--light_gray_color) !important;
}
/* Таблица для всех вкладок на странице */
.middle_tabs
{
    height: 20px;
    border: none;
    border-collapse: separate; /* Способ отображения границы */
    border-spacing: 26px 0px;
}
/* Вкладки на страницах */
.middle_tabs td
{
    vertical-align: middle;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid var(--light_gray_color);
    /* Иконки */
    fill: var(--light_gray_color);
    stroke: var(--light_gray_color);
    /* Текст во вкладке */
    color: var(--light_gray_color);
}
/* Положение иконки */
.middle_tabs td svg
{
    display: inline-block;
    margin-left: 10px;
}
/* Вкладки на страницах */
.middle_tabs td p
{
    display: inline-block;
    /* Текст во вкладке */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.middle_tabs td:hover, .middle_tabs td:hover a
{
    border-color: var(--blue_color);
    /* Иконки */
    fill: var(--blue_color);
    stroke: var(--blue_color);
    /* Текст во вкладке */
    color: var(--blue_color);
}
.middle_tabs td:active
{
    border-color: var(--light_blue_color);
    /* Иконки */
    fill: var(--light_blue_color);
    stroke: var(--light_blue_color);
    /* Текст во вкладке */
    color: var(--light_blue_color);
}
.middle_focus_tabs
{
    border-color: var(--blue_color) !important;
    /* Иконки */
    fill: var(--black_color) !important;
    stroke: var(--black_color) !important;
    /* Текст во вкладке */
    color: var(--black_color) !important;
}
.middle_disabled_tabs
{
    border-color: var(--very_light_shade_of_gray_color) !important;
    /* Иконки */
    fill: var(--very_light_shade_of_gray_color) !important;
    stroke: var(--very_light_shade_of_gray_color) !important;
    /* Текст во вкладке */
    color: var(--very_light_shade_of_gray_color) !important;
    cursor: not-allowed !important;
}
/* Таблица для всех вкладок на странице */
.small_tabs
{
    height: 50px;
    border: none;
    border-radius: 8px;
    background-color: var(--very_light_shade_of_gray_color);
}
/* Вкладки на страницах */
.small_tabs td
{
    width: 50px;
    overflow: hidden;
    padding-left: 13px;
    background-color: var(--very_light_shade_of_gray_color);
    cursor: pointer;
    /* Иконки */
    fill: var(--black_color);
    stroke: var(--black_color);
}
.small_tabs td:first-child
{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.small_tabs td:last-child
{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.small_tabs td:hover
{
    /* Иконки */
    fill: var(--dark_blue_color);
    stroke: var(--dark_blue_color);
    /* Текст во вкладке */
    color: var(--dark_blue_color);
}
.small_tabs td:active
{
    outline: none;
    background-color: var(--creamy_white_color);
    /* Иконки */
    fill: var(--light_blue_color);
    stroke: var(--light_blue_color);
    /* Текст во вкладке */
    color: var(--light_blue_color);
}
.small_focus_tabs
{
    background-color: var(--blue_color) !important;
    /* Иконки */
    fill: var(--white_color) !important;
    stroke: var(--white_color) !important;
    /* Текст во вкладке */
    color: var(--white_color) !important;
}
.small_disabled_tabs
{
    background-color: var(--creamy_white_color) !important;
    /* Иконки */
    fill: var(--light_gray_color) !important;
    stroke: var(--light_gray_color) !important;
    /* Текст во вкладке */
    color: var(--light_gray_color) !important;
    cursor: not-allowed !important;
}
/* Внешний вид таблиц*/
.new_table
{
    width:100%;
    overflow: hidden;
    border-radius: 8px;
}
/* Внешний вид заголовков таблиц*/
thead {
    height: 50px;
    background: var(--blue_color);
    color: var(--white_color);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: -0.011em;
}
/* При наведении на строки таблицы */
.new_table tbody tr:hover {
    box-shadow: inset 5px 0 var(--blue_color);
    background: var(--very_light_blue_color);
}

.custom_tooltip {
  position: relative;
}
/* Подсказки */
.custom_tooltiptext {
  visibility: hidden;
  width: 400px;
  padding: 16px;
  background-color: var(--white_color);
  color: var(--black_color);
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  transform: translate(-110%, -60%);
}
.custom_tooltip .custom_tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color:  transparent transparent transparent var(--white_color);
}
.custom_tooltip:hover .custom_tooltiptext {
  visibility: visible;
}

.td_for_link {
    padding: 0;
    min-height: 1px;
    height: 1px;
}
.link_in_td {
    display: block;
    height: 100%;
    width: 100%;
    padding: 16px;
    text-align: left;
}

/* Ссылки */
.custom_a, .custom_a:visited {
    color: var(--light_gray_color);
    text-decoration: none !important;
}
.custom_a:hover {
    color: var(--dark_blue_color) !important;
}
.custom_a:active, .custom_a:focus {
    color: var(--light_blue_color) !important;
}
.custom_focus_a {
    color: var(--black_color) !important;
    /* Иконки */
    fill: var(--black_color) !important;
    stroke: var(--black_color) !important;
}
.custom_disabled_a {
    color: var(--light_gray_color) !important;
    cursor: not-allowed !important;
}
p > .hidden
{
    opacity: 0;
    transition: opacity 0.3s;
    transition-timing-function: ease-in;
}
p:hover > .hidden
{
    opacity: 1;
}
/* Блок для содержания всей страницы включая меню */
.page
{
    width: 100%;
    height: 100%;
    display: flex;
}
/* Блок для левого подменю */
.submenu
{
    position: sticky;
    top: 64px;
    min-width: 304px;
    height: calc(100vh - 64px);
    background-color: var(--creamy_white_color);
    border-right: 1px solid var(--light_gray_color);
}
/* Блок для названия меню */
.submenu_header
{
    height: 116px;
    padding: 56px 0 40px 32px;
    background-color: var(--creamy_white_color);
}
/* Блок для основного содержания меню */
.submenu_body
{
    max-width: 324px;
    height: calc(100vh - 270px);
    padding: 24px 48px 36px 24px;
    background-color: var(--creamy_white_color);
    overflow-x: scroll;
    overflow-y: scroll;
}
.submenu_body_shadow_left
{
    position: absolute;
    width: 36px;
    height: calc(100vh - 270px);
    background: linear-gradient(to left, rgba(0,0,0,0) 20%, var(--creamy_white_color) 80%);
}
.submenu_body_shadow_top
{
    position: absolute;
    width: 100%;
    height: 36px;
    background: linear-gradient(to top, rgba(0,0,0,0) 20%, var(--creamy_white_color) 80%);
}
.submenu_body_shadow_right
{
    position: absolute;
    right: 0;
    width: 36px;
    height: calc(100vh - 270px);
    background: linear-gradient(to right, rgba(0,0,0,0) 20%, var(--creamy_white_color) 80%);
}
.submenu_body_shadow_bottom
{
    position: absolute;
    top: calc(100vh - 242px);
    width: 100%;
    height: 36px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, var(--creamy_white_color) 80%);
}
/* Блок для меню снизу */
.submenu_footer
{
    height: 90px;
    padding-left: 22px;
    background-color: var(--creamy_white_color);
}
/* Scrollbar */
/* Форма канала Scrollbar */
.submenu_body::-webkit-scrollbar-track
{
	border-radius: 50px;
}
/* Настройка Scrollbar */
.submenu_body::-webkit-scrollbar
{
    height: 55px;
}
/* Форма ползунка Scrollbar */
.submenu_body::-webkit-scrollbar-thumb
{
    height: 5px;
    border: 25px solid var(--creamy_white_color);
	border-radius: 50px;
	background-color: var(--creamy_white_color);
}
.submenu_body:hover::-webkit-scrollbar-thumb,
.submenu_body_shadow_left:hover + .submenu_body::-webkit-scrollbar-thumb,
.submenu_body_shadow_top:hover + .submenu_body::-webkit-scrollbar-thumb,
.submenu_body_shadow_right:hover + .submenu_body::-webkit-scrollbar-thumb,
.submenu_body_shadow_bottom:hover + .submenu_body::-webkit-scrollbar-thumb
{
	background-color: var(--blue_color);
}
/* Блок для контента страницы */
.content
{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 40px;
}
/* блок с отступом для содержания */
.paragraph
{
    margin: 0 32px;
    display: flex;
}
/* Добавить 3 точки в конце текста (по умолчанию 3 строки, если надо больше/меньше, то поменять -webkit-line-clamp) */
.cut_text_with_dots
{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

html,body {
    font-family: Open Sans;
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 100%;
    color: #323232;
}
/* Блок для группы прав доступа */
.access_groups {
    border: 1px solid var(--light_gray_color);
    border-radius: 10px;
    padding: 30px;
}
.access_groups:hover {
    border-color: var(--blue_color);
    cursor:pointer;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}
select:invalid {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #9E9E9E;
}
.calendar_employee_dropdown {
    left: -75px !important;
    width: 450px;
}
.calendar_employee_list {
    height: 228px;
    overflow-y: auto;
}
.calendar_employee_list::-webkit-scrollbar {
    border: 1px solid #9E9E9E;
    width: 4px;
    background: transparent;
}
.calendar_employee_list::-webkit-scrollbar-thumb {
    border: 1px solid #9E9E9E;
    width: 2px;
    background: #9E9E9E;
}
.dropdown-divider {
    margin: 8px 8px;
    border-top: 1px solid #CFD0D2;
}
.calendar_employee_dropdown_toggle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.011em;
    padding-left: 5px;
    vertical-align: top;
    color: #323232;
    background: 0;
    border: 0;
}
.dropdown-toggle::after {
    border-top: 1.5px solid #9E9E9E;
    border-right: 1.5px solid #9E9E9E;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    margin-left: 8px;
}
.dropdown-toggle.filter_arrow_up::after {
    transform: rotate(-45deg);
    vertical-align: baseline;
}
.add_dropdown::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    transform: 0;
    width: 0;
    height: 0;
    margin-left: 0;
}
.dropdown-toggle.filter_arrow_up::after {
    transform: rotate(-45deg);
    vertical-align: baseline;
}
.add_calendar_event_item {
    color: #9E9E9E;
}
.add_calendar_event_item:focus, .add_calendar_event_item:hover {
    background-color: transparent;
    color: #FF661E;
}
.dropdown-item {
    padding: 8px;
}
.dropdown-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.dropdown-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #E5E5E5;
}
.dropdown-item:active {
    color: inherit;
}
.task_list_card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 400px;
    min-width: 400px;
    /*height: 136px;*/
    background: #FFFFFF;
    border: 1px solid #CFD0D2;
    border-radius: 8px;
    margin: 8px 4px;
    cursor: pointer;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    border: 1px solid #CFD0D2;
    border-radius: 8px;
    margin-right: 2rem;
    padding: 10px;
    box-sizing: border-box;
}
select:valid {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #323232;
}
select option {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
    color: #323232;
}
/* Окно select2 */
.select2-selection
{
    padding: 0 10px  !important;
    border-color: #CFD0D2 !important;
    border-radius: 8px !important;
}
/* Окно select2 для выбора фильтра отображения*/
#display_filter_container .select2-selection
{
    border-color: #FFFFFF !important;
    padding: 0 !important;
}
/* Контейнер с вариантами select2 */
.select2-container
{
    width: 560px !important;
}
/* Поле выбора фильтра отображения на странице BIM-библиотеки */
#display_filter_container > .select2-container
{
    width: 220px !important;
    height: 36px !important;
    margin: 10px 0 26px !important;
    padding: 3px 0px !important;
}
/* Отступ в поле select2 */
.select2-selection__rendered
{
    padding: 0 !important;
}
/* Блок select2 */
.select2-selection__choice
{
    padding: 8px 15px !important;
    background: #FAFAFA !important;
    border: 0px !important;
}
/* Кнопка закрыть select2 */
.select2-selection__choice__remove
{
    border: 0px !important;
}
/* Текст блока select2 */
.select2-selection__choice__display
{
    float: left;
}
/* Сама строка поиска */
.select2-search__field
{
    margin: 0 !important;
}
input {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CFD0D2;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
}
input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
}
/* Убрать стрелочки для поля с цифрами */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Убрать стрелочку выпадения меню */
input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
textarea {
    height: 160px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #CFD0D2;
}
.form-control:focus {
    box-shadow: none;
}
li.modal_user_list {
    height: 20px;
    margin-bottom: 15px;
}
.bold {
    font-weight: 700 !important;
}
.semibold {
    font-weight: 600 !important;
    margin-left: 33px;
}
h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
}
h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
/*h5 и h6 надо убрать, но проверить, есть ли они где*/
h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.011em;
}
h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

/*Новые p, пользуемся ими, старые потом убрать и заменить на новые*/
.custom_p1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.custom_p2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.custom_description {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}

/*p надо переделать и по всему сайту проверить*/
.p1 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.011em;
}
.p2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
}
.p3 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.011em;
}
.p4 {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.011em;
}
.p5 {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: -0.011em;
}
.p_highlight {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.011em;
}
.description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}

#task_message_input::-webkit-scrollbar {/*может, заменить для всех textarea?*/
    width: 0;
}

.search_filter_container {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 58px;
    border-radius: 20px;
    background: var(--white_color);
    padding: 24px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 35%);
}
.search_filter_container_header {
    padding-bottom: 32px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.search_filter_container_body {
    padding-bottom: 8px;
    position: relative;
    flex: 1 1 auto;
}
.search_filter_container_body_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
.search_filter_container_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top:56px;
}

.contract_status_waiting {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #FFF9A4;
    border-radius: 4px;
}
.contract_status_work {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #E8F1B4;
    border-radius: 4px;
}
.contract_status_judicial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #DB9898;
    border-radius: 4px;
}
.contract_status_freeze {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #B2DEDE;
    border-radius: 4px;
}
.contract_status_closed {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 120px;
    height: 40px;
    background: #E9ECEF;
    border-radius: 4px;
}
.pagination_li {
    width: 28px;
    text-align: center;
    padding: 3px 0;
    height: 28px;
    border-radius: 8px;
}
.pagination_li.active {
    border: 1px solid #1F477D;
    color: #1F477D;
}
/* Заголовок вспомогательного меню*/
.header_side_submenu {
    margin-bottom: 32px;
}
/* Содержание вспомогательного меню */
.content_side_submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
/* Содержание категории фильтра */
.content_filter_category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}
/* Рамка для параметра фильтра */
.content_filter_category input{
    width: 16px;
    height: 16px;
    /* Basic / Dark grey */
    border: 1px solid #9E9E9E;
    border-radius: 4px;
}
/* Текст параметра фильтра */
.content_filter_category p{
    cursor:pointer;
    /* Web/Paragraph/P4 */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: -0.011em;
    /* Basic / Black */
    color: #323232;
}
/* Раскрытие текста целиком */
.show_filter_category{
    width: 76px;
    height: 16px;
    /* Web/Links */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: -0.011em;
    text-decoration-line: underline;
    /* Accent / Blue */
    color: #1F477D;
}
.content_main_header {
    margin-bottom: 24px;
    margin-top: 72px;
}
.calendar_table_div {
    width: 100%;
    margin: 25px 0px;
    position: relative;
}
.calendar_table {
    width: 100%;
    border-collapse: separate;
}
.calendar_table_hour_td {
    padding: 0 10px;
    border: 1px solid #CFD0D2;
}
.calendar_table_body_tr {
    min-height: 50px;
    height: 50px;
}
/* Убрать подчёркивания в модальных окнах */
.modal-header {
    padding: 10px 10px 10px 20px;
    border: 0;
}
.modal-body {
    padding: 10px 10px 0 20px;
}
.modal-footer {
    padding: 10px 10px 10px 20px;
    border: 0;
}
/* Кнопка добавить (что-то) с иконкой плюсиком */
.add_button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: #9E9E9E;
    stroke: #9E9E9E;
    background: inherit !important;
    border: 0 !important;
    text-decoration: none !important;
}
/* Кнопка добавить (что-то) с иконкой плюсиком */
.add_button:hover {
    color: #FF661E !important;
    stroke: #FF661E !important;
}
/* Кнопка добавить (что-то) с иконкой плюсиком */
.add_button:disabled {
    color: #CFD0D2;
    stroke: #CFD0D2;
}
/* Кнопка добавить (что-то) с иконкой плюсиком,
   если есть выпадающие меню */
.add_button_focus:focus {
    color: #1F477D;
    stroke: #1F477D;
    outline: 0;
}
.house_enabled, .house_with_circle {
    cursor: pointer;
    stroke: #9E9E9E;
}
.house_disabled {
    cursor: pointer;
    stroke: #E5E5E5;
    display: none;
}
.house_enabled:hover, .house_with_circle:hover, .house_disabled:hover {
    stroke: #FF661E;
}
.house_enabled:disabled, .house_with_circle:disabled, .house_disabled:disabled {
    stroke: #CFD0D2;
}
.house_enabled:focus, .house_with_circle:focus, .house_disabled:focus {
    stroke: #1F477D;
    outline: 0;
}
.default_button {
    background: #1F477D;
    border-radius: 8px;
    padding: 10px 16px;
    color: #FFFFFF;
    border: 0;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    cursor:pointer;
    color: #9E9E9E;
    stroke: #9E9E9E;
    background: inherit !important;
    border: 0 !important;*/
}
.default_button:hover {
    background: #FF661E;
    /*stroke: #FF661E;*/
}
.default_button:disabled {
    background: #CFD0D2;
    /*stroke: #CFD0D2;*/
}
.default_button:active {
    background: #2E353D;
    /*stroke: #1F477D;
    outline: 0;*/
}
.default_secondary_button {
    background: transparent;
    border-radius: 8px;
    padding: 10px 16px;
    color: #1F477D;
    border: 1px solid #1F477D;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    cursor:pointer;
    color: #9E9E9E;
    stroke: #9E9E9E;
    background: inherit !important;
    border: 0 !important;*/
}
.default_secondary_button:hover {
    border: 1px solid #FF661E;
    color: #FF661E;
    cursor: pointer;
    /*stroke: #FF661E;*/
}
/* Кнопка заказать с иконкой корзины */
.default_secondary_button:hover > .svg1 > path {
    fill: #FF661E;
}
/* Кнопка лайк и кнопка колекций */
.default_secondary_button:hover > .svg2 > path {
    stroke: #FF661E;
}
.default_secondary_button:disabled {
    border: 1px solid #CFD0D2;
    color: #CFD0D2;
    /*stroke: #CFD0D2;*/
}
.default_secondary_button:active {
    border: 1px solid #2E353D;
    color: #2E353D;
    /*stroke: #1F477D;
    outline: 0;*/
}
.default_secondary_delete_button {
    background: transparent;
    border-radius: 8px;
    padding: 10px 16px;
    color: #E40B0B;
    border: 1px solid #E40B0B;
}
.default_secondary_delete_button:hover {
    border: 1px solid #FF661E;
    color: #FF661E;
    /*stroke: #FF661E;*/
}
.default_secondary_delete_button:disabled {
    border: 1px solid #CFD0D2;
    color: #CFD0D2;
    /*stroke: #CFD0D2;*/
}
.default_secondary_delete_button:active {
    border: 1px solid #2E353D;
    color: #2E353D;
    /*stroke: #1F477D;
    outline: 0;*/
}
.shadow_info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: -4px 0px 22px rgba(162, 172, 197, 0.2), 5px 6px 11px rgba(162, 172, 197, 0.2);
    border-radius: 8px;
    margin-bottom: 24px;
}
.add_button_text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.011em;
    margin: 0px 4px;
}
.page_main_content { /*???*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
.all_filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}
.row_with_filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 0px;
    width: 100%;
}
.filter_employee {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
}
.filter_name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
    margin-right: 20px;
    cursor: pointer;
}
.filter_day_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 0px 8px;
}
.filter_users_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}
.filter_day_with_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 0px 40px;
}
.filter_name.active {
    font-weight: 600;
    line-height: 18px;
    color: #323232;
}
.filter_label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #323232;
}
.event_label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.011em;
    color: #323232;
    cursor: pointer;
}
.event_card_username {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
    padding-left: 5px;
}
.event_popover {
    background: #FFFFFF;
    border: 1px solid #F5F4F4;
    box-sizing: border-box;
    box-shadow: 5px 6px 4px rgb(162 172 197 / 20%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: 530px;
}
.popover {
    max-width: 532px;
    font-family: Open Sans;
}
/* Блок отпусков */
.vacation_block {
    position: absolute;
    height: 42px;
    background: #B2DEDE;
    text-align: center;
    border-radius: 4px;
}
/* Блок больничных */
.sick_block {
    position: absolute;
    height: 42px;
    background: #FFB168;
    text-align: center;
    border-radius: 4px;
}
/* Блок встреч */
.meeting_block {
    position: absolute;
    height: 42px;
    background: #E8F1B4;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
/* Блок совещаний */
.conference_block {
    position: absolute;
    height: 42px;
    background: #FFF9A4;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
/* Блок собеседований */
.interview_block {
    position: absolute;
    height: 42px;
    background: #A1B0E6;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
/* Блок отгулов */
.weekend_block {
    position: absolute;
    height: 42px;
    background: #DBB4E8;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
}
.empty_block {
    position: absolute;
    height: 42px;
    background: #DB9898;
    text-align: center;
    border-radius: 4px;
}
/* Блок командировок */
.trip_block {
    position: absolute;
    height: 42px;
    background: #87C37D;
    text-align: center;
    border-radius: 4px;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: #eee;
}
/*.filter_select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em; width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}*/
/*.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.select-css option {
    font-weight:normal;
}
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}*/
a.side_submenu_item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
    margin: 4px 0px;
}
a.side_submenu_item.current, a.side_submenu_item:hover {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
    color: #FF661E;
    text-decoration: none;
}
a.side_sub_submenu_item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
    margin-bottom: 12px;
}
a.side_sub_submenu_item.current, a.side_sub_submenu_item:hover {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.011em;
    color: #323232;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #FF661E;
}
a {
    font-weight: 400;
    color: #2D80AF;
    text-align: center;
    text-decoration: none;
}
.temp_a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.011em;
    text-decoration-line: underline;
    color: #1F477D;
    cursor: pointer;
}

/* Не нажатая */
a:hover {
    font-weight: 400;
    color: #EF7D55;
    text-decoration: none;
    cursor: pointer;
}

/* Нажатая */
a:active {
    font-weight: 400;
    color: #EF7D55;
    text-decoration: none;
}
a.current {
    font-weight: 700;
    color: #2D80AF;
    text-decoration: underline;
}
.h_popover {
    margin-bottom: 2px;
}
.form-check {
    display: grid;
}
label {
    margin-bottom: auto;
}
p {
    margin-bottom: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.011em;
}
.box {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 32px;
}
.maskval {
    font-size: 2.5rem;
    font-style: initial;
    background: lightgray;
    border-radius: 3%;
    padding-right: 6px;
    cursor: default;
}
.alert-pos {
    right: 15px;
    position: fixed;
    width: 20%;
    top: 60px;
    z-index: 1;
}
.slide-frame {
    /*padding-left: 20px;*/
    padding-bottom: 25vh;
    /*width: 100%;???*/
    width: calc(100% - 260px);
}
.blue_border_info_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 0px;
    min-width: 200px;
    height: 140px;
    border: 1px solid #1F477D;
    border-radius: 8px;
    margin-right:16px;
}
.blue_border_info_block:hover {
    cursor: pointer;
    box-shadow: -4px 0px 22px rgba(162, 172, 197, 0.2), 5px 6px 11px rgba(162, 172, 197, 0.2);
}
.blue_border_info_block.active {
    border: 3px solid #1F477D;
}
.settings_menu, .other_submenu {
    padding-right: 40px;
    height: calc( 100vh - 150px);
    max-width: 260px;
    min-width: 260px;
    position: sticky;
    top: 96px;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 20px;
}
.classificator_settings_menu {
    position: relative;
    width: 300px;
    margin-left: -40px;
    padding-left: 40px;
    background: lightsalmon;
}
.classificator_background_text {
    transform: rotate(-90deg);
    position: absolute;
    right: -50px;
    bottom: 60px;
    color: white;
    cursor: default;
}
.crm_deals_menu {
    position: relative;
    width: 300px;
    margin-left: -40px;
    padding-left: 40px;
    background: rgba(205, 219, 51, 0.4);
}
.crm_deals_text {
    transform: rotate(-90deg);
    position: absolute;
    right: -50px;
    bottom: 60px;
    color: white;
    cursor: default;
}
.profile_tags {
    background-color: #C4C4C4;
    border-radius: 4px
}
.submenu_link {
    color: black !important;
    cursor: pointer;
}
.submenu_link:hover {
    color: #EF7D55 !important;
    text-decoration: none;
    cursor: pointer;
}
.submenu_link:active {
    color: #2D80AF !important;
    text-decoration: none;
    cursor: pointer;
}
.table_head_borderless {
    border-top: 0 !important;
}
.table_head_not_bold {
    font-weight: normal !important;
}
.modal-content {
    background-color: #f8f9fa!important;
}
/*Мониторинг*/
.monitor1 {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  color: #7e878b;
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.monitor2 {
  width: 300px;
  padding: 5px;
  position: relative;
}
.monitor3 {
  color: #555555;
  overflow: hidden;
  padding-top: 5px;
  text-align: left;
  text-decoration: none;
  padding-left: 5px;
  line-height: 14px;
  font-size: 12px;
}
.monitor4 {
  display: inline;
}
.monitor5 {
  display: inline;
  position: absolute;
  right: 5px;
}
/*Мониторинг*/

/*шкала прогресса*/
.skills-list {
  margin: 0;
  padding: 0;
}
.skills-list dt {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left;
}
.level {
  margin: 4px 0 16px;
  padding: 0;
  height: 14px;
  font-size: 0;
  background-color: #080208;
  border: 1px solid #712073;
  border-radius: 8px;
}
.level div {
  margin: 1px;
  height: 12px;
  background-color: #fea18d;
  border-radius: 6px;
}
/*шкала прогресса*/

/*вкладки*/
.tabs {
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}
.tabs>input { display: none; }
.tabs>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}
.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E0E0E0;
    cursor: pointer;
}
.tabs>input:checked + label {
    color: #000000;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
}
#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4 { display: block; }
/*вкладки*/

/*.form input[type="checkbox"]{
    height: auto;
    width: auto;
    box-shadow: none;
}
.form input[type="checkbox"] + label{
    width: auto;
    margin-top: 0;
    padding: 0 0 0 2px;
    float: none;
}*/

/*таблицы*/
/*table {
  /*width: 100%; /* Ширина таблицы */
  /*border-collapse: collapse; /* Убираем двойные линии */
  /*border-bottom: 2px solid #ccc; /* Линия снизу таблицы */
  /*border-top: 2px solid #ccc; /* Линия сверху таблицы */
/*}*/
/*th, td {
  /*text-align: center; /* Выравнивание по центру */
  /*border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px; /* Убираем поля вокруг текста */
/*}*/
/*th {
  background: #F5F7F8; /* Цвет фона ячейки */
  /*height: 40px; /* Высота ячеек */
  /*vertical-align: bottom; /* Выравнивание по нижнему краю */
/*}*/

.td-st1 {
  background-color: Snow;
}
.td-st2 {
  background-color: White;
}
.td-st3 {
  background-color: red;
}
.td-st4 {
  background-color: green;
}
.td-st5 {
  text-align: center;
}
/*таблицы*/


/*Остальные страницы*/
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rights {
    position: fixed;
    right: 175px;
    bottom: 10px;
    cursor: pointer;
}
.up {
    position: fixed;
    right: 120px;
    bottom: 10px;
    cursor: pointer;
}
.add {
    position: fixed;
    right: 65px;
    bottom: 10px;
    cursor: pointer;
}
.faq {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.addIm {
    width: 60px;
    height: 60px;
}

#blok2{
    float:right;
    margin-top: -18px;
}

#blok3{
    position: relative;
    float:right;
    margin-top: -55px;
}

.menuL {
  margin-top: 0px;
  padding: 10px;
}

.menuL img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.menuL img.is-active {
    border-left: 3px solid #8CBD00;
    padding-left: 10px;
}

.menuL img:hover {
    border-left: 3px solid #F3A217;
    padding-left: 10px;
}

.ava{
  width:70px;
  height: 70px;
  position: relative;
  background: #87C2E6;
  cursor: pointer;
  z-index: 20;
}

.ava2{
  position: absolute;
  z-index: 34;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ava3{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ava4{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

img.soc:hover {
filter: alpha (Opacity=80;);/* прозрачность для IE */
opacity: 0.8;/* прозрачность для других браузеров */
}


#auth-cont {
 width: 300px; /* Ширина макета */
 margin: 0 auto; /* Выравнивание по центру */
 margin-top: 20px;
}
#nav1 {
 width: 100px; /* Ширина левой колонки */
 float: left;
}
#nav2 {
 width: 100px; /* Ширина правой колонки */
 float: right;
}
#nav3 {
 margin: 0 100px 0 100px; /* Отступ на ширину левой и правой колонки*/
}

#centerLayer-auth {
 position: absolute; /* Абсолютное позиционирование */
 width: 480px; /* Ширина слоя в пикселах */
 height: 280px; /* Высота слоя в пикселах */
 left: 50%; /* Положение слоя от левого края */
 top: 50%; /* Положение слоя от верхнего края */
 margin-left: -240px; /* Отступ слева */
 margin-top: -140px;	/* Отступ сверху */
 background: #66a2be; /* Цвет фона */
 border: solid 1px black; /* Параметры рамки вокруг */
 padding: 10px; /* Поля вокруг текста */
 overflow: auto; /* Добавление полосы прокрутки */
}

#wrapper {
  float:left;
  width:100%;
}

#content{
  margin: 0 110px;
  padding: 20px;
}

#navigation{
  background: #ccc; /* Цвет фона */
  float:left;
  width:80px;
  margin-left:-100%;
  padding: 10px;
}

textarea {
    resize:none;
}

#extra{
  background: #ccc; /* Цвет фона */
  float:left;
  width:200px;
  margin-left:-200px;
}

.b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    /*margin: auto;*/
    display: flex;
}
.b-popup .b-popup-content{
    /*margin:40px auto 0px auto;*/
    width:500px;
    /*height: 600px;*/
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    margin: auto;
}

.mon0 {
    background-color: #fc0; /* Цвет фона слоя */
    margin: 0px 0px 10px 0px;
    height: 130px;
 /*padding: 1px; /* Поля вокруг текста */
 /*float: left; /* Обтекание по правому краю */
 /* width: 40px; /* Ширина слоя */
 /* min-width: 35px; /* минимальная ширина слоя */
}

.mon1 {
 /*background-color: #fc0; /* Цвет фона слоя */
    padding: 1px; /* Поля вокруг текста */
    float: left; /* Обтекание по правому краю */
    width: 40px; /* Ширина слоя */
    min-width: 35px;
}
.mon2 {
 /*background-color: #c0c0c0; /* Цвет фона слоя */
    padding: 1px; /* Поля вокруг текста */
    margin: 12px 5px;
    /*width: 130px; /* Ширина слоя */
    float: left; /* Обтекание по правому краю */
    min-width: 50px;
}
.mon3 {
  /*background-color: #fc0; /* Цвет фона слоя */
    padding: 1px; /* Поля вокруг текста */
    margin: 0px 0px 0px 10px;
    float: left; /* Обтекание по правому краю */
    width: 40px; /* Ширина слоя */
    min-width: 35px;
}
.mon4 {
  /*background-color: #fc0; /* Цвет фона слоя */
    padding: 1px; /* Поля вокруг текста */
    margin: 0px 0px 0px 10px;
    float: left; /* Обтекание по правому краю */
    width: 100px; /* Ширина слоя */
    min-width: 35px;
}

.dropdown-menu {
  /*background-color: #2e353d;*/
    margin:auto;
  /*border: 1px solid cadetblue;*/
    cursor: default;
    padding: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    padding: 5px;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu a:hover {background-color: #DCDDDD;}
.dropdown_user:hover .dropdown-menu {display: block;}
.dropdown .main-menu-logined-popup-list {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid lightgray;
}
.dropdown .main-menu-logined-online-user {
    background: transparent;
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 250ms ease-in-out
}
.dropdown .main-menu-logined-online-user:hover {
    background: #DCDDDD;
}
.dropdown .main-menu-logined-online-user .main-menu-logined-popup-user-info {
    color: #9e9e9e;
    font-size: 12px;
    margin-left: 10px
}

.dropdown .main-menu-logined-online-user .main-menu-logined-popup-user-info .main-menu-logined-popup-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 15px;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: all 250ms ease
}

.dropdown .main-menu-logined-online-user .main-menu-logined-popup-user-info .main-menu-logined-popup-user-name[href] {
    color: gray
}

.dropdown .main-menu-logined-online-user .main-menu-logined-popup-user-info .main-menu-logined-popup-user-name[href]:hover {
    text-decoration: none;
    /*border-bottom: 1px solid lightgray*/
}
.dropdown .main-menu-logined-online-user .main-menu-logined-popup-add-task {
    cursor: pointer;
    position: relative;
    font-size: 0
}

.dropdown .main-menu-logined-online-user .main-menu-logined-popup-add-task img {
    font-size: 0
}
.dropdown .main-menu-item-name{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:20px;
    vertical-align:top;
    display:inline-block;
    text-overflow:ellipsis;
    overflow:hidden;
    padding:6px 8px 6px 8px;
}

.mon5 {
    position: fixed;
    background-image: linear-gradient(to bottom right, #53586b, #43495d);
    /*padding: 5px; /* Поля вокруг текста */
    float: left; /* Обтекание по правому краю */
    max-width: 70px;
    min-height: 100%;
    margin-top: -10px;
}
.mon6 {
    padding-left: 10%;
}
.clear {
    clear: left; /* Отмена обтекания */
}

.head1 {
  /*margin-top: 10px; /*-2*/
  /*background-color: red; /* Цвет фона слоя */
}

.head2 {
    font-size: 30px;
    float: left;
    margin-top: 10px;
}

.head3 {
    font-size: 12px;
    margin-left:10px;
}

.line {
    border-bottom: 1px solid red;
    margin-top: 0px;
    clear: left;
}

.error {
    border-left: 4px dotted green;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font: 10px;
}

.cont {
    position: relative;
    width: 100%;
    /*overflow: auto;*/
    /*width: calc( 100% - 199px ) !important;*/
}

@media (max-width: 767px) {
    .cont {
        position: initial;
        width: 100% !important;
        top: 0;
      }
    .box {
        margin-top: 10px;
    }
}

.tringlMenu {
    width: 20px;
}

.tringlMenu2 {
    width: 50px;
}

.but {
    margin-top: 20px;
}

.jQtooltip {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted;
}
.jQtooltip div {
    display: none;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1000;
    width: 190px;
    padding: 8px 12px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    box-shadow: 0 1px 3px #C4C4C4;
    border: 1px solid #DBB779;
    background: #FFF6BD;
    border-radius: 2px;
}

.jQtooltip.mini {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    width: 14px;
    line-height: 13px;
    text-align: center;
    margin-left: 2px;
    top: -2px;
    color: #9A4D18;
    border: 1px solid #FAD28F;
    background: #FFF6BD;
    border-radius: 2px;
}

/* Формы */
li {
    list-style-type: none; /* Убираем маркеры */
}

ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}

*:focus {
    outline: none !important;
}

/*.form h2, .form label {font-family:"Roboto", serif;}*/
.form_hint, .required_notification {font-size: 11px;}

:-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
}
::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
}
::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
}
::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #9E9E9E;
}

.form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.form li{
    padding:12px;
    border-bottom:1px solid #777;
    position:relative;
}

.form li:first-child, .form li:last-child {
    border-bottom:1px solid #777;
}

.form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252;
    margin:5px 0 0 0;
    display:inline;
    float:right;
}

.form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
/*.form input {
 height:20px;
 width:220px;
 padding:5px 8px;
}*/
.form input[type="file"] {
    height:auto;
    width:auto;
    padding:initial;
}
input[disabled] {
    cursor: not-allowed;
}

/*.form select {
 height:32px;
 width:260px;
 padding:5px 8px;
}*/
.form textarea {padding:8px; width:300px;}

/*.form input, .form textarea, .form select {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    padding-right:30px;
}*/
.form input:focus, .form textarea:focus, .form select:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:70px;
}

/*input:required, textarea:required, select:required {
    background: #fff url(/templates/it/image/red-form.png) no-repeat 98% center;
}*/

/*.form input:focus:invalid, .form textarea:focus:invalid , .form select:focus:invalid { /* when a field is considered invalid by the browser */
 /*background: #fff url(/templates/it/image/red-form.png) no-repeat 98% center;
 box-shadow: 0 0 5px #d45252;
 border-color: #b03535
}*/

/*.form input:required:valid, .form textarea:required:valid, .form select:required:valid { /* when a field is considered valid by the browser */
    /*background: #fff url(/templates/it/image/ok-form.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}*/

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25C0"; /* треугольник, указующий влево, в  escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.for_cols_prep {
    width: 140px;
}
.form input:focus + .form_hint {
    display: inline;
}
.form input:required:valid + .form_hint {
    background: #28921f;
} /* change form hint color when valid */
.form input:required:valid + .form_hint::before {
    color: #28921f;
}

/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    text-decoration: none;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}

a.cancel {
    font: 400 13.3333px Arial;
    background-color: #F03F43;
    background: -webkit-gradient(linear, left top, left bottom, from(#F03F43), to(#E10409));
    background: -webkit-linear-gradient(top, #F03F43, #E10409);
    background: -moz-linear-gradient(top, #F03F43, #E10409);
    background: -ms-linear-gradient(top, #F03F43, #E10409);
    background: -o-linear-gradient(top, #F03F43, #E10409);
    background: linear-gradient(top, #F03F43, #E10409);
    border: 1px solid #AD3538;
    border-bottom: 1px solid #F35458;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #F3777A;
    -webkit-box-shadow: 0 1px 0 0 #F3777A inset ;
    -moz-box-shadow: 0 1px 0 0 #F3777A inset;
    -ms-box-shadow: 0 1px 0 0 #F3777A inset;
    -o-box-shadow: 0 1px 0 0 #F3777A inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #960509;
    margin-left: 0px;
}
a.cancel:hover {
    opacity:.85;
    cursor: pointer;
}
a.cancel:active {
    border: 1px solid #B52925;
    box-shadow: 0 0 10px 5px #883937 inset;
    -webkit-box-shadow:0 0 10px 5px #883937 inset ;
    -moz-box-shadow: 0 0 10px 5px #883937 inset;
    -ms-box-shadow: 0 0 10px 5px #883937 inset;
    -o-box-shadow: 0 0 10px 5px #883937 inset;
}
a.close_popup {
    font: 400 13.3333px Arial;
    background-color: #F03F43;
    background: -webkit-gradient(linear, left top, left bottom, from(#F03F43), to(#E10409));
    background: -webkit-linear-gradient(top, #F03F43, #E10409);
    background: -moz-linear-gradient(top, #F03F43, #E10409);
    background: -ms-linear-gradient(top, #F03F43, #E10409);
    background: -o-linear-gradient(top, #F03F43, #E10409);
    background: linear-gradient(top, #F03F43, #E10409);
    border: 1px solid #AD3538;
    border-bottom: 1px solid #F35458;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #F3777A;
    -webkit-box-shadow: 0 1px 0 0 #F3777A inset ;
    -moz-box-shadow: 0 1px 0 0 #F3777A inset;
    -ms-box-shadow: 0 1px 0 0 #F3777A inset;
    -o-box-shadow: 0 1px 0 0 #F3777A inset;
    color: white;
    font-weight: bold;
    padding: 1px 3px;
    display: inline-block;
    text-shadow: 0 -1px 0 #960509;
    margin:auto;
    float:right;
}
a.close_popup:hover {
    opacity:.85;
    cursor: pointer;
}
a.close_popup:active {
    border: 1px solid #B52925;
    box-shadow: 0 0 10px 5px #883937 inset;
    -webkit-box-shadow:0 0 10px 5px #883937 inset;
    -moz-box-shadow: 0 0 10px 5px #883937 inset;
    -ms-box-shadow: 0 0 10px 5px #883937 inset;
    -o-box-shadow: 0 0 10px 5px #883937 inset;
}

::-webkit-validation-bubble-message {
    padding: 1em;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 14px;
    font-weight: 200;
    background-color: #2E353D;
    position: sticky;
    top: 64px;
    left: 0px;
    height: calc( 100vh - 64px ) !important;
}

.nav-side-menu .brand {
    background-color: #87C2E6;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    line-height: 40px;
    cursor: pointer;
    padding-bottom: 8px;
}

.nav-side-menu ul :not(.collapsed) .arrow:before,
.nav-side-menu li :not(.collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    background-color: #FF661E;
}

/*.nav-side-menu ul li.active a,
.nav-side-menu li li.active a {
    color: black;
}*/

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
/* Пункты меню слева */
.nav-side-menu li {
    padding-left: 0px;
    flex-basis: 200px;
    flex-shrink: 0;
    height: 40px;
    /*border-bottom: 1px solid lightgray;*/
}

.nav-side-menu li a {
    text-decoration: none;
    color: white;
    display: list-item;
    padding: 8px 20px;
    line-height: 24px;
    text-align: initial;
}

.nav-side-menu li:hover {
    background-color: #9E9E9E;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        color: #e1ffff;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
    .nav-side-menu li {
        position: relative !important;
        width: auto !important;
        border-top: 0 !important;
        border-bottom: 1px solid #23282e;
    }
    .nav-side-menu footer {
        position: relative !important;
        width: auto !important;
    }
}
.nav-side-menu .menu-list {
    padding-top: 60px;
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: flex;
        /*margin-top: 25px;*/
      }
}
/*.navbar .navbar-nav .nav-item a{
    color:#e1ffff;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    color:#e1ffff;
    border-top: 3px solid #d19b3d;
    background-color: #4f5b69;
    padding-bottom: 2px;
    padding-top: 2px
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        max-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        max-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.navbar {
    flex-wrap: initial;
    padding: .0rem 1%;
    font-size: 12px;
}
.nav-link {
    padding: 3.5px;
}
.navbar-toggler {
    padding: 0;
}*/

.btn {
    padding: .375rem .3rem;
}
.btn-light {
    color: #212529 !important;
    background-color:#e2e6ea;
    border-color:#dae0e5;
}
.btn-light:hover {
    color:#212529;
    background-color: #BABBBB;
    border-color:#f8f9fa;
}
body {
    margin: 0px;
    padding: 0px;
    background-color:#FFFFFF!important;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
.main-menu{
    position: fixed;
    top: 0;
    z-index: 10;
}
.main-menu.initial-background{
    background: #FFFFFF;
}
.main-menu {
    display: flex;
    width: 100%;
    color: #fff;
}
.main-menu:not(.main-menu) {
    background: #2e353d
}
.main-menu .main-menu-head {
    vertical-align: middle;
    position: relative;
    height: 64px;
    flex-shrink: 0;
    background: #2E353D;
    /*background: white;*/
    /*border-bottom: 1px solid lightgray;*/
}
.main-menu .main-menu-head .main-menu-item-name:hover{
    text-decoration: none;
    color: black;
}
.main-menu .main-menu-head:not(.main-menu-head) {
    background: #25292E;
    border-bottom: 1px solid #2e353d;
}
.main-menu-logo{
    display: block;
    height: 64px;
    text-decoration: none;
    white-space: nowrap;
}
.main-menu-logo .mm-logi-pic-wr{
    padding: 0 2px 0 2px;
    min-width: 20px;
    height: 100%;
    text-wrap: pretty;
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
/* Размеры логотипа сайта */
.main-menu-logo .mm-logi-pic-wr img{
    height: 35px;
    width: auto;
}
.close-menu {
    position: absolute;
    margin: 8px 26px 16px 136px;
    bottom: 0px;
    cursor: pointer;
}
.open-menu {
    position: absolute;
    margin: 8px 16px 16px;
    bottom: 0px;
    cursor: pointer;
}
.main-menu-logo .mm-logi-pic-wr.logo-pic {
    padding-top: 11px;
}
.main-menu-logo:hover {
    text-decoration: none;
}
.main-menu .main-menu-tail {
    vertical-align: middle;
    border-bottom: 1px solid #CFD0D2;
    flex-grow: 1;
}
.main-menu .main-menu-tail .main-menu-content {
    display: table;
    width: 100%;
}
.main-menu .main-menu-tail .main-menu-content .main-menu-items-container {
    display: table-cell;
    width: 100%;
}
.main-menu .main-menu-tail .main-menu-content .main-menu-actions {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 32px 0 10px;
}
.main-menu-items {
    height: 63px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    /*overflow: visible;*/
}
.main-menu-items .main-menu-item {
    padding-right: 6px;
    min-width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.main-menu-items .main-menu-item .sub-items-show-arrow{
    min-width:8px;
    max-width:8px;
    width:8px;
    display:block;
    padding-right:8px}
.main-menu-items .main-menu-item .sub-items-show-arrow svg{
    fill:#fff;
    cursor:pointer
}
.main-menu-items .main-menu-item .triangle-is-hidden{
    display:none
}
.main-menu-items .main-menu-item.main-menu-active-item{
    transition:padding .2s;
    padding:0 10px 0 10px
}
.main-menu-items .main-menu-item.main-menu-active-item.custom-active-menu-item{
    padding:0 2px 0 2px !important
}
.main-menu-items .main-menu-item.main-menu-active-item.custom-active-menu-item>a{
    padding:6px 8px 6px 8px
}
.main-menu-items .main-menu-item.main-menu-active-item.custom-active-menu-item .sub-items-show-arrow{
    margin-left:0
}
.main-menu-items .main-menu-item.main-menu-active-item.menu-item-has-sub-item{
    padding:0 2px 0 10px
}
.main-menu-items .main-menu-item.main-menu-active-item>a{
    transition:padding .2s;
    margin-top:6px;
    border-bottom:6px solid #fff;
    padding:6px 0 6px 0
}
.main-menu-items .main-menu-item.main-menu-active-item .sub-items-show-arrow{
    transition:margin-left .2s;
    margin-left:8px
}*/
.main-menu-items .main-menu-item .main-menu-item-name.active{
    color: #1F477D !important;
}
/*.main-menu-items .main-menu-item.main-menu-active-item.animation-enable:hover{
    transition:padding .2s;
    padding:0 2px 0 2px
}
.main-menu-items .main-menu-item.main-menu-active-item.animation-enable:hover>a{
    transition:padding .2s;
    padding:6px 8px 6px 8px
}
.main-menu-items .main-menu-item.main-menu-active-item.animation-enable:hover .sub-items-show-arrow{
    transition:margin-left .2s;
    margin-left:0
}*/
.main-menu-items .main-menu-item .main-menu-item-name{
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 25px;
    color: #9E9E9E;
}
.main-menu-items .main-menu-item .main-menu-item-name:hover{
    text-decoration: none;
    color: #FF661E !important;
}
/* Переход по разделам сайта (хлебные крошки) */
.bread_crumbs
{
    font-size: 14px;
    color: #323232;
}
.bread_crumbs:hover
{
    text-decoration: none;
    color: #FF661E;
}
/*.main-menu-items .main-menu-item .main-menu-item-name:hover+.sub-items-show-arrow{
    height: 32px;
    background: rgba(255,255,255,0.25);
}
.main-menu-items .main-menu-item .main-menu-item-name:hover+.sub-items-show-arrow .triangle-down{
    line-height:2.5
}*/
.settings-colorscheme-headmenutext-color {
    color: #B9B8B8 !important;
}
.main-menu-logined{
    display: inline-block;
    /*margin: 2px 2px 2px 2px;*/
    cursor: pointer;
}
.main-menu-logined img{
    width: 40px;
    height: 40px;
}
.main-menu-logined .main-menu-online{
    vertical-align: top;
    margin-left: 3px;
    padding: 0 3px;
    font-size: 9px;
    border-radius: 2px;
    color: #9a9a9a;
    background: #fff;
}
.user-avatar-img{
    border-radius: 50%;
}
.body-container{
    padding-top: 64px;
}
.page-layout-container{
    display: flex;
    position: relative;
    height: 100%;
    min-width:100%;
}
.page-layout-container .b-right-panel{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.page-layout-container .b-right-panel li{
    box-sizing: border-box;
    transition: background .3s;
    transition-delay: .2s;
}
.page-layout-container .b-right-panel li .right-panel-item-label{
    right:50px;
}
html.page-layout-root {
    height: 100%;
}

html.page-layout-root body {
    height: 100%;
}

html.page-layout-root .leftmenu-topblock {
    margin-right: 0;
}
html.page-layout-root .body-container{
    height: 100%;
    box-sizing: border-box;
}
body.overflow-y {
    overflow-y: hidden;
}
.page-layout-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #53586b;
    cursor: pointer;
    transition: transform .3s;
    transition-delay: .2s
}
.page-layout-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    width: 0;
    overflow: hidden;
    z-index: 1
}
.baron_wrapper {
    position: relative;
    overflow: hidden
}

.baron_scroller {
    height: 100%;
    overflow-y: scroll;
    z-index: 0
}
.baron_container {
    overflow: hidden
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.nav-tabs .nav-link {
    color: cadetblue;
}

.treegrid-indent {
  width: 0px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.treegrid-expander {
  width: 0px;
  height: 16px;
  display: inline-block;
  position: relative;
  left: -17px;
  cursor: pointer;
}
.editable_td, .editable_link, .editable_phone, .editable_mail, .editable_post, .estim_cost, .editable_deal_info_sel, .deal_contact_edit_multi_sel, .deal_contact_edit, .editable_cost, .editable_link, .editable_name, .editable_plan_conc_employees, .deal_company_edit, .template_info_edit, .editable_user_info_sel, .editable_profile_phone, .edit_project_album_name, .edit_project_section_name {
    padding: 3px;
    transition: all .5s;
}
.editable_deal_info
{
    height: 36px;
    padding: 3px;
    transition: all .5s;
}
.editable_td:focus, .editable_link:focus, .editable_phone:focus, .editable_mail:focus, .editable_post:focus, .estim_cost:focus, .editable_deal_info:focus, .editable_deal_info_sel:focus, .deal_contact_edit:focus, .editable_deal_info_multi_sel:focus, .editable_project_multi_sel:focus, .deal_contact_edit_multi_sel:focus, .editable_cost:focus, .editable_link:focus, .editable_name:focus,  .editable_name:focus, .editable_plan_conc_employees:focus, .deal_company_edit:focus, .template_info_edit:focus, .editable_user_info_sel:focus, .editable_profile_phone:focus, .edit_project_album_name:focus, .edit_project_section_name:focus {
    border: 1px solid rgba(82, 168, 236, 1) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.9);
    outline: 0 none;
    height: auto;
}
.lineheight_1dot9{
    line-height: 1.9rem;
}
.info_settings_name_progress{
    text-align: right;
    padding-right: 10px;
    align-self: center;
    width: 15vw;
}
.info_settings_progress{
    height: 35px;
    background: none;
    border-radius: unset;
}
.info_settings_progressbar{
    background-color: darkgray;
    color: black;
}
.estim_filter {
    /*color: gray;*/
    color: #B9B8B8;
    cursor: pointer;
}
.estim_filter:hover, .estim_filter_active {
    color: black;
    text-decoration: none;
}
.header_deals {
    text-align: center;
    display: flex;
    flex-flow: column;
}
.header_plan {
    text-align: center;
    display: flex;
    flex-flow: column;
}
.body_deals, .body_plan_conc, .body_tasks, .body_deal_contract {
    min-height: 115px;
    border: 1px solid #979696;
    display: flex;
    flex-flow: column;
    padding: 8px;
    border-radius: 5px;
    justify-content: space-between;
}
/* Тело карточки модели*/
.card_body {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 8px;
    width: 10vw;
    height: 23vh;
    /* Basic / White */
    background: #FFFFFF;
    /* Basic / Light grey */
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* Тело карточки модели при наведении мыши*/
.card_body:hover {
    border: 1px solid #FF661E;
}
/* Основной блок внутри карточки модели */
.card_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8.2px;
    width: 8.2vw;
    height: 19vh;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* Обрезание лишних частей изображения */
.image_box {
    overflow:hidden;
    margin: auto;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}
/* Картинка внутри карточки модели */
.card_image {
    width: 100%;
    height: auto;
    margin: auto;
}
/* Название модели внутри карточки */
.card_text {
    width: 168px;
    height: 56px;
    vertical-align: middle;
    display:table-cell;
    /* Web/Paragraph/P5 */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* or 117% */
    letter-spacing: -0.011em;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
/* Блок информации внутри карточки модели */
.card_info {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 168px;
    height: 16px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
/* Отдельные блоки внутри блока информации */
.card_info div{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: auto;
    height: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* Иконки внутри отдельных блоков информации */
.card_info svg{
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* Текст внутри отдельных блоков информации */
.card_info p{
    width: auto;
    height: 14px;
    margin: auto 2px;
    /* Web/Paragraph/P5 */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    letter-spacing: -0.011em;
    color: #CFD0D2;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
/* Большая картинка внутри модели */
.big_card_body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 600px;
    height: 600px;
    margin: 24px 0 20px;
    background: #FFFFFF;
    border-radius: 8px;
}
/* Маленькая картинка внутри модели */
.small_card_body {
    display: flex;
    width: 125px;
    height: 125px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.small_card_body:hover {
    border: 1px solid #1F477D;
}
/* Активная маленькая картинка внутри модели */
.carousel-indicators > .active{
    border: 1px solid #CACBCE;
}
/* Класс для переключения описания и коментарий */
.menu_in_model {
    display: inline-block;
    color: #000000;
    padding: 0 2px 4px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FF661E;
    cursor: pointer;
}
.info_line {
    height: auto;
    display: flex;
    justify-content: space-between;
}
.h1_font_black {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000 !important;
}
.h1_font_gray {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #979696 !important;
}
.h2_font_black {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000 !important;
}
.h2_font_gray {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #979696 !important;
}
.h3_font_black {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000 !important;
}
.h3_font_gray {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #979696 !important;
}
.body1_font_gray {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #979696 !important;
}
.body1_font_black {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000 !important;
}
.body2_font_gray {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #979696 !important;
}
.body2_font_black {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000 !important;
}
.body3_font_gray {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #979696 !important;
}
.body3_font_black {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
}
.body3_font_black_16px {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000 !important;
}
.dropdown_company_menu_collapsed {
    position: absolute;
    width: fit-content !important;
    height: fit-content !important;
    right: -4px;
    bottom: -25px;
    cursor: pointer;
}
.dropdown_company_list {
    min-width: 64px;
    max-width: 64px;
    left: -5px !important;
    background-color: #2e353d;
}
div::-webkit-scrollbar {
    border: 0;
    width: 0;
    height: 0;
    background: transparent;
}
p::-webkit-scrollbar {
    border: 0;
    width: 0;
    background: transparent;
}
/*div::-webkit-scrollbar-thumb {
    border: 1px solid #9E9E9E;
    width: 2px;
    background: #9E9E9E;
}*/
.message_style {
    border: 1px solid #979696;
    margin-bottom: 10px;
    border-radius: 5px;
    max-width: 80%;
    background-color:#F3F3F3;
}
.custom-file-label::after {
    content: "Выбрать файл";
}
.screenshot_container {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid gray;
    position: relative;
}
.screenshot_container:hover {
    color: black;
    border-radius: 4px;
    border: 1px solid #058dc7;
}
.circle {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.circle.small {
    width: 10px;
    height: 10px;
}
.circle.productive {
    background-color: #5eb95e;
}
.data_filter {
    margin: 30px 0.5%;
    display: inline-block;
    padding: 0px 10px;
    background: gainsboro;
    text-align: center;
    border-radius: 3px;
}
.data_filter_button {
    color: #B9B8B8;
    cursor: pointer;
}
.data_filter_button:hover, .data_filter_button_active {
    color: black;
    text-decoration: none;
}
.prindicator {
    background: none repeat scroll 0 0 #08515C;
    height: 22px;
    width: 22px;
    margin: 1px;
    /* cursor: pointer; */
    color: transparent;
}
.program {
    padding: 4px 6px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.program_header {
    width: 24px !important;
    padding: 0 !important;
}
.graph {
    padding: 0px !important;
}
.table thead th {
    vertical-align: middle;
}
.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 7.0em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    outline: none;
    z-index: 10001;
    margin: 0;
}
.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ui-timepicker-list li {
    padding: 3px;/* 0 3px 10px;*/
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #1980EC;
    color: #fff;
}
.timespan {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}
.timespan-group.error input {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
/* банковские реквизиты */
.accounts_info {
    border:none;
    border-radius: 3px;
    font-size:16px;
    padding: 0 16px;
    background-color:var(--creamy_white_color);
    width: 300px;
    word-wrap: break-word;
}
.accounts_info_text {
    font-size:12px;
    padding: 0 16px;
    background-color:var(--creamy_white_color);
    width: 300px;
}
.no_screen {
    display: none;
}
.no_screen_or_print_flex {
    display: none;
}
.no_print_or_screen_flex {
    display: flex;
}
.no_print_or_screen_inline_block {
    display: inline-block;
}
.no_print_or_screen_block {
    display: block;
}
.bank_data {
    display: inline-block;
    padding: 24px 32px 24px 0px;
    margin-right: 16px;
}
.show_main {
    margin-left:0px;
    width: 100%;
}
.company_description {
    padding: 24px 16px;
}
.margin_top {
    margin-top: 24px;
}
.no_print_flex {
    display: flex;
}
.width_style_left{
    width: 35%;
}
.width_style_right{
    width: 65%;
}

.print_direction {
    flex-direction: column;
  }
  
.print_direction_main {
    flex-direction: row;
  }
}
/* Основной radiobutton */
.custom_radio_label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}
.custom_radio[type="radio"] {
    display: none;
}
.custom_radio_label span {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.custom_radio_label span:before {
    content:"";
    align-self: flex-start;
    flex: 0 0 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    border: 2px solid var(--blue_color);
}
.custom_radio_label span:after {
    content:"";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 10px;
    background-color: var(--blue_color);
    border-radius: 50%;
    transform: scale(0);
}
.custom_radio[type="radio"]:checked + span:after {
    transform: scale(1);
}
/* Указатель некативного селектора типа повторения события */
#repeat_event_type[disabled]:hover {
    cursor: not-allowed;
}
/* временные стили для dropdown-списка выбора компании в календаре */
.filter_company {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
}
#company_filter {
    margin: 0 0 0 40px;
}
.calendar_company_dropdown {
    left: -75px !important;
}
.calendar_company_list {
    overflow-y: auto;
}
.calendar_company_list::-webkit-scrollbar {
    border: 1px solid #9E9E9E;
    width: 4px;
    background: transparent;
}
.calendar_company_list::-webkit-scrollbar-thumb {
    border: 1px solid #9E9E9E;
    width: 2px;
    background: #9E9E9E;
}
.calendar_company_dropdown_toggle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.011em;
    padding-left: 5px;
    vertical-align: top;
    color: #323232;
    background: 0;
    border: 0;
}
/* Выделение праздничного выходного дня в календаре */
.highlight_holiday{
    background-color: #ffebef;
}
/* Календарь год */
.calendar_year_row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.calendar_year_column {
    flex: 0 1 33.333%;
    padding: 0 15px 15px 15px;
}
.calendar_year_table {
    width: 100%;
    border-collapse: separate;
}
.calendar_year_table_tr {
    min-height: 55px;
    height: 55px;
}
.calendar_year_table_cell {
    padding: 0 10px;
    border: 1px solid #CFD0D2;
    min-height: 50px;
    height: 55px;
    padding: 8px;
    vertical-align: baseline;
}
.calendar_year_table_date {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.011em;
    text-align: right;
}
.table_cell_grey {
    color: #9E9E9E;
}
.calendar_year_events {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: palegreen;
    font-size: 10px;
    text-align: center;
    color: white;
}
.calendar_year_events:hover {
    cursor: pointer;
}
.calendar_year_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px 0;
}
.calendar_year_events_list {
    display: flex;
    flex-direction: column;
}
.calendar_year_events_list > *:not(:last-child) {
    margin: 0 0 5px 0;
}
.calendar_year_event {
    width: 200px;
    border-radius: 4px;
    padding: 10px;
}
.calendar_year_meeting_block {
    background: #E8F1B4;
}
.calendar_year_sick_block {
    background: #FFB168;
}
.calendar_year_vacation_block {
    background: #B2DEDE;
}
.calendar_year_weekend_block {
    background: #DBB4E8;
}
.calendar_year_empty_block {
    background: #DB9898;
}
.calendar_year_trip_block {
    background: #87C37D;
}
.calendar_year_interview_block {
    background: #A1B0E6;
}
.calendar_year_conference_block {
    background: #FFF9A4;
}
/* Календарь одного пользователя. День */
.calendar_day_table {
    width: 100%;
    border-collapse: separate;
}
.calendar_day_table_tr {
    min-height: 55px;
    height: 55px;
}
.calendar_day_table_cell {
    padding: 0 10px;
    border: 1px solid #CFD0D2;
    min-height: 50px;
    height: 105px;
    padding: 8px;
    vertical-align: baseline;
}
.meeting_block_day {
    position: absolute;
    height: 100px;
    background: #E8F1B4;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
.sick_block_day {
    position: absolute;
    height: 100px;
    background: #FFB168;
    text-align: center;
    border-radius: 4px;
}
.vacation_block_day {
    position: absolute;
    height: 100px;
    background: #B2DEDE;
    text-align: center;
    border-radius: 4px;
}
.weekend_block_day {
    position: absolute;
    height: 100px;
    background: #DBB4E8;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
}
.empty_block_day {
    position: absolute;
    height: 100px;
    background: #DB9898;
    text-align: center;
    border-radius: 4px;
}
.trip_block_day {
    position: absolute;
    height: 100px;
    background: #87C37D;
    text-align: center;
    border-radius: 4px;
}
.interview_block_day {
    position: absolute;
    height: 100px;
    background: #A1B0E6;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
.conference_block_day {
    position: absolute;
    height: 100px;
    background: #FFF9A4;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
/* События Google */
.google_block {
    position: absolute;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}
.google_block_day {
    position: absolute;
    height: 100px;
    text-align: center;
    border-radius: 4px;
    z-index: 0;
}
.google_block_week {
    position: absolute;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    z-index: 0;
}