﻿/* 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;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* LCM buttons */
.btn-outline-lcm {
  color: #999900;
  border-color: #999900;
}

.btn-outline-lcm:hover {
  color: white;
  background-color: #999900;
  border-color: #999900;
}

.btn-outline-lcm:focus, .btn-outline-lcm.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 0, 0.5);
}

.btn-outline-lcm.disabled, .btn-outline-lcm:disabled {
  color: #999900;
  background-color: transparent;
}

.btn-outline-lcm:not(:disabled):not(.disabled):active, .btn-outline-lcm:not(:disabled):not(.disabled).active,
.show > .btn-outline-lcm.dropdown-toggle {
  color: white;
  background-color: #999900;
  border-color: #999900;
}

.btn-outline-lcm:not(:disabled):not(.disabled):active:focus, .btn-outline-lcm:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lcm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 0, 0.5);
}

/* CIS buttons */
.btn-outline-cis {
  color: #26787A;
  border-color: #26787A;
}

.btn-outline-cis:hover {
  color: white;
  background-color: #26787A;
  border-color: #26787A;
}

.btn-outline-cis:focus, .btn-outline-cis.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 122, 0.5);
}

.btn-outline-cis.disabled, .btn-outline-cis:disabled {
  color: #26787A;
  background-color: transparent;
}

.btn-outline-cis:not(:disabled):not(.disabled):active, .btn-outline-cis:not(:disabled):not(.disabled).active,
.show > .btn-outline-cis.dropdown-toggle {
  color: white;
  background-color: #26787A;
  border-color: #26787A;
}

.btn-outline-cis:not(:disabled):not(.disabled):active:focus, .btn-outline-cis:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cis.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 122, 0.5);
}

/* OCM buttons */
.btn-outline-ocm {
  color: #26787A;
  border-color: #26787A;
}

.btn-outline-ocm:hover {
  color: white;
  background-color: #00436E;
  border-color: #00436E;
}

.btn-outline-ocm:focus, .btn-outline-ocm.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 110, 0.5);
}

.btn-outline-ocm.disabled, .btn-outline-ocm:disabled {
  color: #00436E;
  background-color: transparent;
}

.btn-outline-ocm:not(:disabled):not(.disabled):active, .btn-outline-ocm:not(:disabled):not(.disabled).active,
.show > .btn-outline-ocm.dropdown-toggle {
  color: white;
  background-color: #00436E;
  border-color: #00436E;
}

.btn-outline-ocm:not(:disabled):not(.disabled):active:focus, .btn-outline-ocm:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-ocm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 110, 0.5);
}

/* RCM buttons */
.btn-outline-rcm {
  color: #6B7173;
  border-color: #88A49F;
}

.btn-outline-rcm:hover {
  color: #88A49F; /*#212529;*/
  background-color: #88A49F;
  border-color: #88A49F;
}

.btn-outline-rcm:focus, .btn-outline-rcm.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 164, 159, 0.5);
}

.btn-outline-rcm.disabled, .btn-outline-rcm:disabled {
  color: #88A49F;
  background-color: transparent;
}

.btn-outline-rcm:not(:disabled):not(.disabled):active, .btn-outline-rcm:not(:disabled):not(.disabled).active,
.show > .btn-outline-rcm.dropdown-toggle {
  color: #88A49F; /*#212529;*/
  background-color: #88A49F;
  border-color: #88A49F;
}

.btn-outline-rcm:not(:disabled):not(.disabled):active:focus, .btn-outline-rcm:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-rcm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 164, 159, 0.5);
}

