
.navigation-header
{
    padding-top: 20px
}
#main-menu-navigation .nav-item
{
    background-color: #003366;
}

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

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;
}

.content-wrapper{

    margin-top: 70px;
    transition: all 500ms ease-in-out 200ms;
}

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

/*.navContainer{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}*/

.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 {
           /* color of the tracking area */
}



.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 */
}

.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: 500;
    height: 100%;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    border-top: 3px solid #038fde !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #038fde!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;
} */


 
table{
  width: 100% !important;
}

 div.dataTables_processing {

          position: absolute;
            top: 0 !important;
            left: 0 !important;
            right: 0;
            bottom: 0;
            width: 100% !important;
            height: 100% !important;
            text-align: center;
            background-color: white !important;
            opacity: 0.75;
        }
          div.dataTables_processing img {
            display: inline-block;
            vertical-align: middle;
        }

        div.dataTables_processing {
            margin-left: 0 !important;
            margin-top: 0 !important;
            padding: 0 !important;
        }

        .spinner-img{
            position: absolute;
            top: 20%;
        }

        @media only screen and (max-width: 500px) {
       .spinner-img{
            left: 10%;
        }
    }

  .custom-file-upload {
    border: 2px dashed #aaa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
  }

  .custom-file-upload:hover {
    border-color: #555;
  }

  .file-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
  }

  .file-input {
    display: none;
  }

  #file-list {
    padding: 0;
  }

  .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .thumbnail {
    width: 50px;
    height: auto;
  }

  .file-item {
    border: none;
  }

  .delete-icon {
    cursor: pointer;
  }

  .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;
}
