﻿html,
body {
    height: 100%;
}

body {

    display: flex;
    flex-direction: column;

    /*padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;*/
   
    /*background: linear-gradient(to top, rgba(22, 82, 147, 0.87) 0%, #0195FA 60%) no-repeat;    
    background-size: cover;*/
}


.titleFontFamily {
    font-family: Tahoma,Calibri,Arial !important
}
._mainDiv {
    flex: 1 0 auto;
    /*justify-self: center;*/
}

.footer {
    flex-shrink: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
    /*min-height:55%;*/
}

/*html,
body{
    height: 100%;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*#region Header Styling*/
.secAcctTitleDivClass {
    position: fixed;
    padding-top: 40px;
    width: 100%;
    z-index: 90;
    background-color: rgb(255, 255, 255);
    height: 60px;
}
/*#endregion*/

.Menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    text-align: center;
    /*font-family: arial;*/
    align-content:center;
}

.modal {
    display: none; /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    padding-top: 50px;
}

/* ModalContent/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered*/
    border: 1px solid #888;
    justify-content: center;
    width: 40%; /* Could be more orless, depending on screen size */
}

.page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.speech-bubble {
    background-color: #f8f8f8;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    padding: 20px;
    position: absolute;
    z-index: 30;
    color: steelblue;
}

.speech-bubble .arrow {
    border-style: solid;
    position: absolute;
}

.bottom {
    border-color: transparent transparent #c8c8c8 transparent;
    border-width: 0px 8px 8px 8px;
    top: -8px;
}

.bottom:after {
    border-color: transparent transparent #f8f8f8 transparent;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    top: 1px;
    content: "";
    position: absolute;
    left: -7px;
}

.fullHeight {
    /*height: 100%;*/
    justify-content: space-evenly;
}

.centerHV {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    float: left;
    position: absolute;
    height: 57px;
    width: 325px;
    padding: 2px 13px 2px;
    resize: none
}

.ConfigBanner {
    /*RC Edit*/
    /*    display: block;*/
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: red;
    margin-top: 5px;
    /*height: 30px;*/
    /*z-index: 9000;*/
    /*opacity: 0.75;*/
    /*overflow-y: hidden;
    position: fixed;*/
}

/*BWOOD - styling for temp Welcome message - removing 08/2020*/
.WelcomeBanner {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: auto;
    background-color: #337ab7;
    margin-top: 5px;
}

@media print {

    .noprint {
        display: none;
    }
}

