html, body {
    height: 100%;
    font-family: "Sofia Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.footer {
    flex-shrink: 0;
}



/* Navigation Style
-------------------------------------------------- */

.navbar-inverse {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b81237 0%, #950f2d 100%) repeat scroll 0 0;  */
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%) repeat scroll 0 0;
    border-bottom: 30px solid #5e091c;
    box-shadow: 0 2px 18px 6px rgba(0, 0, 0, 0.25);
    padding-bottom: 9px;
    padding-top: 9px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #b81237;
    }

        .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            background-color: #b81237;
        }

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 0 20px;
    padding-bottom: 9px;
}

.hospital-icon {
    float: right;
}

@media (max-width: 500px) {
    .hospital-icon {
        display: none;
    }
}

.page-header {
    border-bottom: none;
}

/* Caution and Notes Required Informtion Style
-------------------------------------------------- */
.required {
    color: #BB0000;
    margin-left: 5px;
    font-size: 1.0em;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

.caution {
    color: #BB0000;
    margin-left: 5px;
    font-size: 1.0em;
    padding: 10px 0 10px 0;
}

.error {
    color: #b94a48;
    font-weight: bolder;
    padding-left: 10px;
}

.message {
    color: green;
    font-weight: bolder;
}

.help-inline {
    color: #b94a48;
}

.input-error {
    border-style: solid;
    border-color: #b94a48;
}

.ellipis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.healthplan-nav-link {
    font-size: 0.875rem;
    color: #212529;
    align-items: center;
    display: flex;
    line-height: 1.25;
}

.navbar-left {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-right {
    display: flex;
    margin-left: auto;
    align-items: center;
    -webkit-box-align: center;
}

/* table width style max and min settings
-------------------------------------------------- */
table td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.table.dataTable tbody tr.selected {
    background-color: #B0BED9;
    min-height: 35px;
}

/* Well Style 
----------------------------------------------- */
.well {
    height: 150px;
    overflow: auto;
}

.row {
    margin-top: 5px;
    margin-bottom: 5px
}

.input-error {
    border-style: solid;
    border-color: #b94a48;
}

/* form styling */


A:link {
    text-decoration: underline;
    /*font-size: 12px;*/
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none
}

A:hover {
    text-decoration: underline;
    color: red;
}

.sub {
    font-size: 13px;
    font-weight: normal;
    color: green;
}

label {
    display: inline-block;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-align: left;
    width: 150px;
    width: auto;
    padding: 0px;
    vertical-align: center;
}

fieldset.solid-border {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 10px;
}

.title {
    font-size: 20px;
    text-align: center;
    margin-top: 28px;
    /*  color: #b81237; */
}

.subtitle {
    font-size: 14px;
    text-align: center;
}

.text {
    padding: 12px;
}

.form-text {
    font-size: 12px;
    text-align: left;
}

hr {
    margin-right: auto;
    margin-bottom: 10px;
}

.control-label {
    font-size: 14px;
}

.form-check-label {
    margin-left: -5px;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.navbar a {
    text-decoration: none;
}

    .navbar a:link {
        color: #b81237;
    }

.navbar-brand {
    float: none;
    height: auto;
    padding: 0px;
}

.navbar {
    display: flex;
    position: relative;
}

.nav-item {
    color: #414042;
}

.nav-link {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 16px;
    font-size: 1.15rem;
    line-height: 1.25;
    text-decoration: none;
    color: #212529;
    transition: 0.1s ease-in-out;
    transition-property: color,background-color;
}

.navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    list-style: none;
}

    .dropdown-menu li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
    }

        .dropdown-menu li a:hover {
            background-color: #ddd;
        }

#roster-template {
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 2px dashed #CD7380;
}

#roster-template-button {
    border: 1px solid #609199;
    border-radius: 0.375rem;
    background-color: #609199;
    color: white;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

#roster-template-upload {
    border: 1px solid #AC162C;
    background-color: #AC162C;
    color: white;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

#roster-errors {
    width: 75%;
    margin: auto;
    display: inline;
    margin-bottom: 16px;
    border-radius: 3px;
    background-color: #FAE9E5;
    color: #AC162C;
    padding-top: 8px;
}


    #roster-errors i {
        display: inline-block;
        color: #AC162C;
        font-size: 1.25rem;
    }

#roster-success {
    width: 75%;
    margin: auto;
    display: inline;
    margin-bottom: 16px;
    border-radius: 3px;
    background-color: #E2F3DB;
    color: #008755;
    padding: 8px 0px 8px 0px;
}

    #roster-success i {
        display: inline-block;
        color: #008755;
        font-size: 1.25rem;
    }

#roster-warning {
    width: 75%;
    margin: auto;
    display: inline;
    margin-bottom: 16px;
    border-radius: 3px;
    background-color: #FCF2D9;
    color: #F68A33;
    padding: 8px 0px 8px 0px;
}

    #roster-warning i {
        display: inline-block;
        color: #F68A33;
        font-size: 1.25rem;
    }

.status-icon {
    width: 5%;
    display: inline-block;
    padding-top: 8px;
    vertical-align: top;
    text-align: center;
}

.info-box {
    width: 55%;
    border: 3px solid #F4F4F5;
    background-color: #F4F4F5;
    border-radius: 5px;
    margin-right: 16px;
}

    .info-box ul {
        padding-left: 32px;
    }

        .info-box ul li {
            padding-bottom: 8px;
        }

.question-set {
    border-bottom: 2px #E9EAEA solid;
    padding: 5px 15px 25px 15px;
    margin-bottom: 20px;
}
