﻿body {
  font-family: "open_sansregular", Arial, Sans-Serif;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(8, 76, 160);
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Main page header */
#HeadBar {
  width: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.15);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(219, 229, 241) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(219, 229, 241)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(219, 229, 241) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(219, 229, 241) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(219, 229, 241) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(219, 229, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#084da1", GradientType=0 );
  margin-bottom: 10px;
  border-bottom: 1px solid #080808;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  /*Tools*/
}
#HeadBar .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#HeadBar #navbarText {
  height: 50px;
}
#HeadBar .header-logo {
  padding: 10px 0 0 0 !important;
  height: 50px;
}
#HeadBar .header-logo img {
  width: 120px;
  border-width: 0px;
}
#HeadBar .tools a {
  font-size: 12px;
  color: #084CA0;
  padding: 15px 7px;
}
#HeadBar .tools a:hover, #HeadBar .tools span:hover {
  text-decoration: underline;
  color: #084CA0;
}

.adminWrap {
  -webkit-box-sizing: padding-box !important;
}

/* Main menu navigation top menu*/
/* Mostly telerik menu overrides*/
#MainNavigationMenu {
  background: none;
  border: none;
  padding-block: 0;
}
#MainNavigationMenu .k-link {
  font: 14px/1.42857 "open_sansregular", Arial, Sans-Serif !important;
  background: none;
  border: none;
  border-right: 1px solid #777;
}
#MainNavigationMenu .k-group .k-link {
  padding: 0 24px 0 12px;
}
#MainNavigationMenu .k-popup {
  border-radius: 0;
  border-width: 0;
}
#MainNavigationMenu .k-animation-container {
  border-radius: 0;
}
#MainNavigationMenu > li > span > span.k-menu-link-text {
  padding: 0px 12px;
}
#MainNavigationMenu > li > span.k-menu-link {
  padding-inline: 0px;
}
#MainNavigationMenu .k-menu-link {
  font: 14px/1.42857 "open_sansregular", Arial, Sans-Serif !important;
  color: #000 !important;
  text-decoration-color: #000 !important;
  outline-color: #000 !important;
}
#MainNavigationMenu .k-link:hover, #MainNavigationMenu .k-menu-link:hover {
  background: #E31E35 !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
  outline-color: #fff !important;
}
#MainNavigationMenu .k-i-arrow-60-down, #MainNavigationMenu .k-i-arrow-s,
#MainNavigationMenu .k-i-caret-alt-down.k-menu-expand-arrow-icon,
#MainNavigationMenu .k-svg-i-caret-alt-down.k-menu-expand-arrow-icon {
  display: none;
}
#MainNavigationMenu .k-menu-group {
  border-radius: 0;
}
#MainNavigationMenu .k-group {
  /*margin-top: 2px;*/
  background: white;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
#MainNavigationMenu .k-state-highlight, #MainNavigationMenu .k-highlight {
  background: none !important;
  border: none !important;
}
#MainNavigationMenu .k-selected, #MainNavigationMenu .k-selected .k-link {
  background-color: #E31E35;
  color: #fff !important;
}
#MainNavigationMenu .k-menu-group-md .k-menu-expand-arrow {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

/*  Password Form */
#cpdiv.success-div {
  margin-top: 25px;
  font-weight: bold;
}
#cpdiv .row {
  margin-bottom: 5px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
#cpdiv .row > div:nth-child(1) {
  padding-top: 3px;
}
#cpdiv .username-row > div {
  padding-bottom: 8px;
  padding-top: 0px !important;
}
#cpdiv .password-bad {
  color: #E31E35;
}
#cpdiv .password-success {
  visibility: hidden;
}
#cpdiv .valid ~ .password-success {
  color: darkseagreen;
  visibility: visible;
}
#cpdiv + .bottom-container .row {
  margin-bottom: 5px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
#cpdiv .field-validation-valid {
  display: none !important;
}
#cpdiv .validation-summary-valid {
  display: none !important;
}

#changePasswordWindow_wnd_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f505";
  font-weight: 900;
  margin-right: 10px;
}

#JournalWindow_wnd_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  margin-right: 10px;
}

