:root { 
   --jqx-accent-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-header-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-border-radius-customTheme: 4px;
   --jqx-font-family-customTheme: "Roboto", "Helvetice Neue", "Helvetica", "Arial", sans-serif;
   --jqx-font-size-customTheme: 14px;
   --jqx-hovered-state-text-color-customTheme: rgba(51, 51, 51, 1);
   --jqx-hovered-state-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-hovered-state-content-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-hovered-state-content-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-focused-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-active-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-arrow-up-hovered-color-customTheme: url('images/metro-icon-up.png');
   --jqx-arrow-down-hovered-color-customTheme: url('images/metro-icon-down.png');
   --jqx-arrow-up-selected-color-customTheme: url('images/metro-icon-up-white.png');
   --jqx-arrow-down-selected-color-customTheme: url('images/metro-icon-down-white.png');
   --jqx-accordion-item-title-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-accordion-item-title-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-accordion-item-title-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-accordion-item-title-hovered-text-color-customTheme: rgba(51, 51, 51, 1);
   --jqx-accordion-item-title-hovered-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-accordion-item-title-hovered-border-color-customTheme: rgba(246, 246, 246, 1);
   --jqx-accordion-item-title-selected-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-accordion-item-title-selected-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-accordion-item-title-selected-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-accordion-item-title-focused-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-accordion-item-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-accordion-item-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-accordion-item-focused-text-color-customTheme: rgba(224, 224, 224, 1);
   --jqx-accordion-item-focused-background-color-customTheme: rgba(253, 253, 253, 1);
   --jqx-accordion-item-focused-border-color-customTheme: rgba(224, 224, 224, 1);
   --jqx-accordion-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-accordion-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-accordion-arrow-up-hovered-color-customTheme: url('images/metro-icon-up.png');
   --jqx-accordion-arrow-down-hovered-color-customTheme: url('images/metro-icon-down.png');
   --jqx-accordion-arrow-down-selected-color-customTheme: url('images/metro-icon-up-white.png');
   --jqx-button-default-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-button-default-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-button-default-hovered-state-text-color-customTheme: rgba(51, 51, 51, 1);
   --jqx-button-default-hovered-state-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-button-default-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-default-focused-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-default-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-default-active-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-primary-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-primary-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-primary-hovered-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-primary-hovered-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-primary-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-primary-focused-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-primary-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-primary-active-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-button-success-text-color-customTheme: rgba(92, 184, 92, 1);
   --jqx-button-success-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-success-hovered-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-success-hovered-state-background-color-customTheme: rgba(92, 184, 92, 1);
   --jqx-button-success-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-success-focused-state-background-color-customTheme: rgba(92, 184, 92, 1);
   --jqx-button-success-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-success-active-state-background-color-customTheme: rgba(92, 184, 92, 1);
   --jqx-button-warning-text-color-customTheme: rgba(240, 173, 78, 1);
   --jqx-button-warning-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-warning-hovered-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-warning-hovered-state-background-color-customTheme: rgba(240, 173, 78, 1);
   --jqx-button-warning-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-warning-focused-state-background-color-customTheme: rgba(240, 173, 78, 1);
   --jqx-button-warning-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-warning-active-state-background-color-customTheme: rgba(240, 173, 78, 1);
   --jqx-button-danger-text-color-customTheme: rgba(217, 83, 79, 1);
   --jqx-button-danger-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-danger-hovered-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-danger-hovered-state-background-color-customTheme: rgba(217, 83, 79, 1);
   --jqx-button-danger-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-danger-focused-state-background-color-customTheme: rgba(217, 83, 79, 1);
   --jqx-button-danger-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-danger-active-state-background-color-customTheme: rgba(217, 83, 79, 1);
   --jqx-button-info-text-color-customTheme: rgba(91, 192, 222, 1);
   --jqx-button-info-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-info-hovered-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-info-hovered-state-background-color-customTheme: rgba(91, 192, 222, 1);
   --jqx-button-info-focused-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-info-focused-state-background-color-customTheme: rgba(91, 192, 222, 1);
   --jqx-button-info-active-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-button-info-active-state-background-color-customTheme: rgba(91, 192, 222, 1);
   --jqx-editors-text-editors-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-text-editors-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-text-editors-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-editors-text-editors-border-radius-customTheme: 4px;
   --jqx-editors-text-editors-focused-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-editors-datеtimeinput-calendar-icon-color-customTheme: url('images/icon-calendar.png');
   --jqx-editors-datеtimeinput-calendar-icon-selected-color-customTheme: url('images/icon-calendar-white.png');
   --jqx-editors-combobox-multi-item-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-combobox-multi-item-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-editors-calendar-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-calendar-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-editors-calendar-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-editors-calendar-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-editors-calendar-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-calendar-today-cell-text-color-customTheme: rgba(137, 137, 137, 1);
   --jqx-editors-calendar-today-cell-background-color-customTheme: rgba(255, 255, 219, 1);
   --jqx-editors-calendar-today-cell-border-color-customTheme: rgba(253, 192, 102, 1);
   --jqx-editors-calendar-current-month-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-calendar-other-month-text-color-customTheme: rgba(137, 137, 137, 1);
   --jqx-editors-calendar-hovered-cell-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-editors-calendar-hovered-cell-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-editors-calendar-selected-cell-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-calendar-selected-cell-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-editors-switch-thumb-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-editors-switch-on-label-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-switch-on-label-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-switch-off-label-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-editors-switch-off-label-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-file-uploader-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-editors-file-uploader-filename-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-grid-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-header-text-weight-customTheme: normal;
   --jqx-grid-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-grid-row-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-row-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-grid-row-alternation-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-row-alternation-background-color-customTheme: rgba(249, 249, 249, 1);
   --jqx-grid-hovered-row-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-grid-hovered-row-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-grid-selected-row-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-grid-selected-row-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-grid-selected-row-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-grid-group-row-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-group-row-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-grid-editor-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-grid-editor-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-grid-pinned-cells-background-color-customTheme: rgba(229, 229, 229, 1);
   --jqx-grid-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-grid-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-grid-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-grid-close-button-color-customTheme: url('images/close.png');
   --jqx-grid-arrow-down-hovered-color-customTheme: url('images/metro-icon-down.png');
   --jqx-grid-arrow-right-hovered-color-customTheme: url('images/metro-icon-right.png');
   --jqx-grid-arrow-left-hovered-color-customTheme: url('images/metro-icon-left.png');
   --jqx-grid-arrow-down-selected-color-customTheme: url('images/metro-icon-down-white.png');
   --jqx-grid-arrow-right-selected-color-customTheme: url('images/metro-icon-right-white.png');
   --jqx-grid-arrow-left-selected-color-customTheme: url('images/metro-icon-left-white.png');
   --jqx-grid-header-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-grid-header-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-grid-menu-button-color-customTheme: url('images/icon-menu-small.png');
   --jqx-grid-groups-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-grid-groups-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-grid-groups-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-list-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-list-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-list-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-list-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-list-hovered-item-state-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-list-hovered-item-state-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-list-selected-item-state-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-list-selected-item-state-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-list-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-list-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-list-arrow-left-selected-color-customTheme: url('images/metro-icon-left-white.png');
   --jqx-list-arrow-right-selected-color-customTheme: url('images/metro-icon-right-white.png');
   --jqx-menu-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-menu-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-menu-dropdown-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-menu-dropdown-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-menu-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-menu-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-menu-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-menu-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-menu-hovered-item-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-menu-hovered-item-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-menu-selected-item-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-menu-selected-item-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-menu-selected-item-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-menu-arrow-up-selected-color-customTheme: url('images/metro-icon-up-white.png');
   --jqx-menu-arrow-down-selected-color-customTheme: url('images/metro-icon-down-white.png');
   --jqx-menu-arrow-left-selected-color-customTheme: url('images/metro-icon-left-white.png');
   --jqx-menu-arrow-right-selected-color-customTheme: url('images/metro-icon-right-white.png');
   --jqx-navbar-item-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-navbar-item-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-navbar-hovered-item-text-color-customTheme: rgba(51, 51, 51, 1);
   --jqx-navbar-hovered-item-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-navbar-selected-item-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-navbar-selected-item-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-overlays-content-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-overlays-content-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-overlays-shader-background-color-customTheme: rgba(0, 0, 0, 0.6);
   --jqx-overlays-popup-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-overlays-popup-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-overlays-tooltip-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-overlays-tooltip-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-overlays-toast-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-overlays-toast-info-background-color-customTheme: rgba(91, 192, 222, 1);
   --jqx-overlays-toast-warning-background-color-customTheme: rgba(240, 173, 78, 1);
   --jqx-overlays-toast-error-background-color-customTheme: rgba(217, 83, 79, 1);
   --jqx-overlays-toast-success-background-color-customTheme: rgba(92, 184, 92, 1);
   --jqx-pivotgrid-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-pivotgrid-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-pivotgrid-cell-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-pivotgrid-cell-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-pivotgrid-selected-cell-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-pivotgrid-selected-cell-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-pivotgrid-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-pivotgrid-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-pivotgrid-menu-button-color-customTheme: url('images/icon-menu-small.png');
   --jqx-progressbar-bar-background-color-customTheme: rgba(247, 247, 247, 1);
   --jqx-progressbar-selected-range-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-progressbar-label-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-scheduler-header-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-scheduler-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-scheduler-header-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-scheduler-header-buttons-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-scheduler-header-buttons-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-scheduler-header-buttons-hovered-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-scheduler-header-buttons-hovered-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-scheduler-header-buttons-selected-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-scheduler-header-buttons-selected-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-scheduler-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-scheduler-not-work-time-cells-color-customTheme: rgba(238, 238, 238, 1);
   --jqx-scheduler-hovered-cell-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-scheduler-hovered-cell-border-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-scheduler-selected-cell-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-scheduler-selected-cell-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-scheduler-weeks-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-scheduler-weeks-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-scheduler-weeks-arrow-right-selected-color-customTheme: url('images/metro-icon-right-white.png');
   --jqx-scheduler-weeks-arrow-left-selected-color-customTheme: url('images/metro-icon-left-white.png');
   --jqx-scheduler-calendar-icon-color-customTheme: url('images/icon-calendar.png');
   --jqx-scheduler-calendar-icon-selected-color-customTheme: url('images/icon-calendar-white.png');
   --jqx-scrollbar-scrollbar-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-scrollbar-scrollbar-thumb-background-color-customTheme: rgba(246, 246, 246, 1);
   --jqx-scrollbar-scrollbar-thumb-hovered-background-color-customTheme: rgba(230, 230, 230, 1);
   --jqx-scrollbar-scrollbar-thumb-active-background-color-customTheme: rgba(217, 217, 217, 1);
   --jqx-scrollbar-scrollbar-arrow-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-scrollbar-arrow-up-color-customTheme: url('images/metro-icon-up.png');
   --jqx-scrollbar-arrow-down-color-customTheme: url('images/metro-icon-down.png');
   --jqx-scrollbar-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-scrollbar-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-scrollbar-scrollbar-arrow-hovered-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-scrollbar-arrow-up-hovered-color-customTheme: url('images/metro-icon-up.png');
   --jqx-scrollbar-arrow-down-hovered-color-customTheme: url('images/metro-icon-down.png');
   --jqx-scrollbar-arrow-left-hovered-color-customTheme: url('images/metro-icon-left.png');
   --jqx-scrollbar-arrow-right-hovered-color-customTheme: url('images/metro-icon-right.png');
   --jqx-scrollbar-scrollbar-arrow-active-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-scrollbar-arrow-up-active-color-customTheme: url('images/metro-icon-up.png');
   --jqx-scrollbar-arrow-down-active-color-customTheme: url('images/metro-icon-down.png');
   --jqx-scrollbar-arrow-left-active-color-customTheme: url('images/metro-icon-left.png');
   --jqx-scrollbar-arrow-right-active-color-customTheme: url('images/metro-icon-right.png');
   --jqx-scrollview-indicator-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-scrollview-selected-indicator-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-slider-bar-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-slider-selected-slider-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-slider-thumb-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-focused-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-tooltip-text-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-slider-tooltip-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-tooltip-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-slider-arrows-background-color-customTheme: rgba(255, 255, 255, 0);
   --jqx-slider-arrows-hovered-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-slider-arrows-selected-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-slider-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-slider-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-slider-arrow-left-hovered-color-customTheme: url('images/metro-icon-left.png');
   --jqx-slider-arrow-right-hovered-color-customTheme: url('images/metro-icon-right.png');
   --jqx-slider-arrow-left-selected-color-customTheme: url('images/metro-icon-left-white.png');
   --jqx-slider-arrow-right-selected-color-customTheme: url('images/metro-icon-right-white.png');
   --jqx-tabs-header-background-color-customTheme: rgba(248, 248, 248, 1);
   --jqx-tabs-tab-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-tabs-hovered-tab-text-color-customTheme: rgba(51, 51, 51, 1);
   --jqx-tabs-hovered-tab-background-color-customTheme: rgba(240, 240, 240, 1);
   --jqx-tabs-selected-tab-text-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-tabs-selected-tab-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-tabs-selected-tab-bottom-border-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-tabs-border-color-customTheme: rgba(221, 221, 221, 1);
   --jqx-tabs-content-text-color-customTheme: rgba(85, 85, 85, 1);
   --jqx-tabs-content-background-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-tabs-arrow-left-color-customTheme: url('images/metro-icon-left.png');
   --jqx-tabs-arrow-right-color-customTheme: url('images/metro-icon-right.png');
   --jqx-toolbar-background-color-customTheme: rgba(250, 250, 250, 1);
   --jqx-treeview-hovered-tree-item-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-treeview-hovered-tree-item-background-color-customTheme: rgba(225, 245, 254, 1);
   --jqx-treeview-selected-tree-item-color-customTheme: rgba(255, 255, 255, 1);
   --jqx-treeview-selected-tree-item-background-color-customTheme: rgba(0, 119, 190, 1);
   --jqx-treeview-arrow-expanded-color-customTheme: url('images/metro-icon-down.png');
   --jqx-treeview-arrow-collapsed-color-customTheme: url('images/metro-icon-down.png');
}

