﻿/* Zebronics CSS */

.logo-section {
    padding: 6px 5px 3px 17px !important;
}

    .logo-section img {
        max-height: 40px;
        border-radius: 5px;
    }

.infograph img {
    display: none;
}

.infograph {
    background: url(/Images/ingograph-Zebronics.png?v=1.2);
    background-size: 62%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width: 768px) {
    .logo {
        background: url(../../Images/P00140/icons/logo.png) no-repeat left top;
        width: 200px;
        height: 25px;
        background-size: 30%;
    }

    .navbar-brand {
        height: 45px !important;
    }

    .navbar-brand-dashboard {
        margin: 5px 10px 3px 10px;
    }
}
