/*
www.20script.ir
*/
body {
	direction: rtl;
	font: 12px tahoma, arial;
	background: #CACACA url(../images/bg2.png) repeat;
	margin: 0 auto;
}
p {
	line-height: 25px;
	color: #8f8f8f;
}
.textright{text-align:right}
.textleft{text-align:left}
.textcenter{text-align:center}



img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: yekan;
	font-weight: normal;
}
::-webkit-input-placeholder {
color:#acacac;
}
::-moz-placeholder {
color:#acacac;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#acacac;
} /* ie */
input:-moz-placeholder {
color:#acacac;
}
h1 {
	font-size: 36px;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 17px;
	font-weight:normal;
}
h4 {
	font-size: 16px;
	font-weight:normal;
}
h5 {
	font-size: 14px;
	font-weight:normal;
}
h6 {
	font-size: 11px;
	font-weight:normal;
}
a {
	text-decoration: none;
	color: #696969;
}
@font-face {
	font-family: 'yekan';
	src: url('fonts/BYekan.ttf') format('truetype'), url('fonts/BYekan.eot?#') format('eot'), url('fonts/BYekan.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
	
}


.clear {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.fivepx{padding:5px;}

.middle {
	width: 980px;
	margin: 0 auto;
}

#topmenu{
	background-color: #464646;
    box-shadow: 0 6px 0 0 rgba(5, 5, 5, 0.14);
    height: 45px;
}

#topmenu ul{float: right;}
#topmenu .login{float:left;font-family:yekan,tahoma;color:#fff;background:#1083b3;padding:9.5px;margin-right:5px;font-size:15px;}
#topmenu .login a{color:#fff;}
#topmenu .login span{font-size:17px;}
#topmenu ul li{list-style:none;float:right;padding:11px;transition: all 0.5s ease;}
#topmenu ul li a{color:#fff;font-family:yekan;font-size:15px;}
#topmenu ul li:hover,#topmenu ul li.active{background:#eb3838;}

.green {
	background-color: #00b600!important;
}
.red {
	background-color: #eb3838!important;
}
.orange {
	background-color: #ff4e00!important;
}
.blue {
	background-color: #1083b3!important;
}
.purple {
	background-color: #8C0095!important;
}
.teal {
	background-color: #008299!important;
}
.skyBlue {
	background-color: #094AB2!important;
}
.yellow {
	background-color: #e8be1b!important;
}
.black {
	background-color: #404040!important;
}

.greencolor {
	color: #00b600!important;
}
.redcolor {
	color: #eb3838!important;
}
.orangecolor {
	color: #ff4e00!important;
}
.bluecolor {
	color: #1083b3!important;
}
.purplecolor {
	color: #8C0095!important;
}
.tealcolor {
	color: #008299!important;
}
.skyBluecolor {
	color: #094AB2!important;
}
.yellowcolor {
	color: #e8be1b!important;
}
.blackcolor {
	color: #404040!important;
}

#logo {
	float:right;
	background:url(../images/logo.png) no-repeat;
	height:134px;
	width:289px;
	margin:10px 5px 5px 5px;
}

#phone{
	float:left;
	direction:ltr;
	margin: 60px 5px 0 0;
	font-size:0px;
	font-family:yekan;
	background:#fff;
	border:1px solid #CACACA;
	padding:8px;
	border-radius:5px;
	color:#404040;
}
#phone span{color:#404040;}

.slideshow{
	height:180px;
	width:100%;
	background:#FFF;
	border:1px solid #CACACA;
	border-radius:5px;

}
.slideshow img{border-radius:5px;}

#blocks{clear:both;}
.blockhost {
	float:right;
	width:230px;
	height:220px;
	background:#14982d;
	margin:20px 0 0 0;
	border-radius:5px;
	transition: all 0.5s ease;
	text-align:center;
}

.blockdomain {
	float:right;
	width:230px;
	height:220px;
	background:#d3152c;
	margin:20px 20px 0 0;
	border-radius:5px;
	transition: all 0.5s ease;
	text-align:center;
}

.blockreseller{
	float:right;
	width:230px;
	height:220px;
	background:#386de5;
	margin:20px 20px 0 0;
	border-radius:5px;
	transition: all 0.5s ease;
	text-align:center;
}

.blockwebdesign{
	float:right;
	width:230px;
	height:220px;
	background:#fece31;
	margin:20px 20px 0 0;
	border-radius:5px;
	transition: all 0.5s ease;
	text-align:center;
	
}

.blockwebdesign:hover,.blockreseller:hover,.blockdomain:hover,.blockhost:hover{
	background:#464646;
}



