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

/* Copyright (C) JOOMINAMARKET , (http://www.joominamrket.com/) */



/* ========================================================================

   Component: Base

 ========================================================================== */

 

/*

 * 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 */

  background: #eee;

  color: #333333;

}

/*

 * Removes default margin.

 */

body{

  font-family:'iransans';

  font-size: 13px;

  margin: 0;

  direction:rtl;

  overflow-x:hidden;

}

/* 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{

  color: #666;

  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 25px 0;

  font-family: 'koodak', tahoma, Arial;

  font-weight: 300;

  color: #333333;

  text-transform: none;

}

/*

 * 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: 15px;

  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

********/

.styles {

	left: 0;

	position: fixed;

	top: 35%;

	z-index: 1500;

	left:-250px;

}

.style_content {

	height: 130px;

	float: left;

	width: 250px;

	background:#333;

}

.style_content h4{

	color:#fff;

	font-family:'iransans';

	text-align:center;

	padding:14px 0 ;

	margin:0 0 10px;	

}

.style_content div a{  

	border-radius:2px;

	display: block;

	float: left;

	height: 40px;

	margin-right: 5px;

	width: 42px;

}

.cyan_theme{

	background:#009688;

}

.blue_theme{

	background:#5F87D1;

	margin-left:9px;

}

.green_theme{

	background:#4BAE4F;

}

.gold_theme{

	background:#F8AB16;

}

.red_theme{

	background:#EA3A3C;

}

.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;

}

/* 404 */



/* 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;

} 

.has_margin_bottom{

	margin-bottom:20px;

}

/******************************************************************

					FORM

******************************************************************/

.control-group{

	margin-bottom:15px;

}

input {

    border: 1px solid #ddd;

    border-radius: 2px !important;

    color: #666;

    padding: 7px 10px;

}

textarea {

    border: 1px solid #ddd;

    border-radius: 2px;

    padding: 7px 10px;

}

.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: 26px !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{

    border-radius:2px !important;

    padding: 7px 24px !important;

	color:#fff !important;

	margin:0 !important;

}


body .btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
body .btn-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
body .sample_code .btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
body .btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
body .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
body .btn-link {
    color: #337ab7 !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    background: none !important;
}