
.navigation-header
{ 
	padding-top: 20px
}
#main-menu-navigation .nav-item 
{ 
	background-color: #003366;
  
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#main-menu-navigation .nav-item  a
{
    color: rgba(255, 255, 255, 0.796) !important;
}


#main-menu-navigation .nav-item:hover {
    /* background-color: rgba(0, 0, 0, .2) !important; */
}

#main-menu-navigation .active i {
    color: white !important;
}

#main-menu-navigation .active{
    background-color: #673ab7 !important;
    color: white;
}


#main-menu-navigation 
{
	background-color: #003366;
}

.icon-color {
    color:#ff8b3e;

}

html body .content .content-wrapper {
    padding: 2.1rem 2rem 0;
}

.card-header .heading-elements, .card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 20px;
    right: 20px;
}

.dropdown-toggle::after {
    font-size: .8rem;
    font-family: LineAwesome;
    content: "\f110"!important;
    border: none!important;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 2px 0 6px;
    margin: 0 .3em 0 0;
    vertical-align: 0;
}


.dropdown .dropdown-menu {
    border: 1px solid #e4e5ec;
    border-radius: .35rem;
    transform-origin: top;
    transition: all .2s linear;
    margin: -.1rem 0 0;
    box-shadow: 0 5px 75px 2px rgba(64,70,74,.2);
    min-width: 11rem;
    animation: .25s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../../app-assets/vendors/css/forms/icheck/square/blue.png') no-repeat;
    border: none;
    cursor: pointer;
}

tr.group, tr.group:hover {
    background-color: #ededed !important;
}

.btn-group {
    box-shadow: none !important;
}

.dl-horizontal{
    width: 100%;
    display: flex;
    position: relative;
    white-space: nowrap;
    /*height: 280px;*/
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: auto;
    scrollbar-color: #ddd #eee;
}
.dl-horizontal {
    float: none;
}

.dl-horizontal::-webkit-scrollbar {
    width: 10px;
    height: 10px;               /* width of the entire scrollbar */
}

.dl-horizontal::-webkit-scrollbar-track-piece {
}

.dl-horizontal::-webkit-scrollbar-track {
    border-radius:10px;
    background: #eee;        /* color of the tracking area */
}

.dl-horizontal::-webkit-scrollbar-thumb {
  background-color: #ddd;    /* color of the scroll thumb */
  border-radius: 10px;       /* roundness of the scroll thumb */
}

 
@media only screen and (max-width: 767px) {
  .nav-link>.ft-menu, .nav-link>.material-icons {
    color: #2C343B !important;
  }
}

.nav{
    flex-wrap: nowrap!important;
}

.nav.nav-tabs.nav-top-border .nav-item{
    white-space: nowrap!important;; 
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #333!important;
    font-weight:510!important ;
    height: 100%;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    border-top: 3px solid #1e9ff2 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none!important;
    box-shadow: none!important;
    font-weight: 550;
    color: #1e9ff2!important;
}


body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu.menu-fixed .main-menu-content {
    height: auto !important;
}


/* .btn-success .btn .waves-effect {
    height: 45px;
} */


 

.body-overlay {

  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  background-color: white;
  opacity: 0.8;
}

.footer-overlay {
  width: 98%;
  height: 60px;
  z-index: 1000;
  position: absolute;
  left: 0;
  background: white;
  opacity: 0.8;
}

.overlay img {
  width: 155px !important;
}