html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a, .nav-link, .page-link {
    color: #003D9C;
}

.blueBackground {
    background-color: #003D9C;
}

.btn-primary {
    color: #fff;
    background-color: #00214D;
    border-color: #1861ac;
}

.btn-danger {
    background-color: #94343E;
    border-color: #94343E;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003D9C;
    /*   border-color: #1861ac;*/
}

th {
    background-color: #003D9C;
    color: black;
}

html {
    font-size: 14px;
}

.card-header, .page-item.active .page-link {
    color: #fff;
    background-color: #003D9C;
    border-color: #003D9C;
}

td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}

tr.shown td.details-control {
    text-align: center;
    color: red;
}

.table-fixed thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    /*color: #fff;*/
}

th {
    position: sticky;
    top: 0;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    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;
}

.body-content {
    min-height: calc(100vh - 110px)
}

body {
    /* Margin bottom by footer height */

    padding-top: 150px;
    min-height: 400px;
    margin-bottom: 100px;
    clear: both;
}



.footer {
    /*    position: sticky;
    position: -webkit-sticky;*/
    /*    bottom: 0;
    width: 100%;*/
    /* Set the fixed height of the footer here */
    bottom: 0;
    height: 90px;
    line-height: 30px; /* Vertically center the text there */
    z-index: 1000;
}

.navbar-brand {
    visibility: hidden;
    height: 0;
    position: absolute;
}

.navbar-brand-collapse {
    visibility: initial;
    height: initial;
    position: absolute;
    left: 75px;
    top: 8px;
    /*font-size:1.5rem;*/
}

.footer {
    visibility: hidden;
    height: 0;
}

.w-34 {
    width: 34% !important;
}

.w-33 {
    width: 33% !important;
}


.whiteIcon-background {
    color: #ffffff;
}

.blueIcon-background {
    color: #4B6C9E;
}

.secondaryIcon-background {
    color: #292b2c;
}


.page-up {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
}


/*Home index view*/
.banner {
    /*    height: 0;*/
    background-image: url('../images/contractors1.jpg');
    background-size: cover;
    /* background-position: center;*/
    opacity: 0.65;
}

/*Home index view*/

.bannerCardContainer {
    flex-direction: column;
}

.bannerCard {
    border: 1px solid #d7d8da;
    height: 150px;
    padding: 0;
    margin: 0;
    border: 0;
}

.modal-header {
    color: #fff;
    background-color: #4B6C9E;
    border-color: #4B6C9E;
}

.row {
    justify-content: center;
}

.btn-light {
    border-color: #212529;
}

.form-buttons {
    width: 130px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

h6 {
    text-decoration: underline;
}

.read-only {
    border: none;
    background: none;
}

.table-button {
    padding: .15rem .25rem;
    margin-left: 1px;
}

.requires-approval {
    border-color: #ffbb53;
}

.table-approval {
    background-color: #fbce88;
}

/*Responsive Code (media queries)*/
/*small devices (bigger than a phone but smaller than a tablet, 576px and up*/
@media (min-width: 576px) {

    .navbar-brand-collapse {
        left: 20px;
    }

    .footer {
        visibility: hidden;
        height: 0;
    }
}

/*medium devices (tablets, 768px and up */
@media (min-width: 768px) {
    .banner {
        height: 300px;
    }

    .bannerCard {
        height: 500px;
    }

    .bannerCardContainer {
        flex-direction: row;
    }

    html {
        font-size: 16px;
    }

    .navbar-brand {
        visibility: visible;
        height: 80px;
        position: initial;
    }

    .navbar-brand-collapse {
        visibility: hidden;
        height: 0;
    }

    .col-md-6 {
        max-width: 360px;
    }

    .card-wide {
        max-width: 440px;
    }
}

/*large devices (desktops, 992px and up */
@media (min-width: 992px) {
    .banner {
        height: 300px;
    }

    .bannerCard {
        height: 300px;
    }

    .footer {
        visibility: visible;
        height: auto;
    }
}
