/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

.main-content ul.thumbnails li:before {
	background-color: none !important;
}

.main-content ul.thumbnails li:before {
	display: none !important;
}
.main-content ul.thumbnails li {
	background-color: none !important;
}

.main-content ul.thumbnails {
  list-style: none !important;
}
section.features.content-block .slick-prev::before {
	content: none !important;	
}
section.features.content-block .slick-next::before {
	content: none !important;	
}

/* ou-forms calendar fix */
.xdsoft_calendar table {
    min-width: auto;
}

.xdsoft_datetimepicker {
	margin-top: -160px !important;

}

select[multiple] {
	
	margin-bottom: 20px;
	background:none;
	width:auto;
	height:auto;
	padding: 8px 35px 8px 10px;
	margin:0;
	border-width: 2px;
	border-style: inset;
	-moz-appearance: listbox;
	-webkit-appearance: listbox;
	box-shadow: none;
	border: 1px solid #b5b7ba;
	background-size: 11px auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-y: auto;
}

.section-navigation-wrapper .section-navigation #section-nav .active {
	font-weight: 800;
}

/* Added for ticket # 47093 */
ul#googleTranslationList {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto !important;
}

/* Fix OU Button Issue */
a.ou-btn {
	position: relative !important;
	z-index: 999999 !important;
}

