@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 *
 */

/* @import url(//fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic); */

{
	margin:0;
	padding:0;
}

/** General Style Info **/
body,
th,
td,
input,
textarea {
	font-family: 'Arimo', sans-serif;	
}

body {
	/*background: #003d4c;*/
	background: #addcb8;
	color: #fff;
	font-size:95%;
	margin: 0;
	position: relative;
	display: inline-block;
	background-image: url('/img/bg.gif');
 background-repeat: repeat;
}

.container {
	background: white;
	color: #333;
}

.headerTitle{
	color: black;
    position: absolute;
    left: 351px;
    top: 6px;
    font-weight: bold;
}

div {
	position: relative;	
}

a {
	color: #003d4c;
	text-decoration: underline;
}

a.notBold {
	font-weight: normal;
	font-size: 14px;
	color: #2c6877;
}
div.coredata a {
	font-weight: bold;	
	font-size:80%;	
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
	vertical-align: middle;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 140%;
}
h2 {
	background:#fff;
	color: #e32;
	font-size: 120%;
}
h3 {
	color: #2c6877;
	font-size: 110%;
}
h3.noTopPadding {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	font-size: 100%;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

#loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 100, 100, 0.3);
	z-index: 100;
}

#loading img {
	position: absolute;	
	left: 50%;
	top: 50%;
	height: 31px;	
	width: 31px;
	margin: -15px 0 0 -15px;
	z-index: 101;
}

.right {
	text-align: right;
}

.hide {
	display: none;
}

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 0;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

a.logo {
	display: inline-block;
	border-right: 1px solid #63937D;
}

a.blank {
	border:none;
	text-decoration: none;
	color: black;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 10px 20px 10px;
}
#footer {
	clear: both;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	padding:10px 2px;
}

div.actions {
	width:200px;
	padding:10px;
}

.actions div {
	padding:9px;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

ul.review,
ul.review li,
ul.review ul {
	margin: 0;
}

ul.review li {
	line-height: 1.5em;
}

/** Tables **/

table.fundingSum td.right {
	white-space: nowrap;
}


td.right {
	text-align:right;
	width:10em;
}
td.cur {
	text-align:left;
	width:1em;
}

table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	empty-cells: show;
	border-collapse:collapse;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	/* padding:4px; */
	vertical-align: text-bottom;
}

table.freitext th {
	border-bottom:none;	
}

th a {
	display: inline-block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}

th.activefilter {
	white-space: nowrap;	
}

table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background-color: #f9f9f9;
}
table#archiveTable {
	font-size: 80%;
}
table#archiveTable td,
table#archiveTable th,
table#archiveTable tr{
	max-width: 10em;
}
td.changed{
	color:red;
}
#filteroptions1 {
	display: none;
	background-color: transparent;
}
#filteroptions1 th {
	border-bottom: none;
	vertical-align: middle;
	padding-bottom: 1px;
}
#filteroptions2 {
	display: none;
}
#filteroptions2 th {
	border-top: none;	
	border-bottom-width: 1px;
	vertical-align: middle;
	padding-top: 1px;	
}
#filteroptions1 input,
#filteroptions2 input {
	font-size: 80%;
	max-width: 12em;
	width:auto;
}

table.legende{
	width: 10em;
}
#federalStatesStatistic label {	
	height:3em;	
	font-size:70%;	
}
#federalStatesStatistic input{
	width:5em;
}
#age-gender input {
	width:5em;
}

#daysStatistic input {
	width:5em;
}

