button[aria-expanded="false"] + .expandable {
  display: none;
}
button[aria-expanded="true"] + .expandable {
  display: block;
}
.accountModule .login-menu-btn {
  background-color: unset;
  border: none;
}
.extension_Login .dropdown.user .fa {
  margin-top: 0.288rem;
  margin-left: 0.5rem;
}
.accountvalidation {
  margin-top: 10px;
  margin-bottom: 10px;
}
#dialogmodal_content {
  color: black;
}
.btn.adminUserBtn {
  color: #9d9d9d;
  font-family: Helvetica;
  margin: 0;
  height: 50px;
  padding: 0 10px;
}
.btn.adminUserBtn:hover {
  background: #607d8b;
  border-left: 1px solid #fb9f00;
  border-right: 1px solid #fb9f00;
  color: #fff;
}
/* START About Version Region */

.aboutVersion {
  cursor: pointer;
}
.aboutGAT.dialog {
  width: 500px;
  left: 33%;
  padding: 0;
}
.aboutGAT .dialog-header {
  width: 100%;
  margin-left: 25px;
  padding-top: 25px !important;
  cursor: auto !important;
}
.aboutGAT .imglogovvt {
  width: 150px;
  padding: 5px;
  background-color: black;
}
.aboutGAT .imglogogat {
  width: 50px;
}
.aboutGAT .dialog-header img {
  text-align: center;
}
.aboutGAT .dialog-content {
  border-top: 1px solid #455a64;
  padding: 25px 0 !important;
}
.aboutGAT .dialog-content div {
  margin-left: 25px;
}
.aboutGAT .dialog-content .informationVersion {
  font-size: 16px;
}
.aboutGAT .dialog-content .informationVersionQA {
  font-size: 12px;
}
.aboutGAT .dialog-footer {
  text-align: center;
  margin-top: 0 !important;
}
.aboutGAT .dialog-footer .btn {
  width: 100%;
  margin: 0;
  background-color: #455a64;
  color: white;
}
.aboutGAT .dialog-footer .btn:hover {
  background-color: white;
  color: #455a64;
  border-top: 1px solid #455a64;
}
