.head_top_navbar{
    

    background-color: #11416B;
    color:#ccc;
}



.wrapper .section .top_navbar{


    background: #2E2E2E; 

}

#befsideMenu{
    
    background: #2E2E2E; 

    color:#ccc;
    font-size: 13px;
}

.main-header {
    color: #fff;
    padding: 20px 0;
    margin-bottom: 5px;
    position: relative;
    background-color: #225989;
}

#rnavaccordion .panel-default .panel-heading, .panel-default .panel-footer {
    color: #000;
    font-size: 13px;
   background-color: #225989;
}

#rnavaccordion .sidebar-nav .sidebar_main_page a  {

    background-color: #3775AC;
    color:#ccc;

}

#rnavaccordion .sidebar-nav li a:hover {

  background-color: #3775AC;
}



#rnavaccordion .panel-default .panel-heading-link a, .panel-default .panel-plus-link a {
    color: #fff;

}

#rnavaccordion .panel-default {
    border-color: #000;
    font-size: 13px;
}

#rnavaccordion .panel {
    background-color: #000000;
    border: 0px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#rnavaccordion .sidebar-nav {

    font-size: 15px;
    border: none;

    

}


.wrapper .sidebar .profile h3{
    color: #ffffff;

}

.wrapper .sidebar{
    transition: all 0.5s ease;
    background-color: #f5f5f5;
}




.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
  
}





.top-nav .dropdown {
    margin-left: 10px;
    margin-right: 10px;

}

.top-nav .dropdown a {
    color: #002B54;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 0px #fff;
    border: solid 0px #e3e6e8;
    border-top-color: rgb(227, 230, 232);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(227, 230, 232);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
}

.top-nav .fa{
    padding: 5px;
}
.table_pageing_more{
    background: #fcfcfc;
    margin-bottom: 10px;
    background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); 
    border: 1px solid #cccccc;

}

/*#----------------------------*/
#loadernavpages  a.dropdown-toggle:hover{
    background-color:#2572B6;
    border-color: #2572B6;
}

#loadernavpages a.dropdown-toggle {
    color: #f7f7f7;
}


@media (min-width: 767px) {
    .dropdown-menu .active > a, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a:active
    {
    background-color: #2572B6;
    background-image: linear-gradient(to top, #2572B6 , #2572B6);
    color: #fff;
}
}
.dropdown-menu > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #115998;
    white-space: nowrap;
}
.boxed
{
    background-color: #f5f5f5;
}



#rnavaccordion .sidebar-nav li a {
  color: #626262;
  text-decoration: none;
  background-color: #f5f5f5;
}

#rnavaccordion .sidebar-nav li a:hover {
  color: #ffffff;

}


.sidebar-nav li a > i {
  margin: 2px 5px 0 0;
  font-size: 1.1em;
  color: #5493CF;
}


.menu-box {
    background: #f5f5f5;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px dashed #cccccc;

}



.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #d2d6de !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}

.border-red {
    border-color: #dd4b39 !important;
}

.border-green {
    border-color: #00a65a !important;
}

.border-gray {
    border-color: #d2d6de !important;
}

.border-orange {
    border-color: #ff851b !important;
}



.bg-red {
    background-color: #dd4b39 !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-black {
    background-color: #111111 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-gray {
    background-color: #d2d6de !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}



.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}




