@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap");
html {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px; }
  html button, html .button {
    font-family: 'Open Sans Condensed', sans-serif; }
  html body {
    background-color: white;
    font-weight: 400;
    line-height: 1.45;
    color: #333; }
  html p {
    margin-bottom: 1.25em; }
  html h1, html h2, html h3, html h4, html h5 {
    margin: 2.75rem 0 1rem;
    font-weight: 700;
    line-height: 1.15; }
  html h1 {
    margin: 0;
    font-size: 3.052em; }
  html h2 {
    font-size: 2.441em; }
  html h3 {
    font-size: 1.953em; }
  html h4 {
    font-size: 1.563em; }
  html h5 {
    font-size: 1.25em; }
  html small, html .text_small {
    font-size: 0.8em; }

.hide-on-load {
  display: none; }

button, .button {
  display: inline-block;
  padding: 8px 15px;
  border: 0;
  font-size: 16px;
  margin: 10px 0;
  text-decoration: none; }
  button svg, .button svg {
    margin: 0 3px; }
  button.primary, .button.primary {
    background: #001E44;
    color: white; }
    button.primary:hover, .button.primary:hover {
      background: #00295e; }
  button.secondary, .button.secondary {
    background: #296c68;
    color: white; }
    button.secondary:hover, .button.secondary:hover {
      background: #307e7a; }
  button.warning, .button.warning {
    background: #d07500;
    color: white; }
    button.warning:hover, .button.warning:hover {
      background: #e98300; }
  button.error, .button.error {
    background: #a61c42;
    color: white; }
    button.error:hover, .button.error:hover {
      background: #bc204b; }
  button.info, .button.info {
    background: #aaa;
    color: white; }
    button.info:hover, .button.info:hover {
      background: #b7b7b7; }

body.form main .alert.alert-danger {
  max-width: 600px;
  margin: 10px auto;
  padding: 15px;
  background: #a61c42;
  color: black; }
  body.form main .alert.alert-danger ul {
    list-style: none; }

body.form main form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto; }
  body.form main form label {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }
    body.form main form label.inline input {
      width: 22px; }
    body.form main form label.inline input, body.form main form label.inline span {
      display: inline-block; }
  body.form main form textarea {
    display: none; }
  body.form main form input, body.form main form select {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 3px;
    margin-bottom: 10px; }
    body.form main form input:invalid, body.form main form select:invalid {
      border: 1px solid #E98300; }
  body.form main form fieldset {
    background: #EEE;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px;
    margin: 15px 0; }
  body.form main form .ql-editor {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px; }
  body.form main form fieldset.textarea {
    border: none;
    position: relative; }
    body.form main form fieldset.textarea .htmlSwitch {
      position: absolute;
      background: rgba(0, 0, 0, 0.1);
      margin: 0;
      right: 1px;
      bottom: 1px;
      padding: 3px;
      font-size: 16px; }

body.statlet.login #button-logout {
  display: none; }

body.statlet.login .login-box {
  max-width: 400px;
  margin: 30px auto;
  padding: 30px; }
  body.statlet.login .login-box .message {
    background: lightcoral;
    color: darkred;
    padding: 10px; }
    body.statlet.login .login-box .message p {
      margin-bottom: 0; }
  body.statlet.login .login-box label {
    display: block;
    text-transform: uppercase; }
  body.statlet.login .login-box input {
    font-size: 20px;
    padding: 2px;
    margin-bottom: 10px; }
  body.statlet.login .login-box button {
    display: block; }

body.statlet #button-logout {
  position: absolute;
  right: 10px;
  top: 0px; }

body.statlet table {
  width: 100%; }
  body.statlet table thead {
    background: #296c68;
    color: white; }
  body.statlet table tbody tr {
    background: #ddd; }
    body.statlet table tbody tr td {
      padding: 2px 5px; }
      body.statlet table tbody tr td input.log-url {
        font-size: 20px;
        padding: 5px; }

body.statlet form.inline {
  display: inline; }
  body.statlet form.inline button {
    display: inline-block; }

body.statlet.project-list div.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DDD;
  padding: 3px 10px;
  margin: 4px auto;
  max-width: 800px; }
  body.statlet.project-list div.project h2 {
    margin: 0; }
  body.statlet.project-list div.project h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html header {
  background: #001E44;
  padding: 5px 15px; }
  html header h2 {
    margin: 0; }
    html header h2 a {
      color: white;
      text-decoration: none; }

html main {
  padding: 10px; }

html h1 {
  text-align: center; }

html section.constrain {
  max-width: 1000px;
  margin: 0 auto; }

html .text-center {
  text-align: center; }

html .text-right {
  text-align: right; }
