@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.hidden {
  display: none; }

.clear {
  clear: both;
  float: none; }

.js-toggle {
  cursor: pointer; }

body {
  background: #ffffff; }

footer {
  background: transparent;
  border-top: 2px solid #587493;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 4px; }

.lds-ellipsis div {
  position: absolute;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: darkgrey;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 0px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 0px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 11px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 21px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(10px, 0); } }
/*@import 'forms.scss';*/
.main-alert {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40%;
  z-index: 10000; }

/*

div.infoBox {
  border: 1px solid blue;
  position: absolute;
  top:10px;
  right: 10px;
  width: 30%;
  min-height: 2em;
  height: auto;
  background: white;
  z-index: 1000;
  .close {
    position: absolute;
    top: 0.1em;
    right: 0.3em;
    cursor: pointer;
    color: blue;
  }
  .background {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin:0;

  }

  main {
    margin: 0.2em 1.4em 0.2em 0.4em;
    border-radius: 10px;
    background: white;
    display: block;
  }

  &.success {
    border: 2px solid green;
    .background {
      background: rgba(0,255,0,0.1);
    }
    .close {
      color: green;
    }
  }
}
*/
#body-wrapper > header {
  background: rgba(255, 255, 0, 0.28);
  color: black;
  height: 3.4em; }
  #body-wrapper > header a:hover {
    text-decoration: underline; }
  #body-wrapper > header .title {
    width: 100%;
    text-align: center;
    justify-self: center;
    align-self: center; }
  #body-wrapper > header a {
    color: blue;
    text-decoration: none; }
  #body-wrapper > header .right {
    font-size: 1rem;
    padding-top: 1rem;
    text-align: right; }
  #body-wrapper > header .left {
    font-size: 1.5rem;
    padding-top: 0.5rem; }
  #body-wrapper > header h1 {
    margin: 0; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

/* Rounded sliders */
.slider.round {
  border-radius: 24px; }

.slider.round:before {
  border-radius: 50%; }

ul.shows > li::before, ul.genres > li::before {
  font-family: "FontAwesome";
  content: "\f04b";
  margin: 0 5px 0 -15px;
  color: #666; }
ul.shows > li ul > li::before, ul.genres > li ul > li::before {
  font-family: "FontAwesome";
  content: "\f04e";
  margin: 0 5px 0 -15px;
  color: #999; }

html.genre-scifi ul.shows > li::before {
  font-family: "FontAwesome";
  content: '\f135'; }
html.genre-scifi ul.shows > li ul > li::before {
  font-family: "FontAwesome";
  content: '\f197'; }

html.genre-comedy ul.shows > li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f586'; }
html.genre-comedy ul.shows > li ul > li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f59b'; }

html, body {
  font-family: 'Roboto', Arial, sans serif; }

main > div {
  position: relative; }

.login-signup-box {
  width: 20em;
  padding-bottom: 1em;
  margin: 1em auto 2em; }
  .login-signup-box h1 {
    text-align: center; }
  .login-signup-box form input[type="submit"], .login-signup-box form input[type="button"], .login-signup-box form input[type="checkbox"] {
    width: auto; }
  .login-signup-box input, .login-signup-box textarea, .login-signup-box select, .login-signup-box form input[type="password"] {
    width: 100%; }
  .login-signup-box form .input-wrapper {
    width: 90%; }

h1.header {
  color: white;
  background: #00A2FF;
  padding: 0em .8em .2em .8em;
  border-radius: 10px 10px 0 0; }

.home-content {
  padding: 1em; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.signup-form {
  padding: 0 1em; }

.formbox-row {
  margin-top: 0.5em; }

form label {
  margin-bottom: 0.2em; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.bootstrap-datetimepicker-widget {
  z-index: 10000; }

.input-group > .form-control.datetimepicker-input {
  height: 2em; }

.form-control.datetimepicker-input {
  width: 8em;
  display: inline-block;
  flex: none; }

td.buttons .btn {
  margin-top: 0.2em; }

tr.flash td {
  animation: flash 3s forwards linear normal; }

@keyframes flash {
  0% {
    background: transparent; }
  4% {
    background: green; }
  100% {
    background: transparent; } }
.alert i.alert-icon {
  margin-right: 0.4em; }

select, input, textarea {
  max-width: 100%; }

input.small {
  width: 3em; }

a {
  cursor: pointer;
  color: blue; }
  a .gotoHTML {
    color: blue; }

.fa-small {
  font-size: 0.5em;
  margin-left: 0.5em; }

html a:not([href]):not([tabindex]) {
  color: blue; }

input.medium {
  width: 6em; }

.inline-form-success {
  color: green; }

.inline-form-error {
  color: red; }

.loading-fn-before {
  padding-right: 2em; }

form .mandatory label::after {
  content: '*';
  color: #721c24;
  margin-left: 0.3em; }

form .mandatory label {
  font-weight: bold; }

.inline-header {
  display: inline;
  margin-right: 0.4em; }

.inline-form-row {
  display: inline-block; }

.inline-form-row label {
  margin-right: 0.4em; }

input.form-error, textarea.form-error, select.form-error {
  border: 1px solid red; }

label.form-error {
  color: red; }

.forgotten-password {
  margin-top: 0.4em; }

.formbox-row input, .formbox-row textarea, .formbox-row select {
  width: 100%; }
.formbox-row input[type=checkbox] {
  width: auto; }

.shows {
  margin-top: 2em; }

.show-links {
  display: none;
  margin-bottom: 1em;
  margin-left: 0.2em; }
  .show-links > ul {
    margin-left: 0.8em; }
  .show-links > span {
    font-style: italic; }

ul.shows {
  list-style-type: none;
  padding-left: 1em; }
  ul.shows > li {
    margin-bottom: 0.4em; }

.ext-link {
  font-size: 0.6em;
  vertical-align: super; }

html a.show:not([href]):not([tabindex]) {
  color: maroon; }

.actions button {
  vertical-align: bottom; }

.remove-article i {
  color: red; }

a.add-date i {
  color: green; }

button.add-date {
  vertical-align: baseline; }

#login-box {
  width: 18em;
  position: absolute;
  background: white;
  top: 0.5em;
  right: 0;
  border: 1px solid black;
  border-radius: 1em;
  padding: 1em;
  display: none;
  z-index: 1000; }

/*# sourceMappingURL=style.css.map */
