.SearchFilter {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 4px;
	text-shadow: 0px 1px 0px #fff;
	color: #636363;
	font-weight: bold;
	border: 1px solid #d9d9d9;
	background: #f6f6f6;
/*	
	background: -moz-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6',endColorstr='#e8e8e8',GradientType=0 );*/
}

.SearchFilterSmallButton {
	width: 20px !important;
	height: 18px;
	top: -2px;
	margin-left: 2px;
}

.SearchFilterSmallCheckBox {
	width: 18px !important;
	height: 16px;
	top: -2px;
	margin-left: 2px;
}

.SearchEnumeration {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
}

.FilterInput {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	padding: 0px 10px;
}

.TableSearchSection {
	min-width: 700px;
	font-weight: bold;
}

.BtnTableOptions {
	position: relative;
	margin-bottom: 5px;
	width: 24px;
	font-size: 12px !important;
	padding: 4px 36px 4px 32px !important;
	margin: 1px;
	opacity: 1;
}

.DynamicTableOptionsList {
	border: 1px solid #e6e6e6;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
}

.DynamicTableOptionsListHeader div {
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	color: #636363;
	font-weight: bold;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.DynamicTableOptionsList li {
	border: 1px solid #e6e6e6;
	display: flex;
	margin: -1px;
}

.DynamicTableOptionsListColumn {
	width: 54%;
	padding: 3px;
	display: inline-block;
	border-right: 1px solid #e6e6e6;
}

.DynamicTableOptionsListShown {
	width: 8%;
	text-align: center;
	padding: 3px;
	display: inline-block;
	border-right: 1px solid #e6e6e6;
}

.DynamicTableOptionsListSearch {
	width: 32%;
	padding: 3px;
	display: inline-block;
}

.DynamicTablePagingSection {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	right: 0px;
}

.DynamicTableOptionsAdditional {
	margin-top: 5px;
}

.DynamicTableOptionsAdditional label {
	font-weight: bold;
}

.DynamicTableOptionsAdditional input {
	border: 1px solid #e6e6e6;
	float: right;
	width: 166px;
}

.DynamicTable a {
	color: #636363;
}

.DynamicTable tr:hover {
	background-color: #f5f5f5;
}

.DynamicTableActive:hover {
	text-decoration: underline;
	cursor: pointer;
}

.DynamicTableButtonGroup {
	display: inline-block;
}

.DynamicTableButtonGroupButtons {
	position: absolute;
	z-index: 50;
}

.DynamicTableButtonGroupButtons .button {
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
}

.DynamicTableButtonGroupButtons table {
	margin: initial;
}

.DynamicTableButtonGroupButtons table tr {
	background-color: initial;
}

.DynamicTableButtonGroupButtons table tr td {
	padding: initial;
	border: initial;
}

.LeftPanel {
	position:relative;
	display:inline-block;
	vertical-align: top;
}

.LeftPanel>div {
	margin: 10px 5px 10px 5px;
}
