ul#filters {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#filters li {
	margin-right: 6px;
}

ul#filters li:nth-of-type(3),
ul#filters li:nth-of-type(6) {
	margin-right: 0;
}

ul#filters li > label {
	display: block;
	margin-top: 4px;
}
.select2-container-multi .select2-choices .select2-search-field input {
	font-family: Arial, Helvetica, sans-serif;
}
.select2-container.agencyFilter {
	width: 256px;
}

.select2-container.subAgencyFilter {
	width: 206px;
}

.select2-container.activityOfficeRegionFilter {
	width: 256px;
}

.select2-container.unionFilter {
	width: 518px;
}

.select2-container.localFilter {
	width: 100px;
}

.select2-container.busCodesFilter {
	width: 100px;
}

.select2-results {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
}

.select2-container-multi .select2-choices .select2-search-choice {
	background-image: none;
	background-color: #eee;
}

.select2-container-multi .select2-choices {
	padding: 4px 2px 3px 2px;
	background: none;
}

.select2-results li {
	margin: 2px 0;
}

li.searchString {
	width: 718px;
}

li.searchString #searchString {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #000;
    outline: 0;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    min-height: 26px;
    width: 100%;
}

li.searchString div {
	font-size: 0.9em;
}

button {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0091bc), color-stop(1, #0091bc) );
    background: -moz-linear-gradient( center top, #009fcf 5%, #007494 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091bc', endColorstr='#0091bc');
    background-color: #0091bc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    font-size: 1.1em;
    padding: 7px 22px !important;
    text-decoration: none;
    text-align: center;
    border: none;
    margin: 12px 3px 10px 0px;
}

p.results {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

a.button.export {
    background: #eee;
    color: #000;
	font-size: 0.8em;
	line-height: 1.1em;
}

a.button.export > span.Excel {
	background: url(../../img/global/icoExcel.gif) no-repeat 3px 0px;
}

button:hover,
a.button:hover,
#CBATable th a {
	cursor: pointer;
}

#CBATable {
	margin-bottom: 1em;
}

paging {
	font-size: 0.8rem;
}

#DocumentsList {
	position: relative;
}

.processing {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.processing-content {
	color: white;
	margin-top: 180px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

#LoadingDocumentsList {
	position: relative;
	height: 400px;
}



/* Document Index sprites */
.icon {
	padding-right: 5px;
	margin-right: 5px;
	display: inline-flex;
	text-indent: -9999px;
}

.icnPDF {
	height: 16px;
	width: 16px;
	background: url('/cdn/img/global/icnPDF.png') no-repeat;
	font-size: 1px;
	padding: 0;
}

.icnUnion {
	height: 16px;
	width: 16px;
	background: url('/cdn/img/global/icnUnion.png') no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.icnAgency {
	height: 16px;
	width: 16px;
	background: url('/cdn/img/global/icnAgency.png') no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.icnLocation {
	height: 16px;
	width: 16px;
	background: url('/cdn/img/global/icnLocation.png') no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.document {
	font-size: 1.2em;
	border-bottom: 1px #ccc solid;
	padding: 0 0 1.5em;
	margin: 0 0 1.5em;
}
}

.headerRow {
	display: flex;
	align-items: baseline;
}

	.headerRow h5 {
		font-weight: bold;
		font-style: normal;
		font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
		padding: 0 0 0.3em;
	}

	.headerRow a {
		color: black;
		margin-right: 1em;
	}

	.headerRow .fileTypeAndSize {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: normal;
	}

.detailsRow div {
	margin-bottom: 5px;
	align-items: center;
	display: flex;
}

.description {
	margin: 1em 0;
}

	.description span.highlight {
		background: yellow;
	}

.attributeRow {
	margin-bottom: 5px;
}
	.attributeRow div {
		display: flex;
	}

		.attributeRow div span {
			margin-right: 2em
		}

