html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: rgb(221,224,233);
    background: linear-gradient(180deg, rgba(221,224,233,1) 0%, rgba(251,251,253,1) 100%);
}

.twitter-typeahead {
    width: 100%;
}

.typeahead {
    width: 100%;
}

.tbl-selectable tr td {
    cursor: pointer;
}

.tbl-selectable tr:hover :not(th) {
    background: #ccc;
}

textarea {
    resize: none;
}

label {
    white-space: pre-line;
}

textarea#ReferralText {
    height: 10em;
}

.measurement {
    padding: 0;
    margin: 0;
}

/*///////////////////////////////////////////////////////////////////////*/

/*.ext-body {
    background-color: #EBECEC;
    min-height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: url(../images/woman.jpg)*/ /*no-repeat center center fixed*/ /*;
    background-size: cover;
}*/

.ext-body {
    background: url(../images/Background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.internal-body {
    background: url(../images/bg.png) /*no-repeat center center fixed*/;
    background-size: cover;
}

#eyerefer {
    max-height: 120px;
}

#form-box {
    margin-top: 30px;
}

.form-title {
    text-align: center;
}

.btn-no-shadow,
.btn-no-shadow:hover {
    box-shadow: none !important;
    cursor: default;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

nav {
    background-color: #F8F8FA !important;
}

.navbar-light {
    background-color: #F8F8FA !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

#nav-container.container-fluid {
    padding-right: 21px;
    padding-left: 21px;
}

.navbar-toggler {
    color: transparent !important;
    border-color: transparent !important;
}

.headerButton{
    position:fixed;
    margin-left:65%;
}

#javascriptCheck {
    margin-top: 30px;
}

#tableButton {
    background-color: #0d6efd;
}

    #tableButton:hover {
        transform: scale(1.08);
        background-color: #033989;
    }

#add-address {
    margin-top: 30px;
    width: fit-content;
}

#urgencyInput {
    /* background-color: #f54b4b;*/
    background-color: #f8d7da;
    border-radius: 10px;
    border: 5px solid #f54b4b;
}

#urgentWarning {
    border: 5px solid #f54b4b;
    border-radius: 10px;
    color: black;
    text-decoration: underline #e21b1b;
    background-color: #e2d5d5;
}

#loginHeader1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #001446;
}

#loginHeader2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #00AEEF;
}

#emailInput {
    border-width: 2px;
    border-color: #00AEEF;
}

#passwordInput {
    border-width: 2px;
    border-color: #00AEEF;
}

#emailInput::placeholder {
    font-size: 0.85em;
    font-weight: bold;
    opacity: 1;
    color: #001446;
}

#emailInput:ms-input-placeholder {
    font-size: 0.85em;
    font-weight: bold;
    color: #001446;
}

#emailInput::ms-input-placeholder {
    font-size: 0.85em;
    font-weight: bold;
    color: #001446;
}

#passwordInput::placeholder {
    font-size: 0.85em;
    font-weight: bold;
    opacity: 1;
    color: #001446;
}

#passwordInput:ms-input-placeholder {
    font-size: 0.85em;
    font-weight: bold;
    color: #001446;
}

#passwordInput::ms-input-placeholder {
    font-size: 0.85em;
    font-weight: bold;
    color: #001446;
}

#loginDesc {
    line-height: 12px;
    font-size: small;
    font-weight: bold;
    color: #001446;
}

#loginDetailCard {
    margin: 0px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.75), 0 12px 40px 0 rgba(0, 0, 0, 0.6);
}

#loginLogo {
    margin: 0px auto;
}

#loginBody {
    flex-direction: column;
}

.loginLinks {
    font-size: small;
    font-weight: bold;
    color: #00AEEF;
}

.loginText {
    font-size: 0.85em;
    font-weight: bold;
    color: #001446;
}

.loginButton {
    color: white;
    background-color: #00AEEF;
}

    .loginButton:hover {
        background-color: #001446;
    }

.info-icon {
    cursor: pointer;
    color: #00AEEF;
}

.info-con:hover {
    color: #006f98;
}

.tooltip {
    position: absolute;
    visibility: hidden;
    background-color: #00AEEF;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    opacity: 1;
    width: 40%;
    margin-top: 17px;
}

    .tooltip::after {
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
    }

.info-icon:hover + .tooltip {
    visibility: visible;
    color: white;
}

.actionButtons{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items: center;
}

.btn-primary {
    background-color: #00AEEF !important;
}

.page-item.active .page-link {
    background-color: #00AEEF !important;
}

.page-link{
    color: #00AEEF;
}

.partnershipDiv{
    display: flex;
    flex-direction:column;
    justify-content:center;
}

.partnershipBtn{
    justify-self: center;
    align-self:center;
    width:30%;
    height:100px;
    font-size:x-large;
}

#partnershipImg{
    width:50%;
}

.partnershipContainer{
    display: flex;
    flex-direction:column;
}

.partnershipInner{
    display:flex;
    flex-direction:row;
}

.partnershipParagraph{
    width:50%;
    margin:10px;
}

.paraTitle {
    color: #00AEEF !important;
    font-weight:bold;
}

.paraContent{
    font-weight:bold;
}

.partnershipSignup {
    display: flex;
    flex-direction: column;
    border: 3px solid #00AEEF;
    border-radius:10px;
    padding: 10px;
    background-color:rgba(255,255,255,0.5);
    font-weight:bold;
}

.partnershipLogos{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-content:center;
    align-items:center;
    text-align:center;
}

.sepLogo{
    width:10%;
}

.partnershipSubtitle{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.docWarning{
    border: 2px solid red;
    border-radius: 10px;
    padding:10px;
}