div.LoginDiv {position: absolute; top: 58px; left: 28px; width:80%; font-family: Arial, Helvetica, sans-serif; -webkit-order: 1;order: 1;z-index: 999;}
* {box-sizing: border-box;}
div.maskDiv {position: absolute; top: 0px; left: 0px; width:100%; height:100%;font-family: Arial, Helvetica, sans-serif; -webkit-order: 1;order: 1;z-index: 999;}
div.IGWServerStatus {position: absolute; top: 58px; left: 88px; width:68%; font-family: Arial, Helvetica, sans-serif;background:#D8FBD6; border:1px dotted black;padding:8px; font-size: 14px;}

/* Full-width input fields */
.inputTxtPsw {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
.inputTxtPsw:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for all buttons */
.Sbutton {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.Sbutton:hover {
    opacity:1;
}

.signupbtn {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.signupbtn:hover {
    opacity:1;
}
.cancelbtn {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.cancelbtn:hover {
    opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.Logincontainer {
    padding: 16px;
}

/* The Modal (background) */
.Loginmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
}

/* Modal Content/Box */
.Loginmodal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
.Loginhr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
 
/* The Close Button (x) */
.Loginclose {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #00bfff;//#f1f1f1;
}

.Loginclose:hover,
.Loginclose:focus {
    color: #f44336;
    cursor: pointer;
}

.Loginclose0 {
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #00bfff;//#f1f1f1; //color: #0000CD; //color: #f1f1f1;
}

.Loginclose0:hover,
.Loginclose0:focus {
    color: #f44336;
    cursor: pointer;
}


.Loginclose1 {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #696969; //color: #0000CD; //color: #f1f1f1;
}

.Loginclose1:hover,
.Loginclose1:focus {
    color: #f44336;
    cursor: pointer;
}

.LoginForgetPsw {
    font-size: 20px;
    font-weight: bold;
    color: #00bfff; //#f1f1f1;
}

.LoginForgetPsw:hover,
.LoginForgetPsw:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}

.download-demo-container {
	width: 90%;
	margin: 30px auto;
}

.download-button {
	background-color: white;
	color: #2980b9;
	border: 2px solid #2980b9;
	font-family: inherit;
	outline: none;
	min-width: 100px;
	padding: 5px;
	font-size: inherit;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
.download-button:hover {
	text-decoration: underline;
}

.start-download {
	text-align: center;
	display: none;
}

.download-progress-container {
	border: 1px solid #cccccc;
	padding: 4px;
	display: none;
	height: 20px;
}

.download-progress {
	background-color: #2980b9;
	display: inline-block;
	height: 100%;
}
.loader { 
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 38px;
  height: 38px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}



/*08/23/2023/LHS*/
/* The Modal (background) */
.HSAmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.HSAmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.HSAclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.HSAclose:hover,
.HSAclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
