﻿/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-widget, .jqx-widget-header, .jqx-fill-state-normal,
.jqx-widget-content, .jqx-fill-state-hover, .jqx-fill-state-pressed {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.1s;
    -o-transition: box-shadow linear 0.1s;
    transition: box-shadow linear 0.1s;
}

.jqx-widget-content {
    background-color: #ffffff;
    border-color: #e6e6e6;
}

.jqx-widget-header {
    background-color: #f5f5f5;
    border-color: #cccccc;
}

.jqx-fill-state-normal {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-button {
     padding: 4px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-combobox-multi-item {
    padding: 1px 3px;
}

.jqx-fill-state-hover, .jqx-fill-state-pressed {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.jqx-fill-state-hover, .jqx-fill-state-focus {
    color: #333333;
    text-decoration: none;
}

.jqx-fill-state-pressed {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-grid-cell {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-column-menubutton {
    background-color: transparent;
}

.jqx-calendar-row-header, .jqx-calendar-top-left-header {
    background-color: #f0f0f0;
    border: 0px solid #f2f2f2;
}

.jqx-calendar-column-header {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e9e9e9;
}

.jqx-expander-header {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e6e6e6;
}

.jqx-widget, .jqx-widget-header, .jqx-widget-content {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.jqx-scrollbar-state-normal {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.jqx-scrollbar-thumb-state-normal, .jqx-scrollbar-thumb-state-normal-horizontal {
    background: #f5f5f5;
    border-color: #b3b3b3;
}

.jqx-scrollbar-thumb-state-hover, .jqx-scrollbar-thumb-state-hover-horizontal {
    background: #e6e6e6;
    border-color: #b3b3b3;
}

.jqx-progressbar {
    background: #f7f7f7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value, .jqx-splitter-collapse-button-horizontal {
    background-color: #428bca;
}

.jqx-splitter-collapse-button-vertical, .jqx-progressbar-value-vertical {
    background-color: #428bca;
}

.jqx-scrollbar-thumb-state-pressed, .jqx-splitter-splitbar-vertical, .jqx-splitter-splitbar-horizontal, .jqx-scrollbar-thumb-state-pressed-horizontal {
    background: #d9d9d9;
    border-color: #b3b3b3;
}

.jqx-grid-column-sortdescbutton, jqx-grid-column-filterbutton, .jqx-grid-column-sortascbutton {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccccc;
}

.jqx-slider-rangebar {
    background: #cccccc;
}

.jqx-menu-vertical {
    background: #ffffff;
    filter: none;
}

.jqx-checkbox-check-checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
}

.jqx-combobox-content, .jqx-input {
}

.jqx-combobox-content {
    border-color: #cccccc;
}

.jqx-fill-state-focus, .jqx-combobox-content-focus, .jqx-numberinput-focus {
    outline: none;
    border-color: #b3b3b3;
}

.jqx-grid-bottomright, .jqx-panel-bottomright, .jqx-listbox-bottomright {
    background-color: #efefef;
}

.jqx-tabs-title,
.jqx-tabs-title-bottom, .jqx-expander-header {
    color: black !important;
}

    .jqx-expander-header:hover:not(.jqx-fill-state-disabled) {
        color: #005580 !important;
        cursor: pointer;
    }

.jqx-tabs-title-hover-top,
.jqx-tabs-title-hover-bottom {
    color: #005580 !important;
    background: #eee;
    border-color: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.jqx-tabs-title-selected-top, .jqx-tabs-selection-tracker-top {
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    filter: none;
    color: darkblue !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-title-selected-bottom, .jqx-tabs-selection-tracker-bottom {
    border-color: #ddd;
    border-top: 1px solid #fff;
    filter: none;
    color: #555555 !important;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-header {
    background: #fff;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs {
    border-color: #ddd;
}

.jqx-window, .jqx-tooltip {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking .jqx-window {
    box-shadow: none;
}

.jqx-docking-panel .jqx-window {
    box-shadow: none;
}

.jqx-radiobutton {
    background-repeat: no-repeat;
    background: none;
}

.jqx-radiobutton, .jqx-radiobutton-hover {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked {
    filter: none;
    background: #666;
    background-repeat: no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal, .jqx-slider-track-vertical {
    border-color: #cccccc;
    background: #f0f0f0;
}

.jqx-slider-button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-fill-state-normal.jqx-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.jqx-fill-state-hover.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-pressed.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-normal.jqx-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.jqx-fill-state-hover.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-pressed.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-normal.jqx-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.jqx-fill-state-hover.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-pressed.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-normal.jqx-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.jqx-fill-state-hover.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-pressed.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-normal.jqx-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.jqx-fill-state-hover.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-pressed.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-normal.jqx-inverse {
    color: #ffffff;
    background-color: #222222;
    border-color: #080808;
}

.jqx-fill-state-hover.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

.jqx-fill-state-pressed.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

/*applied to a list item when the item is selected.*/
.jqx-listitem-state-hover, .jqx-menu-item-hover, .jqx-tree-item-hover, .jqx-calendar-cell-hover, .jqx-grid-cell-hover,
.jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-input-popup .jqx-fill-state-hover,
.jqx-input-button-header, .jqx-input-popup .jqx-fill-state-pressed,
.jqx-input-button-header {
    color: #ffffff !important;
    color: #333333 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    outline: 0;
}
.jqx-grid-cell-hover {
    border-color: #ccc !important;
}
.jqx-listitem-state-selected, .jqx-menu-item-selected, .jqx-tree-item-selected, .jqx-calendar-cell-selected, .jqx-grid-cell-selected,
.jqx-menu-vertical .jqx-menu-item-top-selected, .jqx-grid-selectionarea {
    color: #ffffff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
/*top rounded Corners*/
.jqx-rc-t-expanded {
    -moz-border-radius-topleft: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded {
    -moz-border-radius-bottomleft: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.jqx-popup.jqx-listbox, .jqx-popup.jqx-calendar {
    top: 2px !important;
    position: relative;
}

.jqx-popup-up.jqx-listbox, .jqx-popup-up.jqx-calendar {
    top: 23px !important;
    position: relative;
}

.jqx-menu-popup > div:first-child {
    padding-bottom: 15px !important;
    padding-right: 15px !important;
}

.jqx-menu-dropdown, .jqx-popup.jqx-dropdownbutton-popup {
    margin-top: 2px !important;
}

.jqx-popup {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #ccc;
}

.jqx-widget .jqx-grid-column-menubutton, .jqx-widget .jqx-grid-column-sortascbutton, .jqx-widget .jqx-grid-column-sortdescbutton, .jqx-widget .jqx-grid-column-filterbutton {
    border-color: #ccc;
}

.jqx-grid-column-sortascbutton, .jqx-expander-arrow-bottom, .jqx-window-collapse-button, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-top-up, .jqx-icon-arrow-up, .jqx-icon-arrow-up-hover, .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget .jqx-grid-group-expand, .jqx-grid-group-expand, .jqx-grid-column-menubutton, .jqx-grid-column-sortdescbutton, .jqx-expander-arrow-top, .jqx-window-collapse-button-collapsed, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-down, .jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-arrow-left, .jqx-menu-item-arrow-left-selected, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left, .jqx-icon-arrow-down-left, .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget .jqx-grid-group-collapse, .jqx-grid-group-collapse, .jqx-tabs-arrow-right, .jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-top-right, .jqx-icon-arrow-right, .jqx-icon-arrow-right-hover, .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tree-item-arrow-collapse-rtl, .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-menu-item-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-grid-column-sortascbutton, .jqx-primary .jqx-expander-arrow-bottom, .jqx-primary .jqx-window-collapse-button, .jqx-primary .jqx-menu-item-arrow-up, .jqx-primary .jqx-menu-item-arrow-up-selected, .jqx-primary .jqx-menu-item-arrow-top-up, .jqx-primary .jqx-icon-arrow-up, .jqx-primary .jqx-icon-arrow-up-hover, .jqx-primary .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget .jqx-primary .jqx-grid-group-expand, .jqx-primary .jqx-grid-group-expand, .jqx-primary .jqx-grid-column-menubutton, .jqx-primary .jqx-grid-column-sortdescbutton, .jqx-primary .jqx-expander-arrow-top, .jqx-primary .jqx-window-collapse-button-collapsed, .jqx-primary .jqx-menu-item-arrow-down, .jqx-primary .jqx-menu-item-arrow-down-selected, .jqx-primary .jqx-menu-item-arrow-down, .jqx-primary .jqx-icon-arrow-down, .jqx-primary .jqx-icon-arrow-down-hover, .jqx-primary .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tabs-arrow-left, .jqx-primary .jqx-menu-item-arrow-left-selected, .jqx-primary .jqx-menu-item-arrow-top-left, .jqx-primary .jqx-icon-arrow-left, .jqx-primary .jqx-icon-arrow-down-left, .jqx-primary .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget .jqx-primary .jqx-grid-group-collapse, .jqx-primary .jqx-grid-group-collapse, .jqx-primary .jqx-tabs-arrow-right, .jqx-primary .jqx-menu-item-arrow-right-selected, .jqx-primary .jqx-menu-item-arrow-top-right, .jqx-primary .jqx-icon-arrow-right, .jqx-primary .jqx-icon-arrow-right-hover, .jqx-primary .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-window-close-button, .jqx-primary .jqx-icon-close, .jqx-primary .jqx-tabs-close-button, .jqx-primary .jqx-tabs-close-button-hover, .jqx-primary .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tree-item-arrow-collapse-rtl, .jqx-primary .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-warning .jqx-grid-column-sortascbutton, .jqx-warning .jqx-expander-arrow-bottom, .jqx-warning .jqx-window-collapse-button, .jqx-warning .jqx-menu-item-arrow-up, .jqx-warning .jqx-menu-item-arrow-up-selected, .jqx-warning .jqx-menu-item-arrow-top-up, .jqx-warning .jqx-icon-arrow-up, .jqx-warning .jqx-icon-arrow-up-hover, .jqx-warning .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget .jqx-warning .jqx-grid-group-expand, .jqx-warning .jqx-grid-group-expand, .jqx-warning .jqx-grid-column-menubutton, .jqx-warning .jqx-grid-column-sortdescbutton, .jqx-warning .jqx-expander-arrow-top, .jqx-warning .jqx-window-collapse-button-collapsed, .jqx-warning .jqx-menu-item-arrow-down, .jqx-warning .jqx-menu-item-arrow-down-selected, .jqx-warning .jqx-menu-item-arrow-down, .jqx-warning .jqx-icon-arrow-down, .jqx-warning .jqx-icon-arrow-down-hover, .jqx-warning .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tabs-arrow-left, .jqx-warning .jqx-menu-item-arrow-left-selected, .jqx-warning .jqx-menu-item-arrow-top-left, .jqx-warning .jqx-icon-arrow-left, .jqx-warning .jqx-icon-arrow-down-left, .jqx-warning .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget .jqx-warning .jqx-grid-group-collapse, .jqx-warning .jqx-grid-group-collapse, .jqx-warning .jqx-tabs-arrow-right, .jqx-warning .jqx-menu-item-arrow-right-selected, .jqx-warning .jqx-menu-item-arrow-top-right, .jqx-warning .jqx-icon-arrow-right, .jqx-warning .jqx-icon-arrow-right-hover, .jqx-warning .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-window-close-button, .jqx-warning .jqx-icon-close, .jqx-warning .jqx-tabs-close-button, .jqx-warning .jqx-tabs-close-button-hover, .jqx-warning .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tree-item-arrow-collapse-rtl, .jqx-warning .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-danger .jqx-grid-column-sortascbutton, .jqx-danger .jqx-expander-arrow-bottom, .jqx-danger .jqx-window-collapse-button, .jqx-danger .jqx-menu-item-arrow-up, .jqx-danger .jqx-menu-item-arrow-up-selected, .jqx-danger .jqx-menu-item-arrow-top-up, .jqx-danger .jqx-icon-arrow-up, .jqx-danger .jqx-icon-arrow-up-hover, .jqx-danger .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget .jqx-danger .jqx-grid-group-expand, .jqx-danger .jqx-grid-group-expand, .jqx-danger .jqx-grid-column-menubutton, .jqx-danger .jqx-grid-column-sortdescbutton, .jqx-danger .jqx-expander-arrow-top, .jqx-danger .jqx-window-collapse-button-collapsed, .jqx-danger .jqx-menu-item-arrow-down, .jqx-danger .jqx-menu-item-arrow-down-selected, .jqx-danger .jqx-menu-item-arrow-down, .jqx-danger .jqx-icon-arrow-down, .jqx-danger .jqx-icon-arrow-down-hover, .jqx-danger .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tabs-arrow-left, .jqx-danger .jqx-menu-item-arrow-left-selected, .jqx-danger .jqx-menu-item-arrow-top-left, .jqx-danger .jqx-icon-arrow-left, .jqx-danger .jqx-icon-arrow-down-left, .jqx-danger .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget .jqx-danger .jqx-grid-group-collapse, .jqx-danger .jqx-grid-group-collapse, .jqx-danger .jqx-tabs-arrow-right, .jqx-danger .jqx-menu-item-arrow-right-selected, .jqx-danger .jqx-menu-item-arrow-top-right, .jqx-danger .jqx-icon-arrow-right, .jqx-danger .jqx-icon-arrow-right-hover, .jqx-danger .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-window-close-button, .jqx-danger .jqx-icon-close, .jqx-danger .jqx-tabs-close-button, .jqx-danger .jqx-tabs-close-button-hover, .jqx-danger .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tree-item-arrow-collapse-rtl, .jqx-danger .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-info .jqx-grid-column-sortascbutton, .jqx-info .jqx-expander-arrow-bottom, .jqx-info .jqx-window-collapse-button, .jqx-info .jqx-menu-item-arrow-up, .jqx-info .jqx-menu-item-arrow-up-selected, .jqx-info .jqx-menu-item-arrow-top-up, .jqx-info .jqx-icon-arrow-up, .jqx-info .jqx-icon-arrow-up-hover, .jqx-info .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget .jqx-info .jqx-grid-group-expand, .jqx-info .jqx-grid-group-expand, .jqx-info .jqx-grid-column-menubutton, .jqx-info .jqx-grid-column-sortdescbutton, .jqx-info .jqx-expander-arrow-top, .jqx-info .jqx-window-collapse-button-collapsed, .jqx-info .jqx-menu-item-arrow-down, .jqx-info .jqx-menu-item-arrow-down-selected, .jqx-info .jqx-menu-item-arrow-down, .jqx-info .jqx-icon-arrow-down, .jqx-info .jqx-icon-arrow-down-hover, .jqx-info .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tabs-arrow-left, .jqx-info .jqx-menu-item-arrow-left-selected, .jqx-info .jqx-menu-item-arrow-top-left, .jqx-info .jqx-icon-arrow-left, .jqx-info .jqx-icon-arrow-down-left, .jqx-info .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget .jqx-info .jqx-grid-group-collapse, .jqx-info .jqx-grid-group-collapse, .jqx-info .jqx-tabs-arrow-right, .jqx-info .jqx-menu-item-arrow-right-selected, .jqx-info .jqx-menu-item-arrow-top-right, .jqx-info .jqx-icon-arrow-right, .jqx-info .jqx-icon-arrow-right-hover, .jqx-info .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-window-close-button, .jqx-info .jqx-icon-close, .jqx-info .jqx-tabs-close-button, .jqx-info .jqx-tabs-close-button-hover, .jqx-info .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tree-item-arrow-collapse-rtl, .jqx-info .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-success .jqx-grid-column-sortascbutton, .jqx-success .jqx-expander-arrow-bottom, .jqx-success .jqx-window-collapse-button, .jqx-success .jqx-menu-item-arrow-up, .jqx-success .jqx-menu-item-arrow-up-selected, .jqx-success .jqx-menu-item-arrow-top-up, .jqx-success .jqx-icon-arrow-up, .jqx-success .jqx-icon-arrow-up-hover, .jqx-success .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget .jqx-success .jqx-grid-group-expand, .jqx-success .jqx-grid-group-expand, .jqx-success .jqx-grid-column-menubutton, .jqx-success .jqx-grid-column-sortdescbutton, .jqx-success .jqx-expander-arrow-top, .jqx-success .jqx-window-collapse-button-collapsed, .jqx-success .jqx-menu-item-arrow-down, .jqx-success .jqx-menu-item-arrow-down-selected, .jqx-success .jqx-menu-item-arrow-down, .jqx-success .jqx-icon-arrow-down, .jqx-success .jqx-icon-arrow-down-hover, .jqx-success .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tabs-arrow-left, .jqx-success .jqx-menu-item-arrow-left-selected, .jqx-success .jqx-menu-item-arrow-top-left, .jqx-success .jqx-icon-arrow-left, .jqx-success .jqx-icon-arrow-down-left, .jqx-success .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget .jqx-success .jqx-grid-group-collapse, .jqx-success .jqx-grid-group-collapse, .jqx-success .jqx-tabs-arrow-right, .jqx-success .jqx-menu-item-arrow-right-selected, .jqx-success .jqx-menu-item-arrow-top-right, .jqx-success .jqx-icon-arrow-right, .jqx-success .jqx-icon-arrow-right-hover, .jqx-success .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-window-close-button, .jqx-success .jqx-icon-close, .jqx-success .jqx-tabs-close-button, .jqx-success .jqx-tabs-close-button-hover, .jqx-success .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tree-item-arrow-collapse-rtl, .jqx-success .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}

.jqx-inverse .jqx-grid-column-sortascbutton, .jqx-inverse .jqx-expander-arrow-bottom, .jqx-inverse .jqx-window-collapse-button, .jqx-inverse .jqx-menu-item-arrow-up, .jqx-inverse .jqx-menu-item-arrow-up-selected, .jqx-inverse .jqx-menu-item-arrow-top-up, .jqx-inverse .jqx-icon-arrow-up, .jqx-inverse .jqx-icon-arrow-up-hover, .jqx-inverse .jqx-icon-arrow-up-selected {
    background-image: url('images/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget .jqx-inverse .jqx-grid-group-expand, .jqx-inverse .jqx-grid-group-expand, .jqx-inverse .jqx-grid-column-menubutton, .jqx-inverse .jqx-grid-column-sortdescbutton, .jqx-inverse .jqx-expander-arrow-top, .jqx-inverse .jqx-window-collapse-button-collapsed, .jqx-inverse .jqx-menu-item-arrow-down, .jqx-inverse .jqx-menu-item-arrow-down-selected, .jqx-inverse .jqx-menu-item-arrow-down, .jqx-inverse .jqx-icon-arrow-down, .jqx-inverse .jqx-icon-arrow-down-hover, .jqx-inverse .jqx-icon-arrow-down-selected {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tabs-arrow-left, .jqx-inverse .jqx-menu-item-arrow-left-selected, .jqx-inverse .jqx-menu-item-arrow-top-left, .jqx-inverse .jqx-icon-arrow-left, .jqx-inverse .jqx-icon-arrow-down-left, .jqx-inverse .jqx-icon-arrow-left-selected {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget .jqx-inverse .jqx-grid-group-collapse, .jqx-inverse .jqx-grid-group-collapse, .jqx-inverse .jqx-tabs-arrow-right, .jqx-inverse .jqx-menu-item-arrow-right-selected, .jqx-inverse .jqx-menu-item-arrow-top-right, .jqx-inverse .jqx-icon-arrow-right, .jqx-inverse .jqx-icon-arrow-right-hover, .jqx-inverse .jqx-icon-arrow-right-selected {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-window-close-button, .jqx-inverse .jqx-icon-close, .jqx-inverse .jqx-tabs-close-button, .jqx-inverse .jqx-tabs-close-button-hover, .jqx-inverse .jqx-tabs-close-button-selected {
    background-image: url(./images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tree-item-arrow-collapse-rtl, .jqx-inverse .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(./images/icon-left.png);
}


.jqx-input-button-content {
    font-size: 10px;
}

.jqx-combobox-content, .jqx-input {
    border-color: #cccccc;
    color: #555555;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.jqx-combobox-content, .jqx-combobox, .jqx-combobox-state-normal {
    border-color: #cccccc;
}

.jqx-combobox-content-focus, .jqx-combobox-state-focus, .jqx-fill-state-focus,
.jqx-numberinput-focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.jqx-datetimeinput-content, .jqx-datetimeinput-container {
    overflow: visible !important;
}

input[type="text"].jqx-input, input[type="text"].jqx-widget-content, input[type="textarea"].jqx-widget-content, textarea.jqx-input {
    padding-left: 0px !important;
}

input[type="text"].jqx-input:-moz-placeholder, input[type="text"].jqx-widget-content:-moz-placeholder, input[type="textarea"].jqx-widget-content:-moz-placeholder, textarea.jqx-input:-moz-placeholder {
    color: #999999;
}

input[type="text"].jqx-input:-webkit-input-placeholder, input[type="text"].jqx-widget-content:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content:-webkit-input-placeholder, textarea.jqx-input:-webkit-input-placeholder {
    color: #999999;
}

input[type="text"].jqx-input:-ms-input-placeholder, input[type="text"].jqx-widget-content:-ms-input-placeholder, input[type="textarea"].jqx-widget-content:-ms-input-placeholder, textarea.jqx-input:-ms-input-placeholder {
    color: #999999;
}

input[type="password"].jqx-input, input[type="password"].jqx-widget-content, input[type="textarea"].jqx-widget-content, textarea.jqx-input {
    padding-left: 0px !important;
}

input[type="password"].jqx-input:-moz-placeholder, input[type="password"].jqx-widget-content:-moz-placeholder, input[type="textarea"].jqx-widget-content:-moz-placeholder, textarea.jqx-input:-moz-placeholder {
    color: #999999;
}

input[type="password"].jqx-input:-webkit-input-placeholder, input[type="password"].jqx-widget-content:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content:-webkit-input-placeholder, textarea.jqx-input:-webkit-input-placeholder {
    color: #999999;
}

input[type="password"].jqx-input:-ms-input-placeholder, input[type="password"].jqx-widget-content:-ms-input-placeholder, input[type="textarea"].jqx-widget-content:-ms-input-placeholder, textarea.jqx-input:-ms-input-placeholder {
    color: #999999;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus, .jqx-listbox.jqx-fill-state-focus {
    outline: none;
    border-color: #b2b2b2;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-primary {
    border-color: #0044cc #0044cc #002a80;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-warning {
    border-color: #f89406 #f89406 #ad6704;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-danger {
    border-color: #bd362f #bd362f #802420;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-success {
    border-color: #51a351 #51a351 #387038;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-info {
    border-color: #2f96b4 #2f96b4 #1f6377;
}

.jqx-dropdownlist-state-normal.jqx-fill-state-focus.jqx-inverse {
    border-color: #222222 #222222 #000000;
}

.jqx-popup.jqx-fill-state-focus {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-expander-content.jqx-fill-state-focus {
    z-index: 20;
}

.jqx-slider-rangebar {
    border-color: #428bca;
    background: #428bca;
}

.jqx-slider-button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 3px;
}

.jqx-grid-cell.jqx-grid-cell-selected > .jqx-grid-group-expand {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell.jqx-grid-cell-selected > .jqx-grid-group-collapse {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell.jqx-grid-cell-selected > .jqx-grid-group-collapse-rtl {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell.jqx-grid-cell-selected > .jqx-grid-group-expand-rtl {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-layout
{
    background-color: #cccccc;
}
 /*applied to the timepicker*/
.jqx-svg-picker:hover {
	background-color: rgb(248, 248, 248);
}