﻿@charset "utf-8";
/* CSS Document */






.floating{
	 -webkit-animation: floutingr 5s ease-in-out; /* Chrome, Safari, Opera */
    animation: floutingr 5s ease-in-out;
	    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;  
	animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@-webkit-keyframes floutingr {
    0%   {  top:0px;}
    50%  {  top:20px;}
  
    100% {  top:0px;}
}

/* Standard syntax */
@keyframes floutingr {
   0%   {  top:0px;}
    50%  {  top:20px;}
  
    100% {  top:0px;}
}
a {
   outline: 0 !important;
}
.homes{font-size:14px !important;}
.sub-menu{
	list-style:none;float: left;margin-bottom:0px  !important;padding-left:0px !important}
.sub-menu a.first {
    border-right: medium none !important;
    margin: 4px 0 0 10px !important;
    padding: 0 !important;
}
.marketing .nav > li > a{display:inline !important; direction:ltr}
.marketing .nav > li{display:list-item}

.sub-menu	li {
    float: right;
	margin-top:7px;
}
	.sub-menu a {
    border-right: 1px solid #0e6fb4;
    color: #FFF;
    display: block;
    float: none;
    line-height: 9px;
    margin: 7px 0;
    padding: 0 13px 3px;
    text-decoration: none;
	font-size:12px;
}
.status{float: left;  height: 28px;margin-top:-5px;width: 30px;padding: 3px 4px 0px 0px;margin-right:5px;font-size:18px;border-radius: 3px;text-align:center;font-style:normal }
.status:hover{color:#FFFFFF}
#menu1 a:hover .status{color:#FFFFFF}
.sub-menu a:hover{color:#ffa800;transition: all 0.2s ease 0s;}
.sub-menu li:last-child{padding-left:10px ; padding:0}
#menu1 .user{color: #ffa800;
    /*float: right;*/
    right:0px;
    display:inline-block;
    font-size: 19px;
    margin-left: 6px;
    text-align: center;
    width: 28px;margin-top:-2px}
#menu1 .dropdown-toggle{/*padding-right:0px !important;*/}
#defaultmenu{  margin-bottom:10px;}
.marketing .col-md-4 i{margin: 0px 12px 0 15px;float:left;color:#0061ab;}
.marketing h2,.h2{ text-align:left;color:#0061ab;}
.marketing .bx-header{border-bottom:1px solid #e1e1e1}
.marketing p{direction:ltr;text-align:justify;font-size:11px;color:#5a5a5a;font-family:'web_Yekan',Tahoma;margin-top:10px;}
.marketing .searchs{  background-color: #0061ab !important;
    border: 1px solid #0061ab;
    border-radius:0px 3px 3px 0px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;}
.dropdown-menu{border-radius:0px 0px 3px 3px;position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;width:370px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#f9f9f9;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid #e1e1e1;border-top:0px;z-index:9999999}
 
 #menu1 .dropdown-menu:after {
 content: '';
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #f9f9f9; /* change color here, modified for a black arrow */
 position: absolute;
 top: -6px;
left: 40px;

}

#menu1{padding-bottom:2px}

#menu1 .input-group{
	width:78%;
	margin:0 auto;
	margin-top:25px;
	}

	#menu1 input{
		color: #bcbcbc !important;
		font-family: tahoma;
		font-size: 11px;
		border-radius: 0 3px 3px 0;
		box-shadow: none;
		padding: 0px 12px 0px;
		}
		#menu1 .flogin{font-size:12px; }

		.checkbox a{
			font-family:'web_Yekan';
			font-size:11px;
			color:#7f8c8d !important;
			text-decoration:none !important;
			}
		.checkbox p{margin-top:10px; text-align:left}

		.container .logo{float:left;margin-right:30px;margin-top:20px;}

		.container li{ float:left}

         #my-tab-content p{font-size:12px}
		 #my-tab-content a{color:#0061ab;text-decoration:none}
		 #my-tab-content a:hover{color:#ffa800;}
		 .table-curved{direction:ltr;}
		@media (min-width:768px){
			.navbar-header{display:block;}
			.home{display:none;}
			.loginb{display:none;}
			.ff{display:none;}
                        
		}
		@media (max-width:767px){
                         .scrollToTop{display:none !important}
			.form-group label {margin-top:15px;}
			.btn{font-size:12px;}
			h2, .h2{margin-top:20px;}
			.container .logo{margin-top:20px !important;}
			.btn-success{margin-bottom:10px}
			.btn-primary{margin-bottom:0px;margin-top:20px;}
			#bs-example-navbar-collapse-1{margin-bottom:-2px;}
			#bs-example-navbar-collapse-1 hr{margin-top:10px;margin-bottom:5px;}
			.homes{font-size:22px !important;margin-top:-5px;}
			.jumbotron{
				padding-right:10px;
				padding-left:10px;
				padding-top:0px;
				padding-bottom:0px}
				.container .logo {
				float: none;
				margin: 0 auto;
				width: 265px;
			 }
			
			.menu .container{
				width: 100%;
				margin-bottom:0px !important;
				}
			.menu #defaultmenu{
				width: 100%;padding-left: 0;padding-right:0;
				border-top:0px;
				background:none repeat scroll 0 0 #f9f9f9 !important;
				margin-top: 2px;
				}
				
			.container .logo{
				margin:0 auto;
				margin-top:10px;}

			
			.sub-menu{display:none;}
			
		
			#bs-example-navbar-collapse-1{
				background:#f9f9f9 !important;
				border-bottom:1px solid #e1e1e1;
				margin-top: 2px;
				}
			#defaultmenu ul {
				margin:0 auto;
				width:100%;
				z-index:1000000;
				margin-bottom:20px;
				}	
				
			.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
				border-color:transparent;
				}
			#defaultmenu li{
				text-align:left;
				float:left;
				width:100%;
				padding-top:10px;
				padding-right:20px;
				padding-left:20px;
				
				}
			#defaultmenu li a{
				color:#e1e1e1;
				border-right: 0px solid #066fb8;
				text-align:left;
				line-height:30px;
				
				
				}
				.btn-lg, .btn-group-lg > .btn{
					padding: 5px 11px !important;
					}
					
			.input-group input{
				font-size:11px !important;
				font-family:tahoma !important;
				color:#ccc !important;
				}
				
			  .login{
				display:none;}
				
				.home2{display:none}
				.home{float: left; margin-top: 14px;margin-left: 10px;color: #fff}
				.panel-body{padding:10px;padding-left:0px;margin-right:0px;}
				.panel-body .col-sm-5{padding-left:0px !important;padding-right:0px !important;}
				.panel-body .col-md-12{padding-left:0px !important;padding-right:0px !important;}
				.panel-body .dl-horizontal dt{padding-left:0px !important}
                .contact .panel-body p{font-size:12px !important;}
				.whmcs .newsupport{font-size:12px;margin-top:10px !important}
				.whmcs-nav li{width:100%;float:left;text-align:left;padding-top:10px;padding-bottom:10px; padding-right:10px;}
				.whmcs-nav li:first-child{display:none}
				#profile .input-group{width:100% !important}
				#profile{margin-right:0px !important}
				.whmcs .host tr > td:first-child{height:41px;}
				.email tbody > tr > td:first-child {height:30px !important;}
				.navbar-nav li {margin-left: 13px !important;}
				.domains .jk{padding: 0px !;margin: 0;height: 46px;border-radius: 0px 3px 3px 0px;width:100px !important}
		   
		        .domains .kj{padding: 0px;margin: 0;height: 46px;border-radius: 0px;width:75px !important}
				.domains .kl{height:46px;width:100px !important;}
				
			}
			
			
			
		@media (max-width:991px){
                 .icon-mail{margin-top:30px !important}
				hr{margin-bottom:15px !important}
               .imgaddfound{display:none !important}
              .jumbotron { border-bottom: 0px solid #e3e3e3;}
			  #accordion .panel-body {padding-:10px !important;}
			  /* #accordion .panel-body .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-left:0px; padding-right:0px}
			   */
		.btn-danger span{
		font-size:8px;}
		.btn-lg, .btn-group-lg > .btn{font-size:9px}
		.contact .panel-body{text-align:center;}
		.hosting .g3{text-align:center;padding-left:15px !important;padding-right:0px !important}
		.hosting p {text-align:center !important;}
		.hosting .col-md-2{text-align:center;}
		.hosting .col-md-2 i{float:none !important}
		.hosting .g5{padding-left:15px !important; padding-right:15px !important}
		.hosting .g6{padding-left:15px !important;padding-right:15px !important}
		.hosting .col-md-8 p{text-align:left !important}
		.hosting .g7{padding-right:15px !important}
		.hosting .g3{padding-right:15px !important}
		/*.contact  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{padding-right:5px;} /* ino vase page madarek kardam 15 ghablesh 5 px bodesh */
		 .g2{padding-right:0px;padding-left:0px;margin-top:10px;}
		 .g1{padding-right:15px !important}
		 .g1:last-child{padding-left:15px !important}
		 .pages a{float:left;padding:0 20px}
		 .ticket .panel-body .avatar{border-left:0px !important;}
		 .defult-support .avatar{border-bottom:1px solid #e1e1e1 ;border-right:0px !important;}
         .hosting h2 {padding-right:15px;}
		 .loginimg {display:none;}
		 .fhmm-content img{display:none}
		 
		}

		.footer {
		    background-color: #262626;
			/*min-height: 550px;*/
			width: 100%;
			margin-top:20px
		}
		.footer-bottom{
			background-color: #0061ab;
			height: 108px
		}
		#defaultmenu .navbar-nav li{
			text-align: center;
			margin-left: 20px !important;

		}
		#defaultmenu .navbar-nav a{
			color: #6e6e6e
			font-size: 12px !important;
			padding: 0 !important;
			transition: all 0.2s ease 0s !important;

		}

		
		#defaultmenu .navbar-nav .tell{
			color: #c68200 !important;
			font-family:'web_Yekan',Tahoma;
		}
        #defaultmenu .navbar-nav .tell{
			background-image: url("../../images/icons/phone.png");
			width: 69px;
			height: 70px;
			background-repeat: no-repeat;
            margin: 0 auto;
			margin-bottom:10px !important;
		}


        #defaultmenu .navbar-nav .hosting:hover{
			background-image: url("../../images/icons/monitoring-g.png");
			width: 69px;
			height: 69px;
			background-repeat: no-repeat;;
		}
		.fullwidth{
			width:100%;
			margin-top: 72px;
			}
			.mega {
				
				margin-right:20px;
				
				}
			.mega li {
				float:left !important;
				text-align:left !important;
				width:100%;
				display: list-item;
				list-style:disc !important;
				color:#0061ab !important;
				direction:ltr
				}
				.mega li > a {
					color:#0061ab !important;
					font-size:12px !important;
					margin-right:10px;
					line-height:20px;
					
					}
					
					.fhmm-content .n{text-align:justify;direction:ltr;font-family:web_Yekan;font-size:12px;color:#3b3b3b !important}

#defaultmenu .dropdown-menu{opacity:0.97 ;background-color:#fff !important; } 
#full-slider-wrapper{margin-bottom:25px;z-index:444444}

 .data{
  position:relative !important;
  height:70px !important;
  width:70px !important;
  margin:0 auto !important;
  margin-bottom:10px !important;
}


 .data img{
  position:absolute !important;
  left:0 !important;
  -webkit-transition: opacity 0.2s ease-in-out !important;
  -moz-transition: opacity 0.2s ease-in-out !important;
  -o-transition: opacity 0.2s ease-in-out !important;
  transition: opacity 0.2s ease-in-out !important;
}
.data .bottom{
	 opacity:0 !important;
	}

 .data img.top:hover {
  opacity:0 !important;
}
 .data:hover .bottom{opacity:1 !important;transition: all 0.2s ease 0s !important;}

.supports:hover img.top{
	 opacity:0 !important;
	}
.onlines:hover img.top{
	 opacity:0 !important;
	}

.dropdown-toggle:hover img.top{
	opacity:0 !important;
}

.dropdown-toggle:hover{
	color:#0061ab !important;
	transition: all 0.2s ease 0s !important;
}

 .dropdown-toggle:hover .bottom{opacity:1 !important;transition: all 0.2s ease 0s !important;}
 
    .supports:hover a{
	color:#0061ab !important;
	transition: all 0.2s ease 0s !important;
	}
	.supports:hover .bottom{opacity:1 !important; transition: all 0.2s ease 0s !important;}
	.onlines:hover a{
	color:#0061ab !important;
	transition: all 0.2s ease 0s !important;
	}
	
	.onlines:hover .bottom{opacity:1 !important; transition: all 0.2s ease 0s !important;}
	
#menu1 .dropdown-toggle:hover{
	color:#ffa800 !important;
	transition: all 0.2s ease 0s !important;
}

