@charset "utf-8";
/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb_Medium.eot');
	src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSansWeb_Light.eot');
	src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb.ttf') format('truetype');
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}

/* Form errors */
form .error {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #B94A48;
	font-weight:400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #B94A48;
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	padding:15px 10px;
	margin:0 15px 15px;
}
.success {
	clear: both;
	color: #468847;
	border: 1px solid #D6E9C6;
	background: #DFF0D8;
	margin:0;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}


/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

/*Theme Specific*/
@font-face {
	font-family: 'IRANSans';
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?') format('embedded-opentype'),
	url('../fonts/IRANSansWeb.woff') format('woff'),
	url('../fonts/IRANSansWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+0600–06FF;
}

* {
	font-family: IRANSans;
}

div.input{margin-bottom:10px; padding-top: 7px}
div.input.error .error-message{margin: 0 10px; padding: 8px 0 3px;}

.input-value {padding-top: 7px; font-size: 14px}
.input-value-final-amount {font-weight: bold}
.add-coupon-submit {padding-right: 0}
.add-coupon {
	margin: 105px 0 0;
	background-color: #fff8c9;
	overflow: auto;
	padding: 15px 0;
	border-radius: 6px;
	border: 1px solid #f9eda0;
}
.payment-types input[type="radio"] {
	margin-left: 5px;
	margin-right: 15px;
}

.btn-success {
	padding: 11px;
	font-size: 18px;
	border-bottom: 4px solid #35983d;
    background: #58c060;
	border-radius: 3px;
}
.dialog .btn-success {
	border-bottom: 4px solid #35983d;
    background: #58c060;

}
.btn-success:hover {
	opacity:0.85 !important;
}

.closeIframe {display: none} .dialog .closeIframe {display: block}
.register.title {display: none} .dialog .register.title {display: block}
.dialog .register.title h2 {    padding: 0 15px 10px 55px;
    margin-top: 11px;
    color: #474b53;
    font: 600 28px/1.5 'IRANSans', Tahoma;}
.wrapper {padding-top: 0}
@media (min-width: 550px) {
	.container {
		width: 470px;

	}
	.container.invoices {
		width:1000px;
	}

}
.container.users {padding:50px 0 70px;}
.dialog .container.users {padding:0 ;}
@media screen and (max-width: 28cm) {
.container.users {padding:0 20px !important; width:auto;}
}

.closeIframe {
	position: absolute;
	top: 30px;
	font-size: 30px;
	right: 20px;
	border: 1px solid #CCC;
	padding: 0px 13px 5px;
	border-radius: 50px;
	color: #eae9e9 !important;
	text-decoration: none !important;
	cursor: pointer;
}
.closeIframe:hover {
	color: #2C2C2C !important;
	border: 1px solid #7C7C7C;
	background-color: #e3e3e3;
}



/*------------------------------------------MATERIAL INPUT BOXES------------------------------------------*/

/* form starting stylings ------------------------------- */
.input 			  {
	position:relative;
	margin-bottom:45px;

	padding: 5px;
	border: 1px solid #e6ebf1;
	border-radius: 3px;
	background-color: white;

}
.input:focus { border:1px solid #398439; }
.input input, .input select {
	font-size: 14px;
    padding: 17px 10px 1px 5px;
    display: block;
    border: none;
    height: 38px;
    font-family: 'IRANSans', Tahoma;
    font-weight: 500;
    color: #474b53;
}
.input select {
	padding: 0;
}
.input input:focus 		{ outline:none; }

/* LABEL ======================================= */
.register-container .input label 				 {
	color:#949494;
	font-size:15px ;
	font-weight:300;
	position:absolute;
	pointer-events:none;
	right:15px;
	top:12px;
	width: 100% !important;
	text-align: right !important;
	transition:0.1s ease all;
	-moz-transition:0.1s ease all;
	-webkit-transition:0.1s ease all;
}

/* active state */
.register-container .input.active label {
	top:5px;
	font-size:13px;
	font-weight:300;
}
.form-control {
	box-shadow: none !important;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
	content:'';
	height:2px;
	width:0;
	bottom:1px;
	position:absolute;
	background:#5264AE;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.bar:before {
	left:50%;
}
.bar:after {
	right:50%;
}

/* active state */
.input.active .bar:before, .input.active .bar:after {
	width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
	position:absolute;
	height:60%;
	width:100px;
	top:25%;
	left:0;
	pointer-events:none;
	opacity:0.5;
}

/* active state */
.input.active .highlight {
	-webkit-animation:inputHighlighter 0.3s ease;
	-moz-animation:inputHighlighter 0.3s ease;
	animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
/*
.invoice-container {
	
}
.invoice-sidebar {
	padding:85px 15px 40px;
}
.invoice-main {
	padding: 35px 35px 45px;
	background-color: #FFF;
	border-radius: 0 5px 5px 0;
	border-left:1px solid #eaeff5;
}
.invoice-main h2 {
	font:600 28px/1.5 'IRANSans', Tahoma;
	padding:0;
	color:#313131;
}
.invoice-main h4 {
	color: #8a8d8b;
	margin: 0 0 15px;
    font: 300 18px/2 'IRANSans', Tahoma;
}
.invoice-main p {
	font:300 16px/2 'IRANSans';
	margin: 0 0 8px;
}

.invoice-container ul {
	list-style: none;
	padding: 0;
	margin:0 0 20px 0;
	overflow: auto;
}
.invoice-container ul.support-info {
	margin:20px 0 0 0;
}
.invoice-container li {
	float: right;
}
.invoice-container .cost {
    margin: 10px 0 0;
}
.invoice-container .cost li {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	color:#585858;
	padding: 15px 14px;
	font:400 17px/1.6 'IRANSans', Tahoma;
}
.invoice-container .cost li:first-child {
	color:#7a7a7a;
	padding:8px 14px;
	font:400 16px/1.6 'IRANSans', Tahoma
}
.invoice-container .cost li:last-child {
	border-bottom: none;
}
.invoice-container li .cost-right {
	float: right;
}
.invoice-container li .cost-left {
	float: left;
}
.invoice-container .coupon {
	text-align: right;
	font:300 16px/2.3 'IRANSans';
	margin:0;
}
.invoice-container .final-amount {
	text-align: center;
	margin: 10px auto;
}
.invoice-container .final-amount h3 {
	font:500 18px/2 'IRANSans', Tahoma !important;
	padding:20px 0 8px 0 !important;
}
.payment_types {
	overflow: hidden !important;
	text-align: center;
}
.payment_types li {
	width: 105px;
	height: 105px;
	display: inline-block;
	border: 1px solid #f9f9f9;
	box-shadow: 0px 0px 4px 0px rgba(204, 204, 204, 0.55);
	border-radius: 3px;
	float: none;
	margin: 10px;
	cursor: pointer;
}
.payment_types li.mellat {
	background: url(../images/bml.png) center center no-repeat;
}
.payment_types li.pasargad {
	background: url(../images/bpi.png) center center no-repeat;
}
.payment_types li.mellat.selected, .payment_types li.pasargad.selected {
	background-color: #fcfbfb;
	box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 0.55);
}

.final-buttons .submit a, .final-buttons a, .final-buttons .submit input {
	width: 100%;
	border-width:0 0 4px 0;
	border-bottom: 4px solid #35983d;
    background: #58c060;
	color: #FFF;
	padding: 12px;
	font:500 17px/1.6 'IRANSans', Tahoma;
	display: block;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition:0.2s ease all;
}
.final-buttons .go-to-demo a {
	text-decoration: none !important;
	color: #4a4a4a;
	border-bottom: 4px solid #f0f0f0;
    background: #fafafa;
	font-weight:300;
}
.fancybox-skin .final-buttons .go-to-demo a {
    background:#fff;
}
.final-buttons .submit a:hover ,  .final-buttons a:hover, .final-buttons .submit input:hover {
	text-decoration:none;
	opacity:0.7;
}
.final-buttons .submit span {
	display:block;
	margin:8px 0;
	text-align:center;
	color: #717171;
	font:300 15px/1.4 'IRANSans', Tahoma;
}
.final-buttons .go-to-demo span {
	color: #7e7e7e;
	display:block;
	text-align:center;
	margin:8px 0;
	font:300 16px/1.4 'IRANSans', Tahoma;
}

.support-info {
}
.support-info li {
	margin:0 0 10px;
	padding:0;

}
.support-info li div {
	padding-top: 5px;
	color:#6f6f6f;
	font:300 15px/2 'IRANSans', Tahoma;
	padding:2px 10px;
	display:inline-block;

}
.support-info li span {
	width: 35px;
	height: 35px;
	display: inline-block;
	float: right;
}
.support-info li.refund span {
	background: url(../images/2.png)  no-repeat center center;
}
.support-info li.bank span {
	background: url(../images/3.png)  no-repeat center center;
}
.support-info li.webservice span {
	background: url(../images/4.png)  no-repeat center center;
}
.support-info li.support span {
	background: url(../images/1.png)  no-repeat center center;
}

.item {
	margin: 50px 18px 0;
}
.item .key {
	color: #85878d;
	font:300 16px/1.5 'IRANSans', Tahoma;
}
.item .value {
	color: #85878d;
	font:400 17px/1.9 'IRANSans', Tahoma;
}

.contact-us {
	position: absolute;
    bottom: 33px;
    color: #76787e;
    font: 300 18px/1.7 'IRANSans', Tahoma;
    width: 33.3333%;
    left: 0;
    padding: 0 33px;
}
.contact-us span {
	width: 35px;
	height: 35px;
	background: url(../images/5.png) no-repeat center center;
	display: inline-block;
	float: left;
}
.phone{    margin-top: 10px;}
.phone div {
	display: inline-block;
	float: left;
	margin-top: 4px;
	font:400 18px/2 'IRANSans', Tahoma;
	padding:0 8px;
}
@media (max-width: 550px) {
	.contact-us {display: none}
}

.container *{box-sizing:border-box}

.coupon {margin: 0 0 25px 0;}
.coupon input {background:#fff; border:0; border-bottom:1px solid #e1e1e1; color:#333; text-align: center; padding: 1px 5px; margin:0 10px; width: 190px; }

.offbox {box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.09); border-radius:3px; display:inline-block; width:100%; margin:40px 0 25px;}
.offbox .offtext { background:url(../images/offbox.jpg) no-repeat center right; color:#f5f4f4; text-align:center; border-radius:0 3px 3px 0; font:500 18px/2 'IRANSans', Tahoma; padding:15px 0;}
.offbox .offtext span {color:#f05e61; display:inline-block; background:#ffffff; padding:0 8px; font:500 17px/2 'IRANSans', Tahoma;}
.offbox .offtime { background:#ffffff; color:#f05e61; text-align:center; border-radius:3px 0 0 3px; font:500 21px/2 'IRANSans', Tahoma; padding:12px 0;}*/
a {
    text-decoration: none !important;
}
.invoices{position: relative;padding:55px 0;
    z-index: 1;}
.button,
button,
input[type='submit'] {
  border: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-family: 'IRANSans';
  font-size: 16px;
  line-height: 1.5em;
  vertical-align: middle;
  width: auto;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.2s ease-in-out;
  top: 0;
}
.button.button-default:not(.button-transparent):not(.button-bordered),
button.button-default:not(.button-transparent):not(.button-bordered),
input[type='submit'].button-default:not(.button-transparent):not(.button-bordered) {
  background: #6ac847;
  color: #fff;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.25), 0 5px 15px rgba(106, 200, 71, 0.35);
}
.button.button-default.active:not(.button-transparent):not(.button-bordered), .button.button-default:hover:not(.button-transparent):not(.button-bordered),
button.button-default.active:not(.button-transparent):not(.button-bordered),
button.button-default:hover:not(.button-transparent):not(.button-bordered),
input[type='submit'].button-default.active:not(.button-transparent):not(.button-bordered),
input[type='submit'].button-default:hover:not(.button-transparent):not(.button-bordered) {
  color: #fff;
  background: #5cbd38;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 7px 30px rgba(92, 189, 56, 0.45);
  top: -1px;
}
.button:not(.button-transparent), button:not(.button-transparent), input[type=submit]:not(.button-transparent) {
    border-radius: 50px;
    padding: 11px 28px;
}













.users .message{max-width:390px;margin-top:80px !important;}
.message + .page-content-inner{
    margin-top:0 !important;
}
.page-content-holder .message {

    position: relative;
        margin: 0 auto 15px;
    
    border: none;
    font-size: 15px;
    font-weight: 500;
    
    padding: 20px 25px;
    box-shadow: 0 10px 35px rgba(28,76,156,.15);
    opacity: 1;
    min-height: 0;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
}
.page-content-holder .message.success{    color: #59b937;background: #f9fff7;}
.page-content-holder .message.error{background: #fff5f5;color: #ec3e3e;}






































@media (min-width: 992px) {
  .invoice-inner-holder {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28, 76, 156, 0.08);
  }
}
@media (min-width: 1200px) {
  .invoice-inner-holder {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .invoices {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28, 76, 156, 0.08);
    padding: 0;
  }
}
.invoice-inner {
  padding: 50px;
}

.invoice-title {
  text-align: right !important;
}

.invoice-item {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  box-shadow: 0 1px 5px rgba(71, 75, 83, 0.15);
  align-items: center;
  margin-bottom: 15px;
}

.invoice-item-inner {
  flex-grow: 1;
}

.invoice-item-price-holder {
  line-height: 1;
  white-space: nowrap;
  padding: 0 15px;
}

.inovice-item-sale-price {
  display: flex;
  justify-content: space-between;
  color: #ff5e5e;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
  align-items: center;
}

.inovice-item-sale-price em {
  text-decoration: line-through;
  position: relative;
  top: 1px;
}

.inovice-item-sale-price span {
  text-decoration: none !important;
  display: block;
  background: rgba(255, 94, 94, 0.1);
  border-radius: 3px;
  font-size: 10px;
  padding: 6px 5px 4px;
  margin-right: 6px;
  color: #f44252;
}

.inovice-item-sale-price span b {
  font-size: 11px;
}

.invoice-item-price {
  font-size: 22px;
  font-weight: 600;
  color: #6ac847;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.invoice-item-price span {
  color: #8a8d8b;
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}

.invoice-subtitle {
  color: #8a8d8b;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.inovice-item-image {
  background: #dcf3df;
  height: 75px;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 16px;
  box-shadow: 0 0 0 11px inset #f3fbf4;
  margin-left: 15px;
}

.invoice-actions {
  display: flex;
}

.invoice-actions .button {
  border-radius: 5px !important;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.invoice-actions .button.button-light.send {
  font-size: 14px;
  line-height: 24px;
}

.invoice-actions .button-default {
  min-width: 230px;
}

.invoice-actions .button-default + span:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #6ac847;
  margin-left: 6px;
}

.invoice-actions span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #8a8d8b;
  margin-top: 6px;
}

.invoice-actions > div:last-child {
  padding-right: 5px;
  flex-grow: 1;
}

.invoice-actions > div:nth-last-child(2) {
  padding-left: 5px;
  min-width: 35%;
}

.invoice-actions > div:only-child {
  padding: 0 !important;
  width: 100%;
}

.invoice-actions > div.coupon + div {
  min-width: 0;
}

.invoice-actions > div.coupon + div + div {
  flex-grow: unset;
}

.invoice-actions .coupon {
  padding-left: 20px;
}

.invoice-item-details {
  font-size: 12px;
  color: #8a8d8b;
  display: block;
}

.invoice-item-title {
  font-size: 17px;
}

#coupon_error {
  color: #ff5e5e;
  text-align: right;
}

#coupon_code {
  font-size: 12px;
  padding: 10px 15px;
}

.coupon {
  flex-grow: 1;
}

.inovice-money-back {
  display: flex;
  background: #f8fafd;
  border-top: 1px solid #eaeff5;
  border-bottom: 1px solid #eaeff5;
  align-items: center;
  padding: 25px 50px;
}

.inovice-money-back img {
  margin-left: 20px;
}

.inovice-money-back h3 {
  font-weight: 600;
  font-size: 18px;
}

.inovice-money-back span {
  display: block;
  font-size: 13px;
  color: #8a8d8b;
  line-height: 1.8;
}

.invoice-features h4 {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

.invoice-features-image {
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 992px) {
  .invoice-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    padding: 40px 0;
  }
}

.invoice-details ul {
  margin-top: 20px;
}

.invoice-details ul li {
  display: flex;
  justify-content: space-between;
  color: #474b53;
  font-size: 13px;
  margin-bottom: 10px;
}

.invoice-details ul li:last-child {
  margin-bottom: 0;
}

.contact-us-top {
  display: flex;
  align-items: center;
}

.contact-us-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #76797f;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  font-size: 22px;
  color: #f5f8fc;
  padding-top: 2px;
  box-shadow: 0 0 0 5px rgba(71, 75, 83, 0.1);
  margin-left: 20px;
}

