/* new login page styles */

#main-container{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: flex;
  overflow: hidden;
}

.tooltip-inner{
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  background: #092f56;
  color: #fff !important;
}

#tooltip-title{
  color: #fff !important;
}

.inner-content{
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.top-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 21px 60px;
}
.nav-text{
  display: flex;
  align-items: center;
  width: 50%;
}

.logo{
  width: 200px;
  height: 40px;
  margin: 0 64px 0px 0px;
}

.logo img{
  max-width: 100%;
}

.links{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}

.links a{
  color: #032541;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
}
.nav-actions{
  display: flex;
  width: 35%;
  align-items: center;
  justify-content: center;
}

.nav-actions p{
  width: 165px;
  height: 17px;
  margin: 0px 16px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #6c757d;
}

#sign-up-btn{
  width: 125px;
  height: 40px;
  border-radius: 5px;
  background-color: #092f56;
  color: #fff;
  border: none;
}

.landing-content{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
}

.landing-text{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 128px 136px 50px 90px;
  position: relative;
}

.landing-text img{
  width: 68px;
  height: 30px;
  object-fit: contain;
}

#bottom-wave{
  top: 300px;
  left: 500px;
  position: absolute;
  transform: rotate(-90deg);
}

.landing-text h3{
  width: 100%;
  height: auto;
  margin: 50px 0px 10px 0px;
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #092f56;
}

.landing-text p{
  width: 474px;
  height: 66px;
  margin: 20px 0px 8px 0px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  text-align: left;
  color: #231f20;
}

.landing-text strong{
  color: #80bc04;
}

#admin-holder{
  display: flex;
  justify-content: center;
  width: 50%;
  margin-top: -30px;
}

#profile{
  width: 80%;
  margin-left: 35px;
}

#login-card{
  background: transparent;
  width: 50%;
}

.login-card{
  background: transparent !important;
}

#password-field, 
#username,
#question,
#answer{
  border: solid 1px #e0e0e0;
}
.footer{
  display: flex;
  position: relative;
  width: 100% !important;
  justify-content: center;
  align-items: center;
}

.footer img{
  position: absolute !important;
  width: 100% !important;
}

.footer p{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  position: relative;
}

#alert-actions{
  display:flex;
  justify-content:center;
  align-items:center;
}

#cash-step-alert{
  display: flex;
}

/* end of new login page styles */

/* receipt styles */
#receipt-container{
  display: flex !important;
  flex-direction: column;
  width: 660px !important;
  padding: 0 0 1px;
  align-items: flex-start;
}

/* #receipt-header{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
} */

#receipt-header img{
  width: 100px;
  height: 45px;
  object-fit: contain;
}

#receipt-header h1{
  width: 180px;
  height: 54px;
  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  line-height: 0.53;
  letter-spacing: normal;
  color: #009447;
}

#detail-subheader{
  display: flex !important;
  width: 100%;
  justify-content: space-between !important;
  align-items: center;
}


.detail{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#receipt-values{
  display: flex;
  flex-direction: column;
  width: 100% !important;
  align-items: flex-start !important;
  justify-content: flex-start;
  margin-top: 30px;
}

.value {
  display: flex;
  width: 100% !important;
  flex-direction: column !important;
}

.value p{
  width: 100% !important;
  font-size: 1.2rem !important;
  display: flex !important;
  align-items: flex-start !important;
}


#password{
  position: relative
}

.cash-field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

#customer-id{
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  position: relative;
}

#validate-id{
  margin-left: 10px;
  position: absolute;
}
/* end of receipt styles */

/* user styles */
#modal-content-display{
  display: flex;
  width: 100%;
}

.user-fields{
  display: flex;
  width: 100%;
  align-items: center;
}

.user-fields input, .user-fields select{
  height: 38px; 
  width: 280px; 
  padding: 7px 4px 7px 12.5px;
}
.user-fields label{
  color: #6c757d; 
  font-size: 14px; 
  line-height: 1.29;
}

