/* CSS Document */

.mail-btn {
	padding: 0 20px;
}

.mail-btn a {
	color: #000;
	text-decoration: none;
}

/* ================================================================================================= */
.edit-profile {
	width: 100%;
}
.prof-images table{
	width: 100%;
}
.edit-profile h2 {
	color: #000;
	font: bold 18px 'Open Sans Hebrew';
	line-height: 41px;
	width: 100%;
	/*background:#3F0;/*Test*/
}

.editboxTitle {
	height: 38px;
	background: #d51743;
	/*background: -moz-linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);
	background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
	background: linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
	border-radius: 10px 10px 0 0;
	position: relative;
}

.editboxTitle .image-chk {
	position: absolute;
	left: 11px;
	top: 4px;
	color: #fff;
}

.editboxTitle a.open_btn {
	display: block;
	width: 74px;
	height: 28px;
	position: relative;
	top: 6px;
	right: 6px;
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}

.editboxTitle a.open_btn:hover {
	background-color: #000000;
	text-decoration: none;
		color: #fff;
}

.editbox {
	width: 100%;
	position: relative;
	background: #fff;
	/*e8e8e8*/
	font: normal 14px Open Sans Hebrew;
	color: #000;
	/*000000*/
	border-radius: 0 0 5px 5px;
}

.editbox-data-on {
	background: none;
}

.editbox-form {
	background: #ffffff;
	border: 1px solid #e0e0e059;
	border-bottom: none;
	border-top: none;
}

.editbox-form .edit-table th,
.editbox-form .edit-table td {
	color: #000;
}
.editbox-form .edit-table td table {
	width:100%;	
}
.editbox-left {
	width: 95%;
	overflow: hidden;
	padding: 10px 0;
	float: left;
}

.edit-table {
	width:100%;	
}

.edit-table th {
	text-align: right;
	font: bold 14px Open Sans Hebrew;
	color: #000;
	/*000000*/
	padding: 0px 10px;
	width:30%;
}

.edit-table tr {
	vertical-align: top;
	height: 30px;
}

.edit-ditals {
	padding: 0 5px;
}

.edit-ditals h3 {
	font: normal 14px Open Sans Hebrew;
	margin-bottom: 5px;
	color: #000;
	/*000000*/
}

.edit-button {
	text-align: center;
	padding-top: 10px;
}

.reg_error {
	color: #f00;
}

/* ================================================================================================= */
.member-prof {
	margin-top: 41px;
	margin-bottom: 15px;
	background: #434242;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.member-prof h2 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.prof1 {
	width: 100%;
	height: 34px;
	margin: 15px 0 0px 0px;
	background: #d51743;
	/*background: -moz-linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);
	background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
	background: linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.prof1 h2 {
	float: right;
	color: #ffffff;
	font-size: 18px;
	line-height: 34px;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 10px !important;
	font-weight: bold;
}

.prof1 .rating {
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	width: 320px;
}

.prof-top {
	width: 100%;
	height: 52px;
	color: #fff;
	/* line-height: 49px; */
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.prof-top h1 {
	/* width:150px; */
	float: right;
	color: #d71943;
	/*601f3a*/
	font-size: 24px;
	font-weight: bold;
	font-family: 'Open Sans Hebrew';
	padding-right: 2px;
	white-space:nowrap;
}
.prof-top .likeicon {
    position: absolute;
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}
.prof-top .dislikeicon {
    position: absolute;
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    left: 55px;
}
.prof-common {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}

.prof-common li {
	color: #000;
	margin-bottom: 5px;
}

.prof-data {
	margin-bottom: 20px;
}

.prof-r h2,
.prof-l h2 {
	background: #d51743;
	/*background: -moz-linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);
	background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
	background: linear-gradient(90deg, rgba(247 31 106) 0%, rgba(240 25 62) 50%, rgba(237 22 40) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
	/*d66190*/
	/* width:97%; */
	height: 36px;
	line-height: 36px !important;
	padding-right: 10px;
	font: bold 18px 'Open Sans Hebrew';
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.prof-data br {
	clear: both;
}

.prof-data div {
	padding: 5px;

	padding-right: 10px;

	color: #000;
}

.prof-data div.even {
    background: #dff1f7;
    color: #000;
    font-size: 110%;
    border-radius: 10px;
    padding: 8px 10px;
}

.prof-data label,
.prof-data span {
	float: right;
}

.prof-data label {
	display: block;
	color: #000
	margin-left: 5px;
	font-weight: bold;
}

.prof-data span {
	display: block;
	color: #000;
}

/* ================================================================================================= */
.prof-r {
	width: 407px;
	overflow: hidden;
	font-size: 14px;
	font-family: Open Sans Hebrew;
	margin: 16px auto;
	/*background:#0F0; /*Test*/
	min-height: 150px;
}

.prof-l {
	width: 290px;
	overflow: hidden;
	font-size: 14px;
	font-family: Open Sans Hebrew;
	margin: 16px auto;
	/*background:#CF6; /*Test*/
	min-height: 150px;
}

.prof-img {
	margin-bottom: 15px;
}

/*.prof-images {
	width: 66px;
}*/

.prof-images img {
	display: block;
	margin-top: 5px;
	border-radius: 6px;
	border: 1px solid #555;
    width: 50px;
    height: 70px;
    object-fit: cover;
}

.prof-main-img {
	width: 290px;
}
.prof-main-img img {
	border-radius: 10px;
	/*border: 1px solid #555;*/
}
/* ================================================================================================= */
.prof-bar {
	border-top: 1px solid #424242;
	padding-top: 5px;
	clear: both;
}

.prof-main-img img {
	border-radius: 10px;
}

.only_profile_page {
    width: 100% !important;
    margin-top: 43px;
}

.only_profile_page .prof-r{
	 width: 68% ;

}