﻿/*==========ViewComments.ascx==========*/
.ViewComments-Main {
    width: 760px; margin: 10px 0px 0px 15px; display: inline-block; direction: rtl;
    font: 14px Yekan;
}

    .ViewComments-Main h3 {
        font: 16px Yekan;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #4f4f4f;
        width: 745px;
        border-bottom: 2px solid #5f5f5f;
    }

.ViewComments-Body
{
	/*background: #EEE none repeat scroll 0px 0px;*/
	font: 12px Yekan;
	margin: 0px auto;
	width: 760px;
	border-radius: 0px;
	padding: 0px;
}

.comment {
	/*background: #FAFAFA none repeat scroll 0px 0px;*/
	/*border-radius: 0px;*/
	/*border-left: 1px solid #EEE; border-right: 1px solid #EEE; border-bottom: 1px solid #EEE;*/
	/*border-top: 1px solid #E1E2E3;*/
	float: right;
	/*letter-spacing: -0.25px;*/
	/*margin-right: -10px !important;*/
	/*padding: 7px 10px !important;*/
	width: 100%;
	margin-bottom: 5px; padding: 5px;
}

.Avatar {
	background-color: #4D4D4D;
	border-radius: 40px;
	color: #FAFAFA;
	display: inline-block;
	float: right;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 0px;
	text-align: center;
	width: 40px;
	cursor: default;
	transition: background-color 200ms ease 0s;
}

.comment-body {
	width: 705px; float: right;
}


.comment-detail {
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #DFDFDF;
	position: relative;
}

.arrow {
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -6px;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-left: 8px solid #DFDFDF;
	border-bottom: 6px solid transparent;
}

.fullname {
	float: right; margin: 0px 5px 0px 5px;
}

.submitted {
	float: left; position: absolute; margin-right: 5px;
}

.divthumbs {
	float: left; margin: 0px 5px 0px 5px; height: 30px;
}

	.divthumbs .thumbsdown {
		margin: 0px 5px 0px 5px;
	}

		.divthumbs .thumbsdown img {
			border: 0px none; float: right; margin-top: 10px; cursor: pointer;
		}

	.divthumbs .thumbsup {
		margin: 0px 5px 0px 5px;
	}

		.divthumbs .thumbsup img {
			border: 0px none; float: left; margin-top: 5px; cursor: pointer;
		}

.comment-msg {
	padding: 10px;
	background-color: #FAFAFA;
}

.comment-reply {
	width: 100%; height: 26px; text-align: left; line-height: 24px; text-align: center;
}

	.comment-reply a
	{
		width: 65px; height: 26px; float: left; margin: 2px 10px 0px 0px; border-radius: 5px; color: #000;
		text-decoration: none; cursor: pointer; text-decoration: none;
	}

	.comment-reply a.reply {
		background: #dfdfdf;
	}

		.comment-reply a.reply i
		{
			width: 20px; height: 26px; float: right; margin-right: 5px; margin-left: 0px; margin-top: 3px;
			background-image: url("/Images/Comment/Reply.png"); background-position: 0px 0px;
			background-repeat: no-repeat;
		}

.reply-main
{
	width: 713px; margin-top: 10px; height: 265px; display: none;
}

.ReplyComment-ItemBox
{
	width: 663px; background: #eee; margin-bottom: 5px; border-radius: 5px; padding: 10px; text-align: right; float: right;
}

.ReplyComment-ItemBox label {
		float: right;
		font-family: "Yekan";
		font-size: 1rem;
		letter-spacing: -0.25px;
		position: relative;
		width: 100%;
		margin: 0px; padding: 0px;
	}

		.ReplyComment-ItemBox label span {
			float: right;
			font-family: "Yekan";
			font-size: 12px;
			height: 35px;
			letter-spacing: -0.25px;
			line-height: 35px;
			margin-left: 10px;
			position: relative;
			width: 85px;
			color: #696969;
		}

		.ReplyComment-ItemBox label input, .ReplyComment-ItemBox label textarea {
			background: #FAFAFA none repeat scroll 0px 0px;
			border: 1px solid #E5E6E9;
			border-radius: 3px;
			box-sizing: border-box;
			color: #3A3A3A;
			cursor: text;
			height: 30px;
			transition: all 0.3s ease-out 0s;
			width: 325px;
			font-family: "Yekan";
			font-size: 12px;
			outline: medium none;
			overflow: auto;
			text-overflow: ellipsis;
		}

