html {
    font-size: 14px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Inter', sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .wrapper > main {
        flex: 1 0 auto;
        width: 100%;
        padding: 0;
    }

    .wrapper > footer {
        flex-shrink: 0;
        height: 50px;
        width: 100%;
    }

:root {
    --eis-green-dark: #225B5C;
    --eis-green-mid: #3C8D89;
    --eis-yellow: #EFD36B;
}

.logo {
    height: 50px;
    padding: 0px 0px 0px 20px;
    float: left;
}

/* Gradient Top Bar */
.gradient {
    height: 14px;
    background-color: #0F3F3F;
    background-image: linear-gradient( to right, #0F3F3F, #265B61, #4597A1, #CBD37D, #9FB93B, #637633 );
}

.text-primary {
    color: #265b61 !important;
}

.btn-squishy {
    color: white;
    background-color: #265B61;
    border-color: #265B61;
}

    .btn-squishy:hover {
        color: white;
        background-color: #4a767b;
        border-color: #4a767b;
    }

    .btn-squishy:active:focus {
        color: white;
        background-color: #4a767b;
        border-color: #4a767b;
    }

    .btn-squishy:disabled {
        color: white;
        background-color: #4a767b;
    }

.color-green {
    color: #265B61;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

th {
    background-color: #EEF1BD !important;
}

.text-eis-green {
    color: #265B61;
}

.bg-eis-green {
    background-color: #265B61;
    color: white;
}

.nav-item > .text-eis-green:hover {
    color: #9FB93B;
}

.dropdown > .text-eis-green:hover {
    color: #9FB93B;
}

h1, h2, h3, h4, h5, .h3 {
    text-align: center;
    color: #265B61;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.panel {
    margin: 30px 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    color: #053133;
    font-weight: bold;
    background-color: #EAEEADCC;
}

    .panel-default > .panel-heading > a {
        color: #053133;
    }

.panel-blue > .panel-heading {
    font-weight: bold;
    color: #EFF4F4;
    background-color: #265B61;
}

.panel-default.panel-checklist {
    margin: 2px;
}

    .panel-default.panel-checklist > .panel-heading {
        background-color: white;
        padding: 5px;
    }

.panel-content {
    padding: 15px;
}

.panel-content-lg {
    padding: 25px;
    font-size: 18px;
    line-height: 1.25;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-default {
    color: white;
    background-color: #4597A1;
    border-radius: 5px;
    border-style: none;
}


.btn-default:hover, .btn-default:focus {
    color: white !important;
    background-color: #265B61 !important;
}
    .btn-default:disabled {
        color: white;
        background-color: #5fb0ba;
    }

.InsLink {
    text-decoration: none;
    color: #4597A1;
}

    .InsLink:hover {
        text-decoration: underline;
        color: #4597A1;
    }

.cursor-pointer {
    cursor: pointer;
}

.bg-eis-green > .modal-title{
    color:white;
}
.modal-header.bg-eis-green > .btn-close {
    margin: 0px;
}
.modal-header.bg-eis-green > .modal-title {
    margin: auto;
}
.modal-header.bg-eis-green > .btn-close {
    filter: invert(1);
    opacity:1;
    box-shadow:none;
    outline:none;
}
form > .btn-default{
    margin:0px;
}
.btn-close:focus{
    box-shadow:none;
    outline:none;
}

.buildingCycleInfoBanner {
    font-size: 15px;
    text-align: center;
    background-color: darkcyan;
    color: whitesmoke;
}

.impersonatebox {
    background-color: palevioletred;
    color: #ffffff;
    padding: 10px;
    padding-top: 10px;
    font-weight: bolder;
    text-align: center;
    margin-left: 10px;
}

.btn-secondary {
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.pull-right {
    margin: 0px;
    float: left !important;
    padding-right: 200px;
}

.table-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #000000;
    opacity: 0.5;
}

.table-loading-inner {
    width: 100%;
    height: 100%;
}

#container {
    overflow-x: auto; /* horizontal scrollbar */
    white-space: nowrap; /* prevent table wrapping */
}

.styled-btn {
    background-color: #4597A1 !important;
    color: #EFF4F4 !important;
    font-weight: 700 !important;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
}

.btn-mini {
    color: #EFF4F4;
    font-weight: bold;
    background-color: #4597A1;
    border-radius: 10px;
    margin: 2px;
    padding: 4px 10px;
    font-size: small;
}

    .btn-mini:hover, .btn-mini:focus, .btn-mini.focus, .btn-success:active:focus {
        color: #EFF4F4 !important;
        background-color: #265B61 !important;
    }
.img-rounded {
    text-align: left;
    color: #EFF4F4;
    margin-top: 15px;
    background-color: #265B61;
}

.header-h1 {
    font-size: 36px;
    margin-top: -40px;
    margin-bottom: 10px;
}
.header-h2 {
    font-size: 30px;
}
.flex-warning-box {
    display: flex;
    flex-wrap: nowrap;
    background-color: #EA2345;
}
.flex-warning-text {
    color: red;
    font-weight: bold;
    background-color: #f1f1f1;
    width: 100%;
    margin: 8px;
    text-align: center;
    font-size: 15px;
}

.button-staitc {
    color: #EFF4F4 !important;
    font-weight: bold;
    background-color: #4597A1 !important;
    border-radius: 10px;
    border-style: none;
    padding: 10px 15px;
    margin: 5px;
    width: 20%;
    font-size: 14px;
}
.bi-check-style {
    color: #9FB93B !important;
    font-size: 1.5rem;
    line-height: 20px;
    height: 1em;
    width: auto;
    fill: currentColor;
    position: relative;
    float: right;
    margin-left: auto;
    border-radius: 50%;
}

.reporttitle {
    color: #002148;
    font-weight: 600;
    margin-top: 25px;
    text-align: left;
    font-size: 36px;
    margin-bottom: 10px;
}
.reportsubtitle {
    color: #002148;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.report-label {
    margin-bottom: 5px;
    font-weight: 700;
    max-width: 100%;
    color: #053133;
}
.reportheaderbackground {
    background-color: #002148;
    height: 3.5em;
    padding-left: 20px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    font-size: 14px;
}
.reportheadertext {
    color: white;
    font-weight: bold;
    margin: 0px;
    padding-top: 1%;
    font-size: 1.2em;
    text-align: center;
}
.alert-warning {
    color: #856404;
    background-color: #FFFBE6;
    border-color: #ffeaa7;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* Remove bootstrap-select default focus outline/glow */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
    outline-offset: 0 !important;
}
