/* ---------------------------------- *
* ---------- BUTTON STYLES ---------- *
/* ---------------------------------- */
.enable-btn,
.disable-btn {
  /* Rounded Call to action btn */
  border: none;
  border-radius: 5%;
  padding: 0.2rem;
  height: 3rem;
  width: 8rem;
  cursor: pointer;
  -webkit-transition: background-color 1s; /* Safari */
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;

  /* Text Style for Link */
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.enable-btn {
  background-color: #20bf6b;
}
.disable-btn {
  color: #fff;
}
.enable-btn:hover {
  background-color: #5cb85c;
}
.disable-btn:hover {
  background-color: #ecf0f1;
}
/* ---------------------------------- *
* ---------- COMMOM STYLES ---------- *
/* ---------------------------------- */
.logo-box {
  margin: 0 auto;
}
.mast-head {
  text-align: center;
}
body {
  background-color: #f5f6fa;
}
.text-center {
  text-align: center;
}
.style1 {
  font-size: normal;
}
.style2 {
  font-size: medium;
}
.header-text {
  font-size: 1.4rem;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #13a3f7;
  margin: 8pt 0in;
  margin-bottom: 2.5rem;
  word-break: normal;
  line-height: 2.2rem;
}
.subheader-text {
  font-size: 1.1rem;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #13a3f7;
  margin: 8pt 0in;
  margin-bottom: 2.5rem;
  word-break: normal;
  line-height: 2.2rem;
}
.auto-style2 {
  width: 775px;
  height: 116px;
}
.auto-style3 {
  width: 450px;
}
.auto-style4 {
  width: 184px;
}
.td-style{
  font-size: 12pt; color: gray;font-family: arial, helvetica, sans-serif;
}
.auto-style5 {
  color: #13a3f7;
}
.auto-style6 {
  text-decoration: none;
}
.body-message {
  margin-bottom: 3rem;
}
.warning {
  display: block;
  color: #ffbe76;
}
/* ---------------------------------- *
* ---------- EMAIL STYLES ----------- *
/* ---------------------------------- */
.request-email {
  margin: 2rem;
}
.field {
  width: 22rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.validation-fail {
  color: #e74c3c;
}
.validation-success {
  color: #2ecc71;
}
.email {
  padding: 0.2rem;
  width: 70%;
}
.captcha {
  display: inline-block;
}
/* ---------------------------------- *
* ----- CUSTOM STATUS STYLES -------- *
/* ---------------------------------- */
.status-section {
  display: flex;
  flex-direction: column;
}
.status-section > h2 {
  width: 100%;
}
.refresh-btn {
  align-self: center;
}
section.status-section {
  background-color: #ecf0f1;
  padding: 1rem;
  width: 25%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.started-message {
  color: #10ac84;
}
/* ---------------------------------- *
*  ------ STATUS COLOR STYLES ------- *
/* ---------------------------------- */
.status-running {
  color: #10ac84;
}
.status-stopped {
  color: #ee5253;
}
.status-stopping {
  color: #ee5253;
}
.status-rebooted {
  color: #2980b9;
}
.status-pending {
  color: #f1c40f;
}
.status-terminated {
  color: #ee5253;
}
.status-shutting-down {
  color: #f1c40f;
}
.status-hibernating {
  color: #f1c40f;
}
/* ---------------------------------- *
*  --------- STATUS STYLES ---------- *
/* ---------------------------------- */
h2.status-head {
  display: flex;
  justify-content: center;
}
img.loading {
  background-color: #95a5a6;
  border-radius: 100%;
  width: 2rem;
  margin-left: 0.4rem;
}
