
div.chosen-container.chosen-container-multi,
ul.chosen-choices {
	
	height:auto;
	min-height:30px;
}

fieldset.aktion,
#actionfield  {
	margin-top:10px;
	margin-bottom:10px;
} 

.padding-top {
	padding-top:10px;
}

.chosen-select {
	width:400px;
}

.hidden {
	display:none;
}

.ui-button {
	 padding: 5px;
}
#overlay
{
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(255,255,255,0.4);
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px; 
    
}

div.login input {
	
	width:200px;
	float:left;
	margin-bottom:20px;
	
}

div.login label {
	width:200px;
	display:block;
	float:left;
	
}

div.right,
button.right {
	float:right;
}

.ui-state-error {
	width:600px;
	margin:20px;
}

label {
	display: inline-block;
	width:300px;
	margin-right:10px;
	float:left;
	padding: 5px 0px 2px 0px;
}

span.error {
	color:red;
}

span.normal {
	color:black;
}
span.ueberschirft {
	font-weight:bold;
	background-color: #c6c6c6;
}

div.footer,
div.headline {
	color:#fff;
	margin: 5px 50px;
}
div.footer {
    background: rgba(25, 30, 35, 0.5) none repeat scroll 0 0;
    float: left;
    height: 35px;
    padding: 10px;
    width: 90%;
}

div.headline {
	width: 90.5%;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	height: 80px;
	background: url("../images/friesland.png") no-repeat scroll 0 0 rgba(25, 30, 35, 0.5); 
	/*background-color:#191e23;*/
	background-size:20% auto;
    z-index:10;
}

div.headline h1 {
	text-shadow: 0 -1px #111, 1px 0 #111, 0 1px #111, -1px 0 #111;
	 z-index:20;
}


div.headline div.Logo{
	 background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	 float: right;
	 background-size:25% auto;
	 width:150px;
	 padding-left:60px;
	 margin-top:5px;
	 background-position: left center;
	 text-shadow: 0 -1px #111, 1px 0 #111, 0 1px #111, -1px 0 #111;
	 z-index:20;
}

div.sourround {
	width:100%;
	 margin: 0 auto;
}

div.sourround2 {
	width:100%;
}

#tabs {
	float: left;
    min-height: 500px;
    width: 100%;
}
span.tab {
	margin-left:20px;
}
div.progress {
	width: 100%;
	text-align: center;
	display: block;
	background-color: transparent;
	height: 30px;
	margin-top: -18px;
}
#progressbar{
	color:#111;
	font-size: 16px;
}
.status-loader {
    display: block;
    position: fixed;
    top: 50%;
    width: 100%;
}


div#parzellenselect_chosen.chosen-container.chosen-container-multi,
div#parzelle_chosen.chosen-container.chosen-container-multi,
div#gebauedetable_chosen.chosen-container.chosen-container-multi,
div#fttcverteiler_chosen.chosen-container.chosen-container-multi
{
	height:auto !important;
}

html body div.sourround div.sourround2 div.footer.ui-corner-all span {
	margin-left: 115px;
}

div#fttcverteiler_chosen.chosen-container.chosen-container-multi.chosen-container-active ul.chosen-choices li.search-choice {
	width:100;
}

div.content1 {
	min-height:355px;
}

div.projektbeschreibung {
	width:100%;
	float:left;
	min-height: auto;
}

div.projektinfo {
	float:left;
	
}

div#foerderungselect_chosen.chosen-container.chosen-container-single {
	float:left;
}
div.success {
    border: 2px solid green;
    padding: 10px;
    margin: 15px;
    background-color: #eeeeee;
    color: black;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 12px;
    background-color: white;
    display: none;
    overflow: hidden;
}
/* Style Large Text Field*/
.textlarge {
	width:50%;
}

hr {
	width: 100%;
}

/* Style Column-Mapper */
.tabellenspalten-mapping {
	padding: 15px;
	min-height: 600px;
	display: grid;
	grid-template-columns: 350px auto;
	grid-template-rows: auto;
}

.tabellenspalten-mapping-cardboxes {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
}

.tabellenspalten-mapping-floater {
	position: fixed;
	width: 350px;
}

.tabellenspalten-mapping-table-selector {
	color: #000;
    background-color: #edeef0;
    border-color: #dbdbdb;
	padding: 0.3rem .75rem;
    margin-right: 5px;
	width: 100%;
	border-radius: 3px;
}

.tabellenspalten-mapping-spalten {
	grid-column: 2;
	grid-row: 1;
	margin-left: 15px;
}

.tabellenspalten-mapping-cardbox {
	padding: 5px;
	margin-bottom: 30px;
}

.tabellenspalten-mapping-card {
	background-color: #D4F1DE;
	border: 1px solid #30353A;
	height: 36px;
	min-width: 55px;
	margin: 2px;
	padding: 5px;
	display: inline-block;
	border-radius: 4px;
	cursor: grab;
	text-align: center;
	user-select: none;
}

.tabellenspalten-mapping-card.tabellenspalten-mapping-card-pflichtfeld{
	background-color: #2EB85C;
	color:  white;
}

.tabellenspalten-mapping-cardbox.tabellenspalten-mapping-weitere {
	border-top: none;
}

.tabellenspalten-mapping-card {
	color: black;
}

.tabellenspalten-mapping-card-delete {
	cursor: pointer;
	display: none;
}

.tabellenspalten-mapping-dropzone .tabellenspalten-mapping-card-delete {
	display: inline;
	margin-top: -5px;
	margin-right: 6px;
}

.tabellenspalten-mapping-spalte * {
	display: inline-block;
}

.tabellenspalten-mapping-zu {
	width: 100px;
	text-align: center;
}

.tabellenspalten-mapping-nodropzone {
	background-color: #30353A;
	border: 1px solid black;
	color: white;
	height: 36px;
	min-width: 150px;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
}

.tabellenspalten-mapping-dropzone {
	background-color: #EDEEEF;
	border: 1px solid black;
	height: 36px;
	min-width: 150px;
	border-radius: 4px;
	text-align: center;
}

.tabellenspalten-mapping-neu .tabellenspalten-mapping-card {
	height: 30px;
	padding: 0 6px 0 6px;
}

.tabellenspalten-mapping-dropzone.tabellenspalten-mapping-dropzone-drop-here{
	background-color: #D4F1DE;
	transition: all 0.2s 0s ease;
}

.tabellenspalten-mapping-dropzone.tabellenspalten-mapping-dropzone-drop-over{
	background-color: #2EB85C;
	border-width: 2px;
	transform: scale(1.1);
	transition: all 0.2s 0s ease;
}

.tabellenspalten-mapping-spalte {
	margin-bottom: 3px;
}

.tabellenspalten-mapping-spalte * {
	height: 36px;
	display: inline-block;
	vertical-align: top;
}