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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

table, tr, td {
  display: block;
}

thead, tbody {
  display: block;
  overflow: hidden;
}

/* Vendor */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar {
  background: #3CE731;
  z-index: 10000;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("/public/fonts/roboto-light/Roboto-Light-webfont.eot");
  src: url("/public/fonts/roboto-light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-light/Roboto-Light-webfont.woff") format("woff"), url("/public/fonts/roboto-light/Roboto-Light-webfont.ttf") format("truetype"), url("/public/fonts/roboto-light/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: Helvetica Neue, "Roboto-Light", Arial;
  font-weight: 100;
  color: #5a5a5a;
  font-size: 62.5%;
}

div, span, h1, h2, h3, h4, h5, h6, button, input {
  -webkit-font-smoothing: subpixel-antialiased;
}

input, button, table {
  font-family: Helvetica Neue, "Roboto-Light", Arial;
}

[type=text],
[type=password] {
  outline: none;
  font-weight: 200;
  font-size: 20px;
  font-size: 2rem;
}
[type=text]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
[type=text]:-moz-placeholder,
[type=password]:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
[type=text]::-moz-placeholder,
[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
[type=text]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

div, td {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 100;
}

h2, tr {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}

[type=text],
[type=password] {
  border: none;
  padding: 0 10px;
  height: 35px;
  border-radius: 2px;
  width: calc(100% - 20px);
  font-size: 20px;
  font-size: 2rem;
}

:focus {
  outline: none;
}

.button[type=submit] {
  color: #fff;
  background-color: #e55a5a;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.button[type=submit]:active {
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4) inset;
}

.button {
  display: inline-block;
  color: #fff;
  background-color: #acabab;
  min-width: 40px;
  padding: 10px 30px;
  margin: 2px;
  border-radius: 2px;
  font-weight: 200;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.button:active {
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
}

html {
  position: relative;
  height: 100%;
  width: 100%;
}

body {
  background-color: #ebebeb;
}

.app {
  overflow: hidden;
}

.app-header {
  position: fixed;
  width: 100%;
  height: 40px;
  z-index: 10000;
  background-color: #e04d4d;
  display: table;
  border-bottom: 1px solid #B03D3D;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.app-search {
  position: relative;
  width: 720px;
  margin: 0px auto;
  height: 100%;
  display: table;
}

.app-localizations {
  width: 720px;
  margin: 100px auto;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.app-localizations.is-revealed {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.app-localizations.is-hidden {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.app-localization {
  margin-top: 125px;
  margin-bottom: 125px;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.app-localization.is-revealed {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.app-localization.is-hidden {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