.blockwebdesign span,.blockreseller span,.blockdomain span,.blockhost span{
	color:#fff;
	font-size:70px;
	margin:0 0 10px 0;
	text-align:center;
	transition: all 0.5s ease;
	
}
.blockwebdesign p,.blockreseller p,.blockdomain p,.blockhost p{
	color:#fefefe;
}
.blockwebdesign h3,.blockreseller h3,.blockdomain h3,.blockhost h3{
	font-size:25px;
	color:#fff;
	margin:20px;
	transition: all 0.5s ease;
}


.blockwebdesign:hover span{color:#fece31;}
.blockreseller:hover span{color:#386de5;}
.blockdomain:hover span{color:#d3152c;}
.blockhost:hover span{color:#14982d;}

.customerlist{
	background:#464646;
	margin-top:21px;
	height:30px;
	padding:17px 10px 0 5px;
	border-radius:5px;
	width:255px;
	color:#CACACA;
	float:right;
	border: 1px solid #464646;
	margin-bottom: -14px;
}
.brands{
	margin-top:15px;
	margin-right:15px;
	height:30px;
	padding:17px 10px 0 5px;
	border-radius:5px;
	width:613px;
	border: 1px solid #CACACA;
	float:right;
	background:#fff url(../images/brands.jpg) no-repeat top center;
	
}
.customerlist a{
	color:#CACACA;
}
#news-ticker {
	overflow: hidden;
	height:20px;
	float:left;
	width:100px;
}
#news-ticker li {
	height:20px;
}

#sidebar{
	float:right;
	width:270px;
	margin-left:5px;
}

.widget{
	background:#fff;
	border: 1px solid #CACACA;
    border-radius: 5px;
    float: right;
    height: auto;
    margin: 20px 0 0;
    padding: 10px;
    width: 250px;
}
.homeheight{height:250px;}
.widget h2{
	border-bottom: 1px solid #DDDDDD;
    color: #525252;
    font-size: 18px;
    margin: 5px 10px 0 0;
    padding: 0 5px 10px 0;
    width: 220px;
}
.widget p{padding:5px;font-size:11px;}
.widget ul{
	margin:5px;
}

.widget ul li{
	list-style:disc;
	margin-right:20px;
	color:#7a7a7a;
	padding:10px;
	font-size:11px;
	border-bottom:1px solid #eee;
	transition: all 0.5s ease;
}
.widget ul li:hover{padding-right:15px;color:#eb3838;}

.widget h2 span{margin-left:10px;font-size:25px;}

.content{
	float:left;
	width:676px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #CACACA;
	padding:10px;
	margin: 20px 0 0;
}
.content .info{
background:#a2bc5b;
border-radius:5px;
padding:5px;
margin:5px;
}
.content .info p{color:#fff;}
.content h2{
	border-bottom: 1px solid #DDDDDD;
    color: #525252;
	margin:5px;
}
a.button-xsmall{
	font-family:yekan,tahoma;
	font-size:15px;
	background:#00b600;
	padding:2px 5px 2px 5px;
	color:#fff;
	border-radius:5px;
	transition: all 0.5s ease;
}
a.button-xsmall:hover{background:#eb3838;}
.content span{padding-left:10px;}
.content p{text-align:justify;}




#footer{
	background-color: #464646;
	box-shadow: 0 0 0 6px rgba(5, 5, 5, 0.14);
	height:175px;
	margin-top:20px;
	
}

#footer .firstbox{
	background:url(../images/footer-logo.png) center no-repeat;
	width:inherit;
	height:150px;
	margin:0px 0 0 0;
	float:right;
	text-align: center;
	
}

#footer .firstbox p{
	margin:120px 0 0 0;
	font-size:11px;
	line-height:15px;
}

#footer .footerbox{
	border-right:1px solid #555555;
	width:165px;
	height:150px;
	margin:20px 20px 0 0;
	float:right;
	
}

#footer .footerbox ul{
	margin:5px 8px 0 0;
}

#footer .footerbox ul li{
	padding:5px;
	color:#a3a3a3;
}
#footer .footerbox ul li a{
color:#a3a3a3;
}

