/* Шрифты */
@font-face {
    font-family: 'TextLight';
    src: url('../font/SFUIText-Light.eot');
    src: url('../font/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIText-Light.woff2') format('woff2'),
    url('../font/SFUIText-Light.woff') format('woff'),
    url('../font/SFUIText-Light.ttf') format('truetype'),
    url('../font/SFUIText-Light.svg#SFUIText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TextMedium';
    src: url('../font/SFUIText-Medium.eot');
    src: url('../font/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIText-Medium.woff2') format('woff2'),
    url('../font/SFUIText-Medium.woff') format('woff'),
    url('../font/SFUIText-Medium.ttf') format('truetype'),
    url('../font/SFUIText-Medium.svg#SFUIText-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TextBold';
    src: url('../font/SFUIText-Bold.eot');
    src: url('../font/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIText-Bold.woff2') format('woff2'),
    url('../font/SFUIText-Bold.woff') format('woff'),
    url('../font/SFUIText-Bold.ttf') format('truetype'),
    url('../font/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DisplayLight';
    src: url('../font/SFUIDisplay-Light.eot');
    src: url('../font/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Light.woff2') format('woff2'),
    url('../font/SFUIDisplay-Light.woff') format('woff'),
    url('../font/SFUIDisplay-Light.ttf') format('truetype'),
    url('../font/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DisplayBold';
    src: url('../font/SFUIDisplay-Bold.eot');
    src: url('../font/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Bold.woff2') format('woff2'),
    url('../font/SFUIDisplay-Bold.woff') format('woff'),
    url('../font/SFUIDisplay-Bold.ttf') format('truetype'),
    url('../font/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*  */

h1 {
    font-size: 1.5em;
    font-family: "TextLight";
    color: #282828;
    line-height: 1.5em;
}

h2 {
    font-size: 1.25em;
    font-family: "TextMedium";
    color: #282828;
    line-height: 1.25em;
    margin: 0.25em 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

h3 {
    font-size: 1.125em;
    font-family: "TextLight";
    color: #282828;
    line-height: 1.125em;
}

h4 {
    font-size: 1em;
    font-family: "TextLight";
    color: #282828;
    line-height: 1em;
}

/* раскрывающийся блок - начало */

/* раскрывающийся блок - конец */


/* галерея сервисных задач */
.gallery-item {
    width: 150px;
    padding: 5px;
}
/*\\*/

/* Стили для поиска */
.search {
    position:relative;
}

.search_result{

    background: #39ff2f;
    border: 1px #ccc solid;
    width: 300px;
    height: 150px;
    border-radius: 4px;
    max-height:300px;
    overflow-y:scroll;
    display:none;
}

.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: #0896D3;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.search_result li:hover{
    background: #F9FF00;
}
/* ------ */


.spanImage_options{
    padding-left:25px;
    background:url('http://fhms.fahverk-house.ru/imgstools/op2.png') no-repeat top left;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: contain;
}

/* Синий - Кол-во человек */
/* Контейнер подсказок */
.tooltip_g {
    position: relative;
    display: inline-block;
}

/* Текст подсказки */
.tooltip_g .tooltiptext_g {
    visibility: visible;
    top: -60px;
    right: 10%;
    width: 80px;
    background-color: dodgerblue;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Расположите текста подсказки - см. примеры ниже! */
    position: absolute;
    z-index: 1;
}

.tooltip_g .tooltiptext_g::after {
    content: " ";
    position: absolute;
    top: 100%; /* Внизу подсказка */
    left: 50%;
    margin-left: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: dodgerblue transparent transparent transparent;
}

/* Показ текста всплывающей подсказки при наведении указателя мыши на контейнер */
.tooltip_g:hover .tooltiptext_g {
    visibility: visible;
}

/* Берюзовый - Процентов сегодня */
/* Контейнер подсказок */
.tooltip_b {
    position: relative;
    display: inline-block;
}

/* Текст подсказки */
.tooltip_b .tooltiptext_b {
    visibility: visible;
    top: -60px;
    right: 10%;
    width: 80px;
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Расположите текста подсказки - см. примеры ниже! */
    position: absolute;
    z-index: 1;
}

.tooltip_b .tooltiptext_b::after {
    content: " ";
    position: absolute;
    top: 100%; /* Внизу подсказка */
    left: 50%;
    margin-left: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #464646 transparent transparent transparent;
}

/* Показ текста всплывающей подсказки при наведении указателя мыши на контейнер */
.tooltip_b:hover .tooltiptext_b {
    visibility: visible;
}


/* стили для списка внесенных платежей */
.spending_container {
    overflow: hidden;
    width: 100%;
}

.spending_container_wrap{
    width: 100%;
    display: inline;
    overflow: hidden;
}

.spending_container_wrap_100 {
    width: 100%;
    display: inline;
    float: left;
    margin-bottom: 5px;
}

.spending_container_wrap_left {
    width: 30%;
    display: inline;
    float: left;
}

.spending_container_wrap_right {
    width: 60%;
    display: inline;
    float: left;

}

.spending_container_wrap_right_plus {
    width: 10%;
    min-height: 220px;
    display: inline;
    float: left;
}


.spending_box {
    white-space:nowrap;
}

.spending_box div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 10px;
}

.spending_box2 {
    white-space:nowrap;
}

.spending_box2 div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 0px;
}


.spending_box3 {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    border-bottom: 3px #d5f308 solid;
    border-radius: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
}

.spending_box3 div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 4px;
}



.spending_box4 {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    border-bottom: 3px #FF4500 solid;
    border-radius: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
}

.spending_box4 div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 4px;
}

.spending_box5 {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    padding-bottom: 4px;
    padding-left: 8px;
}

.spending_box55 {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    padding-bottom: 8px;
    padding-left: 4px;
    display: inline-block;
}

.spending_box55_min_plus {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
}

.spending_box5 div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 4px;
}


.spending_box6 {
    white-space:nowrap;
    /* border: 1px #d5f308 solid; */
    border-bottom: 3px #0088e3 solid;
    border-radius: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
}

.spending_box6 div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 4px;
}


.spending_box7 {
    white-space:nowrap;
}

.spending_box7b {
    white-space:nowrap;
}

.spending_box7b div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 0px;
}


.spending_box_filter {
    white-space:nowrap;
    border: 0px #3C93D5 solid;
    border-radius: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    box-shadow: 0 0px 0 #3C93D5;
}

.spending_box_filter div {
    width: 20%;
    height: 100%;
    display: inline-block;
    border: 0px solid black;
    padding: 4px;
}


/*-Модальное окно для добвления нового инструмента--*/
/* Стили для подложки */

.overlay {
    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 20;
    transition: .3s all;
}
.overlay_h {
    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 20;
    transition: .3s all;
}


/* Стили для модальных окон  visibility: hidden;*/

.modal {
    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;

    /*  Установаем ширину окна  max-width: 300px;*/
    width: 100%;
    height: 100%;
    max-width: 100%;

    /* Центрируем и задаем z-index */
    /* position: fixed; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30; /* Должен быть выше чем у подложки */

    /* Побочные стили */
    /* box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); */
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */
.modal.active,
.overlay.active{
    opacity: 1;
    visibility: visible;
}


/* Стили для кнопки закрытия */
.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    /*fill: mediumseagreen;*/
    fill: #282828;
    cursor: pointer;
}


/* Стили для кнопок. Мы ведь порядочные разработчики, негоже простые ссылки оставлять */


.og_chart_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}



