@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Slabo+27px");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
* {
  outline: none;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-red: #f58989;
  --color-orange: #ffbe7f;
  --color-green: #d1e17f;
}

body {
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1 {
  font-family: "Slabo 27px", sans-serif;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}

h2 {
  font-family: "Slabo 27px", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}

a {
  color: #f16527;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.filters {
  position: relative;
  margin-bottom: 20px;
}
.filters .groups {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters .groups .filter {
  position: relative;
  padding: 10px;
  -ms-flex-positive: auto;
      flex-grow: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 16.6666666667%;
}
@media screen and (max-width: 1200px) {
  .filters .groups .filter {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .filters .groups .filter {
    width: 50%;
  }
}
.filters .groups .filter .key {
  position: relative;
  margin-bottom: 10px;
}
.filters .groups .filter .key p {
  font-weight: 400;
}
.filters .groups .filter .value {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.filters .groups .filter .value input {
  position: relative;
  display: block;
  border: 0;
  height: 40px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 20px;
  width: 75%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.filters .groups .filter .value input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #dddddd;
  border-radius: 6px;
}
.filters .groups .filter .value input::-webkit-slider-thumb {
  height: 18px;
  width: 36px;
  border-radius: 18px;
  background: #777777;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.filters .groups .filter .value select {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  background-color: transparent;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 40px;
  background-image: linear-gradient(45deg, transparent 50%, #444444 50%), linear-gradient(135deg, #444444 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1em + 3px), calc(100% - 18px) calc(1em + 3px), calc(100% - 3em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.filters .groups .filter .value select.inactive {
  color: #aaaaaa;
}
.filters .groups .filter .value span.inactive {
  color: #aaaaaa;
}
.filters .submit {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0 10px;
  border: 1px solid #aaaaaa;
  background-color: #f7f7f7;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
}

.toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  background-color: #f16527;
  border-radius: 30px;
}
.toggle:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 20px;
  top: 4px;
  left: 4px;
}
.toggle.on {
  background-color: #a3c300;
}
.toggle.on:after {
  left: 24px;
}

.form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.form .input,
.form .submit {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0 10px;
}
.form .input {
  border: 1px solid #c4c4c4;
  width: 400px;
  margin-right: 10px;
}
.form .submit {
  border: 1px solid #aaaaaa;
  background-color: #f7f7f7;
  font-weight: 500;
  cursor: pointer;
}

.table {
  margin-bottom: 20px;
}
.table:last-child {
  margin-bottom: 0;
}
.table tr td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 15px;
  vertical-align: middle;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table tr td:first-child {
  border-left: 1px solid #aaaaaa;
}
.table tr td:last-child {
  border-right: 1px solid #aaaaaa;
}
.table tr td.head {
  background-color: #f7f7f7;
  border-bottom: 1px solid #c4c4c4;
  font-weight: 500;
}
.table tr td.head.sortable {
  cursor: pointer;
}
.table tr td.head.sortable:hover {
  background-color: #eaeaea;
}
.table tr td.head.sortable.sort.asc:before {
  content: "↓";
  margin-right: 5px;
}
.table tr td.head.sortable.sort.desc:before {
  content: "↑";
  margin-right: 5px;
}
.table tr td.head.filter {
  padding: 0;
}
.table tr td.head.filter select {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  padding: 0 15px;
  border-radius: 0;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(45deg, transparent 50%, #444444 50%), linear-gradient(135deg, #444444 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1em + 3px), calc(100% - 18px) calc(1em + 3px), calc(100% - 3em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.table tr td.head.filter select.inactive {
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .table tr td.desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .table tr td.largedesktop {
    display: none;
  }
}
.table tr td.indicator:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
}
.table tr td.indicator.square:before {
  border-radius: 0;
}
.table tr td.indicator.low:before {
  background-color: #ec1313;
}
.table tr td.indicator.medium:before {
  background-color: #ff7e00;
}
.table tr td.indicator.high:before {
  background-color: #a3c300;
}
.table tr:first-child td {
  border-top: 1px solid #aaaaaa;
}
.table tr:last-child td {
  border-bottom: 1px solid #aaaaaa;
}

.pages {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-left: 1px solid #aaaaaa;
}
.pages .page {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: inherit;
  color: inherit;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.pages .page.active {
  background-color: #f7f7f7;
  font-weight: 500;
}

.canvas {
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.canvas .header {
  position: relative;
  height: 60px;
  background-color: #a3c300;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.canvas .header a {
  text-decoration: inherit;
  color: inherit;
}
.canvas .header .logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}
.canvas .header .logo img {
  height: 40px;
}
.canvas .header .logo p {
  padding-left: 10px;
  font-weight: 500;
}
.canvas .body {
  position: relative;
  background-color: #ffffff;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.canvas .body .status {
  position: relative;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
}
.canvas .body .status.success {
  background-color: #edff90;
}
.canvas .body .status.error {
  background-color: #facbb7;
}
.canvas .body .frame {
  position: relative;
  padding: 30px;
}
.canvas .body .frame .guide {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.canvas .body .frame .guide h2 {
  margin-bottom: 20px;
}
.canvas .body .frame .guide p,
.canvas .body .frame .guide ul,
.canvas .body .frame .guide ol {
  line-height: 1.6em;
  margin-bottom: 20px;
}
.canvas .body .frame .guide ul {
  list-style: disc outside;
  margin-left: 1em;
}
.canvas .body .frame .guide ol {
  list-style: decimal outside;
  margin-left: 1em;
}
.canvas .body .frame .guide .context {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
.canvas .body .frame .guide .context:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  background-color: #a3c300;
  border-radius: 6px;
}
.canvas .body .frame .guide .context p:last-child,
.canvas .body .frame .guide .context ul:last-child,
.canvas .body .frame .guide .context ol:last-child {
  margin-bottom: 0;
}
.canvas .body .frame .guide .context .text {
  position: relative;
}
.canvas .body .frame .guide .overall {
  position: relative;
  margin-bottom: 20px;
  height: 60px;
}
.canvas .body .frame .guide .overall .gradient {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
.canvas .body .frame .guide .overall .correction {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 0;
  left: 20px;
}
.canvas .body .frame .guide .overall .point {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  transform: translateX(-50%);
}
.canvas .body .frame .guide .overall .point:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
.canvas .body .frame .guide .overall .label {
  position: absolute;
  top: 0;
  font-size: 14px;
  opacity: 0.5;
}
.canvas .body .frame .guide .overall .label.low {
  left: 0;
}
.canvas .body .frame .guide .overall .label.high {
  right: 0;
}
.canvas .body .frame .guide .graph {
  position: relative;
  margin-bottom: 20px;
  height: 60px;
  display: block;
  text-decoration: none;
}
.canvas .body .frame .guide .graph:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  border-radius: 40px;
}
.canvas .body .frame .guide .graph .label {
  position: absolute;
  top: 0;
  font-size: 14px;
  opacity: 0.5;
}
.canvas .body .frame .guide .graph .label.low {
  left: 0;
}
.canvas .body .frame .guide .graph .label.high {
  right: 0;
}
.canvas .body .frame .guide .graph .correction {
  position: absolute;
  height: 40px;
  right: 40px;
  bottom: 0;
  left: 40px;
}
.canvas .body .frame .guide .graph .correction .bar {
  position: absolute;
  height: 100%;
}
.canvas .body .frame .guide .graph .correction .bar:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
}
.canvas .body .frame .guide .graph .correction .bar.low:before {
  background-color: #d1e17f;
}
.canvas .body .frame .guide .graph .correction .bar.medium:before {
  background-color: #ffbe7f;
}
.canvas .body .frame .guide .graph .correction .bar.high:before {
  background-color: #f58989;
}
.canvas .body .frame .guide .graph .correction .bar .face {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #666666;
  border-radius: 40px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.canvas .body .frame .guide .graph .correction .bar .face:first-child {
  left: 0;
  transform: translateX(calc(-50% - 10px));
}
.canvas .body .frame .guide .graph .correction .bar .face:last-child {
  right: 0;
  transform: translateX(calc(50% + 10px));
}
.canvas .body .frame .guide .graph .correction .bar .face.type_match:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/avatar.png");
  background-size: 24px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.canvas .body .frame .guide .graph .correction .bar .face img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}