﻿html,
body {
  font-family: 'Source Sans 3', sans-serif;
  height: 100%;
}
a {
  color: #006593;
  text-decoration: none;
  font-weight: 500;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #003046;
}
main {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
h1,
h2,
h3 {
  text-align: center;
  font-family: "Merriweather", sans-serif;
}
.footer {
  position: sticky;
  top: 100vh;
  color: #403f40;
  background-color: #465362;
  border-top: solid 1px #403f40;
}
.footer p,
.footer a {
  margin: 0.75rem 0;
}
.nav-style .nav-link {
  color: black;
  font-weight: 500;
}
.navbar-brand img {
  height: 30px;
  width: auto;
}
.btn {
  padding: 5px 25px;
  border-radius: 0px;
}
.nav-style {
  background-color: #ECECEC;
}
.btn-grey {
  background-color: #ECECEC;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #465362;
  color: white;
  font-weight: 600;
}
.btn-light-green {
  background-color: #526760;
  color: white;
}
.btn-light-green:hover {
  background-color: #465362;
  color: white;
  font-weight: 600;
}
.header-font {
  font-family: "Merriweather", sans-serif;
}
.C-Env-Dark-Green {
  background-color: #374B4A;
  color: white;
}
.C-Env-Light-Green {
  background-color: #526760;
  color: white;
}
.C-Env-Light-Grey {
  background-color: #ECECEC;
}
.C-Env-Light-Green-Text {
  color: #526760;
}
.bid-smart-calculator {
  font-size: 1.2rem;
}
.contractors-env-button-default {
  border-radius: 10px;
  border: 1px solid #C5FFD0;
}
.page-link:hover,
.active > .page-link,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #526760 !important;
  border-color: #526760 !important;
  color: white;
}
.page-link {
  color: #526760;
}
.contractors-env-button-secondary {
  color: white;
  border-radius: 10px;
  background-color: #A1A1A1;
  border: 1px solid #A1A1A1;
}
.dropdown-toggle {
  color: white;
  border-radius: 10px;
  background-color: #A1A1A1;
  border: 1px solid #A1A1A1;
  padding: 5px 10px;
}
.contractors-env-button-success {
  border-radius: 10px;
  background-color: #61C06D;
  border: 1px solid #61C06D;
}
.contractors-env-button-error {
  border-radius: 10px;
  background-color: #F26060;
  border: 1px solid #F26060;
}
.home-links {
  color: white;
}
.home-links:hover {
  opacity: 0.8;
}
.home-footer-divider {
  background-color: white;
  width: 1px;
  height: 100%;
}
.saturate {
  filter: saturate(3);
}
.home-construction {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  overflow: hidden;
}
.home-construction-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-construction {
    width: 70%;
  }
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/*#Toast related*/
.cs-toast {
  display: none;
  padding: 1.5rem;
  color: #fff;
  z-index: 999;
  position: fixed;
  width: 25rem;
  top: 2rem;
  border-radius: 1rem;
  right: 2rem;
}
.cs-toast-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  font-size: 2.5rem;
}
.cs-toast-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 1rem;
}
.cs-toast-body h5 {
  color: #fff;
}
.cs-toast-body p {
  margin-bottom: 0;
}
.cs-toast-visible {
  display: flex;
  flex-direction: row;
  animation: fadein 1.5s;
}
/* Toast related end*/
.pr-lg-3 {
  padding-right: 1rem !important;
}
th {
  font-family: "Merriweather", sans-serif;
}
.bid-calculator-rounded-border {
  border-radius: var(--bs-border-radius);
}
.get-quote-button {
  font-size: 1.3rem;
}
.coverage-container {
  overflow-y: auto;
  max-height: 25rem;
  height: 25rem;
}
.coverage-container::-webkit-scrollbar-button {
  display: none;
}
.coverage-container::-webkit-scrollbar {
  width: 0.4rem;
  height: 15rem;
}
.coverage-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1rem;
}