/* general styling */


#container_comment {

font: 12px Arial;
	color: #333;
	width: 98%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
margin-left: auto ;
margin-right: auto ;

}




#container_comment .wrap{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;

}

#container_comment a{ text-decoration: none; color: #333}

#container_comment h2{font-size: 1.5em; margin: 8px 0}
#container_comment h3{
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
}

#container_comment h4{
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
}


#container_comment .item{
	clear: both;
	margin:0;
	padding: 10px;
	overflow: hidden;
	border-top: 1px solid #DBDBDB;
}
#container_comment .item:last-child{border-bottom:1px solid #DBDBDB}
#container_comment .item:hover{background: #f9f9f9}
#container_comment .post{
	padding: 10px
	border-bottom: 1px solid #E6E6E6;
}
#container_comment .comment-block{
	margin-bottom: 0;
	
	}
	
	
#container_comment .comment-item,
#container_comment .comment-item-pin,
#container_comment .comment-item_public,
#container_comment .comment-item_reply,
#container_comment .comment-item_reply_list {
   /* display:none; */
   display:block;
	position:relative;
	width: 100%;
	min-height:82px;
	padding: 10px;
	padding-left:3px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FDFDFD;
	box-sizing:border-box; 
	

}

#container_comment .comment-item-pin {
	border-color:#ff1111;
	border-style:dashed;
}



#container_comment .comment-item_reply_show,
#container_comment .comment-item_reply_list {
   min-height:0px;
	display:block;
	position:relative;
	width: 90%;
	padding: 5px;
	padding-left:3px;
	border: 0px solid #E6E6E6;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing:border-box; 
	margin-left:10%;
	
}


#container_comment .comment-item_public {

padding:30px;
font-size:20px;
font-weight: bold;
text-align:center;

	
}




#container_comment .comment-item-error{
	position:relative;
	width: 100%;
	padding: 10px;
	border: 1px solid #ff1111;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
   font-weight: bold;
	background-color: #ff1111;
	box-sizing:border-box; 
}


#container_comment .pic_member_big_wall {

width:90px;
height:90px;
	
}


#container_comment .pic_member_wall {

width:60px;
height:60px;
	
}

#container_comment .pic_member_small_wall {

width:40px;
height:40px;

	
}


#container_comment .pic_member {

float:left;
padding-top:0px;
width:70px;
height: 100%;
text-align:center;
margin-right: 5px;

}

#container_comment .pic_member_reply {

float:left;


}


#container_comment .comment-post{

display:inline-block;
	/* The ultimite solution for 100% with variable with fixe(2) colon */
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 100px;
margin-right: -100px;
/* The ultimite solution for 100% with variable with fixe(2) colon */

	}


	
#container_comment .comment-post h3 {

	/* The ultimite solution for 100% with variable with fixe(2) colon */
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 10px;
margin-right: -10px;
/* The ultimite solution for 100% with variable with fixe(2) colon */


}
	
	
	#container_comment .comment-post-reply{

display:inline-block;
margin-left: 5px;
padding: 0px;
min-height:38px;


/* The ultimite solution for 100% with variable with fixe(2) colon */
width: 94%;
box-sizing: border-box;
width: -webkit-calc(100% - 50px); /** Safari 6, Chrome 19-25 **/
width: -moz-calc(100% - 50px); /** FF 4-15  **/
width: calc(100% - 50px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/

/* The ultimite solution for 100% with variable with fixe(2) colon */  

	}

#container_comment .p_comment,
#container_comment .p_comment_reply {
margin-top: 15px;
	font-weight: normal;
	font-size: 12px;
}

#container_comment .p_comment_reply {
font-size: 10px;
}


#container_comment .field_item,
#container_comment .field_item_emoticon{
   margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	font-weight: 900;
	
}

#container_comment .field_item_emoticon{
  margin-left:100px;
	
}









#container_comment .manage-post{
	position:absolute;
	top:10px;
	right:10px;

}






#container_comment #form{
	display:block;
	margin: 0px;
	margin-top: 20px;
	width: 100%;
	 
}

/* form styling */
#container_comment input[type="text"],
#container_comment input[type="email"],
#container_comment input[type="tel"],
#container_comment input[type="url"] {
	width: 100%;
	height:30px;
	background: #fff;
	font-size: 13px;
	
	margin: 0;
	padding: 5px 3px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
	box-sizing:border-box; 
}