.jqx-widget-customTheme {
    font-family: Inter;
    font-size: 0.73vw;
    color: #1D1C1B;
}
.jqx-widget-content-customTheme {
    font-family: Manrope;
    font-size: 0.625;
    color: var(--jqx-text-color-customTheme);
}
.jqx-widget-header-customTheme {
    border-bottom: 1px solid;
    font-family: var(--jqx-font-family-customTheme);
    font-size: var(--jqx-font-size-customTheme);
    color: var(--jqx-header-text-color-customTheme) !important;
   	background-color: white !important;
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-customTheme {
    -moz-border-radius-topleft: var(--jqx-border-radius-customTheme);
    -webkit-border-top-left-radius: var(--jqx-border-radius-customTheme);
    border-top-left-radius: var(--jqx-border-radius-customTheme);
}
/*top-right rounded Corners*/
.jqx-rc-tr-customTheme {
    -moz-border-radius-topright: var(--jqx-border-radius-customTheme);
    -webkit-border-top-right-radius: var(--jqx-border-radius-customTheme);
    border-top-right-radius: var(--jqx-border-radius-customTheme);
}
/*bottom-left rounded Corners*/
.jqx-rc-bl-customTheme {
    -moz-border-radius-bottomleft: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-left-radius: var(--jqx-border-radius-customTheme);
    border-bottom-left-radius: var(--jqx-border-radius-customTheme);
}
/*bottom-right rounded Corners*/
.jqx-rc-br-customTheme {
    -moz-border-radius-bottomright: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-right-radius: var(--jqx-border-radius-customTheme);
    border-bottom-right-radius: var(--jqx-border-radius-customTheme);
}
/*top rounded Corners*/
.jqx-rc-t-customTheme {
    -moz-border-radius-topleft: var(--jqx-border-radius-customTheme);
    -webkit-border-top-left-radius: var(--jqx-border-radius-customTheme);
    border-top-left-radius: var(--jqx-border-radius-customTheme);
    -moz-border-radius-topright: var(--jqx-border-radius-customTheme);
    -webkit-border-top-right-radius: var(--jqx-border-radius-customTheme);
    border-top-right-radius: var(--jqx-border-radius-customTheme);
}
/*bottom rounded Corners*/
.jqx-rc-b-customTheme {
    -moz-border-radius-bottomleft: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-left-radius: var(--jqx-border-radius-customTheme);
    border-bottom-left-radius: var(--jqx-border-radius-customTheme);
    -moz-border-radius-bottomright: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-right-radius: var(--jqx-border-radius-customTheme);
    border-bottom-right-radius: var(--jqx-border-radius-customTheme);
}
/*right rounded Corners*/
.jqx-rc-r-customTheme {
    -moz-border-radius-topright: var(--jqx-border-radius-customTheme);
    -webkit-border-top-right-radius: var(--jqx-border-radius-customTheme);
    border-top-right-radius: var(--jqx-border-radius-customTheme);
    -moz-border-radius-bottomright: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-right-radius: var(--jqx-border-radius-customTheme);
    border-bottom-right-radius: var(--jqx-border-radius-customTheme);
}
/*left rounded Corners*/
.jqx-rc-l-customTheme {
    -moz-border-radius-topleft: var(--jqx-border-radius-customTheme);
    -webkit-border-top-left-radius: var(--jqx-border-radius-customTheme);
    border-top-left-radius: var(--jqx-border-radius-customTheme);
    -moz-border-radius-bottomleft: var(--jqx-border-radius-customTheme);
    -webkit-border-bottom-left-radius: var(--jqx-border-radius-customTheme);
    border-bottom-left-radius: var(--jqx-border-radius-customTheme);
}
/*all rounded Corners*/
.jqx-rc-all-customTheme {
    -moz-border-radius: var(--jqx-border-radius-customTheme);
    -webkit-border-radius: var(--jqx-border-radius-customTheme);
    border-radius: var(--jqx-border-radius-customTheme);
}

.jqx-widget-customTheme, .jqx-widget-header-customTheme, .jqx-fill-state-normal-customTheme,
.jqx-widget-content-customTheme, .jqx-fill-state-hover-customTheme, .jqx-fill-state-pressed-customTheme {
    font-family: Inter;
    font-size: 0.73vw;
    color: #1D1C1B;
}

.jqx-widget-content-customTheme {
    background-color: var(--jqx-background-color-customTheme);
    border-color: var(--jqx-border-color-customTheme);
}
.jqx-widget-header-customTheme {
    border-color: var(--jqx-border-color-customTheme);
    *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-widget-customTheme input::selection, input.jqx-input-widget-customTheme::selection, .jqx-widget-content-customTheme input::selection {
    background: white;
    color: var(--jqx-active-state-text-color-customTheme);
}
.jqx-button-customTheme {
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.jqx-button-customTheme, .jqx-fill-state-normal-customTheme  {
    color: var(--jqx-button-default-text-color-customTheme);
  	background: white;
    border-color: var(--jqx-border-color-customTheme);
    *zoom: 1;
}
.jqx-grid-cell-customTheme.jqx-fill-state-hover-customTheme{
    background-color: white !important;
    color:#1D1C1B !important
}
.jqx-grid-header-customTheme{background-color: #F6F6F6 !important;}
.jqx-fill-state-hover-customTheme {
    color: var(--jqx-hovered-state-text-color-customTheme);
    border-color: #b2b2b2;
    border-color: rgba(0, 0, 0, 0.3);
    background-color: var(--jqx-hovered-state-background-color-customTheme);
 }
.jqx-fill-state-pressed-customTheme {
    color: #1D1C1B    !important;
    background-color: var(--jqx-active-state-background-color-customTheme); 
    border-color: var(--jqx-active-state-background-color-customTheme); ;
    *background-color: var(--jqx-active-state-text-color-customTheme);
}

.jqx-fill-state-hover-customTheme, .jqx-fill-state-focus-customTheme {
    color: var(--jqx-hovered-state-text-color-customTheme);
    text-decoration: none;
}
.jqx-fill-state-focus-customTheme, .jqx-item-customTheme.jqx-fill-state-focus {
    border-color: var(--jqx-focused-state-background-color-customTheme);
}
.jqx-fill-state-pressed-customTheme.jqx-fill-state-hover-customTheme, .jqx-dropdownlist-state-selected-customTheme{
    color: #1D1C1B    ;
}

.jqx-dropdownlist-state-hover-customTheme {
    background-color: white;
    color: var(--jqx-hovered-state-text-color-customTheme);
}

.jqx-datetimeinput-customTheme .jqx-action-button-customTheme.jqx-fill-state-hover{
    border-color: var(--jqx-border-color-customTheme);
}
.jqx-datetimeinput-customTheme.jqx-fill-state-focus .jqx-action-button-customTheme{
    border-color: var(--jqx-accent-color-customTheme); 
}
.jqx-filter-input-customTheme:focus {
    border-color: var(--jqx-accent-color-customTheme) !important;
}

.jqx-button-customTheme  {
    color: var(--jqx-button-default-text-color-customTheme);
    border-color: var(--jqx-border-color-customTheme);
    *zoom: 1;
}

.jqx-button-customTheme.jqx-fill-state-hover {
    color: var(--jqx-button-default-hovered-state-text-color-customTheme);
  	background-color: var(--jqx-button-default-hovered-state-background-color-customTheme);
    *zoom: 1;
    -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-button-customTheme.jqx-fill-state-pressed {
    color: var(--jqx-button-default-active-state-text-color-customTheme) !important;
  	background-color: var(--jqx-button-default-active-state-background-color-customTheme) !important;
    border-color: var(--jqx-button-default-active-state-background-color-customTheme) !important;
    *zoom: 1;
    -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-button-customTheme:focus {
    color: var(--jqx-button-default-focused-state-text-color-customTheme);
    background-color: var(--jqx-button-default-focused-state-background-color-customTheme);
}

.jqx-dropdownlist-state-normal-customTheme, .jqx-dropdownlist-state-hover-customTheme, .jqx-dropdownlist-state-selected-customTheme,
.jqx-scrollbar-button-state-hover-customTheme, .jqx-scrollbar-button-state-normal-customTheme, .jqx-scrollbar-button-state-pressed-customTheme,
.jqx-scrollbar-thumb-state-normal-horizontal-customTheme, .jqx-scrollbar-thumb-state-hover-horizontal-customTheme, .jqx-scrollbar-thumb-state-pressed-horizontal-customTheme,
.jqx-scrollbar-thumb-state-normal-customTheme, .jqx-scrollbar-thumb-state-pressed-customTheme, .jqx-tree-item-hover-customTheme, .jqx-tree-item-selected-customTheme,
.jqx-tree-item-customTheme, .jqx-menu-item-customTheme, .jqx-menu-item-hover-customTheme, .jqx-menu-item-selected-customTheme, .jqx-menu-item-top-customTheme, .jqx-menu-item-top-hover-customTheme, 
.jqx-menu-item-top-selected-customTheme, .jqx-slider-button-customTheme, .jqx-slider-slider-customTheme
 {
    -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-primary-customTheme
{
  color: var(--jqx-button-primary-text-color-customTheme) !important;
  background: var(--jqx-button-primary-background-color-customTheme) !important;
  border-color: var(--jqx-button-primary-text-color-customTheme) !important;
  text-shadow: none !important;
}
.jqx-primary-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-primary-customTheme.jqx-slider-button-customTheme,
.jqx-primary-customTheme.jqx-slider-slider-customTheme,
.jqx-primary-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-primary-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-primary-customTheme.jqx-action-button-customTheme,
.jqx-primary-customTheme:hover,
.jqx-primary-customTheme:active,
.jqx-primary-customTheme.active,
.jqx-primary-customTheme.disabled,
.jqx-primary-customTheme[disabled] {
  color: var(--jqx-button-primary-hovered-state-text-color-customTheme) !important;
  background: white!important;
  border-color: var(--jqx-button-primary-hovered-state-background-color-customTheme) !important;
  text-shadow: none !important;
}

.jqx-primary-customTheme:focus {
    color: var(--jqx-button-primary-focused-state-text-color-customTheme) !important;
    background: var(--jqx-button-primary-focused-state-background-color-customTheme) !important;
}

.jqx-fill-state-pressed-customTheme.jqx-primary-customTheme,
.jqx-primary-customTheme:active,
.jqx-primary-customTheme.active {
  color: var(--jqx-button-primary-active-state-text-color-customTheme) !important;
  background-color: var(--jqx-button-primary-active-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-primary-active-state-background-color-customTheme) !important;
  text-shadow: none !important;
}

.jqx-success-customTheme
{
  color: var(--jqx-button-success-text-color-customTheme) !important;
  background: var(--jqx-button-success-background-color-customTheme) !important;
  border-color: var(--jqx-button-success-text-color-customTheme) !important;
  text-shadow: none !important;
}
.jqx-success-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-success-customTheme.jqx-slider-button-customTheme,
.jqx-success-customTheme.jqx-slider-slider-customTheme,
.jqx-success-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-success-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-success-customTheme.jqx-action-button-customTheme,
.jqx-success-customTheme:hover,
.jqx-success-customTheme:active,
.jqx-success-customTheme.active,
.jqx-success-customTheme.disabled,
.jqx-success-customTheme[disabled] {
  color: var(--jqx-button-success-hovered-state-text-color-customTheme) !important;
  background: var(--jqx-button-success-hovered-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-success-hovered-state-background-color-customTheme) !important;
  text-shadow: none !important;
}

.jqx-success-customTheme:focus {
    color: var(--jqx-button-success-focused-state-text-color-customTheme) !important;
    background: var(--jqx-button-success-focused-state-background-color-customTheme) !important;
}

.jqx-fill-state-pressed-customTheme.jqx-success-customTheme,
.jqx-success-customTheme:active,
.jqx-success-customTheme.active {
  text-shadow: none !important;
  color: var(--jqx-button-success-active-state-text-color-customTheme) !important;
  background: var(--jqx-button-success-active-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-success-active-state-text-color-customTheme) !important;
}

.jqx-inverse-customTheme
{
  text-shadow: none !important;
  color: #666  !important;
  background: #fff  !important;
  border-color: #cccccc!important;
}
.jqx-inverse-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-inverse-customTheme.jqx-slider-button-customTheme,
.jqx-inverse-customTheme.jqx-slider-slider-customTheme,
.jqx-inverse-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-inverse-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-inverse-customTheme.jqx-action-button-customTheme,
.jqx-inverse-customTheme:hover,
.jqx-inverse-customTheme:focus,
.jqx-inverse-customTheme:active,
.jqx-inverse-customTheme.active,
.jqx-inverse-customTheme.disabled,
.jqx-inverse-customTheme[disabled] {
  text-shadow: none !important;
  color: #666 !important;
  background: #cccccc !important;
  border-color: #cccccc!important;
}

.jqx-fill-state-pressed-customTheme.jqx-inverse-customTheme,
.jqx-inverse-customTheme:active,
.jqx-inverse-customTheme.active {
  text-shadow: none !important;
 color: #666  !important;
  background: #cccccc  !important;
  border-color: #cccccc!important;
}


.jqx-danger-customTheme
{
  text-shadow: none !important;
  color: var(--jqx-button-danger-text-color-customTheme) !important;
  background: var(--jqx-button-danger-background-color-customTheme) !important;
  border-color: var(--jqx-button-danger-text-color-customTheme) !important;
}
.jqx-danger-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-danger-customTheme.jqx-slider-button-customTheme,
.jqx-danger-customTheme.jqx-slider-slider-customTheme,
.jqx-danger-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-danger-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-danger-customTheme.jqx-action-button-customTheme,
.jqx-danger-customTheme:hover,
.jqx-danger-customTheme:focus,
.jqx-danger-customTheme:active,
.jqx-danger-customTheme.active,
.jqx-danger-customTheme.disabled,
.jqx-danger-customTheme[disabled] {
  text-shadow: none !important;
  color: var(--jqx-button-danger-hovered-state-text-color-customTheme) !important;
  background: var(--jqx-button-danger-hovered-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-danger-hovered-state-background-color-customTheme) !important;
}

.jqx-danger-customTheme:focus {
    color: var(--jqx-button-danger-focused-state-text-color-customTheme) !important;
    background: var(--jqx-button-danger-focused-state-background-color-customTheme) !important;
}

.jqx-fill-state-pressed-customTheme.jqx-danger-customTheme,
.jqx-danger-customTheme:active,
.jqx-danger-customTheme.active {
  text-shadow: none !important;
  color: var(--jqx-button-danger-active-state-text-color-customTheme) !important;
  background: var(--jqx-button-danger-active-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-danger-active-state-background-color-customTheme) !important;
}


.jqx-warning-customTheme
{
  text-shadow: none !important;
  color: var(--jqx-button-warning-text-color-customTheme) !important;
  background: var(--jqx-button-warning-background-color-customTheme) !important;
  border-color: var(--jqx-button-warning-text-color-customTheme) !important;
}
.jqx-warning-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-warning-customTheme.jqx-slider-button-customTheme,
.jqx-warning-customTheme.jqx-slider-slider-customTheme,
.jqx-warning-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-warning-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-warning-customTheme.jqx-action-button-customTheme,
.jqx-warning-customTheme:hover,
.jqx-warning-customTheme:focus,
.jqx-warning-customTheme:active,
.jqx-warning-customTheme.active,
.jqx-warning-customTheme.disabled,
.jqx-warning-customTheme[disabled] {
  text-shadow: none !important;
  color: var(--jqx-button-warning-hovered-state-text-color-customTheme) !important;
  background: var(--jqx-button-warning-hovered-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-warning-hovered-state-background-color-customTheme) !important;
}

.jqx-warning-customTheme:focus {
    color: var(--jqx-button-warning-focused-state-text-color-customTheme) !important;
    background: var(--jqx-button-warning-focused-state-background-color-customTheme) !important;
}

.jqx-combobox-arrow-normal-customTheme{
    height:100% !important
}

.jqx-fill-state-pressed-customTheme.jqx-warning-customTheme,
.jqx-warning-customTheme:active,
.jqx-warning-customTheme.active {
  text-shadow: none !important;
  color: var(--jqx-button-warning-active-state-text-color-customTheme) !important;
  background: var(--jqx-button-warning-active-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-warning-active-state-background-color-customTheme) !important;
}


.jqx-info-customTheme
{
  text-shadow: none !important;
  color: var(--jqx-button-info-text-color-customTheme) !important;
  background: var(--jqx-button-info-background-color-customTheme) !important;
  border-color: var(--jqx-button-info-text-color-customTheme) !important;
}
.jqx-info-customTheme.jqx-dropdownlist-state-normal-customTheme,
.jqx-info-customTheme.jqx-slider-button-customTheme,
.jqx-info-customTheme.jqx-slider-slider-customTheme,
.jqx-info-customTheme.jqx-combobox-arrow-hover-customTheme,
.jqx-info-customTheme.jqx-combobox-arrow-normal-customTheme,
.jqx-info-customTheme.jqx-action-button-customTheme,
.jqx-info-customTheme:hover,
.jqx-info-customTheme:focus,
.jqx-info-customTheme:active,
.jqx-info-customTheme.active,
.jqx-info-customTheme.disabled,
.jqx-info-customTheme[disabled] {
  color: var(--jqx-button-info-hovered-state-text-color-customTheme) !important;
  background: var(--jqx-button-info-hovered-state-background-color-customTheme) !important;
  border-color: var(--jqx-button-info-hovered-state-background-color-customTheme) !important;
  text-shadow: none !important;
}

.jqx-info-customTheme:focus {
    color: var(--jqx-button-info-focused-state-text-color-customTheme) !important;
    background: var(--jqx-button-info-focused-state-background-color-customTheme) !important;
}

.jqx-fill-state-pressed-customTheme.jqx-info-customTheme,
.jqx-info-customTheme:active,
.jqx-info-customTheme.active {
  text-shadow: none !important;
  color: #1D1C1B !important;
  background: #D2D2D1 !important;
  border-color: var(--jqx-button-info-active-state-background-color-customTheme) !important;
}

.jqx-fill-state-pressed-customTheme {
    background-image: none;
    outline: 0;
}

.jqx-grid-column-header-customTheme, 
.jqx-grid-groups-header-customTheme,
.jqx-grid-pager-customTheme {
    background-color: var(--jqx-grid-header-background-color-customTheme) !important;
    color: var(--jqx-grid-header-text-color-customTheme) !important;
    font-family: Inter;
	font-weight: 400;
	font-size: 0.73vw;
}

.jqx-grid-column-header-customTheme .sorticon {
    background-color: inherit !important;
}
.jqx-grid-column-header-customTheme .jqx-widget-header-customTheme {
    background-color: inherit !important;
}
.jqx-widget-header-customTheme.sortasc, .jqx-grid-column-sortascbutton-customTheme,
.jqx-widget-header-customTheme.sortdesc, .jqx-grid-column-sortdescbutton-customTheme {
    background-color: inherit !important;
}

.jqx-grid-content-customTheme { /* for the opacity of the alternation rows */
    background-color: rgba(255, 255, 255, 1);
}

.jqx-grid-cell-selected.jqx-grid-cell-edit-customTheme, 
.jqx-grid-cell-selected.jqx-grid-cell-edit-customTheme input,
.jqx-cell-editor-customTheme {
    background-color: var(--jqx-grid-editor-background-color-customTheme) !important;
    color: var(--jqx-grid-editor-text-color-customTheme) !important;
}

#tabletreegrid .jqx-cell-editor-customTheme {
    background-color: var(--jqx-grid-editor-background-color-customTheme) !important;
    color: var(--jqx-grid-editor-text-color-customTheme) !important;
}

.jqx-grid-cell-alt-customTheme {
    background-color: var(--jqx-grid-row-alternation-background-color-customTheme) !important;
    color: var(--jqx-grid-row-alternation-text-color-customTheme) !important;
}

.jqx-grid-group-expand-customTheme + div, .jqx-grid-group-collapse-customTheme + div  {
    background-color: var(--jqx-grid-group-row-background-color-customTheme);
    color: var(--jqx-grid-group-row-text-color-customTheme);
}

.jqx-grid-cell-customTheme, .jqx-grid-group-cell-customTheme {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: var(--jqx-grid-row-background-color-customTheme);
    color: var(--jqx-grid-row-text-color-customTheme);
}

.jqx-grid-cell-pinned-customTheme {
    background-color: transparent !important;
}

.jqx-grid-column-menubutton-customTheme {
    background-color: transparent;
    border-color: var(--jqx-border-color-customTheme) !important;
}

#groupsheadergrid .jqx-fill-state-normal-customTheme {
    background-color: var(--jqx-grid-background-color-customTheme) !important;
}

#pagergrid .jqx-input-customTheme, #pagergrid .jqx-fill-state-normal-customTheme {
    background-color: var(--jqx-grid-background-color-customTheme) !important;
}


#pagergrid .jqx-dropdownlist-state-hover-customTheme{
    background-color: var(--jqx-hovered-state-background-color-customTheme) !important;
    color: var(--jqx-hovered-state-text-color-customTheme);
}

#pagergrid .jqx-dropdownlist-state-selected-customTheme{
    background-color: var(--jqx-active-state-background-color-customTheme) !important;
}

.jqx-cell-customTheme {
    font-size: var(--jqx-font-size-customTheme);
}

.jqx-widget-header-customTheme.jqx-pivotgrid-content-wrapper {
    background-color: var(--jqx-pivotgrid-header-background-color-customTheme) !important;
    color: var(--jqx-pivotgrid-header-text-color-customTheme) !important;
}

.jqx-grid-cell-normal-customTheme.jqx-pivotgrid-content-wrapper {
    background-color: var(--jqx-pivotgrid-cell-background-color-customTheme);
    color: var(--jqx-pivotgrid-cell-text-color-customTheme);
}

.jqx-grid-cell-selected-customTheme.jqx-pivotgrid-content-wrapper {
    color: var(--jqx-pivotgrid-selected-cell-text-color-customTheme) !important;
    background-color: var(--jqx-pivotgrid-selected-cell-background-color-customTheme) !important;
    border-color: var(--jqx-pivotgrid-selected-cell-background-color-customTheme) !important;
}

.jqx-calendar-customTheme > div {
    padding: 10px;
    box-sizing: border-box;
}

.jqx-calendar-customTheme .jqx-widget-header-customTheme
{
    background-color: var(--jqx-background-color-customTheme);
    font-size:12px;
    box-shadow:none;
}

.calendar-header-customTheme td {
    color: var(--jqx-editors-calendar-header-text-color-customTheme);
}

.jqx-calendar-month-container-customTheme {
    background-color: var(--jqx-editors-calendar-background-color-customTheme);
}

.jqx-calendar-cell-month-customTheme {
    color: var(--jqx-editors-calendar-current-month-text-color-customTheme) !important;
}

.jqx-calendar-cell-othermonth-customTheme {
    color: var(--jqx-editors-calendar-other-month-text-color-customTheme) !important;
}

.jqx-calendar-title-header-customTheme {
    color: var(--jqx-editors-calendar-header-text-color-customTheme) !important;
    background-color: var(--jqx-editors-calendar-header-background-color-customTheme) !important;
}

.jqx-calendar-cell-today-customTheme {
    color: var(--jqx-editors-calendar-today-cell-text-color-customTheme) !important;
    background-color: var(--jqx-editors-calendar-today-cell-background-color-customTheme);
    border-color: var(--jqx-editors-calendar-today-cell-border-color-customTheme);
}

.jqx-calendar-row-header-customTheme, .jqx-calendar-top-left-header-customTheme {
    background-color: #f0f0f0;
    border-color: #f2f2f2;
    box-shadow:none;
}
.jqx-calendar-title-content-customTheme {
    font-weight:bold;
}
.jqx-calendar-column-header-customTheme {
    background-color: var(--jqx-editors-calendar-header-background-color-customTheme);
    border-top-color: var(--jqx-editors-calendar-header-background-color-customTheme);
    box-shadow:none;
    border-bottom-color: var(--jqx-editors-calendar-header-background-color-customTheme);
}

.jqx-calendar-title-navigation-customTheme.jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-editors-calendar-arrow-left-color-customTheme);
}
.jqx-calendar-title-navigation-customTheme.jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-editors-calendar-arrow-right-color-customTheme);
}

