/*
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 : 07.04.2016, 09:04:59
    Author     : p.rogge
*/
body {
  padding-top: 75px;
}
.message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* success */
  /* error */
}
.message .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.message.success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.message.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.message-heading {
  color: inherit;
}
table.transfers {
  font-size: 12px;
}
table.transfers a {
  color: #333;
}
table.transfer td {
  word-break: break-all;
}
.label + .label {
  margin-left: 5px;
}
h4.panel-title {
  cursor: pointer;
}
h4.panel-title span.heading {
  font-size: 12px;
  font-weight: bold;
}
h4.panel-title span.label {
  font-size: 11px;
}
h4.panel-title .label + .label {
  margin-right: 5px;
}
h4.panel-title .delete {
  padding-left: 10px;
}
body {
  font-size: 14px;
}
table.comments {
  font-size: 12px;
}
.navbar-collapse .pagination {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1200px;
  }
}
tr.danger.has_resubmission_date > td {
  background-color: #FCF3F3 !important;
}
tr.warning.has_resubmission_date > td {
  background-color: #FEFAE6 !important;
}
.label-pink {
  background-color: #DF0174;
  color: white;
}
.label-dark {
  background-color: #343a40;
  color: white;
}
.fa.fa-pink {
  color: #DF0174;
}
h1 {
  font-size: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.boolean {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #999;
}
.boolean .boolean-indent {
  text-indent: -9999px;
}
.boolean .boolean-light {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
}
.boolean.boolean-true {
  color: #5cb85c;
}
.boolean.boolean-true .boolean-light {
  background-color: #5cb85c;
}
.boolean.boolean-false {
  color: #d9534f;
}
#sidebar .nav-sidebar > li.delete > a,
.dropdown-menu > .delete > a,
.nav > .delete > a {
  color: #c00;
}
.boolean.boolean-false .boolean-light {
  background-color: #d9534f;
}
table.illnessinfos .future {
  color: #9d9d9d;
}
.table-payouts tr.actual td {
  font-weight: bold;
}
.todo {
  position: absolute;
  right: 35px;
  top: 100px;
  width: 300px;
  background: #fefefe;
  min-height: 500px;
  border: 1px solid #ddd;
  padding: 15px;
}
.todo .table td {
  font-size: 12px;
}
.todo .table td:first-child,
.todo .table td:last-child {
  width: 30px;
}
@media (max-width: 700px) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .weeks {
    width: 250px;
    position: absolute;
    top: 75px;
    left: 25px;
  }
}
.progress a {
  color: inherit;
}
@media (max-width: 700px) {
  .table {
    font-size: 75%;
  }
  .table .progress span a {
    font-size: 85%;
  }
  h3 {
    text-align: center;
  }
  .buttons {
    text-align: center;
    margin-bottom: 10px;
  }
  .buttons .btn.pull-right {
    float: none !important;
  }
}
.form-inline label,
.form-inline input {
  margin-right: 5px;
}
.statistics.table-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 223px;
  transform: rotate(180deg);
}
.statistics.table-label a {
  color: black;
}
.table-statistics td {
  border-top: 1px solid black !important;
}
.table-statistics tbody:hover tr td {
  opacity: 0.3;
}
.table-statistics tbody tr:hover td {
  opacity: 1 !important;
}
.progress-bar-striped {
  opacity: 0.8;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
.team-select .form-group.select label {
  display: block;
  width: 100%;
}
