/* CSS Document */


/* ------------------------------------------------------
	Comment Style
------------------------------------------------------*/
tbody
{
	border: none;
}

th
{
	color: #333333 !important;
	font-size: 24px !important;
	padding:10px !important;
	padding-left: 40px !important;
	line-height: 2em !important;
	background:  url(/contents/cowcow/preview/v2/images/icon-comment-title.png) no-repeat left center !important;
}

tr
{
	background: none !important;
}

.comment-item
{
	padding-top: 15px;
	
	margin-bottom: 10px !important;
	transition: all 0.3s ease-in-out;
	border-bottom: 3px solid #a3a3a3;
	background:#f5f5f5;
	
	font-family: pt_sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	position:relative;
	
	transition:all 0.3s ease-in-out; 
}

.comment-item:hover
{
	/*background: rgba(252,255,230,1.00);*/
}


.comment-item-header-section
 {
	 padding-bottom: 10px !important;
 }


.comment-title
{
	font-size: 20px;
	padding: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #8b8b8b;

	
	color: rgba(59,209,198,1.00);
}



.user-profile-photo
{
	text-align: center;
}

.user-profile-photo img
{
	width: 80%;
	
}


.comment-helpful-review
{
	background: #ececec;
	color: #ffffff;
	
	
}


.comment-helpful-review span
{
	display: block;
		padding: 10px 20px;
	color: #333333;
	float:left;
	text-transform: uppercase;
	font-size:12px;
}

.comment-helpful-review .sitelike
{
	width: 80px;
	float:left;
	cursor:pointer;
	padding-left: 20px;
	transition:all 0.3s ease-in-out;
	
}



.comment-helpful-review .sitelike:hover
{
	background:#6C6C6C;
}

.comment-helpful-review .sitelike:hover span
{
	color: #ffffff;
}


.comment-time
{
	color: #8b8b8b;
	font-size: 11px;
}


.comment-rating, .comment-recommend
 {
	 /*position: absolute;
	 right:0;
	 top:60px;*/
	 width: 230px;
 }


.comment-rating:nth-child(5)
{
	top:90px;
}

.comment-rating:nth-child(6)
{
	top:120px;
}


.comment-content
{
	position: relative;
}

.comment-recommend
{
	top:150px;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}


.comment-helpful-result
{
	width: 220px;
	position: absolute;
	right: 0;
	top:-10px;
	text-transform:uppercase;
	color: #8b8b8b;
	font-size: 10px;
	
}

.helpful
{
	margin-top: 15px;
}

.helpful b:first-child
{
	font-size: 20px;
	color: #24c6b6;
	padding-right: 35px;
	background:  url(/contents/cowcow/preview/v2/images/icon-like.png) no-repeat right center;
	
}

.helpful b:nth-child(2)
{
	font-size: 20px;
	clear:right;
	
}


.helpful b:nth-child(2)::after
{
	content:"\A";
	white-space: pre; /* or pre-wrap */
}



.user-name
{
	padding: 10px;
	display: block;
}



.large-5.columns.large-centered:first-child div.sitelike:nth-child(2) span
{
	padding-left: 25px;
	background:  url(/contents/cowcow/preview/v2/images/icon-comment-helpful-tick.png) no-repeat left center;
}

.large-5.columns.large-centered:first-child div.sitelike:nth-child(3) span
{
	padding-left: 25px;
	background:  url(/contents/cowcow/preview/v2/images/icon-comment-helpful-cross.png) no-repeat left center;
}




.comment-attachment
{
	/*padding: 10px 0px;
	padding-top: 20px;*/
	
}


.btn-upload-photo a, .btn-upload-video a, .btn-delete span
{
	display:inline-block;
	padding: 10px;
	padding-left: 45px;
	margin-right:10px;
	margin-bottom: 10px;
	text-decoration:none;
	color: #333333;
	transition: all 0.3s ease-in-out;
}

.btn-upload-photo a:hover, .btn-upload-video a:hover, .btn-delete span:hover
{
	text-decoration:none;
	color: #ffffff;
	background-color: #6C6C6C;
}

.btn-upload-photo a
{
	background:  url(/contents/cowcow/preview/v2/images/icon-attach-photo.png) no-repeat left center #ececec;
}


.btn-upload-video a
{
	background:  url(/contents/cowcow/preview/v2/images/icon-attach-video.png) no-repeat left center #ececec;
}


