.tx-datec-jobmarket .info {
    margin: 0 !important;
    background-color: transparent;
}
.tx-datec-jobmarket .advice {
    padding: 5px 0;
    margin-bottom: 5px;
}

.tx-datec-jobmarket .typo3-messages {
    font-weight: 600;
    margin-bottom: 10px;
}
.tx-datec-jobmarket .typo3-message.message-ok {
    color: green;
}
.tx-datec-jobmarket .typo3-message.message-warning {
    color: orange;
}
.tx-datec-jobmarket .typo3-message.message-error {
    color: red;
}

.tx-datec-jobmarket-search-form {
    margin-bottom: 20px;	
}
.tx-datec-jobmarket .hidden {
	display: none;	
}
.tx-datec-jobmarket label.required:after {
	content: " *";
}
.tx-datec-jobmarket .btn {
    border: none;
    border-radius: 0;
}
.tx-datec-jobmarket a.btn-default {
	color: #333;
}
.tx-datec-jobmarket .btn-default {
    background-color: silver;
}
.tx-datec-jobmarket .btn-default:hover {
    color: #333;
    background-color: lightgray;
}
.tx-datec-jobmarket a.btn-light {
	color: #333;
}
.tx-datec-jobmarket .btn-light {
    background-color: lightgray;
}
.tx-datec-jobmarket .btn-light:hover {
    color: #333;
    background-color: white;
}
.tx-datec-jobmarket .table-responsive {
	margin-bottom: 20px;
}
.tx-datec-jobmarket .f3-widget-paginator {
    margin-bottom: 20px;
}
.tx-datec-jobmarket-property {
    margin-bottom: 10px;
}
.tx-datec-jobmarket-property > span:first-child {
    font-weight: bold;
}
.tx-datec-jobmarket-jobentry {
    margin-bottom: 20px;
}
@media print {
	#c2800 {
		display:none;
	}
	#c60 {
		display:none;
	}
	#c63{
		display: none;
	}
	.meta-section {
		display: none;
	}
	input[type=submit] {
		display:none;
	}
	#googleMap {
		display:none;
	}
	#googleMapPrint {
		display: block !important;
		min-width: 500px;
		min-height: 500px !important;
	}
	.tx-datec-jobmarket-show-form {
		display: none;
	}
}