.webix_view.webix_window.webix_popup {
    z-index: 99999 !important;
}

.easyorderfiles-search-popup .webix_list_item i {
    vertical-align: text-bottom;
}

.easyorderfiles-order-button,
easyorderfiles-order-button-ui2 {
    position: relative;
}

.webix-vertical-center .webix_cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.webix_view .easyorderfiles-window-ui2 input[type="text"],
.webix_view .easyorderfiles-window-ui2 input[type="password"],
.webix_view .easyorderfiles-window-ui2 input[type="search"],
.webix_view .easyorderfiles-window-ui2 input[type="email"],
.webix_view .easyorderfiles-window-ui2 input[type="number"],
.webix_view .easyorderfiles-window-ui2 input[type="time"],
.webix_view .easyorderfiles-window-ui2 input[type="tel"],
.webix_view .easyorderfiles-window-ui2 input[type="date"],
.webix_view .easyorderfiles-window-ui2 input[type="datetime-local"],
.webix_view .easyorderfiles-window-ui2 input[type="url"] {
    margin: initial;
}

.webix_view .easyorderfiles-window-ui2 input[type="text"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="password"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="search"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="email"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="number"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="time"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="date"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="datetime-local"]:hover,
.webix_view .easyorderfiles-window-ui2 input[type="url"]:hover {
    border-color: #ccd7e6;
}

.webix_view .easyorderfiles-window-ui2 input[type="text"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="password"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="search"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="email"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="number"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="time"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="date"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="datetime-local"]:focus,
.webix_view .easyorderfiles-window-ui2 input[type="url"]:focus {
    color: #fff;
}

.webix_view *:not(.wa-select) > select:not(.not-styled) {
    border-color: #ccd7e6;
    color: inherit;
}

.webix_view mark, .webix_view .highlighted {
    background: var(--highlighted-yellow);
    color: #5555bb;
    border-radius: 0.25rem;
}

.easyorderfiles-order-button-ui2.webix_el_label .webix_el_box {
    color: #8899aa !important;
    cursor: pointer;
}

.easyorderfiles-order-button-ui2.webix_el_label:hover {
    background: var(--menu-background-color-hover);
    color: var(--menu-link-color-hover);
}

.easyorderfiles-order-button-ui2 a {
    font-style: normal;
    text-decoration: none;
    color: var(--menu-link-color);
}


.easyorderfiles-steps {
    margin: 0 auto;
    padding-bottom: 14px;
}

.easyorderfiles-steps [view_id="easyorderfilesWindow"] {
    margin: 0 auto;
}

.easyorderfiles-order-button > * {
    padding-left: 20px;
    font-weight: normal !important;
}

.easyorderfiles-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;
}

.easyorderfiles-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;
}

.easyorderfiles-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;
}

.easyorderfiles-order-button button .webix_icon_btn {
    color: #2a2a2a !important;
}

.easyorderfiles-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: 3px;
}

.easyorderfiles-order-button-ui2 .webix_badge {
    right: 7px;
    top: 9px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.uploaderList {
    background-color: #e1e0e0 !important;
}

.easyorderfiles-radio-custom {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.easyorderfiles-radio-checked {
    background: green;
}

.easyorderfiles-radio-notchecked {
    background: orange;
}

.easyorderfiles-notchecked,
.easyorderfiles-checked {
    font-weight: bold;
    cursor: pointer;
}

.easyorderfiles-notchecked {
    color: red;
}

.easyorderfiles-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;
}

.flaticon-email-white:before, .flaticon-email-white:before, .flaticon-email-white:after {
    color: #dadee0;
}

.easyorderfiles-list-table {
    padding: 10px 0;
}

.easyorderfiles-list-table table {
    width: 100%;
}

.easyorderfiles-list-table table td:not(.easyorderfiles-filename) {
    width: 1%;
    text-align: center;
    white-space: nowrap;
}