﻿/* 
 *  7/13/2023
    Riverside styles specific to Riverside branding
 *  @walle
 *  
 *  This stylesheet will act as the styles for Riverside branding
*/

/* start nav */
.sidebar {
    background-color: #29348f;
}

.top-row {
    /* Riverside color */
    background-color: #29348f;
    border-bottom: 1px solid black;
    justify-content: center;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.bg-mc {
    /* Riverside blue*/
    background-color: #29348f;
}

.color-mc {
    /* Riverside blue*/
    color: #29348f;
}

.mc-btn {
    color: white;
    background-color: #29348f;
    border-color: #29348f;
}

.RmBar {
    /* riverside color */
    background-color: #29348f;
    height: 60px;
    color: black;
    border-bottom: 1px solid black;
    width: 100%;
}

.su-card-header {
    background-color: #0B406B;
    color: white;
    font-weight: bold;
}

.header-logo {
    float: left;
    vertical-align: auto;
    height: 40px;
    width: 300px;
    margin: 15px 0px 0px 15px;
    background-image: url("/images/base/FariaBeede_Logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logoutdd-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid black;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    background-color: #29348f;
    list-style-type: none;
    z-index: 999;
}

.asset-nav-item {
    font-size: 0.9rem;
    background-color: #29348f;
    color: #FFFFFF;
    border-radius: 40px;
    cursor: pointer;
    margin: .25rem .20rem;
}

/* graphic updates from brad for Riverside brand:*/
.k-card.telerik-blazor {
    border-radius: 1rem;
    box-shadow: 2px 2px 2px 2px #d9d9d98a;
}

.k-card .k-card-header {
    background-color: #0b406b;
    color: white;
}

#blue-square {
    background-color: #0B406B;
    position: relative;
    z-index: 0;
}

.faria-btn {
    border-radius: 2rem;
    background-color: #2798FB;
    color: white;
    height: 38px;
    padding: 1rem;
    font-family: Roboto;
    font-weight: 500;
    cursor: pointer;
}