/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-Apr-2017, 17:22:43
    Author     : vincent.corleone
*/

body {
    font-size: 1.5em;
}
.table-slab .dropdown-toggle {
    border-color: #cc0033;
}

@media only screen and (min-width : 768px) {
    .login-bg .container .row {
        background: url(../../../../images/login-banner.png) 0% 0% / 100% no-repeat !important
    }
}

@media 
    (-webkit-min-device-pixel-ratio: 4)
    and (min-resolution: 192dpi)and (max-width:640px){
    
    
    /* Header */   
    
    /* LoginBox */
    #login-Box .panel-heading {
        border-bottom: solid 4px #CC0033;
    }
    .nav-mobile .overlayMenu.active {
        background-color: #CC0033;
    }
    .text-theme {
        color: #CC0033;
    }
    
}