@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300);
body {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  font: 400 16px Roboto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

hr {
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  height: 1px; }

kbd {
  background-color: #c6ff00;
  border-radius: 3px;
  color: #666;
  padding: 0 .2em; }

abbr,
acronym {
  border-bottom: 1px dotted #00bcd4 !important; }

blockquote {
  border-left: 5px solid #c6ff00;
  padding-left: 1em; }

a {
  color: #00bcd4;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: underline; }
  a:visited {
    color: #00a1b5; }

*,
*:before,
*:after {
  box-sizing: border-box; }

*::-moz-selection {
  background-color: #00bcd4; }

*::selection {
  background-color: #00bcd4; }

.primary-background, .header {
  background-color: #00bcd4; }

.primary-foreground {
  color: #00bcd4; }

.accent-background {
  background-color: #c6ff00; }

.accent-foreground {
  color: #c6ff00; }

.text-secondary {
  color: rgba(0, 0, 0, 0.54); }

.text-inverse {
  color: rgba(255, 255, 255, 0.87); }

.button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  background-image: none;
  border: 0;
  padding: 0.3em 0.6em;
  -webkit-transition: box-shadow .25s;
          transition: box-shadow .25s; }
  .button:focus, .button:active, .button:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); }

.flat {
  box-shadow: none; }

dl,
ul,
ol {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  background: #fff; }

dt,
dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

dt {
  font-size: 1.1em;
  font-weight: 300;
  padding: .4em; }

dd {
  padding: 1em; }
  dd:last-of-type {
    border: 0; }

ul {
  list-style: none;
  padding: 0; }
  ul:last-of-type {
    border: 0; }

li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1em; }
  li:last-of-type {
    border: 0; }

form {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  background-color: #fff; }

fieldset {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 1em; }

legend {
  font-weight: 300; }

input,
button,
textarea,
select {
  background-color: #fff;
  border: 0;
  margin: .4em; }
  input:disabled,
  button:disabled,
  textarea:disabled,
  select:disabled {
    background-color: rgba(0, 0, 0, 0.12); }
  input:focus,
  button:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

input {
  background-image: -webkit-linear-gradient(top, transparent 94%, #c6ff00 94%), -webkit-linear-gradient(top, transparent, 94%, #00bcd4 94%);
  background-image: linear-gradient(to bottom, transparent 94%, #c6ff00 94%), linear-gradient(to bottom, transparent, 94%, #00bcd4 94%);
  background-position: -900px 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  border-color: transparent;
  -webkit-transition: background-position 0.35s cubic-bezier(0.64, 0.09, 0.08, 1);
          transition: background-position 0.35s cubic-bezier(0.64, 0.09, 0.08, 1); }
  input:read-only {
    background-color: rgba(179, 179, 179, 0.12); }
  input:focus {
    background-position: 0 0, 0 0; }

button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  border: 0;
  padding: 0.3em 0.6em;
  -webkit-transition: box-shadow .25s;
          transition: box-shadow .25s; }
  button:focus, button:active, button:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
    border: 0; }

textarea {
  border: 1px solid #00bcd4; }
  textarea:read-only {
    background-color: rgba(179, 179, 179, 0.12); }
  textarea:focus {
    border-color: #c6ff00; }

input[type=radio],
input[type=checkbox] {
  height: 20px;
  position: relative;
  visibility: hidden;
  width: 20px; }

input[type=radio]:before,
input[type=checkbox]:before {
  border: 2px solid #00bcd4;
  border-radius: 50%;
  bottom: 0;
  content: '';
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible; }

input[type=radio]:checked:before {
  background-image: -webkit-radial-gradient(center, ellipse, #c6ff00 50%, rgba(0, 0, 0, 0.26) 52%, transparent 60%);
  background-image: radial-gradient(ellipse at center, #c6ff00 50%, rgba(0, 0, 0, 0.26) 52%, transparent 60%); }

input[type=checkbox]:before {
  border-radius: 3px; }

input[type=checkbox]:checked:before {
  color: #c6ff00;
  content: '✔';
  line-height: 1em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.87); }

table {
  width: 100%; }
  table thead {
    border-bottom: 1px solid #00bcd4;
    text-align: center; }
    table thead th {
      font-size: 1.1em;
      font-weight: 300; }
  table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    table tbody tr td {
      padding: .3em; }
    table tbody tr.even {
      background-color: rgba(0, 0, 0, 0.12); }

.shadow-float {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.26); }

.shadow-high {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); }

.shadow-middle {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.shadow-low {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26); }

body {
  margin-top: 130px; }

.header {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  left: 0;
  overflow: hidden;
  padding-left: 10%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1; }

.wrapper {
  margin: 0 auto;
  max-width: 960px; }
  .wrapper:after, .wrapper:before {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0; }

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  float: left;
  margin-right: 1.1%;
  padding: .8em;
  width: 32.5%; }

.last {
  margin-right: 0; }

.left {
  float: left; }

.login {
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
  text-align: center; }
  .login button {
    display: block;
    margin-bottom: 1em;
    margin-left: 60%; }

form h2 {
  padding: 1em 1em 0; }

form > p {
  padding: 0 1em 1em; }
