﻿/* NAVIGATION BAR */
.navbar-default {
  background-color: #354052;
  border-color: #354052;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
}
/* NAVIGATION MENU */
.flex-container {
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  flex-flow: row wrap;
  background-color: #2780E3;
  justify-content: flex-start;
  min-width: 350px;
}
/*.flex-container > * {
    flex: 1 1 auto;
}*/
.flex-container input[type=button]:hover {
  background-color: #354052;
  border-color: #354052;
  color: #ffffff;
}
.flex-container input[type=button]:active {
  background-color: #354052;
  border-color: #354052;
  color: #ffffff;
}
.selected {
  background-color: #354052;
  border-color: #354052;
  color: #ffffff;
}
/* BODY AND CONTENT AREAS */
html {
  height: 100%;
  max-width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  height: 100%;
  padding-top: 60px;
  padding-left: 10px;
  margin-top: 50px;
  margin: 0;
  padding-bottom: 70px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  bottom: 0;
}
.menu-area {
  padding-top: 5px;
  width: 100%;
}
.body-content {
  padding: 0px 15px 0px 15px;
  width: 100%;
  flex-grow: 1;
  flex: 6;
  overflow-y: scroll;
  overflow-x: hidden;
}
.btn-area {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.footer-area {
  margin: auto;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65px;
  font-size: 13px;
  background-color: white;
}
/* MAIN BODY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
  color: #991F2D;
}
a:hover {
  color: #991F2D;
  cursor: pointer;
}
li {
  margin-bottom: 15px;
}
.infolist {
  margin-bottom: 10px;
  padding-left: 5px;
}
img {
  width: 127px;
  height: 60px;
}
.btn-quarles {
  width: 150px;
}
/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.max-width-input {
  max-width: 280px;
}
.wide {
  max-width: 450px;
}
.summary-icon {
  min-width: 16px;
}
.nav-user-name {
  display: block;
  margin-top: 15px;
}
.logout {
  background-color: #354052;
  border: none;
  margin-top: 5px;
}
.logout:hover {
  background-color: #354052;
  text-decoration: underline;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.help-button {
  cursor: pointer;
}
.help-button .fa {
  padding: 10px;
}
a.btn.input-tab-name:not(.text-danger) {
  color: #000000;
}
a.btn.input-tab-name:hover {
  color: #808080;
}
.input-validation-error {
  border: 1px solid #e80c4d;
}
.doubleUnderlined {
  border-bottom: 3px double #000000;
}
.computation-sheet input {
  text-align: right;
}
.computation-sheet tr td {
  text-align: right;
}
.validation-summary-errors {
  margin-top: 10px;
}
.validation-summary-errors li {
  margin-bottom: 0;
}
/* ===== BOOTSTRAP OVERRIDES =====*/
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}
.modal.show {
  opacity: 1;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  /*Needed for ie*/
  height: 100px;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  /*justify-content: flex-end;*/
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
.modal-open .modal {
  overflow-y: hidden;
}
.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}
.inline-label {
  display: inline;
}
.other-receipt-panel {
  background-color: #f5f5f5;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-align: center;
}
.fa-check,
.text-success {
  color: #44FB19 !important;
}
@media (max-width: 991px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
    padding: 15px;
  }
  .other-receipt-panel .border-sm {
    background-color: #ffffff;
  }
  .other-receipt-container input {
    margin-bottom: 12px;
  }
}
@media (max-width: 320px) {
  .navbar-brand {
    height: auto;
  }
  .navbar-toggle {
    float: left;
  }
  body {
    padding-left: 0px;
  }
  .footer-area {
    padding-top: 10px;
  }
}
.nav-note {
  margin: 5px 5px 5px 0;
  padding: 6px;
  font-weight: bold;
}
/*================================================================================================
    CSS MODAL
==================================================================================================*/
/* The Modal (background) */
.css-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.css-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 626px;
  position: relative;
}
.info {
  color: #991F2D;
  font-weight: 400;
}