html, body {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    background: #f8f8f8;
    color: #666666;
}

nav.navbar {
    border-top: 2px solid #e1e1e1;
    background-color: #3b7eb8;
}

.navbar-item.brand-text {
    font-weight: 300;
}

.navbar-item {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.navbar-link {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background-color: #3b7eb8;
}

.navbar-item.has-dropdown:hover .navbar-link {
    background-color: #3b7eb8;
    color: #ffffff;
}

.navbar-link::after{
    border-color: #ffffff;
}

.navbar-menu.is-active {
    background-color: #3b7eb8;
}

.navbar-dropdown .navbar-item {
    color: #3b7eb8;
}

.navbar-dropdown .navbar-item.is-active {
    color: #3b7eb8;
}

.navbar-menu.is-active .navbar-dropdown .navbar-item {
    color: #ffffff;
}

.navbar-menu.is-active .navbar-dropdown .navbar-item.is-active {
    color: #ff6600;
}


.navbar-dropdown a.navbar-item:hover {
    color: #ff6600;
}

.navbar-start .navbar-link.is-active, .navbar-start a.navbar-item.is-active {
    color: #ffffff !important;
    background-color: #ff6600 !important;
}

.menu-list .navbar-link.is-active, .menu-list a.navbar-item.is-active {
    color: #ff6600 !important;
}

.navbar-item img {
    max-height: 2.75rem;
}

.columns {
    width: 100%;
    height: 100%;
}

.menu-label {
    color: #8F99A3;
    letter-spacing: 1.3;
    font-weight: 700;
}

.menu-list a {
    color: #0F1D38;
    font-size: 14px;
    font-weight: 700;
}

    .menu-list a:hover {
        background-color: transparent;
        color: #276cda;
    }

    .menu-list a.is-active {
        background-color: transparent;
        color: #276cda;
        font-weight: 700;
    }

    .menu-list a.is-disabled, .menu-list a.is-disabled:hover {
        color: #dbdbdb;
    }


.card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    margin-bottom: 2rem;
}

.card-header-title {
    color: #8F99A3;
    font-weight: 400;
}

.info-tiles {
    margin: 1rem 0;
}

    .info-tiles .subtitle {
        font-weight: 300;
        color: #8F99A3;
    }

.hero.welcome.is-info {
    background: #36D1DC;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    background: linear-gradient(to right, #5B86E5, #36D1DC);
}

.hero.welcome .title, .hero.welcome .subtitle {
    color: hsl(192, 17%, 99%);
}

.card .content {
    font-size: 14px;
}

.card-footer-item {
    font-size: 14px;
    font-weight: 700;
    color: #8F99A3;
}

    .card-footer-item:hover {
    }

.card-table .table {
    margin-bottom: 0;
}

.events-card .card-table {
    max-height: 250px;
    overflow-y: scroll;
}

.button.is-primary {
}

.button {
    min-width: 100px;
}

.is-list-action {
    min-width: 50px;
}

.table thead td, .table thead th {
    border-width: 0 0 1px;
}

.table {
}

.panel {
    background-color: #ffffff;
}

.is-toast {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.has-text-222 {
    color: #222222;
}

.title, .subtitle {
    color: #222222;
}

.is-toggle {
    min-width: 50px;
}

.label-help {
    display: block;
    font-size: 0.75rem;
    margin-top: -0.3rem;
    margin-bottom: 0.3rem;
}

.portal_social_config {
    padding: 0.5rem 0 1rem 0;
    border-top: 2px solid #f5f5f5
}

.is-box {
    background-color: white;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #4a4a4a;
    padding: 1rem !important;
    margin-top: 1rem;
    /*max-width: 100vw;
    overflow-y: scroll;
    display: block;*/
}


.slideout-menu {
    position: fixed;
    width: 176px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 32px;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #f8f8f8; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }

.toggle-button {
    color: inherit !important;
}

.reset-before:before{
    content: none !important;
}

.hovertext text {
    font-size: 80% !important;
}

.hovertext {
    background-color: #ffffff !important;
}

.div-avatar {
    margin-left: 40%;
    padding-bottom: 15px;
}

.avatar {
    margin-top: -60px;
}

.avatar img {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
}

.portal-card {
    box-shadow: none;
}

.portal-card:hover{
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}