.btn-delete span
{
	background:  url(/contents/cowcow/preview/v2/images/icon-attach-delete.png) no-repeat left top #ececec;
}








.comment-attached-file div
{
	
	width: 100px;
	float:left;
	text-align:center;
}

.comment-attached-file div img
{
	padding: 10px;
}



.comment-button {
	cursor: pointer;
	color: #0000EE;
	margin-left:0px;
	text-decoration: none;
}
.comment-button:hover {
	color:#0000EE;
	text-decoration: underline;
}

.comment-number {
	font-weight:bold;
	color: #d8d8d8;
	font-size: 40px;
	position:relative;
	top:-15px;
	border-radius: 50%;
}
.comment-summary-star {
	font-weight:bold;
}
.comment-summary-outter {
	border:1px solid red; 
	width:120px; 
	height:18px; 
	padding:1px;
	margin-top:-2px;
}
.comment-summary-inner {
	height:100%; 
	background-color:red;
}
.comment-summary-item {
	margin-top:5px;
}

.comment-summary-item * {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.comment-total-review {
	height:26px;
	line-height:26px;
}

.comment-total-review  .comment-span {
	float:left;
	margin-top:-2px;
	margin-right:2px;
}

.comment-total-review .rateit {
	float:left;
}

.comment-summary-wrapper {
	margin-top:5px;
	margin-bottom:5px;
}

.attr-name {
	width: 100px;
	font-size: 10px;
	color: #666666;
	font-weight: 100;
	text-transform:uppercase;
}

.comment-desc
{
	margin-right: 10px;
}

.comment-desc > div {
	margin-top:10px;
	margin-bottom:15px;
	
	overflow:hidden;
}


.comment-desc span > div
{
	display: inline-block;
	width: 100%;
	position:relative;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom: 1px solid #e4e4e4;
	
	font-size: 13px;
	color: #333333;
	text-align:justify;

}

.comment-desc .attr-name
{
	display:inline-block;
	width: 90px;
	padding: 3px 5px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	
	background: #EcEcEc;
	color: #333333;
	
}



.comment-rating, .comment-recommend {
	float:left;
	/*width:220px;*/
	height:26px;
	margin-top:5px;
	margin-bottom:0px;
}

.comment-recommend .attr-name
{

	display: block;
	float:left;
}
	
.comment-rating .attr-name, .comment-recommend .attr-name {
		width: 110px;
		font-weight:normal;
		height:26px;
		padding-top: 4px;
		padding-right:2px;
}

.comment-rating > * {
	float:left;
}


.comment-attached-file
{
	/*padding:10px 0;*/
	
}


.attach{
   width:100%;
}

.attach div{
  text-align:center;
  width:64px; 
  margin-right:5px;
  float:left;
}

.attach div div{
  width:64px; 
  height:64px; 
  background-color:White; 
  border:solid 1px #cccccc;
}

.yesno-result {
	background-color:#004400;
	color:#fff;
}

.yesno * {
	display:inline;
	margin-right:5px;
}

.yesno div{
   cursor:pointer;
}

.yesno div:hover{
	text-decoration:underline;
}






@media only screen and (max-width: 40em)
{
.comment-rating, .comment-recommend
 {
	width: 220px;
	position: absolute;
	 top:-150px;
	 right: 0;
 }


.comment-rating:nth-child(5)
{
	top:-130px;
}

.comment-rating:nth-child(6)
{
	top:-110px;
}


.comment-recommend
{
	top:-90px;
}


.comment-helpful-result
{
	top: 0px;
	right: 10px;
}


 
 
.user-profile-photo
{
	text-align: left;
}

 .user-profile-photo img
{
	width: 80px;
	
}


.user-name
{
	width: 80px;
	font-size:11px;
	word-wrap: break-word;
}

 
.comment-desc span > div
{
	padding-left: 0;
	/*padding-top: 25px;*/
	
}

.comment-helpful-review span:first-child
{
	padding-left:0;
	padding-right:0;
	text-transform:none;
	font-size: 10px;
}

.large-5.columns.large-centered:first-child div.sitelike:nth-child(2) span
{
	padding-right: 0px;
}

.large-5.columns.large-centered:first-child div.sitelike:nth-child(3) span
{
	padding-right: 0px;
}


.comment-desc .attr-name
{
	text-align: left;
}
 
}


@media only screen and (min-width: 40.063em) and (max-width: 64em)
{ 	

.comment-desc span > div
{
	padding-left: 0;
	/*padding-top: 25px;*/
	
}






}

