﻿:root {
  --jqx-accent-color-awd: var(--color-brand-primary);
  --jqx-text-color-awd: #666666;
  --jqx-background-color-awd: var(--color-bg);
  --jqx-header-text-color-awd: #666666;
  --jqx-header-background-color-awd: #EFEFEF;
  --jqx-border-color-awd: var(--color-border-default);
  --jqx-border-radius-awd: 4px;
  --jqx-font-family-awd: var(--font-primary);
  --jqx-font-size-awd: 0.9rem;
  --jqx-radiobutton-default-awd: var(--color-bg);
  --jqx-hovered-state-text-color-awd: var(--color-bg);
  --jqx-hovered-state-background-color-awd: var(--color-surface-muted);
  --jqx-hovered-state-content-text-color-awd: var(--color-brand-primary);
  --jqx-hovered-state-content-background-color-awd: #8231A71A;
  --jqx-focused-state-text-color-awd: var(--color-bg);
  --jqx-focused-state-background-color-awd: var(--color-brand-primary);
  --jqx-active-state-text-color-awd: var(--color-bg);
  --jqx-active-state-background-color-awd: var(--color-brand-primary);
  --jqx-arrow-up-color-awd: url('images/metro-icon-up.png');
  --jqx-arrow-down-color-awd: url('images/metro-icon-down.png');
  --jqx-arrow-up-hovered-color-awd: url('images/metro-icon-up.png');
  --jqx-arrow-down-hovered-color-awd: url('images/metro-icon-down.png');
  --jqx-arrow-up-selected-color-awd: url('images/metro-icon-up-white.png');
  --jqx-arrow-down-selected-color-awd: url('images/metro-icon-down-white.png');
  --jqx-accordion-item-title-text-color-awd: #666666;
  --jqx-accordion-item-title-background-color-awd: #EFEFEF;
  --jqx-accordion-item-title-border-color-awd: #EFEFEF;
  --jqx-accordion-item-title-hovered-text-color-awd: #333333;
  --jqx-accordion-item-title-hovered-background-color-awd: #F0F0F0;
  --jqx-accordion-item-title-hovered-border-color-awd: #F6F6F6;
  --jqx-accordion-item-title-selected-text-color-awd: var(--color-bg);
  --jqx-accordion-item-title-selected-background-color-awd: var(--color-brand-primary);
  --jqx-accordion-item-title-selected-border-color-awd: var(--color-brand-primary);
  --jqx-accordion-item-title-focused-border-color-awd: var(--color-brand-primary);
  --jqx-accordion-item-text-color-awd: #666666;
  --jqx-accordion-item-background-color-awd: var(--color-bg);
  --jqx-accordion-item-focused-text-color-awd: #E0E0E0;
  --jqx-accordion-item-focused-background-color-awd: #FDFDFD;
  --jqx-accordion-item-focused-border-color-awd: var(--color-brand-primary);
  --jqx-accordion-arrow-up-color-awd: url('images/metro-icon-up.png');
  --jqx-accordion-arrow-down-color-awd: url('images/metro-icon-down.png');
  --jqx-accordion-arrow-up-hovered-color-awd: url('images/metro-icon-up.png');
  --jqx-accordion-arrow-down-hovered-color-awd: url('images/metro-icon-down.png');
  --jqx-accordion-arrow-down-selected-color-awd: url('images/metro-icon-up-white.png');
  --jqx-button-default-text-color-awd: var(--color-bg);
  --jqx-button-default-background-color-awd: var(--color-brand-primary);
  --jqx-default-background-color-awd: var(--color-bg);
  --jqx-button-default-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-default-hovered-state-background-color-awd: var(--color-brand-primary);
  --jqx-button-default-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-default-focused-state-background-color-awd: var(--color-brand-primary);
  --jqx-button-default-active-state-text-color-awd: var(--color-bg);
  --jqx-button-default-active-state-background-color-awd: var(--color-header-bg-dark);
  --jqx-button-primary-text-color-awd: #0077BE;
  --jqx-button-primary-background-color-awd: var(--color-bg);
  --jqx-button-primary-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-primary-hovered-state-background-color-awd: #0077BE;
  --jqx-button-primary-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-primary-focused-state-background-color-awd: #0077BE;
  --jqx-button-primary-active-state-text-color-awd: var(--color-bg);
  --jqx-button-primary-active-state-background-color-awd: #0077BE;
  --jqx-button-success-text-color-awd: #5CB85C;
  --jqx-button-success-background-color-awd: var(--color-bg);
  --jqx-button-success-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-success-hovered-state-background-color-awd: #5CB85C;
  --jqx-button-success-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-success-focused-state-background-color-awd: #5CB85C;
  --jqx-button-success-active-state-text-color-awd: var(--color-bg);
  --jqx-button-success-active-state-background-color-awd: #5CB85C;
  --jqx-button-warning-text-color-awd: #F0AD4E;
  --jqx-button-warning-background-color-awd: var(--color-bg);
  --jqx-button-warning-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-warning-hovered-state-background-color-awd: #F0AD4E;
  --jqx-button-warning-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-warning-focused-state-background-color-awd: #F0AD4E;
  --jqx-button-warning-active-state-text-color-awd: var(--color-bg);
  --jqx-button-warning-active-state-background-color-awd: #F0AD4E;
  --jqx-button-danger-text-color-awd: #D9534F;
  --jqx-button-danger-background-color-awd: var(--color-bg);
  --jqx-button-danger-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-danger-hovered-state-background-color-awd: #D9534F;
  --jqx-button-danger-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-danger-focused-state-background-color-awd: #D9534F;
  --jqx-button-danger-active-state-text-color-awd: var(--color-bg);
  --jqx-button-danger-active-state-background-color-awd: #D9534F;
  --jqx-button-info-text-color-awd: #5BC0DE;
  --jqx-button-info-background-color-awd: var(--color-bg);
  --jqx-button-info-hovered-state-text-color-awd: var(--color-bg);
  --jqx-button-info-hovered-state-background-color-awd: #5BC0DE;
  --jqx-button-info-focused-state-text-color-awd: var(--color-bg);
  --jqx-button-info-focused-state-background-color-awd: #5BC0DE;
  --jqx-button-info-active-state-text-color-awd: var(--color-bg);
  --jqx-button-info-active-state-background-color-awd: #5BC0DE;
  --jqx-editors-text-editors-text-color-awd: var(--color-text);
  --jqx-editors-text-editors-background-color-awd: var(--color-bg);
  --jqx-editors-text-editors-border-color-awd: var(--color-text);
  --jqx-editors-text-editors-border-radius-awd: 5px;
  --jqx-editors-text-editors-focused-border-color-awd: var(--color-link);
  --jqx-editors-dat-awdÐµtimeinput-calendar-icon-color: url('images/icon-calendar.png');
  --jqx-editors-dat-awdÐµtimeinput-calendar-icon-selected-color: url('images/icon-calendar-white.png');
  --jqx-editors-combobox-multi-item-text-color-awd: #666666;
  --jqx-editors-combobox-multi-item-background-color-awd: var(--color-bg);
  --jqx-editors-calendar-header-text-color-awd: #666666;
  --jqx-editors-calendar-header-background-color-awd: #EFEFEF;
  --jqx-editors-calendar-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-editors-calendar-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-editors-calendar-background-color-awd: var(--color-bg);
  --jqx-editors-calendar-today-cell-text-color-awd: #898989;
  --jqx-editors-calendar-today-cell-background-color-awd: #FFFFDB;
  --jqx-editors-calendar-today-cell-border-color-awd: var(--color-surface-subtle);
  --jqx-editors-calendar-current-month-text-color-awd: #666666;
  --jqx-editors-calendar-other-month-text-color-awd: #898989;
  --jqx-editors-calendar-hovered-cell-text-color-awd: var(--color-text);
  --jqx-editors-calendar-hovered-cell-background-color-awd: var(--color-surface-muted);
  --jqx-editors-calendar-selected-cell-text-color-awd: var(--color-bg);
  --jqx-editors-calendar-selected-cell-background-color-awd: var(--color-text-secondary);
  --jqx-editors-switch-thumb-color-awd: var(--color-brand-primary);
  --jqx-editors-switch-on-label-text-color-awd: #666666;
  --jqx-editors-switch-on-label-background-color-awd: var(--color-bg);
  --jqx-editors-switch-off-label-text-color-awd: #666666;
  --jqx-editors-switch-off-label-background-color-awd: var(--color-bg);
  --jqx-editors-file-uploader-background-color-awd: var(--color-bg);
  --jqx-editors-file-uploader-filename-text-color-awd: #555555;
  --jqx-grid-text-color-awd: #666666;
  --jqx-grid-background-color-awd: var(--color-bg);

  /*--jqx-grid-header-text-color-awd: #666666;*/
  --jqx-grid-header-text-color-awd: var(--color-text);

  --jqx-grid-header-text-weight-awd: 600;
  --jqx-grid-header-background-color-awd: #EFEFEF;

  /*--jqx-grid-row-text-color-awd: #666666;*/
  --jqx-grid-row-text-color-awd: var(--color-text);

  --jqx-grid-row-background-color-awd: var(--color-bg);

  /*--jqx-grid-row-alternation-text-color-awd: #666666;*/
  --jqx-grid-row-alternation-text-color-awd: var(--color-text);

  --jqx-grid-row-alternation-background-color-awd: var(--color-bg);
  --jqx-grid-hovered-row-text-color-awd: var(--color-text);
  --jqx-grid-hovered-row-background-color-awd: var(--color-surface-muted);
  --jqx-grid-selected-row-text-color-awd: var(--color-text);
  --jqx-grid-selected-row-background-color-awd: var(--color-grid-cell-highlight);
  --jqx-grid-selected-row-border-color-awd: transparent;
  --jqx-grid-group-row-text-color-awd: #555555;
  --jqx-grid-group-row-background-color-awd: var(--color-bg);
  --jqx-grid-editor-text-color-awd: #555555;
  --jqx-grid-editor-background-color-awd: var(--color-bg);
  --jqx-grid-pinned-cells-background-color-awd: var(--color-bg);
  --jqx-grid-arrow-down-color-awd: url('../../images/collapse-rows.svg');
  --jqx-grid-arrow-right-color-awd: url('../../images/expand-rows.svg');
  --jqx-grid-pager-arrow-right-color-awd: url('assets/jqwidgets/styles/images/metro-icon-right.png');
  --jqx-grid-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-grid-close-button-color-awd: url('images/close.png');
  --jqx-grid-arrow-down-hovered-color-awd: url('../../images/collapse-rows.svg');
  --jqx-grid-arrow-right-hovered-color-awd: url('../../images/expand-rows.svg');
  --jqx-grid-arrow-left-hovered-color-awd: url('images/metro-icon-left.png');
  --jqx-grid-arrow-down-selected-color-awd: url('../../images/collapse-rows.svg');
  --jqx-grid-arrow-right-selected-color-awd: url('../../images/expand-rows.svg');
  --jqx-grid-arrow-left-selected-color-awd: url('images/metro-icon-left-white.png');
  --jqx-grid-header-arrow-down-color-awd: url('../../images/sorter-down.svg');
  --jqx-grid-header-arrow-up-color-awd: url('../../images/sorter-up.svg');
  --jqx-grid-menu-button-color-awd: url('images/icon-menu-small.png');
  --jqx-grid-groups-arrow-down-color-awd: url('images/metro-icon-down.png');
  --jqx-grid-groups-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-grid-groups-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-list-text-color-awd: #666666;
  --jqx-list-background-color-awd: var(--color-bg);
  --jqx-list-header-text-color-awd: #666666;
  --jqx-list-header-background-color-awd: #EFEFEF;
  --jqx-list-hovered-item-state-text-color-awd: var(--color-brand-primary);
  --jqx-list-hovered-item-state-background-color-awd: #8E40C81A;
  --jqx-list-selected-item-state-text-color-awd: var(--color-bg);
  --jqx-list-selected-item-state-background-color-awd: var(--color-brand-primary);
  --jqx-list-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-list-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-list-arrow-left-selected-color-awd: url('images/metro-icon-left-white.png');
  --jqx-list-arrow-right-selected-color-awd: url('images/metro-icon-right-white.png');
  --jqx-menu-text-color-awd: var(--color-link);
  --jqx-menu-background-color-awd: var(--color-bg);
  --jqx-menu-dropdown-text-color-awd: var(--color-link);
  --jqx-menu-dropdown-background-color-awd: var(--color-bg);
  --jqx-menu-arrow-up-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-down-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-left-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-right-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-hovered-item-color-awd: var(--color-link);
  --jqx-menu-hovered-item-background-color-awd: var(--color-surface-muted);
  --jqx-menu-selected-item-color-awd: var(--color-link);
  --jqx-menu-selected-item-background-color-awd: var(--color-surface-muted);
  --jqx-menu-selected-item-border-color-awd: var(--color-border-default);
  --jqx-menu-arrow-up-selected-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-down-selected-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-left-selected-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-menu-arrow-right-selected-color-awd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --jqx-navbar-item-text-color-awd: #666666;
  --jqx-navbar-item-background-color-awd: var(--color-bg);
  --jqx-navbar-hovered-item-text-color-awd: #333333;
  --jqx-navbar-hovered-item-background-color-awd: #F0F0F0;
  --jqx-navbar-selected-item-text-color-awd: var(--color-bg);
  --jqx-navbar-selected-item-background-color-awd: var(--color-brand-primary);
  --jqx-overlays-content-text-color-awd: #666666;
  --jqx-overlays-content-background-color-awd: var(--color-bg);
  --jqx-overlays-shader-background-color-awd: #00000099;
  --jqx-overlays-popup-header-text-color-awd: #666666;
  --jqx-overlays-popup-header-background-color-awd: #EFEFEF;
  --jqx-overlays-tooltip-text-color-awd: #666666;
  --jqx-overlays-tooltip-background-color-awd: var(--color-bg);
  --jqx-overlays-toast-text-color-awd: var(--color-bg);
  --jqx-overlays-toast-info-background-color-awd: #5BC0DE;
  --jqx-overlays-toast-warning-background-color-awd: #F0AD4E;
  --jqx-overlays-toast-error-background-color-awd: #D9534F;
  --jqx-overlays-toast-success-background-color-awd: #5CB85C;
  --jqx-pivotgrid-header-text-color-awd: #666666;
  --jqx-pivotgrid-header-background-color-awd: #EFEFEF;
  --jqx-pivotgrid-cell-text-color-awd: #666666;
  --jqx-pivotgrid-cell-background-color-awd: var(--color-bg);
  --jqx-pivotgrid-selected-cell-text-color-awd: var(--color-bg);
  --jqx-pivotgrid-selected-cell-background-color-awd: var(--color-brand-primary);
  --jqx-pivotgrid-arrow-up-color-awd: url('images/metro-icon-up.png');
  --jqx-pivotgrid-arrow-down-color-awd: url('images/metro-icon-down.png');
  --jqx-pivotgrid-menu-button-color-awd: url('images/icon-menu-small.png');
  --jqx-progressbar-bar-background-color-awd: var(--color-bg);
  --jqx-progressbar-selected-range-background-color-awd: var(--color-brand-primary);
  --jqx-progressbar-label-color-awd: #666666;
  --jqx-scheduler-header-text-color-awd: #666666;
  --jqx-scheduler-header-background-color-awd: #EFEFEF;
  --jqx-scheduler-header-border-color-awd: #EFEFEF;
  --jqx-scheduler-header-buttons-text-color-awd: #555555;
  --jqx-scheduler-header-buttons-background-color-awd: #FAFAFA;
  --jqx-scheduler-header-buttons-hovered-text-color-awd: #555555;
  --jqx-scheduler-header-buttons-hovered-background-color-awd: #F0F0F0;
  --jqx-scheduler-header-buttons-selected-text-color-awd: var(--color-bg);
  --jqx-scheduler-header-buttons-selected-background-color-awd: #0077BE;
  --jqx-scheduler-border-color-awd: #EFEFEF;
  --jqx-scheduler-not-work-time-cells-color-awd: var(--color-surface-muted);
  --jqx-scheduler-hovered-cell-background-color-awd: #8231A71A;
  --jqx-scheduler-hovered-cell-border-color-awd: #8231A71A;
  --jqx-scheduler-selected-cell-background-color-awd: var(--color-brand-primary);
  --jqx-scheduler-selected-cell-border-color-awd: var(--color-brand-primary);
  --jqx-scheduler-weeks-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-scheduler-weeks-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-scheduler-weeks-arrow-right-selected-color-awd: url('images/metro-icon-right-white.png');
  --jqx-scheduler-weeks-arrow-left-selected-color-awd: url('images/metro-icon-left-white.png');
  --jqx-scheduler-calendar-icon-color-awd: url('../../images/calendar.svg');
  --jqx-scheduler-calendar-icon-selected-color-awd: url('images/icon-calendar-white.png');
  --jqx-scrollbar-scrollbar-background-color-awd: var(--color-surface-muted);
  --jqx-scrollbar-scrollbar-thumb-background-color-awd: var(--color-border-default);
  --jqx-scrollbar-scrollbar-thumb-hovered-background-color-awd: var(--color-border-default);
  --jqx-scrollbar-scrollbar-thumb-active-background-color-awd: var(--color-border-default);
  --jqx-scrollbar-scrollbar-arrow-background-color-awd: #F8F8F8;
  --jqx-scrollbar-arrow-up-color-awd: url('images/metro-icon-up.png');
  --jqx-scrollbar-arrow-down-color-awd: url('images/metro-icon-down.png');
  --jqx-scrollbar-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-scrollbar-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-scrollbar-scrollbar-arrow-hovered-background-color-awd: #F8F8F8;
  --jqx-scrollbar-arrow-up-hovered-color-awd: url('images/metro-icon-up.png');
  --jqx-scrollbar-arrow-down-hovered-color-awd: url('images/metro-icon-down.png');
  --jqx-scrollbar-arrow-left-hovered-color-awd: url('images/metro-icon-left.png');
  --jqx-scrollbar-arrow-right-hovered-color-awd: url('images/metro-icon-right.png');
  --jqx-scrollbar-scrollbar-arrow-active-background-color-awd: #F8F8F8;
  --jqx-scrollbar-arrow-up-active-color-awd: url('images/metro-icon-up.png');
  --jqx-scrollbar-arrow-down-active-color-awd: url('images/metro-icon-down.png');
  --jqx-scrollbar-arrow-left-active-color-awd: url('images/metro-icon-left.png');
  --jqx-scrollbar-arrow-right-active-color-awd: url('images/metro-icon-right.png');
  --jqx-scrollview-indicator-background-color-awd: #FAFAFA;
  --jqx-scrollview-selected-indicator-background-color-awd: #0077BE;
  --jqx-slider-slider-bar-background-color-awd: var(--color-bg);
  --jqx-slider-selected-slider-background-color-awd: var(--color-brand-primary);
  --jqx-slider-slider-thumb-color-awd: var(--color-brand-primary);
  --jqx-slider-focused-border-color-awd: var(--color-brand-primary);
  --jqx-slider-tooltip-text-color-awd: var(--color-bg);
  --jqx-slider-tooltip-background-color-awd: var(--color-brand-primary);
  --jqx-slider-tooltip-border-color-awd: #EFEFEF;
  --jqx-slider-arrows-background-color-awd: #FFFFFF00;
  --jqx-slider-arrows-hovered-background-color-awd: #F0F0F0;
  --jqx-slider-arrows-selected-background-color-awd: var(--color-brand-primary);
  --jqx-slider-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-slider-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-slider-arrow-left-hovered-color-awd: url('images/metro-icon-left.png');
  --jqx-slider-arrow-right-hovered-color-awd: url('images/metro-icon-right.png');
  --jqx-slider-arrow-left-selected-color-awd: url('images/metro-icon-left-white.png');
  --jqx-slider-arrow-right-selected-color-awd: url('images/metro-icon-right-white.png');
  --jqx-tabs-header-background-color-awd: #EFEFEF;
  --jqx-tabs-tab-text-color-awd: #666666;
  --jqx-tabs-hovered-tab-text-color-awd: #333333;
  --jqx-tabs-hovered-tab-background-color-awd: #F0F0F0;
  --jqx-tabs-selected-tab-text-color-awd: var(--color-brand-primary);
  --jqx-tabs-selected-tab-background-color-awd: var(--color-bg);
  --jqx-tabs-selected-tab-bottom-border-color-awd: var(--color-brand-primary);
  --jqx-tabs-border-color-awd: #EFEFEF;
  --jqx-tabs-content-text-color-awd: #666666;
  --jqx-tabs-content-background-color-awd: var(--color-bg);
  --jqx-tabs-arrow-left-color-awd: url('images/metro-icon-left.png');
  --jqx-tabs-arrow-right-color-awd: url('images/metro-icon-right.png');
  --jqx-toolbar-background-color-awd: #FAFAFA;
  --jqx-treeview-hovered-tree-item-color-awd: var(--color-brand-primary);
  --jqx-treeview-hovered-tree-item-background-color-awd: #8E40C81A;
  --jqx-treeview-selected-tree-item-color-awd: var(--color-bg);
  --jqx-treeview-selected-tree-item-background-color-awd: var(--color-brand-primary);
  --jqx-treeview-arrow-expanded-color-awd: url('images/metro-icon-down.png');
  --jqx-treeview-arrow-collapsed-color-awd: url('images/metro-icon-down.png');
}

