	/* CSS Document */

/********************************************
    GLOBAL MINISTRY SYNC PROFILE PHOTO CSS
*********************************************/



/* GLOBAL */

.profile_photo_s,
.profile_photo_s img {
	position: relative; 
	box-sizing: border-box; 
	display: block; 
	width: 35px; 
	height: 35px;
}

.profile_photo_sm,
.profile_photo_sm img {
	position: relative; 
	box-sizing: border-box; 
	display: block; 
	width: 50px;
	height: 50px;
}
.profile_photo_sm img {
	padding: 2px;
}

.profile_photo_m,
.profile_photo_m img {
	position: relative; 
	box-sizing: border-box; 
	display: block; 
	width: 67px !important; /* override inline */
	height: 67px !important;
	border-radius: 0;
}
.profile_photo_m img {
	padding: 3px;
}

.profile_photo_lg,
.profile_photo_lg img {
	position: relative; 
	box-sizing: border-box; 
	display: block; 
	width: 125px !important; 
	height: auto !important;
	max-height: 125px;
}
.profile_photo_lg img {
	padding: 3px;
}

#participant_photo.profile_photo_lg img {
	width: 100px !important;
}

.profile_photo_xl,
.profile_photo_xl img {
	position: relative; 
	box-sizing: border-box; 
	display: block; 
	width: 150px; 
	height: 150px;
}



/* Container */

.profile_photo_s img,
.profile_photo_sm img,
.profile_photo_m img,
.profile_photo_lg img,
.profile_photo_xl img {
	border: 1px solid #e0e0e0;
	background: #fff;
}

.profile_photo_s img { border-radius: 3px; }
.profile_photo_sm img { border-radius: 100%; }
/*.profile_photo_m img { border-radius: 4px; }*/
.profile_photo_xl img { border-radius: 6px; }



/* Rank Ribbon */

.profile_photo_m .rank_ribbon_sm,
.profile_photo_lg .rank_ribbon_sm,
.profile_photo_xl .rank_ribbon_sm {display: block; float: none; position: absolute; z-index: 20;}

.profile_photo_m .rank_ribbon_sm {
	top: 40px; 
	left: -2px;
}
.profile_photo_lg .rank_ribbon_sm {bottom: 10px; left: -2px;}
.profile_photo_xl .rank_ribbon_sm {bottom: 10px; left: -2px;}