.productBackground
{
    background: #006193;
}

.mtMobile .productBackground
{
    background: #006193!important;
}

.productBackgroundColor
{
    background-color: #006193;
}

.productBorderColor
{
    border-color: #006193!important;
}

.productBorderTopColor
{
    border-top-color: #006193!important;
}

.productBorderLeftColor
{
    border-left-color: #006193!important;
}

.productBorderRightColor
{
    border-right-color: #006193!important;
}

.productBorderBottomColor
{
    border-bottom-color: #006193!important;
}

.progress
{
    background-image: -webkit-linear-gradient(left, #006193 96%, white 50%);
    background-image: -moz-linear-gradient(left, #006193 96%, white 50%);
    background-image: -ms-linear-gradient(left, #006193 96%, white 50%);
    background-image: -o-linear-gradient(left, #006193 96%, white 50%);
    background-image: linear-gradient(left, #006193 96%, white 50%);
}

.logo 
{
    background-image: url('/Images/ApplicationIcons/ib_grey.svg');    
}

.logobg
{
    background-image: url('/Images/ApplicationIcons/ib_grey.svg');
}

.watermark
{
    background: #fff url(../Images/Background/inStepBlueWatermark.png) no-repeat bottom right;
}

#backstagemenu
{
    background: #fff url(../Images/Background/inStepBlueWatermark.png) no-repeat bottom right;     
}
