:root {
  --irc-blue: #093c55;
  --irc-blue-hover: #154b66;
  --irc-orange: #f36c27;
  --irc-orange-hover: #ec804b;
  --irc-grey: #414042;
  --shadow-grey: #d4d4d4;
  --offwhite-background: var(--offwhite-background);
}

html,
body,
header,
.view {
  min-height: 95vh;
  min-height: calc(var(--vh, 1vh) * 95);
}

@media only screen and (max-width: 991px) {
  #auth-nav,
  #non-auth-nav {
    display: none;
  }
  #sidebar.active {
    margin-left: 0;
  }

  #multi-date-preview {
    min-height: 50px;
    max-height: 200px;
  }

  .navbar-header {
    min-height: 100px;
    background-color: white;
  }
  .navbar-collapse {
    padding: 0;
  }

  .nav {
    padding: 0;
  }

  .nav-sidebar-link {
    margin-top: 0;
    border-bottom: 1px black solid;
  }

  .mobile-hidden {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .nav-sidebar-link {
    margin-top: 10px;
  }

  #sidebarCollapse {
    display: none;
  }
  #mobileNav,
  #non-auth-mobile-nav {
    display: none;
  }

  .mobile-show {
    display: none;
  }

  #multi-date-preview {
    max-height: 380px;
  }
}

#irc-logo-container {
  padding-top: 40px;
}

#footer-link-container {
  padding-top: 10px;
  padding-bottom: 50px;
  text-decoration: inherit;
  font-size: 12px;
}

#footer-link-container a {
  text-decoration: underline;
}

#footer-text {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
}

.justify-text {
  text-align: justify;
}

#footer-line {
  width: 100%;
  border: 1px solid var(--irc-blue-hover);
}

.no-padding {
  padding: 0;
}

.form-input-error {
  background-color: #fde3e3;
}

.nav-logo {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 20px 20px;
}
.nav-logo-mobile {
  width: 80px;
  height: 80px;
  padding: 0;
}

