﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.pagecontainer {
    margin-bottom: 35px;
}

.selectionbox {
    display: block;
    width: 50%;
    height: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formboxstandard {
    display: block;
    width: 50%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formboxstandard:disabled, .formboxstandard[readonly] {
        background-color: #e9ecef;
        opacity: 1;
 }

.formboxlarge {
    display: block;
    width: 50%;
    height: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formboxlarge:disabled, .formboxlarge[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    }

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    max-width: calc(100% - 80px) !important;
    max-height: calc(100% - 80px) !important;
    overflow-y: hidden !important
}

.modal .content {
        overflow: auto;
        max-height: calc(100vh - 125px);
    }

.modal-body {
    height: 80vh;
    overflow-y: auto;
}

.modal-xl {
    max-width: 80%;
}

.ocs-navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: #293771;
}

.ocs-navbar-brand-orange {
    color: #f15f22;
}

.ocs-headertext1 {
    font-family: "Helix-Light","Arial","sans-serif";
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #2b3087;
    font-weight: 400;
    font-size: 6vh;
}

.ocs-headertext1-blue {
    font-family: "Helix-Light","Arial","sans-serif";
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #293771;
    font-weight: 400;
    font-size: 6vh;
}

.ocs-headertext2 {
    font-family: "Helix-Light","Arial","sans-serif";
    font-kerning: normal;
    line-height: 1.6;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #2b3087;
    font-size: 1rem;
}

.ocs-headertext2-blue {
    font-family: "Helix-Light","Arial","sans-serif";
    font-kerning: normal;
    line-height: 1.6;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #293771;
    font-size: 1rem;
}

.ocs-headertext2-red {
    font-family: "Helix-Light","Arial","sans-serif";
    font-kerning: normal;
    line-height: 1.6;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    color: #dc3545;
    font-size: 1rem;
}

.ocs-header-display {
    display: flex;
    align-items: center;
    justify-content: left;
}

.ocs-header-display-new {
    display: flex;
    align-items: center;
    justify-content: left;
}

    /* Orange */
    .ocs-button-sunrise {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #ff773b;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

.ocs-button-orange {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #f15f22;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

.ocs-button-sunrise-sml {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #ff773b;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

.ocs-button-orange-sml {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #f15f22;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

/* Dark Blue */
.ocs-button-blue {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #2b3087;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

/* Light Blue */
.ocs-button-evening {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #5e76f4;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

/* Yellow */
.ocs-button-noon {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #ffde22;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* White */
.ocs-button-daytime {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #ffffff;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* Red */
.ocs-button-red {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #dc3545;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

.ocs-btn-disabled {
    opacity: 0.65;
}

.table .ocs-thead-dark th {
    color: #fff;
    background-color: #293771;
    border-color: #454d55;
}

/* OCS Green */
.ocs-button-green {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #00AE4D;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

.ocs-button-green-sml {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #00AE4D;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

/* OCS Blue */
.ocs-button-blue {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #293771;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}

/* OCS Mid Grey */
.ocs-button-mid-grey {
    display: inline-block;
    padding: .3em 1.2em .2em;
    border-radius: 24px;
    border: none;
    background-color: #808285;
    color: #fff;
    height: auto;
    width: auto;
    font-size: 1.0rem;
    line-height: 1.2;
}