.aui .footer-disclaimer {
	margin-top: 0.7em;
	font-size: 1em;
	color: #AAA;
	text-align: center;
}

.aui .modal-scroll {
	overflow: auto !important;
	height: 90%;
}

.aui .adHeaderBar {
	background: #7F8084;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	padding: 0px 10px;
}

.aui .adHeaderBar a, .aui .adHeaderBar a:hover, .aui .adHeaderBar a:active {
	color: #fff;
	text-decoration: underline;
	padding: 0px 8px;
}
.aui .adHeaderBar a:hover, .aui .adHeaderBar a:active {
	color: #ddd;
}

.aui .marketingProductOrderingList {
	
	margin: 1em;
	list-style: none outside none;
    margin:0;
	padding: 1.5em;
	text-align: left;
	
	li {
 		display: inline-block;
 		width: 255px;
		height: 175px;
		margin: 0.25em;
		border: 1px solid #ddd;
		background: #f3f3f3;
		padding: 1em;
		overflow: hidden;
		text-align: center;
	}
	
	li:hover,
	li:active {
		border: 1px solid #BEA;
		background: #EFC;
		cursor: pointer;
	}
	
	li .icon {
	    font-size: 2.5em;
	    font-weight: 400;
	    margin: 0em;
	    display: block;
	    line-height: 1.6em;
	    overflow: hidden;
	    white-space: nowrap;
	}

	li .title {
	    font-size: 1.2em;
	    font-weight: 700;
	    margin-top: 0.4em;
	    margin-bottom: 0.3em;
	    display: block;
	    line-height: 1.2em;
	    overflow: hidden;
	    white-space: nowrap;
	}
	
	li .price {
	    font-size: 1.2em;
	    font-weight: 400;
	    margin: 0.1em;
	    display: block;
	    line-height: 1.2em;
	    color: #666;
	    text-align: right;
	}
	
	li .description {
		display: block;
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
	}
	
}

.marketing-product-comment {
	height: 150px !important;
	width: 90% !important;
}


.languageContentContainer {
	margin-top: 5px;	
}

.aui .languageContentContainer .advertisement-body, .aui .languageContentContainer .advertisement-title {
	width: 95% !important;
	margin-bottom: 0;
}

.advertisement-title {
	width: 98% !important;
}

.advertisement-body {
	height: 250px !important;
	width: 98% !important;
}

.approved-message-body {
    height: 100px !important;
}

.currencyField {
	width: 70px !important;
}

.priceField {
	width: 92px !important;
}

.advertisementTable th {
	background: #e7e7e7;
}
.advertisementTable td span {
	font-size: 1.5em;
}

.passiveOnlineChannel td, .passiveOnlineChannel a {
	color: #aaaaaa !important;
}

.inactive {
	background: #DDD;
}

.table-cell-approved {
	background: #bbfaca !important;
}

tr:hover .table-cell-approved {
    background: #dbffe4 !important;
}

.table-cell-rejected {
    background: #ffe0e0 !important;
}

tr:hover .table-cell-rejected {
    background: #ffeeee !important;
}

.truncate {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 7em !important;
	max-height: 7em !important;
}



.sortableImages {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
	float: left;
	min-width: 100%;
	min-height: 30px;
	background: #f5f5f5;
}

.sortableImages li img {
	max-height: 100px !important;
	max-width: auto;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 1px;
	vertical-align: middle;
	border: 0px solid #AAA;
}

.sortableImages li {
	float: left;
	display: block;
	list-style: none;
	width: auto;
	text-align: center;
	height: 120px;
	background: #f5f5f5;
	vertical-align: middle;
	margin: 2px;
	padding: 0px;
	border: none;
}

.sortableImages li .imgTools {
	display: none;
	color: #999999;
	font-weight: bold;
}

.sortableImages li label .icon {
	display: none;
}

.sortableImages li:HOVER .imgTools {
	display: block;
}

.sortableImages li .imgTools a:HOVER {
	color: #FFFFFF;
	background: #333333;
}



.form-image-button-group {
	
	label.radio,
	label.checkbox {
	   	font-size: 12px;
	   	font-weight: normal;
	   	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		background-color: #fff;
		border: 4px solid #aaa;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		color: #FFFFFF;
		float: left;
	}
	
	input[type="radio"], 
	input[type="checkbox"] {
		background: transparent;
		border: none;
		margin: 0;
		display: none;
	}		
	
	label.active .icon {
		display: block;
		position: relative;
		top: 0px;
		left: 30px;
		margin-left: -30px;
		padding: 8px;
		float: left;
		color: #FFFFFF;
		background: rgba(135, 0, 0, 0.8);
	}
	
	label.active {
		background: #fff;
		border: 4px solid rgba(135, 0, 0, 0.8);
		margin: 0px;
		padding: 0px;
	}
	
}

.aui .bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.center {
	text-align: center !important;
}

.horizontal-line {
	min-width: 700px !important;
	height: 2px !important;
	background-color: #777;
}

.aui .pac-container {
  font-family: Roboto;
  z-index: 21000;
}
.aui #list-table tr.active {
	border: 1px solid gray;
	background: #EEFFCC;
}


.aui #list-table tr.active td {
	font-weight: bold;	
}