@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

/* Attributes */
[data-bs-toggle="collapse"] .fas:before {  
  content: "\f0ab";
}

[data-bs-toggle="collapse"].collapsed .fas:before {
  content: "\f0aa";
}

/* Core */
html {
    height: 100%;
}

body {
    background: linear-gradient(rgb(220,243,255), rgb(255,255,255));
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Classes */

.address_bar {
    background-color: rgb(26,39,45);
    color: rgb(224,242,252);
    font-size: 0.6em;
    border-bottom: 5px rgb(73,92,99) solid;
}

.address_bar a {
    text-decoration: none;
    color: white;
}

.address_bar a:hover {
    text-decoration: none;
    color: white;
}

.address_bar p {
    text-align: center;
    font-size: 3em;
    margin-bottom: 0;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 40px;
    line-height: 30px;
}

.bootstrap-tagsinput .tag {
  margin-right: 20px;
  line-height: 30px;
  color: white !important;
  background-color: darkorange;
  padding: 0.2rem;
  border-radius: 0.25em;
}

.bottom-line-left {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 100;
    height: 80%;
}

.bottom-line-right {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 100;
    height: 50%;
}

.bottom-line-right-full {
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 10px;
    z-index: 100;
    height: 80%;
}

.breadcrumbs {
    color: darkorange;
}

.breadcrumbs a {
    color: darkorange;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: darkorange;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrumbs a.disabled {
    color: rgb(255,170,80);
    font-weight: 500;
    text-decoration: none;
}

a.btn {
    border-radius: 0.75rem;
}

input.btn {
    border-radius: 0.75rem;
}

.btn.small-text {
    font-size: 1em;
}

.btn-group .mobile-text-friendly {
    font-size: 0.8em;
}

.btn-group.no-response {
    width: auto;
}

.bullets {
    font-size:  1em;
    line-height: 1.7em;
    color: rgb(64,93,98);
}

.col-12 {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.contact-us {
    font-size: 1em;
    font-weight: 500;
    color: rgb(64,93,98);
    margin-bottom: 2em;
}

.custom-checkbox {
    transform: scale(1.5);
    margin-left: 5px;
}

.datalist {
    width: 100%;
    border: 1px solid lightgray;
    overflow-y: scroll;
    min-height: 50px;
    max-height: 150px;
    z-index: 100;
    background-color: white;
}

.dataListOption {
    font-size: 0.85em;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.dataListOption:hover {
    background-color: #5485cc;
    color: white;
}

.selected {
    background-color: lightgray;
}

.dashboard-menu b {
    padding-top: 2rem;
    font-size: 1.2rem;
}

.dashboard-menu div > div > p {
    margin: 0;
    font-size: 1.2rem;
}

.disabled_cover {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:10;
    background-color: rgba(200,200,200,0.5);
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.footer-contact {
    color: rgb(27,138,157);
    font-size: 0.8em;
    text-align: center;
}

.front-page .address_bar {
    background: linear-gradient( rgb(19,40,44), rgb(64,93,98));
    color: rgb(224,242,252);
    font-size: 0.6em;
    border-bottom: 5px rgb(73,92,99) solid;
}

.front-page .header-bar {
    background: linear-gradient(rgb(209,227,233) 0%, rgb(255,255,255) 60%);
    position: relative;
}

.front-page .header-bar h1 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 1.5em;
}

.fsa-text {
    font-size: 0.8em;
}

.no-bullets {
    font-size:  1.5em;
    font-weight: 500;
    color: rgb(64,93,98);
    list-style: none;
    text-align: center;
    margin-bottom: 2em;
}


.no-fill {
    width: 60% !important;
}

.numbers-labels {
    font-size: 1.2em;
}

.numbers-labels > div > div.row > div {
    padding-right: 0 !important;
}

.dashboard-menu .row {
    font-size: 1.2rem;
}

.height-100p {
    height: 100%;
}

.height-90p {
    height: 75%;
}


.height-100 {
    height: 100px;
    width: auto;
    margin: 1em;
}

.height-75 {
    height: 85px;
    width: auto;
    margin: 1em;
    margin-bottom: 15px;
}

.header-bar {
    background-color: rgb(255,255,255);
    color: rgb(73,92,99);
    border-bottom: 5px rgb(73,92,99) solid;
}

.header-bar .menu-bar a {
    color: rgb(27,138,157);
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.header-bar .menu-bar a:hover {
    color: rgb(27,138,157);
    text-decoration: underline;
}


.header-bar h1 {
    margin-top: 36.5px;
    font-size: 1.86em;
    
}

.landing .address_bar {
    background: linear-gradient( rgb(19,40,44), rgb(64,93,98));
    color: rgb(224,242,252);
    font-size: 0.6em;
    border-bottom: 5px rgb(73,92,99) solid;
}

.landing .header-bar {
    background: linear-gradient(rgb(209,227,233) 0%, rgb(255,255,255) 50%, rgb(255,255,255) 50%, rgb(209,227,233) 100%);
    position: relative;
}

.landing .header-bar h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.3em;
}

.line-height-address {
    line-height: 1.1em;
}

.header-fixed {
    position: sticky;
    top: 0;
    background-color: rgb(228,241,255);
}

.header-fixed .th{
    border: 1px white solid;
}

.height-match {
    height: 100%;
}

.hidden {
    display: none;
}

.home-badge {
    width: 100%;
}

.landing .address_bar p {
    color: rgb(28,138,157);
}

.log-box {
    height: 200px;
}
.log-box-details {
    height: 400px;
}

.log-box-details-premises {
    height: 1000px;
}

.map {
    width: 100%;
    height: 300px !important;
}

.menu-bar {
    margin-top: 0.5em;
}

.menu-bar a {
    color: rgb(27,138,157);
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

.menu-bar a:hover {
    color: rgb(27,138,157);
    text-decoration: underline;
}

.menu-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: darkorange;
    font-size: 1.5rem;
}

.middle-floating-block {
    position: absolute;
    top: 444px;
    left: 100px;
    width: 200px !important;
}

.overflow-x-visible {
    word-break: normal;
}

.page-break {
    page-break-after: always;
}

.paginationButtons {
    font-size: 0.9em;
}

.paginationButtons > a.btn {
    font-size: 0.81em;
    padding-top: 3%;
}

.paginationInput {
    border: none;
    width: 25px;
}

.plainlinks a:hover {
    color: black;
}

.relative {
    position: relative;
}

.row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.small-text {
    font-size: 1em;
}
    
.tab-pane {
    padding-top: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.table {
    width: 100%;
}

.table thead.header-fixed tr .td{
    border: 1px white solid;
}

.table_rules > tbody > tr {
    border-style: none;
}

.table_rules tr td:first-child {
    text-align: center;
}

.table_rules tr th:first-child {
    text-align: center;
}

.two-digits {
    width: 3em;
}

.upload_log_row {
    cursor: pointer;
}

.vertical-headings th {
/*  writing-mode: vertical-lr;*/
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.vertical-headings th a {
  text-decoration: none;
}
.vertical-headings td {
  text-align: center;
}
.vertical-headings td:first-child {
  text-align: start;
}

.width-60 {
    width: 60px;
}
        
.width-110 {
    width: 110px !important;
}

.width-380 {
    max-width: 380px !important;
}

.width-auto-match-est {
    width: 300px !important;
}

/* Ids */
#progressBarView {
    width: 0%;
}

#resultRows {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Responsives */
@media(min-width:420px) {
    
    .bullets {
        font-size: 1.2em;
        line-height: 1.7em;
        color: rgb(64,93,98);
    }

    .front-page .header-bar h1 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 1.7em;
    }

    .landing .address_bar p {
        font-size: 3.2em;
        color: rgb(28,138,157);
    }

    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 1.5em;
    }
}

@media(min-width:520px) {
    
    .bullets {
        font-size: 1.6em;
        line-height: 1.7em;
        color: rgb(64,93,98);
    }

    .contact-us {
        font-size: 1.2em;
    }
    
    .front-page .header-bar h1 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 2em;
    }
    
    .landing .address_bar p {
        font-size: 3.8em;
        color: rgb(28,138,157);
    }

    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 1.9em;
    }
}


@media(min-width:678px) {
    .address_bar p {
        font-size: 5.5em;
    }

    .btn-group .mobile-text-friendly {
        font-size: 1em;
    }

    .dashboard-menu div > div > p {
        padding-left: 2em;
    }

    .front-page .address_bar {
        background: linear-gradient( rgb(19,40,44), rgb(64,93,98));
    }

    .front-page .header-bar h1 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 2em;
    }
    
    .landing .address_bar {
        background: linear-gradient( rgb(19,40,44), rgb(64,93,98));
    }
    
    .landing .address_bar p {
        font-size: 4.3em;
        color: rgb(28,138,157);
    }
    
    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 2em;
    }

    .paginationButtons > a.btn {
        font-size: 1em;
        padding-top: 2%;
    }

}

