/**

Profile
Styling for user profiles on the site

**/

/**

Main Photos (cover + avatar [profile photo])

**/

.profile .cover-photo {
	background: #ccc;
}

.profile-photo {
	background: #ccc;
	overflow: hidden;
}

.profile .profile-photo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 2px solid #fff;
}

.profile-photo .profile-photo-upload-button {
	position: absolute;
	display: inline-block;
	bottom: 5px;
	right: 5px;
	z-index: 2;
}
.profile-photo .profile-photo-upload-button > * {
	padding: 4px;
}

@media(max-width:767px) {
	.header-cover-banner .profile-photo {
		display: block !important;
		margin: 0 auto;
	}
}

.profile .cover-photo.loading,
.profile-photo.loading {
	background: rgba(0,0,0,0.15);
}

.profile .cover-photo.loading img.uploadImg,
.profile-photo.loading img.uploadImg {
	opacity: 0.50;
}

.profile .cover-photo .load,
.profile-photo .load {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-right: -16px;
}

/** 

My Education 

**/

.profile .my-education {
	max-width: 550px;
}

.my-education .experience-from select,
.my-education .experience-to select {
	margin-right: 10px;
}

@media(max-width:767px) {
	.profile .my-education {
		max-width: none;
	}

	.my-education .formtable .experience-from,
	.my-education .formtable .experience-to {
		display: block !important;
	}

	.my-education .formtable .experience-to {
		margin-top: 5px;
	}
}

.profile .profile-tab-links {
	background: #F4F4F4;
	margin-bottom: 1.5em;
}

.profile .profile-tab-links .button {
	background: #F4F4F4;
	border: none;
	font-weight: 400;
	padding: 0.25em 1em;
	flex: 1;
	margin: 0;
}

.profile .profile-tab-links .current.button {
	background: #FFFFFF;
	font-size: 1em;
}

.profile .profile-photo {
	position: relative;
}

.profile .edit-profile .edit-profile-right {
	flex: 9;
	margin-left: 0.75em;
}

.profile .edit-profile .edit-profile-left {
	flex: 1;
	margin-right: 0.75em;
}

.profile .edit-profile-left-inner,
.profile .edit-profile-right-inner {
	background: #fff;
	padding: 1.5em;
	border-radius: 3px;
}

.profile .edit-profile-info .profile-field input {
	font-size: 1em;
}

.profile .edit-profile-info .profile-field input[type="text"],
.profile .edit-profile-info .profile-field input[type="password"] {
	border: 1px solid #F1F1F1;
	padding: 0.75em 1em;
	margin: 0 0 1.5em 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.profile .edit-profile-info .profile-field.twin-field .profile-single-field {
	width: 50%;
}

.profile .edit-profile-info .profile-field.twin-field .profile-single-field:first-child {
	margin-right: 0.75em;
}

.profile .edit-profile-info .profile-field.twin-field .profile-single-field:last-child {
	margin-left: 0.75em;
}

.profile .profile-field-title {
	font-weight: 400;
	text-transform: initial;
}

.profile .edit-profile-info .profile-field input[type="submit"] {
	background: #15739F;
	color: #fff;
	border: none;
	padding: 0.75em 1em;
	box-shadow: none;
	text-shadow: none;
	min-width: 150px;
}

.profile .profile-photo .profile-photo-upload-button {
	background: #15739F;
}

.profile .profile-upload-cover-photo .button {
	font-weight: 400;
}

.profile .review-course-title {
	background: url(img/review-course-bg.png);
	padding: 1em;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.profile .review-course-title-inner {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
}

.profile .review-course {
	margin: 1.5em 0;
}

.profile .review-course-title .review-course-title-bold {
	font-weight: 700;
}

.profile .review-course-actions {
	background: #56ABEC;
	color: #fff;
	padding: 1em;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.profile .review-course-button {
	background: #F7B042;
	color: #fff;
	padding: 0.75em 1.5em;
	text-align: center;
	border-radius: 3px;
	margin-top: 1em;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 1.3em;
	text-shadow: none;
}

.profile .review-course-button > i {
	margin-left: 0.25em;
}

.profile .review-course-actions-info {
	font-size: 2em;
	text-align: center;
}

.profile .review-course-action-stars > i {
	font-size: 2.5em;
	margin: 0 0.08em;
	color: #2A6F8F;
}

.profile .get-certificate {
	background: #F7B042;
	border-radius: 3px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.profile .get-certificate h3 {
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

.profile .get-certificate-inner {
	padding: 0.75em;
}

.profile .get-certificate-img {
	margin: 0.5em 0;
	display: block;
	max-width: 100%;
}

.profile .get-certificate .order-cert-now-btn {
	background: #FFFFFF;
	color: #2A6F8F;
	padding: 0.5em 0.75em;
	border-radius: 3px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {

	.profile .review-course-title-inner {
		font-size: 1.5em;
	}

	.profile .review-course-actions-info {
		font-size: 1.2em;
	}

	.profile .review-course-action-stars > i {
		font-size: 1.8em;
	}

	.profile .review-course-button {
		font-size: 1em;
	}

}


@media screen and (max-width: 380px) {

	.profile .profile-field-inner {
		flex-direction: column;
	}

	.profile .edit-profile-info .profile-field.twin-field .profile-single-field {
		width: 100%;
		margin: 0 !important;
	}

	.profile .edit-profile-info .profile-field input[type="text"], .profile .edit-profile-info .profile-field input[type="password"] {
		margin-bottom: 0.75em;
	}

	.profile .profile-field-title {
		margin-top: 1em;
	}

	.profile .get-certificate h3 {
		font-size: 1em;
	}

}