
/**
 * Атомарный CSS
 */

.padding-0-10 {
    padding: 0 10px;
}

.accent-color {
    color: #1ca1c1;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-400 {
    font-weight: 400;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.background-color-grey-100 {
    background-color: #F5F5F5;
}

.position-absolute {
    position: absolute;
}

.top-right-10-10 {
    top: 10px;
    right: 10px;
}

.top-left-10-45p {
    top: 10px;
    left: 45%;
}

a {
    text-decoration: none;
    color: #424242;
}


/**
 * ????
 */
.css_3 .webix_template {
    padding: 0 !important;
}


/**
 * Свойства модуля main
 */

.main_menu {
    position: absolute;
    right: 0;
    box-shadow: 0 1px 4px 0 #ddd;
    height: fit-content !important;
}

.main_menu .webix_sidebar .webix_tree_branch_1 > .webix_tree_item,
.webix_sidebar .webix_tree_item {
    border-bottom: 1px solid #e6e6e6;
}

.main_toolbar {
    display: flex;
    height: auto !important;
}


.main_1 .webix_list_item:hover {
    color: #1ca1c1;
}

.main_2 {
    height: 46px !important;
}

.main_2 .webix_template {
    padding: 0 0 0 5px;
}

.main_2:hover {
    cursor: pointer;
    padding: unset;
}

.main_3 {
    width: fit-content !important;
}

.main_3 .webix_el_box {
    width: fit-content !important;
    padding-left: 10px;
    font-weight: unset;
    color: #475466;
}

.main_3 .webix_el_box:hover {
    cursor: pointer;
    color: #1ca1c1;
}

.main_4 .webix_el_box {
    font-size: 20px;
    font-weight: unset;
    text-align: center;
    color: white;
}

.main_search_valid {
    flex-grow: 1;
    padding: 1px .5em;
}

.main_search_valid .webix_el_box,
.main_search_valid .webix_el_box input {
    width: 100% !important;
}

.main_search_valid input {
    color: #616161;
    border: 1px solid #616161;
}

@media screen and (max-height: 500px) {
    .main_menu {
        position: absolute;
        right: 0;
        box-shadow: 0 1px 4px 0 #ddd;
        height: 200px !important;
    }
}