﻿.productBackground
{
    background: #b80d29;
}

.mtMobile .productBackground
{
    background: #b80d29!important;
}
.productColor {
    color: #b80d29 !important;
}
.productBackgroundColor
{
    background-color: #b80d29;
}
.productBackgroundColorLight
{
    background-color: #fbc9d1!important;
}
.productBorderColor
{
    border-color: #b80d29!important;
}

.productBorderTopColor
{
    border-top-color: #b80d29!important;
}

.productBorderLeftColor
{
    border-left-color: #b80d29!important;
}

.productBorderRightColor
{
    border-right-color: #b80d29!important;
}

.productBorderBottomColor
{
    border-bottom-color: #b80d29!important;
}

.progress
{
    background-image: -webkit-linear-gradient(left, #b80d29 96%, white 50%);
    background-image: -moz-linear-gradient(left, #b80d29 96%, white 50%);
    background-image: -ms-linear-gradient(left, #b80d29 96%, white 50%);
    background-image: -o-linear-gradient(left, #b80d29 96%, white 50%);
    background-image: linear-gradient(left, #b80d29 96%, white 50%);
}

.logo 
{
    background-image: url('../Images/ApplicationIcons/rpm.svg');    
}

.logobg
{
    background-image: url('../Images/ApplicationIcons/rpm_grey.svg');
}

.logoTypo {
    background-image: url('../Images/ApplicationIcons/rpm_typo.svg');
    width: 125px;
    height: 21px;
}

.login
{
    background: #fff url(../Images/Background/rpmLoginWatermark.png) no-repeat center right;    
}

.watermark
{
    background: #fff url(../Images/Background/rpmWatermark.png) no-repeat bottom right;
}

#backstagemenu
{
    background: #fff url(../Images/Background/rpmWatermark.png) no-repeat bottom right;     
}