/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-arctic {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
/*top-right rounded Corners*/
.jqx-rc-tr-arctic {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl-arctic {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br-arctic {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*top rounded Corners*/
.jqx-rc-t-arctic {
    -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-arctic {
    -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-arctic {
    -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;
}

.jqxdate .jqx-rc-r-arctic {
    border-left: 0 !important;
}
/*left rounded Corners*/
.jqx-rc-l-arctic {
    -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-arctic {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-widget-arctic, .jqx-widget-header-arctic, .jqx-fill-state-normal-arctic,
.jqx-widget-content-arctic, .jqx-fill-state-hover-arctic, .jqx-fill-state-pressed-arctic {
    -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-arctic {
    background-color: #ffffff;
    border-color: #97a6ad;
}

.jqx-widget-header-arctic {
    color: #000;
    font-size: 11px;
}

.jqx-fill-state-normal-arctic {
    color: #000;
    background: #f0f0f0 !important;
    border-radius: 0 !important;
}

.jqx-button-arctic {
    color: #222;
    font-size: 11px;
    min-width: 105px;
    padding: 5px 10px;
    background: rgb(245,246,246); /* Old browsers */
}

    .jqx-button-arctic:hover {
        cursor: pointer !important;
        box-shadow: none;
        text-shadow: none;
        color: #000;
    }

.jqx-grid-pager-arctic .jqx-button-arctic {
    min-width: 8px;
    width: 18px !important;
}

    .jqx-grid-pager-arctic .jqx-button-arctic:nth-child(odd) {
        margin-right: 10px !important;
    }

.jqx-fill-state-hover-arctic {
    color: #000;
    background-color: #f0f0f0;
}

.jqx-fill-state-pressed-arctic {
    color: #000;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-image: none;
    outline: 0;
}

.jqx-fill-state-focus-arctic {
    color: #000;
    text-decoration: none;
    border-color: #f0f0f0 !important;
    outline: 0 none;
    background: #fff !important;
}

.jqx-listbox-arctic {
    border-color: #f0f0f0 !important;
    background: #f0f0f0 !important;
    border-radius: 0 !important;
}

.jqx-grid-cell-arctic {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-column-menubutton-arctic {
    background-color: transparent;
    border-color: #cccccc;
}

.jqx-calendar-row-header-arctic, .jqx-calendar-top-left-header-arctic {
    background-color: #f0f0f0;
    border: 0;
}

.jqx-calendar-column-header-arctic {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e9e9e9;
}

.jqx-expander-header-arctic {
    -webkit-box-shadow: none;
    -moz-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-scrollbar-button-state-hover {
    background: transparent !important;
    border-color: transparent !important;
    cursor: pointer;
}

.jqx-scrollbar-state-normal-arctic {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.jqx-scrollbar-thumb-state-normal-arctic {
    left: 2px !important;
    width: 13px !important;
}

.jqx-scrollbar-thumb-state-normal-horizontal-arctic {
    top: 2px !important;
    height: 13px !important;
}

.jqx-scrollbar-thumb-state-normal-arctic, .jqx-scrollbar-thumb-state-normal-horizontal-arctic {
    background: #ddd none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none !important;
    text-shadow: none !important;
}

.jqx-scrollbar-thumb-state-hover-arctic, .jqx-scrollbar-thumb-state-hover-horizontal-arctic {
    background: #e6e6e6;
    border-color: #b3b3b3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-progressbar-arctic {
    background: #f7f7f7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value-arctic, .jqx-splitter-collapse-button-horizontal-arctic {
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    height:7px !important;
}

.jqx-splitter-collapse-button-vertical-arctic, .jqx-progressbar-value-vertical-arctic {
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #149bdf, #0480be);
}

.jqx-scrollbar-thumb-state-pressed-arctic, .jqx-scrollbar-thumb-state-pressed-horizontal-arctic {
    background: #acacaa !important;
    border-color: #b3b3b3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.jqx-splitter-splitbar-vertical-arctic, .jqx-splitter-splitbar-horizontal-arctic{
    background: #f1f1f1!important;
    border-color: #efeaea;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-grid-column-sortdescbutton-arctic, jqx-grid-column-filterbutton-arctic, .jqx-grid-column-sortascbutton-arctic {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccccc;
}

.jqx-slider-rangebar-arctic {
    background: #cccccc;
}

.jqx-menu-vertical-arctic {
    background: #ffffff;
    filter: none;
}

.jqx-checkbox-check-checked-arctic {
    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-arctic, .jqx-input-arctic {
}

.jqx-combobox-content-arctic {
    border-color: #cccccc;
    border-color: rgba(0, 0, 0, 0.25);
}

.jqx-grid-bottomright-arctic, .jqx-panel-bottomright-arctic, .jqx-listbox-bottomright-arctic {
    background-color: #efefef;
}

.jqx-window-arctic, .jqx-tooltip-arctic {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking-arctic .jqx-window-arctic {
    box-shadow: none;
}

.jqx-docking-panel-arctic .jqx-window-arctic {
    box-shadow: none;
}

.jqx-radiobutton-arctic {
    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-arctic-arctic, .jqx-radiobutton-hover-arctic {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked-arctic {
    filter: none;
    background: #666;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    height: 5px !important;
    width: 5px !important;
    margin-top: 3px;
    margin-left: 3px;
}

.jqx-radiobutton-check-indeterminate-arctic {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled-arctic {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal-arctic, .jqx-slider-track-vertical-arctic {
    border-color: #cccccc;
    background: #f0f0f0;
    border-radius: 0 !important;
}

.jqx-slider-button-arctic {
    min-width: 6px !important;
    border-radius: 29px;
    width: 12px !important;
    padding: 7px;
}

/*applied to a list item when the item is selected.*/
.jqx-listitem-state-hover-arctic, .jqx-menu-item-hover-arctic, .jqx-tree-item-hover-arctic, .jqx-calendar-cell-hover-arctic, .jqx-grid-cell-hover-arctic,
.jqx-menu-vertical-arctic .jqx-menu-item-top-hover-arctic, .jqx-input-popup-arctic, .jqx-fill-state-hover-arctic .jqx-input-popup-arctic .jqx-fill-state-pressed-arctic {
    color: #ffffff !important;
    border-color: #acacac !important;
    text-decoration: none;
    background-color: #acacac;
    background-repeat: repeat-x;
    outline: 0;
    text-shadow: none;
    background: #acacac; /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-position: 0 0;
}

.jqx-menu-vertical-arctic {
    color: #fff !important;
    border: 0 !important;
}

.jqx-menu-item-top-hover-arctic {
    border: 0 !important;
    text-shadow: 0 !important;
    background: #ff8800 !important;
    background-color: #ff8800 !important;
    padding: 8px 2px 8px 15px;
    border-radius: 0 !important;
    margin: 0 !important;
}

.jqx-menu-item-hover-arctic {
    border: 0 !important;
    text-shadow: 0 !important;
    background: #ff8800 !important;
    background-color: #ff8800 !important;
    padding: 8px 2px 8px 15px;
    border-radius: 0 !important;
    margin: 0 !important;
}

.jqx-grid-content .jqx-fill-state-hover-arctic {
    background: none repeat scroll 0 0 #E4EFFB !important;
    color: #000 !important;
    border-color: #e1dfdc !important;
    text-shadow: none !important;
}

.jqx-listitem-state-selected-arctic, .jqx-menu-item-selected-arctic, .jqx-tree-item-selected-arctic, .jqx-calendar-cell-selected-arctic, .jqx-grid-cell-selected-arctic,
.jqx-menu-vertical-arctic .jqx-menu-item-top-selected-arctic, .jqx-grid-selectionarea-arctic, .jqx-input-button-header-arctic, .jqx-input-button-innerHeader-arctic {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #acacac;
    *background-color: #acacac;
    background-repeat: repeat-x;
    border-color: #acacac #acacac #acacac !important;
    background: #acacac; /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-content .jqx-grid-cell-selected-arctic, .jqx-grid-selectionarea-arctic {
    background: none repeat scroll 0 0 #B1E0E8 !important;
    color: #000 !important;
    border-color: #e1dfdc !important;
    text-shadow: none !important;
}

.jqx-grid-cell-arctic .jqx-button-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-hover-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-pressed-arctic {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.jqx-popup-arctic {
    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-arctic, .jqx-expander-arrow-bottom-arctic, .jqx-window-collapse-button-arctic, .jqx-menu-item-arrow-up-arctic,
.jqx-menu-item-arrow-up-selected-arctic, .jqx-menu-item-arrow-top-up-arctic, .jqx-icon-arrow-up-arctic, .jqx-icon-arrow-up-hover-arctic,
.jqx-icon-arrow-up-selected-arctic {
    background-image: url('images/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-column-sortascbutton-arctic {
    background-image: url('images/icon-up-white.png');
}

.jqx-widget-arctic .jqx-grid-group-expand-arctic, .jqx-datatable-group-expand-arctic, .jqx-grid-column-menubutton-arctic,
.jqx-grid-column-sortdescbutton-arctic, .jqx-expander-arrow-top-arctic, .jqx-window-collapse-button-collapsed-arctic,
.jqx-menu-item-arrow-down-arctic, .jqx-menu-item-arrow-down-selected-arctic, .jqx-menu-item-arrow-down-arctic, .jqx-icon-arrow-down-arctic,
.jqx-icon-arrow-down-hover-arctic, .jqx-icon-arrow-down-selected-arctic {
    background-image: url('images/icon-down.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-column-sortdescbutton-arctic {
    background-image: url('images/icon-down-white.png') !important;
}

.jqx-tabs-arrow-left-arctic, .jqx-menu-item-arrow-left-selected-arctic, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-arctic, .jqx-icon-arrow-down-left-arctic, .jqx-icon-arrow-left-selected-arctic {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-arctic .jqx-grid-group-collapse-arctic, .jqx-tabs-group-collapse-arctic, .jqx-tabs-arrow-right-arctic, .jqx-menu-item-arrow-right-selected-arctic, .jqx-menu-item-arrow-top-right-arctic, .jqx-icon-arrow-right-arctic, .jqx-icon-arrow-right-hover-arctic, .jqx-icon-arrow-right-selected-arctic {
    background-image: url('images/icon-right-white.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-listbox-arctic .jqx-icon-arrow-right.jqx-icon-arrow-right-arctic {
    background-image: url('images/icon-right.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-listbox-arctic .jqx-icon-arrow-left.jqx-icon-arrow-left-arctic {
    background-image: url('images/icon-left.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.theme .jqx-grid-pager .jqx-tabs-arrow-left-arctic,
.theme .jqx-grid-pager .jqx-menu-item-arrow-left-selected-arctic,
.theme .jqx-grid-pager .jqx-menu-item-arrow-top-left,
.theme .jqx-grid-pager .jqx-icon-arrow-left-arctic,
.theme .jqx-grid-pager .jqx-icon-arrow-down-left-arctic,
.theme .jqx-grid-pager .jqx-icon-arrow-left-selected-arctic,
.theme .jqx-grid-arctic .jqx-icon-arrow-left-arctic {
    background-image: url('images/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.theme .jqx-grid-pager .jqx-widget-arctic .jqx-grid-group-collapse-arctic,
.theme .jqx-grid-pager .jqx-tabs-group-collapse-arctic,
.theme .jqx-grid-pager .jqx-tabs-arrow-right-arctic,
.theme .jqx-grid-pager .jqx-menu-item-arrow-right-selected-arctic,
.theme .jqx-grid-pager .jqx-menu-item-arrow-top-right-arctic,
.theme .jqx-grid-pager .jqx-icon-arrow-right-arctic,
.theme .jqx-grid-pager .jqx-icon-arrow-right-hover-arctic,
.theme .jqx-grid-pager .jqx-icon-arrow-right-selected-arctic,
.theme .jqx-grid-arctic .jqx-icon-arrow-right-arctic {
    background-image: url('images/icon-right.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-group-collapse-arctic {
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.jqx-grid-group-expand-arctic {
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.jqx-tree-item-arrow-collapse-rtl-arctic, .jqx-tree-item-arrow-collapse-hover-rtl-arctic {
    background-image: url('images/icon-left.png');
}

.jqx-menu-item-arrow-left-selected-arctic {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-arctic {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-input-button-content-arctic {
    font-size: 10px;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #f5f6f6;
}

.jqx-combobox-content-arctic, .jqx-input-arctic, .jqx-datetimeinput-arctic .jqx-input-content {
    border-color: #f0f0f0 !important;
    color: #000;
    background-color: #f0f0f0 !important;
    margin-left: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.jqx-combobox-content-arctic, .jqx-combobox-arctic, .jqx-combobox-state-normal-arctic {
    border-color: #f0f0f0 !important;
    border-width: 2px;
}

.jqx-combobox-content-focus-arctic, .jqx-combobox-state-focus-arctic, .jqx-fill-state-focus-arctic,
.jqx-numberinput-focus-arctic {
    outline: none;
    border-color: #f0f0f0 !important;
    background: #fff !important;
}

    .jqx-combobox-content-focus-arctic .jqx-combobox-input, .jqx-fill-state-focus-arctic .jqx-input-content, .jqx-datetimeinput-arctic.jqx-fill-state-focus-arctic {
        background: #fff !important;
    }

input[type="text"].jqx-input-arctic, input[type="password"].jqx-input-arctic, input[type="text"].jqx-widget-content-arctic, input[type="textarea"].jqx-widget-content-arctic, textarea.jqx-input-arctic {
    padding-left: 1px !important;
}

    input[type="text"].jqx-input-arctic:-moz-placeholder, input[type="text"].jqx-widget-content-arctic:-moz-placeholder, input[type="textarea"].jqx-widget-content-arctic:-moz-placeholder, textarea.jqx-input-arctic:-moz-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-arctic:-webkit-input-placeholder, input[type="text"].jqx-widget-content-arctic:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-webkit-input-placeholder, textarea.jqx-input-arctic:-webkit-input-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-arctic:-ms-input-placeholder, input[type="text"].jqx-widget-content-arctic:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-ms-input-placeholder, textarea.jqx-input-arctic:-ms-input-placeholder {
        color: #999999;
    }

.jqx-slider-rangebar-arctic {
    border-color: #0081c2;
    background: #0081c2;
}

.jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic > .jqx-grid-group-expand-arctic,
.jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic > .jqx-grid-group-expand-arctic {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic > .jqx-grid-group-collapse-arctic,
.jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic > .jqx-grid-group-collapse-arctic {
    background-image: url('images/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic > .jqx-grid-group-collapse-rtl-arctic,
.jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic > .jqx-grid-group-collapse-rtl-arctic {
    background-image: url('images/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic > .jqx-grid-group-expand-rtl-arctic,
.jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic > .jqx-grid-group-expand-rtl-arctic {
    background-image: url('images/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-title-selected-top-arctic, .jqx-tabs-selection-tracker-top-arctic {
    border-color: #fff;
    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-arctic, .jqx-tabs-selection-tracker-bottom-arctic {
    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-arctic, .jqx-tabs-title-hover-bottom-arctic, .jqx-tabs-header-arctic {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-tabs-header-arctic {
    color: #000;
    background-image: -ms-linear-gradient(bottom, #99b5db 0%, #7a91af 100%) !important;
    background-image: -moz-linear-gradient(bottom, #99b5db 0%, #7a91af 100%) !important;
    background-image: -o-linear-gradient(bottom, #99b5db 0%, #7a91af 100%) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #99b5db), color-stop(1, #7a91af )) !important;
    background-image: -webkit-linear-gradient(bottom, #99b5db 0%, #7a91af 100%) !important;
    background-image: linear-gradient(to top, #99b5db 0%, #7a91af 100%) !important;
}

.jqx-window-collapse-button-arctic {
    margin-top: 2px;
}

.jqx-window-collapse-button-collapsed-arctic {
    margin-top: 0;
}

.jqx-grid-table .jqx-grid-cell-selected-arctic, .jqx-grid-table .jqx-grid-selectionarea-arctic {
    background: none repeat scroll 0 0 #fff !important;
}

.jqx-grid-table .jqx-grid-cell {
    background: none repeat scroll 0 0 #fff;
    height: 27px !important;
}

.jqx-grid-table .jqx-cell {
    padding: 0 4px !important;
    height: 27px !important;
}

.jqx-grid-statusbar-arctic {
    background:#e1e1e1 !important;
}

.noborderradiustab {
    border-radius: 0 !important;
}

    .noborderradiustab .jqx-tabs-header-arctic {
        border-radius: 0 !important;
    }


/*setting z-index for the contrxt menu*/
.jqx-menu-wrapper {
    z-index: 99999 !important;
}