.shop-background {
  background-color: #003250;

  /* The image used */
  background-image: url("/assets/images/backsplashes/shop-background.png");

  /* Full height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-footer a:hover {
  background-color: white !important;
}

.shop-login {
  background-color: white;
  border-color: #5b6770;
  border-width: 3px;
  border-style: solid;
  padding: 30px 10%;
  border-radius: 20px;
}

.text {
  display: inline;
  margin: 0 auto;
}

.nav-icon {
  margin-top: 3px;
  font-size: 30px;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.city-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0px;
}

.toronto-background {
  background-image: url("/assets/images/backsplashes/toronto.png");
}

.calgary-background {
  background-image: url("/assets/images/backsplashes/calgary.png");
}

.vancouver-background {
  background-image: url("/assets/images/backsplashes/vancouver.png");
}

.toronto-background {
  background-image: url("/assets/images/backsplashes/toronto.png");
}

.hopewell-rocks-background {
  background-image: url("/assets/images/backsplashes/hopewell-rocks.png");
}

.signal-hill-background {
  background-image: url("/assets/images/backsplashes/signal-hill.png");
}

.pei-background {
  background-image: url("/assets/images/backsplashes/pei.png");
}

.halifax-background {
  background-image: url("/assets/images/backsplashes/halifax.png");
}

.yukon-background {
  background-image: url("/assets/images/backsplashes/yukon.png");
}

.winnipeg-background {
  background-image: url("/assets/images/backsplashes/winnipeg.png");
}

.saskatoon-background {
  background-image: url("/assets/images/backsplashes/saskatoon.png");
}

.nunavut-background {
  background-image: url("/assets/images/backsplashes/nunavut.png");
}

.nwt-background {
  background-image: url("/assets/images/backsplashes/nwt.png");
}

.menu-margin {
  margin-top: 76px;
}

.menu-padding {
  padding-top: 76px;
}

#login-content,
#register-content {
  margin-top: 30px;
}

.account-header-column {
  font-weight: bolder;
  margin-top: 5px;
}

.login-container {
  background-color: white;
  border-color: var(--irc-orange-hover);
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 50px 40px;
}

.content-section {
  background-color: white;
  border-radius: 5px;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  padding: 80px 40px;
  box-shadow: 1px 1px 10px var(--shadow-grey);
}

.auth-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: white;
  border-style: solid;
  background-color: #f3f3f3;
  color: black;
  margin-top: 5px;
}

.center-text {
  text-align: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: white;
  box-shadow: 1px 1px 10px var(--shadow-grey);
  border-style: solid;
  border-width: 1px;
  background-color: white;
  color: black;
  margin-top: 5px;
}

.form-input:disabled {
  background-color: lightgray;
}

.orange-border {
  border-color: var(--irc-orange);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #585858;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #585858;
}

.form-background {
  padding: 20px;
  background: rgba(153, 153, 153, 0.3);
}

.white-screen-background {
  padding: 20px;

  background: #fff;
  border-style: solid;
  border-width: 3px;
}

.icon .glyphicon {
  position: absolute;
}

.form-input-error {
  background-color: #fde3e3;
}

.account-box,
.account-box-edit {
  height: 40px;
  margin: 10px 0;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
}

.account-box {
  color: #b6b4b4;
}

.account-box-edit {
  color: black;
}

#forgot-password {
  padding: 0;
}

.top-margin {
  margin-top: 40px;
}

.policy-list-item {
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  height: 40px;
  padding: 5px;
  text-decoration: none;
  color: black;
}

.policy-list-item:hover {
  text-decoration: none;
  color: black;
  background-color: #bbbbbb;
}

#errors {
  margin-top: 110px;
}

#content {
  min-height: 100%;
  width: 100%;
  margin-top: 20px;
  padding: 76px 20px;
  padding-top: 0px;
  font-size: 14px;
  background-color: #f8f8f8;
}

#push {
  height: 50px;
  pointer-events: none;
}

#footer * {
  pointer-events: auto;
}

#multi-date-preview {
  overflow-y: auto;
}

.facilitySelect div.radio {
  color: black;
  background-color: white;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
}

.facilitySelect div span {
  color: black;
}

.bottom-link {
  background-color: #fbfbfb;
  font-size: 0.8em;
  padding: 0;
}

#policy-links {
  float: right;
  padding: 0;
  margin: 0;
}

.my-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.my-panel-heading button[aria-expanded="false"] .iconholder {
  float: right;
  transition: all 0.5s;
}
.my-panel-heading button[aria-expanded="true"] .iconholder {
  float: right;
  transition: all 0.5s;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
} 

.my-panel-heading h6 a {
  color: black;
}

#policyNumberEditContainer,
#nameEditContainer {
  margin: 10px 0;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar.active {
  margin-left: -250px;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.IRC-dark-background {
  background-color: #093c55;
  color: white;
}

.top-nav {
  height: 60px;
  padding: 0 80px;
}

.navbar-icon {
  padding: 10px;
}

.nav-item {
  padding: 0;
}

.nav-link {
  color: white;
  font-weight: 500;
  height: 60px;
  padding: 18px 40px;
  text-align: center;
}

a.nav-link {
  margin-top: 20px;
}

li.px-2 a.nav-link {
  margin-top: 0px;
}

.nav-link:hover,
.nav-link .active:hover {
  background-color: var(--irc-orange-hover);
}

li.nav-item {
  margin-top: 5px;
}

.nav-item .active {
  background-color: #f36c27;
}

#footer {
  min-height: 200px;
}

.irc-h-3 {
  color: var(--irc-blue);
  font-weight: 400;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar {
  /* don't forget to add all the previously mentioned styles here too */
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
  transition: all 0.3s;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  padding: 0 0;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #fff;
}

#mobileNav {
  transition: all 0.3s;
}

#mobileNav .sidebar-header {
  padding: 20px;
}

#mobileNav ul.components {
  border-top: 1px solid #cff0e5;
  padding: 0 0;
}

#mobileNav ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#mobileNav ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

a[aria-expanded="true"] {
  background-color: var(--irc-orange);
}

.hidden {
  display: none;
}
.schema-form-radios {
  display: block;
}
.schema-form-radios div label {
  min-width: 100%;
}