td.actions {
	text-align: center;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

.nowrap {
	white-space:nowrap;
}

.formWindow {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 800px;
	margin: 0 0 0 -400px;
	background-color: #cecece;
}

.popupWindow {
    position: absolute;
    margin: 0 0 0 -350px;
	top: 50px;
	left: 50%;
	min-width: 700px;
	border: 1px solid #ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #cecece;
	color:#444444;
	z-index: 200;
}

#FundingProgramsFieldEditForm {
	margin: 0;
}
#popupFieldOuter{
	position: absolute;
	top:0px; 
	left:0px;
	width: 100%; /* Container auf halbe Breite */
  	margin: auto; /* Den Container zusätzlich zentrieren */
  	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  	height: auto !important; /* important Behel (bei modernen Browsern */
 	height: 100%; /* IE soll wie gewünscht interpretieren */
  	overflow: hidden !important; /* Firefox Scrollleiste */
	background-color: #333333;	
	opacity:0.7;
	z-index: 100;
}

div.input.textarea {
	max-width: 90%;
	min-width: 70%;
	height: 250px;
}
div.input.textarea textarea {
	width: 100%;
}

.ApplicationsCommentDiv,
.ApplicationsCommentDiv div.input.textarea textarea{
	padding:12px;
	margin:12px;
}

#emailsCommentForm,
#emailsCommentForm #EmailsCommentSender {
	float:left;
	clear: none;	
}

fieldset.EmailsComment {
	width: auto;
	min-width: 0;
}

fieldset.emailselect {
	width: auto;
	min-width: 0;
	padding: 0;
	margin: 0;
}

#recipientSelect {
	clear: none;
	float:right;
}
/* Betreff */
#EmailsCommentSubject {
	width:700px;
}

/* Text */
#EmailsCommentMessage {
	width: 780px;
}

.clear{
	clear: both;
}

fieldset.dynamicData div.input{
 width: 210px;	
}

.dynamicData div.input.textarea{
	width: 210px
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: monospace;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 700px;
}

dl.manage-uploads {
	width: 80%;
	margin-top: -12px;
	padding-left: 15px;
}
dl.manage-uploads dd {
	width: 20%;
	text-align: right;
}

dl.manage-uploads dt {
	width: 80%;
	text-align: left;
}
dl.manage-uploads dd,
dl.manage-uploads dt {
	background: white !important;
	height: 26px;
}
dl.manage-uploads dd {
	margin-left: 50%;
}

dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 14em;
}
dd {
	margin-left: 14em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 16px 10px;
	min-width: 700px;
	position: relative;
}

div.popupWindow fieldset {
    border: 1px solid #333333;
	margin: 10px;
	width: 700px;
	min-width: 0;
}

fieldset legend {
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	/*
	padding: 10px 0 0;
	*/
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
fieldset fieldset.reciept div {
	margin: 0;
}
fieldset div.input{
	display: table;
	padding-left: 2em;
	padding-right: 2em
}

fieldset.reciept{
	min-width:1100px;
}
fieldset fieldset.reciept div table tbody tr td input{
	max-width:10em;
}
form#ApplicationStatisticShowStatisticsForm fieldset input{
	width: 3em;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 90%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	padding: 2px;
	/* width:49%; */
}
select {
	clear: both;
	font-size: 95%;
	vertical-align: middle;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit], button {
	display: inline;
	font-size: 100%;
	width: auto;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
	width: 288px;
}

/* Titel der Maßnahme soll weiter sein, als andere Eingabefelder */
#ApplicationName {
	width: 450px;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email],
select {
	border: 1px solid #333333;	
}

.ajax-button {
	width: 100px;
	height: 25px;
	border: 1px solid #bbb;
	text-decoration: none;
	border-radius: 15px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}
.ajax-button:hover {
	cursor: pointer;
}

.SubmitButton,
.CancelButton,
form .submit input[type=submit], 
form .submit button, 
#performAjaxLink, 
#CancelButton {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 4px 4px;
	font-size: 80%;
	margin: 0 4px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-color:lightsalmon;
	/*lightcoral, lightsalmon*/
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
a.actionbutton:hover,
a.onclick:hover {
	cursor: pointer
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: monospace;
	font-size: 100%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 100%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	text-align: center;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
button,
.actions a {
	font-weight:normal;
	font-size: 90%;
	padding: 3px 6px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 100%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

fieldset div#ApplicationStartDate div,
fieldset div#ApplicationStartDate,
fieldset div#ApplicationEndDate div,
fieldset div#ApplicationEndDate{
	clear: both;
    padding: 0.0em;	
}

fieldset div#ApplicationStartDate,
fieldset div#ApplicationEndDate {
	display: inline-block;	
}

