@charset "utf-8";
/* CSS Document
	eMotivo CMS */
.content_bottom {
	clear: both;
}
textarea {
	font-family: inherit;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */

	line-height: normal;
}

input[type="file"] {
	display: block;
}

select[multiple],
select[size] {
	height: auto;
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
}
.form-item {
	float: left;
	width: 50%;
}
.form-item input,
.form-item select,
.form-block textarea {
	display: block;
	height: 34px;
	width: 90%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
}
.form-block textarea {
	width: 96.5%;
	min-height: 250px;
}

.form-item input[type="checkbox"] {
	width: auto;
	height: auto;
	display: inline;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

textarea.form-control {
	height: auto;
}

.form-block {
	width: 100%;
	clear: both;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

div.error,
textarea.error,
input.error,
select.error {
	background:#FED6DC;
	border: 1px solid #900;
}
div.success {
	background:#CBF5C0;
	border: 1px solid #060;
	color:#060;
}
div.success,
div.error {
	padding: 12px 12px 0;
	margin-bottom: 20px;
}

.image-box {
	width: 300px;
	min-height: 300px;
	border: 1px solid #cccccc;
	background: #b1b1b1;
}
.image-box img
{
	display: block;
	margin: 0px auto;
}

.table-bordered {
	border: 1px solid #DDD;
	border-right: none;
}

#page #right .content .table-bordered th a {color: #fff;}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table tr td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table tr th {
	background: #006e84;
	color: #fff;
}
/*table.table tr:nth-child(odd) td {*/
	/*background: #b1d2d9;*/
/*}*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.dienstplan {
	border: 1px solid #565657; margin-bottom: 10px;
}
table.dienstplan input { width: 80px}
#page #right .content table.dienstplan th {
	background: #565657;
	color: #ffffff;
	text-align: left;

}
#page #right .content table.dienstplan td {

}



#page #right .content table.calendar {
		background: #fff;
		border-collapse: collapse;
		color: #222;
		font-family: 'PT Sans', sans-serif;
		font-size: 13px;
		width: 100%;
		margin-bottom: 10px;
}
#page #right .content table.calendar select {width: 100px}
#page #right .content table.calendar td,
#page #right .content table.calendar th {
		border: 1px solid #ccc;
		color: #444;
		line-height: 22px;
		text-align: center;
		vertical-align: top;
}
#page #right .content table.calendar td {
 text-align: left;
 padding: 5px;
 font-size: 11px;
}
#page #right .content table.calendar td.gone {
		background: #EFEFEF;
}
#page #right .content table.calendar th {
		color: #fff;
		background: #565657;
}
#page #right .content table.calendar tr:first-child td {
		color: #222;
		font-weight: 700;
}
#page #right .content table.calendar .selected {
		background: #f0951d;
		border: 0;

		box-shadow: 0 2px 6px rgba(0, 0, 0, .5) inset;
}
.btn-bewerbung,
.btn-beworben,
.btn-zugeteilt {
		display: block;
		background: #4b9853;
		padding: 3px;
		margin-bottom: 2px;
		line-height: 140%;
		color: #fff;
		cursor: pointer;
}
.btn-beworben {
		background: #c5c5c5;
		color: #f5f5f6;
}
.btn-ort {
		display: block;
		float: left;
	border: 1px solid #000;
	width: 22%;
		margin-right: 1%;
		text-align: center;
}
.btn-beworben.past {
	color: #dfdfe0;
	background: #fff;
	border: 1px dashed #dfdfe0;
		cursor: context-menu;
}
.btn-zugeteilt {
	background: #c53899;
	color: #f5f5f6;
		cursor: context-menu;
}

.bewerbungButtonWrapper {
	display: block;
	width: 100%;
	background: #d0d7d9;
	margin-bottom: 2px;
	padding: 1px;
}
.bewerbenButton {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.bewerbungButtonWrapper.beworben {
	background: #FBFE69;
}
.bewerbungButtonWrapper.zugeteilt {
	background: #ADDD4B;
}
table.table.table-bordered .zugeteilt td {
	background: #ADDD4B;
}
.bewerbungButtonWrapper.beworben .bewerbungLocations,
.bewerbungButtonWrapper.zugeteilt .bewerbungLocations {
	display: block;
}
.bewerbungLocations {
	display: none;
	width: 50%;
	float: left;
	cursor: pointer;
}
.buttonLocation {
	display: block;
	width: 40%;
	float: left;
	text-align: center;
	border: 1px solid;
	margin: 1px;
}
.buttonLocation.deSelected {
	background: #ccc;
}

.bewerbungButtonWrapper.vergangenheit {
	background: #e8edee;
	color: #bec4c6;
}


/**
 * Formular
 */
.form-group {
	margin-bottom: 15px;
	display: block;
	padding: 1px 16px 1px 1px;
}
.form-group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
select.form-control {
	height: 46px;
}
input[type="submit"].form-control {
	height: 46px;
	width: auto;
}
.inline-form {
	width: auto;
	float: left;
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-default {
	color: #333;
	background-color: #742129;
	border-color: #CCC;
}
#page #right .content .btn-button {
	background: #006d84;
	color: #fff;
	line-height: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 5px;
		margin-bottom: 12px;
		text-decoration: none;
}
#page #right .content .btn-button:hover {
		text-decoration: none;
		background: #b0d0d8;
}
.alert-danger {
	color: #742129;
}
/**
 * Farbanpassungen 1.1
 */
