
html,body{
    margin:0;
    padding:0;
    height:100%;
    font-size: calc(13px + 0.08vh + 0.05vw);
}
/*body {
    padding: 0;
    margin: 0;
    height: 90%;
    width: 100%;
    margin-bottom: -10%;
}*/

#container-main {
   min-height:100%;
   position:relative;
}

#header {
   padding:0;
   margin-bottom: 1vh;
}

.navbar-top-color {
   background-image: url('/static/img/green-gradient-bg.png');
   background-repeat:no-repeat;
   background-size: cover;
}

.navbar-top-color a {
   color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

#body-main {
   height: 100%;
   padding: 0;
   padding-bottom: 20vh;
}

#footer {
    position: fixed;
    max-height: 12%;
    bottom: 0;
    width: 100%;

}

.footer-nav {
    min-height: 8vh;
}

.container {
    height: 100%;
}
.card-responsive {
    width: 95%;
}
.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.card-padding {
    padding-bottom: 65px;
}
.nounderline {
  text-decoration: none !important;
  color: black;
}
.nounderline:hover {
  color: Grey;
}

.gdc_container *,.table-gdc *,.gdc_dashboard_table_wrapper * {
    font-size: 1.8vh !important;
}
#SSTDashboard td {
          font-size: 10pt !important;
        }
#SSTDashboard th {
          font-size: 14pt !important;
        }
.modal-table-content * {
    font-size: 1.8vh !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-9-short-nowrap {
    font-size: 9px !important;
    line-height: 80% !important;
    white-space: nowrap !important;
    padding: 0;
    margin: 0;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-10-short-nowrap {
    font-size: 10px !important;
    line-height: 80% !important;
    white-space: nowrap !important;
    padding: 0;
    margin: 0;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-11-short-nowrap {
    font-size: 11px !important;
    line-height: 80% !important;
    white-space: nowrap !important;
    padding: 0;
    margin: 0;
}

.font-size-10-ni {
    font-size: 10px;
    line-height: 130%;
}

.font-size-12-ni {
    font-size: 12px;
    line-height: 130%;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.reload-button-bottom {
  position: fixed;
  bottom: 12%;
  right: 0;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.row .col-xs-2, .row .col-xs-10{display:inline-block; float: none}

.no-wrap-div {
    white-space: nowrap;
}

.no-wrap-td-button {
    white-space: nowrap;
    width: 120px;
}

.no-wrap-td-widebutton {
    white-space: nowrap;
    min-width: 250px;
}

.td-normalbutton {
    min-width: 185px;
}

.wrap-dashboard-col-max {
    white-space: wrap;
    max-width: 80px;
}

.wrap-block-max100 {
    white-space: wrap;
    max-width: 100px;
}

.wrap-block-max150 {
    white-space: wrap;
    max-width: 150px;
}

.wrap-block-max250 {
    white-space: wrap;
    max-width: 200px;
}
.wrap-block-max300 {
    white-space: wrap;
    max-width: 300px;
}

.wrap-block-width150 {
    white-space: wrap;
    width: 150px;
}

.w-max300 {
    max-width: 300px;
}

.wrap-block-150 {
    white-space: wrap;
    min-width: 150px;
}

.btn-dashboard {
    font-size: 14px;
    padding: 2px
}

.column-table-status {
    width: 120px!important;
}

.column-table-status-lg {
    width: 180px!important;
}

.column-table-status-lg-min {
    min-width: 190px!important;
}

.div-wide-225-min {
    min-width: 225px!important;
}

.div-wide-300-min {
    min-width: 300px!important;
}

#flash_banner_container {
    z-index: 9999;
    display: none;
}

.div-inline {
    display: inline-block;
}

.sss-data-column {
    width: 30px;
}

#inputContactEmail {
    min-width: 400px;
}

.no-wrap-td-date {
    white-space: nowrap;
    width: 40px;
}

.small-info-text {
    font-size: 12px;
}

.hover-data-group:hover {
    cursor: pointer;
    background-color: #ccc;
}

#cm_history_modal_table td, #cm_history_modal_table th {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

#loading {
    background: url('../spinner.gif') no-repeat center center;
    background-size: 15vh;
    position: absolute;
    top: 5vh;
    left: 0;
    height: 15vh;
    width: 100%;
    z-index: 9999999;
}

.data-container .loading, .issue-chart-loading, .data-container-loading {
    background: url('../spinner.gif') no-repeat center center;
    background-size: 5vh;
    position: absolute;
    top: 5vh;
    left: 0;
    height: 10vh;
    width: 100%;
    z-index: 9999999;
}


.data-container {
    min-height: 10vh;
}
.data-container-hidden {
    display: none;
}

.page-content {
    max-height: 90vh;
}

.modal-container-scroll-y {
  overflow-y:auto;
  min-height: 30vh;
}

.modal-content {
    max-height: 95vh;
}


.modal-footer {
    padding: 3px 0px;
}

.table-inner-cell-border td {
    border-top: thin solid;
    border-bottom: thin solid;
}

.pci-text-small span {
    font-size: .5rem !important;
}

.nav-bar-small-text {
    font-size: .70em !important;
}

.fa-center-block {
    display: inline-block;
    width: 100%;
    text-align:center;
}

.btn-sml {
  padding: .3rem .2rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: .2rem;
}


label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
    display: block;
}
input.valid.success-alert {
    border: 2px solid #4CAF50;
    color: green;
    display: block;
}

.modal-nas {
    overflow-y: auto;
    max-height: 85vh;
  }

 .modal-nas-large {
    overflow-y: auto;
    max-height: 95vh;
  }

.search-small-nas {
    overflow-y: auto;
    max-height: 25vh;
}

.modal-image {
    max-width: 80vw;
}

.dataTables_scroll
{
    overflow:auto;
}

a.btn {border-radius: .25rem; border: 1px solid transparent; }
a.btn:hover { border-radius: .25rem; }



#gdc_dashboard_table {
    font-size: 1rem !important;
}

