/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/quicksand/quicksand-v22-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/assets/fonts/quicksand/quicksand-v22-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/quicksand/quicksand-v22-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/quicksand/quicksand-v22-latin-300.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/quicksand/quicksand-v22-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/assets/fonts/quicksand/quicksand-v22-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/quicksand/quicksand-v22-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-500.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/quicksand/quicksand-v22-latin-500.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/quicksand/quicksand-v22-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/assets/fonts/quicksand/quicksand-v22-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/quicksand/quicksand-v22-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/quicksand/quicksand-v22-latin-600.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/quicksand/quicksand-v22-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/assets/fonts/quicksand/quicksand-v22-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/quicksand/quicksand-v22-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/quicksand/quicksand-v22-latin-regular.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/quicksand/quicksand-v22-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/assets/fonts/quicksand/quicksand-v22-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/quicksand/quicksand-v22-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/quicksand/quicksand-v22-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/quicksand/quicksand-v22-latin-700.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/oswald/oswald-v53-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/oswald/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/oswald/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  background: #1d1038;
  font-family: "Quicksand";
}

#main_content {
  max-width: 95%;
  box-shadow: 0 0 3px #ddd;
  margin: auto;
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  max-height: 95%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#content {
  position: absolute;
  top: 60px;
  bottom: 56px;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 15px;
}

#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  border-radius: 0 0 7px 7px;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  background: #eee;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #A41323;
  margin: 0;
  color: #fff;
  padding: 10px;
  border-radius: 7px 7px 0 0;
  font-family: "Oswald", "Quicksand", sans-serif;
  height: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quicktion {
  border-radius: 10px;
  width: 200px;
  height: 130px;
  display: inline-block;
  background: #eee;
  color: #000;
  margin: 3px 7px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.quicktion .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 16px;
  color: inherit;
}

.quicktion .category {
  font-weight: 400;
  line-height: 1.3;
  font-size: 80%;
  min-height: 32px;
}

.quicktion .title {
  font-weight: 700;
}

.quicktion .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}

.quicktion .icon img {
  height: 32px;
}

.quicktion .icon span, .quicktion .icon span:before, .quicktion .icon span:after {
  color: inherit;
}

.quicktion:hover:after {
  opacity: 0.9;
}

