/*  From share.php */


#mem_post_top {
	font-size: 1.1rem;
	font-weight: bold;
}

#posted_intro, #num_viewed {
	display: inline-block;
	margin-right: 50px;
}

#posted_date {
	float: right;
	color: #d3d3d3;
	font-size: 0.8rem;
	font-style: italic;
	margin-right: 20px;
}

.label_val {
	color: green;
}


#bg_w_foto {
	position: relative;
	background: white; 
	background-repeat: no-repeat;  
	background-attachment: scroll;  
	background-position: 0% 0%;

	border-top: 5px solid  #A9A9A9;

	height: 95%;
    height: calc(100vh - 180px);
    object-fit: cover;
    overflow: hidden;
}

#cant_fetch {
	margin-top: 50px;
	margin-left: 50px;
}


#user_rank {
	font-size: 1.0rem;
	margin-top: 5px;
	font-weight: normal;
}


.result_pop_hld, .result_pop_yes, .result_pop_no {
	position: absolute;	
	display: none;

	text-align: left;
	font-size: 1.0rem;
	z-index: 1000;
	padding: 5px;  

	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 250px;
	right: -285px; 
	top:   -20px;
	border: 1px solid #A9A9A9;

	transition: opacity 1s;
}

.result_pop_hld {
	background: white;
}

.result_pop_no {
	background: red;
	color: white;
}

.result_pop_yes {
	background: green;
	color: white;
}

.admin_holder {
	text-align: center;
}

.icon_holder {
	vertical-align: middle;
	margin-right: 5px;
}


#msg_subject_top {
	font-size: 1.1rem;
	font-weight: bold;
	background: navy;
	color: white;
	padding: 5px;
}

#cat_holder_wrap {
	margin-top: 1px;
	margin-bottom: 10px;
}

#cat_holder {
	display: inline-block;
	border: 1px solid #d3d3d3;
	padding: 5px;
	border-radius: 5px;
	font-size: 0.75rem;
}	

#cat_holder_lbl {
	font-weight: bold;
	display: inline-block;
}

#cat_holder_val {
	font-style: italic;
	color: gray;
	display: inline-block;
	margin-left: 5px;
}


/*  From profile_update.php */


#info_pop_uni {
	font-size: 1.25rem;
	position: fixed;
	z-index: 2900;
	padding: 5px;
	padding-left: 10px;
	BORDER: 3px solid #4CB5F5;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: navy;
	min-height: 50px;
	height: auto;
	width: 50%;
	left: 25%;
	top: 25%;
}


#prof_top {
	BACKGROUND:  #4CB5F5; 
	color:  white; 
	padding: 5px;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 15px;
}

#page_info {
	padding: 5px;
	border: 1px solid orange;
	border-radius: 5px;
	margin: 10px;
	margin-bottom: 15px;
}

.prof_req, .prof_req_no {
	display: inline-block;
	background: red;
	padding: 5px;
	color: white;
	margin-right: 5px;
}

.prof_req_no {
	background: #DCDCDC;
}


.prof_label, .prof_val, .prof_photo {
	display: inline-block;
	width: 25%;
	font-weight: bold;
	vertical-align: top;
}

.prof_val, .prof_photo {
	min-width: 40%;
	width: auto;
	padding-left: 10px;
	border-left: 1px solid gray;
	position: relative;
}

.prof_photo {
	vertical-align: middle:
}	


#sub_con {
	text-align: center;
}


.msg_com_count {
	right: -30px;
	bottom: 5px;
}

.missing_val {
	display: inline-block;
	padding: 5px;
	margin-left: 25px;
	background: red;
	color: white;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: opacity 0.5s;
}

.input_shorter {
	width: 60%;
}

.missing_prof {
	background: red;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.result_info {
	background: #f8fcff;
	color: navy;
	font-weight: normal;
	font-size: 1rem;
	margin-bottom: 10px;
	padding: 5px;
}

.font_big {
	font-size: 1.25rem;
}

.photo_place {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

#photo_wrap {
	display: inline-block;
	position: relative;
}

/*  From Ask_discuss */

#open_image_upload {
	display: none;
	position: absolute;
	border: 3px solid gray;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	cursor: auto;
	min-height: 75px;
	z-index: 750;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 450px;
	left: 100%;
	top: -150px;
}

#image_loaded {
	display: none;
	position: absolute;
	border: 1px solid gray;
	padding: 5px;
	border-radius: 5px;
	background-color: white;
	cursor: auto;
	min-height: 100px;
	height: auto;
	min-width: 100px;
	width: auto;
	z-index: 700;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	left: 100%;
	bottom: 100%;
}

.head_back {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: bold;
	background-color: #2288ee;
	color: white;
}

.foot_note_rem {
	border: 2px solid red;
	font-size: 0.75rem;
	padding: 5px;
	margin-top: 5px;
}

.foot_note_rem_val {
	font-style: italic;
}

.photo_rules {
	margin-left: 15px;
	margin-top: 5px;
	border: 1px solid red;
	border-radius: 3px;
	padding: 2px;
}

.general_pop_close {
	right: -10px;
	top: -10px;
}

#anim_image {
	text-align: center;
	display: none;
}

.photo_button {
	font-size: 1.15rem;
}

.photo_button:hover {
	color: red;
}

#image_txt_holder {
	display: inline-block;
	margin-left: 10px;
}

#bg_w_foto {
	position: relative;
	background: white; 
	background-repeat: no-repeat;  
	background-attachment: scroll;  
	background-position: 0% 0%;

	border-top: 5px solid  #A9A9A9;

	min-height: 550px;
	height: auto;
    object-fit: cover;
    overflow: hidden;
}

#cant_fetch, #error_holder {
	margin-top: 50px;
	margin-left: 50px;
	display: inline-block;
}

#error_holder {
	vertical-align: top;
	font-size: 1.5rem;
	padding: 10px; 
	BORDER: 3px solid red;    
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height: 200px;
	height: auto;
	width: 65%;
}

.mem_name_title {
	display: inline-block;
	color: orange;
	margin-left: 10px;
	font-style: italic;
}


/* Shared by share.php about Freinding pop up */

#Friend_res {
	position: absolute;
	display: none;
	font-size: 0.90rem;
	z-index: 1000;
	padding: 5px;
	BORDER: 2px solid #4CB5F5;
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 450px;
	left: 100%; 
	bottom:   100%;
}

#frnd_pop_head {
	background: #4CB5F5;
	color: white;
	padding: 5px;
	margin: 5px;
	font-size: 1.15rem;
	font-weight: bold;
}

#frnd_pop_bod {
	margin-left: 5px;
	position: relative;
}

#frnd_counter {
	position: absolute;
	background: #fafad2;
	font-size: 0.75rem;
	padding: 2px;
	border: 1px solid #87ceeb;
	border-radius: 3px;
	width: 30px;
	height: 15px;
	top: 100%;
	right: 0;
}

#frnd_sub, #Friend_res_anim {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#Friend_res_anim {
	display: none;
}

.gray_foot_small {
	font-size: 0.75rem;
	color: #d3d3d3;
}

.frnd_pop_yes {
	border: 2px solid orange;
	color: #4CB5F5;
	padding: 5px;
	margin: 5px;
	font-size: 1rem;
	font-weight: normal;
	cursor: normal;
}
