/* 
  Banner section
*/

/* This section configures the banner background color at the top of the Stratus application. */

body
{
    margin:0;
    overflow:hidden\9;
    background-: #ffffff;
}

/* This section configures the banner images used at the top of the Stratus application. */

.hidden 
{
    left: -9999px;
    margin: 0;
    position: absolute;
}


#header {
display: flex;
height: 100%;
margin: 0;
padding-left: 20px;
background-color: #1f1146;
background-repeat: repeat-x;
}

#productLogo
{   align-self: center;
    width: 35.25px;
    height: 30px;
    margin-right: .5rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iUHJlY2lzbGV5X21vbm9ncmFtX3doaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM0IDQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNCA0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTIwLjEsMGMtNywwLTEyLjgsNS4zLTEzLjQsMTIuMVYwLjVIMFY0MGg2LjdWMTQuOEM3LjQsMjEuNywxMy4xLDI3LDIwLjEsMjdjNy41LDAsMTMuNS02LDEzLjUtMTMuNQ0KCUMzMy42LDYsMjcuNiwwLDIwLjEsMHogTTIwLjEsMjAuM2MtMy43LDAtNi44LTMtNi44LTYuOGMwLTMuNywzLTYuOCw2LjgtNi44YzMuNywwLDYuOCwzLDYuOCw2LjhDMjYuOSwxNy4yLDIzLjksMjAuMywyMC4xLDIwLjN6Ii8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    content: ' ';
}
.navbar-brand {
    font-size: 1.23rem;
    margin-top: 14px;
    font-family: Precisely_Regular,"Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: #ffffff;
    cursor: default;
}
