﻿/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-custom {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
/*top-right rounded Corners*/
.jqx-rc-tr-custom {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl-custom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br-custom {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*top rounded Corners*/
.jqx-rc-t-custom {
    -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-custom {
    -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-custom {
    -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-custom {
    -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-custom {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-widget-custom, .jqx-widget-header-custom, .jqx-fill-state-normal-custom,
.jqx-widget-content-custom, .jqx-fill-state-hover-custom, .jqx-fill-state-pressed-custom {
    -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-custom {
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-widget-header-custom {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    border-color: #cccccc;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-button-custom, .jqx-fill-state-normal-custom {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    border-color: #cccccc;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-fill-state-hover-custom {
    text-shadow: 0 1px 0 rgb(240, 240, 240);
    border-color: #b2b2b2;
    border-color: rgba(0, 0, 0, 0.3);
    color: black;
    background-color: #f0f0f0;
    background-image: linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
    background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
    background-image: -moz-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
    background-image: -o-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
    box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
    -webkit-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
    -moz-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
}

.jqx-fill-state-pressed-custom {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.jqx-fill-state-hover-custom, .jqx-fill-state-focus-custom {
    color: #333333;
    text-decoration: none;
}

.jqx-fill-state-pressed-custom {
    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-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-column-menubutton-custom {
    background-color: transparent;
    border-color: #cccccc;
}

.jqx-calendar-row-header-custom, .jqx-calendar-top-left-header-custom {
    background-color: #f0f0f0;
    border: 0px solid #f2f2f2;
}

.jqx-calendar-column-header-custom {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e9e9e9;
}

.jqx-expander-header-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    border-color: #cccccc;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-ribbon-header-vertical-custom, .jqx-widget-header-vertical-custom {
    background: #f0f0f0;
    background: -ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
    background: linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
}

.jqx-scrollbar-state-normal-custom {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.jqx-scrollbar-thumb-state-normal-custom, .jqx-scrollbar-thumb-state-normal-horizontal-custom {
    background: #f5f5f5;
    border-color: #b3b3b3;
}

.jqx-scrollbar-thumb-state-hover-custom, .jqx-scrollbar-thumb-state-hover-horizontal-custom {
    background: #e6e6e6;
    border-color: #b3b3b3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-progressbar-custom {
    background: #f7f7f7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value-custom, .jqx-splitter-collapse-button-horizontal-custom {
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.jqx-splitter-collapse-button-vertical-custom, .jqx-progressbar-value-vertical-custom {
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #149bdf, #0480be);
}

.jqx-scrollbar-thumb-state-pressed-custom, .jqx-splitter-splitbar-vertical-custom, .jqx-splitter-splitbar-horizontal-custom, .jqx-scrollbar-thumb-state-pressed-horizontal-custom {
    background: #d9d9d9;
    border-color: #b3b3b3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-grid-column-sortdescbutton-custom, jqx-grid-column-filterbutton-custom, .jqx-grid-column-sortascbutton-custom {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccccc;
}

.jqx-slider-rangebar-custom {
    background: #cccccc;
}

.jqx-menu-vertical-custom {
    background: #ffffff;
    filter: none;
}

.jqx-checkbox-check-checked-custom {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
}

.jqx-checkbox-hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-combobox-content-custom, .jqx-input-custom {
}

.jqx-combobox-content-custom {
    border-color: #cccccc;
    border-color: rgba(0, 0, 0, 0.25);
}

.jqx-grid-bottomright-custom, .jqx-panel-bottomright-custom, .jqx-listbox-bottomright-custom {
    background-color: #efefef;
}

.jqx-window-custom, .jqx-tooltip-custom {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking-custom .jqx-window-custom {
    box-shadow: none;
}

.jqx-docking-panel-custom .jqx-window-custom {
    box-shadow: none;
}

.jqx-radiobutton-custom {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background: none;
}

.jqx-radiobutton-custom-custom, .jqx-radiobutton-hover-custom {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked-custom {
    filter: none;
    background: #666;
    background-repeat: no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-custom {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled-custom {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal-custom, .jqx-slider-track-vertical-custom {
    border-color: #cccccc;
    background: #f0f0f0;
}

.jqx-slider-button-custom {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/*applied to a list item when the item is selected.*/
.jqx-listitem-state-hover-custom, .jqx-menu-item-hover-custom, .jqx-tree-item-hover-custom, .jqx-calendar-cell-hover-custom, .jqx-grid-cell-hover-custom,
.jqx-menu-vertical-custom .jqx-menu-item-top-hover-custom, .jqx-input-popup-custom .jqx-fill-state-hover-custom,
.jqx-input-popup-custom .jqx-fill-state-pressed-custom {
    color: #ffffff !important;
    border-color: #316293 #316293 #29547E !important;
    text-decoration: none;
    background-color: #0081c2;
    background-repeat: repeat-x;
    outline: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #2f7eb6; /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-position: 0 0;
}

.jqx-listitem-state-selected-custom, .jqx-menu-item-selected-custom, .jqx-tree-item-selected-custom, .jqx-calendar-cell-selected-custom, .jqx-grid-cell-selected-custom,
.jqx-menu-vertical-custom .jqx-menu-item-top-selected-custom, .jqx-grid-selectionarea-custom, .jqx-input-button-header-custom, .jqx-input-button-innerHeader-custom {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #003399;
    *background-color: #003399;
    background-repeat: repeat-x;
    border-color: #316293 #316293 #29547E !important;
    background: #356aa0; /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-cell-custom .jqx-button-custom, .jqx-grid-cell-custom .jqx-button-custom.jqx-fill-state-hover-custom, .jqx-grid-cell-custom .jqx-button-custom.jqx-fill-state-pressed-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.jqx-popup-custom {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.jqx-grid-column-sortascbutton-custom, .jqx-expander-arrow-bottom-custom, .jqx-window-collapse-button-custom, .jqx-menu-item-arrow-up-custom, .jqx-menu-item-arrow-up-selected-custom, .jqx-menu-item-arrow-top-up-custom, .jqx-icon-arrow-up-custom, .jqx-icon-arrow-up-hover-custom, .jqx-icon-arrow-up-selected-custom {
    background-image: url('images/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-custom .jqx-grid-group-expand-custom, .jqx-grid-group-expand-custom, .jqx-grid-column-menubutton-custom, .jqx-grid-column-sortdescbutton-custom, .jqx-expander-arrow-top-custom, .jqx-window-collapse-button-collapsed-custom, .jqx-menu-item-arrow-down-custom, .jqx-menu-item-arrow-down-selected-custom, .jqx-menu-item-arrow-down-custom, .jqx-icon-arrow-down-custom, .jqx-icon-arrow-down-hover-custom, .jqx-icon-arrow-down-selected-custom {
    background-image: url('images/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-arrow-left-custom, .jqx-menu-item-arrow-left-selected-custom, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-custom, .jqx-icon-arrow-down-left-custom, .jqx-icon-arrow-left-selected-custom {
    background-image: url('images/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-custom .jqx-grid-group-collapse-custom, .jqx-grid-group-collapse-custom, .jqx-tabs-arrow-right-custom, .jqx-menu-item-arrow-right-selected-custom, .jqx-menu-item-arrow-top-right-custom, .jqx-icon-arrow-right-custom, .jqx-icon-arrow-right-hover-custom, .jqx-icon-arrow-right-selected-custom {
    background-image: url('images/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tree-item-arrow-collapse-rtl-custom, .jqx-tree-item-arrow-collapse-hover-rtl-custom {
    background-image: url(images/icon-left.png);
}

.jqx-menu-item-arrow-left-selected-custom {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-custom {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-input-button-content-custom {
    font-size: 10px;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #ccc;
}

.jqx-combobox-content-custom, .jqx-input-custom {
    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);
}

.jqx-combobox-content-custom, .jqx-combobox-custom, .jqx-combobox-state-normal-custom {
    border-color: #cccccc;
}

.jqx-combobox-content-focus-custom, .jqx-combobox-state-focus-custom, .jqx-fill-state-focus-custom,
.jqx-numberinput-focus-custom {
    outline: none;
    border-color: #959595;
}


input[type="text"].jqx-input-custom, input[type="password"].jqx-input-custom, input[type="text"].jqx-widget-content-custom, input[type="textarea"].jqx-widget-content-custom, textarea.jqx-input-custom {
    padding-left: 0px !important;
}

    input[type="text"].jqx-input-custom:-moz-placeholder, input[type="text"].jqx-widget-content-custom:-moz-placeholder, input[type="textarea"].jqx-widget-content-custom:-moz-placeholder, textarea.jqx-input-custom:-moz-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-custom:-webkit-input-placeholder, input[type="text"].jqx-widget-content-custom:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-custom:-webkit-input-placeholder, textarea.jqx-input-custom:-webkit-input-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-custom:-ms-input-placeholder, input[type="text"].jqx-widget-content-custom:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-custom:-ms-input-placeholder, textarea.jqx-input-custom:-ms-input-placeholder {
        color: #999999;
    }

.jqx-slider-rangebar-custom {
    border-color: #0081c2;
    background: #0081c2;
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-expand-custom,
.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-expand-custom {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-collapse-custom,
.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-collapse-custom {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-collapse-rtl-custom,
.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-collapse-rtl-custom {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-expand-rtl-custom,
.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-expand-rtl-custom {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-title-selected-top-custom, .jqx-tabs-selection-tracker-top-custom {
    border-color: #CCCCCC;
    border-bottom: 1px solid #fff;
    text-shadow: 0 1px 0 #f2f2f2;
    filter: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs-title-selected-bottom-custom, .jqx-tabs-selection-tracker-bottom-custom {
    border-color: #CCCCCC;
    border-top: 1px solid #fff;
    text-shadow: 0 1px 0 #f2f2f2;
    filter: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs-title-hover-top-custom, .jqx-tabs-title-hover-bottom-custom, .jqx-tabs-header-custom {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-window-collapse-button-custom {
    margin-top: 2px;
}

.jqx-window-collapse-button-collapsed-custom {
    margin-top: 0px;
}

.jqx-layout-custom {
    background-color: #cccccc;
}

.jqx-widget-custom {
    font-family: Verdana;
}

.jqx-widget-content-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    background: #ffffff;
    font-family: Verdana;
}

.jqx-widget-header-custom, .jqx-grid-custom .jqx-widget-header-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-grid-column-menubutton-custom, .jqx-widget-custom.jqx-grid-column-menubutton-custom {
    border-color: #cccccc;
}

.jqx-grid-cell-custom, .jqx-widget-custom .jqx-grid-cell-custom {
    background-color: #ffffff;
    color: #222222;
    text-shadow: none;
}

.jqx-fill-state-normal-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-button-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-grid-selectionarea-custom {
    border-color: #cccccc;
    background-color: #f8f8f8;
}

.jqx-widget-custom .jqx-grid-cell-sort-custom, .jqx-widget-custom .jqx-grid-cell-filter-custom, .jqx-widget-custom .jqx-grid-cell-pinned-custom, .jqx-grid-cell-sort-custom, .jqx-grid-cell-filter-custom, .jqx-grid-cell-pinned-custom {
    background-color: #E5E5E5;
    color: #000000;
    text-shadow: none;
}

.jqx-widget-custom .jqx-grid-cell-alt-custom, .jqx-widget-custom .jqx-grid-cell-sort-alt-custom, .jqx-widget-custom .jqx-grid-cell-pinned-alt-custom, .jqx-widget-custom .jqx-grid-cell-filter-alt-custom, .jqx-grid-cell-alt-custom, .jqx-grid-cell-sort-alt-custom, .jqx-grid-cell-filter-alt-custom {
    background-color: #f9f9f9;
    color: #000000;
    text-shadow: none;
}

.jqx-fill-state-hover-custom, .jqx-widget-custom .jqx-grid-cell-hover-custom {
    color: #333333;
    text-shadow: none;
    border-color: #b2b2b2;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-fill-state-pressed-custom, .jqx-widget-custom .jqx-grid-cell-selected-custom {
    color: #333333;
    text-shadow: none;
    border-color: #b2b2b2;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-switchbutton-label-on-custom {
    color: #333333;
    text-shadow: none;
    border-color: #b2b2b2;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-tabs-title-selected-top-custom, .jqx-tabs-selection-tracker-top-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    border-bottom: 1px solid #ffffff;
    background-image: none;
    background-color: #ffffff;
}

.jqx-tabs-title-selected-bottom-custom, .jqx-tabs-selection-tracker-bottom-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    border-top: 1px solid #ffffff;
    background-image: none;
    background-color: #ffffff;
}

.jqx-splitter-splitbar-hover-custom {
    background: #f0f0f0;
}

.jqx-splitter-splitbar-vertical-custom, .jqx-splitter-splitbar-horizontal-custom, .jqx-slider-track-horizontal-custom, .jqx-slider-track-vertical-custom {
    background: #f8f8f8;
}

.jqx-splitter-collapse-button-horizontal-custom, .jqx-splitter-collapse-button-vertical-custom, .jqx-slider-rangebar-custom {
    background: #e6e6e6;
}

.jqx-scrollbar-state-normal-custom {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.jqx-grid-bottomright-custom, .jqx-panel-bottomright-custom, .jqx-listbox-bottomright-custom {
    background-color: #f8f8f8;
}

.jqx-scrollbar-thumb-state-normal-custom {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(left, #f5f5f5, #f5f5f5);
    background-image: -ms-linear-gradient(left, #f5f5f5, #f5f5f5);
    background-image: -o-linear-gradient(left, #f5f5f5, #f5f5f5);
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#f5f5f5));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #f5f5f5);
    background-image: linear-gradient(left, #f5f5f5, #f5f5f5);
    background-image: linear-gradient(left right, #f5f5f5, #f5f5f5);
}

.jqx-scrollbar-thumb-state-normal-horizontal-custom {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f5f5f5);
    background-image: -o-linear-gradient(top, #f5f5f5, #f5f5f5);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f5f5f5);
    background-image: linear-gradient(top, #f5f5f5, #f5f5f5);
    background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-scrollbar-thumb-state-hover-custom {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    background-image: -moz-linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(left right, #e6e6e6, #e6e6e6);
}

.jqx-scrollbar-thumb-state-hover-horizontal-custom {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-scrollbar-thumb-state-pressed-custom {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    background-image: -moz-linear-gradient(left, #d9d9d9, #d9d9d9);
    background-image: -ms-linear-gradient(left, #d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(left, #d9d9d9, #d9d9d9);
    background-image: -webkit-gradient(linear, left top, right top, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(left, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(left, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(left right, #d9d9d9, #d9d9d9);
}

.jqx-scrollbar-thumb-state-pressed-horizontal-custom {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    background-image: -moz-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -ms-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-scrollbar-button-state-normal-custom {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background-image: -o-linear-gradient(top, #f8f8f8, #f8f8f8);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background-image: linear-gradient(top, #f8f8f8, #f8f8f8);
    background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-scrollbar-button-state-hover-custom {
    background-color: #e6e6e6;
    border-color: #b3b3b3;
    background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-scrollbar-button-state-pressed-custom {
    background-color: #d9d9d9;
    border-color: #b3b3b3;
    background-image: -moz-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -ms-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-radiobutton-check-checked-custom {
    background: #666666;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-top: 2px;
    border-width: 1px;
    border-style: solid;
}

.jqx-rc-tl-custom {
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-radius-topleft: 4px;
}

.jqx-rc-tr-custom {
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
    border-radius-topright: 4px;
}

.jqx-rc-bl-custom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomleft: 4px;
    border-radius-bottomleft: 4px;
}

.jqx-rc-br-custom {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomright: 4px;
    border-radius-bottomright: 4px;
}

.jqx-rc-t-custom {
    -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;
}

.jqx-rc-b-custom {
    -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;
}

.jqx-rc-r-custom {
    -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;
}

.jqx-rc-l-custom {
    -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;
}

.jqx-radiobutton-default-custom, .jqx-radiobutton-custom, .jqx-radiobutton-check-checked-custom, .jqx-radiobutton-hover-custom, .jqx-radiobutton-check-indeterminate-custom, .jqx-radiobutton-check-indeterminate-disabled-custom, .jqx-slider-button-custom {
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
}

.jqx-rc-all-custom, .jqx-tooltip-custom, .jqx-tooltip-text-custom, .jqx-tooltip-main-custom {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-grid-column-sortascbutton-custom, .jqx-expander-arrow-bottom-custom, .jqx-window-collapse-button-custom, .jqx-menu-item-arrow-up-custom, .jqx-menu-item-arrow-top-up-custom, .jqx-icon-arrow-up-custom {
    background-image: url('images/icon-up.png');
}

.jqx-icon-arrow-up-hover-custom {
    background-image: url('images/icon-up.png');
}

.jqx-menu-item-arrow-up-selected-custom, .jqx-icon-arrow-up-selected-custom.jqx-expander-arrow-expanded-custom {
    background-image: url('images/icon-up.png');
}

.jqx-grid-column-menubutton-custom, .jqx-grid-column-sortdescbutton-custom, .jqx-expander-arrow-top-custom, .jqx-window-collapse-button-collapsed-custom, .jqx-menu-item-arrow-down-custom, .jqx-menu-item-arrow-down-custom, .jqx-tree-item-arrow-expand-custom, .jqx-grid-group-expand-custom, .jqx-widget-custom .jqx-grid-group-expand-custom, .jqx-icon-arrow-down-custom {
    background-image: url('images/icon-down.png');
}

.jqx-icon-arrow-down-hover-custom {
    background-image: url('images/icon-down.png');
}

.jqx-menu-item-arrow-down-selected-custom, .jqx-icon-arrow-down-selected-custom {
    background-image: url('images/icon-down.png');
}

.jqx-tabs-arrow-left-custom, .jqx-menu-item-arrow-top-left-custom, .jqx-grid-group-collapse-rtl-custom, .jqx-widget-custom .jqx-grid-group-collapse-rtl-custom, .jqx-icon-arrow-left-custom, .jqx-icon-arrow-down-left-custom {
    background-image: url('images/icon-left.png');
}

.jqx-icon-arrow-left-hover-custom {
    background-image: url('images/icon-left.png');
}

.jqx-menu-vertical-custom {
    background: #ffffff;
}

.jqx-menu-item-arrow-left-selected-custom, .jqx-icon-arrow-left-selected-custom {
    background-image: url('images/icon-left.png');
}

.jqx-tabs-arrow-right-custom, .jqx-menu-item-arrow-top-right-custom, .jqx-menu-item-arrow-collapse-custom, .jqx-grid-group-collapse-custom, .jqx-widget-custom .jqx-grid-group-collapse-custom, .jqx-icon-arrow-right-custom {
    background-image: url('images/icon-right.png');
}

.jqx-icon-arrow-right-hover-custom {
    background-image: url('images/icon-right.png');
}

.jqx-menu-item-arrow-right-selected-custom, .jqx-icon-arrow-right-selected-custom {
    background-image: url('images/icon-right.png');
}

.jqx-window-close-button-custom, .jqx-tabs-close-button-custom, .icon-close-custom {
    background-image: url('images/close.png');
}

.jqx-tabs-close-button-selected-custom {
    background-image: url('images/close.png');
}

.jqx-tabs-close-button-hover-custom {
    background-image: url('images/close.png');
}

.jqx-widget-custom .jqx-grid-column-header-custom, .jqx-widget-custom .jqx-grid-cell-custom, .jqx-widget-custom .jqx-grid-group-cell-custom, .jqx-grid-cell-custom {
    border-color: #cccccc;
}

.jqx-checkbox-check-checked-custom {
    background-image: url('images/check_black.png');
}

.jqx-checkbox-check-indeterminate-custom {
    background-image: url('images/check_indeterminate_black.png');
}

.jqx-tooltip-custom, .jqx-tooltip-main-custom {
    color: #333333;
    text-shadow: none;
    border-color: #cccccc;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: linear-gradient(top, #f8f8f8, #eaeaea);
    background-image: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-combobox-content-custom, .jqx-input-custom {
    color: #555555;
    text-shadow: none;
    border-color: #cccccc;
    background-color: #ffffff;
}

.jqx-combobox-input-custom {
    color: #555555;
    text-shadow: none;
}

.jqx-input-content-custom {
    color: #555555;
    text-shadow: none;
    background-color: #ffffff;
}

.jqx-fill-state-focus-custom, .jqx-popup-custom .jqx-fill-state-focus-custom {
    border-color: #959595;
}

.jqx-popup-custom.jqx-listbox-custom, .jqx-popup-custom.jqx-calendar-custom, .jqx-menu-dropdown-custom, .jqx-popup-custom.jqx-dropdownbutton-popup-custom {
    color: #333333;
    text-shadow: none;
    border-color: #959595;
    background-color: #ffffff;
}

.jqx-menu-item-arrow-right-custom, .jqx-tree-item-arrow-collapse-custom {
    background-image: url('images/icon-right.png');
}

.jqx-menu-item-arrow-left-custom {
    background-image: url('images/icon-left.png');
}

.jqx-tree-item-arrow-expand-custom {
    background-image: url('images/icon-down.png');
}

.jqx-menu-item-arrow-right-hover-custom {
    background-image: url('images/icon-right-white.png');
}

.jqx-menu-item-arrow-left-hover-custom {
    background-image: url('images/icon-left-white.png');
}

.jqx-menu-item-arrow-right-selected-custom {
    background-image: url('images/icon-right-white.png');
}

.jqx-menu-item-arrow-left-selected-custom {
    background-image: url('images/icon-left-white.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-up-custom {
    background-image: url('images/icon-up.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-left-custom {
    background-image: url('images/icon-left.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-right-custom {
    background-image: url('images/icon-right.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-bottom-custom {
    background-image: url('images/icon-bottom.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-up-hover-custom {
    background-image: url('images/icon-up.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-left-hover-custom {
    background-image: url('images/icon-left.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-right-hover-custom {
    background-image: url('images/icon-right.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-bottom-hover-custom {
    background-image: url('images/icon-bottom.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-up-selected-custom {
    background-image: url('images/icon-up.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-left-selected-custom {
    background-image: url('images/icon-left.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-right-selected-custom {
    background-image: url('images/icon-right.png');
}

.jqx-scrollbar-custom .jqx-icon-arrow-bottom-selected-custom {
    background-image: url('images/icon-bottom.png');
}

.jqx-calendar-custom .jqx-icon-arrow-up-custom, .jqx-tabs-header-custom .jqx-icon-arrow-up-custom {
}

.jqx-calendar-custom .jqx-icon-arrow-left-custom, .jqx-tabs-header-custom .jqx-icon-arrow-left-custom {
}

.jqx-calendar-custom .jqx-icon-arrow-right-custom, .jqx-tabs-header-custom .jqx-icon-arrow-right-custom {
}

.jqx-calendar-custom .jqx-icon-arrow-bottom-custom, .jqx-tabs-header-custom .jqx-icon-arrow-bottom-custom {
}

.jqx-widget-custom .jqx-grid-cell-custom, .jqx-listitem-state-normal-custom, .jqx-menu-item-normal-custom, .jqx-tree-item-normal-custom, .jqx-calendar-cell-custom, .jqx-grid-cell-custom, .jqx-menu-vertical-custom .jqx-menu-item-top-normal-custom, .jqx-input-popup-custom .jqx-fill-state-normal-custom {
    font-family: Verdana;
}

.jqx-widget-custom .jqx-grid-cell-hover-custom, .jqx-listitem-state-hover-custom, .jqx-menu-item-hover-custom, .jqx-tree-item-hover-custom, .jqx-calendar-cell-hover-custom, .jqx-grid-cell-hover-custom, .jqx-menu-vertical-custom .jqx-menu-item-top-hover-custom, .jqx-input-popup-custom .jqx-fill-state-hover-custom, .jqx-input-button-header-custom, .jqx-input-popup-custom .jqx-fill-state-pressed-custom, .jqx-input-button-header-custom {
    color: #ffffff !important;
    text-shadow: none;
    border-color: #316293 !important;
    background-color: #2f7eb6 !important;
    background-image: -moz-linear-gradient(top, #2f7eb6, #2271a9) !important;
    background-image: -ms-linear-gradient(top, #2f7eb6, #2271a9) !important;
    background-image: -o-linear-gradient(top, #2f7eb6, #2271a9) !important;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2f7eb6), to(#2271a9)) !important;
    background-image: -webkit-linear-gradient(top, #2f7eb6, #2271a9) !important;
    background-image: linear-gradient(top, #2f7eb6, #2271a9) !important;
    background-image: linear-gradient(to bottom, #2f7eb6, #2271a9) !important;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-widget-custom .jqx-grid-cell-selected-custom, .jqx-listitem-state-selected-custom, .jqx-menu-item-selected-custom, .jqx-tree-item-selected-custom, .jqx-calendar-cell-selected-custom, .jqx-grid-cell-selected-custom, .jqx-menu-vertical-custom .jqx-menu-item-top-selected-custom, .jqx-grid-selectionarea-custom {
    color: #ffffff !important;
    text-shadow: none;
    border-color: #316293 !important;
    background-color: #356aa0 !important;
    background-image: -moz-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -ms-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -o-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#356aa0), to(#356aa0)) !important;
    background-image: -webkit-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: linear-gradient(to bottom, #356aa0, #356aa0) !important;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font-family: Verdana;
}

.jqx-slider-rangebar-custom {
    background-color: #356aa0 !important;
}

.jqx-progressbar-value-custom {
    background-color: #356aa0 !important;
    background-image: -moz-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -ms-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -o-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#356aa0), to(#356aa0)) !important;
    background-image: -webkit-linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: linear-gradient(top, #356aa0, #356aa0) !important;
    background-image: linear-gradient(to bottom, #356aa0, #356aa0) !important;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-progressbar-value-vertical-custom {
    background-color: #356aa0 !important;
    background-image: -moz-linear-gradient(left, #356aa0, #356aa0) !important;
    background-image: -ms-linear-gradient(left, #356aa0, #356aa0) !important;
    background-image: -o-linear-gradient(left, #356aa0, #356aa0) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#356aa0), to(#356aa0)) !important;
    background-image: -webkit-linear-gradient(left, #356aa0, #356aa0) !important;
    background-image: linear-gradient(left, #356aa0, #356aa0) !important;
    background-image: linear-gradient(left right, #356aa0, #356aa0) !important;
}

.jqx-splitter-collapse-button-horizontal-custom {
    background-color: #356aa0 !important;
}

.jqx-splitter-collapse-button-vertical-custom {
    background-color: #356aa0 !important;
}

.jqx-icon-calendar-custom {
    background-image: url('images/icon-calendar.png');
}

.jqx-icon-calendar-hover-custom {
    background-image: url('images/icon-calendar.png');
}

.jqx-icon-calendar-pressed-custom {
    background-image: url('images/icon-calendar.png');
}

.jqx-icon-first-custom {
    background-image: url('images/icon-first.png');
}

.jqx-icon-first-hover-custom {
    background-image: url('images/icon-first.png');
}

.jqx-icon-first-selected-custom {
    background-image: url('images/icon-first.png');
}

.jqx-icon-last-custom {
    background-image: url('images/icon-last.png');
}

.jqx-icon-last-hover-custom {
    background-image: url('images/icon-last.png');
}

.jqx-icon-last-selected-custom {
    background-image: url('images/icon-last.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-custom > .jqx-grid-group-expand-custom {
    background-image: url('images/icon-down.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-expand-custom {
    background-image: url('images/icon-down-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-expand-custom {
    background-image: url('images/icon-down-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-custom > .jqx-grid-group-collapse-custom {
    background-image: url('images/icon-right.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-collapse-custom {
    background-image: url('images/icon-right-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-collapse-custom {
    background-image: url('images/icon-right-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-custom > .jqx-grid-group-expand-rtl-custom {
    background-image: url('images/icon-down.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-expand-rtl-custom {
    background-image: url('images/icon-down-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-expand-rtl-custom {
    background-image: url('images/icon-down-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-custom > .jqx-grid-group-collapse-rtl-custom {
    background-image: url('images/icon-left.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-hover-custom > .jqx-grid-group-collapse-rtl-custom {
    background-image: url('images/icon-left-white.png');
}

.jqx-grid-cell-custom.jqx-grid-cell-selected-custom > .jqx-grid-group-collapse-rtl-custom {
    background-image: url('images/icon-left-white.png');
}

.jqx-grid-column-menubutton-custom, .jqx-grid-column-sortdescbutton-custom {
    background-image: url('images/icon-down.png');
}

.jqx-grid-column-sortascbutton-custom {
    background-image: url('images/icon-up.png');
}

.jqx-icon-delete-custom {
    background-image: url('images/icon-delete.png');
}

.jqx-icon-edit-custom {
    background-image: url('images/icon-edit.png');
}

.jqx-icon-save-custom {
    background-image: url('images/icon-save.png');
}

.jqx-icon-cancel-custom {
    background-image: url('images/icon-cancel.png');
}

.jqx-icon-search-custom {
    background-image: url('images/icon-search.png');
}

.jqx-icon-plus-custom {
    background-image: url('images/icon-plus.png');
}
