﻿.clientlogo {
    height: 50px;
    background-image: url('/Content/clientcss/logos/logowhite.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    max-width: 40%;
}

.clientlogosm {
    height: 75px;
    background-image: url('/Content/clientcss/logos/logowhite.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
}

.clientlogotile {
    height: 30px;
    background-image: url('/Content/clientcss/logos/logowhite.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainlogo {
    background-color: rgba(128, 128, 128, 0.00);
}

a:hover {
    color: #e9e9e9;
    text-decoration: underline;
}

a:active {
    color: #e9e9e9;
}

a {
    color: #e9e9e9;
    text-decoration: none;
}

.navbar-bg-custom {
    background-color: rgba(255, 255, 255, 0.08);
}

.navbar-iconcolor {
    color: #808080;
}

.iconcolor {
    color: #808080;
}

.userlabel {
    float: right;
    position: fixed;
    top: 57px;
    right: 25px;
}
