html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    color: red;
    padding: 70px 15px 20px;
}
.imageText > div > textarea {
    font-size: 24px;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.profileTemplate {
    width: auto !important;
}
/*Для четкого отображения данных в заблокированных полях*/
.disabled-input-black input,
.disabled-input-black label{
    color: #000 !important;
}
/*Для заголвка таблицы с несколькими данными*/
.multi-header{
    line-height:21px;
}
.imageDataView > .webix_template {
    overflow: scroll !important;
}
.previewModalImage > .webix_template {
    overflow: scroll !important;
}

element.style {
}
.webix_view div, .webix_view span, .webix_view a.webix_list_item, .webix_view.webix_window {
    outline: none;
}
.greencircle {
    background-color: #33ff33;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    width: 10px;
    height: 10px;
}
.greencircle {
    background-color: #33ff33;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    width: 10px;
    height: 10px;
}
.redcircle {
    background-color: #ff1d15;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    width: 10px;
    height: 10px;
}

.silvercircle {
    background-color: rgba(19, 19, 19, 0.15);
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    width: 10px;
    height: 10px;
}
.webix_menu-x {
    background: white !important;
}
.webix_selected {
    color: blue !important;
}
.app:menu {
    border-bottom: 1px solid silver !important;
}
.webix_view .webix_scrollview {
    margin-top: 0px !important;
}
select{
    background-color: white !important;
}
.pattern:hover {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}