@media(min-width:768px) {
    ul li {
        font-size: 0.7em;
    }

    .btn.small-text {
        font-size: 0.8em;
    }
    
    .contact-us {
        font-size: 1.4em;
    }
    
    .form-control.width-200 {
        width: 200px !important;
        display: inline-block !important;
    }

    .form-control.width-250 {
        width: 250px !important;
        display: inline-block !important;
    }

    .form-control.width-150 {
        width: 150px !important;
        display: inline-block !important;
    }

    .landing .address_bar p {
        font-size: 5.5em;
        color: rgb(28,138,157);
    }
    
    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 2.3em;
    }
    
    .menu-bar a {
        color: rgb(27,138,157);
        font-size: 0.79em;
        font-weight: bold;
        text-decoration: none;
    }

    .middle-floating-block {
        position: absolute;
        top: 24px;
        left: -160px;
        width: 180px !important;
    }
    
    .small-text {
        font-size: 0.7em;
    }
    
    .numbers-labels {
        font-size: 0.72em;
    }

}

@media(min-width: 992px) {
    ul li {
        font-size: 0.9em;
    }

    .btn.small-text {
        font-size: 1em;
    }

    .footer-contact {
        font-size: 1em;
    }

    .landing .address_bar p {
        font-size: 7.5em;
        color: rgb(28,138,157);
    }

    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 2.7em;
    }

    .menu-bar a {
        color: rgb(27,138,157);
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
    }

    .middle-floating-block {
        position: absolute;
        top: 0px;
        left: -170px;
        width: 170px !important;
    }

    .small-text {
        font-size: 0.8em;
    }

    .numbers-labels {
        font-size: 1em;
    }
}

@media(min-width: 1200px) {
    ul li {
        font-size: 1.1em;
    }

    .footer-contact {
        font-size: 1.2em;
    }
    
    .landing .address_bar p {
        font-size: 9em;
        color: rgb(28,138,157);
    }

    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 3.3em;
    }

    .middle-floating-block {
        position: absolute;
        top: 0px;
        left: -240px;
        width: 240px !important;
    }
    
}

@media(min-width: 1200px) {
    .landing .header-bar h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 3.7em;
    }
}


.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}

.reportPreview a {
    text-decoration: none;
    color: black;
}