﻿html {
    -webkit-overflow-scrolling: touch;
}

#divWait {
    background-color: transparent;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: pink
}

.mp-table {
    border-collapse: collapse;
    border: none;
    width: 100% !important;
}

.mp-circle {
    border-radius: 50% !important
}

.PivotHeader {
    height: 10px;
}

.OverZero {
    background-color: lightgreen;
}

.UnderZero {
    background-color: pink;
}

.webix_inp_label {
    font-size: 0.85em;
}

/*.webix_info {
    background-color: greenyellow;
}

    .webix_info div {
        background-color: greenyellow;
    }*/
.webix_icon-back-red .webix_icon:before {
    background-color: firebrick;
}

.webix_table_checkbox {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.webix_tree_checkbox {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

/* File Uploader */
.overall {
    height: 100%;
    line-height: 26px;
}

.name {
    height: 100%;
    float: left;
    overflow: hidden;
}

.size {
    padding: 0 10px;
    width: 100px;
    text-align: right;
    float: right;
}

.remove_file {
    float: right;
    width: 15px;
    padding-left: 10px;
}

.status {
    float: right;
    position: relative;
    margin-top: 4px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    border: 1px solid #A4BED4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.progress {
    height: 100%;
    position: absolute;
    background-color: #b8e6ff;
}

.message {
    z-index: 1;
    width: 100%;
    text-align: center;
    position: absolute;
}

    .message.error {
        color: #e83b3b;
    }
/* -- File Uploader -- */

.listalternaterows .webix_list_item:nth-child(2n) {
    background-color: #F5F5F5;
}

.listalternaterows .webix_list_item.webix_selected:nth-child(2n) {
    color: #FFF;
    background: #27AE60;
}

.datatablealternaterows .webix_cell:nth-child(2n) {
    background-color: #F5F5F5;
}

.datatablealternaterows .webix_cell.webix_row_select:nth-child(2n) {
    color: #FFF;
    background: #27AE60;
}