div#wholeDatepicker, div#eventDates, div#legend, div#dateCountAccepted{
	padding: 0.0em;
	margin-bottom: 0em;
}

div#datepicker{
	padding: 0.0em;
	margin-bottom: 0em;
}

div.datetime select {
	margin-left: 2px;
	margin-right: 2px;
}
div#legend{
	padding-top:0px;
}
.legend_brown {
	background-color: #743620;
	margin: 2px;
	padding: 4px;
	width: 20em;
	height: 1.2em;
	color: #ffffff;
}

.legend_khaki{
	background-color: #d3c05a;
	margin: 2px;
	padding: 4px;
	width: 20em;
	height: 1.2em;
}

div#wizard{
	font-size: 90%;
}

.tooltip {
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color:#CCCCCC;
  border: 1px solid #555555;
  color: #666666;
  font: bold;
  padding: 10px;
}

.complete a, .expected a, .incomplete a{
	font-weight: normal ;
	text-decoration: none;
}

/* Aktueller Schritt */
.active a{
	font-weight:bold;
	color: #62af56;
}
/* Nächster (erwarteter) Schritt */
.expected a{
	/*
	font-weight:bold;
	color: #62af56;
	*/
}

/* Unvollständiger Schritt */
.incomplete{
	color: #E6E6E6;
}

#date-count-accepted {
	width: 6em;
}

#NewCooperationPartner{
	position:relative;	
	padding-left: 1em;	
	/* 
	position:absolute;
	left:350px;
	top:505px;
	*/
}
#NewEventLocation{
	position:relative;
	padding-left: 1em;
}

div.checkbox {
	text-align: left;
	/* white-space: nowrap; */
	padding-right: 2px;
	overflow: hidden;
}
div.checkbox label {
	display: inline;	
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

#exportbutton input {
	font-size: 100%;
	width: auto;
}

#exportbutton div.input.button {
	padding: 0;
}

#ExcelFileOffset,
#FederalStateNumber,
#ProgramFocusOrder {
	width: 3em;
}

table.receipttable.text > tbody > tr > td {
	border: none;
}

table.receipttable.receipt > tbody > tr > td > table > tbody > tr > td {
	border: none;
}

table.receipttable table {
	margin: 0;
}

fieldset fieldset.reciept div.reciept-upload {
    margin-left: 45px;
    padding: 0;
}

fieldset fieldset.reciept input[type="file"] {
	max-width: none;
	color: grey;
	font-weight: bold;
}

table.receipttable.text table tr:nth-child(2n) {
	background-color: transparent;
}

table.receipttable.text td {
	border: none;
}

table.receipttable.text > tbody > tr > td {
	border-bottom: 1px solid #ddd;
}

textarea.receipttext {
	min-width: 95%;
}

/* App Dyn Reciept */
select.reciept-date {
	width: 6.5em;
}
input.reciept-text {
	width: 12em;
}

input.reciept-value {
	width: 6em;
}

.reciept-upload dl {
	display: inline;
	padding-right: 50px;
}

.reciept-upload dt {
	display: inline;
	margin: 0;
}

table.receipttable dl dd:nth-child(4n+2),
table.receipttable dl dt:nth-child(4n+1) {
    background: transparent;
}

.uploadinformer {
	font-weight: normal;
	font-size: 80%;
}

#FundingProgramFormula {
	width: 633px;
	height: 800px;
	font-family: monospace;	
}

table.applicationslist #filtervalue_app_id_from,
table.applicationslist #filtervalue_app_id_to {
	width: 26px;
}

table.applicationslist #filtervalue_bearer_number {
	width: 45px;
}

