﻿.navbar {
    padding: 0 1rem;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a.navbar-brand > img {
    width: 200px;
}

a {
    color: #002E5D;
}

a:hover {
    color: #00629B;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.btn.btn-primary {
    background-color: #002E5D;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    border: none;
    transition: all 0.218s;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #00629B;
}

.badge-primary {
    background-color: #002E5D;
    border: none;
}

.form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(136, 144, 173);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(136, 144, 173);
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.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: 14px;
  }
}
.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-top: 60px;
    margin-bottom: 60px;
    font-family: 'Lato', sans-serif;
    line-height: 1.76;
    background-color: #f7f7f8;
}

.card-body {
    /*line-height: 1.2;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #002E5D;
    letter-spacing: -.1rem;
    font-family: 'Montserrat', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.logo {
    width: 100px;
}

.loginlogo {
    width: 276px;
    height: 58px;
    margin: 0 auto;
}

/* Login styles */
.login-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.login-card {
    background-color: #fbfbfb;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-header-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-login #inputUser,
.form-login #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-login input[type=email],
.form-login input[type=password],
.form-login input[type=text],
.form-login button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toggle.btn-outline-secondary .toggle-handle {
    background-color: #002E5D;
}

.toggle[class*=btn-outline]:hover .toggle-handle {
    background-color: #002E5D;
}

.btn-outline-secondary:hover {
    background-color: rgb(136, 144, 173);
}

/*.input-blue {
    background-color: #87CEFF;
    width: 90px;
    padding: 2px;
    text-align: right;
    font-size: 13px;
}*/

.input-blue {
    border-left: 4px solid #87CEFF; /* rgb(136, 144, 173); rgb(35,60,92);*/
    width: 90px;
    padding: 2px;
    text-align: right;
    font-size: 13px;
    margin: 0 auto;
}

.input-orange {
    border-left: 4px solid #FFC125;
    /*background-color: #FFC125;*/
    width: 90px;
    padding: 2px;
    text-align: right;
    font-size: 13px;
    margin: 0 auto;
}

.input-green {
    background-color: #a0dab3;
    /*padding: 2px;
    text-align: right;
    font-size: 13px;
    margin: 0 auto;*/
}

.no-border {
    border: none !important;
}

bg-green {
    background-color: #a0dab3 !important;
}

.input-gray {
    background-color: #b1b3b3;
    border: none;
    /*width: 90px !important;*/
    padding: 2px;
    padding-right: 12px;
    text-align: right;
    font-size: 13px;
    margin: 0 auto;
    font-weight: bold;
    color: #000;
}

.input-group {
   /* width: 90px;*/
    margin: 0 auto;
    padding: 0;
}

.input-readonly .input-group-text {
    padding: 2px;
    text-align: right;
    font-size: 13px;
    margin: 0 auto;
    height: 20px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #b1b3b3;
}

td .border-right {
    /*border-right: 5px solid #dee2e6 !important;*/
    /*margin-right: 5px;*/
}

.surveyTable td {
    padding: 3px;
    /*margin-bottom: 10px;*/
    line-height: 1.2;
}

.footnotes {
    color: #000;
    font-size: .9rem;
}

.card {
    border: 1px solid #e4e5e7
}

.card-blue {
    background-color: #e5ebf2;
}

.container {
    max-width: 1190px;
}

@media print {
    .noprint {
        visibility: hidden;
    }
}

.bg-gray {
    background-color: #b1b3b3;
    border: 1px solid #000;
    border-radius: 3px;
    font-weight: bold;
}

.text-small {
    font-size: 13px;
    line-height: 1.1;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.number {
    text-align: right;
}

.money {
    text-align: right;
}

.tooltip {
    width: 33%;
}

.tooltip-inner {
    max-width: 100% !important;
}

