
.questionnaires-order-button button.webix_button {
    font-size: 14px;
    color: #2a2a2a !important;
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
}

.questionnaires-order-button button.webix_button:hover {
    color: #2a2a2a !important;
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    box-shadow: inset 0 0 0 1px #efefef;
}

.questionnaires-order-button button.webix_button:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top: 2px;
}

.questionnaires-order-button button .webix_icon_btn {
    color: #2a2a2a !important;
}

.questionnaires-order-button .webix_badge {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ff0000;
    font-size: 8pt;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    right: 10px;
    top: 10px;
}

.uploaderList {
    background-color: #e1e0e0 !important;
}

.questionnaires-notchecked,
.questionnaires-checked {
    font-weight: bold;
    cursor: pointer;
}

.questionnaires-notchecked {
    color: red;
}

.questionnaires-checked {
    color: green;
}

.file_not_exists {
    background: #f9e4e4 !important;
}

.file_not_exists.webix_row_select {
    background: #e3a9a9 !important;
}

.webix_success .webix_button {
    background: #559963;
    color: #fff;
}

.webix_warning .webix_button {
    background: #ff7420;
    color: #fff;
}

.webix_warning .webix_button:active,
.webix_warning .webix_button:hover {
    background: #e36215;
    color: #fff;
}

.webix_success .webix_button:focus, .webix_success .webix_button:hover {
    background-color: #438350;
}

.webix_examples input,
.webix_examples input:focus {
    font-weight: bold;
    border: 0;
}

.webix_view .cke_browser_webkit {
    width: 99.5% !important;
}

.webix_search_popup .icon16.userpic20 {
    background-position: -2px 3px;
    background-size: 25px 23px;
    margin: 0;
    width: 30px;
    height: 30px;
}

.webix_view .monaco-editor .minimap {
    border-left: 1px solid #bbb;
}


.webix_view button:focus,
.webix_view button:active {
    outline: none !important;
    border: none !important;
}

.webix_break_spaces {
    height: initial !important;
}

.webix_break_spaces label {
    white-space: break-spaces;
}

.webix_break_spaces div {
    white-space: break-spaces;
    height: initial !important;
    line-height: initial !important;
}

.webix_radio_option {
    float: none;
}

.webix_micro, .webix_micro .webix_el_box {
    height: 30px !important;
}

.webix_micro button {
    font-size: .8em;
}