﻿ 
    .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;
        
        padding-top: 10px;
        color: #E5E5E5;
        letter-spacing: 1px;
    }

    .ProductTitle {
        background-image: -webkit-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: -o-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: linear-gradient(to bottom,#03417d 0%,#6a96e5 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: -22px;
        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: 45px;
        background-image: url('../../assets/images/TX_Background.png');
    }

    .navbar-brand{
        padding-top: 5px!important;
        padding-bottom: 0px!important;
    }

    .navbar-desktopview {
        background-image: url('../../assets/images/TX_Background.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .navbar-mobileview {
        background-image: url('../../assets/images/TX_Background.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;
    }
        .img-banner {
        position: relative;
        z-index: 1;
        top: -20px;
    }
    .center-BannerImage{
        margin-top: -70px!important;
    }