/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('/media/login_customers.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.customers_login:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.customers_login {
  background: url('/media/login_customers.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flex-container {
  display: flex;
  justify-content: center;
  padding-top: 50px;
     }
.textlogin-admin {
    color: white;
    font-size: 18px;
    }
.flex-containeradmin {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 35px;
}
.section-text {
    color: #009eb7;
    font-size: 22px;
    }
 .kb-search-heading {
    color: #009eb7;
    font-size: 25px;
    }  
    

.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '  ';
  transition: all 0.35s ease;
  background-color: #009EB7;
  width: 0;
}

.menu-hover-lines a::before {
  top: 20px;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 20px;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #009EB7;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
.menu-hover-lines a:hover::before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.menu-hover-lines a:hover::after {
display: none;
}
}
.img-responsive {
  max-width: 100%;
  height: auto;
  }
.email-notifications-label {
  color: black;
}
.fc-center {
  color: black;
}
.fc-head {
  color: black;
}
.progress-bar {
  color: grey;
}
.customer-statement-heading {
    color: #444A52;
    }
.text-right {
    color: black;
    }
.color-address {
    color: black;
    }
.bold {
    color: #444A52;
  font-weight: bold;
}
.greeting  { 
    font-size: 20px;
  }
  .customer-top-submenu {
    margin-bottom: auto
   }
 .submenu li a {
    font-size: 15px;
 }
.info-rapid-factura {
   color: #84c529;
   font-weight: 400;
   font-size: 20px;
   }
.navbar-fixed-bottom {
  position: absolute;
  }
.customers:before {
    content: " ";
    background: rgba(68, 74, 82, 0.8);
    min-height: 100%;
    min-width: 100%;
    position: fixed;       
}
.customers {
  background: url('/uploads/company/background-customer.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dropdown-menu li a:hover {
        background: #b2e2e9;
}