.aui {	
	@media (max-width: 979px) {
		select{
			width: 100%  !important;
		}
		input, textarea {
			width: 98% !important;
		}
		input[type="radio"],  input[type="checkbox"] {
			width: auto !important;
		}
	}

	.ui-dialog {
		z-index: 2000;
	}

	#data_bemerkung_allgemein {
		width: 98%;
	}

	.control-label {
	    font-weight: bold;
	}
	
	.btn-row {
		background-color: #dddedf;
   	 	padding: 2px;
    	text-align: center;
    		
    	.btn {
		    padding: 2px;
		    width: 100px;
		    display: inline-block;
		    margin: 0;
		}
	}
	
	.action-toolbar {
		z-index: 1200;
	}
	
	.btn-text {
	    display: block;
	    font-size: 12px;
	}
	
	.btn-single {
	    padding: 5px;
	}
	
	.delete-btn {
		text-align: right;
	}	
	
	.dataset {
		padding: 10px;
		border-radius: 4px;
	}
	
	.dataset-even {
		background-color: #e9e9e9;
	}
	
	.dataset-odd {
		background-color: #fafafa;
	}
	
	#map {
		max-width: 800px;
		height: 600px;
		border: 1px solid #9D9D9D;
		margin-right: 10px;
		margin-bottom: 30px;
		clear: both;		
	}
	
	.anhang-col {
	}
	
	
	.anhang-row {
	    overflow: hidden;
	}
	
	#toolbar {
		margin-bottom: 5px;
		margin-left: 11px;
	}
	
	.toolbar-btn {
		border: 1px solid #ccc;
		border-radius: 4px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
		float: left;
		font-size: 18px;
		height: 24px;
		margin-bottom: 6px;
		margin-right: 10px;
		text-align: center;
		width: 24px;
	}
	
	.toolbar-btn a {
		text-decoration: none;
		width: 24px;
		height: 22px;
    	padding-top: 2px;
		display: block;
		border-radius: 4px;
	}
	
	.toolbar-btn a:hover {
		background-color: #F4F4F4;
	}
	
		
	.checkbox-group {
		border: 1px solid #ddd;
    	border-radius: 4px;
    	display: block;
    	padding: 8px 15px;
	}
	
	#control-group-kartierung, #control-group-kartiergebiet, #control-group-kartierdurchgang, #message_kartierdurchgang {
		display: none;
	}
	
	#attachment_section {
		display: none;
	}
	
	.upload_file_control {
		margin: 30px 0;
	}
	
	.popupBtnRow {
	    font-size: 21px;
	    a {
			text-decoration: none;
			i {
				margin-right: 8px;
				
				&.icon-remove, &.icon-ban-circle {
					color: #F44;
				}
				
				&.icon-ok-circle {
					color: #00AA00;
				}
				
				&.icon-edit {
					color: #0068b4;
				}
			}
		}
	}
	.icon-remove, .icon-ban-circle {
		color: #F44;
	}
	
	.delete-link, .delete-link:hover {
		text-decoration: none
	}
	
	#coord_dialog {
		select, input {
			width: 95%;
		}
	}
	
	#address {
		width: 97%;
	}
}