/*#carousel {width:40%;margin:auto;}
.carousel-control-next-icon, .carousel-control-prev-icon { filter: invert(1); }*/

.adminBox
{
	border: solid 1px maroon;
	padding: 5px; 
	background: #eeeeee;
	width:100%;
}

.adminBox .custom-control-label {
	font-weight: normal;
}

.activeListing {

}

.inactiveListing {
	background-color: #eeeeee;
	color: #c0c0c0;
}

.expiredListing {
	background-color: #dddddd;
	color: #c0c0c0;
}

.adHeadline {
	background: #ffe6e6;
	padding-left: 12px;
	padding-right: 12px;
}

.adStatus {
	font-size: smaller;
	color: maroon !important;

}

.adCategories {
	background: #e1e1e1;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
}

.adContents {
	padding-left: 12px;
	padding-right: 12px;
}

.adLabel {
	font-weight: bold;
}

.classifiedsForm label {
	background: #e1e1e1;
	width: 100%;
	padding-left: 12px;
}

.classifiedsForm .required {
	border-left: solid 6px black;
	padding-left: 6px;
}

.form-check-label {
	background: none !important;
}



