﻿/* EACH TIME YOU CHANGE THIS FILE, MAKE SURE TO INCREMENT THE VERSION # IN THE COMMON PROJECT
   AND THEN REBUILT THE VS SOLUTION
   WHICH WILL CAUSE THE BROWSER TO REPLACE THE PREVIOUS CACHED VERSION OF THIS FILE 
*/
body.bodyBackgroundMaster {
  background-color: transparent;
  background-image: url("../Images/iStock_000008528242_Large2560.jpg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  color: black;
}

a:hover {  
  font-weight:600 !important;
}

fieldset {
  background: rgba(255,255,255) !important;
  background-image: none !important;
}

fieldset.semiTransparent {
  background:rgba(255,255,255) !important;
  margin-left:0px;
}

fieldset.semiTransparentWide {
  background:rgba(255,255,255) !important;
  margin:0 !important;  
  padding:1px 10px !important;
}

div.windowButtonsOnTop {
  position:absolute; 
  left:7px; 
  top:30px; 
  right:26px; 
  height:22px; 
  padding:4px; 
  background-color: #FFFFFF; 
}

div.windowContentWithButtonsOnTop {
  position: absolute;
  top: 60px;
  height: calc(100% - 67px);
  width: 96%;
  overflow: auto;
}

.radMultiPage {
  background:rgba(255,255,255) !important;
  border-color: #324d92; 
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  margin-top: -1px;
}

.selectedRow {
  color: black;
  background-color: #e7f1ff; 
}

tr.dataEntryRowSaved {
  background-color:rgba(0, 255, 119, 0.39) !important;  
}

.datasetReminderProcessing {
  /*position:absolute;*/
  right:22px;
  top:5px;  
  width:450px;
  background-color:#6f91c5 !important;
  color:white;
}

.datasetReminderComplete {
  right:22px;
  top:5px;  
  width:450px;
  background-color:rgb(16, 143, 34) !important;
  color:white;
}

.datasetReminderError {
  right: 22px;
  top: 5px;
  width: 450px;
  background-color: #EE0707 !important;
  color:#000000 !important; 
}

.datasetReminderPartiallyComplete {
  right:22px;
  top:5px;  
  width:450px;
  background-color:rgb(255, 216, 0) !important;
  color:black;
}

.altRowColor tr:nth-child(even) {background-color: White;}
.altRowColor tr:nth-child(odd) {background-color: #e7f1ff;}

.colorGreen {
  color: green;
}

.colorRed {
  color: red;
}

/* needed to support our approach to multiple columns in combo boxes */
.rcbColumn1 {
  padding-top: 2px !important;
  width: 30%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

/* needed to support our approach to multiple columns in combo boxes */
.rcbColumn2 {
  padding-top: 2px !important;
  width: 63%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

/* needed to support our approach to multiple columns in drop down lists */
.rddlColumn1 {
  margin: 0;
  padding: 0 5px 0 0;
  width: 33%;
  line-height: 14px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

/* needed to support our approach to multiple columns in drop down lists */
.rddlColumn2 {
  margin: 0;
  padding: 0 5px 0 0;
  width: 60%;
  line-height: 14px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

/* ------------------------------------------
    ADA compliance
   ------------------------------------------- */
.italicBlue {
  color: #497D7E;
  font-style: italic;
}

/* increase color contrast on red messages (example maps page)  */
.redMessage {
  color: #CE0B0E !important;
  font-weight: 500;
}

/* additional contrast on red messages (on maps page)  */
.fsRoundedCornersRed {
  border: 1px solid #CE0B0E !important;
  border-radius: 4px !important;
/* ------------------------------------------ */
}


/* ============================================================================
    Telerik Overrides
   ============================================================================ */
/* Removed overall page transparency to achieve ADA contrast requirements  */
.RadForm_Web20 {
  background-color: transparent !important;
}
/* increase contrast on asp table header (example: SeasonsEdit) */
.RadForm_Web20.rfdGrids .rfdTable th {
  font-weight: normal;
  background-color: #4e6bc1 !important; /* ADA compliance */
  border-bottom: 1px solid #8d9096 !important; /* ADA compliance */
  border-left: 1px solid #8d9096 !important; /* ADA compliance */
}

.RadForm_Web20.rfdGrids .rfdTable th a {
  color: White;
}

.RadWizard_Web20 {
  background: unset !important;
}

.RadListBox_Web20 .rlbGroup {
  background-color: transparent !important;
}

.rwzContentWrapper {
  background: rgba(255,255,255) !important;
}

/* reduce padding on top/bottom of combobox to get size to match button height */
.rcbInner {
  padding: 2px 2em 4px 10px !important;
}

/* ------------------------------------------------
    Telerik Overrides (for ADA compliance)
   ------------------------------------------------ */
/* increase contrast on disabled wizard steps */
.RadWizard .rwzBreadCrumb .rwzDisabled .rwzText {
  opacity: .8 !important;
}
/* increase contrast on page section headers (example: DataAnalysisDetail) */
.RadForm_Web20.rfdFieldset fieldset legend {
  font-weight: 500;
  color: #4E75B6 !important;
}

/* NOTE Was intended for GS Elements hyperlink grid cells - does not appear to be used in this color schema */
.rowLinkColor {
  color: #2F72A7 !important;
  font-weight: bold;
}

/* Standard Buttons .rbIconButton - make keyboard navigation focus look like hover (example : Return/Search/Cancel buttons) 
  NOTE - rbIconOnly not sure if this is applicable anywhere */
.rbButton.rbIconButton:focus-visible, .rbButton.rbIconOnly:focus-visible {
  border-color: #2a5795 !important;
  color: #0f3789 !important;
  background-color: #cddcf1 !important;
  background-image: linear-gradient(#dee7f4,#afbede 50%,#98acd5 50%,#cddcf1) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12) !important;
}

/* Show Icon button focus on MonitoringLocationSelector */
.rbImageButton:focus-visible {
  border: 2px solid blue !important;
  border-radius: 1px 1px 1px 1px !important;
}

/* RadTabStrip Tabs - make keyboard navigation focus look like hover */
.rtsFocused .rtsLink {
  border-color: #5f90cf !important;
  color: #0f3789 !important;
  background-color: #c4d8f0 !important;
  background-image: linear-gradient(#dbe6f4,#abbedf 50%,#91acd9 50%,#c4d8f0) !important;
}

/* Menu Items and Submenu items - improve keyboard navigation focus visibility */
.RadMenu_Web20 .rmRootGroup .rmFocused > .rmLink {
  border-color: #5f90cf !important;
  color: #0f3789 !important;
  background-color: #eaf3ff !important;
  background-image: linear-gradient(#fff,#c7d6f3 50%,#b0caf3 50%,#eaf3ff) !important;
}

/* User Menu Items and Subitems - improve keyboard navigation focus visibility */
#mnuUser .rmRootGroup:focus-visible, .rmItem.rmFirst.rmLast.rmFocused {
  background-color: #d3d3d3 !important;
}

/* RadTiles - bottom section */
.RadTile.rtileSquare .rtileBottomContent {
  height: 31Px !important; /* Fix the height */
  width: 100% !important;
  background-color: #5D73BC !important;/*improve contrast*/
}
/* ------------------------------------------ */

/* ============================================================================
    Telerik Overrides (end)
   ============================================================================ */