@font-face {
	font-family: IRANSans;
	src: url(../fonts/IranSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IranSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IranSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IranSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: IRANSans;
	src: url(../fonts/IranSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IranSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IranSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IranSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: IRANSans;
	src: url(../fonts/IranSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IranSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IranSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IranSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: IRANSans;
	src: url(../fonts/IranSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/IranSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IranSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IranSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: IRANSans;
	src: url(../fonts/IranSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IranSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IranSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IranSans/ttf/IRANSansWeb.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}

.display-none {
	display: none;
}

.display-block {
	display: inline-block;
}

body {
	font-family: IRANSans !important;
}

.select2-results__message {
	display: none !important;
}

.price_type h5 {
	margin-top: -35px;
}

.remove-class {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: move;
	margin: 10px 5px 0 0;
	padding: 6px 10px;
	display: inline-block;
	color: #ffffff;
	min-width: 140px;
	text-align: center;
	background: #03a9f3;
}

.remove-university, .remove_university_subject, .remove-tags {
	color: #ffffff;
	float: left;
	cursor: pointer;
}

.events-searach {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#search-data .item {
	position: relative;
	width: 100%;
}

#search-data {
	position: relative;
}

#search-data .center {
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 46%;
	margin-top: 100px;
}

.clear {
	clear: both;
}

.lightbox img {
	width: 100%;
	height: 100%;
}

.input-group {
	width: 100%;
	padding-right: 0;
}

.popover {
	z-index: 1500;
	right: auto;
	width: 235px;
	left: 80px !important;
	direction: ltr;
}

.popover.bottom>.arrow::after {
	margin-right: -10px;
}

.datepicker-plot-area {
	z-index: 1500;
}

.form-horizontal .control-label {
	text-align: right;
}

.progressbars {
	margin: 0 auto;
	margin-right: 20%;
	min-height: 80px;
}

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
}

.progressbar li {
	list-style-type: none;
	width: 16%;
	float: right;
	font-size: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: green;
}

.progressbar li.active:before {
	border-color: #55b776;
}

.progressbar li.active+li:after {
	background-color: #55b776;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-warning {
	border-right-color: #aa6708 !important;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-right-width: 5px;
	border-radius: 3px;
}

.bs-callout-warning h4 {
	color: #aa6708;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.clickable {
	cursor: pointer;
}

.panel-heading span {
	float: left !important;
	font-size: 15px;
	padding-left: 15px;
}

.ltr {
	direction: ltr;
}

.error, .Errorlist {
	color: red;
}

.delete-icon {
	color: red;
	cursor: pointer;
}

.left {
	float: left;
}

.modal-large {
	width: 1000px;
}

.export-list {
	cursor: pointer;
}

.helpful-ticket {
	cursor: pointer;
}

.color-green {
	color: #00c292;
}

.color-yellow {
	color: #fec107;
}

.color-red {
	color: #fb9678;
}

.error-box {
	margin-bottom: 20px;
}

.required label::before, .required-view label::before {
	content: '* ';
	color: #fb9678;
}

.form-group .radio label::before {
	content: '';
}

.message-sender-logo {
	width: 45px;
	height: 45px;
	margin-left: 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	border: 1px solid #03a9f3;
	background: #03a9f3;
}
#historys .ui-accordion-content {
	padding: 0 !important;
}
.no-border {
	border: none !important;
}
.thumb-image{
	max-height: 200px;
	max-width: 200px;	
}
.show-inline{
	display: inline-block;
}
.radio-but{
	margin-left: -40px;
}