.aui {
	.row-fluid .span12 .no-margin{
		margin-left: 0px;
	}
	
	#formFilter input{
	    width: auto;
	}
	
	.filter-section{
		padding: 0;
    	border-radius: 0;
	}
	
	.control-group{
		border-bottom: 1px solid #eff5df;
	}
	
	.map-div {
		margin-right: 0px;
	}
	
	.leaflet-html-legend {
		overflow: hidden;
	}
	
	.leaflet-html-legend .visibility-toggle{
	    display:none;
	}
	
	.leaflet-html-legend .opacity-slider input[type=range] {
	    border-width: 0px;
	    padding: 5px;
	}
	
	a.pdf-link {
		width: auto;
	    border: 0;
	    text-align: left;
	    color: #5c5c5c!important;
	}
	
	a.pdf-link:hover {
		background-color: #fff;
	}
	
	/* Suche Buttons */
	#col-filter .btn {
		padding: 0 15px;
	}
	
	.btn-text {
	    display: block;
	    font-size: 12px;
	    line-height: 23px;
	}
	
	/* Accordion */
	.accordion-group{
		border: 1px solid #2a3528;
		background-color: #ced5ac;
	}
	
	.accordion-heading{
		background-color: #2a3528;
	}
	
	.accordion-heading .accordion-toggle{
		color: #fff;
		font-weight: bold;
		cursor: default;
	}
	
	.accordion-heading a:hover.accordion-toggle{
		color: #fff;
		text-decoration: none;		
	}
	
	.accordion-inner{
		border-top: 1px solid #2a3528;
	}
	
	/* Toolbar */
	#toolbar {
		margin-left: 0px;
	}
	
	.toolbar-btn{
	    border: none;
		box-shadow: none;
		float: none;
	}
	
	.toolbar-btn a{
		background-color: #9da854;
		color: #fff!important;
	}
	
	.toolbar-btn a:hover{
		background-color: #2a3528;
		text-decoration: none;
	}
	
	/* Export / Spalteneinstellungen */
	#btn-export .dropdown-menu>li>a:hover {
	    color: white!important;
	    background-color: #2a3528;
	    background-image: none;
	}
	
	a.column-settings {
		color: #fff!important;
		padding: 5px;	
	}
	
	a.column-settings:hover {
		color: #e5866f!important;
		text-decoration: none;		
	}
	
	.checkbox-menu {
		color: #000;
		padding: 8px;
	}
	
	.checkbox-menu li .toggle-vis {
		margin: 0px 5px 3px 0px;
	}

	/* Tabelle */
	thead tr {
		background-color: #9da854;
		color: #fff;
	}
	
	tr {
		background-color: #fff;
	}
	
	.table th, .table td {
		border-top: 1px solid #9da854;
	}
	
	.table-hover tbody tr:hover > td {
		background-color: #eff5df;
		cursor: default;
	}
	
	td.action-field a:hover{
		text-decoration: none;
	}
	
	/* Pagination */
	.pagination ul > li > a{
		background-color: #9da854;
    	border: 1px solid #2a3528;
    	color: #fff;
    	border-left-width: 0;
	}
	
	.pagination ul > li > a:focus {
		background-color: #9da854;
    	border: 1px solid #2a3528;
    	color: #fff;
    	border-left-width: 0;
	}
	
	.pagination ul > li.active > a:focus{
		color: #fff;
    	background-color: #e5866f;
	}
	
	.pagination ul > li > a:hover{
		background-color: #2a3528;
	}
	
	.pagination ul > .active > a {
		color: #fff;
		background-color: #e5866f;
	}
	
	/* Popup */	
	.ui-dialog {
		padding: 0px;
	}
	
	.ui-dialog .ui-dialog-content {
	    background-color: #ced5ac;
	}
	
	.ui-widget-header {
		border: 1px solid #2a3528;
		background-color: #2a3528;
		
	}
	
	.ui-widget-content {
		border: 1px solid #2a3528;
	}
	
	.ui-corner-all {
		border-radius: 0px;
	}
	
	.no-close .ui-dialog-titlebar-close {
	  display: none;
	}
	
	.close-alternative {
		float: right;
		cursor: pointer;
	}
	
	.close-alternative:hover {
		color: #e5866f;
	}	
	
	.popup-table tr {
		background-color: #ced5ac;
	}
	
	.popup-table td:first-child {
		color: #9da854;
		font-weight: bold;
	}
	
	.popup-table tr:first-child > td{
	    border-top: none!important;
	}
	
	.nav-tabs > .active > a {
		font-weight: bold;
	}
	
	.thumbnail {
		border: none;
	}
	
	video{
		max-width: 100%;
	}
	
	/* Loading */
	.loading-screen {
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 1040;
	    background-color: #00000033;
    }

	.loader {
		position: fixed; /* or absolute */
		top: 50%;
		left: 50%;
		margin-top: -60px;
    	margin-left: -60px;
		
		border: 16px solid #fff;
		border-radius: 50%;
		border-top: 16px solid #9da854;
		width: 120px;
		height: 120px;
		-webkit-animation: spin 2s linear infinite; /* Safari */
		animation: spin 2s linear infinite;
	}
	
	.loader-text {
		position: fixed;
	    top: 63%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    
	    font-size: 50px;
	    color: #fff;
	}
}

/* Alertify */
.ajs-message.ajs-alert-message {
	background-color: #e5866f;
  	border-color: #2a3528;
}

.alertify .ajs-dialog {
	background-color: #ced5ac;
}

.alertify .ajs-header {
	color: #fff;
	background: #2a3528;
	padding: 8px 16px;
	border-bottom: none;
}

.alertify.ajs-closable .ajs-commands button.ajs-close{
	display: none;
}

.alertify .ajs-body .ajs-content{
	font-size: 15px;
}

.alertify .ajs-footer {
	background-color: #ced5ac;
	border-top: none;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
	color: #fff;
	background-color: #9da854;
	min-height: auto;
	min-width: auto;
	height: auto;
	width: auto;
	padding: 0px 20px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
	color: #fff;
	background-color: #2a3528;
	min-height: auto;
	min-width: auto;
	height: auto;
	width: auto;
	padding: 0px 20px;
}