﻿
.ProductTitleTab {
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    color: #E5E5E5;
    position: absolute;
    left: 55px;
    top: 5px;
    letter-spacing: 1px;
}

.ProductTitleMobile {
    font-family: Arial Black;
    font-size: 12.5px;
    font-weight: bold;
    color: #E5E5E5;
    margin-top: 13px;
    letter-spacing: 1px;
}

.ProductTitle {
    background-image: -webkit-linear-gradient(top,#043563 0%,#047cc5 100%);
    background-image: -o-linear-gradient(top,#043563 0%,#047cc5 100%);
    background-image: linear-gradient(to bottom,#043563 0%,#047cc5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135c93',endColorstr='#ff0d4066',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-top: -5px;
    letter-spacing: 1px;
    color: #E5E5E5;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 30px;
    background-image: url('../../assets/images/RI_Background.png');
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.navbar-desktopview {
    background-image: url('../../assets/images/RI_Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-mobileview {
    background-image: url('../../assets/images/RI_Background_Mobile.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sidebar-alignment {
    line-height: 0px !important;
    height: 30px !important;
    top: 6px;
}

.sidebar-align-help {
    line-height: 30px !important;
    height: 30px !important;
}

.logo-Visibility {
    visibility: visible;
}

.ProductTitle {
    visibility: visible;
}

.img-banner {
    position: relative;
    z-index: 1;
    top: -115px;
    left: 0px;
}

.img-bannerSubBanner {
    position: relative;
    top: -115px;
    left: 0px;
}

.center-BannerImage {
    margin-bottom: -215px;
}

center-BannerImageSubBanner {
    margin-bottom: -90px;
}