body {background-color: #efefef;}
#page #top {border-bottom: 5px solid #006f85;}
.btn {background-color: #006e85; color: #ffffff;}
#page #left .user {color: #ffffff; background-color: #006e85;}
#page #left .login {color: #ffffff; background-color: #006f85;}
#page #left .menu {border:1px solid #939393; background-color: #fff;}
#page #left .menu .menu_top {padding: 5px 0 0 10px; background-image:none; background: #575757; color: #fff;}
#page #left .menu .menu_middle li a {border-top: 1px solid #939393; color: #000;}
#page #left .menu .menu_middle li a.norights {color: #C0C0C0;}
#page #left .menu .menu_middle li a:hover {background-color: #006f85; color: #ffffff;}
#page #left .menu .menu_middle li a.active {background-color: #006f85; color: #ffffff;}
#page #left .menu .menu_middle li ul li a {line-height: 20px; background-color: #fff; background-image: url(../system_images/bg_menu.png);}
#page #left .menu .menu_middle li ul li a:hover {background-color: #fff; color: #000; }
#page #left .menu .menu_middle li ul li a.active {background-color: #fff; color: #000; }
#page #left .menu p.kontakt { color: #575757; }
#page #left .menu p.kontakt a { color: #575757; }
#page #right .content { border:1px solid #939393; background-color:#fff; }
#page #right .content .content_top { background-image: none; background: #575757; color: #fff; }
#page #right .content a {text-decoration: none; color: #313131; }
#page #right .content input[type="submit"], #page #right .content input.button {background: #006f85; color: #ffffff; cursor: pointer;}


table.dpTable {
	border:1px solid #000;
	background:#FFF;
	padding:10px;
	cursor: pointer;
	padding: 10px;
}
tr.dpTitleTR {
	font-size:1.2em;
}
td.dpTD {
	padding:5px;
}
td.dpDayHighlightTD {
	background:#f39100;
	color:#FFF;
}

/**
 *
 */
.aufnahmestatus_1 {background: #a30011; color: #fff; display: block; padding: 0 2px; line-height: 140%; text-align: center;}
.aufnahmestatus_2 {background: #0a6700; color: #fff; display: block; padding: 0 2px; line-height: 140%; text-align: center;}
.aufnahmestatus_7 {background: #a30011; color: #fff; display: block; padding: 0 2px; line-height: 140%; text-align: center;}





#datepickerform table.dpTable {
	width: 250px;
	text-align: center;
	border: 2px solid #d0d0d0;
	color: #2E373C;
}
#datepickerform table.dpTable tr.dpTitleTR td,
#datepickerform table.dpTable tr.dpDayTR td {
	background: #F6F4F7;
}
#datepickerform table.dpTable tr.dpTitleTR td {
	font-weight: bold;
	line-height: 26px;
}
#datepickerform table.dpTable tr.dpDayTR td {
	text-transform: uppercase;
	color: #71716A;
	border-bottom: 2px solid #d0d0d0;
}
#datepickerform table.dpTable .dpButton {
	background: #F6F4F7;
	border: none;
	font-weight: bold;
}
#datepickerform table.dpTable .dpTodayButton {
	border: none;
	background: #006E85;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#datepickerform table.dpTable .dpTodayButton:nth-child(2) {
	float: right;
}
#datepickerform table.dpTable .dpDayHighlightTD {
	background: #006E85;
}
#datepickerform table.dpTable td.dpTD:hover {
	background: #B1D2D9;
}
.dienstplan_button {
	cursor: pointer;
}
.dienstleister_row {
	line-height: 140%;
	background: #ddd;
	margin-bottom: 2px;
}
.remove-button {
	float: right;
}

.msg-info, .msg-success, .msg-warning, .msg-error, .msg-validation {
		border: 1px solid;
		margin: 10px 0;
		padding: 15px 10px;
}
.form-group .msg-info,
.form-group .msg-success,
.form-group .msg-warning,
.form-group .msg-error,
.form-group .msg-validation {
		margin: 0;
}
.msg-info {
		color: #00529B;
		background-color: #BDE5F8;
}
.msg-success {
		color: #4F8A10;
		background-color: #DFF2BF;
}
.msg-warning {
		color: #9F6000;
		background-color: #FEEFB3;
}
.msg-error {
		color: #D8000C;
		background-color: #FFBABA;
}

.abrechnung-table{
	width: 100%;
	border: 1px black solid !important;
}
.abrechnung-table td {
	border: 1px black solid !important;
	width: 3%;
}
.abrechnung-table td.name {
	max-width: 25px;
}
.abrechnugns-table table.innertable {
	margin: 0;
}