/******************************************************
  Copyright IT-Conductor 2001-2021 All Rights Reserved
 ******************************************************/

:root
{
  --fonts:                        Segoe UI, Verdana, Tahoma, Arial, sans-serif;
  --font-size:                    small;
  --background-color:             #006699;
  --box-shadow-color:             rgba(0, 0, 0, 0.2);

  --logo-color:                   black;

  --crumb-delim-color:            #555;
  --crumb-delim-char:             '\02C3'; /*'\25B6'; */
  --crumb-delim-down-char:        '\02C5';

  --button-color:                 white;
  --button-hover-color:           white;
  --button-bg-hover-color:        cadetblue;
  --button-bg-selected-color:     #3399cc;
  --link-color:                   #0044bb;
  --tip-color:                    #ccc;

  --main-header-color:            white;
  --main-menu-bg:                 linear-gradient(to bottom, #3399cc, #004477);
  --main-color:                   black;
  --main-bg-color:                white;

  --spinner-color:                #006699;
  --spinner-bg-image:             url('iconShow?iconName=LoaderPurple');

  --top-menu-color:               white;
  --top-menu-active-color:        white;
  --top-menu-active-bg-color:     #b5d5ff;

  --menu-bg-color:                #eee;

  --value-select-color:           black;
  --value-select-bg-color:        #b5d5ff;

  --control-char-close:           '\2715';
  --control-char-collapse:        '\2500';
  --control-char-expand:          '\25FB'; /*'\2335'; */
  --control-char-reload:          '\27F3';
  --control-char-prev:            '\2770';
  --control-char-next:            '\2771';
  --control-char-right:           '\02C3';
  --control-char-down:            '\02C5';
  --control-char-copy:            '\2FFB'; 

  --expansion-char-collapse:      '\25BD'; /* 22C1 */
  --expansion-char-expand:        '\25B7';

  --content-header-bg:            linear-gradient(to right, #eee, white);
  --content-header-bg-color:      #eee;
  
  --tabs-color:                   black;
  --tabs-bg:                      linear-gradient(to left, white, #eee);
  --tabs-bg-color:                #eee;
  --tabs-border-color:            #bbb;
  --tabs-active-bg-color:         white;
  --tabs-disable-color:           #555;
  --tabs-disable-bg-color:        #eee;

  --form-color:                   black;
  --form-label-color:             black;
  --form-mandatory-color:         #333;
  --form-bg-color:                white;
  --form-input-bg-color:          white;
  --form-input-border-color:      #bbb;
  --form-textarea-font:           monospace;

  --status-color:                 #000;

  --cal-day-color:                #114477;
  --cal-day-today-color:          red;
  --cal-day-hover-color:          #b5d5ff;
  --cal-day-on-bg-color:          #ccc;
  --cal-day-border-color:         white;
  --cal-ctrl-bg-color:            #eee;

  --schd-weekend-bg-color:        #ddd;
  --schd-today-bg-color:          lightyellow;
  --schd-now-bg-color:            red;
  --schd-process-color:           gray;
  --schd-event-color:             white;
  --schd-border-color:            #eee;
  --schd-notes-color:             black;
  --schd-event-popup-color:       black;
  --schd-event-popup-bg-color:    #b5d5ff;
  --schd-event-head-bg:           linear-gradient(45deg,   rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  --schd-event-tail-bg:           linear-gradient(-135deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  
  --schd-shift-final-color:       darkgray;

  --calendar-bg-hover-color:      #ddeeff;

  --dashboard-bg-color:           white;
  --dashboard-border-color:       #eee;
  --dashboard-link-bg-color:      cadetblue;
  --dashboard-body-bg-color:      white;
  --dashboard-ctrl-color:         #ccc; 
  --dashboard-ctrl-bg-hover-color:#eee;

  --popup-bg:                     linear-gradient(to left, white, #eee);
  --popup-bg-color:               #eee;
  --popup-border-color:           threedhighlight;
  --popup-header-color:           #eee;
  --popup-header-bg-color:        #b5d5ff;
  --popup-title-color:            black;
  --popup-ctrl-color:             gray;
  --popup-border-radius:          5px;
  --popup-border-shadow-radius:   7px;

  --chart-bg-color:               white;
  --chart-category-exclude-color: #ccc;

  --error-msg-color:              red;
  
  --blob-bg-color:                white;

  --input-bg-color:               white;

  --stream-item-border-color:     #ccc;
  --stream-attr-color:            black;
  --stream-attr-hover-bg-color:   #eee;
  --stream-item-highlight-bg-color:#ffffe0;
  --stream-item-separator-char:   '\25AB';

  --table-bg-color:               white;
  --table-border-color:           gray;

  --table-header-bg-color:        #ddd;
  --table-header-border-color:    #eee;
  --table-header-sort-char-desc:  '\1F861';
  --table-header-sort-char-asc:   '\1F863';

  --table-border-color:           #ccc;
  
  --table-row-normal-bg-color:    white;
  --table-row-alt-bg-color:       #eee;
  --table-row-select-color:       black;
  --table-row-select-bg-color:    #b5d5ff;
  --table-row-highlight-bg-color: #ffffe0;

  --board-column-drop-bg-color:   #ccc;

  --slider-border-color:          black;
  
  --eula-border-color:            #eee;

  --login-form-bg-color:          #eee;
  --login-form-border-color:      #ccc;

  --welcome-color:                black;

  --wizard-step-color:            black;
  --wizard-step-pending-bg-color: #eee;
  --wizard-step-pending-color:    black;

  --diagram-node-width:           8em;
  --diagram-node-height:          5em;
  --diagram-conn-width:           1em;
  --diagram-conn-height:          1em;
  --diagram-conn-border-hover-color: darkgray;
  --diagram-conn-bg-image:        url("iconShow?iconName=LinkGray");
  --diagram-conn-bg-hover-image:  url("iconShow?iconName=LinkBlack");

  --tz-map-fill-color:            #ccc;

  --widget-arc-fill-color:        #e0e0e0;
  --widget-arc-stroke-color:      white;

  --livechat-bg-color:            #eee;
  --livechat-msg-mine-bg-color:   lightblue;
  --livechat-msg-strange-bg-color:white;
  --livechat-msg-private-bg-color:#ffffe0;
  --livechat-msg-border-color:    #006699;
  --livechat-msg-private-bg-image:url('/iconShow?iconName=Private');
  --livechat-post-button:         '\27A4';
}
