html,
body {
  height: 100%;
  width: 100%;
  font-family: tahoma;
  background-image: url("../images/bg.png");
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label {
  margin-bottom: 0.5vw !important;
}

.div_width {
  width: 100%;
}

#overlay {
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc93;
  z-index: 10001;
  cursor: no-drop;
}

/* Fully opaque overlay (used by System Information popup) */
#overlay.overlay--white {
  background-color: #ffffff;
  cursor: default;
  /* Must sit above other .std-popup-form dialogs so it hides them */
  z-index: 25000;
}

div.std-popup-form {
  width: 35vw;
}

div.std-popup-form {
  position: absolute;
  z-index: 20004;
  color: black !important;
  background-color: #ffffff !important;
  /* height: 40% !important; */
  box-shadow: 0 5px 10px 0 rgb(49, 40, 40) !important;
  border: 0.8vw solid #94cb4d;
  background-clip: padding-box;
}

div.nightTradeForm {
  width: 35vw;
}

.div-form-grp {
  text-align: center;
  padding: 2vw 1vw 0vw 1vw;
}

.label-class {
  font-size: 1vw;
  font-weight: 600;
}

.div-box {
  /* padding: 1vw 1vw 0vw 1vw;*/
}

.div-box-bg {
  /*background-image: linear-gradient(#e2d59fad, #ffffff, #ffffff) !important;*/
}

.div-box-order {
  padding: 0.5vw 2vw;
  background-color: rgb(64, 64, 64);
}

.label-grp {
  vertical-align: middle;
  width: 10vw;
  text-align: right;
}

.label-grp a label {
  display: flex;
  align-items: center;
}

.input-grp {
  padding: 0.2vw 0.2vw 0.2vw 1.2vw;
  text-align: left;
}

.input-class {
  font-size: 1.2vw;
}

.btn-grp {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 1vw 0vw;
}

.btn-class button,
.systeminfo-btn-class button,
.login-btn-class button,
.nt-btn-class button{
  font-size: 1vw;
  font-weight: bold;
  width: 6vw;
  height: 2vw;
  border: 0px solid #8a9bad;
  color: white;
  /* background-image: linear-gradient(#fffae6, #e5d8a4, #b5a254) !important;*/
  /* background-color: #0f6bff; */
  background-image: linear-gradient(#7bbafc, #0f6bff) !important;
  text-align: center !important;
  border-radius: 2px;
  line-height: 1.5;
  vertical-align: middle;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-align: center;
  color: white;
}

.std-form-btn {
  color: #ebebeb !important;
}

/*** [INIT BG] ***/

#initBG {
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2d6b8;
  z-index: 0;
}

#initBar {
  /* width: 10%; */
  height: 100%;
  background-color: #335F8F;
}

label.initialLabel {
  font-size: 12px;
  padding-top: 5px;
  font-weight: 400;
}

.initdiv {
  background-color: #ebebeb;
  height: 100%;
}

.container.initbar-class {
  height: 5em;
  position: absolute;
  top: 45%;
  padding: 0;
  justify-content: center;
  width: 170px;
  background-color: #94cb4d;
  /* border: 2px solid #bfbfbf; */
  box-shadow: 1px 1px 10px 1px #969696;
  border-radius: 6px;
  /* border-top-right-radius: 10px; */
  padding: 20px 8px 8px 8px;
  z-index: 20002;
}

.container.bar-class .content-header {
  padding: 0;
}

#initProgress {
  /* width: 95%; */
  background-color: #f7e7a0e6;
  height: 6px;
  margin: 10px 15px;
  border: 1px solid #909090;
  /* padding: 1 0; */
}


button#Login_button:disabled,
button#Popup_Change_Password_Buttonset:disabled,
button#Popup_Change_Pin_Buttonset:disabled,
button#Popup_About_ButtonClose:disabled,
button#btnConfirmSubmit:disabled,
button#btnSubmit:disabled {
  filter: grayscale(1);
  opacity: .6;
  cursor: no-drop;
  color: #555555;
}

.header_label {
  font-size: 1vw;
}