.footerHome {
  background-color: rgb(8, 76, 160);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.release-notes .vertline {
  border-left: 6px solid lightgrey;
  height: 800%;
  position: absolute;
  left: 9%;
  margin-left: -3px;
  top: 0;
  z-index: -1;
}
.release-notes .day {
  background-color: #ffffff !important;
  width: 100px;
  height: 30px;
  text-align: center !important;
  margin-left: 100px !important;
  padding: 5px !important;
}
.release-notes .year {
  background-color: #b3daff !important;
  margin-left: 16px !important;
  width: 280px;
  height: 50px;
  text-align: center;
  vertical-align: middle !important;
  margin-bottom: 20px !important;
}
.release-notes .month {
  margin-top: 20px !important;
  background-color: #b3daff !important;
  width: 200px;
  height: 40px;
  text-align: center;
  padding-top: 5px !important;
}
.release-notes .relno-heading {
  padding-top: 5px;
}
.release-notes .card-body {
  margin-left: 50px;
}
.release-notes .version {
  margin-left: 170px;
}
.release-notes .monthcontainer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.release-notes #rel-pageheader {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.popup-message-bar {
  position: relative;
}

#SuccessBar, #ErrorBar {
  display: none;
  position: absolute;
  width: 100%;
  top: 52px;
  margin-left: -15px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  z-index: 99999;
}

#PopupErrorBar, #PopupSuccessBar {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  z-index: 3;
  box-sizing: border-box;
}

.msg-heading {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

@font-face {
  font-family: "open_sansregular";
  src: url(../App_Themes/Default/fonts/opensans-regular-webfont-webfont.ttf) format("truetype");
}
.timeclock-help {
  float: right;
  font-size: 32px !important;
  margin-right: 12px;
  cursor: pointer;
}

.tc-help-details .tc-help-title {
  font-weight: bold;
  font-size: 14px;
  background-color: #3484c0 !important;
  color: #fff;
  text-align: left;
  padding: 5px 40px 5px 15px;
}
.tc-help-details .tc-help-content {
  padding: 40px 15px;
  text-align: left;
  background-color: white;
  color: black;
}

.tc-exception::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  color: red;
}

#helpwindow_wnd_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f4c4";
  font-weight: 900;
  margin-right: 10px;
}

/*
    status-box migrated from plant journal
*/
.status-box, .rate-match, .status-summary span, .status-summary div, .status-materials {
  text-align: center;
  padding: 3px;
  width: 150px;
  font-size: 11px;
}

/* materials */
.status-materials {
  width: 80px;
  color: white;
  height: 20px;
  line-height: 1em !important;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-summary span, .status-summary div {
  width: 22px;
  padding: 10px 20px;
  margin: 0;
  border-width: 0;
  border-collapse: collapse;
  color: white;
}

.draft, .draft-summary, .statushiglight-0 {
  background-color: rgba(75, 186, 216, 0.8);
  border-radius: 4px;
}

.draft-summary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.approved, .approved-summary, .statushiglight-2 {
  background-color: rgba(189, 195, 199, 0.8);
  border-radius: 4px;
}

.approved-summary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.submitted, .submitted-summary, .submittedpreapprover, .submittedclient, .statushiglight-1, .statushiglight-4 {
  background-color: rgba(189, 195, 199, 0.8);
  border-radius: 4px;
}

.submitted-summary {
  border-radius: 0;
}

.rejected, .rejected-summary, .statushiglight-3 {
  background-color: rgba(219, 48, 63, 0.8);
  border-radius: 4px;
}

.rejected-summary {
  border-radius: 0;
}

.rate-match {
  width: 80px;
  color: white;
}

.match {
  background-color: darkseagreen;
  border-radius: 4px;
}

.no-match {
  background-color: #E31E35;
  border-radius: 4px;
}

.k-chip, .k-button {
  border-radius: 4px;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
  background-position: 50% 50%;
}

.k-chip {
  font-size: inherit;
}

.k-datepicker input {
  text-overflow: clip !important;
  padding-right: 2px;
}

.k-button.k-button-icon, .k-icon-button {
  width: auto;
  height: auto;
}

.k-input-inner::placeholder,
input::placeholder {
  color: #000000 !important;
  opacity: 0.5 !important;
  user-select: none !important;
}
