.modal5,
.modal5-box {
  z-index: 9000;
}

.modal5-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal5 {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal5-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modal5box;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal5-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal5-body {
  background: #ECEFF1;
  padding: 20px 20px;
  border: 0px solid #f4be7a;
}

/* Close Button */
.close-modal5 {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modal5box {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modal5box {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

/* Aditional Styles 
* {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

p {
  line-height: 1.4em;
}*/



/*
body {
  background: #B0BEC5;
}

.modal5-trigger, button {
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}

.modal5-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease .2s;
}
*/

button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}

/*
.modal5-trigger:hover {
  padding: 20px 60px;
}
*/

/* MLR AddedAditional Styles */
.modal5-mlr {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}

.modal5-trigger-mlr {
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}


/* For the top info and forms section   min-height: 300px; */
.account-flex-container { 
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
}

.bgimage {
  position: absolute;
  top: 12%;
  left: 33%;
  width: 200px;
  height: 200px;
  opacity: 1.0;
}

.cw1{    
  width: 30%;
  padding: 20px;
}

.cw2{    
    width: 70%;
    padding: 20px;
}

.account-flex-container .column .cw1{
    background: #ECEFF1;
    padding: 10px;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}
.account-flex-container .column .bg-alt{
    background: #ECEFF1;

}
/* End of the top info and forms section */

.cust-info-title { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.cust-info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal; 
  color: #9c004b; 
}

.accnt-changebtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: auto;
  padding: 3px 8px;  /* top and bottom - right and left #f4b536 */
  background-color: #f4b536;
  border-radius: 8px;
  cursor: pointer;
}

.chgemailnotice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /* color: #006b44;    #ff0000 when action failed */
}

.chgpwnotice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #006b44;   /* #ff0000 when action failed */
}

/*
.hideAccountEmailForm {
  visibility:hidden;
}

.hideAccountPswForm {
  visibility:hidden;
}
*/

.email-form-style {
  font-family: Arial, Helvetica, sans-serif;
}

.psw-form-style {
  font-family: Arial, Helvetica, sans-serif;
}

 /* Bordered all forms */
.account-forms-style {
  border: 2px solid #546e7a; font-family: Arial, Helvetica, sans-serif;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 5px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  height: 20px;
  margin: 0px 50px 0px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Form labels */
.account-labels {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

/* Set a style for account button */
.account-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #535755;
  color: white;
  padding: 3px 8px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: auto;
  border-radius: 8px;
}

/* Add a hover effect for all form buttons */
.form-button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  padding: 3px 8px;
  background-color: #f44336;
  border-radius: 8px;
  cursor: pointer;
}

/* Center the image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Add padding to account field container   padding: 5px 10% 5px 10%; */
.account-container1 {
  margin: auto; 
  padding: 0px 10% 0px 10%; 
  width: 100%;
  height: 100%;
  width: 100%;
}

/* Add padding to account field container */
.account-container2 {
  margin: auto; 
  padding: 0px; 
  width: 100%;
  height: 100%;
  width: 100%;
  border: 0px solid #000;
  text-align: center;
}

/* Add padding to account field container */
.account-container3 {
  margin: 16px; 
}

/* Add padding to account field container */
.account-instruct {
  margin: auto; 
  padding: 5px 10% 5px 10%; 
  width: 100%;
  height: 100%;
  width: 100%;
  border: 0px solid #000;
  font-size: 12px;
  font-weight: normal;
  color: blue;
}

/* The "Forgot password" text */
span.account-psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.account-psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
} 

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b4c4cb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #b4c4cb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4c4cb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4c4cb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b4c4cb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

/* Added for account form validation */

:root {
    --error-color: #dc3545;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --normal-color: #cccccc;
}

.accnt-form-field.error input {
    border-color: var(--error-color);
}

.accnt-form-field.success input {
    border-color: var(--success-color);
}

.accnt-form-field.normal input {
    border-color: var(--normal-color);
}


.accnt-form-field small {
    color: var(--error-color);
}


/* Purchase Table Format */

.purchase-table {
    border-collapse: collapse;
    margin: 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius:6px;
}

.purchase-table thead tr {
    background-color: #546E7A;
    font-family: Arial, Helvetica, sans-serif;    
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #546E7A;
}

.purchase-table th,
.purchase-table td {
    padding: 6px 13px;
}

.purchase-table tbody tr {
    border-bottom: 1px solid #546E7A;
}

.purchase-table tbody tr:nth-of-type(even) {
    background-color: #dcf0fa;
}

.purchase-table tbody tr:last-of-type {
    border-bottom: 2px solid #546E7A;
}

.purchase-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.DLlink {
    color: #ff0000;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #000000;
    text-align: center;
    background-color: #cccccc;
    border-radius:6px;
}

.dl-button:hover {
  background-color: #EDFFAE;
}