/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
 * 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 18, app/assets/stylesheets/application.scss.erb */
.center {
  text-align: center;
}

/* line 22, app/assets/stylesheets/application.scss.erb */
.centered {
  margin: 0 auto;
}

/* line 26, app/assets/stylesheets/application.scss.erb */
.hidden {
  display: none;
}

/* line 30, app/assets/stylesheets/application.scss.erb */
.max_width {
  width: 100%;
}

/* line 34, app/assets/stylesheets/application.scss.erb */
.base_table {
  margin: 0 auto;
  width: 95%;
}

/* line 39, app/assets/stylesheets/application.scss.erb */
.m-bottom {
  margin-bottom: 2em;
}

/* line 43, app/assets/stylesheets/application.scss.erb */
.outline {
  border: solid 1px black;
}

/* line 47, app/assets/stylesheets/application.scss.erb */
.flex-justify-around {
  display: flex;
  justify-content: space-around;
}

/* line 52, app/assets/stylesheets/application.scss.erb */
.flex {
  display: flex;
}

/* line 56, app/assets/stylesheets/application.scss.erb */
.inline {
  display: inline;
}

/* line 60, app/assets/stylesheets/application.scss.erb */
.notice {
  width: 50%;
  position: fixed;
  top: 2.5rem;
  left: 25%;
  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 76, app/assets/stylesheets/application.scss.erb */
.alert {
  width: 50%;
  position: fixed;
  top: 7rem;
  left: 25%;
  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: 2.5rem;
    opacity: 1;
  }
  80% {
    top: 2.5rem;
    opacity: 1;
  }
  100% {
    top: 2.5rem;
    opacity: 0;
    visibility: hidden;
  }
}

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

/*# sourceMappingURL=application.css-a8597b465eb89c9a83c602a315d4657b7b948000e9c32c20f1a442b2d0b9a7a6.map */
