body {
  color: #010101;
  padding-top: 0px;
}

.se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(/static/hce/img/preloader.gif) center no-repeat #fff;
}

.breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0rem;
    margin-top: -10px;
    background-color: #e9ecef;
    border-radius: 0px;
}
.breadcrumb-item {
    color: #6d7073;
}
.breadcrumb-item.active {
    color: #795548;
    font-weight: 500;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.link {
    cursor: pointer;
    text-decoration: underline;
    color: #0071ea;
    outline: 3px solid transparent;
}
.link:hover,
.link:focus {
    text-decoration: underline;
    color: #0071ea;
    position: relative;
    z-index: 9999;
    outline: 3px solid #FFBF47;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

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

.bg-opw{
  background-color: #A39161!important;
}
.dropdown-toggle::after {
    display: none;
}
/*Bootstrap red not Reader Friendly */
.text-danger {
    color: #C0241B!important;
}
/*Bootstrap Green not Reader Friendly */
.badge-success {
    background-color: #1A6B2D!important;
}
.info-badge {
    padding: 0.56rem .65rem;
    font-weight: 400;
}

.submit-icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/hce/img/submit_loader.gif) center no-repeat rgba(0, 0, 0, 0.5);
}
.loading-icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/hce/img/loading_gif.gif) center no-repeat rgba(255,255,255,0.8);
}

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

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00718a;
    color: #fff;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
    padding: 20px;
    background: #06586b;
}

#sidebar ul.components {
    padding: 0px;
    border-bottom: 1px solid #06586b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #06586b;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #06586b;
    /*background: #31616c;*/
    border-bottom: 1px solid #074b5a;
    border-top: 1px solid #074b5a;
}
#sidebar .sub-active{
    background: #31616c; 
    color:#f5f5f5;
}
/*.collapse-active{
     background: #ca4326 !important;
    border-bottom: 1px solid #a53922;
    border-top: 1px solid #a53922;
}*/

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #227385;
    color: #fff;
    border-right: 1px solid #06586b;
}

#sidebarCollapse{
    border: 0px;
}
#sidebarCollapse {
    /* display: block;
    position: absolute;
    z-index: 105;
    top: 8px;
    right: 10px;*/
    width: 40px;
    height: 40px;
    background: url(/static/hce/img/mobile-menu-close.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease 0.1s;
    -moz-transition: 0.3s all ease 0.1s;
    -ms-transition: 0.3s all ease 0.1s;
    transition: 0.3s all ease 0.1s;
}
#sidebarCollapse.active {
    background: url(/static/hce/img/mobile-menu-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media screen and (max-width: 768px){
 #sidebarCollapse {
    background: url(/static/hce/img/mobile-menu-button.png);
 }
 #sidebarCollapse.active {
    background: url(/static/hce/img/mobile-menu-close.png);
 }
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

header ul li {
    position: relative;
    list-style-type: none;
}

header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 70px;
padding: 10px 30px;
background: #ffffff;
box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
z-index: 100;
}
header a.header-logo {
display: inline-block;
float: left;
padding-top: 10px;
}
header a.header-logo img {
width: 200px;
}
header a.header-lang {
display: inline-block;
float: right;
padding: 10px 0 10px 20px;
border-left: 1px solid #006c85;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
}
header #mobile-menu-button {
display: none;
}
header nav {
display: inline-block;
float: right;
}
header nav ul {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}
header nav ul li {
position: relative;
float: left;
}
header nav ul li:before {
display: none;
}
header nav ul li a {
position: relative;
display: inline-block;
font-size: 17px;
font-weight: 400;
text-transform: uppercase;
color: #010101;
padding: 10px 20px;
}
header nav ul li a:hover,
header nav ul li a:focus {
color: #006c85;
text-decoration: none;
}
header nav ul li.current a {
font-weight: 600;
color: #006c85;
}
header nav ul li ul {
position: absolute;
display: block;
top: 60px;
left: 0;
background: #ffffff;
box-shadow: 0 10px 20px -8px rgba(0,0,0,0.4);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
header nav ul li:hover ul {
opacity: 1;
visibility: visible;
}
header nav ul li:hover ul:before {
content: "";
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 20px;
background: #ffffff;
}
header nav ul li ul li {
width: 100%;
}
header nav ul li ul li a, header nav ul li.current ul li a {
width: 100%;
color: #006c85;
}
header nav ul li ul li a:hover, header nav ul li.current ul li a:hover {
background: #006c85;
color: #ffffff;
}
header nav ul #nav-underline {
position: absolute;
bottom: 5px;
left: 0px; /* Set with JS */
width: 11px; /* Set with JS */
height: 2px;
background: #006c85;
display: none;
pointer-events: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header nav ul #mobile-menu-button {
display: none;
}

nav .dropdown-menu {
    position: absolute;
    top: 125%;
    left: 0;
    color: #efffff;
    background-color: #A39161;
    border: 1px solid rgb(224, 49, 39);
    border-radius: 0px;
}
nav .dropdown-item {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
/* ---------------------------------------------------
   Table Styling
----------------------------------------------------- */
#hide{
    visibility: hidden;
}
.dataTables_wrapper .dataTables_filter {
    display: none;
}

/* ---------------------------------------------------
   Card Styling
----------------------------------------------------- */
.dash-card-header {
    background-size: cover;
    padding: 10px;
    padding-bottom: 0px;
    min-height: 120px;
    color: #00718a;
    border-radius: 2px 2px 0 0;
    border-top: 5px solid #00718a;
    border-bottom: #f8f8f8;
    background: #f8f8f8;
}
.dash-card {
    border: 0px solid rgba(0,0,0,.125);
}
.dash-card-body {
    padding: 1.25rem;
    background: #f8f8f8;
}
.card-overview .card-footer {
   padding: 0px;
}
.card-overview .card-footer .btn{
   border-radius: 0px !important;
}

/* ---------------------------------------------------
Footer Style
----------------------------------------------------- */
footer {
   border-top: 2px solid #004D44;
}

