/* 
  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: block;
height: 100%;
margin: 0;
padding: 0 13px 0 0;
background: #03513F;
background-repeat: repeat-x;
}

#productLogo
{
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    background-image: url('PB Logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-brand {
    float: left;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 8px;
    cursor: default;
}
.brand-text {
    font-family: "PrecisionSans_W_Rg", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}