.jqx-calendar-customTheme > div {
    padding: 10px;
    box-sizing: border-box;
}
.jqx-expander-header-customTheme {
    padding-top: 10px; padding-bottom: 10px;
}
 .jqx-expander-header.jqx-fill-state-hover-customTheme,
 .jqx-expander-header.jqx-fill-state-normal-customTheme
 {
      background-color: var(--jqx-accordion-item-title-background-color-customTheme) !important;
      border-color: var(--jqx-accordion-item-title-border-color-customTheme);
      color: var(--jqx-accordion-item-title-text-color-customTheme) !important;
}

.jqx-expander-header.jqx-fill-state-pressed-customTheme {
    background-color: var(--jqx-accordion-item-title-selected-background-color-customTheme) !important;
    border-color: var(--jqx-accordion-item-title-selected-border-color-customTheme);
    color: var(--jqx-accordion-item-title-selected-text-color-customTheme) !important;
}

.jqx-expander-header.jqx-fill-state-hover-customTheme {
    background-color: var(--jqx-accordion-item-title-hovered-background-color-customTheme) !important;
    color: var(--jqx-accordion-item-title-hovered-text-color-customTheme) !important;
    border-color: var(--jqx-accordion-item-title-hovered-border-color-customTheme) !important;
}
.jqx-expander-header.jqx-fill-state-focus-customTheme {
    border-color: var(--jqx-accordion-item-title-focused-border-color-customTheme) !important;
}