.open .host .dropdown-toggle .data{
	background-image: url("../../images/icons/hosting.png");
}
.open .host .dropdown-toggle{
	color:#0061ab !important;
}

   .menu-des{
	margin-top:30px;}
	#myCarousel2 img{margin-left:28px !important;}
	.bx-header .tell{
		font-family:'web_Yekan',Tahoma;
		font-size:12px !important;
		color:#bdc3c7 !important;
		line-height: 8px;
        margin-top: 10px;}
	.bx-header .tell:hover{color:#0061ab !important} 
    .bx-header .tell:hover i{color:#0061ab !important;transition: all 1s ease 0s !important;transform: rotate(-90deg);} 
		.contair {
				margin-top:20px !important;
				margin-right:20px;
				
				}
			.contair li {
				float:left !important;
				text-align:left !important;
				width:100%;
				list-style:inside  ;
				color:#bdc3c7 !important;
				direction:ltr
				}
				.contair li > a {
					color:#bdc3c7 !important;
					font-size:12px !important;
					margin-right:10px;
					line-height:20px;
					
					}
					
			     .contair li:hover{
				   color:#0061ab !important;
				   }
				 .contair li:hover >a{
				  color:#0061ab !important;
				  }
				  
				  .col-md-12 .bx-header {
					border-bottom: 1px solid #e1e1e1;
					margin-bottom: 10px;
					}
					.col-md-12 i {
					/*color: #03548c;*/
					float: left;
					margin: 0px 12px 0 15px;
				    }
					
					.customer ul{
						list-style:none;
					}
					.customer ul img{
						margin-left:5px;
						}
					.blueh{color:#0061ab}
					#my-tab-content{
						width:100%;
						margin:0 auto;
						}
					.tab-pane h1{
						margin-top:60px;
						font-family:'web_Yekan';
						font-size:18px !important;
						color:#0061ab !important;
						text-align:left;
						}
					.tab-pane .text-p{
						width:50%;float:left;text-align:justify;direction:ltr;margin-top:30px;line-height:20px;
						}
						.tab-pane  img{margin-bottom: 50px;margin-left: 70px;}
						.tab-pane table{margin-top:20px;}
						.tab-pane td>a{color:#0061ab !important;}
						
						.host th{
							text-align:center !important;
							color:#777777;
							font-size:14px;
							font-weight:normal;
							font-family:'web_Yekan',Tahoma;
						    
							}
					    .host thead th{
							background:#f8f8f8;
							line-height:30px !important;
							
							}
						.host tr > td {
							text-align:center;
							color:#777777;
							font-family:'web_Yekan',Tahoma;
							font-size:12px;}
							
						.host tr > td:first-child{
							color:#0061ab;
							text-align:left;
						    max-width:175px;
							font-size:12px;
							/*margin-left:10px;
							padding-left: 15px;*/
							background:#f8f8f8;
							}
							
						.host tr > td:first-child i{
							padding-right:10px;
							font-size:14px !important;
							margin-top:4px;
							}
						.host .btn-primary{
							margin-top:1px ;
							/*margin-right:4px;*/
							font-size:12px ;
							margin-bottom:0px ;
							line-height:24px ;
							min-width:120px;
						
							}
						.host .btn-success{
							padding:10px !important; 
							margin-bottom:0px !important;
							font-size:12px !important;
							margin-top:1px !important;
							line-height:15px;
							min-width:100px
							
							}
						.host .btn-success i{
							float: right;padding-right: 10px
							}
							.host p:first-child{
								color:#2ecc71;
								margin-bottom:0px !important;
								margin-top:4px;
								font-size:12px;
								text-align:center
								}
								.host p:last-child{
								color:#2ecc71;
								margin-bottom:0px !important;
								margin-top:4px;
								font-size:12px;
								text-align:center
								}
							.host p{
								color:#2ecc71;
								margin-bottom:0px !important;
								}
							.host .green{
								background:#f0fff6;
								
								}
						    .host .green > td:last-child {text-align:center}
							
							
.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #e1e1e1 1px;
    border-radius: 3px;
    border-left:0px;
}
.table-curved th {
    border-left: 0px solid #e1e1e1 !important;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 0 3px 0 0;
}
.table-curved th:last-child {
    border-radius: 3px 0 0 0;
	border-left:1px solid #e1e1e1 !important;
}
.table-curved th:only-child{
    border-radius: 3px 3px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 3px 0;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 0 3px;
}
.customer{
	margin-top:20px !important;}
.customer>li>a{margin-left:30px !important;color:#FFFFFF !important;}	
.customer li:hover >a{color:#f1c40f !important;}				

.transform{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-top:5px;
	}
	.host span{
		color:#777777;
		margin-right:5px;}
	.bx-header .tell i{margin-top: -3px}
		
		.footer .bx-header{
			border-bottom:1px solid #333333;
			margin-top: 55px;
			}
			
			.footer .bx-header h2{
				font-size:14px;
				color:#e67e22;
				text-align:left;
				
				}
				
			.footer_bottom{
				width:100%;
				background-color:#333333;
				
				}
				
			.footer_bottom p{
				color:#ffffff;
				float:left;
				direction:ltr;
                                white-space: normal;
				}
			.footer_bottom a{
				color:#ebe300;}
				
            .footer .contairs {
				margin-top:20px !important;
				margin-right:5px;
				
				}
			.footer .contairs li {
				float:left !important;
				text-align:left !important;
				width:100%;
				list-style:none  ;
				color:#FFF !important;
				direction:ltr
				}
				.footer .contairs li > a {
					color:#FFF !important;
					font-size:12px !important;
					margin-right:0px;
					line-height:25px;
					transition: all 0.2s ease 0s;
					
					
					}
				.footer .contairs a:hover{
				  color:#0061ab !important;
				  margin-right: 5px;
				  transition: all 0.3s ease-in-out 0s;;
				  
				  }
				  
				  .footer .phone{font-size:30px;background:#333333;padding: 25px 23px 25px 23px ; color:#262626;border-radius:3px;}
				  
					 .footer .pa li >a {
						font-size:10px !important;
					    line-height:23px;
					    margin-right:50px;					  
					 }
					  
.footer span {
font-family:'web_Yekan',Tahoma;
color:#5b5b5b;

font-size: 12px !important;
 margin-top: 5px;

}
.footer .row-fluid p {margin-top:10px;font-size:12px;}
.footer span i{

color:#FFFFFF;
}
/*.footer .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
padding-left: 0px;
}
*/
.footer_bottom ul>li{
	float:left !important;
	margin-right:10px !important; 
	margin-top:20px;
	}
	
	.footer_bottom .nav > li > a {
		padding:0 !important;
		}
		
	.thumbnails li{
		margin-right:10px;
		margin-left:10px;
		margin-top:2px;
		
		}
		
		.footer .mail{font-size:30px;background:#333333;padding: 20px 20px 20px 20px ; color:#262626;border-radius:3px;}
	    .footer .col-md-4 i{margin:0px 0px 0 10px !important;}
	             .footer .pa li{
					 list-style: none outside none !important;
					 text-align:left !important;
					 float:left !important;
					 }
				.footer .pa li>a{
					  color:#FFFFFF;
					  
					
					  }
					  
			     .footer .pa span{
					 text-align:left;
					 color:#FFFFFF;
					 
					 }
.footer_bottom .row-fluid{
	margin-top:10px;
	margin-bottom:10px;
	
	}
					 
	.social {
    display: block;
    float: left;
    height: 40px;
    margin-left: 7px;
    width: 40px;
	margin-bottom:10px;
}
.facebook {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.facebook:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.tewter {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.tewter:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -50px -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.gplus {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.gplus:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -100px -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.linked {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -150px 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.linked:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -150px -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.html5v {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -200px 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.html5v:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -200px -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.css3v {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -250px 0 rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.css3v:hover {
    background: url("../../images/icons/hostiran_social_icons.png") no-repeat scroll -250px -50px rgba(0, 0, 0, 0);transition: all 0.2s ease 0s !important;
}
.googlepluss {
    bottom: 20px;
    left: 20px;
    position: fixed;
}

.footer .dl-horizontal {
	color: #fff;text-align: left;
	font-size:11px;
	/* float:left; */
}
	
.footer .dl-horizontal dt{
	line-height:15px;
	margin-top: 3px;	
	float:left;
	padding-left:10px;
	}
.footer .dl-horizontal dd{
	line-height:22px;
	width:39%}	  
.footer .dl-horizontal dd a{
 color:#FFF;	
}
.footer .nav > li > a {padding:0 !important;}
.center {text-align:justify;}
.status-respon{display:none !important;}


@media (max-width:900px){

	.dropdown .data{
		display:none;
	}
	.respon{
		display:none;
	}
	.status-respon{display:block !important ;}
	.fullwidth{margin-top:22px;}
	.navbar-nav li{
	margin-left:18px;}
	.customers{display:none}
	.tab-panes img{display:none;}
	#accordion {width: 100%;display: inline-block}
	#accordion ul li{line-height:normal !important}
	.contact p{font-size:10px !important;}
	.hosting .panel span{font-size:10px !important;}
	.hosting .panel p{font-size:11px !important}
	#defaultmenu {margin-bottom:20px;}


	}

@media only screen 
and (min-device-width : 992px) 
and (max-device-width : 1200px){

	.menu-whmcs .navbar-nav a {padding:0px 12px 3px !important}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 991px){

	.menu-whmcs .navbar-nav a {padding:0px 3px 3px !important}

}


	
   	@media (max-width:380px){
		.aa{display:none;}
		.bb{display:block;}
		.footer .dl-horizontal{font-size:9px !important}
		.footer .dl-horizontal span{font-size:9px !important}
		
		}
   
    @media (min-width:381px){
		.bb{display:none;}
		
		
		}
		
 .li-last li:last-child{
		margin-left:0px !important;}
		
#my-tab-content table tr:hover{background:#f8f8f8;transition: all 0.2s ease 0s !important;}

.wellcome{border: 1px solid #f8f8f8;background:#f8f8f8;margin-bottom: 20px; border-radius:3px;line-height:19px;padding-top:4px}
.wellcome p{text-align:left;color:#838383;font-size:12px;margin:0px; padding:5px;margin-right:10px}
.wellcome a{color:#0061ab;}

@media (max-width:360px){
	.btn-danger span{
		font-size:8px;}
		.btn-lg, .btn-group-lg > .btn{font-size:9px}
	}
	
	
	.whois {
		background:#34495e;
		position:fixed;
		width:100%;
		display:none;
		}
	.marketing .col-md-4{z-index:0;}
	   .sticky2 {
		display:block;
		z-index:2;
		opacity: 0.95;
		}
		.whois .form-group{margin:15px;}
		.whois .input-group-addon{padding-right:60px;padding-top:0px;}
        .whois .searchs {background:#2ecc71;border: 0px solid #2ecc71;color:#fff;cursor:pointer;}
		.whois .searchs:hover{background:#27ae60;transition: all 0.2s ease 0s !important;}
		
		.whois .domain{border:0px solid #FFF;}
		.whois .host{background:#e74c3c;line-height:0px; padding:0px 71px;border:1px solid #e74c3c;color:#FFFFFF}
		.whois .host:hover{background:#c0392b;border:1px solid #c0392b;transition: all 0.2s ease 0s !important;opacity:1}
		.sticky{
			opacity: 0.95;
			top: 0 !important;
			width: 100% !important;
			z-index: 2147483647 !important;
			position:fixed;

		}
		
		@media (max-width:996px){
			.whois {display:none;}
			}
		@media (max-width:767px){
			.hesab .panel-body p{margin-top:15px;margin-bottom:15px !important;}
			#defaultmenu li a{color:#575757}
			.notification {display:block !important; float:left; margin-top:15px;margin-right:10px;color:#FFFFFF;margin-bottom:5px;cursor:pointer}
			.notification .jg{font-size: 20px;height: 27px;right: 0 !important;width: 27px;}
			.notification i{font-family:'web_Yekan',Tahoma;text-align:center;margin-left:10px;margin-top:-7px;float:left}
			.notification p {margin-bottom:0px}
			.fa-stack-1x{right:0 !important}
			canvas{display:none !important}
			}
	.helps .nav-tabs{height:40px;}
	.helps .nav-tabs > li > a{line-height:1.70;color:#0061ab}
	.helps .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{line-height:2;border-top:0px;border-top: 4px solid #0061ab}
    .helps i{margin-left:10px;}
	.helps .tab-pane{border:1px solid #e1e1e1;border-radius:0px 0px 3px 3px; border-top:0px;margin-top:-5px;}
	.helps .panel-title {text-align:left;color:#0061ab;font-size:14px;}
	.tab-panes{margin-top:20px;margin-bottom:20px;}
.tab-panes h1{
	margin-top:60px;
	font-family:'web_Yekan';
	font-size:18px !important;
	 color:#0061ab !important;
	text-align:left}
	.tab-panes h1 span {color:#e74c3c}
						
.tab-panes .text-p{
width:50%;float:left;text-align:justify;direction:ltr;margin-top:30px;line-height:20px;
}
.tab-panes  img{margin-top:-40px !important;margin-bottom: 50px;margin-left: 70px;}
.tab-panes table{margin-top:20px;}
.tab-panes td>a{color:#0061ab !important;}	
#accordion .panel-body{padding: 28px 52px;}
#accordion ul li{float:left;width:100%;line-height: 10px;}
#accordion ul li>a{color:#5f5f5f;font-size:12px;text-align:left; direction:ltr;}     
#accordion ul li>a:hover{color:#0061ab;}            
#accordion .phone{font-size:30px;background:#ecf0f1;padding: 30px 23px 30px 23px ; color:#262626;border-radius:3px;}
#accordion .mail{font-size:30px;background:#ecf0f1;padding: 20px 20px 20px 20px ; color:#262626;border-radius:3px;}
#accordion .dl-horizontal {
	color: #5f5f5f;text-align: left;
	font-size:11px;
	/* float:left; */
}
	
#accordion .dl-horizontal dt{
	line-height:15px;
	margin-top: 3px;	
	float:left;
	padding-left:10px;
	}
#accordion .dl-horizontal dd{
	line-height:22px;
	width:39%}	
.plans .nav > li > a{padding:10px 9px !important;}  
.plans div.table-wrapper div.scrollable{margin-right: 130px;}

.doamin h1{text-align:left;color:#0061ab;font-size:14px;}
.doamin p{text-align:left;direction:ltr;color:#6e6e6e;font-size:12px;line-height:20px}
.doamin .host tr > td:first-child{color:#1abc9c;min-width:135px;direction:ltr}
.doamin .host tr > td > a{color:#0061ab;font-size:12px}
.doamin .host tr > td > img{margin:0 auto;}
.doamin div.table-wrapper div.scrollable{margin-right: 136px;}
.hesab h1{text-align:left;color:#0061ab;font-size:14px;}
.hesab .panel-heading{text-align:left;color:#737373;font-size:12px;padding-right:20px;background:#f8f8f8 !important;}
.hesab i{color:#f1c40f;padding-left:10px;}
.hesab .table{direction:ltr;}
.hesab .table thead{background:#f8f8f8}
.hesab .table > thead > tr > th{text-align:center;font-size:12px;color:#737373;}
.hesab .table > tbody> tr > td {border-left:1px solid #e1e1e1 !important; text-align:center; color:#5c5c5c}
.hesab .table img{margin:0 auto !important;padding-bottom:15px;padding-top:15px}
.hesab .table > tbody> tr > td > p{font-size:22px;margin:0 !important}
.hesab .panel-body {margin-bottom:20px;margin-top:20px;}
.hesab .panel-body p{font-size:11px;text-align:left;direction:ltr;color:#6e6e6e;margin-bottom:5px; !important}
.hesab .panel-body span {color:#ff0000}
.hesab .panel-body .flogin{margin-top:-1px; font-size:12px;}
.btn-info{ font-size:12px;}
#whoiser2{color:#FFFFFF;float: right; margin-top:26px; cursor:pointer;margin-left:0px;}
#whoiser2:hover{color:#c0392b;}
.contact .panel{border:1px solid #e1e1e1;border-bottom:4px solid #2c3e50;border-radius:3px 3px 0px 0px;}
.contact .phone {padding:15px 0px 15px 0px;color:#2c3e50}
.contact p{margin-top:20px;font-size:12px;font-family:'web_Yekan',Tahoma;padding-right: 0px;}
.warnign{padding-left:10px; color:#d35400 !important;}
.contact .cc{color:#8a8a8a ;direction:ltr; float:left;margin:0px !important;}
.hosting h2{text-align:left;color:#0061ab;}
.hosting p{color:#4d4d4d;font-size:11px;direction:ltr;text-align:justify}
.hosting .panel{background:#f9f9f9;border:1px solid #f9f9f9; border-radius:3px}
.hosting .panel p{ color:#929292;margin-top:5px;font-size:13px;}
.hosting .panel span{font-size:11px;}
.hosting .blue{background:#FFFFFF;border:1px solid #e1e1e1 ;border-bottom:4px solid #0061ab;border-radius:3px 3px 0px 0px;}
.hosting .blue .phone {padding:12px 0px 0px 0px;color:#0061ab;margin:0px !important}
.hosting p{margin-top:20px;font-size:12px;font-family:'web_Yekan',Tahoma;padding-right: 0px;margin-bottom:0px;}
.hosting .c2 p span{margin-right:20px;}
.hosting .c3 p {margin-top:20px;margin-bottom:8px;}
.hosting .redh{color:#c93829}
.hosting .red{background:#FFFFFF;border:1px solid #e1e1e1 ;border-bottom:4px solid #c93829;border-radius:3px 3px 0px 0px;}
.hosting .red .phone {padding:12px 0px 0px 0px;color:#c93829;margin:0px !important}
.hosting .col-md-3 img{margin-top:5px; margin-left:10px;}

.hosting .orgh{color:#f39c12}
.hosting .org{background:#FFFFFF;border:1px solid #e1e1e1 ;border-bottom:4px solid #f39c12;border-radius:3px 3px 0px 0px;}
.hosting .org .phone {padding:12px 0px 0px 0px;color:#f39c12;margin:0px !important}

.hosting .greenh{color:#019a42}
.hosting .green{background:#FFFFFF;border:1px solid #e1e1e1 ;border-bottom:4px solid #019a42;border-radius:3px 3px 0px 0px;}
.hosting .green .phone {padding:12px 0px 0px 0px;color:#019a42;margin:0px !important}

.hosting .g2{padding-right:0px;padding-left:0px;margin-top:10px;}
.hosting .g3{padding-right:15px;padding-left:0px;margin-top:20px;}
.hosting .g4{padding-right:0px;padding-left:0px}
.hosting .g5{padding-right:0px; padding-left:0px}
.hosting .g6{padding-left:0px;}
.hosting .g7{padding-right:0px}
.lin_30{margin-bottom:30px;margin-top:30px;}
.lin_60{margin-bottom:60px;margin-top:60px;}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	

	/* Force table to not be like tables anymore */
	.hesab table,.hesab thead,.hesab tbody,.hesab th,.hesab td,.hesab tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.hesab thead tr: { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		border-bottom:5px solid #000;
		
	}
	.hesab tr{border-bottom:5px solid #000;}
	.hesab thead:first-child {display:none !important;}
	.hesab tr:last-child{border-bottom:0px solid #000;}
	
	.hesab td { 
		/* Behave  like a "row" */
		border: none;

		position: relative;
		padding-left: 50%; 
	}
	
	.hesab td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.hesab .table > tbody > tr > td{
		border-left: 0px solid #e1e1e1 !important;
		
		}
	
}

.menu-whmcs {background:#2c3e50}
.whmcs-nav {margin-top:20px;margin-bottom:12px;}
.whmcs-nav i{color:#FFFFFF;margin-top:-10px;}
.menu-whmcs .navbar-nav li{margin-left:0px !important}
.menu-whmcs .navbar-nav a.first{border-right:0px !important;padding-right:10px;}
.menu-whmcs .navbar-nav a{color:#FFFFFF  ;border-right: 1px solid #1e2b37;padding: 0 20px 3px ; line-height: 9px }
.fa-inverse {background:#e74c3c;border-radius:3px;margin-top:2px;padding :5px;}
.whmcs h1{text-align: left; font-size: 14px;color:#0061ab;margin-top:40px;direction:ltr}

 .g2{padding-right:0px;padding-left:0px;margin-top:10px;}
 .g1{padding-left:0px}
 .g1:last-child{padding-left:0px}
 .whmcs .panel {border:0px}
 .whmcs .panel-default > .panel-heading{border-bottom:0px;text-align:center}
 .whmcs .panel-default > .panel-heading img {margin-top:10px;margin-bottom:10px;}
 .whmcs .panel-default > .panel-body{padding:0px;}
 .whmcs .panel-default > .panel-body li{width:100%;border-radius:0px;text-align:left;font-family:'web_Yekan',Tahoma;}
 .whmcs .panel-default > .panel-body .green .up {background:#40d47e}
 .whmcs .panel-default > .panel-body .green .downe {background:#27ae60;border-radius:0px 0px 3px 3px}
 .whmcs .panel-default > .panel-body .red .up {background:#e74c3c}
 .whmcs .panel-default > .panel-body .red .downe {background:#c0392b;border-radius:0px 0px 3px 3px}
 .whmcs .panel-default > .panel-body .oran .up {background:#e67e22}
 .whmcs .panel-default > .panel-body .oran .downe {background:#d35400;border-radius:0px 0px 3px 3px}
 .whmcs .panel-default > .panel-body .yell .up {background:#f1c40f}
 .whmcs .panel-default > .panel-body .yell .downe {background:#f39c12;border-radius:0px 0px 3px 3px}
 .whmcs .newsupport{font-size:12px;margin-top:-10px}
 .whmcs .panel .panel-heading{background:#f3edc5;}
 .whmcs .table tr > th{font-size:12px;}
.whmcs .table {font-size:12px;}
.gg {text-align:center;font-size:12px;height:20px;min-width:85px;line-height:2 !important;margin-right: 0px !important;}
.pad-25{padding-left:15px;padding-right:18px;}
.whmcs .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding:5px;}
.yellow{background:#f1c40f;border:1px solid #f1c40f;color:#FFF;border-radius:3px;margin-top:5px;font-size:10px;min-width:130px}
.greens{background:#27ae60;border:1px solid #40d47e;color:#FFF;border-radius:3px;margin-top:6px;font: normal 12px arial !important;min-width:130px; box-shadow:0px 0px 5px #3a5840}
.silver{background:#bdc3c7;border:1px solid #bdc3c7;color:#FFF;border-radius:3px;margin-top:5px;font-size:10px;min-width:130px}
.reds{background:#e74c3c;border:1px solid #e74c3c;color:#FFF;border-radius:3px;margin-top:5px;font-size:10px;min-width:130px}
.cg {font-size:12px;height:29px;line-height:1.50 !important;margin-right: 0px !important;border-radius:3px;padding-left:20px;padding-right:20px;min-width:100px}
.whmcs .table-wrapper div.scrollable{margin-right: 44px;}
.addm .table-wrapper div.scrollable{margin-right: 13px;}
.whmcs .table td > a{text-align:left !important;float:left;color:#0061ab;padding-right:10px;margin-top:6px;}
.whmcs .sub-support{text-align:left !important;padding-right:10px;}
.menu-whmcs .navbar-toggle{border:1px solid #FFF !important}
.menu-whmcs .icon-bar{color:#FFF;background:#FFF}
.navbar-header .ff{float:left; line-height: 50px;padding-right: 10px;color:#FFFFFF}
.fg{width:38px;margin-left:88px;margin-top:-8px;font-family:'web_Yekan',Tahoma;font-size:15px;height:28px;line-height:19px;padding-right:9px}
.lg{margin-right:35px;}
#profile{margin-right:0px;}
#login{margin-right:0px;}
#login .form-group label{
	color: #7f8c8d !important;
    font-family: web_Yekan;
    font-size: 11px;
	}
#profile .input-group{width:86%;margin-top:0px;}
#profile .nav-pills li{width:100%;float:left;border-bottom:1px solid #e7e7e7}
#profile .fg{width:40px;margin-top:-5px;float:left;margin-left:5px;font:normal 15px  Tahoma;padding-right:9px}
#profile .nav-pills >li > a{padding:8px 6px;color:#616161 ;text-align:left}
#profile .nav-pills >li > a:hover{color:#0061AB;}
#profile .navbar-nav{margin-top:30px;margin-bottom:30px;float:none;}
#profile .navbar-nav a {
    border-left: 1px solid #4b4b4b;
    color: #4b4b4b;
    line-height: 10px;
    padding: 0 12px 0px;
}
#profile .navbar-nav .first{border-right: 0px solid #4b4b4b;}
.fa-inverse-grey {background:#95a5a6;border-radius:3px;margin-top:2px;padding :5px;color:#FFFFFF}
.fa-inverse-green {background:#2ecc71;border-radius:3px;margin-top:2px;padding :5px;color:#FFFFFF}
.notification{display:none}
.searchw{padding-left:0px !important;margin-top:10px;margin-bottom:20px}
.searchw .input-group-addon{margin: 0px !important;padding: 0px ;border: 0px !important}
.searchw .searchs{  background-color: #0061ab !important;
    border: 1px solid #0061ab;
    border-radius:0px 3px 3px 0px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 6px;
    text-align: center;
    padding-left:20px;
    padding-right:20px;
    height: 34px;
    padding: 0px 35px;
 }
	
	.whmcs .host tr > td:first-child{
	color:#ccc;
	text-align:left;
	font-size:12px;
	margin-left:10px;
	padding-left: 15px;
	background:#f8f8f8;
	}
	.server .host tr > td:first-child{text-align:center;padding:0;}
	.pages .panel{border:1px solid #e1e1e1;}
	.pages .panel .panel-heading{border-bottom:1px solid #e1e1e1;color:#b2b2b2;font-size:12px ;text-align:center;direction:ltr;font-family:'web_Yekan',Tahoma;}
	.pages a{	
		color:#757575;
		text-align:center;
		line-height:40px;
		font-size:12px
		}
		.pages .br{border-left:1px solid #E1E1E1;}
		
		
.nav-tabss {
    border-bottom: 1px solid #ddd;
}


.nav-tabss > li {
    float: right;
    margin-bottom: -1px;
}

.nav-tabss > li > a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    line-height: 1.42857;
    margin-left: 2px;
	color:#5a5a5a;
}
.nav-tabss > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabss > li.active > a, .nav-tabss > li.active > a:hover, .nav-tabss > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #434343;
    cursor: default;
}
.nav-tabss.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabss.nav-justified > li {
    float: none;
}
.nav-tabss.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabss.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
.nav-tabss.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-tabss.nav-justified > li > a {
    margin-bottom: 0;
}
}
.nav-tabss.nav-justified > li > a {
    border-radius: 3px;
    margin-right: 0;
}
.nav-tabss.nav-justified > .active > a, .nav-tabss.nav-justified > .active > a:hover, .nav-tabss.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabss.nav-justified > li > a {
    border-bottom: 1px solid #E1E1E1;
    border-radius: 3px 3px 0 0;
}
.nav-tabss.nav-justified > .active > a, .nav-tabss.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
}
}

.showpanel .table-curved{border-width: 0 1px 1px 0;font-family:'web_Yekan',Tahoma;}
.showpanel .table tr{color:#434343}
.showpanel .table > thead > tr > th, .showpanel .table > tbody > tr > th, .showpanel .table > tfoot > tr > th, .showpanel .table > thead > tr > td, .showpanel .table > tbody > tr > td, .showpanel .table > tfoot > tr > td{line-height:25px;}
.showpanel tbody > tr > td:first-child{width:172px !important;padding-right:10px;}
.whmcs .table td > a {
	color: #0061ab;
    float: left;
    margin-top: 0;
    padding-right: 0px;
    text-align: left !important;
	}
.showpanel .table-wrapper div.scrollable{
	 margin-right: 170px;
	
	}
	.showpanel .table-curved > tbody tr:first-child td:last-child{
		border-radius:3px 0px;
		}
		@media (min-width:1199px){
	
	.host2 tr > td:first-child{
			text-align:center !important;
			margin:0 !important;
			min-width:20px !important;
			padding: 0 !important;
		}
	
	}
                 /* text-aling:justify ino baraye motone balaye tabe hosting to home kardam */
		.tab-pane p{text-align:justify;font-size:12px;direction:ltr;margin-top:20px;color:#5a5a5a}
		.marg_20{margin-bottom:40px;}
		.margt_20{margin-top:20px;}
		.margt_12{margin-top:12px;}
		.margt_35{margin-top:35px;}
		.marg_10{margin-top:10px;margin-bottom:10px}
		.tab-pane p > span{color:#e74c3c;}
		.tab-pane p > a {color:#0061ab}
		.tab-pane select.input-sm{text-align:}
		
		.tab-pane .btn-primary{margin-bottom:0px ;margin-top:0px;/*min-width:200px;*/}
		.table3 tbody > tr > td:first-child{background:#f8f8f8;width:50px !important;text-align:center;border-left: 1px solid #e1e1e1;height:41px;color:#ccc}
		.table3 tbody > tr > td{padding-right:10px;}
		.table3 p{padding-right:10px;}
		.table3 .table-wrapper div.scrollable {margin-right: 50px;}
		.table3 tbody > tr > td:last-child{border-left: 1px solid #e1e1e1;}
		.table3 .table-curved td, .table-curved th {border-left: 0px;}
		.table3  .form-control {width:300px;text-align:center}
		.buttoms{border:1px solid #E1E1E1;border-radius:3px;background:#f8f8f8}
		.buttoms .btn-success{font-size:12px}
		.buttoms .btn-primary{margin-top:10px;margin-right:10px;width:100% !important; margin-bottom:10px;}
		.ticket .table-wrapper div.scrollable{margin-right: 27px;}
		.form-group label{
			font-weight:normal;
			font-size:12px;
			width:100%;
			text-align:left;
			color:#434343;
			direction:ltr}
		.ticket .panel{border:1px solid #E1E1E1}
		.ticket .panel-body .avatar{
		background: none repeat scroll 0 0 #f8f8f8;
		border-left: 1px solid #e1e1e1;
		padding: 15px 0;
		text-align: center;}
		.ticket .panel-body p{
			font-size:12px;
			margin-top:40px;
			text-align:center;
			color:#2c3e50}
			.ticket .panel-body label{margin-top:36px;font-size:14px;height:30px;width: 100%;margin-left:-5px;}
			.ticketg .panel{border:1px solid #0061ab}
			.ticketg .panel .panel-heading{background:#0061ab;border-bottom:1px solid #0061ab;text-align:left;color:#FFF;font-size:12px}
			.ticketg .panel .panel-heading span{float:left;color:#FFF;font-family:'web_Yekan',Tahoma;}
			.ticketg .panel .panel-body{text-align:left;margin-right:15px;margin-top:0px;margin-bottom:20px}
			.ticketg .panel .panel-body p{text-align:left;direction:ltr}
			.answer .panel{border:1px solid #e1e1e1}
			.answer .panel .panel-heading{background:#f8f8f8;border-bottom:1px solid #e1e1e1;text-align:left;color:#4a4a4a;font-size:12px}
			.answer .panel .panel-heading span{float:left;color:#acacac;font-family:'web_Yekan',Tahoma;}
			.answer .panel .panel-body{text-align:left;margin-right:15px;margin-top:0px;margin-bottom:20px}
			.answer .panel .panel-body p{text-align:left;direction:ltr}
			.alert-success {margin-top:20px;text-align:left;direction:ltr;font-size:12px}
			
			.defult .panel{border:1px solid #e1e1e1}
			.defult .panel .panel-heading{background:#f8f8f8;border-bottom:1px solid #e1e1e1;}
			.defult .panel  h3{font-size:12px;text-align:left;color:#4a4a4a;margin-top:5px;direction:ltr}
			.defult i {
			
			float: left;
			margin: -1px 15px 0 0px;}
			.defult .btn-primary{
				line-height:24px;
				width:100%;
				margin-top:23px;
				font-size:12px}
				.defult .btn-primary i{color:#FFFFFF;float:ri right;margin: -18px 12px 0 0;}
				
				.lab-left{
					color: #434343;
					font-size: 12px;
					font-weight: normal;
					text-align: left !important;
					margin-top:10px;
					width: 100%;}
					
				.pdns p{text-align: left; direction: ltr;margin-top: 54px;margin-bottom: 0px;margin-left:-10px}
				.blues{color:#0061ab !important;}
			
		.defult-support .panel{border:1px solid #e1e1e1;border-radius:3px 3px 0px 0px;}
		.defult-support .panel:hover{background:#f8f8f8}
		
		.defult-support .dark{border-bottom:4px solid #2c3e50}
		.defult-support .red{border-bottom:4px solid #e74c3c}
		.defult-support .yellow2{border-bottom:4px solid #f1c40f}
		.defult-support .green{border-bottom:4px solid #40d47e}
                .defult-support .grey{border-bottom:4px solid #7f8c8d}
		.defult-support .avatar{background:#f8f8f8;text-align:center;border-right:1px solid #e1e1e1;padding:47px;}
                .defult-support p{ direction: rtl;font-size: 20px !important;text-align: center !important;}
		.defult-support .margt_25{margin-top:28px;}
		.defult-support p{font-size:12px;text-align:justify;margin-top:10px;color:#565656;direction:ltr}
		.whmcs p{text-align:left;direction:ltr;font-size:12px}
		.addfound{margin-top:25px;}
		.addfound tbody > tr > td:first-child{color:#e74c3c;border-left:0px !important}
		.email tbody > tr > td:first-child{text-align:center !important;width:50px !important;padding-left:0px !important }
		.email tbody > tr > td:last-child{width:250px }
		.email .table-wrapper div.scrollable{ margin-right: 49px;}
		
		.invoice {font-family:'web_Yekan',Tahoma;color:#434343}
		.invoice thead {background:#f8f8f8;padding-top:10px;padding-bottom:10px;}
		.invoice > thead > tr >th {text-align:center;}
		 .invoice tbody > tr > td{padding:10px !important;}
		.invoice thead th{
		background:#f8f8f8 !important;
		line-height:30px !important;
		}
		.invoice tbody tr {text-align:center}
		.sub-left{text-align:left !important;padding-left:10px !important;}
		.green-slow{background:#e7ffdb}
		.yellow-slow{background:#fffee9}
		.none-lb{border-left:0px !important}
		.invoice .table-wrapper div.scrollable {
          margin-right: 100px;}
		  .pay tbody > tr > td:first-child{width:50px !important; text-align:center; padding-top:10px;padding-right:0px}
		 
		  .ofbank{color:#2980b9;margin-top:10px;float:left;padding-right:10px;}
		.imgpay{float:left;margin-right:15px;margin-top:-12px;}
		.pay .table-wrapper div.scrollable{margin-right: 49px;}
		.pay tbody tr:first-child td {border-top:0px !important}
		.pinv p{margin-top: 20px;font-size: 14px;font-family:'web_Yekan',Tahoma;}
		.pinv span{color:#e74c3c}
		.invoicef tr > td:first-child{
			background: none repeat scroll 0 0 #f8f8f8;
			color: #ccc;
			font-size: 12px;
			padding-right:10px !important;
			padding-left:10px !important;
			text-align: center !important;}
	    .invoicef .table-wrapper div.scrollable{margin-right: 27px;}
		.warning-red{background:#fff8f7}
		.th{
			color: #fff !important;
			float: right !important;
			margin: -7px 0 0 !important;}
		.payoffline p span{color:#ff0000}
		.payoffline select{direction:ltr}
		#menu1 a{color:#FFFFFF}
		.single-ticket select{direction:ltr}
		.set{ margin: -16px 40px 0 0 !important;}
		.redred{color:#e74c3c !important}
		.greengreen{color:#40d47e !important}
		.menudrop .btn{width:auto !important;}
		.menudrop .dropdown-menu{background:#FFFFFF;width:auto;margin: -12px 0 0;padding: 5px 1px;border:1px solid #e1e1e1}
		.menudrop .dropdown-menu li {width:100%;float:left}
		#more {margin-left: 0px; padding-top: 0px;float: right;}
      .doamin .host tr {height:42px; font-size:12px}
	  .doamin .host thead > tr > th {font-size:12px;}
	  .mydomain .table-wrapper div.scrollable{margin-right: 27px;}
	  .mydomain .host tr > td:first-child {text-align:center;padding-left: 0px; min-width:28px;}
	  .mydomain .btn-primary {line-height:0px !important}
	  .setlink a{color:#FFFFFF;}
	  .userm{line-height: 19px;height: 33px;margin-top:2px;margin-bottom:2px}
	  .singup .box{
		  background:#f8f8f8;
		  border-radius:3px;
		  border:1px solid #f8f8f8}
		  .singup h1 {    
		color: #0061ab;
		direction: rtl;
		font-size: 14px;
		margin-top: 20px;
		text-align: left;}
      .singup h2 {color: #0061ab;font-size:40px}
	  .singup h3 {color: #908f8f;}
	  .singup .input-group-addon{padding: 9px 0;}
	  .checkbox label{float:left; direction:ltr;width:100%;}
	  .checkbox input{margin-top:0px}
                textarea.form-control{text-align: left;}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .fg{margin-top:-26px;}
}
table .headerSortdesc {
    background: #f8f8f8 url(../../images/sortdesc.png) !important;
    background-color: rgba(141, 192, 219, 0.25);
    background-position: 10% 50% !important;
    background-repeat: no-repeat !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor:pointer;
}
 table .headerSortasc {
    background: #f8f8f8 url(../../images/sortasc.png) !important;
	background-color: rgba(141, 192, 219, 0.25);
    background-position: 10% 50% !important;
    background-repeat: no-repeat !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor:pointer;
}
.setbulkaction{direction:ltr}



/* start for order page */
	  .setpl .active3 {background:#e74c3c !important}
	  .setpl .active3 .input-group-addon {background:#c0392b !important}
	  
	  .setpl .active2 {background:#e67e22 !important}
	  .setpl .active2 .input-group-addon {background:#d35400 !important}
	  
	  .setpl .active4 {background:#1abc9c !important}
	  .setpl .active4 .input-group-addon {background:#16a085 !important}
	  
	  .setpl .active5 {background:#2ecc71 !important}
	  .setpl .active5 .input-group-addon {background:#27ae60 !important}
	  
	  .step{background:#95a5a6;border-radius:3px;margin-bottom:10px;}
	  .setpl .input-group a{text-align: center;padding: 15px 45px;float: right;margin-top: 0px;color: #FFFFFF;width:100%}
	  .step .input-group-addon{background:#7f8c8d;border:0px;color:#FFFFFF;font-size:20px;padding: 0 20px;min-width: 54px;}
	  .order label {font-family:'web_Yekan',Tahoma;direction:ltr}
	  .order p{color:#7f8c8d ; font-family:tahoma;font-size:12px;font-family:'web_Yekan',Tahoma;}
	  .order .well{
		    background-color: #f5f5f5;
			border: 1px solid #e3e3e3;
			border-radius: 3px;
			box-shadow: 0;
			margin-bottom: 20px;
			margin-top: 20px;
			min-height: 20px;
			padding: 19px;
		  
		  }
		  
		  .whmcs .orderl tr > td:first-child {background:#FFFFFF;color:#575757}
		  .order .table-wrapper div.scrollable {
           margin-right: 81px;
           }
		   .configpro .table-wrapper div.scrollable {
           margin-right: 34px;
           }
		   
		   .whmcs .orderl tr > td:last-child > select {text-align:center}
		   .orderl .checkbox label {text-align:left;}
		   .orderl .checkbox input {float:left;}
		   .textgreen {color: #2ecc71 !important;}
		   .textred {color: #e74c3c !important;}
                   .LV_validation_message{float:left;direction:ltr;font-size:12px}
                   .LV_invalid {color: #e74c3c;}
		   .order .radio input{margin-top:0px;}
		   .bg-warning {
			background-color: #fcf8e3;
			border-radius: 3px;
			direction: rtl;
			font-size: 12px;
			margin: 5px 0px 5px 0px;
			padding: 10px 20px;
			text-align: left;
			width: 100%;
		    }
		   .bg-danger {
			background-color: #f2dede;
			border-radius: 3px;
			direction: rtl;
			font-size: 12px;
			margin: 5px 0px 5px 0px;
			padding: 10px 20px;
			text-align: left;
			width: 100%;
		    }
			
			.bg-success {
			background-color: #dff0d8;
			border-radius: 3px;
			direction: rtl;
			font-size: 12px;
			margin: 5px 0px 5px 0px;
			padding: 10px 20px;
			text-align: left;
			width: 100%;
		    }
			.view .table-wrapper div.scrollable {
				margin-right: 89px;
			}
			.orderbox tbody > tr > td:first-child{padding-right:10px;background:#f8f8f8;width:150px !important;text-align:left;border-left: 1px solid #e1e1e1;height:41px;color:#ccc}
			
		    .orderbox .pns{padding: 0px;margin: 0px; direction: ltr; line-height: 23px;height: 20px;padding: 0px 20px;font-size: 12px}
		    .orderbox .input-group-addon{width:150px}
			.orderbox .input-group{width:100%}
			.orderl .green{background:#f1fff2;height:45px;}
			.orderl .green td{color:#27ae60 !important;border-left:0px}
			.orderl .green td:last-child{border-left:1px solid #E1E1E1}
		    .orderl .green td:first-child{background:#f1fff2 !important;color:#27ae60 !important;border-left:0px}
			.orderl .cg{width:120px;margin-top:0px;padding-bottom:0px; padding-top:0px;margin-bottom:0px}
			.orderl .og{margin-left:5px}
			.www{padding: 0px;margin: 0px !important; direction: ltr !important; line-height: 23px;height: 20px;padding: 0px 20px;font-size: 16px !important;text-align: center !important;}
			
			
		   .multiselect-container{width:155px;margin-left:-1px;margin-top:0px;}
		   .multiselect-container li{float:left;width:124px;}
		   .multiselect-container input{float:left !important;margin-right:10px !important}
		   .multiselect-container > li > label > input[type="checkbox"]{float:left;margin-right:10px;}
		   .multiselect-container .radio, .multiselect-container .checkbox {padding-right:90px;text-align: left;}
		   .domains .jk{padding: 0px !;margin: 0;height: 46px;border-radius: 0px 3px 3px 0px;width:200px}
		   .domains .input-group-addon{padding:0px; background:none;border:none}
		   .domains .kj{padding: 0px;margin: 0;height: 46px;border-radius: 0px;width:150px}
		   .domains .kl{height:46px;width:155px;border-radius:0px;border-left:0px}
		   .domains .dropdown-menu{min-width:inherit}
		   .domains .radio, .checkbox{padding-left:14px}
		   .glyphicon{top:3px;}
		   .maddons{background: none;padding: 0;margin: 0;border: 0px}
		   .msearch{padding: 0px 61px;margin: 0;border-radius: 0px 3px 3px 0px;height: 34px;background:#0061ab;border:1px solid #0061ab;color:#FFFFFF;font-size:12px}
		   .gsearch{padding: 0px 80px;margin: 0;border-radius: 0px 3px 3px 0px;height: 34px;background:#2ecc71;border:1px solid #2ecc71;color:#FFFFFF;font-size:12px}
		   .msearch:hover , .msearch:focus{color:#FFFFFF}
		   .gsearch:hover , .gsearch:focus{color:#FFFFFF}
           .alert-danger {text-align:left;font-size:12px;direction:ltr}
		   .alert-warning{text-align:left;font-size:12px;direction:ltr;margin-top:20px;}
		   .scrollToTop{
			width:50px; 
			height:46px;
			padding:10px; 
			text-align:center; 
			background: whiteSmoke;
			font-weight: bold;
			color: #444;
			text-decoration: none;
			position:fixed;
			bottom:0px;
			right:0px;
			display:none;
			z-index:99999;
			background: url('to-top.gif') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}
.server tr > td:last-child{background-color: #f0fff6;text-align:left;padding-left:32px;width:115px;}
.server .red{background-color: #fff0f0;}
.server .green {background-color: #f0fff6;text-align: center;width: 50px;}
.server .table-wrapper div.scrollable {
    margin-right: 38px;
}
.thumbnail img{margin:0px}
 .alink{float: right !important; font-size: 12px !important}
 .contentbox h3{font-size:14px;text-align:left  !important;color:#0061ab  !important}
 .singup .form-control{font-family:tahoma !important;font-size:12px}
.weak{background:#c0392b !important;color:#FFFFFF;border:1px solid #c0392b !important}
.strong{background:#27ae60 ;color:#FFFFFF border:1px solid #27ae60 !important}
.moderate{background:#e67e22 !important;border:1px solid #e67e22 !important;color:#FFFFFF !important;}
.strong2{background:#27ae60 !important ;color:#FFFFFF !important; border:1px solid #27ae60 !important}
.radio {
display: block;
min-height: 20px;
padding-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

.icon-mail{margin-top:7px}
.renew .table-wrapper div.scrollable {
    margin-right: 34px !important;
}
.ul_ka ul li{list-style:none !important;padding-right: 9px;width:50%!important}
.ul_ka ul li:last-child{padding-right: 9px;}
.see {padding-right:10px !important;width:48%}
.moduleoutput .btn-success{width:200px;}
.credit {left:0;float:left;direction:ltr}
.green_status{
color:#2ecc71;
float:left;
font-size:12px;
direction:ltr;
margin-top:5px;
}
		   /*
		   * Start By mehdi moshirifar 
		   */
		  /*motion custom*/
#reg01-p02{height: 1200px}
.hdd-ticket{
	position: relative;
	width: 360px;
	margin:0 auto;
}
.tic-box{
	position: relative;
	top: 45px;
}
.tic-box01{
	position: absolute;
	z-index: 999;
	width: 291px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tic-box02{
    position: absolute;
    z-index: 990;
	width: 291px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7px;
}
.tic-box03{
	position: absolute;
	z-index: 980;
	top: 59px;
	width: 291px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tic-btn{
	width: 271px;
	margin:0 auto;
	z-index: 9999;
	top: 16px;
	left: 0;
	right: 0;
	position: absolute;
}

.tic-btn_2{
	width: 271px;
	margin:0 auto;
	z-index: 9999;
	top: 16px;
	left: 0;
	right: 0;
	position: absolute;
}

.tick-icon{
	margin-top: 3px !important;
	color: #f0f0f0 !important;
	font-size: 15px;
}
.tic-btn_2 .btn{
background:#ecf0f1 !important;
color:#bdc3c7 !important
}
.tic-btn-grey{
    background-color: #f2eeee;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    height: 10px;
    left: -210px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 10px;
    z-index: 1010;
}
.tic-btn-grey2{
    background-color: #f2eeee;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    height: 10px;
    left: -240px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 10px;
    z-index: 1010;
}

.tic-btn-red{
    background-color: #fc0404;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    height: 10px;
    left: -240px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 10px;
    z-index: 1010;
    
}
.tic-btn-green{
    background-color: #00de05;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    height: 10px;
    left: -210px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 10px;
    z-index: 1010;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: colorinfo;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: colorinfo;
    -webkit-animation-timing-function: ease-in-out;
}
.reg-01{
	position: relative;
}
.reg01-p01 img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
}
.reg01-p02 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -70px;
    top: 25px;
    z-index: 950;
	visibility: hidden;
}
.reg01-p03 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 76%;
    top: 25px;
    z-index: 890;
    visibility: visible;
    -webkit-animation:cloudi 420s infinite;
    -moz-animation:cloudi 420s infinite;
    -o-animation:cloudi 420s infinite;
    animation:cloudi 420s infinite;
}
.reg01-p04 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -50%;
    top: -6px;
    z-index: 920;
    visibility: visible;
    -webkit-animation:cloudii 360s infinite;
    -moz-animation:cloudii 360s infinite;
    -o-animation:cloudii 360s infinite;
    animation:cloudii 360s infinite;
}
.reg01-p05 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 36%;
    top: 45px;
    z-index: 920;
    visibility: visible;
    -webkit-animation:cloudiii 360s infinite;
    -moz-animation:cloudiii 360s infinite;
    -o-animation:cloudiii 360s infinite;
    animation:cloudiii 360s infinite;
}

.reg01-p00 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 76%;
    top: 57px;
    z-index: 920;
}

.reg01-p02-block {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important; 
}
.reg03-p02-block {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important; 
}
.reg02-p01 img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
	top: 695px;
	visibility: hidden;
}
.reg02-p02{
    background-image: url("../../images/outline-city-Hostiran07.png");
    cursor: pointer;
    height: 344px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 398px;
    visibility: hidden;
    width: 382px;
    z-index: 900;
}
.reg03-p01 img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
	top: 1148px;
	visibility: hidden;
}
.reg03-p02 img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
	top: 820px;
	visibility: hidden;
}
.reg03-p04 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 497px;
    top: 1052px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p05 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 400px;
    top: 1048px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p06 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 316px;
    top: 1044px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p07 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 227px;
    top: 1040px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p08 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 145px;
    top: 1031px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p09 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 49px;
    top: 1028px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p10 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -45px;
    top: 1006px;
    z-index: 900;
	visibility: hidden;
}
.reg03-p11 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -135px;
    top: 971px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p12 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -225px;
    top: 962px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p13 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -317px;
    top: 951px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p14 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -408px;
    top: 880px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p15 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -495px;
    top: 828px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p16 img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 496px;
    top: 1021px;
    z-index: 900;
    visibility: hidden;
}
.reg03-p17 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -495px;
    top: 797px;
    z-index: 900;
    visibility: hidden;
}
.reg-02 .modal-content{
	box-shadow: none;
	background-color: transparent;
	border: none;
}
.video-js{
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2000;
	top: 50%;
}
.reg-02 .modal-dialog{
	margin: auto;
	width: 800px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.vjs-default-skin .vjs-big-play-button{
	right: 0;
	left: 0 !important;
	margin: 0 auto;
	top: 110px !important;
}

.vjs-default-skin .vjs-big-play-button:before{
    background-image: url("../../images/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "" !important;
}
.vjs-default-skin .vjs-loading-spinner:before{
	content: "" !important;
}
.vjs-default-skin .vjs-big-play-button{
	margin-top: 120px;
}
.login-hdd{
	position: relative;
	top: 50px;
}
.login-01 img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
}
.login-02 img{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 1px;
    top: 23px;
    z-index: 910;
}

@-webkit-keyframes cloudi {
    0% {
    	right: 76%;
    }
    100% {
		right: -76%;
		visibility: hidden;
    }
}

@-moz-keyframes cloudi {
    0% {
    	right: 76%;
    }
    100% {
		right: -76%;
		visibility: hidden;
    }
}

@-o-keyframes cloudi {
    0% {
    	right: 76%;
    }
    100% {
		right: -76%;
		visibility: hidden;
    }
}

@keyframes cloudi {
    0% {
    	right: 76%;
    }
    100% {
		right: -76%;
		visibility: hidden;
    }
}

@-webkit-keyframes cloudii {
    0% {
    	right: -50%;
    }
    100% {
		right: -76%;
    }
}

@-moz-keyframes cloudii {
    0% {
    	right: -50%;
    }
    100% {
		right: -76%;
    }
}

@-o-keyframes cloudii {
    0% {
    	right: -50%;
    }
    100% {
		right: -76%;
    }
}

@keyframes cloudii {
    0% {
    	right: -50%;
    }
    100% {
		right: -76%;
    }
}

@-webkit-keyframes cloudiii {
    0% {
    	right: 36%;
    }
    100% {
		right: -36%;
    }
}

@-moz-keyframes cloudiii {
    0% {
    	right: 36%;
    }
    100% {
		right: -36%;
    }
}

@-o-keyframes cloudiii {
    0% {
    	right: 36%;
    }
    100% {
		right: -36%;
    }
}

@keyframes cloudiii {
    0% {
    	right: 36%;
    }
    100% {
		right: -36%;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-moz-keyframes colorinfo {
  0% {
    background-color: #00de05;
  }
  50% {
    background-color: #90F593;
  }
  100% {
    background-color: #00de05;
  }
}
@-webkit-keyframes colorinfo {
  0% {
    background-color: #00de05;
  }
  50% {
    background-color: #90F593;
  }
  100% {
    background-color: #00de05;
  }
}
@keyframes colorinfo {
  0% {
    background-color: #00de05;
  }
  50% {
    background-color: #90F593;
  }
  100% {
    background-color: #00de05;
  }
}



@-moz-keyframes redanim{
  0% {
    background-color: #e7d1d1;
  }
  50% {
    background-color: #fb0303;
  }
  100% {
    background-color: #e7d1d1;
  }
}
@-webkit-keyframes redanim{
  0% {
    background-color: #e7d1d1;
  }
  50% {
    background-color: #fb0303;
  }
  100% {
    background-color: #e7d1d1;
  }
}
@keyframes redanim{
  0% {
    background-color: #e7d1d1;
  }
  50% {
    background-color: #fb0303;
  }
  100% {
    background-color: #e7d1d1;
  }
}

@media (max-width:998px){
.hdd-ticket-resp{
	min-height: 140px;
}
#reg01-p02{
	display: none;
}
}

@media (max-width:400px){
	.hdd-ticket-resp{display:none}
	
	}
	
@media (max-width:990px){
	.login-hdd{display:none}
	
	}
/*
* End cod mehdi moshirifar 
*/



/*
.ls-slide{
background-image: url("../../sliderimages/bc-blank.jpg");
background-repeat: no-repeat;

}
*/	  




.mboxtools{

    float:right !important; display:inline-block; direction:ltr; text-align:right !important 
}

.mboxtopic{

text-align:left !important; display:inline-block;  direction:ltr !important; float:left !important
}

.talign{
     text-align:left; direction:ltr
}