table.applicationslist #filtervalue_name {
	width: 105px;
}

table.applicationslist #filtervalue_start_from,
table.applicationslist #filtervalue_start_to,
table.applicationslist #filtervalue_modified_from,
table.applicationslist #filtervalue_modified_to  {
	width: 95px;
}
#filterHover {
	z-index:10;
}

table.applicationslist #filtervalue_funding_program_name {
	width: 100%;
}

table.applicationslist th.deaktivierteanzeigen {
	white-space: normal;
	/* max-width: 85px;
	min-width: 85px; */
}

table.applicationslist th.filter.filteranwenden {
	white-space: normal;	
	/* max-width: 80px; */
}

table.applicationslist tr:nth-child(even) {
	background-color: #ebebeb;
}

table.applicationslist tr.preApplication > td.appid,
table.applicationslist tr.preApplication > td.applicationtype,
table.legende tr.preApplication > td {
	/*
	background-color: #e5effc;
	background-color: (229, 239, 252, 1);
	*/
	background-color: #E04E9D;
}

table.applicationslist tr.application > td.appid,
table.applicationslist tr.application > td.applicationtype,
table.legende tr.application > td {
	/*
	background-color: #c7dffc;
	background-color: (199, 223, 252, 1);
	*/
	background-color: #4E8DE0;
}

table.applicationslist tr.postApplication > td.appid,
table.applicationslist tr.postApplication > td.applicationtype,
table.legende tr.postApplication > td {
	/*
	background-color: #9cc7fb;
	background-color: (156, 199, 251, 1);
	*/
	background-color: #82E76E;	
}

table.applicationslist td {
	vertical-align: middle;
	font-size: 95%;
}

table.applicationslist td.startdate,
table.applicationslist td.modifydate {
	font-size: 80%;
}

table.applicationslist td.listactions {
	/* min-width: 95px; */
	/* max-width: 95px; */
}

table.applicationslist .liststatus {
	/* min-width: 120px; */
	/* max-width: 120px; */
}

table.applicationslist .liststatus img {
	margin: 0 2px;
	vertical-align: middle;
}

table.applicationslist td.listactions a.button img {
	padding-bottom: 4px;
	padding-right: 4px;
}

table.applicationslist td.title {
	overflow: hidden;
	/* min-width: 180px; */
}

table.applicationslist td.statusworkflow select {
	/* max-width: 100px; */
}

table.applicationslist td.statusapplication select {
	/* max-width: 100px; */
}

#show_deactivated {
	margin-top: 4px;
}

@media (max-width: 1173px) {
table.applicationslist #filtervalue_start_from,
	table.applicationslist #filtervalue_start_to,
	table.applicationslist #filtervalue_modified_from,
	table.applicationslist #filtervalue_modified_to  {
		/* width: 63px; */
	}
	
	table.applicationslist #filtervalue_funding_program_name {
		/* width: 73px; */
	}
	
	table.applicationslist td.title {
		/* min-width: 120px; */
		/* max-width: 120px; */
		overflow: hidden;
	}
	
	table.applicationslist th.deaktivierteanzeigen {
		/* min-width: 48px; */
	}
	
	table.applicationslist td.fundingprogamm {
		/* max-width: 80px; */
		/* overflow: hidden; */
	}
}

@media (min-width: 1280px) {
	body {
		min-width: 1260px;
	}
	
	fieldset {
		max-width: 1210px;
	}
	
	table.applicationslist th,
	table.applicationslist td.appid,
	table.applicationslist td.bearernumber,
	table.applicationslist td.title,
	table.applicationslist td.startdate,
	table.applicationslist td.modifydate,
	table.applicationslist td.statusapplication,
	table.applicationslist td.statusworkflow,
	table.applicationslist td.fundingprogamm {
		white-space: nowrap;
		/* max-width: 350px; */
		/* overflow: hidden; */
	}

	table.applicationslist {
		/* max-width: 1100px; */
	}
	
	table.applicationslist td.statusworkflow select,
	table.applicationslist td.statusapplication select {
		/* max-width: none; */
	}
}

