/*html,
body {
	height: 100%;
}*/

h1 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

h2 {
	font-size: 18px;
	background: yellow;
	padding: 4px 10px 10px;
	display: inline-block;
}

.h2-modif {
	font-size: 18px;
	height: auto;
	background: yellow;
	margin-top: 25px;
}
.h2-modif.form-control[readonly] {
	background: yellow;
}
h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container{
	padding: 20px 15px;
}

.wrap > .container:first-of-type {
	padding: 70px 15px 20px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/"\e151";
}

a.desc:after {
	content: /*"\e114"*/"\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
.hasDatepicker {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.label-warning {
	background-color: #ff0;
}
.label-danger {
	background-color: #f00;
}
.btn,
.form-control,
.input-group-addon,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
	border-radius: 0;
	box-shadow: none;
}
.create-disk {
	border-radius: 50%!important;
	display: inline-block!important;
	width: 10px!important;
	height: 10px!important;
	padding: 0!important;
}
.blink {
	-webkit-animation: dblink 1s ease-out infinite;
	animation: dblink 1s ease-out infinite;
}
.detail-view th {
	width: 25%;
}
.amf-view .detail-view th {
	width: 40%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	/*background-color: #ddeeff;*/
	background-color: rgba(255,195,73,0.85);
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: rgba(255,195,73,0.44);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
	font-size: 12pt;
}
/*.qmf-form h2 {
	color: red;
}*/
.allPos {
	margin: 30px 0;
}
.wdays > span {
	display: inline-block;
	padding: 1px 5px;
	background: black;
	color: white;
	margin:0 0 10px 0;
	width: 52px;
	vertical-align: middle;
	cursor: pointer;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.grid-view td {
	vertical-align: middle;
}
.project-specific ul {
	margin: 0;
	list-style: '\2192\00a0';
}
.project-specific thead th {
	background-color: #b0b0b0;
}
.project-specific thead th:first-child {
	background: rgb(35, 69, 103);
	background: -webkit-linear-gradient(45deg, rgba(35, 69, 103, 1) 0%,rgba(176, 176, 176, 1) 100%);
	background: -moz-linear-gradient(45deg, rgba(35, 69, 103, 1) 0%, rgba(176, 176, 176, 1) 100%);
	background: linear-gradient(45deg, rgba(35, 69, 103, 1) 0%,rgba(176, 176, 176, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234567', endColorstr='#b0b0b0', GradientType=1);
}
.project-specific tbody th {
	/*background-color: #234567;*/
	background-color: #3b3b3b;
	color: white;
	width: 25%;
	text-align: right;
}
.markclose,
.modif {
	margin: 5px;
}
.recover {
	color: #0088cc;
	cursor: pointer;
	position: relative;
	top: 30px;
}
#clockJs {
	line-height: 20px;
	padding: 5px;
	text-align: center;
}
.red-row td:nth-child(9) {
	background: red;
	color: white;
}
.trash-row td {
	background: #feeddc;
}
.dispib {
	display: inline-block;
}
.fb-sign,
.btn-feedback {
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	margin: 2px;
	cursor: pointer;
	background: transparent;
}
.fb-sign {
	display: inline-block;
}
.one {
	color: #00cc00;
}
.one:hover {
	color: #00ff00;
}
.two {
	color: #ccaa00;
}
.two:hover {
	color: #ffcc00;
}
.three {
	color: #cc0000;
}
.three:hover {
	color: #ff0000;
}
.fb-change {
	display: none;
	position: absolute;
	width: 136px;
	bottom: -4px;
	left: -84px;
	background: #d0d0d0;
	border-radius: 30px;
}
.fb-sign.open + .fb-change {
	display: block;;
}
.has-euro,
.has-sqm,
.has-percent,
.has-hour {
	position: relative;
}
.has-euro:after,
.has-sqm:after,
.has-percent:after,
.has-hour:after {
	position: absolute;
	left: calc(100% + 7px);
	bottom: 7px;
	font-weight: bold;
}
.has-sqm.inside:after {
	left: calc(100% - 20px);
}
.has-euro:after {
	content: "\0020ac";
}
.has-sqm:after {
	content: "m\0000b2";
}
.has-percent:after {
	content: "%";
}
.has-hour:after {
	content: "Std.";
}
.kglas-form input:not([readonly]),
.kgrund-form input:not([readonly]),
.kunterhalts-form input:not([readonly]),
.kunterhalts-form select:not([readonly]) {
	outline: 1px solid lime;
	background: #ffffaa;
}
.table-calc-container {
	padding: 20px 30px;
}
.table-calc {
	width: 100%;
}
.table-calc th,
.table-calc td {
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	border: 1px solid black;
	padding: 3px;
}
.table-calc td {
	background: #ffffaa;
	text-align: right;
}
.table-calc th:first-child,
.table-calc td:first-child {
	border: none;
	background: transparent;
	text-align: right;
}
.table-calc td:first-child {
	color: red;
}
.outline-container {
	outline: 2px solid #808080;
	outline-offset: -2px;
	padding: 20px;
}
.outline-container.diff-padding {
	padding: 10px 20px;
}
.outline-container.chaos-padding {
	padding: 50px 60px 31px 30px;
	-webkit-padding-after: 33px;
}
.chaos-padding .form-group {
	margin-bottom: 35px;
	-webkit-margin-after: 37px;
}
#srvertretung-monat .checkbox {
	width: calc(25% - 3px);
	display: inline-block;
}
@-webkit-keyframes dblink {
	0% {opacity: 1;}
	49% {opacity: 1;}
	51% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes dblink {
	0% {opacity: 1;}
	49% {opacity: 1;}
	51% {opacity: 0;}
	100% {opacity: 0;}
}

@media (max-width: 960px) {
	.wdays > span {
		width: 60px;
	}
}

@media print {
	button,
	.btn,
	input[type="file"] {
		display: none!important;
	}
	div[class^="optional"] {
		display: block!important;
	}
	.wdays > span,
	.wdays > span > * {
		color: white!important;
		-webkit-print-color-adjust: exact;
	}
}
#recover {
	display: none;
}

/*.navbar-inverse .navbar-nav > li > a {*/
/*	color: #05e70a;*/
/*}*/
/*.navbar-inverse .navbar-brand {*/
/*	color: #05e70a;*/
/*	font-weight: bold;*/
/*}*/

/*table th a {*/
/*	color: #dfa334;*/
/*}*/
/*table th a:hover {*/
/*	color: #bf8a2e;*/
/*}*/

h1 {
	text-align: center;
	font-weight: bold;
}