.ReplyComment-ItemBox .help-block {
    color: #D70303;
    float: left;
    font-family: "Yekan";
    font-size: 12px;
}

.ReplyComment-ItemBox .spanSentRep
{
	font: 16px Yekan; 
	text-align: center; color: #009933;
}

.ViewReplys-Body {
	font: 12px Yekan; margin: 10px auto 0px auto; width: 755px; border-radius: 0px; padding: 0px;  float: right;
}

.repcomment {
	float: right;
	width: 100%;
	/*margin-bottom: 5px;*/ /*padding: 5px;*/
}

.repcomment-body {
	width: 630px; float: right; margin-top: 10px;
}

.repcomment-detail {
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #DFDFDF;
	position: relative;
}

.repcomment-msg {
	padding: 10px 10px;
	background-color: #FAFAFA;
}

/*==========SendComment.ascx==========*/
.SendComment-Main {
    width: 760px; margin: 10px 0px 0px 15px; display: inline-block; direction: rtl; text-align: right;
    font: 14px Yekan;
}

    .SendComment-Main h3 {
        font: 16px Yekan;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #4f4f4f;
        width: 743px;
        border-bottom: 2px solid #5f5f5f;
    }

	.SendComment-Main ul {
		list-style: outside none none;
		background: #EEE none repeat scroll 0% 0%;
		float: right;
		border-radius: 5px;
		direction: rtl;
		padding: 7px;
		font-size: 14px;
		margin: 0px 0px 10px;
		width: 743px;
	}

		.SendComment-Main ul li
		{
			color: #094FA4;
			background-image: url("/Images/News/Check.png");
			background-repeat: no-repeat;
			background-position: right center;
			padding: 0px 25px 0px 0px;
			line-height: 30px;
			list-style: outside none none;
		}

.SendComment-ItemBox {
	width: 738px; background: #eee; float: right; border-radius: 5px; padding: 10px; text-align: right;
}

	.SendComment-ItemBox label {
		float: right;
		font-family: "Yekan";
		font-size: 1rem;
		letter-spacing: -0.25px;
		position: relative;
		width: 100%;
		margin: 0px; padding: 0px;
	}

		.SendComment-ItemBox label span {
			float: right;
			font-family: "Yekan";
			font-size: 12px;
			height: 35px;
			letter-spacing: -0.25px;
			line-height: 35px;
			margin-left: 10px;
			position: relative;
			width: 85px;
			color: #696969;
		}

		.SendComment-ItemBox label input, .SendComment-ItemBox label textarea {
			background: #FAFAFA none repeat scroll 0px 0px;
			border: 1px solid #E5E6E9;
			border-radius: 3px;
			box-sizing: border-box;
			color: #3A3A3A;
			cursor: text;
			height: 30px;
			transition: all 0.3s ease-out 0s;
			width: 325px;
			font-family: "Yekan";
			font-size: 12px;
			outline: medium none;
			overflow: auto;
			text-overflow: ellipsis;
		}

.btn.submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #239BFA none repeat scroll 0px 0px;
	border-color: #0A90F9 #0A90F9 #0582E5;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 10px #0A90F9 inset;
	color: #FFF;
}

.btn {
	cursor: pointer;
	display: inline-block;
	font-family: "Yekan";
	font-size: 16px;
	overflow: visible;
	padding: 7px 9px 3px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	white-space: nowrap; margin: 5px 0px 5px 0px;
	margin-right: 95px;
}

.SendComment-ItemBox .help-block {
    color: #D70303;
    float: left;
    font-family: "Yekan";
    font-size: 12px;
}

.SendComment-ItemBox #spanSent
{
	font: 16px Yekan; 
	text-align: center; color: #009933;
}