.jqx-expander-content-customTheme {
    background-color: var(--jqx-accordion-item-background-color-customTheme);
    color: var(--jqx-accordion-item-text-color-customTheme);
}

.jqx-expander-content.jqx-fill-state-focus-customTheme {
    border-color: var(--jqx-accordion-item-focused-border-color-customTheme) !important;
    background-color: var(--jqx-accordion-item-focused-background-color-customTheme);
    color: var(--jqx-accordion-item-focused-text-color-customTheme);
}
.jqx-expander-header-customTheme {
    padding:10px;
}

.jqx-ribbon-header-vertical-customTheme, .jqx-widget-header-vertical-customTheme {
	background:#f0f0f0;
}

.jqx-scrollbar-state-normal-customTheme {
    background-color: var(--jqx-scrollbar-scrollbar-background-color-customTheme);
    border: 1px solid var(--jqx-scrollbar-scrollbar-background-color-customTheme);
    border-left-color: var(--jqx-border-color-customTheme);
}

.jqx-scrollbar-thumb-state-normal-customTheme, .jqx-scrollbar-thumb-state-normal-horizontal-customTheme {
    background: var(--jqx-scrollbar-scrollbar-thumb-background-color-customTheme);
    border-color: #b3b3b3;
}

.jqx-scrollbar-thumb-state-hover-customTheme, .jqx-scrollbar-thumb-state-hover-horizontal-customTheme {
    background: var(--jqx-scrollbar-scrollbar-thumb-hovered-background-color-customTheme);
    border-color: #b3b3b3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-progressbar-customTheme {
    background: var(--jqx-progressbar-bar-background-color-customTheme) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value-customTheme, .jqx-splitter-collapse-button-horizontal-customTheme {
    background: var(--jqx-progressbar-selected-range-background-color-customTheme);
}

.jqx-splitter-collapse-button-vertical-customTheme, .jqx-progressbar-value-vertical-customTheme {
    background: var(--jqx-progressbar-selected-range-background-color-customTheme);
}

.jqx-progressbar-text-customTheme {
    color: var(--jqx-progressbar-label-color-customTheme);
}

.jqx-scrollbar-thumb-state-pressed-customTheme, .jqx-splitter-splitbar-vertical-customTheme, .jqx-splitter-splitbar-horizontal-customTheme, .jqx-scrollbar-thumb-state-pressed-horizontal-customTheme {
    background: var(--jqx-scrollbar-scrollbar-thumb-active-background-color-customTheme);
    border-color: #b3b3b3;
     box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-scrollbar-button-state-normal-customTheme {
    background: var(--jqx-scrollbar-scrollbar-arrow-background-color-customTheme);
}

.jqx-scrollbar-button-state-pressed-customTheme {
    background: var(--jqx-scrollbar-scrollbar-arrow-active-background-color-customTheme) !important;
    border-color: var(--jqx-scrollbar-scrollbar-arrow-active-background-color-customTheme);
}

.jqx-scrollbar-button-state-hover-customTheme {
    background: var(--jqx-scrollbar-scrollbar-arrow-hovered-background-color-customTheme);
}

/* scrollbar arrow up */
.jqx-scrollbar-button-state-normal-customTheme .jqx-icon-arrow-up-customTheme {
    background-image: var(--jqx-scrollbar-arrow-up-color-customTheme);
}
.jqx-scrollbar-button-state-hover-customTheme .jqx-icon-arrow-up-hover-customTheme {
    background-image: var(--jqx-scrollbar-arrow-up-hovered-color-customTheme);
}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-up-selected-customTheme {
    background-image: var(--jqx-scrollbar-arrow-up-active-color-customTheme);
}

/* scrollbar arrow down */
.jqx-scrollbar-button-state-normal-customTheme .jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-scrollbar-arrow-down-color-customTheme);
}
.jqx-scrollbar-button-state-hover-customTheme .jqx-icon-arrow-down-hover-customTheme {
    background-image: var(--jqx-scrollbar-arrow-down-hovered-color-customTheme);
}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-down-selected-customTheme {
    background-image: var(--jqx-scrollbar-arrow-down-active-color-customTheme);
}

/* scrollbar arrow left */
.jqx-scrollbar-button-state-normal-customTheme .jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-scrollbar-arrow-left-color-customTheme);
}
.jqx-scrollbar-button-state-hover-customTheme .jqx-icon-arrow-left-hover-customTheme {
    background-image: var(--jqx-scrollbar-arrow-left-hovered-color-customTheme);
}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-left-selected-customTheme{
    background-image: var(--jqx-scrollbar-arrow-left-active-color-customTheme);
}

/* scrollbar arrow right */
.jqx-scrollbar-button-state-normal-customTheme .jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-scrollbar-arrow-right-color-customTheme);
}
.jqx-scrollbar-button-state-hover-customTheme .jqx-icon-arrow-right-hover-customTheme {
    background-image: var(--jqx-scrollbar-arrow-right-hovered-color-customTheme);
}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-right-selected-customTheme {
    background-image: var(--jqx-scrollbar-arrow-right-active-color-customTheme);
}

.jqx-grid-column-sortdescbutton-customTheme, .jqx-grid-column-filterbutton-customTheme, .jqx-grid-column-sortascbutton-customTheme {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var(--jqx-border-color-customTheme);
}

.jqx-menu-vertical-customTheme, .jqx-menu-horizontal-customTheme {
    background-color: var(--jqx-menu-background-color-customTheme) !important;
    filter: none;
}

.jqx-menu-item-top-customTheme, .jqx-menu-item-customTheme {
    color: var(--jqx-menu-text-color-customTheme);
}

.jqx-menu-dropdown-customTheme {
    background-color: var(--jqx-menu-dropdown-background-color-customTheme);
}
.jqx-menu-dropdown-customTheme li {
    color: var(--jqx-menu-dropdown-text-color-customTheme);
}

.jqx-navbar-block-customTheme {
    color: var(--jqx-navbar-item-text-color-customTheme);
    background: var(--jqx-navbar-item-background-color-customTheme);
}

.jqx-navbar-block-customTheme.jqx-fill-state-hover-customTheme {
    color: var(--jqx-navbar-hovered-item-text-color-customTheme) !important;
    background-color: var(--jqx-navbar-hovered-item-background-color-customTheme);
}

.jqx-navbar-block-customTheme.jqx-fill-state-pressed-customTheme {
    color: var(--jqx-navbar-selected-item-text-color-customTheme) !important;
    background-color: var(--jqx-navbar-selected-item-background-color-customTheme);
}

.jqx-checkbox-check-checked-customTheme {
    background: transparent url(images/material_check_black.png) center center no-repeat;
}
.jqx-combobox-content-customTheme
{
    height:100%  !important
}

.jqx-checkbox-check-indeterminate-customTheme {
    width:14px !important;
    height:14px !important;
    position:relative;
    top: 1px;
    left: 1px;
    background: #0379BF;
}
.jqx-checkbox-hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jqx-scrollview-page-customTheme{
    margin: 0 !important
}

.jqx-combobox-content-customTheme {
    border-color: var(--jqx-border-color-customTheme);
    border-color: rgba(0, 0, 0, 0.25);
}

.jqx-combobox-multi-item-customTheme {
    color: var(--jqx-editors-combobox-multi-item-text-color-customTheme);
    background: var(--jqx-editors-combobox-multi-item-background-color-customTheme);
}

