﻿/*!
 *
 * branding customizations
 */

/* ========================================================================
     Component: top-navbar
 ========================================================================== */
.topnavbar {
    background-color: #eeefef;
    background-image: linear-gradient(to right, #eeefef 0%, #bcc0bf 100%);
    background-repeat: repeat-x;
}

.logo-large {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/cvlogo-200.png) no-repeat;
    /*background: url(../../api/App/LargeLogo) no-repeat;*/
    width: 200px; /* Width of new image */
    height: 38px; /* Height of new image */
    padding-left: 200px; /* Equal to width of new image */
}


.logo-small {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/cvlogo-icon-43.png) no-repeat;
    /*background: url(../../api/App/SmallLogo) no-repeat;*/
    width: 39px; /* Width of new image */
    height: 43px; /* Height of new image */
    padding-left: 39px; /* Equal to width of new image */
}

.logo-app {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../../img/hblogo.svg");
    background-repeat: no-repeat;
    background-size: 130px 50px;
    width: 130px; /* Width of new image */
    height: 50px; /* Height of new image */
    padding-left: 130px; /* Equal to width of new image */
    margin-top: 2px;
}

.logo-login {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../img/cvlogo-dark-190.png");
    background-repeat: no-repeat;
    width: 190px; /* Width of new image */
    height: 38px; /* Height of new image */
    padding-left: 190px; /* Equal to width of new image */
}

/*
.sidebar {
    background-color: #036a37; 
}

.sidebar-nav > li > a, .sidebar-nav > li > .nav-item {
    color: #e1e2e3;
}
    */
