/*header css*/
form .form-bottom button.btn {
    min-width: 105px;
}

form .form-bottom .input-error {
    border-color: #101010;
    color: #101010;
}

form.gauthenticate-form {
    display: none;
}

.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  color: #000;
  /*padding:0px 0 5px 0;*/
  /*height:80px;*/
  transition: all 0.3s ease;
  z-index: 1000;
box-shadow: 0 4px 10px #0000001a;
}
.sticky-header h1 {
    font-size:1.2rem;
    padding:20px 0;
}

.erp-preheader {
  background-color: #ddd3;
  height: 35px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd75;
}
.loginlink a {
    color:#000;line-height:35px;
}
.loginlink img {height:30px;}
.erp-logo img {height:70px;width:87%;}
.mpo-logo img {width:87%;}
.mpo-logo {
    padding:10px 0;
}
.center-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 87px;
  margin: 0 auto;
  text-align: center;
}
.navbar-inverse.erpmpo-menu {
  background-color: #3a5286 !important;
  border-color: #3a5286 ;
}
.navbar-inverse.erpmpo-menu .navbar-nav > li > a {
  color: #f4f4f4;
}
 .navbar {
    border-radius:0px !important;
    margin:0 0 0 0 !important;
  }
.navbar-inverse.erpmpo-menu .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #37435d;
}
img {
    vertical-align:middle;
    max-width:100%;
}
a {
    text-decoration: none !important;
}

/*footer css*/
     .footer-erp {
           padding:40px 0 0 0;
           background-color:#162d3c !important;
           
       }
       .footertop-box {
           border-bottom:1px solid #376d914f;
           padding:0 0 20px;
           margin:0 0 40px 0;
       }
       .footer-top-content h2  {
  font-size: 30px;
  font-weight: 700;color:#fff;
  line-height: 1.2em;
}
         .footer-top-content p{
             color:#fff;
         }
         .footer-top-content-callus {
             float:right;padding-top: 60px;
  padding-bottom: 40px;
         }
         .footer-erp .row > [class*="col-"] {
  display: block;
}
         .footer-top-content-callus a {
             background-color:#ccff8b;
             padding:20px 50px;
             border-radius:50px;color:#000;font-size:17px;
         }
         .socialCircle {
             width:40px;height:40px;
             border:1px solid #fff;
             border-radius:50px;text-align:center;
             display:inline-block;
             background-color:transparent;transition: .5s all;
             margin-right:5px;
             
         }
         .socialCircle:hover {
             background-color: #ccff8b;  border:1px solid #ccff8b;
         }
         .socialCircle a {height: 20px;
          display: block;
          margin: 5px auto 0;transition: .5s all;
          color: white;
          font-size: 20px;
         }
         .socialCircle:hover a {
          filter: brightness(0);
        }
         .footer-company-logo a{
              margin-bottom:20px;
              width:250px;
         }
         .footer-title {color:#fff;}
          h2.footer-title {
             margin-bottom:20px;font-size:20px;
         }
          .footerlinksbox ul {
              margin:0;padding:0 0 0 0px;
          }
          .footerlinksbox ul li {
              color:#fff;list-style-type:none;
              padding:5px 0;
          }
          .footerlinksbox ul li a{
              color:#fff;font-size:15px;
          }
          .footerlinksbox ul li a:hover {
  color: #ccff8b;
 
}
          .footerlinksbox h5 {
              color:#fff;font-size:15px;
          }
            .footerlinksbox p {
              color:#fff;font-size:15px;
          }
            .footer-bottom-box {
                border-bottom:1px solid #376d914f;
           padding:0 0 20px;
           margin:0 0 20px 0;
            }
            .footer-powered {
                text-align:center;color:#fff;
                padding:0 0 20px;
            }
            .testimonial-section {
                background: #e7e9ef70;
                text-align:center;
            }
            .socialMedia-handles{
                margin-top: 20px;
            }

/*            login css*/
 .wrapper-erp {
           min-height:100vh;height:100%;background-color: #3a52861c;
       }
       .loginbg {
           width:400px;
           margin:90px auto;
           padding:40px 0;
           display: flex;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
       }
       .form-bottom {
          width:80%;margin:0 auto;
       }
       .loginbg input[type="text"] {
padding:22px 50px 22px 10px !important;
       }
       .buttonsignIn {
           width:100%;
           display:block;
           padding:10px 20px !important;
           color: #fff !important;
   
       }
       .inputicons img{
           height:30px;opacity: 0.2;
       }
       .inputicons {
  position: absolute;
  right: 0;
  top: 9px;
  right: 10px;
}
   .loginbg input[type="text"]:focus,input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
            border: 1px solid #66afe9 !important;
        }
/*forgotpw css*/

    .nopadding {
            border-right: 0px solid #ddd;
        }
     
       .forgot {
           margin-top:10px;
       }


/*menu dropdown*/
/* Custom styles for multi-level dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    content: " ";
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-top: 7px;
    margin-right: -10px;
}


/*..*/
/* Make carousel height fixed for demo (remove or adjust as needed) */
    .carousel,
    .carousel .item,
    .carousel .carousel-inner {
      height: 420px;
    }

    .carousel .item img {
      /* Make images cover the carousel area while keeping aspect ratio */
      width: 100%;
      height: 420px;
      object-fit: cover; /* modern browsers */
      display: block;
    }

    /* Smoother transition: override Bootstrap default (increase duration + easing) */
    .carousel .item {
      -webkit-transition: -webkit-transform 1s cubic-bezier(.2,.8,.2,1), opacity 1s ease;
      transition: transform 1s cubic-bezier(.2,.8,.2,1), opacity 1s ease;
    }

    /* Optional: softer caption background */
    .carousel-caption {
      background: rgba(0,0,0,0.35);
      padding: 15px;
      border-radius: 6px;
    }