/* Cтили FILE - начало */
.input__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.file-icon-wrapper {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.file-button-text {
    line-height: 12px;
    margin-top: 1px;
    font-family: TextLight;
    color: #282828;
    font-size: 12px;
}

.file-button {
    width: 100%;
    max-width: 290px;
    height: 40px;
    background: #cdcdcd;
    color: #282828;
    font-size: 12px;
    font-family: TextBold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    cursor: pointer;
    margin: 0 auto;
}
/* - file конец */

/*-Конец еласса модальных окон--*/

.btn_show_more {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ef0004;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.link_read_more {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(58, 58, 58, 0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(58, 58, 58, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-decoration: none;
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.link_read_more_view_all {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(196, 0, 27, 0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextBold";
    font-weight: normal;
    line-height: 18px;
    color: rgba(58, 58, 58, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-decoration: none;
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}


.Text_36px {
    font-family: "DisplayLight", sans-serif;
    font-size: 36px;
    line-height: 1.08824em;
    letter-spacing: .006em;
    font-weight: 500;
    color: #282828;
}

.Text_26px {
    font-family: "TextMedium", sans-serif;
    font-size: 26px;
    line-height: 1.08824em;
    letter-spacing: .006em;
    font-weight: 500;
    color: #282828;
}

.Text_26px_white {
    font-family: "DisplayLight";
    font-size: 34px;
    line-height: 1.08824em;
    letter-spacing: .006em;
    font-weight: 500;
    color: #ffffff;
}

.Text_26px_silver {
    font-family: "TextLight";
    font-size: 34px;
    line-height: 1.08824em;
    letter-spacing: .006em;
    font-weight: 300;
    color: #2c2c2d;
}

.link_redmore_promo {
    font-family: "DisplayLight", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: .017em;
    color: #ef0004;
    /* верхнее - правое - нижнее - левое */
    padding: 10px 10px 10px 10px;
    /* border: solid 1px #019034; */
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}
.link_redmore_promo_row {
    font-family: "DisplayLight", sans-serif;
    font-size: 20px;
    line-height: 0px;
    font-weight: 300;
    letter-spacing: .017em;
    color: #ef0004;
    /* верхнее - правое - нижнее - левое */
    padding: 10px 10px 10px 10px;
    /* border: solid 1px #019034; */
    text-decoration: none;
}

.TextLight_16px {
    font-size: 16px;
    font-family: "TextLight";
    color: #282828;
    line-height: 22px;
}

.TextLight_16px_white {
    font-size: 16px;
    font-family: "TextLight";
    color: #ffffff;
    line-height: 22px;
}



.TextLight_16px_silver {
    font-size: 16px;
    font-family: "TextLight";
    color: #2c2c2d;
    line-height: 22px;
}

.TextLight_16px_green {
    font-size: 16px;
    font-family: "TextLight";
    color: #555556;
    line-height: 22px;
}

.TextLight_16px_green_min {
    font-size: 14px;
    font-family: "TextLight";
    color: #6c6c6d;
    line-height: 14px;
}

.TextLight_16px_dark {
    font-size: 16px;
    font-family: "TextMedium";
    color: #2c2c2d;
    line-height: 22px;
}

.TextLight_16px_dark_line_28 {
    font-size: 16px;
    font-family: "TextMedium";
    color: #2c2c2d;
    line-height: 28px;
}


.TextLight_18px {
    font-size: 18px;
    font-family: "TextLight";
    color: #282828;
    line-height: 18px;
}

.TextLight_18px_promo {
    font-size: 18px;
    line-height: 38px;
    font-family: "TextMedium";
    color: #282828;
}

.ks_description_text_18 {
    display: block;
    /*
    font-family: "DisplayLight";
    font-size:18px;
    line-height:28px;
    letter-spacing:1px;
    */
    color: #000000;
}

.ks_description_span_18 {
    display: block;
    margin-top: 40px;
}

/* FUTER */
.futer_style {
    display: block;
    width: 100%;
    min-height: 80px;
    /* верхнее - правое - нижнее - левое */
    padding: 5px 0px 0px 0px;
    background-color: #282828;
}
/* Слайдер SLIDER */

.div_slider_bg {
    position: relative;
    background-color:rgba(242, 242, 242, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

/* внутри главного слайда */
.insede_main_slide {
    position: absolute;
    font-size: 24px;
    font-family: 'TextBold';
    color: #282828;
    width: 100%;
    text-align: left;
    padding: 30px 30px 30px 30px;
    top: 0px;
}

.div_bg {
    background-color:rgba(242, 242, 242, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* Комментарии */
/* форма добавления */
/* Добавили новый комментари */
.posted_comment_list {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #f6f6f6;

}

.posted_comment_know {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e7e7e7;
}

.field_change {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_spadd {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 22px);
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #505052;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_weekly_imprest {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 22px);
    padding: 4px;
    margin: 0 0 10px;
    border: 0px solid #505052;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_spadd_hand_size {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #505052;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_period_timeline {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;


    margin: 0px 10px 10px 0px;
    border: 0px solid #505052;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    line-height: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #f7f7f7;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_tool {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 22px);
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.dd_text_field {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 36px);
    border: 1px solid #0588f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family:'TextLight', sans-serif;
    margin: 8px;
    padding: 8px;
    font-size: 14px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.dd_text_field_og {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 36px);
    border: 1px solid #565656;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family:'TextLight', sans-serif;
    margin: 8px;
    padding: 8px;
    font-size: 22px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.dd_text_field_x {
    width: calc(100% - 36px);
    border: 1px solid #0588f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family:'TextLight', sans-serif;
    margin: 8px;
    padding: 8px;
    font-size: 14px;
    color: #282828;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_new_coming {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 18px);
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #BDC3B9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 14px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_modal {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 20px);
    padding: 5px;
    margin-bottom: 6px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 14px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_modal_worker_count {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(246px - 20px);
    padding: 10px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 12px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 18px;
    color: #3e830d;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_zayavka {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 26px);
    padding: 10px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_zayavka_check {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 26px);
    padding: 11px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.field_change_zayavka_check_login {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 26px);
    padding: 11px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 14px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.field_change_zayavka_check_objects {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100px;
    padding: 10px;
    margin: 6px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextMedium";
    font-size: 22px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(241, 241, 241);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_add_comment {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 20px 16px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #ef0004;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_blue {
    width: 130px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 10px 12px 10px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #2f7bec;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_blue_add_photo {
    width: 130px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 6px 6px 8px 6px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #1c1c1e;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.js-push-btn {
    width: 130px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 11px 11px 13px 11px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_blue_12_radius {
    width: 130px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 10px 12px 10px;

    border: 0px solid rgba(255,255,255,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_blue_no_radius {
    width: 130px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 11px 11px 13px 11px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_blue_no_radius_100prc {
    width: 200px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 11px 11px 13px 11px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "TextLight";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #218bf3;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_standart_plusminus {
    width: 16px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 10px 12px 10px;

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    font-size: 18px;
    line-height: 14px;
    font-family: "TextBold";
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #464646;
    /* 2f7bec */
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Стиль вкладки */
.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #f1f1f1;

    display: block;
}

/* Стиль кнопок, которые используются для открытия содержимого вкладки */
.tab button {
    background-color: inherit;
    float: left;
    /*border: none;*/
    outline: none;
    cursor: pointer;
    /*padding: 14px 16px;*/
    padding: 14px 4px;
    transition: 0.3s;
    color: #282828;

    width: 20%;
    height: 45px;
    border: 0px solid #FFFFFF;
}

/* Изменение цвета фона кнопок при наведении курсора */
.tab button:hover {
    background-color: #ddd;
    color: #282828;
}

/* Создание активного/текущего класса связи вкладки */
.tab button.active {
    /*background-color: #7e7e7e;*/
    background-color: #282828;
    color: #ffffff;
}

.tab input {
    background-color: #b3b3b3;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 14px 16px;*/
    padding: 14px 4px;
    transition: 0.3s;
    color: #ffffff;
    width: 20%;
    height: 45px;
    border-radius: 0;
}

/* Изменение цвета фона кнопок при наведении курсора */
.tab input:hover {
    color: #E5E5E5;
}

/* Создание активного/текущего класса связи вкладки */
.tab input.active {
    /*background-color: #7e7e7e;*/
    background-color: #282828;
    color: #ffffff;
}

/* Стиль содержимого вкладки */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
}
/* Стиль вкладки - конец */

.pal_block_ZP {
    position:relative;
    width: 100%;
    height: 500px;
    border: 0px solid #000;
    text-align:center;
}

.pal_block_team_inwork {
    position:relative;
    width: 100%;
    /*/height: 480px;*/
    border: 0px solid #000;
    text-align:center;
}

.pal_block_statistics {
    position:relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pal_block {
    position:relative;
    width: 100%;
    height: 23px;
    border: 0px solid #000;
    text-align:center;
}

.pal_wrap {
    display:inline-block;
}
.pal_miniblock {
    float: left;
    height: 20px;
    width: 65px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_20w {
    float: left;
    height: 20px;
    width: 25px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: center;
}

.pal_miniblock_ZP {
    float: left;
    min-height: 150px;
    width: 300px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_ZP_ {
    float: left;
    min-height: 20px;
    border: 0px solid #000;
    text-align: left;
}

.pal_miniblock_no_height {
    float: left;
    min-height: 150px;
    width: 300px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_300width {
    float: left;
    width: 300px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_80_max_width {
    display: inline-block;
    float: left;
    width: 25%;
}


.pal_miniblock_50_obj {
    float: left;
    /*height: 20px;*/
    width: 50px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: center;
}

.pal_miniblock_50w {
    float: left;
    height: 20px;
    width: 50px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_70w {
    float: left;
    height: 20px;
    width: 70px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_obj_names {
    float: left;
    /*height: 20px;*/
    width: 220px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.pal_miniblock_80w {
    float: left;
    height: 20px;
    width: 80px;
    border: 0px solid #000;
    margin: 1.5px;
    text-align: left;
}

.btn_add_cleaning {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_staff_pay {
    height: 12px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 8px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}



.btn_add_cleaning_5_padding {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    border: 1px dotted rgba(40, 40, 40, 0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_statistics_menu {
    width: calc(100% - 20px);
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    font-size: 14px;
    font-family: "TextLight";
    border: 1px;
    border-radius: 6px;
    box-sizing: content-box;
    color: rgba(255,255,255,0.9);
    text-overflow: clip;
    background: #000000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 3px;
    -o-text-overflow: clip;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}


.btn_del_work {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 0px 2px 4px 2px;
    border: 0px solid rgba(255, 247, 75, 0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 28px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 12px;
    color: rgba(255, 69, 0, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: transparent;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_change_deadline {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 4px 4px;
    margin-top: 4px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 12px;
    color: rgba(249, 255, 251, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #0588f5;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_delete_lines {

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:16px;
    height:16px;
    background: #f2f2f2;
    color: #1b73c9;
    padding: 1px 1px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'TextLight', sans-serif;
    font-weight: normal;

    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_delete_lines:not(:hover){
    background: #f2f2f2;
    color: #1b73c9;
}
.btn_delete_lines:hover {
    color: #fff;
    background: #FF4500;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.btn_delete_lines:active{
    color: #FF4500;
}


.btn_show_coming_space {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #99bc52;/*8fbf3c*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #99bc52; /*8fbf3c*/
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_contracts_space {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #282828;
    /*border: 1px solid #218bf3;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_contracts_add {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    padding-bottom: 7px;
    border: 1px solid #218bf3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #218bf3;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_coming_add {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    padding-bottom: 7px;
    border: 1px solid #8fbf3c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #8fbf3c;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_excel {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:30px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
    padding-bottom: 2px;
    border: 0px solid #8fbf3c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #0b5e17;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_spen_space {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #F70000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #F70000;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_spen_space_add_contr {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #282828;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_slose_spen_space {
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #282828;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_spen_space_suspense {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border: 1px solid #494949;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #494949;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.css_open_my_filter {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    /* #3C93D5 */
    border: 1px solid silver; /*218bf3*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextMedium;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: silver; /*218bf3*/
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_tool_name {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    /* #3C93D5 */
    border: 0px solid #218bf3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextMedium;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: rgba(40, 40, 40, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: rgba(255, 255, 255, 0.0);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.css_btn_addnew {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:16px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    /* #3C93D5 */
    border: 0px solid #218bf3;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    font-family: TextMedium;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #218bf3;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_spen_add {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    border: 1px solid #FF4500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #FF4500;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_show_spen_add_no_padding {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    /*width:20px;*/
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
    border: 1px solid #FF4500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextBold;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #FF4500;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.expenses_line {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.expenses_line:hover {

    border-top: dotted 1px #999999;
    border-bottom: dotted 1px #999999;
}


.tmc_user {
    /*
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    */
}

.tmc_user:hover {
    background-color: #282828;
    color: white;
}

.tmc_user:active {
    box-shadow: 2px 2px 5px #4da130;
}

.expenses_line_sum {

}

.expenses_line_sum:hover {
    background-color: #ebebeb;
}

.expenses_line_sum_c_base {
    margin-top: 3px;
}

.expenses_line_sum_c_base:hover {
    margin-top: 3px;
    background-color: #ebebeb;
}


.expenses_line_t {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.expenses_line_t:hover {
    border-top: dotted 1px #999999;
    border-bottom: dotted 1px #999999;
}


.btn_spending_filter {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:206px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    /*#3C93D5*/
    border: 1px solid #218bf3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextMedium;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #218bf3;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_safe_contragent {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    width:206px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    /*#3C93D5*/
    border: 1px solid #218bf3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: TextLight;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */

    background: #218bf3;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.space_hidden {
    opacity: 0;
    width: 0;
    height: 0;
    transition:
            opacity 0.5s ease-out,
            width 0.5s ease 0.5s,
            height 0.5s ease 0.5s;
}

.btn_charts_a {
    width:80px;
    padding: 4px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    border: 0px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 0px;
    font-size: 12px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 16px;
    color: rgba(86, 86, 86, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #f2f2f2;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ico_btn {
    width: 30px;
    height: 30px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 8px;
    box-sizing: content-box;
    cursor: pointer;
    border: 0px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextMedium";
    font-weight: normal;
    line-height: 18px;
    color: rgba(40, 40, 40, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /*background: #f2f2f2;*/
    background: rgba(40, 40, 40, 0);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ico_btn_width {
    /*btn_add_cleaning*/
    display: inline-block;

    margin: 10px;
    box-sizing: content-box;
    cursor: pointer;
    border: 0px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextMedium";
    font-weight: normal;
    line-height: 18px;
    color: rgba(40, 40, 40, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;

    background: rgb(205, 205, 205);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ico_btn:active{
    color: #1b73c9;
}

.icon_shape_d {
    background-image: url("../images/svg_p2.svg");
    padding-left : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    background-repeat : no-repeat;
}

.icon_line_d {
    background-image: url("../images/line2.svg");
    padding-left : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    background-repeat : no-repeat;
}

.icon_line_tml {
    background-image: url("../images/tml_ico2.svg");
    padding-left : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    background-repeat : no-repeat;
}

.icon_line_tml_silver {
    background-image: url("../images/tml_ico2_silver.svg");
    padding-left : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    background-repeat : no-repeat;
}

.icon_all_dds_d {
    background-image: url("../images/all_dds.svg");
    padding-left : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    background-repeat : no-repeat;
}


.btn_charts {
    width: 20px;
    height: 20px;
    max-width: 20px;
    padding: 4px;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    border: 0px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextMedium";
    font-weight: normal;
    line-height: 18px;
    color: rgba(40, 40, 40, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #f2f2f2;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_charts:not(:hover){
    background: #f2f2f2;
    color: #7f7f7f;
}
.btn_charts:hover {
    color: #282828;
    background: #b3b3b3;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.btn_charts:active{
    color: #1b73c9;
}

.btn_w_start_style {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #ef0004;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn_add_tool_photo {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(241, 241, 241, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #4f4f52;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tool_acenka {
    font-family: "Roboto", sans-serif;
    color: white;
    outline: 0;
    background: #f38d12;
    width:248px;
    border: 0;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tool_acenka_blue {
    font-family: "Roboto", sans-serif;
    color: white;
    outline: 0;
    background: #218bf3;
    width:248px;
    border: 0;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tool_extend {
    font-family: "Roboto", sans-serif;
    color: white;
    outline: 0;
    background: rgba(5, 151, 0, 0.5);
    width:248px;
    border: 0;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.btn_add_comment_silver {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 18px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #d5d5da;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* --- */

/* div загрузка */
.ld {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;

    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.ld_img {
    position: absolute;
    top: calc(50% - 50px);
    left:calc(50% - 50px);
    z-index: 100;
}

/* сетка */
.container_adaptive {
    width:100%;
    padding-left:0em;
    padding-right:0em;
    margin:0 auto;
}

.container_adaptive .cols {
    float: left;
    /*
    display: block;
    float: left;
    margin: 0 0 0em;
    padding: 0 0em;
    */
    margin: 0px;
    padding: 0px;
    text-align:center;
}

.container_adaptive:before,
.container_adaptive:after,
.row:after,
.row:before,
.clear:before,
.clear:after {
    content:" ";
    display:table;
}

.container_adaptive:after,
.row:after,
.clear:after {
    clear:both;
}

.container_adaptive .colsNoMarhingNoPadding {
    width:100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align:center;
}

.kis_desc_text{
    display: block;
    padding: 10px;
    float: left;
}

.tools_kis_desc_text{
    display: block;
    float: left;
    /*
    padding: 20px 20px 20px 20px;
    */
    padding: 10px 10px 10px 10px;
}

.tools_kis_desc_text_2021{
    display: block;
    float: left;
    /*
    padding: 20px 20px 20px 20px;
    */
    padding: 10px 10px 10px 10px;
}

.no_pading_kis_desc_text{
    display: block;
    padding: 10px;
    float: left;

}

.kis_desc_newsmore{
    display: block;
    padding: 20px;
    float: left;
}

.container_adaptive .cols.d_header {width: 100%; margin-top: 5px; margin-bottom: 5px;} /* в этом диве находится все меню */
.container_adaptive .cols.d_logo {width: 150px;} /* логотип */
.container_adaptive .cols.d_menu {width: calc(80% - 150px); text-align: left} /* логотип */
.container_adaptive .cols.d_user {width: 20%; text-align: right} /* логотип */
.container_adaptive .cols.col-6 {width: 100%;}
.container_adaptive .cols.col-12 {width: 100%;}
.container_adaptive .cols.col-100 {width: 100%;}

/* стили для промо */

/* весь блок промо - текст/фото (как правый так и левый) */
.promo_block_all {
    width: 100%;
}
/* текстовый блок в промо */
.promo_text_block {
    width: 100%;
}

.promo_text_block_right  {
    width: 100%;
}

.promo_description_padding_top {
    width: 100%;
    padding-bottom: 15px;
}

/* PROMO - два блока над слйдером */
.promos_left_style {
    display: block;
    padding: 0px;
    /* верхнее - правое - нижнее - левое */
    margin: 10px 5px 10px 0px;
    background-color:rgba(242, 242, 242, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.promos_right_style {
    display: block;
    padding: 0px;
    /* верхнее - правое - нижнее - левое */
    margin: 10px 0px 10px 5px;
    background-color:rgba(242, 242, 242, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

/* Стили Галереи */
/* общий f0f0f0 */
.gal_main {
    padding: 0px 50px 120px 50px;
    background-color: #f0f0f0;
    display: inline-block;
    width: 100%;
    float: left;
}

.gal_gal {
    padding: 0px 50px 20px 50px;
    background-color: #f0f0f0;
    display: inline-block;
    width: 100%;
    float: left;
}

/* дивы с изображениями BG */
.gal_bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* вертикальное фото */
.gal_one_vertical {
    padding: 10px;
    display: inline-block;
    width: 50%;
    height: 500px;
    float: left;
}
/* два квадратных */
.gal_two_box {
    padding: 10px;
    display: inline-block;
    width: 25%;
    height: 200px;
    float: left;
}
/* прямоугольное под квадратами */
.gal_rectangle {
    padding: 10px;
    display: inline-block;
    width: 50%;
    height: 300px;
    float: left;
}


/* Промо личного кабинета */
/* общий див */
.lk_promo_main {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.lk_center {
    position: absolute;
    width: 80%;
    height: 300px;
    left: 10%;
    top: 8%;
}

/* текст внутри промо */
.lk_promo_inside_text {
    width: 100%;
    height: 300px;
    padding: 80px;
    text-align: center;
}

/* кнопка внутри промо */
.lk_promo_inside_btn {
    width: 100%;
    text-align: center;
}


#id_link_redmore {
    display: block;
}


/* стиль для подробных новостей - заглавие */
.news_more_title {
    font-size: 44px;
    line-height: 44px;
    font-family: 'TextBold';
}


/* Для страницы контакты (отправка письма) */
.contacts_email {
    position:relative;
    display:inline-block;
    text-align:center;
    width:100%;
    /*height:225px;*/
    right:0px;
    top:0px;
    background-color:#f6f6f6;
}

.process_gi {
    display: none;
}

.approved_text {
    position:relative;
    display:inline-block;
    text-align:center;
    width:100%;
    height:220px;
    right:0px;
    top:0px;
    background-color:#f6f6f6;
}


.contacts_email_arteco {
    position:relative;
    display:inline-block;
    text-align:center;
    width:100%;
    height:360px;
    right:0px;
    top:0px;
    background-color:#FFFFFF;
}

.messages_reset {
    display: none;
    text-align:center;
}

.messages_style_min {
    text-align: center;
    font-family: "TextLight";
    font-size: 16px;
    line-height: 22px;
    color:#282828;
}

.messages_green {
    text-align: center;
    font-family: "TextLight";
    font-size: 12px;
    line-height: 12px;
    color: #ef0004;
}

.messages_red {
    text-align: center;
    font-family: "TextLight";
    font-size: 14px;
    line-height: 14px;
    color: #F00;
}


.dolgi_size {
    width: 100%;
    display: block;
    float: left;
}

.dolgi_size_zayavka_30 {
    width: 30%;
    display: block;
    float: left;
}

.dolgi_size_zayavka_50 {
    width: 50%;
    display: block;
    float: left;
}

.dolgi_size_zayavka_20 {
    width: 20%;
    display: block;
    float: left;
}

.dolgi_size_zayavka_10 {
    width: 10%;
    display: block;
    float: left;
}

.plus_ico {
    max-width: 48px;
    height: 39px;
    position: relative;
}

.crm_inpet_aling {
    width: 20%;

}

.dolgi_size_check_number {
    width: 20%;
    text-align: center;
    display: block;
    float: left;
}

/* Вывод инструментов которые сейкас у бригадира */
.div_hand_align {
    width: 100%;
    display: block;
    float: left;
    /*border-bottom: solid 1px #999999;*/
    border-bottom: solid 1px #e8e8e8;
}

.div_hand_align_tabs {
    width: 100%;
    display: block;
    float: left;
    border-bottom: solid 1px #999999;
}

.div_hand_align_color {
    width: 100%;
    display: block;
    float: left;
    border-bottom: solid 2px #1a80ec;

}

.div_hand_main {
    max-width: 800px;
    margin: auto;
}

.div_hand_img {
    width: 25px;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_name {
    margin-top: 5px;

    width: calc(35% + 25px);
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_name_toolsinstock {
    margin-top: 5px;
    width: calc(35% + 25px);
    /*width: 35%;*/
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_name_position_number_stock {
    margin-top: 5px;
    width: 25px;
    height: 25px;
    text-align: left;
    display: block;
    float: left;

}

.div_hand_model {
    margin-top: 5px;
    width: calc(40% - 25px);
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_date {
    margin-top: 5px;
    width: calc(25% - 25px);
    height: 25px;
    text-align: right;
    display: block;
    float: left;

}

/* центрирование */
.div_hand_name_two {
    margin-top: 5px;
    width: 30%;
    height: 25px;
    text-align: left;
    display: block;
    float: left;

}

.div_hand_model_two {
    margin-top: 5px;
    width: 30%;
    height: 25px;
    text-align: center;
    display: block;
    float: left;
}

.div_hand_date_two {
    margin-top: 5px;
    width: calc(30% - 25px);
    height: 25px;
    text-align: center;
    display: block;
    float: left;

}
/* */

/* Стили для списка - работающих команд */
.div_hand_main_cc {
    max-width: 400px;
    margin: auto;
}

.div_hand_main_cc_color {
    max-width: 400px;
    margin: auto;
    background-color: #2b669a;
}

.div_hand_img_cc {
    width: 25px;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_name_cc {
    margin-top: 5px;
    width: 30%;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_model_cc {
    margin-top: 5px;
    width: 30%;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_model_cc_geo_goints {
    margin-top: 5px;
    width: 40px;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_model_cc_geo {
    margin-top: 5px;
    width: calc(30% - 40px);
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.div_hand_date_cc {
    margin-top: 5px;
    width: calc(30% - 25px);
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}


.div_hand_cleaning_cc {
    margin-top: 5px;
    width: 10%;
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}


/* время начала или завершения работы */
.div_work_start_final_now {
    margin-top: 5px;
    width: calc(15% - 25px);
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}

/* удалить рабочий день */
.div_delete_day_start_final_now {
    margin-top: 5px;
    width: 15%;
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}

/* */


.wrapper_f {
    display: inline-block;
    width: 100%;
}

.footer_f {
    flex: 0 0 auto;
}

/* ------------------------------------ */
/* Стили блоков для этапов и рекламаций */
/* ------------------------------------ */

/* -1 - Общий блок */
.div_hand_align_stage {
    width: 100%;
    display: block;
    float: left;
    /* border-bottom: solid 1px #999999; */
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-top: 10px;
}

.div_hand_align_stage_only_width {
    width: 100%;
    display: block;
    float: left;
    /* border-bottom: solid 1px #999999; */
    background-color: #f8f8f8;
    padding: 8px;
}

.div_hand_align_objects {
    width: 100%;
    display: block;
    float: left;
    /* border-bottom: solid 1px #999999; */
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 8px;
}


.div_hand_align_objects_all {
    max-width: 800px;
    margin: auto;
    background-color: #f8f8f8;
}

/* 0 - Внутренний блок */
.div_hand_main_stage {
    max-width: 800px;
    margin: auto;
}

/* 0 - Внутренний блок */
.div_hand_main_stage_image {
    max-width: 800px;
    margin: auto;
    background: url('../images/logos/bg4.png') no-repeat;
    background-size: 100%;
}




.div_hand_main_stage_full_width {
    min-width: 1120px;
    margin: auto;
}

.div_hand_main_stage_no_margin {
    max-width: 800px;
    /*margin: auto;*/
}

.div_hand_main_stage2 {
    /* было max-width: 1200px; */
    /*max-width: 2200px;*/
    max-width: 4200px;
    margin: auto;
}

/* 1 - Первый столбец - изобрадение */
.div_hand_img_stage {
    width: 25px;
    height: 25px;
    text-align: left;
    display: block;
    float: left;
}

/* 2 - Второй столбец - название обекта*/
.div_hand_object_name_stage {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 15%;
    min-height: 25px;
    text-align: left;
    display: block;
    float: left;
}



/* Количество человек для продолжения работы */
.div_hand_object_name_stage_option {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(20% - 25px);
    min-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

/* 3 Третий столбец - Название этапа работ */
.div_hand_etap_name_stage {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 30%;
    min-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

/* 4 Четвертый столбец - название вида работ */
.div_hand_job_vid_name_stage {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 35%;
    min-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

/* 5 Пятый дополнительный столбец - ... dop one */
.div_hand_stage_dop_one {
    margin-top: 5px;
    width: calc(10% - 25px);
    height: 25px;
    text-align: center;
    display: block;
    float: left;
}

/* 6 - Шестой дополнительный столбец % */
.div_hand_stage_dop_two {
    margin-top: 5px;
    width: calc(15% - 25px);
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}

.div_hand_stage_dop_two_option {
    margin-top: 5px;
    width: 15%;
    height: 25px;
    text-align: right;
    display: block;
    float: left;
}

.div_hand_stage_percents_line {
    height: 1px;
    text-align: left;
    display: block;
    float: left;
    background-color: green;
}

/* Выбор этапов при начале рабочего дня */

.ui_stage_aling {
    width: 100%;
    display: block;
    float: left;
    border-bottom: solid 0px #999999;
}
.ui_stage_select {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    min-height: 25px;
    text-align: center;
    display: block;
    float: left;
}

/* Выбор этапа */
.ui_option_stage {
    font-family: "Roboto", sans-serif;
    color: #333336;
    outline: 0;
    background: #f0f0f0;
    width: calc(100% - 0px);
    border-radius: 3px;
    border: solid 1px #b5b5bc;
    margin: 0 0 0px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Селекты для блока расходов */
.ui_option_add_spending {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-family: "TextLight";
    color: #333336;
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #BDC3B9;
    padding: 9px 8px 8px 8px;
    margin-top: 6px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_option_add_spending2 {
    display: inline-block;
    color: #333336;
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    border: solid 1px #BDC3B9;
    box-sizing: border-box;
    font-family: 'TextLight', sans-serif;
    font-size: 12px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui_option_add_spending2search {
    display: inline-block;
    color: #333336;
    outline: 0;
    background: #FFFFFF;

    border: solid 10px #BDC3B9;
    box-sizing: border-box;
    font-family: TextLight;
    font-size: 12px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui_option_add_spending4search {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: normal;
    background-color: #282828;
    color: #ffffff;
    font-family: TextLight;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0px 0px 32px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 0px #BDC3B9;
}

.ui_option_add_appjintes_filter_style {
    display: inline-block;
    color: #333336;
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    border: solid 1px #BDC3B9;
    box-sizing: border-box;
    font-family: 'TextLight', sans-serif;
    font-size: 14px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*
контейнер поиска выпадающего списка.
*/
.ui_option_add_spending3 {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-family: 'TextLight', sans-serif;
    color: #333336;
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #BDC3B9;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_option_add_spending4 {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: normal;
    background-color: #fff;
    font-family: 'TextLight';
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0px 0px 32px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #BDC3B9;
}

.ui_option_add_spending4S {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: normal;
    background-color: #fff;
    font-family: 'TextLight', sans-serif;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0px 0px 30px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #BDC3B9;
    text-align: left;
    disabled: disabled;
}

.ui_option_add_appoi {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: normal;
    background-color: #fff;
    font-family: TextMedium, sans-serif;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 4px 0px 32px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #BDC3B9;
}

.traffic-light {
    animation-iteration-count: 2;
}

/*
.field_new_coming {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 18px);
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #BDC3B9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
*/

/* обрезаем все что не помещается в поле */
.elli_text {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.elli_text2 {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
}

.elli_text3 {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.elli_text_su {
    color: white;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

/* Выбор вида работ */
.ui_option_jt {
    font-family: "Roboto", sans-serif;
    color: #3e830d;
    outline: 0;
    background: #ffffff;
    /* width:248px;*/
    width: calc(100% - 0px);
    border-radius: 3px;
    border: solid 1px #1a1a1a;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sp_option {
    font-family: "Roboto", sans-serif;
    color: #000000;
    outline: 0;
    background: #ffffff;
    /* width:248px;*/
    width: calc(100% - 0px);
    border-radius: 3px;
    border: solid 1px #611256;
    margin: 0 0 5px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sp_option_lvl {
    font-family: "Roboto", sans-serif;
    color: #000000;
    outline: 0;
    background: #ffffff;
    /* width:248px;*/
    width: calc(100% - 0px);
    border-radius: 3px;
    border: solid 1px dimgray;
    margin: 0 0 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.sp_option_tool {
    font-family: "Roboto", sans-serif;
    color: #000000;
    outline: 0;
    background: #ffffff;
    width:320px;
    border-radius: 3px;
    border: solid 1px #ececec;
    margin: 0 0 5px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sp_option_tool_card {
    font-family: "Roboto", sans-serif;
    color: #000000;
    outline: 0;
    background: #ffffff;
    width:80px;
    border-radius: 3px;
    border: solid 1px #ececec;
    margin: 0 0 5px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sp_option_tool_bw {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    outline: 0;
    background: #282828;
    width:320px;
    border-radius: 3px;
    border: solid 1px #282828;
    margin: 0 0 5px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sp_option_tool_stockfilter {
    font-family: "TextLight";
    color: #282828;
    outline: 0;
    background: #ffffff;
    width:240px;
    border-radius: 3px;
    border: solid 1px silver;
    margin: 0 0 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Кнопка добаления нового типа работ для команды */
.ui_submit_add_jt{
    display: inline-block;
    width: calc(100% - 24px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Кнопка добаления нового типа работ для команды */
.ui_submit_add_teaminstaf {
    display: inline-block;
    width: calc(100% - 24px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_btn_izmenit{
    display: inline-block;

    width: 120px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_btn_izmenit_ok{
    display: inline-block;
    width: calc(100% - 30px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_btn_izmenit_ok_no_right_radius {
    display: inline-block;
    width: calc(100% - 30px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 4px 0px 0px;
    padding:  14px 14px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_btn_izmenit_ok_no_left_radius {
    display: inline-block;
    width: calc(100% - 30px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #b90ac6;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}


.og_load_parent-element {
    width: 100%;
    text-align: center;
    font-family: TextLight;
    font-size: 14px;
    color: dimgrey;
}


.ui_btn_izmenit_close{
    display: inline-block;

    width: 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 18px 14px;
    border: 1px solid rgba(40, 40, 40, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 0px;
    font-size: 22px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #282828;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_btn_izmenit_red{
    display: inline-block;

    width: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 26px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255, 69, 0, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_options{
    display: inline-block;

    width: calc(100% - 24px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ui_options22{
    display: inline-block;

    width: calc(100% - 24px);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  23px 14px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Кнопка добаления нового типа работ для команды */
.ui_submit_spadd_add_st{
    display: inline-block;
    width: 120px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding:  14px 14px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 14px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: #2457f0; 019034 */
    background: #160025;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Количество человек для вида работ */
.ui_input_jt_person_count {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 30px);
    padding: 15px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #b5b5bc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 16px;
    color: #3e830d;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Количество человек для продолжения работы */
.ui_input_jt_person_count_option {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 25px);
    padding: 8px;
    margin-top: 0px;
    margin-left: 5px;
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #b5b5bc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight", sans-serif;
    font-size: 14px;
    color: #3e830d;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(240, 240, 240);

    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
/*обновленный вид - шрифт и высота поля*/
.ui_input_jt_person_count_option_heigh {
    width: 30px;
    /* min-width: 30px; */
    /* width: calc(100% - 25px); */
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 2px;
    margin-top: 0px;
    margin-left: 2px;
    margin-bottom: 5px;
    text-align: center;
    border: 0px solid #b5b5bc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextMedium";
    font-size: 18px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    /*background: rgb(240, 240, 240);*/
    background-color: #f8f8f8;

    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
/*-- custom-checkbox --*/
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: "TextBold", sans-serif;
    font-size: 14px;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}


/*-- custom-checkbox ORANGE --*/
.custom-checkbox_orange {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox_orange+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: "TextBold", sans-serif;
    font-size: 14px;
}
.custom-checkbox_orange+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox_orange:checked+label::before {
    border-color: #FE8700;
    background-color: #FE8700;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox_orange:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox_orange:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox_orange:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox_orange:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox_orange:disabled+label::before {
    background-color: #e9ecef;
}

/*-- custom-checkbox GREEN --*/
.custom-checkbox_green {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox_green+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: "TextLight", sans-serif;
    font-size: 14px;
}
.custom-checkbox_green+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox_green:checked+label::before {
    border-color: #50B822;
    background-color: #50B822;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox_green:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox_green:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox_green:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox_green:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox_green:disabled+label::before {
    background-color: #e9ecef;
}


/*-- custom-checkbox BLACK --*/
.custom-checkbox_black {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox_black+label {
    /*display: inline-flex;*/
    display: inline;
    align-items: center;
    user-select: none;
    font-family: TextLight;
    font-size: 12px;
    padding-bottom: 10px;

}
.custom-checkbox_black+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #282828;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox_black:checked+label::before {
    border-color: #282828;
    background-color: #282828;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox_black:not(:disabled):not(:checked)+label:hover::before {
    border-color: #2566ec;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox_black:not(:disabled):active+label::before {
    background-color: #282828;
    border-color: #282828;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox_black:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox_black:focus:not(:checked)+label::before {
    border-color: #0177d9;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox_black:disabled+label::before {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}


/* - шкала процента выполнения - */
.progressbar_outside {
    height: 6px;
    border-radius: 3px;
    background-color: #cdcdd5;
}
.progressbar_inside {
    height: 6px;
    border-radius: 3px;
}
.progressbar_inside_tonki {
    height: 3px;
    border-radius: 3px;
}

/* ------ */
.div_hand_stage_etap_name {
    font-family: 'TextLight', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 30%;
    min-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

/* Плавающий блок */
.sticky_block {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(240, 240, 240, 0.9);
    border-bottom: 2px solid #f0f0f0;
}

.sticky_block_stock {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(240, 240, 240, 0.9);
    border-bottom: 2px solid #f0f0f0;
    z-index: 9;
}

.sticky_block_expenses {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(234, 234, 234, 0.9);
    border-bottom: 2px solid #f0f0f0;
    padding-top: 5px;
    z-index: 9;
}

.sticky_block_expenses_sumblock {
    position: sticky;
    bottom:0;
    min-height: 2em;
    padding-top: 6px;
    z-index: 10;
}
.sticky_block_expenses_sumblock_fone {
    background-color: rgba(234, 234, 234, 0.9);
    border: 1px solid #e1e1e1;
    padding: 8px;
    text-align: right;
}

.sticky_block_expenses_sumblock_fone_ok {
    background-color: rgba(234, 234, 234, 0.7);
    border: 0px solid #e1e1e1;
    padding: 20px 4px 4px 4px;
    text-align: left;
    z-index: auto;
}

/* - - - */
.sticky_block_coming {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(234, 234, 234, 0.9);
    border-bottom: 2px solid #f0f0f0;
    padding-top: 6px;
    z-index: 9;
}

.sticky_block_coming_sumblock {
    position: sticky;
    bottom: 0;
    min-height: 2em;
    padding-top: 6px;
    z-index: 10;
}
.sticky_block_coming_sumblock_fone {
    background-color: rgba(234, 234, 234, 0.9);
    border: 1px solid #e1e1e1;
    padding: 8px;
    text-align: right;
}
/* - - - */

/* - - - */
.sticky_block_contr {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(234, 234, 234, 0.9);
    border-bottom: 2px solid #f0f0f0;
    padding-top: 6px;
    z-index: 9;
}

.sticky_block_contr_sumblock {
    position: sticky;
    bottom: 0;
    min-height: 2em;
    padding-top: 6px;
    z-index: 10;
}
.sticky_block_contr_sumblock_fone {
    background-color: rgba(234, 234, 234, 0.9);
    border: 1px solid #e1e1e1;
    padding: 8px;
    text-align: right;
}
/* - - - */

.sticky_block_startworkday {
    position: sticky;
    top: 0;
    min-height: 2em;
    background-color: rgba(240, 240, 240, 0.9);
    border-bottom: 2px solid #f0f0f0;
}

.sticky_block_startworkday_bottom {
    position: sticky;
    bottom: 0;
    min-height: 2em;
    background-color: rgba(240, 240, 240, 0.9);
    border-bottom: 2px solid #f0f0f0;
    padding-top: 25px;
    padding-bottom: 5px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/* стили для обрезания текста - который не вмещается в див */
.size {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
     /* padding: 5px; Поля */
    background: #ffffff; /* Цвет фона */
    position: relative; /* Относительное позиционирование */
}
.size::after {
    content: ''; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    right: 0; top: 0; /* Положение элемента */
    width: 10px; /* Ширина градиента*/
    height: 100%; /* Высота родителя */
    /* Градиент */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #ffffff 100%);
}

/* стили для обрезания текста - который не вмещается в див */
.size_stage {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    /* padding: 5px; Поля */
    background: #f0f0f0; /* Цвет фона */
    position: relative; /* Относительное позиционирование */
}
.size_stage::after {
    content: ''; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    right: 0; top: 0; /* Положение элемента */
    width: 40px; /* Ширина градиента*/
    height: 100%; /* Высота родителя */
    /* Градиент */
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 0.2), #f0f0f0 100%);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0.2), #f0f0f0 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 0.2), #f0f0f0 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 0.2), #f0f0f0 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 0.2), #f0f0f0 100%);
}



/*стили для плашек с объектами (в работе/ завершена работа))*/
.plate_block {
    position:relative;
    width: 100%;
    height: 56px;
    text-align:center;
}
.plate_wrap {
    display:inline-block;
}

.plate_miniblock_w10 {
    float: left;
    height: 50px;
    width: 10px;
    /* margin: 1px; */
}

.plate_miniblock_w50 {
    float: left;
    height: 50px;
    width: 50px;
    /* margin: 1px; */
}
.plate_miniblock_w100 {
    float: left;
    height: 50px;
    width: 100px;
}
.plate_miniblock_w180 {
    float: left;
    height: 50px;
    width: 180px;
    text-align: left;
}
.plate_miniblock_w300 {
    float: left;
    height: 50px;
    width: 300px;
}


.plate_miniblock_w300s {
    float: left;
    height: 70px;
    width: 180px;
    text-align: left;
}
.plate_miniblock_w50s {
    float: left;
    height: 70px;
    width: 90px;
    /* margin: 1px; */
}

.plate_miniblock_w10s {
    float: left;
    height: 70px;
    width: 10px;
    /* margin: 1px; */
}

/*стили для страницы QR_DETAIL*/
#fh_logo_style{
    width: 45%;
    height: 160px;
    display: inline-block;
    float: left;
    font-family: TextMedium;
    font-size: 14px;
    text-align: left;
}

#partner_logo_style {
    width: 45%;
    height: 160px;
    display: inline-block;
    float: left;
    font-family: TextMedium;
    font-size: 14px;
    text-align: right;
}

#and_logo_style {
    width: 10%;
    height: 160px;
    display: inline-block;
    float: left;
    font-family: TextBold;
    font-size: 30px;
    text-align: center;
}

#info_logo_style {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: TextMedium;
    font-size: 16px;
}

#info_logo_style_user {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: TextMedium;
    font-size: 16px;
    text-align: left;

}

/*столбцы расходов*/
/*скрываем столбцы в таблице расходов по ID*/
#btn_coming_show_space {
    display: inline-block;
}

#btn_coming_show_space_suspense {
    display: inline-block;
}


/* База контрагентов */
#device_type_cb_search {
    display: inline-block;
    width: calc(100% - 8px);
}
#device_type_cb_id {
    display: inline-block;
    width: 4%;
}
#device_type_cb_contr {
    display: inline-block;
    width: 12%;
}
#device_type_cb_manager {
    display: inline-block;
    width: 10%;
}
#device_type_cb_tel {
    display: inline-block;
    width: 8%;
}
#device_type_cb_email {
    display: inline-block;
    width: 10%;
}
#device_type_cb_comment {
    display: inline-block;
    width: 20%;
}
#device_type_cb_funnel {
    display: inline-block;
    width: 10%;
}

#device_type_cb_btn {
    display: inline-block;
    width: 10%;
}
/*---*/


#device_type_exp_id {
    display: inline-block;
    width: 4%;
}

#device_type_exp_date {
    display: inline-block;
    width: 6%;
    /*width: 10%;*/
}

#device_type_exp_obj {
    display: inline-block;
    width: 8%;
    /*width: 11%;*/
}
#device_type_exp_sum {
    display: inline-block;
    width: 6%;
    /*width: 8%;*/
}

#device_type_exp_sum_for_n_line {
    display: inline-block;
    width: 6%;
    /*width: 8%;*/
}

#device_type_exp_comand {
    display: inline-block;
    width: 10%;
}
#device_type_exp_type {
    display: inline-block;
    width: 8%;
}
#device_type_exp_buyer {
    display: inline-block;
    width: 10%;
}
#device_type_exp_dogovor {
    display: inline-block;
    width: 10%;
}
#device_type_exp_score {
    display: inline-block;
    width: 10%;
}
#device_type_exp_score_close {
    display: inline-block;
    width: 10%;
}



#device_type_exp_score_comment {
    display: inline-block;
    width: 9%;
}
#device_type_exp_delete {
    display: inline-block;
    width: 3%;
}

/*вот только внес*/
#device_type_exp_score_dog_asnov_n {
    display: inline-block;
    width: 8%;
}



/* Statistics/объекты */
#stc_block_object_name {
    font-family: TextMedium;
    font-size: 18px;
}

#stc_block_sum {
    font-family: TextMedium;
    font-size: 18px;
}

#stc_exp_com_ost_sums {
    font-family: TextMedium;
    font-size: 18px;
}

/* ===== */
/* столбцы приходов через решетку */
#column_media_com_id {
    display: inline-block;
    width: 4%;
}

#column_media_com_data {
    display: inline-block;
    width: 6%;
}

#column_media_com_sum {
    display: inline-block;
    width: 6%;
}

#column_media_com_customer {
    display: inline-block;
    width: 8%;
}

#column_media_com_payer {
    display: inline-block;
    width: 8%;
}

#column_media_com_executor {
    display: inline-block;
    width: 8%;
}

#column_media_com_checking_account {
    display: inline-block;
    width: 8%;
}

#column_media_com_obj {
    display: inline-block;
    width: 8%;
}

#column_media_com_contract {
    display: inline-block;
    width: 8%;
}

#column_media_com_account_number {
    display: inline-block;
    width: 8%;
}

#column_media_com_parish_description {
    display: inline-block;
    width: 16%;
}

#column_media_com_note {
    display: inline-block;
    width: 7%;
}

#column_media_com_delete {
    display: inline-block;
    width: 3%;
}
/* -- */
/* ===== \\ */

/*столбцы договоров*/
#media_dog_id {display: inline-block; width: 4%;}
#media_dog_data {display: inline-block; width: 6%;}
#media_dog_customer {display: inline-block; width: 10%;}
#media_dog_executor {display: inline-block; width: 10%;}
#media_dog_sum {display: inline-block; width: 8%;}
#media_dog_obj {display: inline-block; width: 8%;}
#media_dog_contract_number {display: inline-block; width: 10%;}
#media_dog_status {display: inline-block; width: 8%;}
#media_dog_job_description {display: inline-block; width: 12%;}
#media_dog_closing_documents {display: inline-block; width: 8%;}
#media_dog_deadline {display: inline-block; width: 6%;}
#media_dog_empty {display: inline-block; width: 6%;}
/*столбцы договоров - конец*/


/* круговые диаграммы */
#media_p1 {
    display: inline-block;
    float: left;
    width: 48%;
    height: 100%;
}

#media_p2 {
    display: inline-block;
    float: left;
    width: 48%;
    height: 100%;
}

/* Очень маленькие устройства (телефоны, 600px и ниже) */
@media only screen and (max-width: 600px) {
    .tab button {
        width: 50%;
    }
    .tab input {
        width: 50%;
    }
    /*скрываем столбцы в таблице расходов*/
    #btn_coming_show_space{
    /* кнопки добавления нового прихода расхода и договора*/
        display: none;
    }
    #btn_coming_show_space_suspense{
        /* кнопки добавления нового прихода расхода и договора*/
        display: none;
    }

    #device_type_exp_id {
        display: none;
    }
    #device_type_exp_date {
        display: none;
    }
    #device_type_exp_obj {
        width: 25%;
    }
    #device_type_exp_sum {
        width: 25%;
    }
    #device_type_exp_comand {
        width: 25%;
    }
    #device_type_exp_type {
        width: 25%;
    }
    #device_type_exp_buyer {
        display: none;
    }
    #device_type_exp_dogovor {
        display: none;
    }
    #device_type_exp_score {
        display: none;
    }
    #device_type_exp_score_close {
        display: none;
    }
    #device_type_exp_score_comment {
        display: none;
    }
    #device_type_exp_delete {
        display: none;
    }

    /* Statistics/объекты */
    #stc_block_object_name {
        font-family: TextMedium;
        font-size: 16px;
    }

    #stc_block_sum {
        font-family: TextMedium;
        font-size: 14px;
    }

    /* круговые диаграммы */
    #media_p1 {
        width: 100%;
        height: 100%;
        max-height: 300px;
    }

    #media_p2 {
        width: 100%;
        height: 100%;
        max-height: 300px;
    }

    /* Запросы для приходов 600 */
    #column_media_com_id {
        display: none;
    }

    #column_media_com_data {
        display: none;
    }

    #column_media_com_sum {
        width: 24%;
    }

    #column_media_com_customer {
        width: 25%;
    }

    #column_media_com_payer {
        width: 26%;
    }

    #column_media_com_executor {
        display: none;
    }

    #column_media_com_checking_account {
        display: none;
    }

    #column_media_com_obj {
        width: 25%;
    }

    #column_media_com_contract {
        display: none;
    }

    #column_media_com_account_number {
        display: none;
    }

    #column_media_com_parish_description {
        display: none;
    }

    #column_media_com_note {
        display: none;
    }

    #column_media_com_delete {
        display: none;
    }
    /* запросы для приходоы конец */
    /*столбцы договоров*/
    #media_dog_id {display: none;}
    #media_dog_data {display: none;}
    #media_dog_customer {width: 25%;}
    #media_dog_executor {display: none;}
    #media_dog_sum {width: 25%;}
    #media_dog_obj {width: 25%;}
    #media_dog_contract_number {width: 25%;}
    #media_dog_status {display: none;}
    #media_dog_job_description {display: none;}
    #media_dog_closing_documents {display: none;}
    #media_dog_deadline {display: none;}
    #media_dog_empty {display: none;}
    /*столбцы договоров - конец*/

    /* База контрагентов */
    #device_type_cb_id {display: none;}
    #device_type_cb_contr {width: 40%;}
    #device_type_cb_manager {display: none;}
    #device_type_cb_tel {width: 30%;}
    #device_type_cb_email {display: none;}
    #device_type_cb_btn {display: none;}
    #device_type_cb_comment {display: none;}
    #device_type_cb_funnel {width: 30%;}
    /*---*/
}

/* Маленькие устройства (портретные планшеты и большие телефоны, 600px и выше) */
@media only screen and (min-width: 600px) {
    .tab button {
        width: 25%; /*33.3%*/
    }
    .tab input {
        width: 25%; /*33.3%*/
    }

    /*скрываем столбцы в таблице расходов*/
    #btn_coming_show_space{
        /* кнопки добавления нового прихода расхода и договора*/
        display: none;
    }
    #btn_coming_show_space_suspense{
        /* кнопки добавления нового прихода расхода и договора*/
        display: none;
    }

    #device_type_exp_id {
        display: none;
    }
    #device_type_exp_date {
        /*display: none;*/
        width: 13%;
    }
    #device_type_exp_obj {
        width: 16%;
    }
    #device_type_exp_sum {
        width: 13%;
    }
    #device_type_exp_comand {
        width: 16%;
    }
    #device_type_exp_type {
        width: 16%;
    }
    #device_type_exp_buyer {
        display: none;
    }
    #device_type_exp_dogovor {
        display: none;
    }
    #device_type_exp_score {
        display: none;
    }
    #device_type_exp_score_close {
        display: none;
    }
    #device_type_exp_score_comment {
        width: 26%;
    }
    #device_type_exp_delete {
        display: none;
    }
    #device_type_exp_score_dog_asnov_n {
        display: none;
    }

    /* Statistics/объекты */
    #stc_block_object_name {
        font-family: TextMedium;
        font-size: 16px;
    }

    #stc_block_sum {
        font-family: TextMedium;
        font-size: 16px;
    }

    /* Запросы для приходов 600 горизонт? */
    #column_media_com_id {
        display: none;
    }

    #column_media_com_data {
        /*display: none;*/
        width: 13%;
    }

    #column_media_com_sum {
        width: 14%;
    }

    #column_media_com_customer {
        width: 16%;
    }

    #column_media_com_payer {
        width: 18%;
    }

    #column_media_com_executor {
        display: none;
    }

    #column_media_com_checking_account {
        display: none;
    }

    #column_media_com_obj {
        width: 16%;
    }

    #column_media_com_contract {
        display: none;
    }

    #column_media_com_account_number {
        display: none;
    }

    #column_media_com_parish_description {
        width: 19%;
    }

    #column_media_com_note {
        display: none;
    }

    #column_media_com_delete {
        display: none;
    }
    /* запросы для приходоы конец */


    /*столбцы договоров*/
    #media_dog_id {display: none;}
    #media_dog_data {display: none;}
    #media_dog_customer {width: 20%;}
    #media_dog_executor {display: none;}
    #media_dog_sum {width: 20%;}
    #media_dog_obj {width: 20%;}
    #media_dog_contract_number {width: 20%;}
    #media_dog_status {display: none;}
    #media_dog_job_description {display: none;}
    #media_dog_closing_documents {display: none;}
    #media_dog_deadline {display: none;}
    #media_dog_empty {width: 20%;}
    /*столбцы договоров - конец*/

    /* База контрагентов */
    #device_type_cb_id {display: none;}
    #device_type_cb_contr {width: 20%;}
    #device_type_cb_manager {width: 20%;}
    #device_type_cb_tel {width: 20%;}
    #device_type_cb_email {width: 20%;}
    #device_type_cb_btn {display: none;}
    #device_type_cb_comment {display: none;}
    #device_type_cb_funnel {width: 20%;}
    /*---*/
}

