html {
  height: 100%;
}
body {
  background: #fff url("../img/bg-login.jpg");
  background-size: cover;
  background-attachment: fixed;
}
body.Workouts,
body.Competitions,
body.Rankings,
body.Goals,
body.Photos,
body.Sports {
  background-image: url("../img/bg-together-active.jpg");
}
h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.content-area {
  background: white;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
  padding-bottom: 30px;
}
.logout {
  margin-top: 9px;
  margin-bottom: 7px;
  color: white;
}
.logout span {
  padding: 6px 12px;
  color: #333;
}
.logout a {
  display: inline-block;
}
li.active a {
  color: white;
}
.table > tbody > tr.addline > td {
  border-top: 2px solid #ddd;
}
.overtime_included {
  text-align: right;
  display: block;
  font-size: 11px;
  letter-spacing: normal;
  margin-top: 4px;
}
/*
.navbar-inverse {
    background: @brand-primary;
    .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        background: #024985;
    }
    border-bottom: 2px solid @brand-second;
}
*/
h1 {
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  padding: 15px 15px;
  background: #31a2c5;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
  border-radius: 0px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 100;
}
h1 .small {
  color: white;
}
.navbar .glyphicon {
  top: 0px;
  padding: 24px;
}
.table td.result,
.table th.result {
  text-align: right;
  padding-right: 10px;
}
.table tr.negative td.result {
  color: red;
}
.table tr.active {
  font-weight: bold;
  color: white;
  background: green;
}
.table tr.active td {
  background: green;
}
.table tr.active a {
  color: white;
}
.main .table tr.active {
  font-weight: bold;
  color: white;
  background: green;
}
.main .table tr.active td {
  background: green;
}
.main .table tr.active a {
  color: white;
}
.alert {
  margin-top: 20px;
  margin-bottom: 0px;
}
.well {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #efefef;
  border-bottom: 3px solid #7dc8df;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
fieldset {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.btn-equal {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}
.past {
  background-color: #efefef;
}
.current {
  background-color: #dff0d8;
}
.current:hover {
  background-color: #c1e2b3;
}
.table-calendar {
  /*.vacation {
      background-color: lightyellow;
  }*/
}
.table-calendar td {
  width: 14%;
}
.table-calendar td.kw,
.table-calendar th,
.table-calendar th.weekend {
  width: 2%;
  color: white;
  background: #333;
  text-align: center;
}
.table-calendar a {
  text-decoration: none;
  color: silver;
  display: block;
}
.table-calendar a span {
  color: #666;
}
.table-calendar a i {
  float: right;
}
.table-calendar a.selected {
  color: green;
}
.table-calendar .form-group {
  display: none;
}
.table-calendar .weekend {
  background: #efefef;
  color: darkred;
}
.table-calendar .holiday {
  background: lightyellow;
}
.pagination > li {
  display: inline-block;
}
select {
  height: 32px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dropdown-header,
.dropdown-menu > li > a {
  color: black;
}
.offen {
  background-color: #fcf8e3;
}
.offen td:first-child {
  background-color: #fcf8e3;
}
.akzeptiert {
  background-color: #dff0d8;
}
.akzeptiert td:first-child {
  background-color: #dff0d8;
}
.abgelehnt {
  background-color: #ebcccc;
}
.abgelehnt td:first-child {
  background-color: #ebcccc;
}
table span.employee {
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 3px;
}
table span.activity {
  margin: 3px;
  font-size: 10px;
  display: inline-block;
  background: #31a2c5;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: bold;
  color: white;
}
table span.times {
  font-size: 10px;
}
table div.entry {
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 2px;
}
span.overtime {
  font-size: 14px;
  letter-spacing: 0;
}
span.overtime strong {
  font-size: 16px;
  display: inline-block;
  background: #27809c;
  padding: 0px 5px;
  border-radius: 5px;
}
#timer {
  position: relative;
}
#start.active {
  color: green;
  font-weight: bold;
}
.startTimer {
  font-size: 24px;
  position: absolute;
  top: 28px;
  left: 140px;
  color: silver;
}
.startTimer:hover {
  color: #666;
  text-decoration: none;
}
.startTimer:active,
.startTimer:focus,
.startTimer-on {
  color: green;
  text-decoration: none;
}
/*
.startTimer-on {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}*/
div.logo {
  margin-top: 40px;
  margin-bottom: -40px;
}
div.logo img {
  border-radius: 0px;
}
div.logo-small {
  display: none;
  padding: 5px;
}
@media (min-width: 768px) {
  div.logo-small {
    display: block;
    float: left;
    margin-right: 0px;
    margin-left: -15px;
    height: 68px;
    width: 112px;
  }
}
div.logo-small img {
  border-radius: 5px;
}
.navbar-brand {
  padding-top: 5px;
}
.map-overlay {
  position: absolute;
  top: 240px;
  left: 30px;
  width: 300px;
  z-index: 10;
}
.map-overlay .input,
.map-overlay button {
  display: inline-block;
}
/*@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 24px;
    padding-bottom: 24px;
}
}
*/
@media print {
  h1 {
    font-weight: bold;
    font-size: 24px;
  }
  a[href]:after {
    content: none !important;
  }
  .filters,
  .paginator,
  .no-print {
    display: none;
  }
  .no-print {
    display: none;
  }
}
.control-label {
  min-width: 50px;
  padding-right: 5px;
}
.tab-content > .tab-pane {
  background: white;
  margin: 0;
  padding: 15px;
}
.pagination {
  margin-top: 5px;
}
.masonry.grid {
  margin-bottom: 200px;
}
.masonry.grid .description {
  padding: 10px 0;
}
.masonry .grid-item {
  width: 372px;
}
.masonry .margin {
  margin: 5px;
  background: white;
  padding: 10px;
}
.no-content {
  background: white;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  padding: 30px;
}
#sig-canvas {
  background: white;
  border: 2px solid black;
}
.panel-body {
  line-height: 22px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #70b9c5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-left: 15px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406 !important;
}
.badge-warning:hover {
  background-color: #c67605 !important;
}
.badge-success {
  background-color: #5cc45e;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
table.borderless {
  background-color: transparent;
}
table.borderless td,
table.borderless th {
  border: none;
  border-top: none;
  background: transparent;
  padding-right: 10px;
}
/*# sourceMappingURL=default.css.map */