/*
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 : Jul 7, 2016, 2:31:14 PM
    Author     : jun
*/
.navbar{
    margin-bottom: 50px;
}
.navbar-default{
    background-color: white;
    border-color: #e3e3e3;
    border-radius: 0px;
}
.navbar-default .navbar-brand{
    color: #DE2732;
}

.navbar-default .navbar-nav>.active>a{
    color: #DE2732;
    background-color: white;
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: white;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  padding: 0px; /* firefox bug fix */
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand>img {
  height: 100%;
  padding: 5px; /* firefox bug fix */
  width: auto;
}