.jqx-combobox-input-customTheme{
    width:100% !important;
    height:100%;
    margin:0 0 0 0 !important
}

.jqx-combobox-multi-item-customTheme{
    &+input{
        height:0% !important;
    }
}

.jqx-grid-bottomright-customTheme, .jqx-panel-bottomright-customTheme, .jqx-listbox-bottomright-customTheme {
    background-color: var(--jqx-background-color-customTheme);
}

.jqx-window-customTheme, .jqx-tooltip-customTheme {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking-customTheme .jqx-window-customTheme {
    box-shadow: none;
}

.jqx-docking-panel-customTheme .jqx-window-customTheme {
    box-shadow: none;
}

.jqx-radiobutton-customTheme {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-repeat: no-repeat;
    background: none;
}

.jqx-radiobutton-customTheme-customTheme, .jqx-radiobutton-hover-customTheme {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked-customTheme {
    filter: none;
    background: var(--jqx-accent-color-customTheme);
    background-repeat: no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-customTheme {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled-customTheme {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal-customTheme, .jqx-slider-track-vertical-customTheme {
    border-color: var(--jqx-border-color-customTheme);
    background: var(--jqx-slider-slider-bar-background-color-customTheme);
}

.jqx-slider-button-customTheme {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--jqx-slider-arrows-background-color-customTheme);
    border-color: transparent !important;
}

.jqx-slider-slider-customTheme {
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}

.jqx-slider-has-value-customTheme {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--jqx-slider-slider-thumb-color-customTheme);
    border-color: var(--jqx-slider-slider-thumb-color-customTheme) !important;
}
.jqx-slider-has-value-customTheme.jqx-fill-state-focus-customTheme,
.jqx-slider-button-customTheme.jqx-fill-state-focus-customTheme {
    border-color: var(--jqx-slider-focused-border-color-customTheme) !important;
}

.jqx-slider-button-customTheme.jqx-fill-state-hover-customTheme {
    background-color: var(--jqx-slider-arrows-hovered-background-color-customTheme);
}
.jqx-slider-button-customTheme.jqx-fill-state-pressed-customTheme {
    background-color: var(--jqx-slider-arrows-selected-background-color-customTheme) !important;
}

.jqx-slider-slider-customTheme:active {
    transform: scale(1.2);
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}

.jqx-slider-tooltip-customTheme, .jqx-slider-tooltip-customTheme .jqx-fill-state-normal-customTheme {
    border-radius: var(--jqx-border-radius-customTheme);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jqx-slider-tooltip-background-color-customTheme);     
    color: var(--jqx-slider-tooltip-text-color-customTheme);
    font-size:11px;
}

.jqx-slider-tooltip-customTheme {
    border: 1px solid var(--jqx-slider-tooltip-border-color-customTheme) !important;
}

.jqx-tooltip-main-customTheme{
    border: none;
}

.jqx-slider-tooltip-customTheme .jqx-tooltip-arrow-t-b,
.jqx-slider-tooltip-customTheme .jqx-tooltip-arrow-l-r {
    background: var(--jqx-slider-tooltip-background-color-customTheme); 
    border-color: var(--jqx-slider-tooltip-border-color-customTheme);
}
.jqx-listitem-state-normal-customTheme,
.jqx-listitem-state-hover-customTheme,
.jqx-listitem-state-selected-customTheme
 {
    padding-top:5px;
    padding-bottom:5px;
    margin:0px;
    border-radius: 0px;
}

.jqx-listitem-state-normal-customTheme, 
.jqx-listmenu-item-customTheme.jqx-fill-state-normal-customTheme  {
    color: var(--jqx-list-text-color-customTheme);
    background-color: var(--jqx-list-background-color-customTheme);
}

.jqx-listitem-state-normal-customTheme.checkboxes,
.jqx-listitem-state-hover-customTheme.checkboxes,
.jqx-listitem-state-selected-customTheme.checkboxes {
    border-radius: var(--jqx-border-radius-customTheme);
}

.jqx-listitem-state-group-customTheme, .jqx-listmenu-header-customTheme {
    color: var(--jqx-list-header-text-color-customTheme) !important;
    background-color: var(--jqx-list-header-background-color-customTheme) !important;
}

/*applied to a list item when the item is selected.*/
.jqx-input-popup-customTheme .jqx-fill-state-hover-customTheme,
.jqx-input-popup-customTheme .jqx-fill-state-pressed-customTheme {
    color: var(--jqx-hovered-state-content-text-color-customTheme) !important;
    border-color: var(--jqx-hovered-state-content-background-color-customTheme);
    text-decoration: none;
    background-color: var(--jqx-hovered-state-content-background-color-customTheme);
    background-repeat: repeat-x;
    outline: 0;
    background: var(--jqx-hovered-state-content-background-color-customTheme); /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-position: 0 0;
}

.jqx-listitem-state-hover-customTheme {
    color: var(--jqx-list-hovered-item-state-text-color-customTheme) !important;
    background-color: var(--jqx-list-hovered-item-state-background-color-customTheme);
    background: var(--jqx-list-hovered-item-state-background-color-customTheme); /* Old browsers */
}

.jqx-menu-item-hover-customTheme, 
.jqx-menu-vertical-customTheme .jqx-menu-item-top-hover-customTheme,
.jqx-menu-horizontal-customTheme .jqx-menu-item-top-hover-customTheme {
    color: var(--jqx-menu-hovered-item-color-customTheme) !important;
    background-color: var(--jqx-menu-hovered-item-background-color-customTheme);
}

.jqx-tree-item-hover-customTheme {
    color: var(--jqx-treeview-hovered-tree-item-color-customTheme);
    background-color: var(--jqx-treeview-hovered-tree-item-background-color-customTheme);
}

.jqx-grid-cell-hover-customTheme {
    color: var(--jqx-grid-hovered-row-text-color-customTheme) !important;
    background-color: var(--jqx-grid-hovered-row-background-color-customTheme) !important;
    background: var(--jqx-grid-hovered-row-background-color-customTheme) !important; /* Old browsers */
}

.jqx-scheduler-customTheme {
    border-color: var(--jqx-scheduler-header-border-color-customTheme);
}

.jqx-scheduler-customTheme .jqx-scrollbar-state-normal-customTheme {
    border-left-color: var(--jqx-scheduler-header-border-color-customTheme);
}

.jqx-scheduler-customTheme .jqx-widget-header-customTheme{
    color: var(--jqx-scheduler-header-text-color-customTheme) !important;
    background-color: var(--jqx-scheduler-header-background-color-customTheme) !important;
    border-color: var(--jqx-scheduler-header-border-color-customTheme) !important;
}

.jqx-scheduler-all-day-cell-customTheme {
    border-color: var(--jqx-scheduler-header-border-color-customTheme) !important;
}

.jqx-scheduler-toolbar-customTheme .jqx-datetimeinput-customTheme {
    border-color: var(--jqx-scheduler-header-border-color-customTheme) !important;
}

.jqx-scheduler-toolbar-customTheme .jqx-group-button-normal-customTheme {
    color: var(--jqx-scheduler-header-buttons-text-color-customTheme);
    border-color: var(--jqx-scheduler-header-border-color-customTheme);
    background: var(--jqx-scheduler-header-buttons-background-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-group-button-normal-customTheme.jqx-fill-state-hover-customTheme {
    color: var(--jqx-scheduler-header-buttons-hovered-text-color-customTheme);
    background: var(--jqx-scheduler-header-buttons-hovered-background-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-group-button-normal-customTheme.jqx-fill-state-pressed-customTheme {
    color: var(--jqx-scheduler-header-buttons-selected-text-color-customTheme) !important;
    border-color: var(--jqx-scheduler-header-buttons-selected-background-color-customTheme) !important;
    background-color: var(--jqx-scheduler-header-buttons-selected-background-color-customTheme) !important;
}

.jqx-scheduler-work-time-cell-customTheme, .jqx-scheduler-not-work-time-cell-customTheme {
    border-color: var(--jqx-scheduler-border-color-customTheme) !important; 
}

.jqx-scheduler-not-work-time-cell-customTheme {
    background-color: var(--jqx-scheduler-not-work-time-cells-color-customTheme);
}

.jqx-scheduler-cell-hover-customTheme {
    border-color: var(--jqx-scheduler-hovered-cell-border-color-customTheme) !important;
    background: var(--jqx-scheduler-hovered-cell-background-color-customTheme) !important;
}

.jqx-scheduler-toolbar-customTheme .jqx-datetimeinput {
    background-color: inherit !important;
}
.jqx-scheduler-toolbar-customTheme .jqx-datetimeinput .jqx-action-button-customTheme{
    background-color: inherit !important;
}

.jqx-scheduler-toolbar-customTheme .jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-scheduler-weeks-arrow-left-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-scheduler-weeks-arrow-right-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-icon-arrow-left-selected-customTheme {
    background-image: var(--jqx-scheduler-weeks-arrow-left-selected-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-icon-arrow-right-selected-customTheme {
    background-image: var(--jqx-scheduler-weeks-arrow-right-selected-color-customTheme);
}

.jqx-scheduler-toolbar-customTheme .jqx-icon-calendar {
    background-image: var(--jqx-scheduler-calendar-icon-color-customTheme);
}
.jqx-scheduler-toolbar-customTheme .jqx-icon-calendar-pressed {
    background-image: var(--jqx-scheduler-calendar-icon-selected-color-customTheme);
}

.jqx-grid-table-dark {
    font-size: var(--jqx-font-size-customTheme);
}


.jqx-grid-selectionarea-customTheme, 
.jqx-input-button-header-customTheme, .jqx-input-button-innerHeader-customTheme {
    color: var(--jqx-background-color-customTheme) !important;
    background-color: var(--jqx-accent-color-customTheme);
    *background-color: var(--jqx-accent-color-customTheme);
    background-repeat: repeat-x;
    border-color: var(--jqx-accent-color-customTheme) !important;
    background: var(--jqx-accent-color-customTheme); /* Old browsers */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-listitem-state-selected-customTheme {
    color: var(--jqx-list-selected-item-state-text-color-customTheme) !important;
    background-color: var(--jqx-list-selected-item-state-background-color-customTheme);
    background: var(--jqx-list-selected-item-state-background-color-customTheme); /* Old browsers */
    border-color: var(--jqx-list-selected-item-state-background-color-customTheme);
}

 .jqx-listmenu-item-customTheme.jqx-fill-state-pressed-customTheme {
    color: var(--jqx-list-selected-item-state-text-color-customTheme) !important;
    background-color: var(--jqx-list-selected-item-state-background-color-customTheme) !important;
    background: var(--jqx-list-selected-item-state-background-color-customTheme); /* Old browsers */
    border-color: var(--jqx-list-selected-item-state-background-color-customTheme);
 }

.jqx-tree-item-selected-customTheme {
    color: var(--jqx-treeview-selected-tree-item-color-customTheme) !important;
    background-color: var(--jqx-treeview-selected-tree-item-background-color-customTheme);
}

.jqx-menu-item-selected-customTheme,
.jqx-menu-vertical-customTheme .jqx-menu-item-top-selected-customTheme,
.jqx-menu-horizontal-customTheme .jqx-menu-item-top-selected-customTheme {
    color: var(--jqx-menu-selected-item-color-customTheme) !important;
    background-color: var(--jqx-menu-selected-item-background-color-customTheme);
    border-color: var(--jqx-menu-selected-item-border-color-customTheme);
}

.jqx-calendar-cell-hover-customTheme {
    color: var(--jqx-editors-calendar-hovered-cell-text-color-customTheme) !important;
    background-color: var(--jqx-editors-calendar-hovered-cell-background-color-customTheme);
    border-color: var(--jqx-editors-calendar-hovered-cell-background-color-customTheme); 
}
.jqx-calendar-cell-selected-customTheme {
    color: var(--jqx-editors-calendar-selected-cell-text-color-customTheme) !important;
    background-color: var(--jqx-editors-calendar-selected-cell-background-color-customTheme);
    border-color: var(--jqx-editors-calendar-selected-cell-background-color-customTheme);
}

.jqx-grid-cell-selected-customTheme {    
    color: var(--jqx-grid-selected-row-text-color-customTheme) !important;    
    border-color: var(--jqx-grid-selected-row-border-color-customTheme) !important;
    background-color: var(--jqx-grid-selected-row-background-color-customTheme) !important;
}

.jqx-scheduler-cell-selected-customTheme {
    border-color: var(--jqx-scheduler-selected-cell-border-color-customTheme) !important;
    background: var(--jqx-scheduler-selected-cell-background-color-customTheme) !important;
}

.jqx-grid-cell-customTheme .jqx-button-customTheme, .jqx-grid-cell-customTheme .jqx-button-customTheme.jqx-fill-state-hover-customTheme, .jqx-grid-cell-customTheme .jqx-button-customTheme.jqx-fill-state-pressed-customTheme {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
   -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.jqx-popup-customTheme {
    border: 1px solid var(--jqx-border-color-customTheme);
    *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-window-collapse-button-customTheme, .jqx-menu-item-arrow-up-customTheme, .jqx-menu-item-arrow-up-selected-customTheme, .jqx-menu-item-arrow-top-up-customTheme, .jqx-icon-arrow-up-customTheme, .jqx-icon-arrow-up-selected-customTheme {
    background-image: var(--jqx-arrow-up-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-hover-customTheme {
    background-image: var(--jqx-arrow-up-hovered-color-customTheme);
}

.jqx-expander-arrow-bottom-customTheme {
    background-image: var(--jqx-accordion-arrow-down-color-customTheme);
}

.jqx-widget-customTheme .jqx-grid-group-expand-customTheme, .jqx-grid-column-menubutton-customTheme, .jqx-grid-column-sortdescbutton-customTheme, .jqx-window-collapse-button-collapsed-customTheme, .jqx-menu-item-arrow-down-customTheme, .jqx-menu-item-arrow-down-selected-customTheme, .jqx-menu-item-arrow-down-customTheme, .jqx-icon-arrow-down-customTheme, .jqx-icon-arrow-down-selected-customTheme {
    background-image: url('images/metro-icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-hover-customTheme {
    background-image: var(--jqx-arrow-down-hovered-color-customTheme);
}

.jqx-grid-cell-hover-customTheme .jqx-grid-group-expand-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-arrow-down-hovered-color-customTheme);
}
.jqx-grid-cell-hover-customTheme .jqx-grid-group-expand-rtl-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-arrow-down-hovered-color-customTheme);
}
.jqx-grid-cell-hover-customTheme .jqx-grid-group-collapse-customTheme.jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-grid-arrow-rigth-hovered-color-customTheme);
}
.jqx-grid-cell-hover-customTheme .jqx-grid-group-collapse-rtl-customTheme.jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-grid-arrow-left-hovered-color-customTheme);
}

.jqx-expander-arrow-top-customTheme {
    background-image: var(--jqx-accordion-arrow-down-color-customTheme);
}

.jqx-expander-arrow-top-hover-customTheme {
    background-image: var(--jqx-accordion-arrow-down-hovered-color-customTheme) !important;
}

.jqx-expander-arrow-expanded-customTheme {
    background-image: var(--jqx-accordion-arrow-down-selected-color-customTheme) !important;
}

.jqx-tabs-arrow-left-customTheme, .jqx-menu-item-arrow-left-selected-customTheme, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-customTheme, .jqx-icon-arrow-down-left-customTheme, .jqx-icon-arrow-left-selected-customTheme {
    background-image: url('images/metro-icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-customTheme .jqx-grid-group-collapse-customTheme, .jqx-tabs-arrow-right-customTheme, .jqx-menu-item-arrow-right-selected-customTheme, .jqx-menu-item-arrow-top-right-customTheme, .jqx-icon-arrow-right-customTheme, .jqx-icon-arrow-right-hover-customTheme, .jqx-icon-arrow-right-selected-customTheme {
    background-image: url('images/metro-icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-group-collapse-customTheme.jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-grid-groups-arrow-right-color-customTheme);
}
 .jqx-grid-group-expand-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-groups-arrow-down-color-customTheme);
}

.jqx-grid-group-collapse-rtl-customTheme.jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-grid-groups-arrow-left-color-customTheme);
}
.jqx-grid-group-expand-rtl-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-groups-arrow-down-color-customTheme);
} 


.jqx-tree-grid-collapse-button-customTheme.jqx-icon-arrow-right-customTheme{
    background-image: var(--jqx-grid-arrow-right-color-customTheme);
}
.jqx-tree-grid-collapse-button-customTheme.jqx-icon-arrow-left-customTheme{
    background-image: var(--jqx-grid-arrow-left-color-customTheme);
}
.jqx-tree-grid-expand-button-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-arrow-down-color-customTheme);
}

