/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
header {top:auto;}

#directedit{
	display: inline;
}
#de{
	color:white;
	text-decoration: none;
}

/* OU Search checkbox */
#ou-search-results ul, #ou-search-results ul li::before {
  content: inherit;
}
.ou-search-parametric-display button,.ou-search-parametric-display input, .ou-search-parametric-display optgroup,.ou-search-parametric-display select, .ou-search-parametric-display textarea {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

/* LDP Forms input boxes */
/* override ou-form.css */
.ou-form .form__checkbox input[type="checkbox"], .ou-form .form__radio input[type="radio"] {margin: 0px 0px 0px;}
#id_datetimepickerelement {display:block;}
.main .form__radio label::after {left: 6px;}
.main .form__radio label::after {top: 6px;}
.xdsoft_datetimepicker .xdsoft_calendar table {font-size: 13px;}
/* override main.css */
table:not(.mini-cal__dates):not(.dataTable) tr th, table:not(.mini-cal__dates):not(.dataTable) tr td {min-width: auto;}

/* LDP Gallery */
.slick-arrow::after {display:none;}
.slick-arrow {text-indent: inherit;}