#container_comment #pic_member_owner {
float:left;
padding-top:0px;
width:100px;
height: 100%;
text-align:center;
}

#container_comment .textarea_comment {
display:inline-block;
float:left;
margin-top:0px;
margin-left:3px;

/* The ultimite solution for 100% with variable with fixe(2) colon */
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 122px;
margin-right: -122px;
/* The ultimite solution for 100% with variable with fixe(2) colon */

	box-sizing:border-box; 
}



#container_comment #CheckHumain {
clear:both;
float:left;
margin-top:0px;
margin-bottom:0px;
/* width:240px; */
display:block;
}

#container_comment .register_comment,
#container_comment .private_comment {
clear:both;
float:left;
margin-top:0px;
margin-bottom:0px;
/* width:400px; */
display:block;
}

#container_comment #term_comment {
clear:both;
float:left;
margin-top:0px;
margin-bottom:0px;
display:none;
/* width:300px; */
display:none;
}

#container_comment #zip_comment {
clear:both;
float:left;
margin-top:20px;
margin-bottom:0px;
display:none;
width:100%;
display:none;
}


#container_comment #comment {
	width:100%;
	height:77px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 7px 5px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
}

#container_comment .comment_reply {
	width:100%;
	height:39px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
}


#container_comment input[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#171717;
	background-image:linear-gradient(bottom, #4e4e4e 0%, #171717 52%);
	background-image:-moz-linear-gradient(bottom, #4e4e4e 0%, #171717 52%);
	background-image:-webkit-linear-gradient(bottom, #4e4e4e 0%, #171717 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
	font-size:18px;
}




	
	
	
#container_comment input[type="submit"]:hover {
	background-image:linear-gradient(bottom, #535353 0%, #474747 52%);
	background-image:-moz-linear-gradient(bottom, #535353 0%, #474747 52%);
	background-image:-webkit-linear-gradient(bottom, #535353 0%, #474747 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#container_comment input[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#container_comment input:focus,
#container_comment textarea:focus {
	outline:0;
	border:1px solid #999;
}
#container_comment label{
	display: block;
	margin: 5px 0;
	font-weight: 900;
	}




#container_comment .hp {
    display: none;
}



#container_comment .submit_comment {
position:relative;
}








#container_comment .comment-block-result {
/* overflow-y: auto;
overflow-x: hidden;
max-height:1000px;  */




}




#container_comment #CommentControl {
text-align:center;
}


#container_comment #CommentshowLess {

display:none;
padding:10px;
font-size:50px;
cursor: pointer;
	
}

#container_comment #CommentloadMore {
display:none;
padding:10px;
font-size:50px;
cursor: pointer;

	
}


#container_comment #Post_AdMemberprofil select {

	width:100%;
	height:30px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 5px 3px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
		
}


#container_comment #Post_AdMemberprofil textarea {

	width:100%;
	background: #fff;
	font-size: 13px;
	margin: 0;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	border-radius:5px;
		
}



#container_comment .reply-controle-left {
float:left;
font-size: 11px; 
margin-left:5px;
	
}

#container_comment .reply-controle-right {
float:right;
font-size: 11px; 	
margin-right:5px;
}




#container_comment #Post_AdMemberprofil #birthdayPicker_form {
min-height:30px;

}



#container_comment #Post_AdMemberprofil .birthYear.zipzad {
width:80px;
}

#container_comment #Post_AdMemberprofil .birthMonth.zipzad {
width:100px;
}

#container_comment #Post_AdMemberprofil .birthDate.zipzad {
width:70px;
}


#container_comment .more_comment {
position:relative;
width:220px;
display: block;
font-size: 12px;
font-weight: bold;
margin-top:5px;
margin-bottom:5px;
text-align: center;
margin-left:auto;
margin-right:auto;
height: 15px;
line-height: 15px;
}



#container_comment .my_messages_no_message,
#container_comment .my_messages_no_message_none {
margin-top:30px;
margin-bottom:0px;
text-align:center;
font-weight: bolder;
font-size: 20px;

}

#container_comment .my_messages_no_message_none {
display:none;

}