.jqx-grid-pager-customTheme .jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-grid-arrow-left-color-customTheme);
}
.jqx-grid-pager-customTheme .jqx-icon-arrow-left-hover-customTheme {
    background-image: var(--jqx-grid-arrow-left-hovered-color-customTheme);
}
.jqx-grid-pager-customTheme .jqx-icon-arrow-left-selected-customTheme {
    background-image: var(--jqx-grid-arrow-left-selected-color-customTheme);
}
.jqx-grid-pager-customTheme .jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-grid-arrow-right-color-customTheme);
}
.jqx-grid-pager-customTheme .jqx-icon-arrow-right-hover-customTheme {
    background-image: var(--jqx-grid-arrow-right-hovered-color-customTheme);
}
.jqx-grid-pager-customTheme .jqx-icon-arrow-right-selected-customTheme {
    background-image: var(--jqx-grid-arrow-right-selected-color-customTheme);
}

.jqx-grid-column-sorticon-customTheme.jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-grid-header-arrow-down-color-customTheme);
}
.jqx-grid-column-sortdescbutton-customTheme {
    background-image: var(--jqx-grid-header-arrow-down-color-customTheme);
}
.jqx-grid-column-sortascbutton-customTheme {
    background-image: var(--jqx-grid-header-arrow-up-color-customTheme);
}
.jqx-grid-column-menubutton-customTheme {
    background-image: var(--jqx-grid-menu-button-color-customTheme) !important;
}

.jqx-grid-group-column-customTheme .jqx-grid-column-sortdescbutton-customTheme {
    background-image: var(--jqx-grid-arrow-down-color-customTheme);
}

.jqx-grid-group-column-customTheme .jqx-icon-close-customTheme {
    background-image: var(--jqx-grid-close-button-color-customTheme);
}

.jqx-pivotgrid-item .jqx-icon-arrow-up-customTheme {
    background-image: var(--jqx-pivotgrid-arrow-up-color-customTheme);
}
.jqx-pivotgrid-item .jqx-icon-arrow-down-customTheme {
    background-image: var(--jqx-pivotgrid-arrow-down-color-customTheme);
}
.jqx-pivotgrid-menu-button-customTheme {
    background-image: var(--jqx-pivotgrid-menu-button-color-customTheme);
}

.jqx-tree-item-arrow-collapse-rtl-customTheme, .jqx-tree-item-arrow-collapse-hover-rtl-customTheme {
    background-image: url('images/metro-icon-left.png');
}

