/*
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 : May 9, 2018, 6:32:51 PM
    Author     : DhananjayAggarwal
*/

.navbar{
  
    
}

.navbar a{
    color: #000035 !important;
    font-size: 1.5rem !important;
    font-weight: 600;
    padding: 2px;
}
.nav-link:hover{
        color: #e23d42 !important;
        text-decoration: underline #e23d42;

}
.bg-light {
      background-color: rgba(255,255,255,1) !important;
    border: 1px solid #626571;
}

.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,1);
}

.droplist:hover {
    background-color: #ff5d5d59;
    color: #ff0000 !important;
}
.nav-item{
    padding-right: 10px;
}

a.dropdown-item:hover {
    background: none;
}

.dropdown-menu{
        min-width: 15rem;
    padding: .5rem .5rem;
}
.dropdown-item{
    text-align: -webkit-center;
}