.form-group{
  width: 100% !important;
}

/* end of user styles */

/*responsive*/
@media(max-width: 768px){
  #main-container{
    width: 100% !important;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }

  .inner-content{
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
  }
  .top-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 20px !important;
  }
  .nav-text{
    display: flex;
    align-items: center;
    width: 20%;
  }

  .logo{
    margin: 0 !important;
    padding: 0;
    /*width: 100%;*/
    width: 200px;
    height: auto;
  }

  .logo img{
    max-width: 100%;
    height: 15px !important;
  }

  .links{
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 30%;
  }

  .links a{
    color: #032541;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: left;
  }
  .nav-actions{
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
  }

  .nav-actions p{
    width: 70% !important;
    height: 17px;
    margin: 0;
    text-align: center;
  }

  #sign-up-btn{
    width: 30% !important;
    height: 30px !important;
    font-size: .8rem !important;
  }

  .landing-content{
    display: flex;
    width: 100% !important;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 100px;
  }

  .landing-text{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px !important;
    position: relative;
  }

  .landing-text img{
    width: 68px;
    height: 30px;
    object-fit: contain;
  }

  #bottom-wave{
    top: 300px;
    left: 500px;
    position: absolute;
    transform: rotate(-90deg);
  }

  .landing-text h3{
    width: 100%;
    height: auto;
    margin: 50px 0 10px 0;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #092f56;
  }

  .landing-text p{
    width: 100%;
    height: auto;
    margin: 20px 0 8px 0;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    text-align: left;
    color: #231f20;
  }

  .landing-text strong{
    color: #80bc04;
  }

  #admin-holder{
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin-top: -30px;
  }

  #profile{
    width: 100% !important;
    margin-left: 0;
  }

  #login-card{
    background: transparent;
    width: 100% !important;
  }

  .login-card{
    background: transparent !important;
    width: 100% !important;
  }

  #password-field,
  #username,
  #question,
  #answer{
    border: solid 1px #e0e0e0;
    width: 100%;
  }
  .footer{
    display: flex;
    position: relative;
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }

  .footer img{
    position: absolute !important;
    width: 100% !important;
    bottom: 0;
    height: 30px !important;
  }

  .footer p{
    font-size: 12px !important;
    line-height: 1;
    position: absolute !important;
    bottom: -20px !important;
    /*margin-top: 45px !important;*/
  }

  #alert-actions{
    display:flex;
    justify-content:center;
    align-items:center;
  }

  #cash-step-alert{
    display: flex;
  }

  /* end of new login page styles */

  /* receipt styles */
  /* #receipt-container{
    display: flex !important;
    flex-direction: column;
    width: 660px !important;
    padding: 0 0 1px;
  } */

  /* #receipt-header{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
  } */

  #receipt-header img{
    width: 100px;
    height: 45px;
    object-fit: contain;
  }

  #receipt-header h1{
    width: 180px;
    height: 54px;
    font-size: 45px;
    font-weight: 900;
    font-style: normal;
    line-height: 0.53;
    letter-spacing: normal;
    color: #009447;
  }

  #detail-subheader{
    display: flex !important;
    width: 100%;
    justify-content: space-between !important;
    align-items: center;
  }


  .detail{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #receipt-values{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .value {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
  }

  #password{
    position: relative;
  }

  .cash-field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
  }

  #customer-id{
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    position: relative;
  }

  #validate-id{
    margin-left: 10px;
    position: absolute;
  }
  /* end of receipt styles */

  /* user styles */
  #modal-content-display{
    display: flex;
    width: 100%;
  }

  .user-fields{
    display: flex;
    width: 100%;
    align-items: center;
  }

  .user-fields input, .user-fields select{
    height: 38px;
    width: 280px;
    padding: 7px 4px 7px 12.5px;
  }
  .user-fields label{
    color: #6c757d;
    font-size: 14px;
    line-height: 1.29;
  }

  .form-group{
    width: 100% !important;
  }

}
/*end of responsive*/

