﻿/*// Name/Date:Behnaz/98.02.16*/

.jqx-rc-tl-mehr {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.jqx-rc-tr-mehr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.jqx-rc-bl-mehr {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jqx-rc-br-mehr {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*top rounded Corners*/
.jqx-rc-t-mehr {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

/*bottom rounded Corners*/
.jqx-rc-b-mehr {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*right rounded Corners*/
.jqx-rc-r-mehr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*left rounded Corners*/
.jqx-rc-l-mehr {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*all rounded Corners*/
.jqx-rc-all-mehr {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.jqx-widget-mehr {
    font-size: 12px;
}
/*edited*/
.jqx-widget-content-mehr {
    font-size: 13px;
    border-color: #aaa !important;
    color: #000000;
    background-color: #fff;
}
/*edited*/
.jqx-widget-header-mehr {
    font-size: 13px;
    color: #767676;
    border-color: #e5e5e5;
    background-color: #f4f4f4;
}

.jqx-fill-state-normal-mehr {
    font-size: 12px;
    border-color: #ccc;
    color: #11a1e1;
    background: #e0e0e0;
    -webkit-transition: all linear 500ms;
    -moz-transition: all linear 500ms;
    -ms-transition: all linear 500ms;
    -o-transition: all linear 500ms;
    transition: all linear 500ms;
}

    .jqx-fill-state-normal-mehr:hover {
        color: #ffffff;
        background: #11a1e1;
        -webkit-transition: all linear 500ms;
        -moz-transition: all linear 500ms;
        -ms-transition: all linear 500ms;
        -o-transition: all linear 500ms;
        transition: all linear 500ms;
    }

/*edited*/
.jqx-button-mehr {
    border-color: #cdcdcd;
}

.jqx-fill-state-hover-mehr {
    border-color: #dedede;
    color: #000;
    background-color: #11a1e1;
}

.jqx-fill-state-pressed-mehr {
    border-color: #1faeff;
    color: #fff;
    background-color: #1faeff;
}

.jqx-input-mehr {
    border-color: #e5e5e5;
}

.jqx-scrollbar-state-normal-mehr, .jqx-grid-bottomright-mehr, .jqx-panel-bottomright-mehr, .jqx-listbox-bottomright-mehr {
    background-color: #f0f0f0;
}

.jqx-widget-mehr .jqx-grid-column-header-mehr, .jqx-grid-cell-mehr, .jqx-widget-mehr .jqx-grid-cell-mehr, .jqx-widget-mehr .jqx-grid-group-cell-mehr, .jqx-grid-group-cell-mehr {
    font-size: 12px;
    border-color: #f0f0f0;
}

.jqx-tabs-title-selected-bottom-mehr, .jqx-tabs-selection-tracker-bottom-mehr, .jqx-tabs-title-selected-top-mehr, .jqx-tabs-selection-tracker-top-mehr {
    color: #767676;
    border-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    background: #fff;
}
/*edited  added*/
.jqx-tabs-title-selected-top-mehr, .jqx-tabs-selection-tracker-top-mehr {
    color: #ffffff;
    -ms-text-shadow: none;
    text-shadow: none;
    border-color: #11a1e1;
    background-color: #11a1e1;
    background-image: -moz-linear-gradient(top, #11a1e1, #11a1e1);
    background-image: -ms-linear-gradient(top, #11a1e1, #11a1e1);
    background-image: -o-linear-gradient(top, #11a1e1, #11a1e1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#11a1e1), to(#11a1e1));
    background-image: -webkit-linear-gradient(top, #11a1e1, #11a1e1);
    background-image: linear-gradient( #11a1e1, #11a1e1);
    background-image: linear-gradient(to bottom, #11a1e1, #11a1e1);
    -moz-background-clip: padding;
    -ms-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: inherit;
}

.jqx-grid-cell-sort-alt-mehr, .jqx-grid-cell-filter-alt-mehr, .jqx-grid-cell-pinned-mehr, .jqx-grid-cell-alt-mehr, .jqx-grid-cell-sort-mehr {
    background-color: #ededed;
    color: #000;
}

.jqx-menu-vertical-mehr {
    background: #fff;
    border-color: #e5e5e5;
}

.jqx-widget-mehr .jqx-grid-group-cell-mehr {
    border-right: 1px solid #ddd;
}

.jqx-widget-mehr .jqx-grid-cell-mehr, .jqx-widget-mehr .jqx-grid-column-header-mehr, .jqx-widget-mehr .jqx-grid-group-cell-mehr {
    color: #000;
    border-color: #e5e5e5;
}

.jqx-widget-mehr .jqx-grid-column-menubutton-mehr, .jqx-widget-mehr .jqx-grid-column-sortascbutton-mehr, .jqx-widget-mehr .jqx-grid-column-sortdescbutton-mehr, .jqx-widget-mehr .jqx-grid-column-filterbutton-mehr {
    background-color: transparent;
    border-color: #e5e5e5;
}

.jqx-window-header-mehr, .jqx-input-button-header-mehr, .jqx-calendar-title-header-mehr, .jqx-grid-mehr .jqx-widget-header-mehr, .jqx-grid-header-mehr, .jqx-grid-column-header-mehr {
    font-size: 12px;
    border-color: #e5e5e5;
    color: #767676;
    background: #f4f4f4;
}

.jqx-grid-column-menubutton-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down.png');
}
/*edited*/
.jqx-widget-mehr .jqx-grid-cell-selected-mehr, .jqx-grid-cell-selected-mehr {
    background-color: #1faeff !important;
    border-color: #cccccc;
    font-size: 12.5px;
    color: #fff !important;
}

.jqx-grid-cell-hover-mehr {
    background-color: #dedede !important;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-up.png');
}

.jqx-grid-column-sortdescbutton-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down.png');
}

.jqx-checkbox-hover-mehr {
    background-color: #fff;
}

.jqx-radiobutton-hover-mehr {
    background-color: #fff;
}

.jqx-scrollbar-thumb-state-normal-horizontal-mehr, .jqx-scrollbar-thumb-state-normal-mehr {
    background: #11a1e1;
    border-color: #11a1e1;
}

.jqx-scrollbar-thumb-state-hover-horizontal-mehr, .jqx-scrollbar-thumb-state-hover-mehr {
    background: #11a1e1;
    border-color: #11a1e1;
}

.jqx-scrollbar-thumb-state-pressed-horizontal-mehr, .jqx-scrollbar-thumb-state-pressed-mehr {
    background: #606060;
    border-color: #606060;
}

.jqx-scrollbar-button-state-normal-mehr {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover-mehr {
    border: 1px solid #dadada;
    background: #dadada;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed-mehr {
    border: 1px solid #606060;
    background: #606060;
}

/*icons*/
.jqx-window-collapse-button-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/metro-icon-up.png);
}

.jqx-window-collapse-button-collapsed-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/metro-icon-down.png);
}

.jqx-icon-arrow-up-mehr, .jqx-expander-arrow-bottom-mehr, .jqx-menu-item-arrow-up-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-up.png');
}

.jqx-icon-arrow-down-mehr, .jqx-expander-arrow-top-mehr, .jqx-tree-item-arrow-expand-mehr, .jqx-tree-item-arrow-expand-hover-mehr, .jqx-menu-item-arrow-down-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down.png');
}

.jqx-icon-arrow-left-mehr, .jqx-menu-item-arrow-left-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-left.png');
}

.jqx-icon-arrow-right-mehr, .jqx-menu-item-arrow-right-mehr, .jqx-tree-item-arrow-collapse-mehr, .jqx-tree-item-arrow-collapse-hover-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-right.png');
}

.jqx-tabs-arrow-left-mehr, .jqx-tree-item-arrow-collapse-rtl-mehr, .jqx-tree-item-arrow-collapse-hover-rtl-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-left.png');
}

.jqx-tabs-arrow-right-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-right.png');
}

.jqx-menu-item-arrow-up-selected-mehr, .jqx-icon-arrow-up-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-down-selected-mehr, .jqx-icon-arrow-down-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-left-selected-mehr, .jqx-icon-arrow-left-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-mehr, .jqx-icon-arrow-right-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-close-button-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-close-button-selected-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-close-button-hover-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-scrollbar-mehr .jqx-icon-arrow-up-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-scrollbar-mehr .jqx-icon-arrow-down-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-scrollbar-mehr .jqx-icon-arrow-left-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-scrollbar-mehr .jqx-icon-arrow-right-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-slider-slider-mehr {
    border-color: #cdcdcd;
}

.jqx-slider-button-mehr {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    border-color: #cdcdcd;
}

.jqx-input-button-content-mehr {
    font-size: 10px;
}

.jqx-dropdownlist-state-normal-mehr, .jqx-dropdownlist-state-hover-mehr, .jqx-dropdownlist-state-selected-mehr,
.jqx-scrollbar-button-state-hover-mehr, .jqx-scrollbar-button-state-normal-mehr, .jqx-scrollbar-button-state-pressed-mehr,
.jqx-scrollbar-thumb-state-normal-horizontal-mehr, .jqx-scrollbar-thumb-state-hover-horizontal-mehr, .jqx-scrollbar-thumb-state-pressed-horizontal-mehr,
.jqx-scrollbar-thumb-state-normal-mehr, .jqx-scrollbar-thumb-state-pressed-mehr, .jqx-button-mehr, .jqx-tree-item-hover-mehr, .jqx-tree-item-selected-mehr,
.jqx-tree-item-mehr, .jqx-menu-item-mehr, .jqx-menu-item-hover-mehr, .jqx-menu-item-selected-mehr, .jqx-menu-item-top-mehr, .jqx-menu-item-top-hover-mehr,
.jqx-menu-item-top-selected-mehr, .jqx-slider-button-mehr, .jqx-slider-slider-mehr {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.jqx-switchbutton-mehr {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 2px solid #a6a6a6;
}

.jqx-switchbutton-thumb-mehr {
    width: 12px;
    background: #000;
    border: 1px solid #000;
}

.jqx-switchbutton-label-on-mehr {
    background: #1faeff;
    color: #1faeff;
}

.jqx-switchbutton-label-off-mehr {
    background: #a6a6a6;
    color: #a6a6a6;
}

.jqx-grid-cell-mehr.jqx-grid-cell-selected-mehr > .jqx-grid-group-expand-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-mehr.jqx-grid-cell-selected-mehr > .jqx-grid-group-collapse-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-mehr.jqx-grid-cell-selected-mehr > .jqx-grid-group-collapse-rtl-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-mehr.jqx-grid-cell-selected-mehr > .jqx-grid-group-expand-rtl-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-group-collapse-mehr {
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/metro-icon-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.jqx-grid-group-collapse-rtl-mehr {
    padding-right: 0;
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/metro-icon-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.jqx-grid-group-expand-mehr, .jqx-grid-group-expand-rtl-mehr {
    padding-right: 0;
    background-image: url(/Scripts/Tools/jqwidgets/styles/images/metro-icon-down.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.jqx-icon-arrow-first-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-first.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-last.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-first-hover-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-first.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last-hover-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-last.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-first-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-first-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last-selected-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/metro-icon-last-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tree-grid-collapse-button-mehr {
    margin-top: 1px;
}

.jqx-icon-calendar-pressed-mehr {
    background-image: url('/Scripts/Tools/jqwidgets/styles/images/icon-calendar-white.png');
}

.jqx-layout-mehr {
    background-color: #e5e5e5;
}
