@charset "utf-8";
/* CSS Document */
/* Copyright (C) joominamarket , (http://www.joominamarket.com/) */

/* ========================================================================
   Component: Base
 ========================================================================== */

  

@font-face {
	font-family: 'pamega';
	src: url('../fonts/pamega.eot');
	src: url('../fonts/pamega.eot?') format('embedded-opentype'),
	url('../fonts/pamega.woff') format('woff'),
	url('../fonts/pamega.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #333333;
}
/*
 * Removes default margin.
 */
body{
	background: #F2F3F7 ; 
  color: #333333;
  margin: 0;
  /* overflow-x:hidden;*/
  direction:rtl;
    font-size: 13px;
} 
*::-moz-placeholder {
    color: #c6c6c6;
    font-size: 12px;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}

/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0; 
  font-weight: 300;
  color: #333333;
  text-transform: none;
	line-height: normal;
}
/*
 * Sizes
 */
h1 {
  font-size: 34px;
  line-height: 44px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 23px;
}
h6{
  font-size: 60px;
  line-height: 22px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding: 0;
  margin:0;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* Bold Text */
strong,
dt,
th {
  font-weight: 400;
}

/********
styles
********/
.ti_styles{ 
	position: fixed !important;
	top: 35% ;
	z-index: 1500 ;
	left:-180px ;
}
.style_content {
	height: 170px;
	float: left;
	width: 180px;
	background:#333;
}
.style_content h4{
	color:#fff;
	font-family:'iransans';
	text-align:center;
	padding:14px 0 ;
	margin:0;	
}
.style_content div{
	float: left;
	width: 100%;
	padding-left: 10px;
}
.style_content div a{  
	border-radius:2px;
	display: block;
	float: left;
	height: 40px;
	margin: 5px;
	width: 42px;
}
.cyan_theme{
	background:#009688;
}
.blue_theme{
	background:#3b8ced; 
}
.green_theme{
	background:#4BAE4F;
}
.gold_theme{
	background:#F8AB16;
}
.red_theme{
	background:#EA3A3C;
}
.purple_theme{
	background:#574586;
}
.style_btn {
	height: 50px;
	width: 50px;
	border-radius:0 2px 2px 0;
	border:none;
}
.style_btn i{
	color: #fff;
    font-size: 30px;
    left: -4px;
    padding: 0;
    position: relative;
}
p{
	margin: 0 0 10px !important;
}

/* error */ 
.error_icon {
    text-align: center;
}
.error_icon i {
    color: #000;
    font-size: 150px;
}
.error_page p {
    color: #000;
    font-family: 'iransans';
    font-size: 70px;
    margin: 20px 0;
	text-align:center;
}
.error_icon div {
    height: 150px;
    margin: auto;
    width: 390px;
}
.error_icon div i {
    float: right;
    margin-left: 20px;
}
.error_page a {
    border: 1px solid;
    border-radius: 5px;
    float: right;
    font-size: 20px;
    padding: 20px;
    position: relative;
    top: 38px;
}
/*********/
.clear{
	clear:both;
}
.left{
	text-align:left;
	float:left !important;
}
.right{
	text-align:right;
	float:right !important;
}
.no-padding{
	padding:0 !important;
}
.no-right-padding{
	padding-right:0 !important;
	padding-left:10px !important;
}
.no-left-padding{
	padding-left:0 !important;
	padding-right:10px !important;
} 
.left-padding{
	padding-left:10px !important;
} 
.right-padding{
	padding-right:10px !important;
}
.has_margin_bottom{
	margin-bottom:20px;
}
.no-margin{
	margin:0 !important;
}
/******************************************************************
					FORM
******************************************************************/
a{	
	transition:all linear 0.3s;
}
.control-group{
	margin-bottom:15px;
}
input {
    border: 1px solid #ddd;
    border-radius: 2px !important;
    color: #666;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
.chzn-container{
	font-size:12px !important;
}
.chzn-container-single .chzn-single {
    background: none !important;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    box-shadow: none !important;
	height:auto !important;
	padding:0 !important;
}
.chzn-container-single .chzn-single span {
    margin-left: 0 !important;
	margin-right:0 !important;
    padding: 5px !important;
}
.chzn-container-single .chzn-single div {
    left: 6px !important;
	right:auto !important;
    top: 6px !important;
}
.chzn-container .chzn-drop {
    border: 1px solid #ddd !important;
}
.btn,
.readmore{
	color:#fff !important;
	margin:0 !important;
	transition:all linear 0.3s;
	border:none !important;
	border-radius: 2px !important;
    font-size: 14px !important;
    padding: 10px 48px !important;
}
.btn:hover{
	border:none !important;
}
label{
	font-weight:normal !important;
}
img{
	display:block;
	margin:0 auto;
}
.sample_code .btn{
	margin-left: 10px !important;
	display: inline-block;
}
.sample_code .alert{
	padding-top: 10px !important;
}