

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #2f2c59;
}

.vh-90 {
    height: 90vh;
}

.vh-80 {
    height: 80vh;
}

.login{
    min-width:50%;
}


.footer {
    background-color: white !important;
    background: white !important;
}

.img-wrapper-sm {
    max-height: 100px;
    max-width: 100px;
    background-color: red;
}

.white-bg {
    background: white !important;
}

.max-width-300 {
    max-width: 300px;
}

#brandLogo {
    fill: #2f2c59 !important;
}

.container {
    background: white;
}

.container-fill-vertical {
    min-height: 90vh;
    display: flex;
    flex-flow: column;
}

.square-card-size {
    min-height: 33%;
    min-width: 33%;
}

.siteupdate-card-size {
    min-height: 33%;
    min-width: 33%;
}


.search-results-placeholder {
    min-height: 300px;
    min-width: 50%;
    color: dimgray;
    border-radius: 15px;
}

.curved-border-box {
    border-radius: 15px;
    border: 2px solid #cdcdcd;
}

.text-right {
    text-align: right;
}

.menu-div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pr-0 {
    padding-right: 0rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pr-3 {
    padding-right: 3rem;
}

.pr-4 {
    padding-right: 4rem;
}

.pr-5 {
    padding-right: 5rem;
}

.menu-text {
    flex-grow: 0;
    font-weight: bold;
    font-style: italic;
}

.menu-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #2f2c59;
}

.menu-text-2em {
    font-size: 2em;
    font-weight: 300;
    line-height: 2.0;
}

.menu-text-1_50em {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2.0;
}

.menu-text-1_25em {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.75;
}

.menu-text-1em {
    font-size: 1em;
    font-weight: 300;
    line-height: 2.0;
}

.display-text-custom {
    font-weight: 350;
    line-height: 1.2;
}

.large-btn-fill-space {
    min-height: 6em;
    min-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.large-btn-fit-content {
    min-height: 6em;
    min-width: fit-content;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.medium-btn-fit-content {
    min-height: 3em;
    min-width: fit-content;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.md-lg-btn-fit-content {
    min-height: 4.5em;
    min-width: fit-content;
    vertical-align: middle;
    text-align: center;
}

.medium-btn-full-width-content {
    min-height: 3em;
    min-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.custom-table-header {
    color: white;
    background: #2f2c59;
}

.custom-nav-tab.active {
    color: white !important;
    background: #2f2c59 !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    font-weight: bold;
}


.navy-card-header {
    color: white !important;
    background: #2f2c59 !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    font-weight: bold;
}


.btn-navy {
    color: #fff;
    background-color: #2f2c59;
    border-color: #2f2c59;
}

.font-large {
    font-size: 1.25rem;
}

.btn-navy:hover {
    color: #bbb;
}

.navy-bg {
    background-color: #2f2c59;
}

.svg-wrapper {
    display: inline-block;
    color: white !important;
}

    .svg-wrapper svg {
        display: inline-block;
        color: white !important;
    }


.white-txt {
    color: white;
}

.bold-font {
    font-weight: bold;
}
/* #2f2c59*/
.min-height-3em {
    min-height: 3.25em;
}

.min-height-300 {
    min-height: 300px;
}
.min-height-50vh {
    min-height: 50vh;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.img-opac-50 {
    opacity: .5;
}

/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap
Small devices (landscape phones, 576px and up)*/
@media screen (min-width: 576px) {
    .custom-container-width {
        max-width: 75%;
    }

    .md-lg-btn-fit-content {
        min-width: fit-content;
        vertical-align: middle;
        text-align: center;
    }

    .login {
        min-width: 80%;
    }

    .siteupdate-card-size {
        min-height: 70%;
        min-width: 70%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .custom-container-width {
        max-width: 75%;
    }

    .md-lg-btn-fit-content {
        min-width: fit-content;
        vertical-align: middle;
        text-align: center;
    }

    .siteupdate-card-size {
        min-height: 70%;
        min-width: 70%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-container-width {
        max-width: 75%;
    }

    .md-lg-btn-fit-content {
        min-width: fit-content;
        vertical-align: middle;
        text-align: center;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .custom-container-width {
        max-width: 75%;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .custom-container-width {
        max-width: 75%;
    }
}
