/*Override this text to put something custom for the system name.*/
.contour-Header-systemName:before {
    color: #008000 !important;
    content: "Disaster Alert\2122" !important;
    font-size: 22px; 
    height: 44px; /* intentionally set to height of header bar*/
    line-height: 44px; /* intentionally set to height of header bar*/
    vertical-align: middle; 
}

/* This entry will be used to hide the version from the top tool bar */
.contour-Header-versionHolder { 
  display: none !important;
}

.contour-aboutInfo-applicationName:after {
  content:"Disaster Alert"
}

.contour-aboutInfo-version:after {
  content:"7.8.20-524"
}

.contour-aboutInfo-tradeMark:after {
  content:"Powered by DisasterAWARE\00AE All-Hazard Warnings, Analysis, and Risk Evaluation System  "
}

.contour-Header-logoHolder {
    background: url(images/PDC-Logo-Icon.svg) no-repeat 10px 8px !important;
    background-size: 28px 28px !important;
    padding: 0 0 0 52px !important;
}

/* The following entry will override the hazard scale in DisasterAWARE SmartAlert panel, Hazard Filter panel, and Add Hazard Menu */
.contour-HazardTypeEditor-typeIcon,
.contour-HazardNotificationRulesListItem-hazardIcon {
  transform: scale(0.75);
  }

/* The following entries will override the hazard severity colors in DisasterAWARE Hazard panel and map tips*/
.contour-HazardIcon-background-warning {
  color: rgb(211, 2, 37) !important;
}

.contour-HazardIcon-background-watch {
  color: rgb(247, 162, 25) !important;
}

.contour-HazardIcon-background-advisory {
  color: rgb(3, 132, 27) !important;
}

.contour-HazardIcon-background-information {
  color: rgb(48, 153, 240) !important;
}

.contour-HazardIcon-background-termination {
  color: rgb(102, 102, 102) !important;
}

.contour-HazardIcon-background-inactive {
  color: rgb(143, 142, 142) !important;
}
/* End severity override */

/* The following entries will override the hazard severity colors in the Hazard Rules panel of the SmartAlert menu in DisasterAWARE*/
html,
.contour-Theme-Earth,
.contour-Theme-Forest,
.contour-Theme-Lava,
.contour-Theme-Sea,
.contour-Theme-Dark,
.contour-Theme-Light,
.contour-Theme-PDC {
    --theme-severity-warning: rgb(211, 2, 37) !important; /* contour-HazardNotificationRulesSeverityListItem-button--warning color */
    --theme-severity-watch: rgb(247, 162, 25) !important;; /* .contour-HazardNotificationRulesSeverityListItem-button--watch color */
    --theme-severity-advisory: rgb(3, 132, 27) !important;; /* .contour-HazardNotificationRulesSeverityListItem-button--advisory color */
    --theme-severity-info: rgb(48, 153, 240) !important;; /* .contour-HazardNotificationRulesSeverityListItem-button--info color */
}
/* End SmartAlert severity override */

/* Change Loading Splash Title to read proper system name vs. only "DisasterAWARE"*/
.contour-Loader-text::before {
  content: "Disaster Alert"; 
}

/* Change Loading Splash to have the TM symbol after the system name"*/
.contour-Loader-text::after {
  content: "\2122"; 
}