/*
from Xiang
Date: 2016-06-17
Object: JQWidget custom CSS
*/
.jqx-splitter-panel.jqx-widget-content,
.jqx-tabs.jqx-widget-content,
.jqx-tabs-content-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jqx-tabs-content-element {
  position: relative;
}

.jqx-grid-cell-selected-fresh a {
  color: white;
}

/* NOTE: for font-awesome */
.fa-check,
.jqx-grid .fa-check { color: #00b500; }

/* NOTE: jqxGrid CSS Override */
/* .jqx-grid-statusbar .jqx-grid-cell {
  background: lightblue;
} */
.jqx-grid-statusbar .jqx-grid-cell:last-child {
  border-right: 0;
}

/* NOTE: jqxScheduler CSS Override */
.jqx-scheduler-legend-bar {
  overflow-y: auto;
}
.jqx-scheduler-legend-bar > div {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start
}

/* NOTE: jqxRibbon */
.jqx-ribbon-item { cursor: pointer; }

/* NOTE: jqxWindow */
.jqx-window.jqx-widget-content { z-index: 1401 !important; }
.jqx-window-modal { z-index: 1400 !important; }
