#search_info {
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	color: #000000;
	margin-top: 10px;
}

#search_icon {
	display: inline-block;
	background-image: url(/images/page_tools/page-tools-sprite.png);
	background-position: -46px 0px;
	width: 26px;
	height: 29px;
	vertical-align: text-bottom;
}

.photo-album-container {
	left: -9999px;
	position: absolute;
	width: 600px;
	background-color: White;
	border: 2px solid #333333;
	border-radius: 12px;
	padding: 8px;
	z-index: 1000;
}

nel {
	padding-left: 5px;
}

#photo_back {
	/*photo stack background image */
	width: 196px;
	height: 164px;
	background-image: url(/images/photo/stack.png);
}

#scaler {
	/*Contains Images (Must correct for portrait) */
	width: 160px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}

.album-container {
	display: flex;
	flex-direction: column;
	min-width: 160px;
}

.album-container > * {
	margin-bottom: 5px;
}


.photo-div {
	height: 12em;
	width: auto;
	background-size: cover;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	margin-bottom: 5px;
	box-sizing: border-box;
	transition: .5s all ease;
}


	.photo-div:hover {
		opacity: 0.6; /* css standard */
	}

.stretch img {
	/*USED IN CONJUNCTION WITH PHOTO_CONTAINER */
	width: 100%;
	height: auto;
}

.album-title {
	color: #000000;
	display: -webkit-box;
	overflow: hidden;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
	font-size: 15px;
	font-weight: 600;
}

.album-desc {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888;
}

.date_updated {
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 13px;
	margin-top: auto;
}

.view_button {
	text-transform: uppercase;
	text-decoration: unset;
	font-size: 13px;
	transition: all .5s ease;
}

#name_desc {
	position: relative;
	width: 245px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}

.photo_h2 {
	clear: left;
	width: 100%;
}

#search_box {
	position: absolute;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	right: 0;
	width: 350px;
	border: 3px solid #000000;
	border-radius: 10px;
	z-index: 1000;
	display: none;
}

.page-tools-icon {
	height: 25px;
	width: 25px;
	margin-top: -22px;
	margin-left: -2px;
	background-image: url(/images/page_tools/pagetools.png);
	background-repeat: no-repeat;
}

.close-tools {
	position: relative;
	float: right;
	height: 24px;
	width: 24px;
	background-image: url(/images/photo/kill25.png);
	background-repeat: no-repeat;
	margin-right: -8px;
	margin-top: -5px;
}

.show_hide {
	display: none;
	float: right;
	z-index: 9999;
}


.tools {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d7da4;
	clear: left;
	margin-left: -70px;
	margin-top: 10px;
}

.instruction-text {
	float: left;
	width: 85%;
}

#paging_wrapper {
	clear: both;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.paging_bottom {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.photo_insert {
	width: 160px;
	padding-right: 15px;
	margin-bottom: 10px;
	display: flex;
}

#tools_wrapper {
	/*Positions Child elements*/
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

.tools-location {
	float: right;
	margin-bottom: 3px;
}

.search-title {
	font-weight: bold;
	margin-left: 150px;
	margin-top: -20px;
}

.search-area-pad {
	margin-top: 10px;
	margin-left: 10px;
}

.search-button-pad {
	clear: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.search-fields {
	margin: 10px 0px 0px 10px;
}

.search-field-label {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.search-field-input {
	float: left;
}

/**Smartphones **/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#search_box {
		width: 320px;
	}

	#photo_page_list #filter_container,
	#photo_page_list #search_container {
		width: 350px;
	}

	.album-desc {
		-webkit-line-clamp: 2;
		height: 35px;
	}
}

.popup-wrapper .instruction-text {
	float: none;
}

#page_content {
	min-height: 400px;
}

#photo_page_list .option-container {
	float: left;
	margin-right: 15px;
}

#photo_page_list .option-label {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	transition: all .5s ease;
}

#photo_page_list .option-icon {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	background-size: 18px;
	margin-right: 3px;
}

#photo_page_list .option-link {
	line-height: 18px;
	padding-left: 23px;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0px 50%;
}

.option-link .material-icons {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.option-link {
	line-height: 24px;
}

.no-results {
	color: rgb(102, 102, 102);
	padding: 3px 5px;
	margin: 6px 15px 5px;
	overflow: auto;
}

.notice {
	float: left;
	width: 450px;
	height: 68px;
	padding-left: 80px;
	padding-top: 10px;
	background-image: url(/images/member_directory/member-directory-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -355px;
}

.inner-notice {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#photo_page_list .newest-icon {
	background-image: url(/images/shared_images/newest.png);
}

#photo_page_list .filter-icon {
	background-image: url(/images/shared_images/filter.png);
}

#photo_page_list .search-icon {
	background-image: url(/images/documents/search.png);
}

#photo_page_list .all-icon {
	background-image: url(/images/shared_images/show_all.png);
}

#photo_page_list .option-container:hover .option-label {
	color: #666;
	cursor: pointer;
}

#photo_page_list #filter_container,
#photo_page_list #search_container {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	display: none;
	margin-left: 20px;
}

#photo_page_list .filter-title {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#photo_page_list #filter_container .half {
	width: 300px;
	float: left;
}

#photo_page_list .search-field-label {
	float: left;
	font-size: 12px;
	font-weight: normal;
	min-width: 50px;
}

#photo_page_list .search-field-input {
	float: left;
	max-width: 95%;
	min-width: 200px;
}

#photo_page_list #filter_container .half .search-field-input select {
	width: 100%;
	max-width: 100%;
}

#photo_page_list #filter_container .half.subgroup-half {
	width: 300px;
}

#photo_page_list .subgroup-half .search-field-label {
	width: 80px;
}

#photo_page_list .subgroup-half .search-field-input {
	width: 200px;
}

	#photo_page_list .subgroup-half .search-field-input select {
		width: 100%;
		max-width: 100%;
	}

#photo_page_list .form-row label {
	width: 65px;
	font-size: 12px;
}

#photo_page_list #search_container,
#photo_page_list #filter_container {
	padding-right: 100px;
	position: relative;
}

#photo_page_list .search-button-pad {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#photo_page_list #filter_container .search-button-pad {
	bottom: 10px;
}

#photo_page_list .RadDropDownTree.RadDropDownTree_Default {
	width: 200px !important;
}

#photo_page_list .photo-results {
	margin-top: 20px;
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
}

#photo_page_list #paging_wrapper,
#photo_page_list #paging_bottom {
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
	text-align: center;
	width: 100%;
}
