.webix_message_area{
    top: 70px !important;
}

.main-info-list .webix_list_item {
    cursor: default;
}
.main-info-list .webix_list_item li {
    display:block;
}

.my_tooltip {
    text-align: left !important;
    font-size:10px;
}

.panel-header {
    line-height: 42px;
}

.datatable_all_centered .webix_hcell{
    text-align:center;
}
.datatable_all_centered .webix_column{
    text-align:center;
}
.datatable_all_centered .webix_first{
    text-align:left;
}

.webix_view {
    color: #000;
    /*font-size: 12px;*/
}

.beaty_table .webix_column>.webix_cell.webix_invalid:nth-child(even) {
    background-color: rgba(244, 67, 54, 0.5);
}

.beaty_table .webix_column>.webix_cell.webix_invalid:nth-child(odd) {
    background-color: rgba(250, 161, 155, 0.8);
}

.beaty_table .webix_column>.webix_cell:nth-child(even) {
    background-color: rgba(255, 255, 255, 1);
}

.beaty_table .webix_column>.webix_cell:nth-child(odd) {
    background-color: rgba(209, 240, 136, 0.44);
}

.beaty_table .webix_column > div.webix_cell_select, .webix_column > div.webix_column_select, .webix_column > div.webix_row_select {
    /*color: #ffffff;*/
    background-color: #FF6E6E !important;
}

.webix_hcell{
    display: list-item;
}

.ice_tests_header .webix_ss_header .webix_hcell {
    display: block;
}

.ice_tests_header .webix_ss_header .webix_hcell div {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    line-height: normal;
    white-space: break-spaces;
    width: 170px;
    transform-origin: center 80px;
    -webkit-transform-origin: center 80px;
    font-size: 11px;
}

.off_ice_eval_header .webix_ss_header .webix_hcell {
    display: block;
}

.off_ice_eval_header .webix_ss_header .webix_hcell div {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    line-height: normal;
    white-space: nowrap;
    width: 180px;
    transform-origin: center 90px;
    -webkit-transform-origin: center 90px;
    font-size: 12px;
}

.history_game_header .webix_ss_header .webix_hcell {
    display: block;
}

.history_game_header .webix_ss_header .webix_hcell div {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    line-height: normal;
    white-space: nowrap;
    width: 90px;
    transform-origin: center 40px;
    -webkit-transform-origin: center 40px;
    font-size: 12px;
}

.average_font {
    font-weight: bold;
    font-size: large;
}

.webix_view {
    border: 0 solid rgba(52, 152, 219, 0.5);
}

.webix_column>div, .webix_table_cell {
    border-right: 1px solid rgba(52, 152, 219, 0.5);
    padding: 0 10px;
    border-bottom: 1px solid rgba(52, 152, 219, 0.5);
}

.right_border{
    border-right: 2px solid rgb(0, 0, 0);
}

.tree_without_extending .webix_tree_open {
    display: none;
}

.webix_point_top {
    z-index: 11001 !important;
}

.webix_fieldset legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 0px;
}

.for-menu {
    position: absolute;
    margin: auto;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 930px;
}

.menu-row-1 {
    position: absolute;
    margin: auto;
    top: 50px;
    right: 30%;
    bottom: 0;
    left: 0;
    width: 50%;
    justify-content: space-between;
    display: flex;
}
.menu-row-2 {
    position: absolute;
    margin: auto;
    top: 250px;
    right: 30%;
    bottom: 0;
    left: 0;
    width: 70%;
    justify-content: space-between;
    display: flex;
}

.menu-row-3 {
    position: absolute;
    margin: auto;
    top: 425px;
    right: 30%;
    bottom: 0;
    left: 0;
    width: 50%;
    justify-content: space-between;
    display: flex;
}

.menu-title {
    font-family: 'Bookman Old Style', serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    width: 170px;
    padding-left: 10px;
    margin-top: -15px;
    color: rgb(0, 0, 0);
}

.breadcrumb_centered {
    text-align:center;
}

.email-box input {
    padding-left:30px;
    background: url(/static/img/email-icon.png) no-repeat scroll 7px 7px;
}

.password-box input {
    padding-left:30px;
    background: url(/static/img/password-icon.png) no-repeat scroll 7px 7px;
}

.attention_font {
    font-family: 'Bookman Old Style', serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 350px;
    color: red;
}

.highlight_bad {
    background-color: LightPink !important;
}
.highlight_good {
    background-color: SpringGreen !important;
}
.highlight_warn {
    background-color: Khaki !important;
}


.vertical-header-text {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);
}

.webix_scroll_cont .webix_list_item .webix_remove_upload {
    margin-left: 10px;
}

.avatar {
    margin: auto;
    display: block;
}

.datatable_header_multiline {
    line-height:25px !important;
}

.datatable_header_multiline_medical {
    height:50px !important;
    line-height:25px !important;
}

.webix_nav_panel {
    overflow: visible;
}