﻿.navbar-inverse {
    color:white !important; 
    background: rgb(3,216,214) !important;
    background: linear-gradient(180deg, rgba(3,216,214,1) 0%, rgba(0,0,0,1) 100%) !important;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        background-color: transparent !important;
    }
    .navbar-inverse .navbar-nav > li > a{
        color:white !important;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #741373 !important;
    }
    .rrd:hover{
        background-color:transparent !important;
    }


.dropdown-menu li a {
    background-color:white;
    padding: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.dropdown-menu li a:hover {
    background-color: #ed6505 !important;
    color:white;
    font-weight:bold;
}
.logout_frm{
    background-color:#6e049c !important;
}

@media only screen and (max-width: 600px) {
    .dropdown-menu {
        width: 100%;
    }
}