.account-information-column {
  text-align: left;
}

.input-border {
  border-color: var(--irc-orange) !important;
  border-width: 1px;
  border-style: solid;
}

.information-box-outline {
  border-color: #0a3c55;
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}

.underline-input {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #959595;
  margin-top: 20px;
  width: 100%;
}

.underline-input:focus {
  border-bottom-color: black;
}

.button {
  height: 40px;
  margin: 10px 10px;
  padding: 10px;
  font-size: 14px;
}

.login-button,
.sign-up-button.active {
  font-weight: lighter;
  text-decoration: none;
  color: white;
  text-align: center;
  border-style: solid;
  border-width: 2px;
}

.login-button:hover,
.sign-up-button.active:hover,
.sign-up-button.active.focus {
  text-decoration: none;
  color: white;
}

.sign-up-button {
  background-color: white;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-width: 2px;
}

.sign-up-button:hover {
  text-decoration: none;
}

.button-base {
  height: 40px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.help-button-base {
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  cursor: pointer;
}

.button-base:focus,
.button-base:hover {
  text-decoration: underline;
}

.outline-button-style {
  color: black;
  border-color: var(--irc-orange);
  background-color: white;
}

.outline-button-style:focus,
.outline-button-style:hover {
  border-color: var(--irc-orange-hover);
}

.shop-solid-button-style,
.outline-button-style.active {
  color: white;
  border-style: inset;
  background-color: var(--irc-orange);
}

.shop-solid-button-style:focus,
.shop-solid-button-style:hover {
  background-color: var(--irc-orange-hover);
}

.solid-button-style,
.outline-button-style.active {
  border-color: var(--irc-orange);
  border-radius: 3px;
  font-weight: 500;
  color: white;
  background-color: var(--irc-orange);
}

.solid-button-style:focus,
.solid-button-style:hover,
.outline-button-style.active:hover,
.outline-button-style.active:focus {
  background-color: var(--irc-orange-hover);
}

.login-screen-links,
.login-screen-links:visited,
.login-screen-links:active {
  font-size: 0.9em;
  padding: 0;
  text-decoration: none;
}

.login-screen-links:hover,
.login-screen-links:focus {
  text-decoration: underline;
}

.error-container {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.logo-container {
  width: 100%;
  height: auto;
}

.tooltip-inner {
  max-width: 80%;
  margin: 0 auto;
}

.form-row-spacing {
  margin-top: 10px;
}

.center-div {
  margin: 0 auto;
}

.remove-date {
  color: red;
  width: 30px;
  height: 30px;
}

.remove-date:hover {
  background-color: #fde3e3;
}

#ngform .ng-scope:first-of-type .row::before {
  border: none;
  padding-top: 0px;
  margin-bottom: 0px;
}

#ngform .ng-scope .row::before,
.padded-top-horizontal-break::before {
  border-bottom: 1px solid var(--irc-grey);
  content: "";
  display: block;
  width: 100%;
  opacity: 0.2;
  padding-top: 20px;
  margin-bottom: 30px;
}

.padded-bottom-horizontal-break:after {
  border-bottom: 1px solid var(--irc-grey);
  content: "";
  display: block;
  margin-left: 2.5%;
  width: 95%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#buttonBar {
  background-color: #fbfbfb;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
}

#scroll-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  height: 40px;
}

.active-step {
  color: var(--irc-orange);
}

.ui.selection.dropdown {
  border-color: var(--irc-orange) !important;
}

.ui.selection.active.dropdown {
  border-color: var(--irc-orange) !important;
}
.ui.selection.active.dropdown .menu {
  border-color: var(--irc-orange) !important;
}

#date-column-headers {
  border-color: #0a3c55;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.date-row {
  margin: 5px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.date-information-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.date-icon {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}

.date-title {
  font-size: 1.2em;
}

.picker__holder {
  margin-top: 30px;
}

.has-error .help-block {
  width: 100%;
  padding: 10px 30px;
  margin-top: 10px;
  text-align: right;
  color: black;
}

#message {
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 0;
}

.valid {
  text-decoration: line-through;
}

.invalid {
  text-decoration: none;
}