@media (min-width: 1440px) {
	table.applicationslist td.title {
		/* max-width: 475px; */
	}
	table.applicationslist td.fundingprogamm {
		/* max-width: 150px; */
	}
}

@media (min-width: 1920px) {
	table.applicationslist td.listactions {
		/* max-width: none; */
	}

	table.applicationslist td.listactions a.button img {
		padding-bottom: 0;
	}
}

table.statistics {
	/* width: 50%; */
	width: auto;
}

.floating-statistic {
	clear: unset;
    width: 15%;
    float: left;
    margin: 10px 10px;
}
.floating-statistic input{
	width: 50px;
}
table.statistics td.statistics-left {
	padding-bottom: 21px;
	vertical-align: bottom;
	width: 250px;
	text-align: left;
}

fieldset fieldset div.statistic {
	margin: 0;
}

table.statistics td {
	width: 50px;
}

table.statistics td div{
	width: 100%;
}

table.statistics td div input{
	width: 50px
}



#appExport {
	display:none;
}
.noticeText {
	display:block-inline;
	/* background-color: rgb(244,244,250); */
	background-color: rgba(238, 51, 34, 0.15);
	color: black;
	font-size: 85%;
}

#sumReciept {
	color: #e32;
}

#sumReciept span.sum {
	color: black;
	font-weight: bold;	
}

.RecieptExplanation{
	width:500px;
	max-width:1104px;
}

.readonly {
	background: lightgrey;
}

.vertical{
	background-repeat: repeat-x;
    /*background-image: url("../img/vertical.png");*/
    /* background-color: rgb(202, 223, 208); */
    background-color: rgb(255,255,255);
    width:100%;
}

/* Anpassung Subject, ProgramFocus, TargetGroup */
#ApplicationSubjectForm fieldset div.input.checkbox label,
#ApplicationTargetGroup fieldset div.input.checkbox label,
#ApplicationFocusForm fieldset div.input.checkbox label {
	font-weight: bold;
}
.description {
	font-size: 11px;
}
.popupHeader {
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}

/* Uploads-Container */
.upload-module-header {
	display: flex;
	align-self: center;
	width: 150px;
}
.upload-module-label {
	float: left;
}
.upload-module-add-button {
	display: flex;
	align-self: center;
	float: right;
	padding: 2px;
}


.filterForm {
	display: table;
}

.filterForm div.input {
	display: table-cell;
	max-width: 250px;
}

.filterForm div.input input {
	max-width: 150px;
}

.filterForm div.input select {
	width: 250px;
}

/* Multi Select */
.multi_select {
	height: 350px;
}

.input.checkbox.targetGroup {
	font-size: larger;
	color: red;
}

.input.checkbox {
	margin-bottom: 0rem;
}

.input.checkbox.subjects label {
	display: inline;
}

.input.checkbox.subTargetGroup {
	padding-left: 5em;
	padding-top: 0em;
	margin-bottom: 0rem;
}
.input.checkbox.subTargetGroup.hidden {
	display: none;
	visibility: hidden;
}

.info {
	background: yellow;
}

/* Anpassungen Nachweise Sachbericht */
.reciept-small {
	color: #e32;
	display: block;
}
.reciept-small legend:after {
	content: url('/img/plus.png');
}
/* Anpassungen Nachweise Sachbericht */
.reciept-big {
	display: none;
}
.reciept-big legend:after {
	content: url('/img/minus.png');
}
/* Anpassungen Nachweise Sachbericht */
#ApplicationSeminarUnplannedNotes {
	display: none;
}
.reciept-big legend,
.reciept-small legend {
	cursor: pointer;
}
#showfilterbutton,
#hidefilterbutton,
#link-filteranwenden {
	margin: 5px 0;
	width: 125px;
	height: 35px;
}