.wrapper-employer-profile .group-user-profile {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 150px;
}
.wrapper-employer-profile .group-user-profile .user-profile {
	background-color: #4592C8;
	margin-bottom: 75px;
}
/* 	==========================================================================
   							 	Profile and Tabs
	=========================================================================*/
.wrapper-employer-profile .user-profile .profile-and-tabs {
	background-color: rgb(69,146,200);
	padding-top: 60px;
	color: #ffffff;
	margin-right: -30px;
}
.wrapper-employer-profile .profile-and-tabs .image-user { 
	margin: 0 auto; 
	width: 150px; 
	height: 150px; 
	border-radius: 50%;
	border: 8px solid rgb(221,234,243);
	margin-bottom: 15px; 
    overflow: hidden;
}
.wrapper-employer-profile .profile-and-tabs .change-profile {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.wrapper-employer-profile .profile-and-tabs .change-profile input[type="file"] {
	opacity: 0;
	font-size: 45px;
	filter: alpha(opacity=0);
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.wrapper-employer-profile .profile-and-tabs .change-profile img.camera{
	max-width: 100%;
	height: auto;
	bottom: 10%;
	position: absolute;
	right: 42%;	
	display: none;
	
}
.wrapper-employer-profile .profile-and-tabs .change-profile:hover {
	background-color: rgba(0,0,0,0.4);
}
.wrapper-employer-profile .profile-and-tabs .change-profile:hover img.camera{
	display: block;
}

.wrapper-employer-profile .profile-and-tabs .user-name { 
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 5px;	
	text-align: center;
}
.wrapper-employer-profile .profile-and-tabs .user-type { 
	margin-bottom: 30px;
	text-align: center;
	}
.wrapper-employer-profile .profile-and-tabs .tabs > a { color: #fff; font-size: 20px; }
.wrapper-employer-profile .profile-and-tabs .tabs > a:first-of-type li { border-top: 1px solid rgb(116,174,214); }
.wrapper-employer-profile .profile-and-tabs .tabs > a > li { 
	line-height: 65px; 
	border-bottom: 1px solid rgb(116,174,214); 
	padding-left: 25px;
}
.wrapper-employer-profile .profile-and-tabs .tabs > a > li.active { background-color: rgba(0,105,180,1); }
.wrapper-employer-profile .profile-and-tabs .tabs > a > li:hover { background-color: rgba(0,105,180,1); }
/* 	==========================================================================
   							 		My Profile
	=========================================================================*/
.wrapper-employer-profile .tab-content .my-profile {
	background-color: #ffffff;
	padding: 45px;
	min-height: 1024px;
	border: 20px solid #E6F1F7;
	width: 100%;
}
.wrapper-employer-profile .tab-content .my-profile .full-name,
.wrapper-employer-profile .tab-content .my-profile .sex,
.wrapper-employer-profile .tab-content .my-profile .email,
.wrapper-employer-profile .tab-content .my-profile .phone,
.wrapper-employer-profile .tab-content .my-profile .create-date,
.wrapper-employer-profile .tab-content .my-profile .d-o-b,
.wrapper-employer-profile .tab-content .my-profile .address { 
	background-repeat: no-repeat; 
	background-position: 0 10px;
    background-size: 30px auto;
}
.wrapper-employer-profile .tab-content .my-profile .company-name { 
	background-image: url("../../images/icon/comapny.png");
	font-size: 18px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0px 50%; 
}
.wrapper-employer-profile .tab-content .my-profile .company-type { 
	background-image: url("../../images/icon/company_type.png"); 
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0px 50%; 
}
.wrapper-employer-profile .tab-content .my-profile .website { 
	background-image: url("../../images/icon/website.png"); 
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0px 50%; 
}
.wrapper-employer-profile .tab-content .my-profile .full-name { 
	background-image: url("../../images/icon/Profile_Name.svg"); 
	font-size: 20px;
}
.wrapper-employer-profile .tab-content .my-profile .sex { background-image: url("../../images/icon/Profile_sex.svg"); }
.wrapper-employer-profile .tab-content .my-profile .email { background-image: url("../../images/icon/Profile_mail.svg"); }
.wrapper-employer-profile .tab-content .my-profile .phone { background-image: url("../../images/icon/Profile_phone_number.svg"); }
.wrapper-employer-profile .tab-content .my-profile .create-date { background-image: url("../../images/icon/Profile_Create_Date.svg"); }
.wrapper-employer-profile .tab-content .my-profile .d-o-b { background-image: url("../../images/icon/Profile_Date_of_birth.svg"); }
.wrapper-employer-profile .tab-content .my-profile .address { background-image: url("../../images/icon/Profile_location.svg"); }



.wrapper-employer-profile .tab-content .my-profile > ul > li { line-height: 50px; padding-left: 50px; }
.wrapper-employer-profile .tab-content .my-profile .main-title { font-size: 30px; margin-bottom: 20px }
.wrapper-employer-profile .tab-content .my-profile .main-title span a { color: #333; }
.wrapper-employer-profile .tab-content .my-profile .main-title span a:hover { color: #1b9792; }
.wrapper-employer-profile .tab-content .my-profile .main-title span { 
	background-image: url("../../images/icon/Edit.svg");
    background-position: 35px 2px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    float: right;
    font-size: 16px;
    height: 20px;
    padding-right: 25px;
}
.wrapper-employer-profile .tab-content .my-profile > ul { 
	margin-bottom: 25px !important;
	float: left;
	width: 100%;
}
.wrapper-employer-profile .tab-content .my-profile .about-company { float: left; width: 100%; }	
.wrapper-employer-profile .tab-content .my-profile .about-company > h3 { 
	margin-bottom: 25px;
	font-size: 18px;
}

/* 	==========================================================================
   							 	Edit Profile User
	=========================================================================*/
.wrapper-employer-profile .tab-content .edit-profile {
	background-color: #ffffff;
	padding: 45px;
	min-height: 1024px;
	border: 20px solid #E6F1F7;
	width: 100%
}
.wrapper-employer-profile .tab-content .edit-profile .main-title { 
	font-size: 30px; 
	margin-bottom: 20px; 
}
.wrapper-employer-profile .form-edit-profile .form-control {
    background-color: rgba(0, 105, 180, 0.1);
    background-image: none;
    border: 1px solid transparent;
	border-radius: 1px;
	color: #000;
}
.wrapper-employer-profile .form-edit-profile textarea.form-control { 
	height: 106px; 
	resize: vertical; 
	color: #000;
	font-size: 18px;
	min-height: 100px;
}
.wrapper-employer-profile .form-edit-profile .btn-save {
	text-align: center;
}
.wrapper-employer-profile .form-edit-profile .btn.btn-lg {
	background: #156bb5;
	border-radius: 0;
	color: #fff;
	border-color: #156bb5;
}
.wrapper-employer-profile .form-edit-profile .btn.btn-lg:hover {
	background-color: #1b9792;
	border-color: #1b9792;
}
/* 	==========================================================================
   							 		My-CV
	=========================================================================*/
.wrapper-employer-profile .tab-content .my-cv {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	margin-left: -15px;
	float: left;
}
.wrapper-employer-profile .tab-content .my-cv > ul { width: 100%; }
.wrapper-employer-profile .tab-content .my-cv > ul > li { line-height: 40px; float: left; width: 100%; }
.wrapper-employer-profile .tab-content .my-cv > ul > li:last-of-type { margin-bottom: 20px; }
.wrapper-employer-profile .tab-content .my-cv .main-title-block { 
	font-weight: bold; 
	margin-bottom: 10px; 
	float: left;
	width: 100%;
}
.wrapper-employer-profile .tab-content .my-cv .main-title { font-size: 30px; margin-bottom: 20px }
.wrapper-employer-profile .tab-content .my-cv .main-title span a { color: #333; }
.wrapper-employer-profile .tab-content .my-cv .main-title span { 
	background-image: url("../images/icon/Edit.svg");
    background-position: 35px 2px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    float: right;
    font-size: 16px;
    height: 20px;
    padding-right: 25px;
}
.wrapper-employer-profile .tab-content .my-cv .favorite-job > li { float: left; width: 50%; }
.wrapper-employer-profile .tab-content .my-cv .favorite-job > li:last-of-type { float: left; width: 100%; }

/* 	==========================================================================
   							 		Edit My-CV
	=========================================================================*/
.wrapper-employer-profile .tab-content .edit-cv {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	margin-left: -15px;
}
.wrapper-employer-profile .tab-content .edit-cv .main-title { 
	font-size: 30px; 
	margin-bottom: 20px; 
	font-weight: bold; 
}
.wrapper-employer-profile .tab-content .my-cv .image-cv {
	position: absolute;
	right: 10%;
	width: 150px;
	height: 185px;
	overflow: hidden;
}

/* 	==========================================================================
   							 		Favorite Career
	=========================================================================*/
#FavoriteJobs .favorite-career {
	border-radius: 0;
	background-color: #fff;
	text-align: center;
	cursor: default;
}

/* 	==========================================================================
	==========================================================================
   							 		TABLATE
	==========================================================================
   	========================================================================== */

@media only screen 	and (min-device-width : 720px) and (max-device-width : 1280px){
	.wrapper-employer-profile .group-user-profile{ margin-top: 100px}
}

@media only screen 	and (min-device-width : 768px) and (max-device-width : 1024px){
	.wrapper-employer-profile .group-user-profile .user-profile {
		background-color: #4592C8;
	}
}

