/* IMPORT */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
textarea,
label,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Monospace;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
}
html,
body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-align: center;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ul {
  list-style: none;
}
ins {
  background-color: none;
  text-decoration: none;
  color: #000;
}
mark {
  background-color: none;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  cell-spacing: 0;
  cell-padding: 0;
  border: 0;
}
table tr td {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid black;
}
label {
  background: #FFFFFF;
}
input {
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FFFFFF;
}
input[type="text"] {
  width: 100%;
}
input[type="time"] {
  height: 27px;
}
input[type="checkbox"] {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
}
input[type="submit"] {
  background: none;
}
select {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: none;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
textarea {
  box-sizing: border-box;
  resize: vertical;
  background: #FFFFFF;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-feature-settings: "liga";
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* FLEX */
/* CORE */
/* DEFAULTS */
/* FRAMEWORK */
header,
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #202020;
}
header a,
footer a {
  margin: 10px;
  padding: 10px;
  color: #e6e6e6;
  background: #131313;
}
header span,
footer span {
  font-size: 100%;
  font-weight: normal;
  color: #e6e6e6;
}
header h1,
footer h1 {
  margin: 0;
  padding: 10px;
  font-size: 4vh;
  font-weight: bold;
  color: #e6e6e6;
}
main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  background: #e6e6e6;
  overflow: hidden;
}
main > nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #3498db;
}
main > nav a {
  margin: 10px;
  padding: 10px;
  color: #e6e6e6;
  background: #258cd1;
}
main > nav span {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  font-size: 100%;
  font-weight: normal;
  color: #e6e6e6;
}
main > section {
  overflow: auto;
}
main > section > a {
  margin: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background: #f3f3f3;
}
main > section > a ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main > section > a ul li {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  color: #202020;
}
main > section > a ul:nth-child(1) li {
  font-size: 100%;
  font-weight: bold;
  color: #202020;
}
main > section > a ul:nth-child(1) li:nth-child(2) {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  font-size: 100%;
  font-weight: normal;
  color: #606060;
}
main > section > a ul:nth-child(2) li {
  margin: 0 5px 0 5px;
}
main > section > a ul:nth-child(2) li:nth-child(1) {
  color: #3498db;
}
main > section > a ul:nth-child(3) li:nth-child(1) {
  color: #3498db;
}
main > section .banners {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
main > section .banners li {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  background: #f3f3f3;
}
main > section .banners li a {
  margin: 0;
  padding: 10px;
  color: #202020;
}
main > section .banners li span {
  margin: 5px;
  padding: 5px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  font-size: 100%;
  font-weight: bold;
  color: #202020;
}
main > section .banners li .icon {
  margin: 0;
  padding: 10px;
  color: #e6e6e6;
  cursor: pointer;
  background: #e74c3c;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  background: #e6e6e6;
  overflow: hidden;
}
form > nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #3498db;
}
form > nav input[type="submit"] {
  margin: 10px;
  padding: 10px;
  color: #e6e6e6;
  background: #258cd1;
}
form > nav a {
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 10px;
  color: #e6e6e6;
  background: #258cd1;
}
form > nav span {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  font-size: 100%;
  font-weight: normal;
  color: #e6e6e6;
}
form > section {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow: auto;
}
form > section > p {
  margin: 5px;
  padding: 10px;
  color: #e74c3c;
  background: #f8c9c4;
}
form > section .matches {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
form > section .matches li:nth-child(1) {
  background: #d9d9d9;
}
form > section .matches li:nth-child(1) input[type="checkbox"] {
  margin: 10px;
  padding: 0;
}
form > section .matches li:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
form > section .matches li:nth-child(2) a {
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  background: #f3f3f3;
}
form > section .matches li:nth-child(2) a span:nth-child(1) {
  font-size: 110%;
  font-weight: bold;
  color: #202020;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form > section .matches li:nth-child(2) a span:nth-child(2) {
  font-size: 100%;
  font-weight: normal;
  color: #3498db;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form > section .matches li:nth-child(3) {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #6d6d6d;
  background: #f3f3f3;
}
form > section .matches li:nth-child(4) a {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e6e6e6;
  background: #202020;
}
form > section .matches li:nth-child(4) a.accent {
  background: #ffa500;
}
form > section .login {
  width: 350px;
  margin: 0 auto 0 auto;
}
form > section .login a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 10px;
  color: #ffffff;
  background: #3498db;
}
form > section .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
form > section .row .column {
  margin: 5px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 50%;
  flex-wrap: nowrap;
}
form > section .row .column.warning label {
  color: #e74c3c;
  background: #f8c9c4;
}
form > section .row .column.warning input[type="date"],
form > section .row .column.warning input[type="time"],
form > section .row .column.warning input[type="text"],
form > section .row .column.warning input[type="file"],
form > section .row .column.warning input[type="password"] {
  background: #f8c9c4;
}
form > section .row .column p {
  margin: 0;
  padding: 10px;
  background: #f3f3f3;
}
form > section .row .column a {
  margin: 0;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #e6e6e6;
  background: #e74c3c;
}
form > section .row .column label {
  padding: 5px 5px 0 5px;
  color: #3498db;
}
form > section .row .column select,
form > section .row .column input[type="date"],
form > section .row .column input[type="time"],
form > section .row .column input[type="text"],
form > section .row .column input[type="file"],
form > section .row .column input[type="password"] {
  margin: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
form > section .row .column input[type="submit"] {
  margin: 0;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background: #2ecc71;
}
.left-dark {
  border-left: 4px solid #202020;
}
.left-positive {
  border-left: 4px solid #2ecc71;
}
.left-assertive {
  border-left: 4px solid #e74c3c;
}
.right-dark {
  border-right: 4px solid #202020;
}
.right-positive {
  border-right: 4px solid #2ecc71;
}
.right-assertive {
  border-right: 4px solid #e74c3c;
}
.cleanup ul:nth-child(1) li:nth-child(3) {
  color: #2ecc71;
}