.row {
  margin-left:  (@grid-gutter-width / -2);
  margin-right: (@grid-gutter-width / -2);
}

.pre-data-btn {
    font-size: .8rem !important;
}

.no-wrap-only {
    white-space: nowrap;
}

#timezone-display {
    font-size: .75rem !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#008000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

.navbar-toggler { border-color: white!important; }

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.width-70 {
    width: 70%;
}

.button-group-center {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.data-container-max {
    max-height: 80px!important;;
    overflow: hidden;
}

.data-container-max-scroll-y {
    max-height: 80px!important;
    overflow-y: auto;
}

.data-container-max-scroll-y-comments {
    max-height: 30px!important;
    max-width: 200px!important;
    overflow-y: hidden;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.data-container-max td div.big-column {
    overflow-y: auto;
    max-height: 80px;
    height:auto !important;
    height:80px;
    margin: 0px;
    padding: 0px;
    line-height: 130%;
    font-size: 10px;
}

.data-container-max td div:not(.big-column) {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    line-height: 130%;
    font-size: 10px;
}

.data-container-max td {
    margin: 0px;
    padding: 0px;
}


.cursor-help {
    cursor: help;
    color: #5bc0de;
}
.chart-container-modal {
    width: 75%;
    margin: 0 auto;
}

.clickable-th {
  cursor: pointer;
}

table.table-sortable-custom th.currently-sorted[data-sort-dir="asc"]::after,
table.table-sortable-general th.currently-sorted[data-sort-dir="asc"]::after{
    content: "\25b2";
}

table.table-sortable-custom th.currently-sorted[data-sort-dir="desc"]::after,
table.table-sortable-general th.currently-sorted[data-sort-dir="desc"]::after{
    content: "\25bc";
}

table.table-sortable-custom th:not(currently-sorted)[data-sortable="yes"]::after,
table.table-sortable-general th:not(currently-sorted)[data-sortable="yes"]::after{
    content: "\21C5";
}

.filter-general-dropdown {
    height: calc(1.25em + .4rem + 2px);
}

/*.div-bg {
    background-image: url(/static/img/gray-nas-bg.jpg);

}*/

.div-blk-bg {
    background-color:#353437;
    color:white

}

.btn-blue {
    background-color:#124191;
    color:white;
    border: 0px; !important;
}

.btn-yellow {
    background-color:#FFEA00;
}

.btn-green {
    background-color:#40826D;
    color:white;
    border: 0px; !important;
}

.dropdown-item {
    font-weight: 400;
    color:#000 !important;
}

.dropdown-item:hover {
    cursor: pointer;
    font-weight: 600;
    background-color: #c7caca;
}

select.form-control {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*
Color scheme removed with MDB 5 Pro update
.btn-primary, .btn-default {
    background-color:#E03DCD;
    color: #fff;
    border-color: #E03DCD;
}

.btn-primary:hover, .btn-default:hover {
    color: #fff;
    background-color: #BF2AAB;
    border-color: #BF2AAB;
}

.btn-info {
    background-color:#1A55BC;
    color: #fff;
    border-color: #1A55BC;
}

.btn-info:hover {
    color: #fff;
    background-color: #124191;
    border-color: #124191;
}
*/

.input-group-text {
    height: 100%!important;
}

.modal-dialog {
    min-width: 95vw!important;
    border-radius: 5px;
}
.form-check-input {
    margin-left: 0px!important;
}


.table-container-freeze-col {
    overflow-x: auto;
}

.table-freeze-col {
    border-collapse: collapse;
}

.table-freeze-col th, .table-freeze-col td {
    text-align: left;
    border: 1px solid #ddd;
    max-width: 200px !important;
    background-clip: padding-box;
    z-index: 498;
}

#location-reminder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 10000000;
}
#location-reminder-content {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
}
.btn[type="button"] {
  min-width: unset !important;
}
