﻿
html[data-colortheme="Classic"] {
    --ea-blue: #00638f;
    --theme-title-color: #00638f;
    --theme-text-color: #00638f;
    --theme-dark-title-color: #000;
    --theme-dark-text-color: #000;
    --theme-watermark-text-color: gray;
    --theme-background-color: white;
    --theme-table-background-hover: #e6e6e6;
    --theme-outerFrame-color: white;
    --theme-font-weight: 400;
    --theme-img-opacity: 1;
    --theme-searchbox-border-color: #cccccc;
    --theme-item-panel-hover: #ecf1f3;
    --theme-hyperlink-color: #0044cc;
    --theme-dark-hyperlink-color: #00638f;
    --theme-text-panel-hover-color: #eee;
    --theme-text-panel-border-hover-color: #ccc;
    --theme-dialog-background: #e4e4e4;
    --theme-dialog-border: black;
    --theme-ajax-calendar-other: white;
    --theme-ajax-calendar-active-back: #edf9ff;
    --theme-ajax-calendar-active-color: #0066cc;
    --theme-fullcalendar-cell-background: #efefef;
    --theme-fullcalendar-othermonth-cell-background: #cccccc;
    --theme-fullcalendar-today-cell-background: #bce8f1;
    --theme-holiday-calendar-cell-background: #f2f2f2;
    --theme-holiday-calendar-cell-text: #808080;
    --theme-holiday-calendar-cell-weekend-background: #d9d9d9;
    --theme-actioncode-text-color: #222222;
    --theme-ztree-text-color: #333;
    --theme-CalloutPolicyAckTimeoutWatermark-background-color: #F0F8FF;
    --theme-messengerSelectionBar-background: #ebebeb;
    --theme-button-background: #F0F0F0;
    --theme-fullcalendar-dialog-invalid-date: #ff9d9d;
    --theme-dropdown-button-hover: #BDE4F9;
    --theme-dropdown-button-arrow: url('../../images/general/drop-arrow.gif');
    --theme-alert-item-panel-hover: #ecf1f3;
    --theme-tooltip-background: #FEFEFE;
    --theme-loading-gif: url('../../images/ajax/ajax-loader_circle_dialog.gif');
    --theme-delete-button-8: url(../images/stylized/actions/error_delete_dark_8.png);
    --theme-xml-letters: #990000;
    --theme-xml-symbol: blue;
    --theme-xml-text: black;
    --theme-deletebutton-opacity: 0.7;
    --theme-policy-disabled: #c4c4c4;
    --theme-about-link: #0000ee;
    --theme-alert-panel-selected-hover: #F2E8CC;
    --theme-dropdownaccountselector-button-arrow: url('../images/arrow_down.gif');
    --theme-dropdownaccountselector-button-hover: #c0e4fa;
    --theme-policy-and-or-mark: #EEEEEE;
    --theme-policy-and-or-mark-selected: #d1dcef;
    --theme-filteritemdragoverlay: #F4E6C6;
}

html[data-colortheme="Dark"] {
    --theme-title-color: #30afe5;
    --theme-text-color: #e7e7e7;
    --theme-dark-title-color: #e7e7e7;
    --theme-dark-text-color: #e7e7e7;
    --theme-watermark-text-color: gray;
    --theme-background-color: #091e26;
    --theme-table-background-hover: #404040;
    --theme-outerFrame-color: black;
    --theme-font-weight: 500;
    --theme-img-opacity: 0.75;
    --theme-item-panel-hover: #00638f;
    --ea-blue: #00638f;
    --theme-searchbox-border-color: #30afe5;
    --theme-hyperlink-color: #30afe5;
    --theme-dark-hyperlink-color: #30afe5;
    --theme-text-panel-hover-color: #00638f;
    --theme-text-panel-border-hover-color: #00638f;
    --theme-dialog-background: #091e26;
    --theme-dialog-border: white;
    --theme-ajax-calendar-other: gray;
    --theme-ajax-calendar-active-back: #00638f;
    --theme-ajax-calendar-active-color: #e7e7e7;
    --theme-fullcalendar-cell-background: #404040;
    --theme-fullcalendar-othermonth-cell-background: #303030;
    --theme-fullcalendar-today-cell-background: #178fc2;
    --theme-holiday-calendar-cell-background: #7f7f7f;
    --theme-holiday-calendar-cell-weekend-background: #404040;
    --theme-holiday-calendar-cell-text: white;
    --theme-actioncode-text-color: white;
    --theme-ztree-text-color: white;
    --theme-CalloutPolicyAckTimeoutWatermark-background-color: #091e26;
    --theme-messengerSelectionBar-background: #091e26;
    --theme-button-background: #808080;
    --theme-fullcalendar-dialog-invalid-date: #d8afa7;
    --theme-dropdown-button-hover: #303030;
    --theme-dropdown-button-arrow: url('../../images/general/drop-arrow-darkMode.gif');
    --theme-alert-item-panel-hover: #303030;
    --theme-tooltip-background: #091e26;
    --theme-loading-gif: url('../../images/ajax/ajax-loader_circle_dialog_transparent.gif');
    --theme-delete-button-8: url(../images/stylized/actions/error_delete_8.png);
    --theme-xml-letters: #cc0000;
    --theme-xml-symbol: #6666ff;
    --theme-xml-text: #7f7f7f;
    --theme-deletebutton-opacity: 1;
    --theme-policy-disabled: #505050;
    --theme-about-link: #30afe5;
    --theme-alert-panel-selected-hover: #505050;
    --theme-dropdownaccountselector-button-arrow: url('../images/arrow_down_white.gif');
    --theme-dropdownaccountselector-button-hover: #091e26;
    --theme-policy-and-or-mark: #404040;
    --theme-policy-and-or-mark-selected: #808080;
    --theme-filteritemdragoverlay: #404040;
}
