/* Overwritten Bootstrap CSS Sytles */

body {
  padding-top: 70px;
  padding-bottom: 40px;
}

.lwrapper {
	background: white; /*rgba(255, 255, 255, 1.0)*/
	z-index: 9999999;
	position: fixed;
	width: 100% !important;
	height: 100% !important;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: grey;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.well {
	clear: both;
}

.table>thead>tr>th {
	border-bottom: 1px solid #ddd;
}

.panel-title {
	font-size: 13px;
}

.panel-heading {
	padding: 8px 15px;
}

.form-control {
	font-size: 12px;
	height: 30px;
}

.navbar-brand {
	width: 160px;
	height: inherit;
}

.input-group-addon {
	width: 38px;
	font-size: 12px;
}

.radio inline {
	float: left;
}

label {
	padding-right: 10px;
	font-weight: 300;
}

.container {
	padding-left: 0px;
}

.form-group {
	padding-right: 10px;
	padding-bottom: 10px;
}

.btn-default {
	color: #555;
}

#boxsizingBorder {
	margin-top: -8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#boxsizingBorder1 {
	margin-top: -8px;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maxwidth {
	width: 100%;
}

.navbar-nav>li>a {
	padding-top: 18px;
	padding-bottom: 17px;
}

body {
	font-size: 12px;
}

.btn {
	font-size: 12px;
}
/* Own CSS Sytles */

#btn-width {
	width: 70px;
}

#float-input {
	float: left;
}

#no-left-padding {
	padding-left: 0px;
}

#heading {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#floatContainer {
	float: left;
	width: 49%;
}

.left {
	margin-right: 1%;
}

.right {
	margin-left: 1%;
}

#addFormBtn {
	margin-top: -10px;
	margin-left: -10px;
}

#addSettingsBtn {
	margin-top: -10px;
	margin-left: 10px;
}

#smallBtn {
	padding: 2px 5px;
}

#floatRight {
	float: right;
}

#nav {
	font-size: 13px;
}



#tableLeft {
	float: left;
	width: 62%;
}

#tableRight {
	float: right;
	width: 35%;
}

#schaeden {
	float: right;
	width: 40%;
	margin-left: 1%;
	margin-top: 9px;
	margin-bottom: 10px;
}

#tableLeft .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 0px;
}

/*.start .form-control {
	float: right;
	width: 80%;
}*/

.start .btn-group {
	float: right;
}

.start .input-group {
	float: right;
	width: 98%;
}

.form-control[readonly] {
	background-color: inherit;
	cursor: pointer;
	opacity: 100;
}

#buttonHeader {
	padding: 2px 8px;
	height: 24px;
	color: inherit;
}

#selectHeader {
	padding: 2px 8px;
	height: 24px;
	color: inherit;
}

#buttonGrpHeader {
	float: right;
	margin-right: -7px;
	margin-top: -4px;
}

#floatRightWithPadding {
	float: left;
	margin-right: 5px;
}

.btn-group, .btn-group-vertical {
	display: inline-flex;
}

#filter {
	padding: 9px 15px 0px 15px;
}

#wachgaenger {
	margin-right: 5px;
}

#von {
	margin-right: 5px;

}

#bis {
}

.block {
	display: block;
	float: right;
	margin-top: 5px;
}

.row {
	float: right;
	width: 80%;
	margin-right: 0px;
	margin-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0px;
	padding-right: 0px;
}

#block {
	display: block;
	float: right;
	margin-top: 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
}

#logout {
	cursor: pointer;
}

.disableInput {
	opacity: .65;
}

.lock {
	background-image: url("../img/lock.png");
	background-repeat: no-repeat;
	width: 22px;
	background-position: 3px 2px;
}

.unlock {
	background-image: url("../img/unlock2.png");
	background-repeat: no-repeat;
	width: 22px;
	background-position: 3px 2px;
}

.disable {
	background-color: #eee !important;
}

.caret.caret-reversed {
	border-top-width: 0;
	border-bottom: 4px solid #000000;
}


.table-header-rotated th.row-header{
  width: 120px;
}

.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 11px;
  line-height: 1.0;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  /*border-right: 1px solid #dddddd;*/

}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 35px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -20px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  // width: 100%;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  // white-space: nowrap; /*whether to display in one line or not*/
}

.stats-counter {
	width: 40px;
    vertical-align: middle !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -21px;
  padding-left: 2px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  background-color: green;
  color: green;
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label::after,
.checkbox input[type="radio"]:disabled + label::after {
  color: #337AB7;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

/*select {
background: #fff url("../img/select.png") no-repeat;
background-size: 24px 20px;
background-position:right center;
.border-radius(2px);
border: 1px solid @mainD5;
.box-shadow;
color:#888;
outline:none;
display: inline-block;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
}

@-moz-document url-prefix() {
select {
text-indent: 0.01px;
text-overflow: '';
}
}*/