/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.12.2017, 10:07:09
    Author     : ehabicht
*/
body {
  padding-top: 70px; }

img.center {
  display: block;
  margin: 0 auto; }

.card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .5rem; }
  .card .card-body {
    padding: 1.25rem; }

.login .card {
  padding: 40px; }
.login .form-control {
  margin-bottom: 10px; }
.login .login-img {
  width: 200px;
  height: 86px;
  text-align: center; }
.login .demohints {
  margin-top: 40px; }

.dayview .dayview-header {
  display: inline-block;
  background-color: #186da4; }
  .dayview .dayview-header .dayview-header-aircraft, .dayview .dayview-header .dayview-header-date {
    color: #FFE75B;
    margin: 0px;
    font-size: 1.5em; }
  .dayview .dayview-header .dayview-header-aircraft {
    font-weight: bold; }
  .dayview .dayview-header a {
    margin: 5px; }
.dayview table {
  background-color: #dee2e6; }
.dayview table th {
  background-color: #186da4;
  color: #FFE75B;
  text-align: center; }
.dayview table td {
  padding: 2px 10px 2px 10px;
  vertical-align: top; }

.monthsurvey th {
  text-align: center;
  font-weight: bold;
  white-space: nowrap; }
.monthsurvey table.monthselector th {
  background-color: #186da4;
  color: #FFE75B; }
  .monthsurvey table.monthselector th a {
    color: #FFE75B; }
.monthsurvey table.survey th, .monthsurvey table.survey td {
  border: 1px solid white;
  background-color: #B8CEDC; }
.monthsurvey table.survey th.dayheader {
  width: 3.2258064516129%; }
.monthsurvey table.survey td.daycell a {
  display: block;
  text-decoration: none; }
.monthsurvey table.survey th.header-left {
  text-align: left; }

.left {
  float: left; }

.right {
  float: right; }

.navbar-sidebar {
  margin-top: 20px; }
  .navbar-sidebar a {
    color: #555555; }
  .navbar-sidebar .nav-pills > li.active > a {
    background-color: #e7e7e7;
    color: #555555; }
  .navbar-sidebar .nav-pills > li.title {
    margin: 10px 15px;
    font-weight: bold; }

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