.feat{
	float:right;
	display:block;
	width:300px;
	border:1px solid #f1f1f1;
	padding:8px;
	margin:10px;
	border-radius:5px;
	transition: all 0.5s ease;
}
.feat img{float:right;}
.feat h4{color:#C36;}
.feat:hover{background:#464646;border:#464646 1px solid;}
.feat:hover h4{color:#e8be1b;}
.login-panel{
	background:#fff;
	border:1px solid #CACACA;
	border-radius:5px;
	padding:8px;
	width:400px;
}
label

{

  font-weight:bold;

  display:block;

}





textarea,

.input,

.textarea

{

  background:#FFFFFF;
  border:0;
  font-family:tahoma, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  margin:5px 0;
  max-width:400px;
  vertical-align:top;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

}

table

{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  position:relative;
}


th

{
	text-transform:uppercase;
	font-size:20px;
	text-align:center;
	padding:6px;
	font-family:yekan,tahoma;

}

.ordertable tr{height:30px;}

th.nobg

{

	border:0;

	width:150px;

	background:none;

}



td

{

	background:#FFFFFF;

	padding:6px;

	color:#4f6b72;

	text-align:center;

	vertical-align:middle;
	border-left:1px solid #eee;

}



td.alt,

tr:nth-child(even) td

{

	background:#F5FAFA;

}



td.big

{

  width:150px;

  text-align:right;

}

table input,table select,table textarea{color:#666;font-family:tahoma, Lucida Grande, sans-serif;font-size:12px;margin:0;padding:2px;}
.absmiddle{vertical-align:middle;}
.breadcrumb{background-color:#F5F5F5;margin:0 0 10px;padding:10px;}
.green{color:#006F0F;}
.header{color:#1a4d80;font-size:14px;font-weight:700;}
.red{color:#BF0000;}
.small{font-size:11px;}
.warning{background-color:#FFFFDF;border:1px solid #FDFF3F;margin:0 0 10px;padding:10px;}
.contentbox{padding:10px;margin:0 0 10px;text-align:center;}
.errorbox{background-color:#FFBFBF;padding:10px;margin:0 0 10px;text-align:center;color:#7F0000;}
.successbox {border: 1px solid #66CC00;font-weight: bold;background-color: #DDFFC6;text-align: center;padding: 10px;color: #009933;}
.clientareatableactive{background-color:#DFFFE0}
.clientareatablepending{background-color:#EFEFEF}
.clientareatablesuspended{background-color:#FFF6CF}
.clientareatableterminated{background-color:#FFCFCF}
.clientticketreplyheader{background-color:#EBEBEB;color:#333;border-top:1px solid #CCC;border-right:1px solid #CCC;border-bottom:1px solid #EBEBEB;border-left:1px solid #CCC;}
.clientticketreply{background-color:#F5F5F5;margin:0 0 10px;padding:10px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;}
.adminticketreplyheader{background-color:#CFE6FF;color:#333;border-top:1px solid #CAE6FF;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF}
.adminticketreply{background-color:#EEF6FF;padding:10px;margin:0 0 10px;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF;}
.networkissueaffected{background-color:#EFEFEF;padding:10px;margin: 0 0 10px;}
.textgreen{color:#158F00;}
.textred{color:#9F0000;}
form{margin:0;padding:0;}
table.data{margin:0 0 10px;padding:0;}
table.data td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.data th{background-color:#888;border-bottom:1px solid #333;color:#FFF;font-weight:400;}
table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}
table.frame{margin:0 0 10px;padding:0;border:1px solid #EBEBEB;border-bottom:0;}
table.frame table td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.frame table td.fieldarea{background-color:#F5F5F5;color:#333;text-align:right;border-right:1px solid #EBEBEB;}

input[type="text"],input[type="password"]

{
  height:16px;

  padding:5px 10px;

  border:1px solid #dfdfdf;
  border-radius:5px;

}

a.customlink{ background:#eee;padding:5px; }

textarea{border:1px solid #dfdfdf;}

img.imagecenter{display: block;margin:0 auto;}

#map{
background: none repeat scroll 0 0 #6699CC;
    height: 300px;
	
	}

.text-center {
    text-align: center!important
}

/* line 58, C:/Users/SPN Graphics/Desktop/cl sep/HTML/scss/_slider.scss */
.slider_area .find_dowmain .find_dowmain_form input {
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
  width: 70%;
  float: left;
  box-sizing: border-box
}

/* line 71, C:/Users/SPN Graphics/Desktop/cl sep/HTML/scss/_slider.scss */
.slider_area .find_dowmain .find_dowmain_form input::placeholder {
  color: #919191;
  font-size: 25px;
  font-weight: 400;
  font-family: yekan;
  text-align: center;
}

/* line 77, C:/Users/SPN Graphics/Desktop/cl sep/HTML/scss/_slider.scss */
.slider_area .find_dowmain .find_dowmain_form button {
  background: #670080;
  width: 30%;
  float: right;
  height: 60px;
  border: none;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  font-family: yekan;
  font-size: 25px;
}

/* line 50, C:/Users/SPN Graphics/Desktop/cl sep/HTML/scss/_slider.scss */
.slider_area .find_dowmain {
  padding: 0 50px;
}

.find_dowmain_form{
    display: flex !important;
    
}

.BlockBig .Content {
	text-align: right;
}

div.alert-msg, div.warning-msg, div.dialog-msg, div.info-msg {
	background: #FFFFCA url(https://60toman.ir/images/alert.png) no-repeat scroll 97%;
	border: 1px solid #FFFF80;
	padding: 10px 130px 10px 10px;
	border-radius: 4px;
	margin: 5px 0;
	min-height: 50px;
	color: #7D3F00;
	font-family: yekan;
	font-size: 15px;
}