html, body  {
    height: 100%;
}


.webix_message_area {
    width:40%;
    top:40px  !important;
    left:30%;
}

.webix_message {
    padding:10px;
    text-align: center;
    font-family: sans-serif;
    font-size:   1.1em;
    font-weight: bold;
}

@media print {
    .outerWidgetPanel {
        overflow: initial !important; 
    }
}    
    
.webix_el_button input, .webix_el_toggle input, .webix_el_button button, .webix_el_toggle button, .webixbutton {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: auto 6px;
    font-family: Arial;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background-color: #8A9D1D;
}

.webix_toolbar .webix_secondary button {
    border-color: #B4CB27;
}

/*todo: all the stuff from the nav bar needs to be moved to nav css!*/
.topcart {
    background-color: transparent;
    border: none;
    font-size:25px;
    color:#FFF;
    cursor: pointer;
}

.nobg button.webix_button.webix_img_btn {
    background-color: transparent;
    border: none;
}

.nobg.webix_view {
    background-color: transparent;
    border: none;
    color: #FFF;
}

.progress {
    position: relative;
    z-index: 5;
    background: #DDDDDD;
    border: 0px;
    border-radius: 3px;
    display: inline-block;
}

.progress-text {
    position: absolute;
    text-align: center;
    font: bold 12px consolas;
    top: 0;
    left: 0;
}

.progress, .progress-bar, .progress-text {
    width: 135px;
    max-width: 135px;
    height: 16px;
}

.progress .progress-text:first-child {
    z-index: 5;
    color: black;
}

.progress .progress-text:last-child {
    z-index: 10;
    color: black;
}

.progress-bar {
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: 4px;
    width: 0%;
    -moz-transition: width .2s linear;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
}

/* Candystripe style */
.progress.candy .progress-bar {
    background-color: green;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.3) inset;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    background-size: 20px 20px;
    -webkit-animation: candystripe 2s linear infinite;
    -moz-animation: candystripe 2s linear infinite;
    animation: candystripe 2s linear infinite;
}

@-webkit-keyframes candystripe {
    to {  background-position: 20px 0;  }
}

@-moz-keyframes candystripe {
    to {  background-position: 20px 0;  }
}

@keyframes candystripe {
    to {  background-position: 20px 0;  }
}

#updateIndicator {
    padding: 3px;
}

.online span.fa-link  {
    color: green !important;
}

.offline span.fa-unlink  {
    color: red !important;
}

.fa,
.fa-fas,
.fas,
span.webix_icon.fas
{
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

.fa-iw {
    width: 1.5em;
}

/******   STANDARD COLORS   ******/

.red {  color: #E06828;  }
.lightgray  {  color: #D0D0D0;  }
.gray  {  color: #888888;  }
.green  {  color: #98A820;  }
.brown  {  color: #903020;  }
.blue  {  color: #2098a8;  }
.yellow  {  color: #d5d500;  }

.disabled  {
    background-color: #F8f8f8;
    color: #666;
}

.bold  {
    font-weight: 700;
}

.summary  {
    font-weight: 700;
}

.right_align_column div, .right  {
    text-align: right;
}

.center  {
    text-align: center;
}

.textright {
    text-align:right;
}

.textleft {
    text-align:left;
}


.hvcenter {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.iw {
    width: 15px;
}

.webix_ss_sort_desc, .webix_ss_sort_asc  {
    font-family: "Font Awesome 5 Pro" !important;
}

.webix_ss_sort_asc:before {
    content: '\F106' !important;
}

.webix_ss_sort_desc:before {
    content: '\F107' !important;
}

.webix_cal_range.webix_cal_day {
    background-color: #F4FFBA;
}

.fieldcontrol {
    margin-left: -10px;
    margin-right: -10px;
    padding:0 10px;
    text-align: center;
    background-color: #F0F0F0;
}

.fieldedit {
    background-color: #FFF;
}

.fieldText {
    width: 100%;
    border: 1px solid #EEE;
    text-align: right;
}

.fieldSlider 
{
    margin: 0 -10px;    
    width: 100%;
}

.fieldSwitch {
    
}

.fieldNumber {
    width: 100%;    
    border: 1px solid #EEE;
    text-align: right;
}

.fieldSelect {
    width: 100%;
    border: 1px solid #EEE;
}

.charthistorynav
{
    margin-right:30px;
    text-align: right;
}

.charthistorynav span 
{    
    margin-left:5px;
    font-size: 0.8em;
    color: #6D78AD;  
    cursor: pointer;
}

.charthistorynav span.selected
{    
    text-decoration: underline;
}

.rawval {
    display: block;
    width: 100%;
    font-family: monospace;
    font-weight: bold;
    text-align: right;
}

.textval {
    display: block;
    width: 100%;
    font-size: 0.8em;
}

.tooltipStyle{
    background: #666; !important;
    text-align: left; !important;
    padding: 15px;
    color: #FFFFFF;
    border-radius: 5px;
}

.iconlink {
    cursor: pointer;   
}

.iconlink:hover {
    color: #98A820;   
}

.templateheader div {
    border-width:0px;
    background:transparent;
    color:#FFF;
}

.webix_icon.widgetcfg {
    font-size: 12px;
}

.group_isaccount {
    font-weight: bold;
    color: #000;
}

.ezebtn .webix_el_box .webix_button {
    width: 100%;
    line-height: 1em !important;
    background-color: #8A9D1D;
}

.ezebtn div button {
    line-height: 1em;
    background-color: #8A9D1D;
    color: #FFF;  
}

.ezebtn div button .webix_icon_btn {
    font-size:0.95em;
}

.ezebtn div button:hover {
    background-color: #6F7E17 !important;
}

.custom_confirm_button button {
    background-color: #d3e46f;
    border: #d3e46f;
    color: #303030;
}

.custom_confirm_button button:hover {
    background-color: #cee15e;
}

.cleantemplate {
    height: auto;
    border: 0;
    margin: 0;
}

.dt_hdr_multiline {
    font-size: 0.9em;
    padding-top: 4px;
    line-height: 16px !important;
}

.template_basealign {
    border: none;
    padding-top: 16px;
}