.contact-us-top h4 {
  font-weight: 600;
}

.contact-us-text {
  font-size: 14px;
  color: #474b53;
  line-height: 32px;
  margin-top: 18px;
}

.contact-us-text span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  border-radius: 22px;
  color: #6ac847;
  font-size: 12px;
  box-shadow: 0 3px 10px rgba(28, 76, 156, 0.07);
  margin: 0 3px;
  line-height: 28px;
}

.contact-us-text span b {
  font-size: 14px;
}

.invoice-namad {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invoice-namad img {
  margin-left: -22px;
}

.kt-modal-content .invoice-actions > div {
  width: 50%;
}



.invoice-text {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 15px;
}

.invoice-text span {
  color: #6ac847;
  font-weight: 500;
}

@media (max-width: 991px) {
  .contact-us, .invoice-details, .invoice-namad {
    padding: 50px;
    border-top: 1px solid #eaeff5;
  }

  .contact-us-text span {
    background: #f6f7f9;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .invoice-inner, .contact-us, .invoice-details, .invoice-namad {
    padding: 30px;
  }

  .contact-us-text {
    margin-top: 12px;
  }

  .inovice-money-back {
    padding: 20px 30px;
  }

  .invoice-actions {
    flex-flow: row wrap;
  }
  .invoice-actions .button.button-light.send {
    font-size: 13px;
    line-height: 22px;
  }
  .invoice-actions #coupon_code {
    padding: 9px 15px;
  }
  .invoice-actions .coupon {
    padding-left: 5px;
    width: 50%;
  }
  .invoice-actions > div.coupon + div {
    width: 50%;
    padding-left: 0;
    padding-right: 5px;
  }
  .invoice-actions > div.coupon + div span {
    display: none;
  }
  .invoice-actions > div.coupon + div + div {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .invoice-features h4 {
    font-size: 13px;
  }

  .inovice-item-image {
    display: none;
  }

  .invoice-item {
    padding: 20px;
  }

  .invoice-item-price-holder {
    padding: 0 15px 0 0;
  }

  .inovice-money-back {
    text-align: center;
    flex-direction: column;
  }
  .inovice-money-back img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .inovice-money-back span {
    margin-top: 2px;
  }

  .contact-us-top {
    justify-content: center;
  }
  .contact-us-top i {
    display: none;
  }

  .contact-us-text {
    text-align: center;
    margin-top: 8px;
  }
}
@media (max-width: 550px) {
  .invoice-success .contact-us {
    padding-top: 5px !important;
  }

  .invoice-title {
    font-size: 22px !important;
  }

  .invoice-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .invoice-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .contact-us, .invoice-inner, .invoice-namad {
    padding: 25px;
  }

  .inovice-money-back {
    padding: 20px 25px;
  }

  .invoice-namad {
    justify-content: center;
  }

  .contact-us {
    border-top: none;
  }

  .invoice-features-holder, .invoice-details {
    display: none;
  }

  .invoice-actions .button-default {
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .invoice-actions .coupon {
    width: 100%;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .invoice-actions > div.coupon + div {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .contact-us, .invoice-inner, .invoice-namad, .inovice-money-back {
    padding: 20px;
  }

  .invoice-item-details {
    display: none;
  }
}
@media (max-width: 400px) {
  .invoice-item-title {
    font-size: 16px;
  }

  .invoice-item-price {
    font-size: 20px;
  }
  .invoice-item-price span {
    font-size: 13px;
    margin-right: 5px;
  }

  .inovice-item-sale-price {
    font-size: 13px;
  }
  .inovice-item-sale-price span {
    font-size: 9px;
  }
  .inovice-item-sale-price span b {
    font-size: 10px;
  }

  .invoice-text {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .invoice-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .invoice-title {
    font-size: 20px !important;
  }

  .inovice-money-back h3 {
    font-size: 16px;
  }

  .inovice-money-back span {
    font-size: 12px;
  }

  .contact-us h4 {
    font-size: 16px;
  }

  .invoice-namad h5 {
    font-size: 15px;
  }

  .contact-us-text {
    font-size: 13px;
    margin-top: 5px;
    line-height: 30px;
  }
}
@media (max-width: 374px) {
  .invoice-text {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .contact-us-text {
    margin-top: 3px;
  }

  .invoice-actions > div:nth-last-child(2) {
    width: 100%;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .invoice-actions > div:nth-last-child(2) span {
    display: none;
  }

  .invoice-actions > div:last-child {
    padding-right: 0;
  }

  .contact-us, .invoice-inner, .invoice-namad, .inovice-money-back, .invoice-item {
    padding: 15px;
  }

  .invoice-item, .invoice-subtitle {
    margin-bottom: 10px;
  }

  .invoice-item-title {
    font-size: 15px;
  }

  .invoice-item-price {
    font-size: 18px;
  }
  .invoice-item-price span {
    font-size: 12px;
    margin-right: 4px;
  }

  .inovice-item-sale-price {
    font-size: 12px;
  }
  .inovice-item-sale-price span {
    font-size: 8px;
  }
  .inovice-item-sale-price span b {
    font-size: 9px;
  }
}


.special-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff4f4;
  padding: 20px 25px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.special-offer-inner {
  padding-left: 25px;
}

.special-offer-title {
  font-weight: 600;
  color: #e84c4c;
}

.special-offer-text {
  font-size: 13px;
  color: #d24f4f;
  line-height: 1.9;
}
.special-offer-text span {
  font-weight: 600;
}
.special-offer-text b {
  font-weight: 500;
  padding: 1px 4px 0;
  background: #ffb931;
  color: #fff;
  border-radius: 3px;
  margin: 0 1px;
  line-height: 1.65;
  display: inline-block;
}

.special-offer-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #ff5e5e;
  font-size: 17px;
  font-weight: 600;
}
.special-offer-timer span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 44px;
  background: #ff5e5e;
  border-radius: 5px;
  color: #fff;
}
.special-offer-timer b {
  margin: 0 6px 0 7px;
  font-weight: 600;
}

@media (max-width: 545px) {
  .special-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .special-offer-inner {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .special-offer-title {
    margin-bottom: 3px;
  }
}
@media (max-width: 400px) {
  .special-offer {
    padding: 15px;
  }

  .special-offer-inner {
    margin-bottom: 8px;
  }

  .special-offer-timer {
    font-size: 13px;
  }
  .special-offer-timer b {
    margin: 0 4px 0 5px;
  }
  .special-offer-timer span {
    height: 32px;
    width: 32px;
    line-height: 34px;
    border-radius: 3px;
  }

  .special-offer-title {
    font-size: 17px;
  }

  .special-offer-text {
    font-size: 12px;
  }
}

