.cell-img-costomize {width: 46px !important;height: 46px !important;}
.delete_selected_enabled{pointer-events:auto}
.delete_selected_disabled{pointer-events:none;color:#ccc;}
.radamon{color:#DD6B55;font-weight:bold;}
.help-block{color:#e65252}
.navbar-islemler{margin:0px;padding:0px}
.navbar-islemler li{list-style-type:none;display: inline-block;}
div.required label.control-label:after {content: " *";color:#DD6B55;font-weight:bold;}
.slim{width:100%;cursor:pointer;border: 2px dashed #c2cdda;}
.auth-box-w .logo-w {
    text-align: center;
    padding: 10% !important;
}
.control-label{display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;}
/*customize checkbox*/
.checkbox-custom, .radio-custom {
		opacity: 0;
		position: absolute;   
	}

	.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
		display: inline-block;
		vertical-align: middle;
		margin: 5px;
		cursor: pointer;
	}

	.checkbox-custom-label, .radio-custom-label {
		position: relative;
	}

	.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
		content: '';
		background: #fff;
		border: 2px solid #dde2ec;
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 25px;
		padding: 0px;
		margin-right: 10px;
		text-align: center;
		border-radius: 4px;
	}

	.checkbox-custom:checked + .checkbox-custom-label:before {
		content: "\f00c";
		font-family: 'FontAwesome';
	}

	.radio-custom + .radio-custom-label:before {
		border-radius: 50%;
	}

	.radio-custom:checked + .radio-custom-label:before {
		content: "\f00c";
		font-family: 'FontAwesome';
	}

	.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
	  #outline: 1px solid #ddd; /* focus style */
	}
/*customize checkbox*/

/*user-view*/
.section-about {
  padding-top: 10px;
  position: relative; }
  .section-about .section-box {
    padding: 0; }
  .section-about .profile {
    padding: 20px 20px 20px 20px;
    }
  .section-about .profile-photo {
    margin-right: 10%;
    margin-bottom: 10px;
	    box-shadow: -4px 7px 15px 1px rgba(0,0,0,.2);
    }
  .section-about .profile-info {
    color: #3d4451;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede; }
  .section-about .profile-title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px; }
    .section-about .profile-title span {
      font-weight: 300; }
  .section-about .profile-position {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0; }

.profile-photo img {
	//border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
  width: 100%;
  display: block; }

.profile-preword {
  margin-bottom: 28px; }
  .profile-preword span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    padding: 7px 12px;
    text-transform: uppercase;
    position: relative; }
    .profile-preword span:before {
      content: '';
      width: 0;
      height: 0;
      top: 100%;
      left: 5px;
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent; }

.profile-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .profile-list li {
    margin-bottom: 20px; }
  .profile-list .title {
    display: block;
    width: 138px;
    float: left;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
  .profile-list .cont {
    display: block;
    margin-left: 140px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #9da0a7; }
    .profile-list .cont a {
      color: inherit; }
    .profile-list .cont.profile-vacation {
      font-size: 14px; }
  .profile-list .button {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    padding: 5px 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .profile-list .rsicon {
    margin-right: 10px;
    vertical-align: baseline; }
/*user-view*/

.auth-box-w form {
    padding: 20px 75px;
}
.auth-box-w .auth-header {
    padding-left: 75px;
}
.auth-box-w .auth-header:after {
    left: 75px;
}


.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.btn-grey span{
	color:#333;
}

.btn-yellow span{
	color:#333;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}

.post_codes {padding:10px;}
.post_codes li{float:left;list-style-type:none;width:33px;}
.post_codes li span{position:absolute;margin-top:4px;margin-left:-23px}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*customize checkbox post code*/
.checkbox-custom-post-code, .radio-custom-post-code {
		opacity: 0;
		position: absolute;   
	}

	.checkbox-custom-post-code, .checkbox-custom-label-post-code, .radio-custom-post-code, .radio-custom-label-post-code {
		display: inline-block;
		vertical-align: middle;
		#margin: 5px;
		cursor: pointer;
	}

	.checkbox-custom-label-post-code, .radio-custom-label-post-code {
		position: relative;
	}

	.checkbox-custom-post-code + .checkbox-custom-label-post-code:before, .radio-custom-post-code + .radio-custom-label-post-code:before {
		content: '';
		#background: #fff;
		border: 2px solid #dde2ec;
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		padding: 0px;
		margin-right: 0px;
		text-align: center;
		#border-radius: 4px;
	}

	.checkbox-custom-post-code:checked + .checkbox-custom-label-post-code:before  {
		content: "";
		font-family: 'FontAwesome';
		#background-color:#fff;
		color:#fff;
		#border-radius: 50px;
		border: 3px solid #047bf8;
	}
	
	.checkbox-custom, .checkbox-custom-label-mini, .radio-custom, .radio-custom-label-mini {
		display: inline-block;
		vertical-align: middle;
		margin: 0px;
		cursor: pointer;
	}
	
	.checkbox-custom-label-mini, .radio-custom-label-mini {
		position: relative;
		font-size: 11px;
	}
	
	.checkbox-custom + .checkbox-custom-label-mini:before, .radio-custom + .radio-custom-label-mini:before {
		content: '';
		background: #fff;
		border: 2px solid #dde2ec;
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		padding: 0px;
		margin-right: 10px;
		text-align: center;
		border-radius: 4px;
	}

	.checkbox-custom:checked + .checkbox-custom-label-mini:before {
		content: "\f00c";
		font-family: 'FontAwesome';
	}

	.radio-custom + .radio-custom-label-mini:before {
		border-radius: 50%;
	}

	.radio-custom:checked + .radio-custom-label-mini:before {
		content: "\f00c";
		font-family: 'FontAwesome';
	}

	.checkbox-custom:focus + .checkbox-custom-label-mini, .radio-custom:focus + .radio-custom-label-mini {
	  #outline: 1px solid #dde2ec; /* focus style */
	}
	
	
	
/*customize checkbox post code*/

.auth-box-w.wider {
    max-width: 700px;
}