@import url(http://fonts.googleapis.com/css?family=Raleway:400,900,800,600);
body {
  background: #303030;
  color: #f5f7f7;
  font-family: 'Raleway', sans-serif; }
  body a {
    color: #f5f7f7; }
  body h1, body h2, body h3, body legend, body label, body button, body .btn-sister-red {
    font-style: normal;
    font-weight: 800; }
  body h4, body h5, body h6 {
    font-weight: 800; }
  body p, body a, body span {
    font-style: normal;
    font-weight: 400; }
  body .panel {
    background-color: #f5f7f7;
    color: #303030; }
    body .panel .panel-heading {
      background-color: #bfbfbf;
      background-image: none; }
      body .panel .panel-heading a {
        display: block; }

header {
  text-align: center;
  margin-bottom: 50px; }
  header h1 {
    font-size: 75px; }
  header img {
    padding-top: 25px;
    width: 325px;
    margin-left: 10px; }

.wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../static/img/circuits.png") repeat-x bottom;
  overflow: auto; }

.top-buffer {
  margin-top: 75px; }

@-webkit-keyframes fadi {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadi {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.glyphicon {
  top: 0px; }

/*--------Login/Registration--------*/
.page_login {
  background: #f5f7f7;
  font-size: 16px;
  color: #303030; }
  .page_login .margin-base-vertical {
    margin: 40px 0; }
    .page_login .margin-base-vertical legend {
      font-size: 32px; }
  .page_login h1 {
    font-family: "Abel", Arial, sans-serif;
    font-weight: 400;
    font-size: 40px; }
  .page_login a {
    color: #3B52A3; }
  .page_login .login_failure {
    color: #DF1E25;
    -webkit-animation: fadi 2s 1;
    -moz-animation: fadi 2s 1; }
  .page_login .error_list ul, .page_login .error_list {
    list-style: none;
    color: red;
    margin-top: -15px;
    -webkit-animation: fadi 1s 1;
    -moz-animation: fadi 1s 1; }

.error_list {
  list-style: none;
  color: #DF1E25;
  margin-top: -15px;
  -webkit-animation: fadi 1s 1;
  -moz-animation: fadi 1s 1; }

.btn-sister-red {
  background: #DF1E25;
  min-width: 200px;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #ab161b; }
  .btn-sister-red:hover {
    background-color: #b4181e;
    box-shadow: 0 6px 0 #871216; }
  .btn-sister-red:active {
    background-color: #871216;
    box-shadow: 0 6px 0 #b4181e; }

.btn-sister-red:hover {
  background: #ab161b;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #911317; }

.btn-sister-red:active {
  background: #911317;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #DF1E25; }

.btn-sister-grey {
  background: #DF1E25;
  min-width: 200px;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #8c8c8c; }
  .btn-sister-grey:hover {
    background-color: #b4181e;
    box-shadow: 0 6px 0 #871216; }
  .btn-sister-grey:active {
    background-color: #871216;
    box-shadow: 0 6px 0 #b4181e; }

.btn-sister-grey:hover {
  background: #8c8c8c;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #911317; }

.btn-sister-grey:active {
  background: #595959;
  color: #f5f7f7;
  box-shadow: 0 5px 0 #DF1E25; }

.navbar-default {
  background-color: #bfbfbf;
  color: #f5f7f7;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-image: none;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 transparent !important;
  -moz-box-shadow: inset 0 1px 0 transparent !important;
  box-shadow: inset 0 1px 0 transparent !important;
  border-color: transparent; }
  .navbar-default a {
    color: #303030; }
  .navbar-default .navbar-brand {
    color: #303030; }
    .navbar-default .navbar-brand:hover {
      color: #f5f7f7; }
  .navbar-default .navbar-nav li a {
    color: #303030;
    margin-top: -5px;
    padding-bottom: 20px; }
    .navbar-default .navbar-nav li a:hover {
      color: #f5f7f7;
      background-color: #999999; }
  .navbar-default .navbar-nav ul li a {
    padding: 10px; }
    .navbar-default .navbar-nav ul li a:hover {
      color: #303030; }

.person_menu img {
  width: 35px;
  padding-right: 5px; }

/*# sourceMappingURL=main.css.map */
