@import url("https://fonts.googleapis.com/css?family=Google+Sans:300,400,500,700|Roboto:300,400,500,600,700");
/* line 21, app/assets/stylesheets/active_admin.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 26, app/assets/stylesheets/active_admin.scss */
.flash.flash_alert {
  background-color: #a21309;
  text-shadow: 0 1px 1px black;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 38, app/assets/stylesheets/active_admin.scss */
.circular-image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

/* line 44, app/assets/stylesheets/active_admin.scss */
.circular-image.index-image {
  width: 50px;
  height: 50px;
}

/* line 49, app/assets/stylesheets/active_admin.scss */
.flash {
  z-index: 4;
  background: #323232;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 16px;
  min-width: 288px;
  max-width: 576px;
  padding: 16px 24px 12px;
  position: fixed;
  font-family: "Roboto", sans-serif;
  animation: fade ease-in-out 10s;
  animation-fill-mode: forwards;
}

/* line 69, app/assets/stylesheets/active_admin.scss */
body.logged_out {
  font-family: "Roboto", sans-serif;
  background-color: #0D3C55;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

/* line 78, app/assets/stylesheets/active_admin.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: -32px auto 0;
  max-width: 400px;
}

/* line 89, app/assets/stylesheets/active_admin.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 94, app/assets/stylesheets/active_admin.scss */
#login a {
  text-decoration: none;
  font-family: "Google Sans", "Roboto", sans-serif;
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #282d4e;
}

/* line 108, app/assets/stylesheets/active_admin.scss */
#login a:hover {
  text-decoration: underline;
}

/* line 112, app/assets/stylesheets/active_admin.scss */
abbr {
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/active_admin.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 122, app/assets/stylesheets/active_admin.scss */
fieldset.inputs ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 128, app/assets/stylesheets/active_admin.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  position: relative;
}

/* line 134, app/assets/stylesheets/active_admin.scss */
.input label {
  display: block;
  line-height: 16px;
  margin-bottom: 8px;
  position: relative;
  transition: .28s all;
  width: 100%;
}

/* line 143, app/assets/stylesheets/active_admin.scss */
form.formtastic .input {
  padding: 8px 10%;
}

/* line 147, app/assets/stylesheets/active_admin.scss */
label.label {
  font-family: "Google Sans", "Roboto", sans-serif;
  font-weight: 500;
  color: #212121;
  font-size: 0.8125rem;
}

/* line 154, app/assets/stylesheets/active_admin.scss */
.input.string input, .input.stringish input {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: calc(100% - 16px);
  background: white;
  font-family: "Roboto", sans-serif;
  box-sizing: inherit;
}

/* line 171, app/assets/stylesheets/active_admin.scss */
.input.boolean {
  font-size: 14px;
}

/* line 175, app/assets/stylesheets/active_admin.scss */
#login .actions {
  background: transparent;
  padding-top: 0;
  box-shadow: none;
  display: block;
  padding: 16px;
}

/* line 183, app/assets/stylesheets/active_admin.scss */
fieldset.actions ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 189, app/assets/stylesheets/active_admin.scss */
.actions ol {
  display: flex;
  justify-content: center;
}

/* line 194, app/assets/stylesheets/active_admin.scss */
fieldset.actions ol li {
  display: flex;
}

/* line 198, app/assets/stylesheets/active_admin.scss */
#login .actions input[type='submit'] {
  margin: 0;
  width: 100%;
  font-size: .875rem;
  letter-spacing: .01cm;
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: .25s all;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background-color: #009688;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 223, app/assets/stylesheets/active_admin.scss */
#login .actions input[type='submit']:hover {
  background: #00c9b6;
}

/* line 227, app/assets/stylesheets/active_admin.scss */
#login .actions .action {
  margin: 0;
  width: 100%;
}

/* line 232, app/assets/stylesheets/active_admin.scss */
.status_tag {
  background-color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/active_admin.scss */
.select2 {
  font-size: .875rem;
  font-weight: 400;
}

/* line 258, app/assets/stylesheets/active_admin.scss */
.select2-results__option--highlighted .preview-btn {
  display: block;
}

/* line 262, app/assets/stylesheets/active_admin.scss */
.select2-container {
  text-align: start;
}

/* line 266, app/assets/stylesheets/active_admin.scss */
.select2-selection.select2-selection--single {
  height: auto;
  min-height: 28px;
}

/* line 271, app/assets/stylesheets/active_admin.scss */
.select2-container--default.select2-selection--single.select2-selection__rendered {
  line-height: normal;
}

/* line 275, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: flex;
  align-items: center;
  background-color: #ECEFF1;
  border: 1px solid #CFD8DC;
  border-radius: 50px;
}

/* line 283, app/assets/stylesheets/active_admin.scss */
.select2-selection__choice:hover .tooltip {
  visibility: visible;
}

/* line 287, app/assets/stylesheets/active_admin.scss */
.select2-selection__choice .preview-btn {
  margin-left: 0.25rem;
}

/* line 291, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #212121;
  font-weight: normal;
  font-size: 12pt;
  margin: 0 4px;
}

/* line 298, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(74, 162, 72, 0.2);
}

/* line 302, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4AA248;
}
/*
 * 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.
 *


 */