.jqx-widget-awd {
  font-family: var(--jqx-font-family-awd) !important;
  font-size: var(--jqx-font-size-awd);
  color: var(--jqx-text-color-awd);
}

.jqx-widget-content-awd {
  font-family: var(--jqx-font-family-awd) !important;
  font-size: var(--jqx-font-size-awd);
  color: var(--jqx-text-color-awd);
}

.jqx-widget-header-awd {
  font-family: var(--jqx-font-family-awd);
  font-size: var(--jqx-font-size-awd);
  color: var(--jqx-header-text-color-awd) !important;
  background-color: var(--jqx-header-background-color-awd) !important;
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-awd {
  -moz-border-radius-topleft: var(--jqx-border-radius-awd);
  -webkit-border-top-left-radius: var(--jqx-border-radius-awd);
  border-top-left-radius: var(--jqx-border-radius-awd);
}

/*top-right rounded Corners*/
.jqx-rc-tr-awd {
  -moz-border-radius-topright: var(--jqx-border-radius-awd);
  -webkit-border-top-right-radius: var(--jqx-border-radius-awd);
  border-top-right-radius: var(--jqx-border-radius-awd);
}

/*bottom-left rounded Corners*/
.jqx-rc-bl-awd {
  -moz-border-radius-bottomleft: var(--jqx-border-radius-awd);
  -webkit-border-bottom-left-radius: var(--jqx-border-radius-awd);
  border-bottom-left-radius: var(--jqx-border-radius-awd);
}

/*bottom-right rounded Corners*/
.jqx-rc-br-awd {
  -moz-border-radius-bottomright: var(--jqx-border-radius-awd);
  -webkit-border-bottom-right-radius: var(--jqx-border-radius-awd);
  border-bottom-right-radius: var(--jqx-border-radius-awd);
}

/*top rounded Corners*/
.jqx-rc-t-awd {
  -moz-border-radius-topleft: var(--jqx-border-radius-awd);
  -webkit-border-top-left-radius: var(--jqx-border-radius-awd);
  border-top-left-radius: var(--jqx-border-radius-awd);
  -moz-border-radius-topright: var(--jqx-border-radius-awd);
  -webkit-border-top-right-radius: var(--jqx-border-radius-awd);
  border-top-right-radius: var(--jqx-border-radius-awd);
}

/*bottom rounded Corners*/
.jqx-rc-b-awd {
  -moz-border-radius-bottomleft: var(--jqx-border-radius-awd);
  -webkit-border-bottom-left-radius: var(--jqx-border-radius-awd);
  border-bottom-left-radius: var(--jqx-border-radius-awd);
  -moz-border-radius-bottomright: var(--jqx-border-radius-awd);
  -webkit-border-bottom-right-radius: var(--jqx-border-radius-awd);
  border-bottom-right-radius: var(--jqx-border-radius-awd);
}

/*right rounded Corners*/
.jqx-rc-r-awd {
  -moz-border-radius-topright: var(--jqx-border-radius-awd);
  -webkit-border-top-right-radius: var(--jqx-border-radius-awd);
  border-top-right-radius: var(--jqx-border-radius-awd);
  -moz-border-radius-bottomright: var(--jqx-border-radius-awd);
  -webkit-border-bottom-right-radius: var(--jqx-border-radius-awd);
  border-bottom-right-radius: var(--jqx-border-radius-awd);
}

/*left rounded Corners*/
.jqx-rc-l-awd {
  -moz-border-radius-topleft: var(--jqx-border-radius-awd);
  -webkit-border-top-left-radius: var(--jqx-border-radius-awd);
  border-top-left-radius: var(--jqx-border-radius-awd);
  -moz-border-radius-bottomleft: var(--jqx-border-radius-awd);
  -webkit-border-bottom-left-radius: var(--jqx-border-radius-awd);
  border-bottom-left-radius: var(--jqx-border-radius-awd);
}

/*all rounded Corners*/
.jqx-rc-all-awd {
  -moz-border-radius: var(--jqx-border-radius-awd);
  -webkit-border-radius: var(--jqx-border-radius-awd);
  border-radius: var(--jqx-border-radius-awd);
}

.jqx-widget-awd,
.jqx-widget-header-awd,
.jqx-fill-state-normal-awd,
.jqx-widget-content-awd,
.jqx-fill-state-hover-awd,
.jqx-fill-state-pressed-awd {
  font-family: var(--jqx-font-family-awd);
  font-size: var(--jqx-font-size-awd);
}

.jqx-widget-content-awd {
  background-color: var(--jqx-background-color-awd);
  border-color: var(--jqx-border-color-awd);
}

.jqx-widget-header-awd {
  border-color: var(--jqx-border-color-awd);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #FFFFFF33, 0 1px 2px #0000000D;
  -moz-box-shadow: inset 0 1px 0 #FFFFFF33, 0 1px 2px #0000000D;
  box-shadow: inset 0 1px 0 #FFFFFF33, 0 1px 2px #0000000D;
}

.jqx-widget-awd input::selection,
input.jqx-input-widget-awd::selection,
.jqx-widget-content-awd input::selection {
  background: var(--jqx-active-state-background-color-awd);
  color: var(--jqx-active-state-text-color-awd);
}

.jqx-button-awd {
  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-awd,
.jqx-fill-state-normal-awd {
  color: var(--jqx-button-default-text-color-awd);
  background: var(--jqx-button-default-background-color-awd);
  border-color: var(--jqx-border-color-awd);
  *zoom: 1;
}

/*JQWidget Menu Styling*/

/* Sub Menu item Card */
.jqx-widget-content {
  padding: 0;
}

/* Menu item Card */
.jqx-widget-header {
  padding: 0;
}

/* Menu item Card */
.jqx-menu ul {
  padding: 0;
  margin: 0;
}

/* Sub Menu item Card */
.jqx-menu-item {
  padding: 0;
  margin: 0;
}

/* Sub Menu item */
.jqx-menu-dropdown {
  width: 300px;
  border: 1px solid var(--color-text);
  box-shadow: 0 4px 4px 0 var(--color-shadow-tooltip);
}

.jqx-menu-dropdown li {
  font: normal normal 400 16px/20px var(--font-primary);
  color: var(--color-link);
  padding: 14px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  background-color: var(--color-bg);
}

.jqx-menu-dropdown li:hover {
  border: 1px solid var(--color-border-default);
  background-color: var(--color-surface-muted);
}

.jqx-dropdownlist-awd {
  color: var(--jqx-editors-text-editors-text-color-awd) !important;
  background: var(--jqx-default-background-color-awd) !important;
  border-color: var(--jqx-border-color-awd);
  *zoom: 1;


}

.jqx-checkbox-default-awd {
  color: var(--jqx-accent-color-awd) !important;
  background: var(--jqx-default-background-color-awd) !important;
  border-color: var(--jqx-accent-color-awd) !important;
  *zoom: 1;
}


.jqx-fill-state-normal-awd {
  color: var(--jqx-button-default-text-color-awd);
  background: var(--color-bg);
  border: none;
  *zoom: 1;
}

.jqx-fill-state-hover-awd {
  color: var(--jqx-hovered-state-text-color-awd);
  border: none;
}

.jqx-fill-state-pressed-awd {
  color: var(--jqx-hovered-state-text-color-awd) !important;
  background: var(--color-bg);
  border: none;
}

.jqx-fill-state-hover-awd,
.jqx-fill-state-focus-awd {
  color: var(--jqx-hovered-state-text-color-awd);
  text-decoration: none;
}

.jqx-fill-state-focus-awd,
.jqx-item-awd.jqx-fill-state-focus {
  border-color: var(--jqx-focused-state-background-color-awd);
}

.jqx-fill-state-pressed-awd.jqx-fill-state-hover-awd,
.jqx-dropdownlist-state-selected-awd {
  color: var(--jqx-focused-state-text-color-awd);
}

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

.jqx-datetimeinput-awd .jqx-action-button-awd.jqx-fill-state-hover {
  border-color: var(--jqx-border-color-awd);
}

.jqx-datetimeinput-awd.jqx-fill-state-focus .jqx-action-button-awd {
  border-color: var(--jqx-accent-color-awd);
}

.jqx-filter-input-awd:focus {
  border-color: var(--jqx-accent-color-awd) !important;
}

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

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

.jqx-dropdownlist-state-normal-awd,
.jqx-dropdownlist-state-hover-awd,
.jqx-dropdownlist-state-selected-awd,
.jqx-scrollbar-button-state-hover-awd,
.jqx-scrollbar-button-state-normal-awd,
.jqx-scrollbar-button-state-pressed-awd,
.jqx-scrollbar-thumb-state-normal-horizontal-awd,
.jqx-scrollbar-thumb-state-hover-horizontal-awd,
.jqx-scrollbar-thumb-state-pressed-horizontal-awd,
.jqx-scrollbar-thumb-state-normal-awd,
.jqx-scrollbar-thumb-state-pressed-awd,
.jqx-tree-item-hover-awd,
.jqx-tree-item-selected-awd,
.jqx-tree-item-awd,
.jqx-menu-item-awd,
.jqx-menu-item-hover-awd,
.jqx-menu-item-selected-awd,
.jqx-menu-item-top-awd,
.jqx-menu-item-top-hover-awd,
.jqx-menu-item-top-selected-awd,
.jqx-slider-button-awd,
.jqx-slider-slider-awd {
  -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-awd {
  color: var(--jqx-button-primary-text-color-awd) !important;
  background: var(--jqx-button-primary-background-color-awd) !important;
  border-color: var(--jqx-button-primary-text-color-awd) !important;
  text-shadow: none !important;
}

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

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

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

.jqx-success-awd {
  color: var(--jqx-button-success-text-color-awd) !important;
  background: var(--jqx-button-success-background-color-awd) !important;
  border-color: var(--jqx-button-success-text-color-awd) !important;
  text-shadow: none !important;
}

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

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

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

.jqx-inverse-awd {
  text-shadow: none !important;
  color: #666666 !important;
  background: var(--color-bg) !important;
  border-color: #CCCCCC !important;
}

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

.jqx-fill-state-pressed-awd.jqx-inverse-awd,
.jqx-inverse-awd:active,
.jqx-inverse-awd.active {
  text-shadow: none !important;
  color: #666666 !important;
  background: #CCCCCC !important;
  border-color: #CCCCCC !important;
}


.jqx-danger-awd {
  text-shadow: none !important;
  background: var(--jqx-button-danger-text-color-awd) !important;
  color: var(--jqx-button-danger-background-color-awd) !important;
  border-color: var(--jqx-button-danger-text-color-awd) !important;
}

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

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

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


.jqx-warning-awd {
  text-shadow: none !important;
  color: var(--jqx-button-warning-text-color-awd) !important;
  background: var(--jqx-button-warning-background-color-awd) !important;
  border-color: var(--jqx-button-warning-text-color-awd) !important;
}

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

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

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


.jqx-info-awd {
  text-shadow: none !important;
  color: var(--jqx-button-info-text-color-awd) !important;
  background: var(--jqx-button-info-background-color-awd) !important;
  border-color: var(--jqx-button-info-text-color-awd) !important;
}

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

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

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

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

.jqx-grid-column-header-awd,
.jqx-grid-groups-header-awd,
.jqx-grid-pager-awd {
  background-color: var(--jqx-grid-header-background-color-awd) !important;
  color: var(--jqx-grid-header-text-color-awd) !important;
  font-weight: var(--jqx-grid-header-text-weight-awd);
}

.jqx-grid-column-header-awd .sorticon {
  background-color: inherit !important;
}

.jqx-grid-column-header-awd .jqx-widget-header-awd {
  background-color: inherit !important;
}

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

.jqx-grid-content-awd {
  /* for the opacity of the alternation rows */
  background-color: var(--color-bg);
}

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

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

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

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

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

.jqx-grid-cell-pinned-awd {
  background-color: var(--jqx-grid-pinned-cells-background-color-awd) !important;
}

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

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

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


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

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

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

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

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

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

.jqx-calendar-awd>div {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.jqx-calendar-row-header-awd,
.jqx-calendar-top-left-header-awd {
  background-color: #F0F0F0;
  border-color: #F2F2F2;
  box-shadow: none;
}

.jqx-calendar-title-content-awd {
  font-weight: bold;
}

.jqx-calendar-column-header-awd {
  background-color: var(--jqx-editors-calendar-header-background-color-awd);
  border-top-color: var(--jqx-editors-calendar-header-background-color-awd);
  box-shadow: none;
  border-bottom-color: var(--jqx-editors-calendar-header-background-color-awd);
}

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

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

.jqx-calendar-awd>div {
  box-sizing: border-box;
}

.jqx-expander-header-awd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jqx-expander-header.jqx-fill-state-hover-awd,
.jqx-expander-header.jqx-fill-state-normal-awd {
  background-color: var(--jqx-accordion-item-title-background-color-awd) !important;
  border-color: var(--jqx-accordion-item-title-border-color-awd);
  color: var(--jqx-accordion-item-title-text-color-awd) !important;
}

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

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

.jqx-expander-header.jqx-fill-state-focus-awd {
  border-color: var(--jqx-accordion-item-title-focused-border-color-awd) !important;
}

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

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

.jqx-expander-header-awd {
  padding: 10px;
}

.jqx-ribbon-header-vertical-awd,
.jqx-widget-header-vertical-awd {
  background: #F0F0F0;
}

.jqx-scrollbar-state-normal-awd {
  background-color: var(--jqx-scrollbar-scrollbar-background-color-awd);
  border: 0px solid var(--jqx-scrollbar-scrollbar-background-color-awd);
  border-left-color: transparent;
}

.jqx-scrollbar-thumb-state-normal-awd,
.jqx-scrollbar-thumb-state-normal-horizontal-awd {
  background: var(--jqx-scrollbar-scrollbar-thumb-background-color-awd);
  border-radius: 15px;
}

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

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

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

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

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

.jqx-radiobutton-default-awd {
  background: var(--jqx-radiobutton-default-awd);
  border-color: var(--jqx-accent-color-awd);
}

.jqx-radiobutton-hover-awd {
  border-color: var(--jqx-progressbar-label-color-awd);
}

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

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

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

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

/* scrollbar arrow up */
.jqx-scrollbar-button-state-normal-awd .jqx-icon-arrow-up-awd {
  background-image: var(--jqx-scrollbar-arrow-up-color-awd);
}

.jqx-scrollbar-button-state-hover-awd .jqx-icon-arrow-up-hover-awd {
  background-image: var(--jqx-scrollbar-arrow-up-hovered-color-awd);
}

.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-up-selected-awd {
  background-image: var(--jqx-scrollbar-arrow-up-active-color-awd);
}

/* scrollbar arrow down */
.jqx-scrollbar-button-state-normal-awd .jqx-icon-arrow-down-awd {
  background-image: var(--jqx-scrollbar-arrow-down-color-awd);
}

.jqx-scrollbar-button-state-hover-awd .jqx-icon-arrow-down-hover-awd {
  background-image: var(--jqx-scrollbar-arrow-down-hovered-color-awd);
}

.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-down-selected-awd {
  background-image: var(--jqx-scrollbar-arrow-down-active-color-awd);
}

/* scrollbar arrow left */
.jqx-scrollbar-button-state-normal-awd .jqx-icon-arrow-left-awd {
  background-image: var(--jqx-scrollbar-arrow-left-color-awd);
}

.jqx-scrollbar-button-state-hover-awd .jqx-icon-arrow-left-hover-awd {
  background-image: var(--jqx-scrollbar-arrow-left-hovered-color-awd);
}

.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-left-selected-awd {
  background-image: var(--jqx-scrollbar-arrow-left-active-color-awd);
}

/* scrollbar arrow right */
.jqx-scrollbar-button-state-normal-awd .jqx-icon-arrow-right-awd {
  background-image: var(--jqx-scrollbar-arrow-right-color-awd);
}

.jqx-scrollbar-button-state-hover-awd .jqx-icon-arrow-right-hover-awd {
  background-image: var(--jqx-scrollbar-arrow-right-hovered-color-awd);
}

.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-right-selected-awd {
  background-image: var(--jqx-scrollbar-arrow-right-active-color-awd);
}

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

.jqx-menu-vertical-awd,
.jqx-menu-horizontal-awd {
  background-color: var(--jqx-menu-background-color-awd) !important;
  filter: none;
  border: 1px solid var(--color-text);
  box-shadow: 0 4px 4px 0 var(--color-shadow-tooltip);
}

.jqx-menu-item-awd {
  color: var(--jqx-menu-text-color-awd);
}

.jqx-menu-item-top-awd {
  color: var(--jqx-menu-text-color-awd);
  margin: 0;
  font: normal normal 400 16px/20px var(--font-primary);
  padding: 14px 24px !important;
  gap: 10px;
  background-color: var(--color-bg);
  border-top: 1px;
  border-top-style: solid;
  border-top-color: var(--color-border-default);
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

.jqx-checkbox-check-checked-awd {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%238231A7' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center center no-repeat;
  /*background: transparent url(images/material_check_black.png) center center no-repeat;*/
}

.jqx-checkbox-check-indeterminate-awd {
  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-combobox-content-awd {
  border-color: var(--jqx-border-color-awd);
  border-color: var(--color-shadow-tooltip);
}

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

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

.jqx-window-awd,
.jqx-tooltip-awd {
  box-shadow: 0 4px 23px 5px #00000033, 0 2px 6px #00000026;
}

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

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

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

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

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

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

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

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

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

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

.jqx-slider-has-value-awd {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--jqx-slider-slider-thumb-color-awd);
  border-color: var(--jqx-slider-slider-thumb-color-awd) !important;
}

.jqx-slider-has-value-awd.jqx-fill-state-focus-awd,
.jqx-slider-button-awd.jqx-fill-state-focus-awd {
  border-color: var(--jqx-slider-focused-border-color-awd) !important;
}

.jqx-slider-button-awd.jqx-fill-state-hover-awd {
  background-color: var(--jqx-slider-arrows-hovered-background-color-awd);
}

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

.jqx-slider-slider-awd:active {
  transform: scale(1.2);
  box-shadow: #0000004C 0 0 10px;
}

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

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

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

.jqx-slider-tooltip-awd .jqx-tooltip-arrow-t-b,
.jqx-slider-tooltip-awd .jqx-tooltip-arrow-l-r {
  background: var(--jqx-slider-tooltip-background-color-awd);
  border-color: var(--jqx-slider-tooltip-border-color-awd);
}

.jqx-listitem-state-normal-awd,
.jqx-listitem-state-hover-awd,
.jqx-listitem-state-selected-awd {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  border-radius: 0px;
}

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

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

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

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

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

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

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

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

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

.jqx-scheduler-awd .jqx-scrollbar-state-normal-awd {
  background-color: var(--color-surface-muted);
}

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

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

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

.jqx-scheduler-toolbar-awd .jqx-group-button-normal-awd {
  color: var(--jqx-scheduler-header-buttons-text-color-awd);
  border-color: var(--jqx-scheduler-header-border-color-awd);
  background: var(--jqx-scheduler-header-buttons-background-color-awd);
}

.jqx-scheduler-toolbar-awd .jqx-group-button-normal-awd.jqx-fill-state-hover-awd {
  color: var(--jqx-scheduler-header-buttons-hovered-text-color-awd);
  background: var(--jqx-scheduler-header-buttons-hovered-background-color-awd);
}

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

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

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

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

.jqx-scheduler-toolbar-awd .jqx-datetimeinput {
  background-color: inherit !important;
}

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

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

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

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

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

.jqx-scheduler-toolbar-awd .jqx-icon-calendar {
  background-image: var(--jqx-scheduler-calendar-icon-color-awd) !important;
}

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

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


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

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

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

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

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

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

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

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

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

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

.jqx-popup-awd {
  border: 0px solid var(--jqx-border-color-awd);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 3px 5px #00000026;
  -moz-box-shadow: 0 3px 5px #00000026;
}

.jqx-window-collapse-button-awd,
.jqx-menu-item-arrow-up-awd,
.jqx-menu-item-arrow-up-selected-awd,
.jqx-menu-item-arrow-top-up-awd,
.jqx-icon-arrow-up-awd,
.jqx-icon-arrow-up-selected-awd {
  background-image: var(--jqx-arrow-up-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.jqx-widget-awd .jqx-grid-group-expand-awd,
.jqx-grid-column-menubutton-awd,
.jqx-grid-column-sortdescbutton-awd,
.jqx-window-collapse-button-collapsed-awd,
.jqx-menu-item-arrow-down-awd,
.jqx-menu-item-arrow-down-selected-awd,
.jqx-menu-item-arrow-down-awd,
.jqx-icon-arrow-down-awd,
.jqx-icon-arrow-down-selected-awd {
  background-image: var(--jqx-arrow-down-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

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

.jqx-grid-cell-hover-awd .jqx-grid-group-expand-awd.jqx-icon-arrow-down-awd {
  background-image: var(--jqx-grid-arrow-down-hovered-color-awd);
}

.jqx-grid-cell-hover-awd .jqx-grid-group-expand-rtl-awd.jqx-icon-arrow-down-awd {
  background-image: var(--jqx-grid-arrow-down-hovered-color-awd);
}

.jqx-grid-cell-hover-awd .jqx-grid-group-collapse-awd.jqx-icon-arrow-right-awd {
  background-image: var(--jqx-grid-arrow-right-hovered-color-awd);
}

.jqx-grid-cell-hover-awd .jqx-grid-group-collapse-rtl-awd.jqx-icon-arrow-left-awd {
  background-image: var(--jqx-grid-arrow-left-hovered-color-awd);
}

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

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

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

.jqx-tabs-arrow-left-awd,
.jqx-menu-item-arrow-left-selected-awd,
.jqx-menu-item-arrow-top-left,
.jqx-icon-arrow-left-awd,
.jqx-icon-arrow-down-left-awd,
.jqx-icon-arrow-left-selected-awd {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%230A7ACC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-widget-awd .jqx-grid-group-collapse-awd,
.jqx-tabs-arrow-right-awd,
.jqx-menu-item-arrow-right-selected-awd,
.jqx-menu-item-arrow-top-right-awd,
.jqx-icon-arrow-right-awd,
.jqx-icon-arrow-right-hover-awd,
.jqx-icon-arrow-right-selected-awd {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 17L15.25 10L5.75 3' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

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

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

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

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


.jqx-tree-grid-collapse-button-awd.jqx-icon-arrow-right-awd {
  background-image: var(--jqx-grid-arrow-right-color-awd);
  width: 48px;
  height: 48px;
  align-items: center;
}

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

.jqx-tree-grid-expand-button-awd.jqx-icon-arrow-down-awd {
  background-image: var(--jqx-grid-arrow-down-color-awd);
  width: 48px;
  height: 48px;
  align-items: center;
}

.jqx-grid-pager-awd .jqx-icon-arrow-left-awd {
  background-image: var(--jqx-grid-arrow-left-color-awd);
}

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

.jqx-grid-pager-awd .jqx-icon-arrow-left-selected-awd {
  background-image: var(--jqx-grid-arrow-left-selected-color-awd);
}

.jqx-grid-pager-awd .jqx-icon-arrow-right-awd {
  background-image: var(--jqx-grid-arrow-right-color-awd);
}

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

.jqx-grid-pager-awd .jqx-icon-arrow-right-selected-awd {
  background-image: var(--jqx-grid-arrow-right-selected-color-awd);
}

.jqx-grid-column-sorticon-awd.jqx-icon-arrow-down-awd {
  background-image: var(--jqx-grid-header-arrow-down-color-awd);
}

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

.jqx-grid-column-sortascbutton-awd {
  background-image: var(--jqx-grid-header-arrow-up-color-awd);
}

.jqx-grid-column-menubutton-awd {
  background-image: var(--jqx-grid-menu-button-color-awd) !important;
}

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

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

.jqx-pivotgrid-item .jqx-icon-arrow-up-awd {
  background-image: var(--jqx-pivotgrid-arrow-up-color-awd);
}

.jqx-pivotgrid-item .jqx-icon-arrow-down-awd {
  background-image: var(--jqx-pivotgrid-arrow-down-color-awd);
}

.jqx-pivotgrid-menu-button-awd {
  background-image: var(--jqx-pivotgrid-menu-button-color-awd);
}

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

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

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

.jqx-input-button-content-awd {
  font-size: 10px;
}

.jqx-widget .jqx-grid-cell-awd,
.jqx-widget .jqx-grid-column-header-awd,
.jqx-widget .jqx-grid-group-cell-awd {
  border-color: var(--jqx-border-color-awd);
}

.jqx-grid-groups-row-awd>span {
  padding-left: 4px;
}

.jqx-combobox-content-awd,
.jqx-input-awd,
.jqx-input-content-awd,
.jqx-combobox-content-awd input {
  border-color: var(--jqx-editors-text-editors-border-color-awd) !important;
  color: var(--jqx-editors-text-editors-text-color-awd) !important;
  background-color: var(--jqx-editors-text-editors-background-color-awd);
  background: var(--jqx-editors-text-editors-background-color-awd) !important;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  -moz-box-shadow: inset 0 1px 1px #00000013;
}

.jqx-combobox-content-awd,
.jqx-combobox-awd,
.jqx-combobox-state-normal-awd {
  border-color: var(--jqx-editors-text-editors-border-color-awd);
}

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

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

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

input[type="text"].jqx-input-awd,
input[type="password"].jqx-input-awd,
input[type="text"].jqx-widget-content-awd,
input[type="textarea"].jqx-widget-content-awd,
textarea.jqx-input-awd {
  font-size: var(--jqx-font-size-awd);
  padding-left: 3px;
  padding-right: 3px;
  resize: none;
}

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

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

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

.jqx-file-upload-awd,
.jqx-file-upload-file-row-awd {
  background-color: var(--jqx-editors-file-uploader-background-color-awd);
}

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

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

.jqx-popup-awd.jqx-fill-state-focus-awd {
  outline: none;
  border-color: var(--jqx-border-color-awd) !important;
}

.jqx-datetimeinput-content,
.jqx-datetimeinput-container {
  overflow: visible !important;
}

.jqx-slider-rangebar-awd {
  border-color: var(--jqx-slider-selected-slider-background-color-awd);
  background: var(--jqx-slider-selected-slider-background-color-awd);
}

.jqx-slider-button-awd .jqx-icon-arrow-left-awd {
  background-image: var(--jqx-slider-arrow-left-color-awd);
}

.jqx-slider-button-awd .jqx-icon-arrow-right-awd {
  background-image: var(--jqx-slider-arrow-right-color-awd);
}

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

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

.jqx-slider-button-awd .jqx-icon-arrow-left-selected-awd {
  background-image: var(--jqx-slider-arrow-left-selected-color-awd);
}

.jqx-slider-button-awd .jqx-icon-arrow-right-selected-awd {
  background-image: var(--jqx-slider-arrow-right-selected-color-awd);
}

.jqx-switchbutton-awd {
  border-radius: 15px;
}

.jqx-switchbutton-awd .jqx-fill-state-normal-awd,
.jqx-switchbutton-awd .jqx-fill-state-hover-awd,
.jqx-switchbutton-awd .jqx-fill-state-pressed-awd {
  border-color: var(--jqx-editors-switch-thumb-color-awd);
  background: var(--jqx-editors-switch-thumb-color-awd);
}

.jqx-switchbutton-label-on-awd {
  color: var(--jqx-editors-switch-on-label-text-color-awd);
  background-color: var(--jqx-editors-switch-on-label-background-color-awd);
  font-family: var(--jqx-font-family-awd);
  font-size: var(--jqx-font-size-awd);
}

.jqx-switchbutton-label-off-awd {
  color: var(--jqx-editors-switch-off-label-text-color-awd);
  background-color: var(--jqx-editors-switch-off-label-background-color-awd);
  font-family: var(--jqx-font-family-awd);
  font-size: var(--jqx-font-size-awd);
}

.jqx-scrollview-button-awd {
  background-color: var(--jqx-scrollview-indicator-background-color-awd);
}

.jqx-scrollview-button-selected-awd {
  background-color: var(--jqx-scrollview-selected-indicator-background-color-awd);
}

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

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

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

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

.jqx-tooltip-text-awd {
  background-color: var(--jqx-overlays-tooltip-background-color-awd);
  color: var(--jqx-overlays-tooltip-text-color-awd);
}

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

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

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

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

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

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-expand-awd {
  background-image: url('images/metro-icon-down-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-collapse-awd {
  background-image: url('images/metro-icon-right-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-collapse-rtl-awd {
  background-image: url('images/metro-icon-left-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-expand-rtl-awd {
  background-image: url('images/metro-icon-down-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-tabs-title-selected-top-awd,
.jqx-tabs-selection-tracker-top-awd {
  border-color: transparent;
  filter: none;
  background: var(--jqx-tabs-selected-tab-background-color-awd);
  color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.jqx-tabs-arrow-background-awd {
  background: var(--jqx-background-color-awd);
  border: none;
  box-shadow: none;
}

.jqx-tabs-title-awd,
.jqx-ribbon-item-awd {
  color: var(--jqx-tabs-tab-text-color-awd);
}

.jqx-tabs-title-selected-bottom-awd,
.jqx-tabs-title-selected-top-awd {
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--jqx-tabs-selected-tab-text-color-awd) !important;
  font-weight: 500;
}

.jqx-tabs-title.jqx-fill-state-hover-awd {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jqx-tabs-header-awd,
.jqx-ribbon-header-awd {
  background: transparent;
}

.jqx-tabs-position-bottom .jqx-tabs-header-awd {
  border-color: transparent;
}

.jqx-layout-awd .jqx-tabs-header-awd,
.jqx-layout-awd .jqx-ribbon-header-awd {
  background: var(--jqx-background-color-awd);
  border-color: var(--jqx-border-color-awd);
}

.jqx-tabs-title-bottom {
  border-color: transparent;
}

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

.jqx-tabs-header-awd,
.jqx-tabs-arrow-background-awd {
  background-color: var(--jqx-tabs-header-background-color-awd) !important;
  border-bottom: 1px solid var(--jqx-tabs-border-color-awd);
}

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

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

.jqx-tabs-bar-awd.vertical {
  width: 2px;
}

.jqx-tabs-position-bottom .jqx-tabs-bar-awd {
  top: 0;
}

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

.jqx-layout-awd {
  background-color: #CCCCCC;
}

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

.jqx-calendar-awd td {
  font-size: 12px;
}

.jqx-grid-column-menubutton-awd {
  background-image: url('images/metro-icon-down.png');
}

.jqx-grid-pager-top-awd .jqx-grid-pager-number-awd,
.jqx-grid-pager-awd .jqx-grid-pager-number-awd {

  background-color: transparent;
  border-color: transparent;
  color: #0000008A !important;
  font-size: 12px;
}

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

.jqx-grid-pager-top-awd .jqx-grid-pager-number-awd.jqx-fill-state-pressed-awd,
.jqx-grid-pager-awd .jqx-grid-pager-number-awd.jqx-fill-state-pressed-awd {
  color: var(--jqx-accent-color-awd) !important;
  font-weight: bold !important;
}

.jqx-menu-item-arrow-up-selected-awd,
.jqx-icon-arrow-up-selected-awd {
  background-image: var(--jqx-arrow-up-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-menu-item-arrow-down-selected-awd,
.jqx-icon-arrow-down-selected-awd {
  background-image: var(--jqx-arrow-down-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.jqx-tabs-close-button-awd {
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-tabs-close-button-selected-awd {
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-tabs-close-button-hover-awd {
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: center;
}

/* .jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-up-selected-awd{background-image:url('images/metro-icon-up.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-down-selected-awd{background-image:url('images/metro-icon-down.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-left-selected-awd{background-image:url('images/metro-icon-left.png');background-repeat:no-repeat;background-position:center;}
.jqx-scrollbar-button-state-pressed-awd .jqx-icon-arrow-right-selected-awd{background-image:url('images/metro-icon-right.png');background-repeat:no-repeat;background-position:center;} */

.jqx-menu-item-arrow-top-right-awd {
  background-image: var(--jqx-menu-arrow-right-color-awd);
}

.jqx-menu-item-arrow-right-selected-awd {
  background-image: var(--jqx-menu-arrow-right-selected-color-awd);
}

.jqx-menu-item-arrow-top-left-awd {
  background-image: var(--jqx-menu-arrow-left-color-awd);
}

.jqx-menu-item-arrow-left-selected-awd {
  background-image: var(--jqx-menu-arrow-left-selected-color-awd);
}

.jqx-menu-item-arrow-top-up-awd {
  background-image: var(--jqx-menu-arrow-up-color-awd);
}

.jqx-menu-item-arrow-up-selected-awd {
  background-image: var(--jqx-menu-arrow-up-selected-color-awd);
}

.jqx-menu-item-arrow-top-down-awd {
  background-image: var(--jqx-menu-arrow-down-color-awd);
}

.jqx-menu-item-arrow-down-selected-awd {
  background-image: var(--jqx-menu-arrow-down-selected-color-awd);
}

.jqx-listmenu-arrow-right-awd {
  background-image: var(--jqx-list-arrow-right-color-awd);
}

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

.jqx-listmenu-arrow-rtl-awd {
  background-image: var(--jqx-list-arrow-left-color-awd);
}

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

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-expand-awd {
  background-image: var(--jqx-grid-arrow-down-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-collapse-awd {
  background-image: var(--jqx-grid-arrow-right-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-collapse-rtl-awd {
  background-image: var(--jqx-grid-arrow-left-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-cell-awd.jqx-grid-cell-selected-awd>.jqx-grid-group-expand-rtl-awd {
  background-image: var(--jqx-grid-arrow-down-selected-color-awd);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-grid-group-collapse-awd {
  background-image: url(images/metro-icon-right.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.jqx-grid-group-collapse-rtl-awd {
  padding-right: 0px;
  background-image: url(images/metro-icon-left.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.jqx-grid-group-expand-awd,
.jqx-grid-group-expand-rtl-awd {
  padding-right: 0px;
  background-image: url(images/metro-icon-down.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.jqx-icon-arrow-first-awd {
  background-image: url('images/metro-icon-first.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-icon-arrow-last-awd {
  background-image: url('images/metro-icon-last.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-icon-arrow-first-hover-awd {
  background-image: url('images/metro-icon-first.png');
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-icon-arrow-last-hover-awd {
  background-image: url('images/metro-icon-last.png');
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.jqx-icon-calendar-awd {
  margin-left: -9px;
  width: 38px !important;
  height: 21px !important;
  background-size: contain;
  background-color: var(--color-bg);
  background-position: center;
  background-image: var(--jqx-scheduler-calendar-icon-color-awd);
}

.jqx-icon-calendar-pressed-awd {
  background-color: var(--color-bg);
  background-image: var(--jqx-scheduler-calendar-icon-color-awd);
}

.jqx-switchbutton-thumb {
  background-color: var(--jqx-accent-color-awd);
  border: 1px solid var(--jqx-accent-color-awd);
  font-family: var(--jqx-font-family-awd) !important;
}

.jqx-icon-time-pressed-awd {
  background-image: url('images/icon-time-white.png');
}

.jqx-icon-time-awd {
  margin-left: 1px;
}


.sorticon,
.filtericon {
  box-shadow: none;
}

.sorticon.descending .jqx-grid-column-sorticon-awd {
  margin-top: -1px;
}

.sorticon.ascending .jqx-grid-column-sorticon-awd {
  margin-top: 1px;
}

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

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

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

.jqx-tree-item-arrow-collapse-awd {
  transform: rotate(-90deg);
  background-image: var(--jqx-treeview-arrow-collapsed-color-awd);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease-out;
}

.jqx-dropdownlist-state-selected-awd .jqx-icon-arrow-down-awd,
.jqx-combobox-state-selected-awd .jqx-icon-arrow-down-awd,
.sorticon.ascending .jqx-grid-column-sorticon-awd {
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}

.jqx-combobox-state-selected-awd .jqx-icon-arrow-down-awd {
  left: 0px;
}

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

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

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

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

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

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


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

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

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

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

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

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

.jqx-slider-tooltip-awd.jqx-primary-slider,
.jqx-slider-tooltip-awd.jqx-primary-slider .jqx-fill-state-normal-awd {
  border-color: #1CA8DD;
  background: #1CA8DD;
}

.jqx-slider-tooltip-awd.jqx-success-slider,
.jqx-slider-tooltip-awd.jqx-success-slider .jqx-fill-state-normal-awd {
  border-color: #5CB85C;
  background: #5CB85C;
}

.jqx-slider-tooltip-awd.jqx-inverse-slider,
.jqx-slider-tooltip-awd.jqx-inverse-slider .jqx-fill-state-normal-awd {
  border-color: #666666;
  background: #666666;
}

.jqx-slider-tooltip-awd.jqx-danger-slider,
.jqx-slider-tooltip-awd.jqx-danger-slider .jqx-fill-state-normal-awd {
  border-color: #D9534F;
  background: #D9534F;
}

.jqx-slider-tooltip-awd.jqx-warning-slider,
.jqx-slider-tooltip-awd.jqx-warning-slider .jqx-fill-state-normal-awd {
  border-color: #F0AD4E;
  background: #F0AD4E;
}

.jqx-slider-tooltip-awd.jqx-info-slider,
.jqx-slider-tooltip-awd.jqx-info-slider .jqx-fill-state-normal-awd {
  border-color: #5BC0DE;
  background: #5BC0DE;
}




.jqx-fill-state-pressed-awd .jqx-icon-delete-awd {
  background-image: url('images/icon-delete-white.png');
}

.jqx-fill-state-pressed-awd .jqx-icon-edit-awd {
  background-image: url('images/icon-edit-white.png');
}

.jqx-fill-state-pressed-awd .jqx-icon-save-awd {
  background-image: url('images/icon-save-white.png');
}

.jqx-fill-state-pressed-awd .jqx-icon-cancel-awd {
  background-image: url('images/icon-cancel-white.png');
}

.jqx-fill-state-pressed-awd .jqx-icon-search-awd {
  background-image: url(images/search_white.png);
}

.jqx-fill-state-pressed-awd .jqx-icon-plus-awd {
  background-image: url(images/plus_white.png);
}

.jqx-fill-state-pressed-awd .jqx-menu-minimized-button-awd {
  background-image: url('images/icon-menu-minimized-white.png');
}

.jqx-fill-state-pressed-awd .jqx-editor-toolbar-icon-awd {
  background: url('images/html_editor_white.png') no-repeat;
}

.jqx-editor-toolbar-button-awd {
  border-color: var(--jqx-border-color-awd);
}

.jqx-widget-awd #formWrap {
  color: #555555 !important;
}

softpak-input .jqx-fill-state-disabled-awd {
  outline: none;
  border-style: double !important;
  border-color: var(--jqx-header-text-color-awd) !important;
  background-color: #C1C1C1;
}

.jqx-chart-axis-text {
  color: black;
  fill: black;
  font: normal normal 400 10px/10px var(--font-primary);
}

.jqx-grid-cell-awd {
  border: none;
  border-bottom: 1px solid var(--color-border-default);
  height: 48px;
  margin: 0;
  padding: 0 6px !important;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.jqx-grid-header-awd {
  border-width: 0.5px;
  border-left-color: white !important;
  border-right-color: white !important;
  border-top-color: white !important;
}

.jqx-widget-header-awd {
  background: none !important;
  border: none;
  height: 48px !important;
}

.jqx-grid-awd {
  border-width: 0px;
}

.jqx-window-close-button-background {
  width: 40px !important;
  height: 40px !important;
  margin-top: 12px;
  margin-right: 12px !important;
}

/* the code related to locking of row 
in unreconized-securities.component.ts
and the below class  
will be removed when QA is done with testing */
.jqx-grid-cell-locked {
  color: var(--color-text) !important
}

.jqx-tree-grid-indent-awd {
  display: none;
}

.jqx-grid-statusbar-awd {
  border: none !important;
  padding: 0 !important;
}
