﻿html {
    font-size: var(--v-fs-md);
    line-height: 2;
}

body {
    padding-top: calc(var(--v-navbar-height) + 10px);
    font-family: var(--v-font-primary);
    z-index: 0;
    position: relative;
    padding-bottom: var(--v-footer-height);
    min-height: 100vh;
}

@media only screen and (max-width: 992px) {
    body {
        padding-bottom: calc(var(--v-footer-height-multiplier) * var(--v-footer-height));
        padding-top: 0;
    }

    .navbar-vireo {
        position: relative;
    }
}

h1 {
    font-size: var(--v-fs-xl);
    font-weight: 900;
}

h2 {
    font-size: var(--v-fs-lg);
    font-weight: 900;
}

h2 strong {
    color: var(--v-primary-dark)
}

h4 {
    font-weight: bold;
    font-size: var(--v-fs-lg);
}

h4 img {
    height: var(--v-fs-md);
}

p {
    font-size: var(--v-fs-md);
}

#sidebar-toggle-container {
    width: var(--v-sidebar-width);
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-sidebar-container + .dashboard-container {
    margin-left: 0;
}

#main-sidebar-container.open + .dashboard-container {
    margin-left: var(--v-sidebar-width);
}

.nav-tabs {
    border-bottom: 0 solid #000;
}

.nav-tabs > li > a {
    color: var(--v-primary-dark);
    border-color: #eee #eee #ddd;
}

.user-icon {
    max-height: 30px;
}

a.dropdown-toggle {
    color: white;
}

.header {
    text-transform: uppercase;
    font-weight: bold;
}

a {
    color: var(--v-secondary);
}

a:hover {
    color: var(--v-secondary);
}

.card-vireo {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    padding: 50px;
}

.card-vireo a {
    text-decoration: none;
}

.hr-vireo-dark {
    border-top: 1px solid #000;
    margin-bottom: 10px;
}

.welcome-title {
    font-size: 34px;
    margin-bottom: 0;
}

.welcome-image {
    height: 28px;
    margin-bottom: 7px;
}

.or-spacer {
    position: relative;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}

.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 10px var(--v-grey-light);
}

.lang-picker-img {
    display: inline;
    height: 1.5rem;
    width: auto;
    margin-bottom: 2px;
}

/* copy of old WhiteNav*/

.logo {
    max-width: 120px;
    max-height: 30px;
    margin-right: 15px;
}

.profile .white-input {
    margin: 15px 0;
}

.contact-text-column {
    margin-top: 15px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-avatar {
    border-radius: 100%;
}

.contact-name {
    font-weight: bold;
}

.contact-links {
    margin-top: 25px;
}

.contact-links img {
    width: 30px;
}

.right-orange-border {
    border-right: 1px solid var(--v-primary);
}

/*Bordered tab content pane*/
.tab-pane-bordered {
    border: 1px solid var(--v-grey-lighter);
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
}

.list-inline-item-info {
    border: 1px solid;
    text-align: center;
    display: inline-block;
    align-self: center;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.info-block {
    border: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 5px;
}

.info-block-blue {
    border-color: var(--v-info) !important;
    color: var(--v-info) !important;
}

.info-block-green {
    border-color: var(--v-secondary) !important;
    color: var(--v-secondary) !important;
}

li.list-inline-item > form {
    display: inline;
}

.vireo-container {
    width: 98%;
    margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
    .vireo-container {
        width: 85%;
    }
}

.vireo-container-lg {
    width: 98%;
    margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
    .vireo-container-lg {
        width: 95%;
    }
}

.scroll-container {
    max-height: 750px;
    overflow-y: scroll;
    overflow-x: auto;
}

.scroll-container-md {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: auto;
}

.scroll-container-sm {
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: auto;
}

.scroll-container-xs {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: auto;
}

.scroll-container-min {
    min-height: 220px;
}

.scroll-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1050;
}

.word-wrap {
    overflow-wrap: break-word;
    white-space: normal;
}

/* force helpdesk chat element positions */
*[class^="umm-"] {
    right: 12px !important;
}

.children-mb-0 > p {
    margin-bottom: 5px;
}

.flush-top {
    margin-top: -10px;
}

/* remove stupidCKEditor notifications */
.cke_notifications_area {
    display: none !important;
}
