﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#navbar-inner-mrcv {
    padding-right: 0;
    padding-left: 0;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.hidden {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.cursor-pointer {
    cursor: pointer;
}

.ignore-pointer {
    pointer-events: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    html, body {
        margin: 0;
        overflow: hidden;
        height: 100%;
    }

    .mrcv-left-side, .mrcv-right-side {
        position: fixed;
        overflow-y: auto;
        top: 127px;
        bottom: 0;
        padding: 2% 5%;
    }

    .mrcv-right-side {
        right: 0;
    }

    .no-tenant-nav {
        top: 59px !important;
    }
}

@media all and (max-width: 1200px) {
    .mrcv-left-side {
        padding-bottom: 1.5rem !important;
    }

    .mrcv-left-side{
        padding: 10% 7%;
    }

    .mrcv-right-side {
        padding: 10% 5%;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100vh;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.main-mrcv-logo {
}

.navbar-mrcv {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 5px -2px rgba(8,74,155,.63);
    opacity: 1;
    min-height: 59px;
}

.flex-spread {
    display: flex;
    justify-content: space-between;
}


.flex-spred {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.flex-vertical {
    flex-direction: column;
}

.flex-vertical-spread-align-center {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mrcv-nav-link {
    font-family: mrcvBioSans !important;
    font-size: 12px;
    letter-spacing: .4px;
    color: #a2bfe3 !important;
    font-weight: 400;
}

    .mrcv-nav-link:hover {
        color: #2473d5 !important;
    }

.nav-item {
    padding: 10px;
}


.blue-background {
    background-color: #3382E3;
    color: white;
}


.width70 {
    width: 70%;
}

.sticky {
    position: fixed !important;
    top: 0;
    overflow: hidden;
    z-index: 2;
}



.navbar-padding {
    padding-top: 59px;
}

.tenant-navbar-padding {
    padding-top: 127px;
}

.width100 {
    width: 100%;
}


.mrcv-modal-large {
    max-width: 1360px;
}

.mrcv-modal-medium {
    max-width: 1100px !important;
}

.mrcv-modal-small {
    max-width: 700px;
}

.modal-backdrop.show {
    background-color: #01244E !important;
    opacity: 0.9 !important;
}

button:focus {
    border: none !important;
    outline: none !important;
}

.mrcv-modal-tutorial {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}

.modal-content-tutorial {
    background: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
}

.mrcv-modal-tutorial-body {
    background: 0 !important;
}

@media (min-width: 1200px) and (min-height: 900px) {
    .justify-content-xl-center-custom {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.documents-accordion-header {
    background-color: var(--mrcv-dark-blue);
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    border-radius: 0.2rem;
}

.documents-accordion-content {
    padding: 0.75rem 0 2.5rem 0 !important;
}

/* Form input highlights
-------------------------------------------------- */

.modified-input-field {
    border: 2px solid #1DC16A;
    box-shadow: 0 0 5px rgba(29, 193, 106, 1);
}


/* Used to animate three loading dots... */
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}