button, .button, button:before,
.button:before, button:after, .button:after {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

button, .button {
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  font-weight: bold;
  line-height: 1;
}

.button.green {
  background: linear-gradient(to right top, #77cd2f, #25913c) !important;
  color: #fff !important;
}

.button.green:hover:after {
  background: #070 !important;
}

.button.orange {
  background: linear-gradient(to right top, #ffa600, #d94100) !important;
  color: #fff !important;
}

.button.orange:hover:after {
  background: #f60 !important;
}

.button.purple {
  background: linear-gradient(to right top, #9b00ff, #d90036) !important;
  color: #fff !important;
}

.button.purple:hover:after {
  background: #9b00ff !important;
}

.button.teal {
  background: linear-gradient(to right top, #15fea1, #0096ff) !important;
  color: #fff !important;
}

.button.teal:hover:after {
  background: #15fea1 !important;
}

.button.red {
  background: linear-gradient(to right top, #892222, #f00) !important;
  color: #fff !important;
}

.button.red:hover:after {
  background: #f00 !important;
}

.button.yellow {
  background: linear-gradient(to right top, #ffc606, #868619) !important;
  color: #fff !important;
}

.button.yellow:hover {
  color: #000 !important;
}

.button.yellow:hover:after {
  background: #ff0 !important;
}

label.input {
  display: block;
  margin: 5px auto;
  background: #fff;
  background: var(--input-background);
  color: #000;
  color: var(--input-color);
  border: 1px #ddd solid;
  border-color: var(--general-group-background-3);
  padding: 5px;
  margin: 15px auto;
  position: relative;
  z-index: 1;
}

.duo_group {
  margin: 15px auto;
  display: block;
  position: relative;
  border-radius: 7px;
  border: 2px #ddd solid;
  border-color: var(--general-group-background-3);
  background: #ddd;
  background: var(--general-group-background-3);
}

.duo_group label.duo:first-of-type {
  border-radius: 7px 7px 0 0;
}

.duo_group label.duo:last-of-type {
  border-radius: 0 0 7px 7px;
  border-top: 2px #ddd solid;
  border-color: var(--general-group-background-3);
}

.duo_group:focus-within {
  border-color: #0af;
}

label.duo {
  display: block;
  margin: 5px auto;
  background: #fff;
  background: var(--input-background);
  color: #000;
  color: var(--input-color);
  padding: 5px;
  margin: auto;
  position: relative;
  z-index: 1;
}

label.duo.has_password_button input {
  padding-right: 50px;
}

label.duo .password_button {
  position: absolute;
  right: 7px;
  top: 0;
  width: 35px;
  background: transparent;
  border: 3px #000 solid;
  border-color: var(--main-color);
  line-height: 0;
  height: 35px;
  margin: auto;
  bottom: 0;
  background: #ddd;
  background: var(--general-group-background-1);
  padding: 0;
}

label.duo .password_button:hover {
  opacity: 0.5;
}

label.duo .password_button:before,
label.duo .password_button:after {
  content: unset !important;
}

label.input:after {
  background: #fff;
  background: var(--input-background);
}

label.input>span, label.duo>span {
  display: block;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 3px;
  text-align: left;
}

label.input:focus-within>span, label.duo:focus-within>span {
  font-weight: 500;
}

label.input input, label.input textarea,
label.duo input, label.duo textarea {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  border: 0;
  outline: 0;
}

.table_wrapper {
  display: block;
  overflow: auto;
  box-shadow: 0 0 3px #40505a;
  border-radius: 7px;
}

.image_wrapper {
  max-width: 100%;
  margin: 15px;
}

.image_wrapper img {
  max-width:500px;
  margin:auto;
  display:block;
  border-radius:7px;
  max-height: 300px;
}

#comments{
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  min-height: 71px;
}

.table_wrapper.stats {
  border-radius: 5px;
}

table.stats {
  min-width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  margin: 0;
}

table.stats>tbody>tr:first-child>* {
  border-top: 2px #40505a solid;
}

table.stats>tbody>tr:last-child>* {
  border-bottom: 2px #40505a solid;
}

table.stats>tbody>tr>*:first-child {
  border-left: 2px #40505a solid;
}

table.stats>tbody>tr>*:last-child {
  border-right: 2px #40505a solid;
}

table.stats>tbody>tr:first-child>*:first-child {
  border-top-left-radius: 5px;
}

table.stats>tbody>tr:first-child>*:last-child {
  border-top-right-radius: 5px;
}

table.stats>tbody>tr:last-child>*:first-child {
  border-bottom-left-radius: 5px;
}

table.stats>tbody>tr:last-child>*:last-child {
  border-bottom-right-radius: 5px;
}

table.stats a {
  font-weight: 500;
}

table.stats.banded>tbody>tr>*:first-child {
  text-align: center;
}

table.stats>tbody>tr>th, table.stats.banded>tbody>tr>td:first-child {
  background: #40505a;
  color: #fff;
  font-size: 85%;
}

table.data>tbody>tr>th code,
table.data.banded>tbody>tr>td:first-child code,
table.stats>tbody>th code,
table.stats.banded>tbody>tr>td:first-child code {
  color: #fff;
}

table.stats>tbody>tr>th, table.stats>tbody>tr>td {
  padding: 11px;
}

table.stats>tbody>tr>td {
  font-size: 14px;
  background: #eee;
}

table.stats>tbody>tr:nth-child(2n+1) td {
  background: #fff;
  background: var(--main-background);
}

table.stats>tbody>tr>th {
  border: 0;
  text-align: left;
}

table.stats.banded>tr>td:first-child {
  border-left: 0;
}

form.window{
  max-width: 500px;
  margin: 40px auto;
  padding: 15px;
  border:1px #ddd solid;
  border-radius: 7px;
}

@media only screen and (max-width: 921px){
  h1{
    font-size: 1.55em;
  }
  #content{
    top:50px;
  }
  #main_content{
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    height: 100%;
    width:100%;
    text-align: center;
  }
}

@media only screen and (max-width: 700px){
  h1{
    font-size: 1.25em;
  }

  #content{
    top:45px;
  }
}
