﻿:root {
    --FideHeader: 150px;
    --FideFooter: 30px;
    --FideHR: 20px;
    --FideTotal: 260px;
}

html {
    height: 100%;
}


body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    min-height: 100vh;
    
}



.ContentContainer {
    overflow: hidden;
    min-height: 100%;
    height: calc(100vh - 25px);
    background: rgb(118,119,123);
    background: linear-gradient(0deg, rgba(118,119,123,0.5018382352941176) 0%, rgba(118,119,123,0.10407913165266103) 10%, rgba(255,255,255,1) 100%);
}

/* Set padding to keep content from hitting the edges */
.render-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    height: calc(100vh - var(--FideTotal)); /*calc(100vh - 240px);*/
}



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.FidelixHeader {
    font-size: 26px;
    font-weight: bold;
    color: var(--blue); /*#003764;*/
    height: 60px;
    padding-top: 14px;
    vertical-align: middle;
}

.logoContainer {
    justify-content: normal !important;
    margin-top:20px;
}

.customNav {
    background-color: white;
    height: var(--FideHeader);
}

.customFooter {
    /* background-color: white;*/
    height: var(--FideFooter);
    justify-content: space-between;
}

.HelloLabel {
    font-size: 18px;
    font-weight: normal;
    color: var(--FideBlue);
}

/*.layoutHR {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.infoContainer {
    display:flex;
    justify-content:space-between;
}