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

body,html {
	font-family: IRANSans !important;
}

.tooltip-inner{
	font-family: IRANSans !important;
	font-size: 11px;
}

textarea.form-control{
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 100px !important;
	padding: 7px 12px;
	font-size: 13px;
	line-height: 1.5384616;
	color: #333333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none !important;
}

textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover{
	border-color: #ddd !important;
	box-shadow: none !important;
}

.navbar-brand{
	padding: 5px 20px;
}
.navbar-brand > img{
	margin-top: 0px;
	height: 40px;
}

.lw_countdown {
	width: 78px;
	height: 78px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
	margin: 2em;
}
.lw_countdown .lw_block {
	position: absolute;
	background: #fff;
	width: 74px;
	height: 74px;
	display: block;
	border-radius: 50%;
	top: 2px;
	left: 2px;
}

#lw_time {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	color: #E53935;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 78px;
}

.lw_degree {
	background-image:	linear-gradient(90deg, transparent 50%, #E53935 50%),
						linear-gradient(90deg, #E53935 50%, transparent 50%);
}

.multi-steps {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.multi-steps > li {
	counter-increment: stepNum;
	text-align: center;
	display: table-cell;
	position: relative;
	color: #56BA56;
	font-size: 11px;
}
.multi-steps > li:before {
	content: '\f00c';
	display: block;
	margin: 0 auto 4px;
	background-color: #fff;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	font-family: 'FontAwesome';
	border-width: 2px;
	border-style: solid;
	border-color: #56BA56;
	border-radius: 50%;
}
.multi-steps > li:after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #56BA56;
	position: absolute;
	top: 16px;
	right: 50%;
	z-index: -1;
}
.multi-steps > li:last-child:after {
	display: none;
}

.multi-steps > li.is-active {
	color: #56BA56;
}

.multi-steps > li.is-active:before {
	background-color: #fff;
	border-color: #56BA56;
}

.multi-steps > li.is-actived {
	color: #56BA56;
}

.multi-steps > li.is-actived:before {
	background-color: #fff;
	border-color: #56BA56;
}

.multi-steps > li.is-deactived {
	color: red;
}

.multi-steps > li.is-deactived:before {
	content: '\f00d';
	background-color: #fff;
	border-color: red;
}

.multi-steps > li.is-active ~ li {
	color: #808080;
}

.multi-steps > li.is-active ~ li:before {
	background-color: #fff;
	border-color: #aaa;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
	content: counter(stepNum);
	font-family: inherit;
	font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
	background-color: #aaa;
}

.user_avatar{
	position: relative;
	overflow: visible;
	display: block;
}

.user_avatar .user_avatar_medal{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 100%;
	height: 30px;
	text-align: right;
}

.sidebar-user-material-content > h6, .sidebar-user-material-content > span{
	color: #777 !important;
	text-shadow: none !important;
	position: relative;
	top: 20px;
}

.bg-boronz{
	background: url("../images/backgrounds/userbg_boronz.jpg") center center no-repeat !important;
	background-size: cover !important;
}

.bg-silver{
	background: url("../images/backgrounds/userbg_silver.jpg") center center no-repeat !important;
	background-size: cover !important;
}

.bg-gold{
	background: url("../images/backgrounds/userbg_gold.jpg") center center no-repeat !important;
	background-size: cover !important;
}

.sidebar-user-material .category-content{
	background: url("../images/backgrounds/bg_sidebar.jpg") center center no-repeat !important;
	background-size: cover !important;
}

.sidebar-user-plan-text{
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar-user-plan-text:before{
	content: '';
	height: 0;
	border-style: solid;
	border-width: 0 75px 75px 0;
	border-color: transparent #EF5350 transparent transparent;
	display: block;
}

.sidebar-user-plan-text:after{
	content: attr(data-plan);
	position: absolute;
	top: -10px;
	right: 0px;
	width: 100%;
	height: 100%;
	text-align: right;
	line-height: 50px;
	padding: 0px 10px;
	color: #fff;
	transform: rotate(45deg);
}

.text-boronz{
	color: #A26644;
}

.text-silver{
	color: #949599;
}

.text-gold{
	color: #CE8B32;
}

.note-group-select-from-files{
	/*display: none !important;*/
}

.label-warning{
	border-color: orange !important;
	background-color: orange !important;
}

.bg-warning{
	border-color: #ffa5009e !important;
	background-color: #ffa5009e !important;
	color: #fff !important;
}

.thumb-covered-image{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
}

.popover{
	font-family: inherit;
}

.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  display: none;
}

.panel-heading{
	padding-top: 8px;
	padding-bottom: 8px;
}

.panel-white > .panel-heading{
	background-color: #3caba091;
	background-image: url(../images/backgrounds/panel_bg.png);
}

.starrr {
	display: inline-block;
}

.starrr a {
	font-size: 16px;
	padding: 0 1px;
	cursor: pointer;
	color: #FFD119;
	text-decoration: none;
}

.heading-elements{
    background-color: transparent;
}

.heading-elements:not(.visible-elements) .heading-text{
    margin-top: 5px;
}

blockquote.img-float-none img{
	float: none !important;
	margin-left: 0 !important;
}

.single-feedback .col-md-4{
	border-right: 2px solid #ddd;
}

.bs-style .input-group-addon{
	padding: 7px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #333333;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
}

.bs-style .input-group-addon:last-child,
.bs-style input + .input-group-addon{
	padding: 7px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #333333;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}

.bs-style .form-control{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-width: 1px !important;
	border-color: #ddd !important;
}

.bs-style .form-control:focus,
.bs-style .form-control:active,
.bs-style .form-control:hover{
	border-color: #ddd;
	border-bottom-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bs-style .input-group-btn{
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bs-style > .form-control + .input-group-btn,
.bs-style > .has-feedback + .input-group-btn{
	padding: 0;
}

.bs-style .input-group-btn .btn{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #ddd;
	line-height: 1.9;
	border-right: 0;
	margin-right: 0;
}

.has-success .bs-style .input-group-addon,
.has-success .bs-style .input-group-btn .btn {
	background: #26A69A;
	color: #fff;
}

.has-success .bs-style .input-group-addon,
.has-success .bs-style .form-control,
.has-success .bs-style .input-group-btn .btn {
	border-color: #26A69A;
}

.nav.nav-xs > li > a{
	padding-top: 8px;
	padding-bottom: 8px;
}

.infinite{
	animation-iteration-count: infinite !important;
	-webkit-animation-iteration-count: infinite !important;
	-moz-animation-iteration-count: infinite !important;
	-o-animation-iteration-count: infinite !important;
}

.user-panel-dashboard-orders-stats .text-size-small{
	min-height: 40px;
	line-height: 20px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.single_offer .panel-body{
    overflow-wrap: break-word !important;
}

.iran_panel .img-thumbnail.img-circle.img-md,
.office_panel .img-thumbnail.img-circle.img-md{
	width: 200px !important;
	min-width: 200px !important;
	max-width: 200px !important;
	height: 200px !important;
	min-height: 200px !important;
	max-height: 200px !important;
	border-radius: 0 !important;
}

.select2-selection--single .select2-selection__rendered{
	padding-right: 10px;
	padding-left: 10px;
}

.form-control:invalid{
	border-color: red !important;
}

.input-group.has-switch .input-group-addon{
	border: 0;
}

.input-group.has-switch{
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.input-group.has-switch .bootstrap-switch-wrapper{
	position: relative;
	margin: 0;
	float: left;
}

.input-group.has-switch .bootstrap-switch .bootstrap-switch-handle-on,
.input-group.has-switch .bootstrap-switch .bootstrap-switch-handle-off,
.input-group.has-switch .bootstrap-switch .bootstrap-switch-label{
	padding: 8px 10px;
}

@media (max-width: 768px){
	.iran_panel .img-thumbnail.img-circle.img-md,
	.office_panel .img-thumbnail.img-circle.img-md{
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
		border-radius: 0 !important;
	}
	.nav-tabs:before{
		content: '' !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.heading-elements-toggle{
		display: none;
	}
	.heading-elements:not(.not-collapsible){
		margin: 15px -20px -10px -20px;
		display: block;
		border-top: 1px solid #ddd;
		padding: 20px;
		padding-top: 0;
		position: static;
		text-align: center;
		background: #eee;
		height: auto;
	}
	.heading-elements:not(.visible-elements) .btn{
		margin-top: 20px;
	}
	.heading-elements:not(.visible-elements) .heading-text{
		margin-top: 20px;
		float: none;
		margin-right: 0;
	}
	.navbar-fixed-top{
		position: fixed;
		width: calc(100% + 1px);
	}
	body{
		padding-top: 50px;
	}
	.sidebar-content{
		padding-bottom: 50px;
	}
	.footer-menu{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #EF5350;
		color: #fff;
		z-index: 999999;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	}
	.footer-menu ul{
		list-style: none;
		float: right;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer-menu ul li{
		float: right;
		width: 20%;
	}
	.footer-menu ul li a{
		float: right;
		width: 100%;
		color: #fff;
		text-align: center;
		padding: 7px 5px 5px 5px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.footer-menu ul li i{
		width: 100%;
		float: right;
		font-size: 18px;
		margin: 0 0 2px 0;
		line-height: 40px;
		height: 1em;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.footer-menu ul li span{
		width: 100%;
		float: right;
		font-weight: normal;
		font-size: 12px;
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.footer-menu ul li b{
		position: absolute;
		top: 5px;
		left: 3px;
		background: rgba(255,255,255, 0.6);
		border-radius: 50%;
		width: 18px;
		text-align: center;
		font-size: 10px;
		color: #EF5350;
		height: 18px;
		line-height: 20px;
		opacity: 1;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.footer-menu ul li:hover a,
	.footer-menu ul li.active a {
		background: #fff;
	}
	.footer-menu ul li:hover i,
	.footer-menu ul li.active i {
		color: #969696;
		line-height: 20px;
	}
	.footer-menu ul li:hover span,
	.footer-menu ul li.active span {
		font-weight: bold;
		color: #525252;
		opacity: 1;
	}
	.footer-menu ul li:hover b,
	.footer-menu ul li.active b {
		background: #fff;
		color: #fff;
		opacity: 0;
	}
	.js-hiraku-header-fixed{
		transition: transform .3s ease-in-out;
	}
	.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed{
		transform: translateX(-70%);
	}
	.sidebar-mobile-main-offcanvas i{
		-webkit-animation-iteration-count: 5;
		-o-animation-iteration-count: 5;
		animation-iteration-count: 5;
		animation-duration: 2s;
	}
	.js-hiraku-offcanvas-body-right .sidebar-mobile-main-offcanvas i{
		-webkit-animation-iteration-count: 1;
		-o-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	.js-hiraku-offcanvas-body-right .sidebar-mobile-main-offcanvas i:before{
		content: "\ea00";
	}
	.table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }
    .page-content .panel-body img{
        max-width: 100% !important;
        height: auto !important;
    }
	.single-feedback .col-md-4{
		border-right: 0 !important;
		border-top: 2px solid #ddd;
		margin-top: 20px !important;
		padding-top: 20px !important;
	}
}