.jqx-menu-item-arrow-left-selected-customTheme {
    background-image: url('images/metro-icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-customTheme {
    background-image: url('images/metro-icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}


/* div:has(>div.jqx-grid-cell-customTheme){
    height:5.71vh !important;
} */


.jqx-input-button-content-customTheme {
    font-size: 10px;
}.jqx-grid-column-header-customTheme{color:#1D1C1B !important;font-weight:500 !important }
.jqx-widget .jqx-grid-cell-customTheme, .jqx-widget .jqx-grid-column-header-customTheme, .jqx-widget .jqx-grid-group-cell-customTheme {border-left:none !important;border-right: none !important;border-bottom: 1px solid rgba(238, 238, 238, 1) !important;}
.jqx-grid-groups-row-customTheme > span {
    padding-left: 4px;
}
.jqx-combobox-content-customTheme, .jqx-input-customTheme, .jqx-input-content-customTheme, .jqx-combobox-content-customTheme input  {
    border-color: var(--jqx-editors-text-editors-border-color-customTheme) !important;
    color: var(--jqx-editors-text-editors-text-color-customTheme) !important;
    background-color: var(--jqx-editors-text-editors-background-color-customTheme);
    background: var(--jqx-editors-text-editors-background-color-customTheme) !important;
    -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-customTheme, .jqx-combobox-customTheme, .jqx-combobox-state-normal-customTheme {
    border-color: var(--jqx-editors-text-editors-border-color-customTheme);
}

.jqx-grid-pager-input-customTheme {
    border-color: var(--jqx-border-color-customTheme) !important;
}

.jqx-combobox-content-focus-customTheme, .jqx-combobox-state-focus-customTheme, .jqx-fill-state-focus-customTheme,
.jqx-numberinput-focus-customTheme {
    outline: none;
    border-color: #959595;
}

input.jqx-input-customTheme {
    border-radius: var(--jqx-editors-text-editors-border-radius-customTheme);
}

input[type="text"].jqx-input-customTheme, input[type="password"].jqx-input-customTheme, input[type="text"].jqx-widget-content-customTheme, input[type="textarea"].jqx-widget-content-customTheme, textarea.jqx-input-customTheme {
    
    padding-left:3px;
    padding-right: 3px;
    resize: none;
}

input[type="text"].jqx-input-customTheme:-moz-placeholder, input[type="text"].jqx-widget-content-customTheme:-moz-placeholder, input[type="textarea"].jqx-widget-content-customTheme:-moz-placeholder, textarea.jqx-input-customTheme:-moz-placeholder {
    color: #999999;
}

input[type="text"].jqx-input-customTheme:-webkit-input-placeholder, input[type="text"].jqx-widget-content-customTheme:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-customTheme:-webkit-input-placeholder, textarea.jqx-input-customTheme:-webkit-input-placeholder {
    color: #999999;
}

input[type="text"].jqx-input-customTheme:-ms-input-placeholder, input[type="text"].jqx-widget-content-customTheme:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-customTheme:-ms-input-placeholder, textarea.jqx-input-customTheme:-ms-input-placeholder {
    color: #999999;
}

.jqx-file-upload-customTheme, .jqx-file-upload-file-row-customTheme {
    background-color: var(--jqx-editors-file-uploader-background-color-customTheme);
}
.jqx-file-upload-file-name-customTheme {
    color: var(--jqx-editors-file-uploader-filename-text-color-customTheme) !important;
}

.jqx-combobox-content-focus-customTheme, .jqx-combobox-state-focus-customTheme, .jqx-fill-state-focus-customTheme,
.jqx-numberinput-focus-customTheme {
    outline: none;
    border-color: var(--jqx-editors-text-editors-focused-border-color-customTheme) !important;
}
.jqx-popup-customTheme.jqx-fill-state-focus-customTheme
{
    outline: none;
    border-color: var(--jqx-border-color-customTheme) !important;
}

.jqx-datetimeinput-content, .jqx-datetimeinput-container {
    overflow: visible !important;
}
.jqx-slider-rangebar-customTheme {
    border-color: var(--jqx-slider-selected-slider-background-color-customTheme);
    background: var(--jqx-slider-selected-slider-background-color-customTheme);
}

.jqx-slider-button-customTheme .jqx-icon-arrow-left-customTheme {
    background-image: var(--jqx-slider-arrow-left-color-customTheme);
}
.jqx-slider-button-customTheme .jqx-icon-arrow-right-customTheme {
    background-image: var(--jqx-slider-arrow-right-color-customTheme);
}
.jqx-slider-button-customTheme .jqx-icon-arrow-left-hover-customTheme {
    background-image: var(--jqx-slider-arrow-left-hovered-color-customTheme);
}
.jqx-slider-button-customTheme .jqx-icon-arrow-right-hover-customTheme {
    background-image: var(--jqx-slider-arrow-right-hovered-color-customTheme);
}
.jqx-slider-button-customTheme .jqx-icon-arrow-left-selected-customTheme {
    background-image: var(--jqx-slider-arrow-left-selected-color-customTheme);
}
.jqx-slider-button-customTheme .jqx-icon-arrow-right-selected-customTheme {
    background-image: var(--jqx-slider-arrow-right-selected-color-customTheme);
}

.jqx-switchbutton-customTheme{
    border-radius: 15px;
}
.jqx-switchbutton-customTheme .jqx-fill-state-normal-customTheme,
.jqx-switchbutton-customTheme .jqx-fill-state-hover-customTheme,
.jqx-switchbutton-customTheme .jqx-fill-state-pressed-customTheme {
    border-color: #EDEDED;
    background: #EDEDED;
}

.jqx-switchbutton-label-on-customTheme {
    color: var(--jqx-editors-switch-on-label-text-color-customTheme);
    background-color: #2BA84A;

}

.jqx-switchbutton-label-off-customTheme {
    color: var(--jqx-editors-switch-off-label-text-color-customTheme);
    background-color: white;
}

.jqx-scrollview-button-customTheme {
    background-color: #D2D2D1;
    cursor:pointer !important;
    width: 0.416vw;
    height: 0.846vh;
}

.jqx-scrollview-button-selected-customTheme {
    background-color: var(--jqx-scrollview-selected-indicator-background-color-customTheme);
    width: 1vw !important;
}

.jqx-loader-customTheme, .jqx-popover-content-customTheme {
    color: var(--jqx-overlays-content-text-color-customTheme);
    background-color: var(--jqx-overlays-content-background-color-customTheme);
}

.jqx-popover-modal-background-customTheme {
    background-color: var(--jqx-overlays-shader-background-color-customTheme);
}

.jqx-popover-title-customTheme {
    color: var(--jqx-overlays-popup-header-text-color-customTheme) !important;
    background-color: var(--jqx-overlays-popup-header-background-color-customTheme) !important;
}

.jqx-loader-text-customTheme {
    color: var(--jqx-overlays-content-text-color-customTheme);
}

.jqx-tooltip-text-customTheme{
    background-color: black;
    color: white;
    text-align: left;
    line-height: 3.1vh;
}

.jqx-notification-customTheme {
    color: var(--jqx-overlays-toast-text-color-customTheme) !important;
}

.jqx-notification-info.jqx-notification-customTheme {
    background-color: var(--jqx-overlays-toast-info-background-color-customTheme) !important;
    border-color: var(--jqx-overlays-toast-info-background-color-customTheme) !important;
}  

.jqx-notification-warning.jqx-notification-customTheme {
    background-color: var(--jqx-overlays-toast-warning-background-color-customTheme) !important;
    border-color: var(--jqx-overlays-toast-warning-background-color-customTheme) !important;
}  

.jqx-notification-error.jqx-notification-customTheme {
    background-color: var(--jqx-overlays-toast-error-background-color-customTheme) !important;
    border-color: var(--jqx-overlays-toast-error-background-color-customTheme) !important;
}  

.jqx-notification-success.jqx-notification-customTheme {
    background-color: var(--jqx-overlays-toast-success-background-color-customTheme) !important;
    border-color: var(--jqx-overlays-toast-success-background-color-customTheme) !important;
}  

.jqx-grid-customTheme{
    border:none;;
}

.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-expand-customTheme {
    background-image: url('images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-collapse-customTheme{
    background-image: url('images/metro-icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-collapse-rtl-customTheme{
    background-image: url('images/metro-icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-expand-rtl-customTheme {
    background-image: url('images/metro-icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-tabs-title-selected-top-customTheme, .jqx-tabs-selection-tracker-top-customTheme {
    border-color: transparent;
    border-bottom: 3px solid rgba(0, 119, 190, 1);
    filter: none;
    background: var(--jqx-tabs-selected-tab-background-color-customTheme);
    color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.jqx-tabs-arrow-background-customTheme {
    background: var(--jqx-background-color-customTheme);
    border:none;
    box-shadow:none;
}
.jqx-tabs-title-customTheme, .jqx-ribbon-item-customTheme {
    color: var(--jqx-tabs-tab-text-color-customTheme);
}
.jqx-tabs-title-selected-bottom-customTheme,
.jqx-tabs-title-selected-top-customTheme
 {
    padding-top:5px;
    padding-bottom:5px;
    color: var(--jqx-tabs-selected-tab-text-color-customTheme) !important;
    font-weight:500;
}
.jqx-tabs-title.jqx-fill-state-hover-customTheme {
    border-color: transparent;
}

.jqx-tabs-arrow-left-customTheme {
    background-image: var(--jqx-tabs-arrow-left-color-customTheme);
}
.jqx-tabs-arrow-right-customTheme {
    background-image: var(--jqx-tabs-arrow-right-color-customTheme);
}

.jqx-ribbon-item-customTheme {
    cursor: pointer;
}

.jqx-toolbar-customTheme {
    background: var(--jqx-toolbar-background-color-customTheme);
}

.jqx-ribbon-item-selected-customTheme {
    color: #1997C6;
    font-weight:500;
    border-color: transparent;
}

.jqx-ribbon-item-hover-customTheme {
    background: transparent;
    border-color: transparent;
}

.jqx-ribbon-header-top-customTheme {
    border-color: transparent;
    border-bottom-color: #E0E0E0;
}

.jqx-ribbon-header-bottom-customTheme {
    border-color: transparent;
    border-top-color: #E0E0E0;
}

.jqx-ribbon-header-right-customTheme {
    border-color: transparent;
    border-left-color:#E0E0E0;
}

.jqx-ribbon-header-left-customTheme {
    border-color: transparent;
    border-right-color:#E0E0E0;
}

.jqx-tabs-title-selected-bottom-customTheme, .jqx-tabs-selection-tracker-bottom-customTheme {
    border-color: transparent;
    border-top: 1px solid var(--jqx-background-color-customTheme);
    filter: none;
    background: var(--jqx-background-color-customTheme);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs-customTheme, .jqx-ribbon-customTheme {
    border-color: transparent;
}

.jqx-tabs-header-customTheme, .jqx-ribbon-header-customTheme {
    background: transparent;
}
.jqx-tabs-position-bottom .jqx-tabs-header-customTheme {
    border-color: transparent;
}
.jqx-layout-customTheme .jqx-tabs-header-customTheme, .jqx-layout-customTheme .jqx-ribbon-header-customTheme {
    background: var(--jqx-background-color-customTheme);
    border-color: var(--jqx-border-color-customTheme);
}
.jqx-tabs-title-bottom {
    border-color: transparent;
}
.jqx-tabs-title-hover-top-customTheme, .jqx-tabs-title-hover-bottom-customTheme, .jqx-tabs-header-customTheme {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--jqx-tabs-hovered-tab-text-color-customTheme);
    background: var(--jqx-tabs-hovered-tab-background-color-customTheme);
}

.jqx-tabs-header-customTheme, .jqx-tabs-arrow-background-customTheme {
   background-color: white;
}

.jqx-tabs-content-customTheme {
    box-sizing: border-box;
    color: var(--jqx-tabs-content-text-color-customTheme);
    background-color: var(--jqx-tabs-content-background-color-customTheme);
    border:0px;
    border-top-color: transparent;
    padding:5px;
}

.jqx-tabs-bar-customTheme {
    position: absolute;
    bottom: 0;
    background: var(--jqx-tabs-selected-tab-bottom-border-color-customTheme);
    height: 2px;
    z-index:20;
    transition: .5s cubic-bezier(.35,0,.25,1);
}
.jqx-tabs-bar-customTheme.vertical {
    width: 2px;
}
.jqx-tabs-position-bottom .jqx-tabs-bar-customTheme {
    top: 0;
}

.jqx-window-content-customTheme {
    box-sizing:border-box;
}

.jqx-layout-customTheme
{
    background-color: #cccccc;
}
.jqx-kanban-column-header-collapsed-customTheme {
   background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
}

.jqx-calendar-customTheme td {
    font-size: 12px;
}
.jqx-grid-column-menubutton-customTheme {
    background-image: url('images/metro-icon-down.png');
 }
.jqx-grid-pager-top-customTheme .jqx-grid-pager-number-customTheme,
.jqx-grid-pager-customTheme .jqx-grid-pager-number-customTheme {

    background-color: transparent;
    border-color: transparent;
    color: rgba(0,0,0,.54) !important;
    font-size:12px;
}

.jqx-grid-pager-top-customTheme .jqx-grid-pager-number-customTheme:hover,
.jqx-grid-pager-customTheme .jqx-grid-pager-number-customTheme:hover {
    font-size:12px;
}

.jqx-grid-pager-top-customTheme .jqx-grid-pager-number-customTheme.jqx-fill-state-pressed-customTheme ,
.jqx-grid-pager-customTheme .jqx-grid-pager-number-customTheme.jqx-fill-state-pressed-customTheme {
    color: var(--jqx-accent-color-customTheme) !important;
    font-weight: bold !important;
}
.jqx-menu-item-arrow-up-selected-customTheme, .jqx-icon-arrow-up-selected-customTheme{background-image:var(--jqx-arrow-up-selected-color-customTheme);background-repeat:no-repeat;background-position:center;}
.jqx-menu-item-arrow-down-selected-customTheme, .jqx-icon-arrow-down-selected-customTheme{background-image:url('images/metro-icon-down.png');background-repeat:no-repeat;background-position:center;}
.jqx-menu-item-arrow-left-selected-customTheme, .jqx-icon-arrow-left-selected-customTheme{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
.jqx-menu-item-arrow-right-selected-customTheme, .jqx-icon-arrow-right-selected-customTheme{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
.jqx-tabs-close-button-customTheme{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
.jqx-tabs-close-button-selected-customTheme{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
.jqx-tabs-close-button-hover-customTheme{background-image:url(images/close.png);  background-repeat:no-repeat;  background-position:center;}
/* .jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-up-selected-customTheme{background-image:url('images/metro-icon-up.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-down-selected-customTheme{background-image:url('images/metro-icon-down.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-left-selected-customTheme{background-image:url('images/metro-icon-left.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-customTheme .jqx-icon-arrow-right-selected-customTheme{background-image:url('images/metro-icon-right.png');background-repeat:no-repeat;background-position:center;} */

.jqx-menu-item-arrow-top-right-customTheme {
    background-image: var(--jqx-menu-arrow-right-color-customTheme);
}
.jqx-menu-item-arrow-right-selected-customTheme {
    background-image: var(--jqx-menu-arrow-right-selected-color-customTheme);
}
.jqx-menu-item-arrow-top-left-customTheme {
    background-image: var(--jqx-menu-arrow-left-color-customTheme);
}
.jqx-menu-item-arrow-left-selected-customTheme {
    background-image: var(--jqx-menu-arrow-left-selected-color-customTheme);
}
.jqx-menu-item-arrow-top-up-customTheme {
    background-image: var(--jqx-menu-arrow-up-color-customTheme);
}
.jqx-menu-item-arrow-up-selected-customTheme {
    background-image: var(--jqx-menu-arrow-up-selected-color-customTheme);
}
.jqx-menu-item-arrow-top-down-customTheme {
    background-image: var(--jqx-menu-arrow-down-color-customTheme);
}
.jqx-menu-item-arrow-down-selected-customTheme {
    background-image: var(--jqx-menu-arrow-down-selected-color-customTheme);
}

.jqx-listmenu-arrow-right-customTheme {
    background-image: var(--jqx-list-arrow-right-color-customTheme);
}
.jqx-listmenu-arrow-right-pressed-customTheme {
    background-image: var(--jqx-list-arrow-right-selected-color-customTheme);
}
.jqx-listmenu-arrow-rtl-customTheme {
    background-image: var(--jqx-list-arrow-left-color-customTheme);
}
.jqx-listmenu-arrow-right-pressed-customTheme.jqx-listmenu-arrow-rtl-customTheme {
    background-image: var(--jqx-list-arrow-left-selected-color-customTheme);
}

.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-expand-customTheme {
    background-image: var(--jqx-grid-arrow-down-selected-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-collapse-customTheme{
    background-image: var(--jqx-grid-arrow-right-selected-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-collapse-rtl-customTheme {
    background-image: var(--jqx-grid-arrow-left-selected-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-cell-customTheme.jqx-grid-cell-selected-customTheme>.jqx-grid-group-expand-rtl-customTheme{
    background-image: var(--jqx-grid-arrow-down-selected-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-grid-group-collapse-customTheme {
    background-image: url(images/metro-icon-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.jqx-grid-group-collapse-rtl-customTheme
{
    padding-right: 0px;
    background-image: url(images/metro-icon-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.jqx-grid-group-expand-customTheme, .jqx-grid-group-expand-rtl-customTheme
{
    padding-right: 0px;
    background-image: url(images/metro-icon-down.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.jqx-icon-arrow-first-customTheme
{
    background-image: url('images/metro-icon-first.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-icon-arrow-last-customTheme
{
    background-image: url('images/metro-icon-last.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-icon-arrow-first-hover-customTheme
{
    background-image: url('images/metro-icon-first.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-icon-arrow-last-hover-customTheme
{
    background-image: url('images/metro-icon-last.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-icon-arrow-first-selected-customTheme
{
    background-image: url('images/metro-icon-first-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-icon-arrow-last-selected-customTheme
{
    background-image: url('images/metro-icon-last-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-calendar-customTheme {
    background-image: url('images/icon-calendar.png');
}
.jqx-icon-calendar-pressed-customTheme {
    background-image: url('images/icon-calendar-white.png');
}
.jqx-icon-time-pressed-customTheme {
    background-image: url('images/icon-time-white.png');
}
.jqx-icon-time-customTheme{
    margin-left:1px;
}

.jqx-dropdownlist-customTheme{
    border: none;
    border-radius: 0.41vw;
    background-color: transparent !important;
}

div:has(>.jqx-icon-arrow-down-customTheme):not(:has(>.jqx-grid-group-cell))
{
    height:100% !important;
}

.jqx-dropdownlist-content-customTheme{
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height:100% !important
}

.sorticon, .filtericon {
    box-shadow:none;
}
.sorticon.descending .jqx-grid-column-sorticon-customTheme {
    margin-top:-1px;
}
.sorticon.ascending .jqx-grid-column-sorticon-customTheme {
    margin-top:1px;
}

.jqx-dropdownlist-state-normal-customTheme .jqx-icon-arrow-down-customTheme,
.jqx-combobox-state-normal-customTheme .jqx-icon-arrow-down-customTheme,
.sorticon.descending .jqx-grid-column-sorticon-customTheme,
.jqx-tree-item-arrow-expand-customTheme,
 .jqx-expander-header-customTheme .jqx-icon-arrow-down
 {
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
}

.jqx-tree-item-arrow-expand-customTheme {
    background-image: var(--jqx-treeview-arrow-expanded-color-customTheme) !important;
}

.jqx-expander-header-customTheme .jqx-icon-arrow-up {
   transform: rotate(180deg);
   transition: transform 0.2s ease-out;
   background-image: var(--jqx-accordion-arrow-up-color-customTheme);
}

.jqx-tree-item-arrow-collapse-customTheme
{
    transform: rotate(-90deg);
    background-image: var(--jqx-treeview-arrow-collapsed-color-customTheme);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease-out;
}
.jqx-dropdownlist-state-selected-customTheme .jqx-icon-arrow-down-customTheme,
.jqx-combobox-state-selected-customTheme .jqx-icon-arrow-down-customTheme,
.sorticon.ascending .jqx-grid-column-sorticon-customTheme
 {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}
.jqx-combobox-state-selected-customTheme .jqx-icon-arrow-down-customTheme{
    left:0px;
}

.jqx-primary .jqx-icon-arrow-down-customTheme, .jqx-warning .jqx-icon-arrow-down-customTheme, .jqx-danger .jqx-icon-arrow-down-customTheme, .jqx-success .jqx-icon-arrow-down-customTheme, .jqx-info .jqx-icon-arrow-down-customTheme {
  background-image: url('images/metro-icon-down-white.png');
}
.jqx-primary .jqx-icon-arrow-down-selected-customTheme, .jqx-warning .jqx-icon-arrow-down-selected-customTheme, .jqx-danger .jqx-icon-arrow-down-selected-customTheme, .jqx-success .jqx-icon-arrow-down-selected-customTheme, .jqx-info .jqx-icon-arrow-down-selected-customTheme {
  background-image: url('images/metro-icon-down-white.png');
}
.jqx-primary .jqx-icon-arrow-down-hover-customTheme, .jqx-warning .jqx-icon-arrow-down-hover-customTheme, .jqx-danger .jqx-icon-arrow-down-hover-customTheme, .jqx-success .jqx-icon-arrow-down-hover-customTheme, .jqx-info .jqx-icon-arrow-down-hover-customTheme {
  background-image: url('images/metro-icon-down-white.png');
}
.jqx-primary .jqx-icon-arrow-up-customTheme, .jqx-warning .jqx-icon-arrow-up-customTheme, .jqx-danger .jqx-icon-arrow-up-customTheme, .jqx-success .jqx-icon-arrow-up-customTheme, .jqx-info .jqx-icon-arrow-up-customTheme {
  background-image: url('images/metro-icon-up-white.png');
}
.jqx-primary .jqx-icon-arrow-up-selected-customTheme, .jqx-warning .jqx-icon-arrow-up-selected-customTheme, .jqx-danger .jqx-icon-arrow-up-selected-customTheme, .jqx-success .jqx-icon-arrow-up-selected-customTheme, .jqx-info .jqx-icon-arrow-up-selected-customTheme {
  background-image: url('images/metro-icon-up-white.png');
}
.jqx-primary .jqx-icon-arrow-up-hover-customTheme, .jqx-warning .jqx-icon-arrow-up-hover-customTheme, .jqx-danger .jqx-icon-arrow-up-hover-customTheme, .jqx-success .jqx-icon-arrow-up-hover-customTheme, .jqx-info .jqx-icon-arrow-up-hover-customTheme {
  background-image: url('images/metro-icon-up-white.png');
}


.jqx-primary .jqx-icon-arrow-left-customTheme, .jqx-warning .jqx-icon-arrow-left-customTheme, .jqx-danger .jqx-icon-arrow-left-customTheme, .jqx-success .jqx-icon-arrow-left-customTheme, .jqx-info .jqx-icon-arrow-left-customTheme {
  background-image: url('images/metro-icon-left-white.png');
}
.jqx-primary .jqx-icon-arrow-left-selected-customTheme, .jqx-warning .jqx-icon-arrow-left-selected-customTheme, .jqx-danger .jqx-icon-arrow-left-selected-customTheme, .jqx-success .jqx-icon-arrow-left-selected-customTheme, .jqx-info .jqx-icon-arrow-left-selected-customTheme {
  background-image: url('images/metro-icon-left-white.png');
}
.jqx-primary .jqx-icon-arrow-left-hover-customTheme, .jqx-warning .jqx-icon-arrow-left-hover-customTheme, .jqx-danger .jqx-icon-arrow-left-hover-customTheme, .jqx-success .jqx-icon-arrow-left-hover-customTheme, .jqx-info .jqx-icon-arrow-left-hover-customTheme {
  background-image: url('images/metro-icon-left-white.png');
}
.jqx-primary .jqx-icon-arrow-right-customTheme, .jqx-warning .jqx-icon-arrow-right-customTheme, .jqx-danger .jqx-icon-arrow-right-customTheme, .jqx-success .jqx-icon-arrow-right-customTheme, .jqx-info .jqx-icon-arrow-right-customTheme {
  background-image: url('images/metro-icon-right-white.png');
}
.jqx-primary .jqx-icon-arrow-right-selected-customTheme, .jqx-warning .jqx-icon-arrow-right-selected-customTheme, .jqx-danger .jqx-icon-arrow-right-selected-customTheme, .jqx-success .jqx-icon-arrow-right-selected-customTheme, .jqx-info .jqx-icon-arrow-right-selected-customTheme {
  background-image: url('images/metro-icon-right-white.png');
}
.jqx-primary .jqx-icon-arrow-right-hover-customTheme, .jqx-warning .jqx-icon-arrow-right-hover-customTheme, .jqx-danger .jqx-icon-arrow-right-hover-customTheme, .jqx-success .jqx-icon-arrow-right-hover-customTheme, .jqx-info .jqx-icon-arrow-right-hover-customTheme {
  background-image: url('images/metro-icon-right-white.png');
}

.jqx-slider-tooltip-customTheme.jqx-primary-slider, .jqx-slider-tooltip-customTheme.jqx-primary-slider .jqx-fill-state-normal-customTheme {
    border-color: #1ca8dd;
    background: #1ca8dd;
}
.jqx-slider-tooltip-customTheme.jqx-success-slider, .jqx-slider-tooltip-customTheme.jqx-success-slider .jqx-fill-state-normal-customTheme {
    border-color: #5cb85c;
    background: #5cb85c;
}
.jqx-slider-tooltip-customTheme.jqx-inverse-slider, .jqx-slider-tooltip-customTheme.jqx-inverse-slider .jqx-fill-state-normal-customTheme {
    border-color: #666;
    background: #666;
}
.jqx-slider-tooltip-customTheme.jqx-danger-slider, .jqx-slider-tooltip-customTheme.jqx-danger-slider .jqx-fill-state-normal-customTheme {
    border-color: #d9534f;
    background: #d9534f;
}
.jqx-slider-tooltip-customTheme.jqx-warning-slider, .jqx-slider-tooltip-customTheme.jqx-warning-slider .jqx-fill-state-normal-customTheme {
    border-color: #f0ad4e;
    background: #f0ad4e;
}
.jqx-slider-tooltip-customTheme.jqx-info-slider, .jqx-slider-tooltip-customTheme.jqx-info-slider .jqx-fill-state-normal-customTheme {
    border-color: #5bc0de;
    background: #5bc0de;
}




.jqx-fill-state-pressed-customTheme .jqx-icon-delete-customTheme
{
    background-image: url('images/icon-delete-white.png');
}
.jqx-fill-state-pressed-customTheme .jqx-icon-edit-customTheme
{
    background-image: url('images/icon-edit-white.png');
}
.jqx-fill-state-pressed-customTheme .jqx-icon-save-customTheme
{
    background-image: url('images/icon-save-white.png');
}
.jqx-fill-state-pressed-customTheme .jqx-icon-cancel-customTheme
{
    background-image: url('images/icon-cancel-white.png');
}
.jqx-fill-state-pressed-customTheme .jqx-icon-search-customTheme
{
    background-image: url(images/search_white.png);
}
.jqx-fill-state-pressed-customTheme .jqx-icon-plus-customTheme
{
    background-image: url(images/plus_white.png);
}
.jqx-fill-state-pressed-customTheme .jqx-menu-minimized-button-customTheme {
   background-image: url('images/icon-menu-minimized-white.png');
}
.jqx-fill-state-pressed-customTheme .jqx-editor-toolbar-icon-customTheme {
    background: url('images/html_editor_white.png') no-repeat;
}
.jqx-editor-toolbar-button-customTheme{
    border-color: var(--jqx-border-color-customTheme);
}

.jqx-widget-customTheme #formWrap {
    color: #555 !important;    
}