/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 33, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 38, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 44, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
body {
  color: #000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background-color: rgba(98, 48, 53, 0.2);
}

/* line 52, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
p {
  padding: 3px;
}

/* line 56, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.header {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* line 61, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.subhead {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* line 67, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
table.centered td {
  text-align: center;
}

/* line 71, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
#balancer_update .update_status {
  background-color: red;
  color: white;
}

/* line 76, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.full_auto {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 83, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.center {
  text-align: center;
}

/* line 86, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.centered {
  margin: 0 auto;
}

/* line 89, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.hidden {
  display: none;
}

/* line 92, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.show {
  display: block;
}

/* line 95, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.inline {
  display: inline-block;
}

/* line 99, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
#account {
  position: fixed;
  top: 1rem;
  right: 0.5rem;
  z-index: 1000;
}
/* line 104, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
#account a {
  margin: 0.5rem 0.125rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
/* line 114, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
#account a:hover {
  color: #888;
}
/* line 117, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
#account a.disabled {
  background-color: unset;
}

/* line 123, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.buttons {
  display: flex;
  justify-content: space-around;
  margin: 2rem auto;
}

/* line 131, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.buttons a {
  margin: 0.5rem 0.125rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
/* line 141, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.buttons a:hover {
  color: #888;
}
/* line 144, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.buttons a.disabled {
  background-color: unset;
}

/* line 149, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.subnav a {
  margin: 0.5rem 0.125rem 0;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 4px 10px 28px 1px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
}
/* line 159, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.subnav a:hover {
  color: #888;
}
/* line 162, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.subnav a.disabled {
  background-color: unset;
}

/* line 168, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
table.node_table, table.linode_table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

/* line 173, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode, .linode {
  margin: 5px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
}
/* line 174, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode a, .linode a {
  color: inherit;
  text-decoration: none;
}
/* line 177, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode a:hover, .linode a:hover {
  text-decoration: none;
  color: inherit;
  background: none;
}
/* line 185, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode td:first-child, .linode td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 189, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode td:last-child, .linode td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 193, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode td, .linode td {
  border-left: solid 1px white;
  border-right: solid 1px white;
}

/* line 199, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode_accept, .linode_running {
  background-color: #00e600;
  color: black;
}

/* line 204, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode_backup {
  background-color: blue;
  color: white;
}

/* line 209, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode_drain, .linode_other {
  background-color: yellow;
  color: black;
}

/* line 214, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.node_mode_reject, .linode_offline {
  background-color: red;
  color: white;
}

/* line 219, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* line 235, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.notice {
  position: fixed;
  top: 4.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #00b300;
  color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  animation: slideIn 8s forwards;
}

/* line 251, /var/www/rails/seethreepeeoh/app/assets/stylesheets/application.scss.erb */
.alert {
  position: fixed;
  top: 8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #ff3333;
  color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  animation: slideIn2 8s forwards;
}

@keyframes slideIn {
  0% {
    top: -30px;
    opacity: 0;
  }
  10% {
    top: 4.5rem;
    opacity: 1;
  }
  80% {
    top: 4.5rem;
    opacity: 1;
  }
  100% {
    top: 4.5rem;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideIn2 {
  0% {
    top: -30px;
    opacity: 0;
  }
  10% {
    top: 8rem;
    opacity: 1;
  }
  80% {
    top: 8rem;
    opacity: 1;
  }
  100% {
    top: 8rem;
    opacity: 0;
    visibility: hidden;
  }
}