/* Средние устройства (альбомные планшеты, 768px и выше) */
@media only screen and (min-width: 768px) {
    .tab button {
        width: 16.6%;
    }
    .tab input {
        width: 16.6%;
    }
    /*столбцы расходов*/
    /*скрываем столбцы в таблице расходов по ID*/
    #btn_coming_show_space {
        display: inline-block;
    }
    #btn_coming_show_space_suspense {
        display: inline-block;
    }


    #device_type_exp_id {
        display: inline-block;
        width: 4%;
    }

    #device_type_exp_date {
        display: inline-block;
        width: 6%;
        /*width: 10%;*/
    }
    #device_type_exp_obj {
        display: inline-block;
        width: 8%;
        /*width: 11%;*/
    }
    #device_type_exp_sum {
        display: inline-block;
        width: 6%;
        /* width: 8%; */
    }
    #device_type_exp_comand {
        display: inline-block;
        width: 10%;
    }
    #device_type_exp_type {
        display: inline-block;
        width: 8%;
    }
    #device_type_exp_buyer {
        display: inline-block;
        width: 10%;
    }
    #device_type_exp_dogovor {
        display: inline-block;
        width: 10%;
    }
    #device_type_exp_score {
        display: inline-block;
        width: 10%;
    }
    #device_type_exp_score_close {
        display: inline-block;
        width: 10%;
    }
    #device_type_exp_score_comment {
        display: inline-block;
        width: 9%;
    }
    #device_type_exp_delete {
        display: inline-block;
        width: 3%;
    }
    #device_type_exp_score_dog_asnov_n {
        display: inline-block;
        width: 8%;
    }

    /* Statistics/объекты */
    #stc_block_object_name {
        font-family: TextMedium;
        font-size: 18px;
    }

    #stc_block_sum {
        font-family: TextMedium;
        font-size: 18px;
    }

    /* приходы стандартный вид */
    #column_media_com_id {
        display: inline-block;
        width: 4%;
    }

    #column_media_com_data {
        display: inline-block;
        width: 6%;
    }

    #column_media_com_sum {
        display: inline-block;
        width: 6%;
    }

    #column_media_com_customer {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_payer {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_executor {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_checking_account {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_obj {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_contract {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_account_number {
        display: inline-block;
        width: 8%;
    }

    #column_media_com_parish_description {
        display: inline-block;
        width: 16%;
    }

    #column_media_com_note {
        display: inline-block;
        width: 7%;
    }

    #column_media_com_delete {
        display: inline-block;
        width: 3%;
    }
    /* приходы стандартный вид закрыт */

    /*столбцы договоров*/
    #media_dog_id {display: inline-block; width: 4%;}
    #media_dog_data {display: inline-block; width: 6%;}
    #media_dog_customer {display: inline-block; width: 10%;}
    #media_dog_executor {display: inline-block; width: 10%;}
    #media_dog_sum {display: inline-block; width: 8%;}
    #media_dog_obj {display: inline-block; width: 8%;}
    #media_dog_contract_number {display: inline-block; width: 10%;}
    #media_dog_status {display: inline-block; width: 8%;}
    #media_dog_job_description {display: inline-block; width: 12%;}
    #media_dog_closing_documents {display: inline-block; width: 8%;}
    #media_dog_deadline {display: inline-block; width: 6%;}
    #media_dog_empty {display: inline-block; width: 8%;}
    /*столбцы договоров - конец*/

    /* База контрагентов */
    #device_type_cb_id {display: inline-block; width: 4%;}
    #device_type_cb_contr {display: inline-block; width: 12%;}
    #device_type_cb_manager {display: inline-block; width: 10%;}
    #device_type_cb_tel {display: inline-block; width: 8%;}
    #device_type_cb_email {display: inline-block; width: 10%;}
    #device_type_cb_btn {display: inline-block; width: 10%;}
    #device_type_cb_comment {display: inline-block; width: 20%;}
    #device_type_cb_funnel {display: inline-block; width: 10%;}

    /*---*/

}

/* Большие устройства (ноутбуки / настольные компьютеры, 992px и выше) */
@media only screen and (min-width: 992px) {
    .tab button {
        width: 16.6%;
    }
    .tab input {
        width: 16.6%;
    }
}

/* Очень большие устройства (большие ноутбуки и настольные компьютеры, 1200px и выше) */
@media only screen and (min-width: 1200px) {
    .tab button {
        width: 16.6%;
    }
    .tab input {
        width: 16.6%;
    }
    #btn_coming_show_space {
        /* кнопки добавления нового прихода расхода и договора*/
        display: inline-block;
    }
    #btn_coming_show_space_suspense {
        /* кнопки добавления нового прихода расхода и договора*/
        display: inline-block;
    }



}


/**/
/**/
