/* photosharing only styles */
a {
	color: #4484c5;
	color: #2f8bcc;
	color: #666;
}
a:hover {
	color: #ff6600;
}
a.username {
	color: #2f8bcc;
}

.photosharing_section_header {
    font-size: 18px;
    /* margin-bottom: 0.5em; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
	margin-top: 10px;
}
.photosharing_section_header .more {
	float: right;
	display: block;
}
.photosharing_section_header .more a {
	color: #ff6600;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
	line-height: 20px;
}
@media(min-width: 768px) {
	.photosharing_section_header {
	    font-weight: 400;
		font-size: 20px;
		border-bottom: none;
		color: #444;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.photosharing_section_header .more {
		float: none;
		line-height: 20px;
		padding-left: 20px;
		display: inline-block;
	}
}

.channel_section_header {
	font-size: 1.1em;
    /* margin-bottom: 0.5em; */
	border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* main page */
.picture_of_the_day_wrap {
	background-color: #212124;
}
.picture_of_the_day .owl-controls {
	margin-top: 0px !important;
	position: absolute; bottom: 0px;
	margin-bottom: -35px;
	width: 100%;
}
.picture_of_the_day {
	max-width: 1280px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
.picture_of_the_day .item {
    -webkit-transition: all 0.5s ease;
	position: relative;
}
.picture_of_the_day .item .caption {
	position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.picture_of_the_day .item {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
}
.picture_of_the_day .item:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.picture_of_the_day .photo {
	width: 100% !important;
}
.picture_of_the_day .caption {
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	text-align: center; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff;
	padding: 10px;
	line-height: 20px;
}
.picture_of_the_day .caption a.username {
	font-size: 15px;
	color: #fff;
}
.picture_of_the_day .caption a.username:hover {
	color: #ff6600;
}
.main_page_cats {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}
@media(min-width: 768px) {
	.picture_of_the_day .photo {
		width: 420px;
	}
	.main_page_cats {
		font-size: 15px;
	}
}

.main_page_upload_status_wrap {
	margin-left: auto; margin-right: auto; max-width: 500px; text-align: center; padding: 20px 0px 10px 0px;
	font-size: 15px;
}
.main_page_upload_status_wrap .upload_status {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.main_page_upload_btn {
	background-color: #ff9900; 
	padding: 0px 40px; color: #fff; border-radius: 5px; font-size: 13px;
	line-height: 38px;
	border-radius: 19px;
	display: inline-block;
}
.main_page_upload_btn:hover {
	background-color: #ffaa00;
	color: #fff;
}

.sharing_action_button {
	margin-right: 10px;
    margin-bottom: 5px;
    padding: 6px 15px;
    background-color: #ff830b;
    border: solid 1px #ff830b;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    cursor: pointer;
}

/* photosharing listing */
#cat_expandable {
	color: #333;
	font-weight: 400;
}
#cat_expandable:hover {
	color: #333;
}
#cat_list {
	display: none;
	background-color: rgba(255,255,255, 0.95); 
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	font-weight: 400;
}
.cat_list_cat {
	text-align: center;
	margin-bottom: 20px;
}
.cat_list_cat .cat_icon {
	background-color: red;
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(/photosharing/images/icon_photoshare_20160525_1845.svg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.cat_list_cat .cat_icon.all {
 background-position: -32px -3px;
}
.cat_list_cat .cat_icon.female {
 background-position: -112px -3px;
}
.cat_list_cat .cat_icon.portrait {
 background-position: -189px -3px;
}
.cat_list_cat .cat_icon.landscape {
 background-position: -269px -3px;
}
.cat_list_cat .cat_icon.nightscene {
 background-position: -345px -3px;
}
.cat_list_cat .cat_icon.bird {
 background-position: -430px -3px;
}
.cat_list_cat .cat_icon.plant {
 background-position: -505px -3px;
}
.cat_list_cat .cat_icon.animal {
 background-position: -581px -3px;
}
.cat_list_cat .cat_icon.documentary {
 background-position: -660px -3px;
}
.cat_list_cat .cat_icon.abstract {
 background-position: -737px -3px;
}
.cat_list_cat .cat_icon.blackwhite {
 background-position: -818px -3px;
}
.cat_list_cat .cat_icon.sports {
 background-position: -900px -3px;
}
.cat_list_cat .cat_icon.baby {
 background-position: -972px -3px;
}
.cat_list_cat .cat_icon.pets {
 background-position: -1050px -3px;
}
.cat_list_cat .cat_icon.others {
 background-position: -1132px -3px;
}
.hot_cat_photo_outter {
	text-align: center; background-color: #fff;
}
.hot_cat_photo_outter .hot_cat_photo_wrap {
	max-width: 1200px; margin-left: auto; margin-right: auto; padding: 40px 0px 0px 0px;
}
.hot_cat_photo_outter .hot_cat_photo_wrap .hot_cat_photo_title {
	font-size: 24px; line-height: 1.2em;margin-bottom: 40px; font-weight: 400;
}
.photo_listing_wrap {
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.photo_listing_wrap .no_content {
	padding: 60px 20px;
	border: solid 1px #fefefe;
	background-color: #fefefe;
	text-align: center;
	margin: 0px 5px;
}
.photo_listing_wrap .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.photo_listing_wrap .photo_listing {
	background-color: #fff;
	border: solid 1px #eee;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.photo_listing_wrap .photo_listing .info_wrapper {
	position: static;
	padding: 12px 10px;
	font-size: 12px;
	line-height: 1em;
}
.photo_listing_wrap .photo_listing .info_wrapper .info_line {
	font-size: 14px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	text-align: left !important; 
	white-space: nowrap;
    overflow: hidden;
	line-height: 1.5em;
}
.photo_listing_wrap .photo_listing .info_wrapper .info_line.center {
	text-align: center !important; 
}
.photo_listing_wrap .photo_listing .image_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.photo_listing_wrap .photo_listing .image_wrapper .highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, .25);
	color: #fafafa;
	font-size: 13px;
	line-height: 20px;
}
.photo_listing_wrap .photo_listing .image_wrapper .photo_count {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, .25);
	color: #fafafa;
	font-size: 15px;
	width: 100%;
}
.photo_listing_wrap .photo_listing .image_wrapper .photo_count i {
	margin-right: 5px;
}
.photo_listing_wrap .photo_listing .image {
	width: 100%;
}
.photo_listing_wrap .photo_listing .meta_wrap {
	font-size: 12px; 
	color: #aaa;
	display: block;
	margin-left: 0px;
}
.photo_listing_wrap .photo_listing .meta_wrap .meta_item {
	display: flex;
	justify-content: space-around;
}
.photo_listing_wrap .photo_listing .meta_wrap i {
	margin-right: 3px;
	color: #ccc;
}
.photo_listing_wrap .photo_listing .function_wrapper {
	font-size: 13px;
}
.photo_listing_wrap .photo_listing .function_wrapper .function_right {
	float: right;
}
.photo_listing_wrap .photo_listing .function_wrapper .function_center {
	text-align: center;
	width: 100%;
}
.photo_listing_wrap .photo_listing .function_wrapper a.button {
	color: #999; display: inline-block;  padding: 10px 12px;
}
.photo_listing_wrap .photo_listing .function_wrapper a.button:hover {
	color: #ff6600;
	background-color: #eee;
}

@media (min-width: 768px) {
	.photo_listing_wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	.photo_listing_wrap .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.photo_listing_wrap.five_column {
		padding-left: 5px;
		padding-right: 5px;
	}
	.photo_listing_wrap.five_column .col-md-3 {
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.photo_listing_wrap .photo_listing {
		margin-bottom: 20px;
	}
	.photo_listing_wrap .photo_listing .info_wrapper {
		padding: 18px 15px 10px 15px;
		font-size: 15px;
		line-height: 1em;
	}
	.photo_listing_wrap .photo_listing .info_wrapper .info_line {
		margin-bottom: 10px;
	}
	.photo_listing_wrap .photo_listing .image_wrapper {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.photo_listing_wrap .photo_listing .image_wrapper .photo_count {
		width: auto;
	}
	.photo_listing_wrap .photo_listing .image {
		width: 100%;
		margin-top: 0px;
	}
	.photo_listing_wrap .photo_listing .meta_wrap {
		font-size: 13px;
		display: block;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}

/* view photo */
.blackcurtain {
	background-color: #212124;
	position: relative;
	font-size: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.photo_container_wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	display: table;
	text-align: center;
	width: 100%;
}
.photo_container_wrapper .photo_container {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	height: 400px;
}
.photo_container_wrapper .photo_container .the_photo {
	/*max-width: 100%; max-height: 100%;*/
}
.photo_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    cursor: pointer;
    z-index: 2;
}
.photo_nav .arrow {
    position: absolute;
    /*opacity: 0;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 50px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 15;
}
.photo_nav.left {
    left: 0;
}
.photo_nav.right {
    right: 0;
}
.photo_nav.left .arrow {
    background-image: url("/column/images/left_arrow.svg");
    left: 10px;
}
.photo_nav.right .arrow {
    background-image: url("/column/images/right_arrow.svg");
    right: 10px
}
.photo_content {
	margin-top: 15px;
	text-align: center;
}
.photo_content .photo_title {
	font-size: 22px;
	margin-bottom: 15px;
}
.photo_content .photo_author {
	font-size: 13px; color: #999; font-weight: normal;
	line-height: 1.6em;
}
.photo_content .photo_author .avatar {
	width: 30px; margin-right: 5px;
	border-radius: 50%;
}
.photo_content .photo_stats {
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 0px; 
	max-width: 500px; 
	text-align: center;
	padding: 10px 0px 30px 0px;
	display: flex;
}
.photo_content .photo_stats div {
	flex: 1;
	position: relative;
}
.photo_content .photo_stats .photo_action {
	display: inline-block; border-radius: 50%; background-color: silver;
}
.photo_content .photo_stats .photo_action:hover {
	background-color: #999;
	cursor: pointer;
}
.photo_content .photo_stats .photo_action.checked {
	background-color: red;
}
.photo_content .photo_stats .photo_action .photo_action_inner {
	width: 40px; height: 40px; display: inline-block; line-height: 40px;font-size: 22px; color: #fff;
}
.photo_content .photo_stats .vote_success_msg, .photo_content .photo_stats .fav_success_msg {
	position: absolute; bottom: -20px; left: 0px; font-size: 10px; margin-top: 5px; display: none; width: 100%;
}

.photo_content .photo_stats .photo_stats_counter {
	font-size: 20px; color: #666; text-align: center;
}
.photo_content .photo_stats .photo_stats_counter_text {
	font-size: 14px; color: #999; text-align: center;	
}
.photo_content .photo_description {
	font-size: 15px;
	line-height: 1.5em;
	margin: 20px 5px;
}
.photo_content .photo_description img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photo_content .photo_description p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.photo_content .photo_remark {
	font-size: 15px;
	line-height: 1.5em;
	margin: 20px 5px;
}

.photo_content .photo_set {
	font-size: 15px;
	line-height: 1.5em;
}
.photo_content .photo_set img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photo_content .photo_set p {
	margin: 10px 0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.photo_viewer_section_two {
	margin: 0px auto 20px auto;
}
.photo_viewer_section_two a.load_more_reply {
	background-color: #00bcd4;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	border-radius: 5px;
}
.photo_viewer_section_two a.load_more_reply:hover {
	background-color: #ff6600;
}
.section_header.sharing_reply {
	margin-top: 0px; 
	margin-bottom: 20px; 
	margin-left: 0px; 
	margin-right: 0px; 
	font-size: 15px; 
	font-weight: bold;
	border-bottom: dotted 1px #ddd; 
    padding: 10px 0px 10px 0px;
}
.section_header.photosharing {
	margin-top: 0px; margin-bottom: 20px;font-size: 18px;
    padding: 10px 0px 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.photo_meta_info {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.8em; margin-bottom: 20px; background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.photo_meta_info a {
	color: #2f8bcc;
}
.photo_meta_info a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.photo_meta_info .avatar {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.photo_meta_info .camera {
	margin-bottom: 10px; line-height: 1.5em;
	display: flex;
	align-items: center;
}
.photo_meta_info .camera .image img {
	width: 60px;
}
.photo_meta_info .camera .model {
	padding-left: 10px;
	flex: 1;
}
.photo_meta_info .photo_parameter {
	display: flex; justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 13px;
}
.photo_meta_info .photo_parameter div {
	flex: 0 0 33%;
}

/* sharing reply */
.sharing_reply_wrap {
	margin-bottom: 60px;
	width: 100%;
}
/* for column article write reply */
.sharing_reply_wrap .write_sharing_reply {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.sharing_reply_wrap .write_sharing_reply .login_box {
	text-align: center;
}
.sharing_reply_wrap .write_sharing_reply a.reply_avatar {
	float: left;
}
.sharing_reply_wrap .write_sharing_reply a.reply_avatar img {
	border-radius: 50%;
	width: 50px;
	border: solid 1px #ccc;
}
.sharing_reply_wrap .write_sharing_reply .reply_form {
	margin-left: 65px;
	font-size: 13px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .name {
	display: inline-block;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 15px;
	color: #666;
	font-size: 15px;
	padding-top: 3px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .name a {
	margin-right: 20px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form textarea {
	width: 100%;
	font-size: 14px;
	border: solid 1px #ccc;
	border-radius: 5px;
	line-height: 1.5em;
    margin-bottom: 10px;
    height: 50px;
    padding: 8px 10px !important;
    border: 1px solid #cbd7e3 !important;
    -webkit-appearance: none;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .checkbox {
	width: 15px;
	height: 15px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .form_button {
	margin-top: 10px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .saved_reply_link_wrap {
	line-height: 30px; 
	color: #999; 
	display: inline-block; 
	padding: 0px 5px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .saved_reply_link_wrap i {
	vertical-align: middle;
	font-size: 22px;
}
.sharing_reply_wrap .write_sharing_reply .reply_form .saved_reply_link_wrap span {
	font-size: 13px;
	vertical-align: middle;
}
/* column article reply list */
.sharing_reply_wrap ul.sharing_reply_list {
	list-style: none; margin: 0px; padding: 0px;
}
.sharing_reply_wrap ul.sharing_reply_list li {
	border-bottom: dotted 1px #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sharing_reply_wrap ul.sharing_reply_list li#new_reply_div {
	display: none;	
}
.sharing_reply_wrap ul.sharing_reply_list li a.reply_avatar {
	float: left;
}
.sharing_reply_wrap ul.sharing_reply_list li a.reply_avatar img {
	border-radius: 50%;
	width: 50px;
	border: solid 1px #ccc;
}
.sharing_reply_wrap ul.sharing_reply_list li a.comment_reply_avatar {
	float: left;
}
.sharing_reply_wrap ul.sharing_reply_list li a.comment_reply_avatar img {
	border-radius: 50%;
	width: 40px;
	border: solid 1px #ccc;
}

.sharing_reply_wrap ul.sharing_reply_list li .content_col {
	margin-left: 65px;
	font-size: 15px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .private_tag {
	margin-top: 10px;
	color: green; font-size: 12px; font-weight:bold;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .remove_reply {
	color: #666;
	font-size: 13px;
	float: right;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .user {
	font-size: 15px;
	margin-bottom: 5px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .date {
	font-size: 12px;
	color: #999;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content {
	margin-top: 10px;
	width: 95%;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .approve_reply_wrap {
	padding-bottom: 10px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .approve_reply_wrap .not_approved {
	color: red; font-size: 13px; font-weight:bold;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .approve_reply_wrap .approved_msg {
	color: #999; font-size: 13px; font-weight:bold; display: none;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .approve_reply_wrap .approve_reply_btn {
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .comment_reply {
	margin-top: 20px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .comment_reply .comment_reply_content_col {
	margin-left: 50px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .comment_reply .comment_reply_content {
	margin-top: 5px;
}
.sharing_reply_wrap ul.sharing_reply_list li .content_col .reply_content .comment_reply .reply_comment_btn {
	color: #666; font-size: 13px;
}

@media (max-width: 767px) {
	.photo_container_wrapper {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.photo_meta_info {
		width: 300px;
	}
	.photo_container_wrapper {
		width: 1020px;
	}
	.photo_content .photo_author {
		font-size: 15px;
	}
	.photo_viewer_section_two {
		margin: 40px auto;
	}
	.photo_viewer_section_two a.load_more_reply {
		background-color: #00bcd4;
		padding: 8px 20px;
		text-align: center;
		color: #fff;
		width: auto;
		display: inline-block;
		float: right;
	}

}
@media (min-width: 1200px) {
	.photo_container_wrapper {
		width: 1200px;
	}
}

/* photo upload */
.uploader_queue {
	margin-bottom: 20px;
}
.pickfiles_btn {
	display: block; 
	width: 100%;
	height: 90px; 
	background-color: #f6f6f6; 
	text-align: center; 
	margin-bottom: 10px; 
	border: solid 1px #eee; 
	border-radius: 5px;
}
.pickfiles_btn i {
	line-height: 90px; 
	font-size: 30px;
}
.form_section {
	display: inline-block;
	padding-bottom: 10px;
}
.expand_form_section {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 10px;
}
@media (min-width: 768px) {
	.pickfiles_btn {
		display: block; 
		width: 100%;
		width: 90px; 
		height: 90px; 
		background-color: #f6f6f6; 
		text-align: center; 
		margin-bottom: 10px; 
		border: solid 1px #eee; 
	}
}



/* uploadify */
.uploadify-queue-itemx {
	width: 100%; background-color: #eee; margin-bottom: 0px;
	/*border-bottom: solid 1px #dedede;*/
	margin-bottom: 2px;
	height: 30px;
	border-radius: 0px;
	position: relative;
}
.uploadify-queue-itemx .background {
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 255, 188);
	width: 0px;
}
.uploadify-queue-itemx.uploading {
	background-color: #f1f1f1;
}
.uploadify-queue-itemx .inner {
	padding: 0px 0px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
.uploadify-queue-itemx .inner .fileName {
	margin-left: 5px;
}
.uploadify-queue-itemx .inner .percentage {
	margin-right: 20px;
	float: right;
}
.uploadify-queue-itemx .inner .cancel_uploadify {
	float: right;
	margin-right: 10px;
}
.uploadify-queue-itemx .inner .cancel_uploadify a i {
	color: #999;
	line-height: 30px;
	font-size: 15px;
}
.uploadify-queue-itemx .inner .finish_uploadify {
	float: right;
	margin-right: 10px;
	color: green;
	display: none;
	font-size: 15px;
}
.uploadify-queue-itemx .inner .finish_uploadify i {
	line-height: 30px;
	font-size: 15px;
}

.uploadify-queue-itemx .inner .cancel_uploaded {
	float: right;
	display: none;
	font-size: 15px;
}
.uploadify-queue-itemx .inner .upload_error {
	float: right;
	margin-right: 10px;
	display: none;
	font-size: 15px;
}
.uploadify-queue-itemx .inner .upload_error i {
	line-height: 30px;
	font-size: 15px;
	color: red;
}
.uploadify-queue-itemx .inner .upload_error .error_msg {
	font-size: 13px;
}
.uploadify-queue-itemx .progressbar {
	height: 1px;
	background-color: #E4F6F8;
	width: 0px;
	padding: 0px;
}
.uploadify-queue-itemx .progress .inner {
	height: 10px; padding: 0px; background-color: green; width: 0px;
}


/* uploaded wrapper */
.uploaded_wrapper {
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	background-color: rgb(255, 255, 255);
	line-height: 1em;
	display: flex;
}
.uploaded_wrapper .uploaded_image {
	vertical-align: top; 
	cursor: pointer;
	width: 100px;
}
.uploaded_wrapper .remove_uploaded {
	position: absolute; 
	top: -10px; 
	right: -25px;
	padding: 10px 20px 0px 0px;
}
.uploaded_wrapper .remove_uploaded_inner {
	border-radius: 50%;
	background-color: #999;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px; 
	color: #fff;

}
.uploaded_wrapper .image_text_wrap {
	flex: 1;
	padding-left: 10px;
	padding-right: 0px;
	display: inline-block;
}
.uploaded_wrapper .image_text_pad {
	margin-right: 25px;
}
.uploaded_wrapper .image_text {
	width: 100%; 
	height: 100px;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	.uploaded_wrapper {
		margin-bottom: 15px;
		margin-top: 15px;
		position: relative;
		background-color: rgb(255, 255, 255);
		line-height: 1em;
	}
	.uploaded_wrapper .uploaded_image {
		vertical-align: top; 
		cursor: pointer;
	}
	.uploaded_wrapper .remove_uploaded {
		position: absolute; 
		top: 0px; 
		right: -30px;
		padding: 0px;
		cursor: pointer;
	}
	.uploaded_wrapper .remove_uploaded_inner {
		left: auto;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		background-color: #999;
		line-height: 26px;
		text-align: center;
		font-size: 16px; 
		color: #fff;
	}
	.uploaded_wrapper .remove_uploaded_inner:hover {
		background-color: #008fa1;
	}
	.uploaded_wrapper .image_text_wrap {
		width: 500px;
		padding-right: 0px;
	}
	.uploaded_wrapper .image_text_pad {
		margin-right: 0px;
	}
	.uploaded_wrapper .image_text {
		width: 100%; 
		height: 100px;
		padding-right: 10px;
		line-height: 1.4em;
	}
}
@media (min-width: 1200px) {
	.uploaded_wrapper .image_text_wrap {
		width: 600px;
	}
}

/* preview style */
.preview_form {
	text-align: center;
	line-height: 1.5em;
}
.preview_form h1.preview_title {
	font-size: 22px;
	margin-bottom: 1.3em;
	line-height: 1.3em;
}
.preview_form .preview_div {
	margin: 25px 0px;
}
.preview_form .preview_div .description {
	margin: 1.5em 0 1.5em 0;
}
.preview_form .preview_div img {
	max-width: 100%;
	max-height: 100%;
}
@media (min-width: 768px) {
	.preview_form {
		line-height: 1.5em;
	}
	.preview_form h1.preview_title {
		font-size: 30px;
	}
}

/* generic form one col */
.generic_form_one_col {
	padding: 15px;
	width: 100%;
	border: solid 1px #eee;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
}
.generic_form_one_col .header {
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	line-height: 55px;
	text-align: center;
}
.generic_form_one_col .header .text {
	font-size: 20px;
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	margin-right: 10px;
	line-height: 2em;
}
.generic_form_one_col .header .header_text {
	font-weight: 400;
}
.generic_form_one_col .header_selection {
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	margin-bottom: 35px;
}
.generic_form_one_col .header_selection .text {
	font-size: 15px;
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 20px;
}
.generic_form_one_col .header_selection .text > a {
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	text-decoration: none;
}
.generic_form_one_col .header_selection .text > a:hover {
	border-bottom: solid 4px #90D0CD;
}
.generic_form_one_col .header_selection .text > a.selected {
	font-weight: normal;
	border-bottom: solid 4px #0e9a95;
}
.generic_form_one_col .form_notification {
	text-align: center;
	background-color: #009966;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 5px 10px;
	display: none;
}
.generic_form_one_col .no_content {
	padding: 40px 20px;
	text-align: center;
}
.generic_form_one_col .no_content a {
	color: #ff6600;
}
.generic_form_one_col .form_button_div {
	margin-top: 40px; margin-bottom: 20px; text-align: center;
}
.generic_form_one_col .action_btn a {
	background-color: #ff9900;
	margin-left: 0px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	margin-top: 8px;
	display: block;
	text-align: center;
}
.generic_form_one_col .action_btn a i {
	margin-right: 10px;
}
.generic_form_one_col .form_intersection {
	border-bottom: dotted 1px #ddd; 
	margin-bottom: 30px; 
	margin-top: 50px; 
	/* padding-bottom: 10px; */
	color: #999;
	text-align: center;
}
/* generic form style */
.generic_form_one_col .form_col1 {
	margin-bottom: 5px;
	text-align: left;
}
.generic_form_one_col .form_col2 {
	margin-bottom: 15px;
	text-align: left;
}
.generic_form_one_col .form_col2 a {
	color: #008fa1;
}
.generic_form_one_col .form_col2 a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.generic_form_one_col .form_col_center {
	text-align: center;
	margin-bottom: 15px;
}
.generic_form_one_col .form_row {
	margin-bottom: 3px;
}
.generic_form_one_col .form_row.mobile_same_line {
}
.generic_form_one_col .form_row.mobile_same_line .form_col1 {
	float:left;
	width: 100px;
}
.generic_form_one_col .form_row.mobile_same_line .form_col2 {
	float:left;	
	margin-left: 10px;
}
.generic_form_one_col .tooltip_content {
	margin-left: 0px;
	display: none;
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 15px;
}
.generic_form_one_col input[type=text], .generic_form_one_col input[type=password], .generic_form_one_col textarea {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ddd;
	padding: 5px;
	font-size: 15px;
}
.generic_form_one_col input.error, .generic_form_one_col select.error {
	border: solid 1px red;
	background-color: #ffe9e8;
}
.generic_form_one_col .msg {
	padding: 0px;
	font-size: 13px;
	color: red;
	font-weight: bold;
	margin-top: 5px;
	display: none;
}
.generic_form_one_col .input_remarks {
	margin-top: 5px;
	font-size: 13px;
}
.generic_form_one_col textarea {
	height: 100px;
}
.generic_form_one_col select {
	font-size: 15px;
	padding: 5px;
	margin-right: 10px;
}
.generic_form_one_col input[type=checkbox] {
	font-size: 15px;
	padding: 5px;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	line-height: 25px;
}
.generic_form_one_col .mandatory {
	color: red;
}
.generic_form_one_col .form_button {
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: solid 1px #ddd;
	cursor: pointer;
}
@media (min-width: 768px) { /* desktop version */
	.generic_form_one_col {
		padding: 30px 40px 60px 40px;
		width: 100%;
		border: solid 1px #eee;
		border-radius: 5px;
		background-color: #fff;
		margin-bottom: 30px;
		position: relative;
	}
	.generic_form_one_col .header {
		font-size: 22px;
		font-weight: normal;
		border-bottom: solid 1px #ddd;
		margin-bottom: 35px;
		text-align: left;
	}
	.generic_form_one_col .header .text {
		font-size: 22px;
		font-weight: normal;
		color: #444b51;
		display: inline-block;
		margin-right: 10px;
	}
	.generic_form_one_col .header_selection {
		line-height: 55px;
		margin-top: 0px;
	}
	.generic_form_one_col .header_selection .text {
		font-size: 18px;
		line-height: 50px;
		margin-top: 0px;
		margin-right: 30px;
	}
	.generic_form_one_col .form_notification {
		text-align: center;
		background-color: #009966;
		color: #fff;
		font-size: 13px;
		border-radius: 5px;
		display: inline-block;
		position: absolute;
		top: -10px;
		left: 20px;
		padding: 5px 10px;
		display: none;
	}
	.generic_form_one_col .action_btn a {
		background-repeat: no-repeat;
		background-position: 8px -69px;
		background-color: #ff9900;
		margin-left: 20px;
		border-radius: 3px;
		color: #fff;
		float: right;
		font-size: 15px;
		padding: 10px 20px;
	}
	.generic_form_one_col {
		padding: 30px 40px 60px 40px;
		width: 100%;
		border-radius: 5px;
		background-color: #fff;
		margin-bottom: 30px;
		position: relative;
	}
	.generic_form_one_col .form_intersection {
		text-align: left;
	}
	.generic_form_one_col .form_col1 {
		margin-bottom: 15px;
		width: 185px;
		text-align: right;
		float: left;
		clear: left;
	}
	.generic_form_one_col .form_col2 {
		margin-left: 200px;
		margin-bottom: 15px;
		margin-right: 115px;
		line-height: 25px;
	}
	.generic_form_one_col .form_col2 a {
		color: #008fa1;
	}
	.generic_form_one_col .form_col2 a:hover {
		color: #ff6600;
		text-decoration: underline;
	}
	.generic_form_one_col .form_row.mobile_same_line {
	}
	.generic_form_one_col .form_row.mobile_same_line .form_col1 {
		float:left;
		text-align: right;
	    width: 185px;
	}
	.generic_form_one_col .form_row.mobile_same_line .form_col2 {
		float:none;	
		margin-left: 200px;
	}
	.generic_form_one_col .tooltip_content {
		margin-left: 200px;
		display: none;
		font-size: 13px;
		margin-top: -10px;
		margin-bottom: 15px;
	}
}

/* generic_form_left_col */
.generic_form_left_col {
	border: solid 1px #eee;
	background-color: #fff;
	margin-bottom: 1em;
	margin-right: 0px;
	border-radius: 5px;
	margin-top: 10px;
}
.generic_form_left_col ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
}
.generic_form_left_col ul li { 
	border-bottom: solid 1px #eee;
}
.generic_form_left_col ul li:last-child { 
	border-bottom: none;
}
.generic_form_left_col ul li > a {
	display: block;
	font-size: 14px;
	color: #555;
	padding: 15px 15px;
	text-decoration: none;
}
.generic_form_left_col ul li > a i {
	font-size: 1.2em;
	margin-right: 0.5em;
	color: #008fa1;
}
.generic_form_left_col ul li > a.selected {
	color: #0e9a95;
	font-weight: bold;
}
.generic_form_left_col ul li > a:hover {
	color: #000;
	background-color: #f9f9f9;
}
.generic_form_left_col ul li > a.selected:hover {
	color: #555;
	background-color: #f0f0f0;
}
/* generic_form_right_col */
.generic_form_right_col {
	width: 100%;
	border-radius: 5px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
.generic_form_right_col .header {
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	line-height: 55px;
}
.generic_form_right_col .header_selection {
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	margin-bottom: 35px;
}
.generic_form_right_col .header .text {
	font-size: 20px;
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	margin-right: 10px;
	line-height: 2em;
}
.generic_form_right_col .header_selection .text {
	font-size: 15px;
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 20px;
}
.generic_form_right_col .header_selection .text > a {
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	text-decoration: none;
}
.generic_form_right_col .header_selection .text > a:hover {
	border-bottom: solid 4px #90D0CD;
}
.generic_form_right_col .header_selection .text > a.selected {
	font-weight: normal;
	border-bottom: solid 4px #0e9a95;
}

.generic_form_right_col .form_notification {
	text-align: center;
	background-color: #009966;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 5px 10px;
	display: none;
}
.generic_form_right_col .info {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.generic_form_right_col .no_content {
	padding: 40px 20px;
	text-align: center;
}
.generic_form_right_col .no_content a {
	color: #ff6600;
}

.generic_form_right_col .action_btn a {
	background-color: #ff9900;
	margin-left: 0px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	margin-top: 8px;
	display: block;
	text-align: center;
}
.generic_form_right_col .action_btn a i {
	margin-right: 10px;
}
.generic_form_right_col .admin_form_intersection {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin-top: 30px;
}
.generic_form_right_col .flag_button {
	margin-right: 0.2em;
    display: inline-block;
    border-radius: 0.25em;
    vertical-align: middle;
    line-height: 1em;
    font-size: 13px;
    background-color: #f6f6f6;
	color: #666;
    padding: .4em .6em .4em; cursor: pointer;
}
.generic_form_right_col .flag_button:hover {
	background-color: #ff9900;
	color: #fff;
}
.generic_form_right_col .flag_button.flagged {
    background-color: #0e9a95;
    color: #fff;
}
.generic_form_right_col .flag_button.flagged:hover {
	background-color: #0e9a95;
	color: #fff;
}

@media (min-width: 768px) { /* desktop version */
	.generic_form_left_col {
		margin-top: 0px;
	}
	.generic_form_left_col ul li > a {
		font-size: 16px;
		padding: 16px 20px;
	}

	.generic_form_right_col {
		padding: 30px 40px 60px 40px;
		width: 100%;
		border: solid 1px #eee;
		border-radius: 5px;
		background-color: #fff;
		margin-bottom: 30px;
		position: relative;
		margin-top: 0px;
	}
	.generic_form_right_col .header {
		font-size: 22px;
		font-weight: normal;
		border-bottom: solid 1px #eee;
		margin-bottom: 35px;
	}
	.generic_form_right_col .header_selection {
		line-height: 55px;
		margin-top: 0px;
	}
	.generic_form_right_col .header .text {
		font-size: 22px;
		font-weight: normal;
		color: #444b51;
		display: inline-block;
		margin-right: 10px;
	}
	.generic_form_right_col .header_selection .text {
		font-size: 18px;
		line-height: 50px;
		margin-top: 0px;
		margin-right: 30px;
	}
	.generic_form_right_col .form_notification {
		text-align: center;
		background-color: #009966;
		color: #fff;
		font-size: 13px;
		border-radius: 5px;
		display: inline-block;
		position: absolute;
		top: -10px;
		left: 20px;
		padding: 5px 10px;
		display: none;
	}
	.generic_form_right_col .info {
		margin-bottom: 30px;
	}
	.generic_form_right_col .action_btn a {
		background-repeat: no-repeat;
		background-position: 8px -69px;
		background-color: #ff9900;
		margin-left: 20px;
		border-radius: 3px;
		color: #fff;
		float: right;
		font-size: 15px;
		padding: 10px 20px;
	}
}



/* simple dialog style for photosharing */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    color: #282B30;
	margin-bottom: 10px;
}
p.system_message {
	margin: 2em 0;
}
.action_button {
	display: block;
	text-align: right;
}
a.popup-modal-dismiss {
	background-color: #ddd;
	padding: 10px 20px;
	color: #333;
	display: inline-block;
}
a.popup-modal-dismiss:hover {
	background-color: #ddd;	
	color: #666;
}

/* simple dialog form */
.simple_dialog_form {
    background: #FFF;
    padding: 20px;
    text-align: left;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
	font-size: 14px;
	text-align: center;
}
.simple_dialog_form .dialog_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom:  10px;
    color: #282B30;
}
.simple_dialog_form h2, .simple_dialog_form h3, .simple_dialog_form h4, .simple_dialog_form h5, .simple_dialog_form h6 {
	font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #282B30;
	margin-bottom: 10px;
}
.simple_dialog_form p.system_message {
	margin: 2em 0;
}
.simple_dialog_form .action_button {
	display: block;
	text-align: right;
}
.simple_dialog_form .action_button a.the_button {
	background-color: #ddd;
	padding: 10px 20px;
	color: #333;
	display: inline-block;
}
.simple_dialog_form .action_button a.the_button:hover {
	background-color: #ff9900;	
	color: #fff;
}
@media (min-width: 768px) {
	.simple_dialog_form {
		padding: 20px 30px;
		text-align: left;
	}
	.simple_dialog_form .dialog_title {
		font-weight: 400;
		font-size: 22px;
	}

}



/* challenge lisiting */
.challenge_intro {
	background-color: #333;
	margin-left: -10px;
	margin-right: -10px;
}
.challenge_intro_overlay {
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.challenge_intro_wrap {
	display: table-cell;
	vertical-align: middle;
}
.challenge_intro_wrap .challenge_intro_inner {
	max-width: 1000px; 
	margin-left: auto; margin-right: auto; 
	padding: 50px 20px;
	text-align: center;
}
.challenge_intro_wrap .challenge_intro_inner h1 {
	font-weight: 200; font-size: 30px; color: #f7fafa;
}
.challenge_intro_wrap .challenge_intro_inner h4 {
	font-weight: normal; 
	margin-top: 30px; margin-bottom: 0px; color: #f7fafa;
	line-height: 1.5em;
	font-size: 13px;
}
.hot_challenge_outter {
	text-align: center; background-color: #fff;
	margin-bottom: 30px;
}
.hot_challenge_outter .hot_challenge_wrap {
	max-width: 1200px; margin-left: auto; margin-right: auto; padding: 30px 0px 0px 0px;
}
.hot_challenge_outter .hot_challenge_wrap .hot_challenge_title {
	font-size: 24px; line-height: 1.2em; margin-bottom: 40px; font-weight: 400;
}
.challenge_header_wrap {
	height: 300px;
}
.challenge_header_wrap.upload {
	height: 200px;
}
.challenge_header_wrap .challenge_header_inner {
	display: table; width: 100%; height: 100%; position: relative;
    background-color: rgba(0,0,0,0.2);
}
.challenge_header_wrap .challenge_header_inner .challenge_header_align {
	display: table-cell; vertical-align: middle; padding: 20px 20px; text-align: center; color: #fff;
}
.challenge_header_wrap .challenge_header_inner .challenge_header_align h1 {
	font-size: 2em; line-height: 1.1em; font-weight: 200; margin-bottom: 1em;
	color: #fff;
}
.challenge_header_wrap .challenge_header_inner .challenge_header_align h2 {
	font-size: 1em; 
	line-height: 1.5em; max-width: 1000px; margin-left: auto; margin-right: auto;
	color: #fff;
}
.challenge_selection_wrap {
	border-top: solid 0px #eee; border-bottom: solid 1px #eee; background-color: #fff;
}
.challenge_selection_wrap .challenge_selection {
	max-width: 1180px; margin-left: auto; margin-right: auto;
}
.challenge_selection_wrap .challenge_selection .selection_item {
	margin-top: 20px; list-style: none;
	padding: 0px;
	display: flex;
	justify-content: space-evenly;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.challenge_selection_wrap .challenge_selection .selection_item li {
	text-align: center;
}
.challenge_selection_wrap .challenge_selection .selection_item li a {
	color: #334444;
}
.challenge_selection_wrap .challenge_selection .selection_item li a.selected {
	/*color: #ff6600;*/
    border-bottoM: solid 3px #ff6600;
    padding-bottom: 13px;
}
.challenge_status_wrap {
	margin-left: auto; margin-right: auto;text-align: center; padding: 30px 0px 30px 0px;
	font-size: 15px;
}
.challenge_status_wrap .challenge_status {
	margin-left: 10px;
	margin-right: 10px;
}
.challenge_upload_btn {
	background-color: #ff9900; padding: 0px 20px; color: #fff; 
	font-size: 13px;
	line-height: 36px;
	display: inline-block;
	border-radius: 18px;
	margin-top: 20px;
}
.challenge_upload_btn:hover {
	background-color: #ffaa00;
	color: #fff;
}
.challenge_info_wrap {
	margin-bottom: 60px;
}
.challenge_info_wrap .challenge_description {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.challenge_info_wrap .challenge_rules {
	margin-bottom: 10px;
}
.challenge_info_wrap .challenge_info_table {
    font-family: 'Merriweather', "微軟正黑體",serif;
}
.all_challenge_photo {
	margin-top: 30px;
}
.all_challenge_photo .challenge_photo_counter {
	margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
	.challenge_intro {
		height: 400px;
	}
	.challenge_header_wrap {
		height: 400px;
	}
	.challenge_header_wrap.upload {
		height: 250px;
	}
	.challenge_header_wrap .challenge_header_inner .challenge_header_align {
		padding: 20px 10%;
	}
	.challenge_header_wrap .challenge_header_inner .challenge_header_align h1 {
		font-size: 2.5em;
	}
	.challenge_header_wrap .challenge_header_inner .challenge_header_align h2 {
		font-size: 1.1em; 
	}
	.challenge_selection_wrap .challenge_selection .selection_item {
		margin-top: 10px;
		justify-content: flex-start;
		max-width: 100%;
	}
	.challenge_selection_wrap .challenge_selection .selection_item li {
		font-size: 16px;
		margin-right: 0xp; margin-left: 0px;	
		width: auto;
		margin-right: 100px;
	}
}

/* challenge listing */
.challenge_listing_wrap {
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.challenge_listing_wrap .no_content {
	padding: 60px 20px;
	border: solid 1px #fefefe;
	background-color: #fefefe;
	text-align: center;
	margin: 0px 5px;
}
.challenge_listing_wrap .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.challenge_listing_wrap .challenge_listing {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.challenge_listing_wrap .challenge_listing .info_wrapper {
	position: static;
	padding: 12px 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}
.challenge_listing_wrap .challenge_listing .info_wrapper .info_line {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.challenge_listing_wrap .challenge_listing .image_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.challenge_listing_wrap .challenge_listing .image_wrapper .photo_count {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, .25);
	color: #fafafa;
	font-size: 15px;
	width: 100%;
}
.challenge_listing_wrap .challenge_listing .image_wrapper .photo_count i {
	margin-right: 5px;
}
.challenge_listing_wrap .challenge_listing .image_wrapper .challenge_status {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #0e9a95;
	color: #fafafa;
	font-size: 13px;
	text-align: center;
	width: 100%;
}

.challenge_listing_wrap .challenge_listing .image {
	width: 100%;
}
.challenge_listing_wrap .challenge_listing .meta_wrap {
	font-size: 12px; 
	color: #999;
	display: block;
	margin-left: 0px;
}
.challenge_listing_wrap .challenge_listing .meta_wrap .meta_item {
	margin-left: 10px;
	margin-right: 10px;
}
.challenge_listing_wrap .challenge_listing .meta_wrap i {
	margin-right: 3px;
}
@media (min-width: 768px) {
	.challenge_intro {
		background-color: #333;
	}
	.challenge_intro_overlay {
		background-color: rgba(0, 0, 0, 0.35);
	}
	.challenge_intro_wrap {
		max-width: 1000px; margin-left: auto; margin-right: auto; padding: 80px 20px;
		text-align: center;
	}
	.challenge_intro_wrap h1 {
		font-weight: 200; font-size: 50px; color: #f7fafa;
	}
	.challenge_intro_wrap h4 {
		font-weight: normal; 
		margin-top: 30px; margin-bottom: 0px; color: #f7fafa;
		line-height: 1.5em;
	}
	.hot_challenge_outter {
		text-align: center; background-color: #fff;
	}
	.hot_challenge_outter .hot_challenge_wrap {
		max-width: 1200px; margin-left: auto; margin-right: auto; padding: 20px 0px 0px 0px;
	}
	.hot_challenge_outter .hot_challenge_wrap .hot_challenge_title {
		font-size: 24px; line-height: 1.2em;margin-bottom: 40px; font-weight: 400;
	}
	.challenge_status_wrap {
	}
	.challenge_listing_wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	.challenge_listing_wrap .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.challenge_listing_wrap.five_column {
		padding-left: 5px;
		padding-right: 5px;
	}
	.challenge_listing_wrap.five_column .col-md-3 {
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.challenge_listing_wrap .challenge_listing {
		margin-bottom: 20px;
	}
	.challenge_listing_wrap .challenge_listing .info_wrapper {
		position: static;
		padding: 15px 10px 20px 10px;
		font-size: 15px;
		line-height: 1.5em;
	}
	.challenge_listing_wrap .challenge_listing .info_wrapper .info_line {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.challenge_listing_wrap .challenge_listing .image_wrapper {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.challenge_listing_wrap .challenge_listing .image_wrapper .photo_count {
		width: auto;
	}
	.challenge_listing_wrap .challenge_listing .image_wrapper .challenge_status {
		width: 120px;
	}
	.challenge_listing_wrap .challenge_listing .image {
		width: 100%;
		margin-top: 0px;
	}
	.challenge_listing_wrap .challenge_listing .meta_wrap {
		display: block;
		margin-left: 0px;
	}
}


/* photosharing hot user */
.photosharing_user_subhead {
	font-size: 15px; margin-bottom: 1em; border-bottom: solid 2px #2f8bcc; padding-bottom: 5px;
	text-align: center;
}
.photosharing_user {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.photosharing_user a {
	display: block;
}
.photosharing_user a:hover {
	color: #ff6600;
}
.photosharing_user h3 {
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.photosharing_user .avatar {
	border-radius: 50%; width: 70px;
}
.photosharing_user .counter {
	font-size: 12px; color: #999;
	margin-top: 5px;
}
@media (min-width: 768px) {
	.photosharing_user_subhead {
		font-size: 16px;
		display: inline-block;
	}
	.photosharing_user .avatar {
		border-radius: 50%; width: 75px;
	}
}



/* sharing profile header */
.sharing_profile_header {
	width: 100%; 
	margin-top: 30px;
	margin-bottom: 30px;
}
.sharing_profile_header .image_col {
	margin-left: auto; margin-right: auto;
	width: 130px;
	text-align: center;
	float: none;
	position: relative;
}
.sharing_profile_header .image_col .avatar_upload:after {
    content: "\f030";
    font: 18px/36px 'FontAwesome';
    text-align: center;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #0e9a95;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	color: #fff;
}
.sharing_profile_header .image_col .avatar {
	width: 120px;
	border-radius: 50%;
}
.sharing_profile_header .content_col {
	width: 100%;
}
.sharing_profile_header .content_col .title {
	text-align: center;
	font-size: 18px;
	margin-top: 1em;
}
.sharing_profile_header .content_col .title a.name {
	color: #333;
}
.sharing_profile_header .content_col .title a.name:hover {
	color: #ff6600;
}

.sharing_profile_header .content_col .title .edit {
	margin-left: 0px;
	font-size: 20px;
}
.sharing_profile_header .content_col .title .badge {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	
}

.sharing_profile_header .content_col .meta {
	text-align: center;
	margin-top: 8px;
	color: #999;
    font-size: 12px;
}
.sharing_profile_header .content_col .content {
	color: #777;
    font-size: 14px;
    line-height: 1.8em;
	margin-top: 1em;
}
.sharing_profile_header .content_col .content a {
	color: #0e9a95;
}
.sharing_profile_header .content_col .content a:hover {
	color: #ff6600;
}
ul.sharing_profile_misc {
	margin-left: 0%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
    padding-left: 0px;
	list-style: none;
    padding-bottom: 20px;
	border-bottom: dotted 1px #ddd;
    text-align: center;
}
ul.sharing_profile_misc li {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	margin-right: 40px;
}
ul.sharing_profile_misc li {
	background: url("/photosharing/images/profile_icon_svg.svg");
	background-position: 0px 30px;
	background-repeat: no-repeat;
	height: 2em;
	background-size: 40px 1200px;
    margin: 0px 10px;
    padding: 0px;
    line-height: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 28px;
    display: inline-block;
}
ul.sharing_profile_misc li.home {
	background-position: 0px 3px;
}
ul.sharing_profile_misc li.profile {
	background-position: 0px -57px;
}
ul.sharing_profile_misc li.photo {
	background-position: 0px -117px;
}
ul.sharing_profile_misc li.video {
	background-position: 0px -237px;
}
ul.sharing_profile_misc li.pm {
	background-position: 0px -177px;
}
ul.sharing_profile_misc li a {
	color: #0e9a95;
	color: #666;
}
ul.sharing_profile_misc li a:hover {
	color: #ff6600;
}
ul.sharing_profile_misc li.selected a {
	color: #ff5500;
	font-weight: bold;
	border-bottom: solid 1px;
}
@media (min-width: 768px) {
	.sharing_profile_header {
		margin-top: 40px;
	}
	.sharing_profile_header .image_col {
		width: 10%;
		float: left;
		position: relative;
	}
	.sharing_profile_header .image_col .avatar {
		width: 100%;
		border-radius: 50%;
	}

	.sharing_profile_header .content_col {
		width: 90%;
		float: left;
		padding-left: 25px;
	}
	.sharing_profile_header .content_col .title {
		margin-top: 0px;
		text-align: left;
	}
	.sharing_profile_header .content_col .title .badge {
		display: inline-block;
		margin-top: 0px;
		margin-left: 10px;
	}
	.sharing_profile_header .content_col .meta {
		text-align: left;
	}
	ul.sharing_profile_misc {
		margin-top: 20px;
		margin-left: 0%;
	    padding-left: 0px;
	    text-align: left;
	}
	ul.sharing_profile_misc li {
		float: left;
		margin-right: 40px;
		padding-left: 28px;
	}
}



/* photosharing management */
.photosharing_manage_stats {
	padding: 30px 0px 50px 0px;
	display: flex;
	justify-content: space-around;
	max-width: 400px;
	font-size: 12px;
}
.photosharing_manage_stats div {
	text-align: center;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.photosharing_manage_stats div .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #999;
	color: #fff;
	margin-bottom: 10px;
}
.photosharing_manage_stats div .icon i {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
@media (min-width: 768px) {
	.photosharing_manage_stats {
		padding: 30px 0px 50px 0px;
		display: flex;
		justify-content: space-around;
		max-width: 400px;
		font-size: 13px;
	}
	.photosharing_manage_stats div {
		text-align: center;
		color: #333;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.photosharing_manage_stats div .icon {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #999;
		color: #fff;
		margin-bottom: 10px;
	}
	.photosharing_manage_stats div .icon i {
		line-height: 60px;
		font-size: 26px;
		text-align: center;
	}

}

/* dialog */
/* for the generic_dialog */
.generic_dialog {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0px;
	position: relative;
	border-radius: 5px;
	width: 100%;
}
.generic_dialog .header_wrap {
	border-radius: 5px 5px 0px 0px;
	background-color: #eee;
}
.generic_dialog .header_wrap .header {
	font-size: 15px;
	padding: 15px 20px 0px 20px;
}
.generic_dialog .header_wrap .header .close_dialog {
	margin-top: -2px;
	float: right;
	font-size: 15px;
	cursor: pointer;
}
.generic_dialog .header_wrap .header .selector {
	float: left;
	margin-right: 30px;
}
.generic_dialog .header_wrap .header .selector.selected {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 5px green;
}
.generic_dialog .footer_wrap {
	text-align: right;
	width: 100%;
	border-top: solid 1px #eee;
}
.generic_dialog .footer_wrap .footer {
	padding: 15px 20px;
}
.generic_dialog .inner_wrap {
	padding: 20px;
	padding-bottom: 10px;
	height: auto;
	min-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.generic_dialog .inner_wrap .inner {
}
.generic_dialog .inner_wrap .inner fieldset {
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;margin-bottom: 10px;
}
.generic_dialog .inner_wrap .inner legend {
	display: block;
	padding: 0px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px; font-size: 13px; color: #2e4453;
}
.generic_dialog .inner_wrap .inner .input_style {
	width: 100%; padding: 5px; border: 1px solid #c8d7e1;
}
.generic_dialog .inner_wrap .inner .textarea_style {
	width: 100%; height: 100px; padding: 5px; border: 1px solid #c8d7e1;
}

@media (min-width: 768px) {
	.generic_dialog {
		max-width: 640px;
	}
}
@media (min-width: 1000px) {
	.generic_dialog {
		max-width: 640px;
	}
}
.generic_dialog .footer_wrap {
	background-color: #fff;
	border-radius: 5px;
}
.generic_dialog .footer_wrap .footer input {
	font-size: 15px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	background-color: #ff9900;
	border: solid 1px #ff9900;
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 3px;
}
.generic_dialog .footer_wrap .footer input.noleftmargin {
	margin-left: 0px;
}
.generic_dialog input[type=button] {
	cursor: pointer;
}
.generic_dialog #close_dialog_btn {
	float: right;
}
.generic_dialog #plupload_console {
	height: 100%; width: 300px; border: solid 1px #666; overflow: scroll; 
	margin: 0px;
	position: fixed; top: 0px; left: 0px; background-color: #fff; display: block;
	display: none;
}


/* photo management edit */
.my_photo {
	position: relative;
}
.my_photo .edit_photo i {
	line-height: 35px; color: #0e9a95;
}

.my_photo .edit_photo {
	cursor: pointer; 
	position: absolute; 
	top: 5px; right: 5px; 
	width: 35px; height: 35px; font-size: 18px; 
	background-color: #f3f3f3; 
	border-radius: solid 1px #f3f3f3; 
	text-align: center; 
	border-radius: 5px;
	z-index: 1000;
}
.my_photo .edit_photo i {
	line-height: 35px; color: #0e9a95;
}
.my_photo .the_image {
	margin-bottom: 20px;
	width: 100%;
}


/* photosharing profile wrapper */
.profile_header_wrap {
	height: 400px;
}
.profile_header_wrap.upload {
	height: 200px;
}
.profile_header_wrap .profile_header_inner {
	display: table; width: 100%; height: 100%; position: relative;
    background-color: rgba(0,0,0,0.2);
}
.profile_header_wrap .profile_header_inner .profile_header_align {
	display: table-cell; vertical-align: middle; padding: 20px 20px; text-align: center; color: #fff;
}
.profile_header_wrap .profile_header_inner .profile_header_align h1 {
	font-size: 2em; line-height: 1.1em; font-weight: 200; margin-bottom: 1em;
	color: #fff;
}
.profile_header_wrap .profile_header_inner .profile_header_align h2 {
	font-size: 1em; 
	line-height: 1.5em; max-width: 1000px; margin-left: auto; margin-right: auto;
	color: #fff;
}


@media (min-width: 768px) {
	.profile_header_wrap {
		height: 400px;
	}
	.profile_header_wrap.upload {
		height: 250px;
	}
	.profile_header_wrap .profile_header_inner .profile_header_align {
		padding: 20px 10%;
	}
	.profile_header_wrap .profile_header_inner .profile_header_align h1 {
		font-size: 2.5em;
	}
	.profile_header_wrap .profile_header_inner .profile_header_align h2 {
		font-size: 1.1em; 
	}
}


.exif_popup {
	background-color: #fff;
	font-size: 12px;
	max-width: 600px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.exif_popup img.image {
	margin-top: 5px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.exif_popup .each_image {
	margin-bottom: 40px;
}
table.exif_table {
	padding: 0px;
	border: 0px;
	min-width: 300px;
}
@media(min-width: 768px) {
	.exif_popup {
		min-width: 600px;
		max-width: 600px;
	}
}



/* popup_form */
.popup_form {
	padding: 15px;
	width: 100%;
	border: solid 1px #eee;
	border-radius: 0px;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.popup_form.center {
	text-align: center;
}
.popup_form .header {
	margin-top: 0px;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 1em;
}
.popup_form .info {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
}
.popup_form .no_content {
	padding: 40px 20px;
	text-align: center;
}
.popup_form .no_content a {
	color: #ff6600;
}
.popup_form .success_text {
	margin-top: 20px;
	margin-bottom: 35px;
}

.popup_form .form_button_row {
	text-align: center;
}
.popup_form .form_button_row .halfhalf {
	width: 50%;
	float: left;
}
.popup_form .form_button_row .halfhalf:first-child {
	padding-right: 10px;
}
.popup_form .submit_button {
	width: 100%; 
	border-radius: 5px; 
	background-color: #ff4400; 
	padding: 10px 0px; 
	color: #fff; 
	font-size: 14px; 
	font-weight: 600; 
	border: none;
}
.popup_form .dismiss_button {
	width: 150px; 
	border-radius: 5px;
    background-color: #ff4400;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
	border: none;
}
.popup_form .mandatory {
	color: red;
}
.popup_form .form_row {
	margin-bottom: 15px;
}
.popup_form .form_big_row {
	padding: 5px 0px;
	margin-bottom: 20px;
}
.popup_form .form_row.mobile_same_line {
	margin-bottom: 0px;
}
.popup_form .form_row.mobile_same_line .form_col1 {
	float:left;
	line-height: 30px;
}
.popup_form .form_row.mobile_same_line .form_col2 {
	float:left;	
	margin-left: 10px;
	line-height: 30px;
	margin-bottom: 0px;
}
.popup_form .form_col1 {
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	font-size: 13px;
}
.popup_form .form_col2 {
	margin-bottom: 10px;
}
.popup_form .form_col2 a {
	color: #1982d1;
}
.popup_form .form_col2 a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.popup_form .form_col2 .title {
	display: inline-block;
	width: 80px;
}
.popup_form .form_col_center {
	text-align: center;
	margin-bottom: 15px;
}
.popup_form .tooltip_content {
	margin-left: 0px;
	display: none;
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #666;
}
.popup_form .tooltip_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.popup_form .msg {
	padding: 0px;
	font-size: 13px;
	color: red;
	font-weight: bold;
	margin-top: 5px;
	display: none;
}
.popup_form .input_remarks {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.6em;
	color: #999;
}
.popup_form input[type=text], .popup_form input[type=number], .popup_form input[type=password], .popup_form textarea {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #cbd7e3;
	padding: 6px;
	font-size: 16px;
	-webkit-appearance:none;
}
.popup_form input.error, .popup_form select.error, .popup_form textarea.error {
	border: solid 1px red;
	background-color: #ffe9e8;
}
.popup_form textarea {
	height: 200px;
    padding: 8px 6px !important;
    border: 1px solid #cbd7e3 !important;
	-webkit-appearance:none;
}
.popup_form input[type=checkbox] {
	padding: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 40px;
}
.popup_form input[type=text] {
    height: 36px !important;
    border: 1px solid #cbd7e3 !important;
}
.popup_form select {
	display: block;
	font-size: 14px;
    width: 100%;
    height: 36px;
    padding: 8px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cbd7e3;
    border-radius: 4px;
}
.popup_form .radio_group {
	margin-top: 10px;
}
.popup_form .radio_row {
	margin-bottom: 8px;
}
.popup_form .radio_inline:first-child {
	margin-left: 0px;
}
.popup_form .radio_inline {
	margin-left: 5px; margin-right: 40px; display: inline-block;
}
/* added 28/4/2025 */
.popup_form .popup-content {
	padding: 0px;
	min-height: 50px;
}
.popup_form .popup-footer {
	text-align: right;
}
.popup_form .btn.popup-close {
	background: #ff6600;
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 3px;
	cursor: pointer;
}
.popup_form .btn.popup-close:hover {
	background: #e55c00;
}


/* flex photo list */
.flex_photo_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	margin-bottom: 20px;
}
.flex_photo_list.swiper {
	flex-wrap: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
}
.flex_photo_list .flex_photo_wrap {
	padding: 3px;
	flex: 0 0 50%;
}
.flex_photo_list.swiper .flex_photo_wrap {
	flex: 0 0 42%;
}
.flex_photo_list .flex_photo_wrap .flex_photo {
	border: solid 1px #eee;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	padding: 0px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .top {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .top .image {
	text-align: center;
	margin-bottom: 10px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .top .image img {
	width: 100%;
}
.flex_photo_list .flex_photo_wrap .flex_photo .top .title {
	font-family: "proxima-nova","proxima-nova-1","proxima-nova-2","Proxima Nova","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
	display: flex;
}
.flex_photo_list .flex_photo_wrap .flex_photo .top .title a {
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom {
	width: 100%;
	padding: 0px 10px 15px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .gadget_rating {
	margin-bottom: 5px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .gadget_rating_counter {
	text-align: center;
	font-size: 13px;
	color: #999;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .username {
	font-size: 12px;
	flex: 1 0 100%;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .username .username_link {
	margin-right: 15px;
	color: #0066cc;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .stats {
	margin-top: 10px;
	color: #aaa;
	font-size: 15px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .stats span:first-child {
	display: inline-block;
	margin-right: 15px;
	margin-left: 2px;
}
.flex_photo_list .flex_photo_wrap .flex_photo .bottom .date {
	display: inline-block; 
	color: #aaa; 
	font-size: 13px;
	margin-top: 10px;
}

/* flex gadget full width */
.flex_photo_list .flex_photo_wrap.full {
	flex: 1 0 100%;
	padding: 5px 0px;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .top .title {
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .top .username {
	text-align: left;
	padding: 10px;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .username .username_link {
	margin-right: 15px;
	display: none;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .top .username .avatar {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-right: 10px;
}

.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom {
	width: 100%;
	padding: 0px 10px 15px 10px;
	display: flex;
	justify-content: space-between;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .username {
	font-size: 13px;
}
.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .stats {
	color: #aaa;
	font-size: 13px;
}

@media (min-width: 768px) {
	/* flex gadget list */
	.flex_photo_list {
		margin-left: -3px;
		margin-right: -3px;
		margin-top: -3px;

	}
	.flex_photo_list.swiper {
		flex-wrap: wrap;
		overflow-x: auto;
		overflow-y: auto;
	}
	.flex_photo_list .flex_photo_wrap {
		flex: 0 0 25%;
	}
	.flex_photo_list .flex_photo_wrap.onefifth {
		flex: 0 0 20%;
	}
	.flex_photo_list .flex_photo_wrap.oneeighth {
		flex: 0 0 12.5%;
	}
	.flex_photo_list.swiper .flex_photo_wrap {
		flex: 0 0 25%;
	}
	.flex_photo_list.swiper .flex_photo_wrap.onefifth {
		flex: 0 0 20%;
	}
	.flex_photo_list.swiper .flex_photo_wrap.oneeighth {
		flex: 0 0 12.5%;
	}
	.flex_photo_list .flex_photo_wrap.full {
		flex: 0 0 25%;
		padding: 5px;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .top .title {
		padding: 0px 10px;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .top .username {
		display: none;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom {
		width: 100%;
		padding: 0px 10px 15px 10px;
		display: flex;
		justify-content: space-between;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .username {
		font-size: 13px;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .username .username_link {
		display: block;
	}
	.flex_photo_list .flex_photo_wrap.full .flex_photo .bottom .stats {
		color: #aaa;
		font-size: 13px;
	}
}


#saved_reply_dialog {
	max-height: 400px; max-width: 600px; overflow-y: scroll;
}
.manage_saved_reply {
	font-size: 13px; color: #ff6600;
}
.saved_reply_wrap {
	margin: 30px auto;
}
.saved_reply_wrap.no_entry {
	margin: 40px auto;
	text-align: center;
}
.saved_reply_wrap .entry {
	display: flex; align-items: center; margin-bottom: 10px; cursor: pointer;
}
.saved_reply_wrap .entry .sequence {
	width: 25px; font-size: 12px;
}
.saved_reply_wrap .entry .saved_reply_item {
	flex: 1; padding: 8px; background-color: #f6f6f6; border-radius: 5px; margin-right: 0px;
}

.saved_reply_form_wrap {
	margin-bottom: 60px;
}
.saved_reply_form_wrap .reply_form_row {
	display: flex; align-items: center; margin-bottom: 10px;
}
.saved_reply_form_wrap .reply_form_row .sequence {
	width: 25px; font-size: 12px;
}
.saved_reply_form_wrap .reply_form_row .reply_input {
	flex: 1; padding: 10px; border-radius: 5px; margin-right: 0px;
	border: solid 1px #99ccff;
	font-size: 15px;
}
.saved_reply_form_wrap .reply_form_row .button {
	padding-left: 10px; font-size: 13px;
}
.saved_reply_entry {
	display: flex; align-items: center; margin-bottom: 10px;
}
.saved_reply_entry .sequence {
	width: 25px; font-size: 12px;
}
.saved_reply_entry .saved_reply_item {
	flex: 1; padding: 10px; background-color: #f6f6f6; border-radius: 5px; margin-right: 0px;
}
.saved_reply_entry .button {
	padding-left: 10px;  font-size: 13px;
}


.photosharing_generic_popup_dialog {
	max-height: 400px; max-width: 600px; overflow-y: scroll;
}
.frequent_list.no_entry {
	margin: 40px auto;
	text-align: center;
}
.frequent_list .entry {
	display: flex; align-items: center; margin-bottom: 10px; cursor: pointer;
}
.frequent_list .entry .sequence {
	width: 25px; font-size: 12px;
}
.frequent_list .entry .frequent_list_item {
	flex: 1; padding: 8px; background-color: #f6f6f6; border-radius: 5px; margin-right: 0px;
}
