.dropdown-menu {
    margin-top: 0;
}
.navbar-light .dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
	color:#fff ! important;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	/*background: #d02121;
	color: #d02128;*/
    background: #f07901;
color: #f07901;
}
.dropdown-menu > li.show > a{
	color: #fff;
}

.navbar-nav {
    list-style: none !important;
    margin-left: -66px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: .5em 2.2em;
    border-right: 1px solid;
    border-left: 1px solid;
    
}
.left-content.navbar-nav .nav-link {
    color: #791010;
    padding: .5em 2em;
    border-right: 1px solid;
    border-left: 1px solid;
    background: #972222;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0,0,0,.1);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff!important;
	background: #172052!important;
}
.menu .nav-item {    
    text-align: center;
    text-transform: uppercase;
}
.navbar{
    padding: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.dropdown-item {
    display: none
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #124292;
    border: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li {
    border-bottom: 1px solid #ddd;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar h5{
    color:#fff;
}
#sidebar .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar .nav-item {    
    text-align: center;
    text-transform: uppercase;
}
#sidebar .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

#sidebar .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    text-transform: uppercase;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px 20px;
    background: #972222;
}

#sidebar ul p {
    color: #fff;
    padding: .3em 2em;
}

#sidebar ul li a {
    padding: .3em 2em;
    display: block;
}

#sidebar ul li a:hover {
    color: #d02128!important;
    background: #fff;
}

/* ---------------------------------------------------
    END SIDEBAR STYLE
----------------------------------------------------- */

.menu {
  background: #172052!important;
}
.nav-item.active {
  background: #d02121;   
}
.nav-link {
    color: #000!important;
    display: block;
    padding: .3rem 1rem;
}
.nav-item.active a{
        color: #fff;
}
.navbar-light .navbar-nav .nav-item:hover a, .navbar-light .navbar-nav .nav-item:is-active a{
    color: #f5f5f5 !important;
    background: #fff !important;
}
.navbar-light .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 44%;
    right: 10px;
    transform: translateY(-50%);
}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#sidebar ul.components {
    border-bottom: 0px solid #d02128;
}
#sidebar ul.components li:first-child{
        border-bottom: 0px solid #d02128;
        border-bottom: 1px solid #ddd;
}
#collapse1 ,#collapse2 ,#collapse3{
    position: absolute;
    left: 235px;
    background: #fff;
    width: 100%;
    z-index: 9;
    top: 0;
}
