textarea{
	resize:none !important;
}
.yekan{
	font-family:yekan, tahoma !important;
}
.tahoma{
	font-family:tahoma !important;
}
.font10{
	font-size:11px !important;
	font-weight: 600 !important;
}
.font13{
	font-size:13px !important;
}
.font15{
	font-size:15px !important;
}
.font19{
	font-size:19px !important;
}
.font25{
	font-size:25px !important;
}
.white{
	color:#fff !important;
}
.bold{
	font-weight:bold !important;
}
.rtl{
	direction:rtl !important;
}
.ltr{
	direction:ltr !important;
}
.justify{
	text-align:justify !important;
}
.right{
	float:right !important;
}
.left{
	float:left !important;
}
.placeHolder::-webkit-input-placeholder {
   direction:rtl !important;
}
.placeHolder:-moz-placeholder {
   direction:rtl !important;
}
.placeHolder::-moz-placeholder {
   direction:rtl !important;
}
.placeHolder:-ms-input-placeholder {  
   direction:rtl !important;
}
.hideMe{
	visibility:hidden !important;
}
.none{
	display:none !important;
}
.none2{
	display:none;
}
.width50p{
	float:left !important;
	width:50% !important;
}
.height32px{
	height:32px !important;
}
.padding15px{
	padding:15px !important;
}
.cursor{
	cursor:pointer !important;
}
.line{
	border-top:3px solid #FF4C4C !important;
}
.panelPadding{
    padding: 8px 10px;
}

.hr {
width: 99%;
height: 3px;
margin-left: auto;
margin-right: auto;
background-color:#FF0066;
color:#FF0066;
border: 0 none;
margin-top: 5px;
margin-bottom:5px;
}

.vertical-align tbody > tr > td  {
	vertical-align: middle !important;
}

.color tr:nth-child(even) {
	background-color: rgba(50,50,50,0.08);
}


.color thead th {
	font-size: 11px !important;
	font-weight: bold;
	padding: 0 5px;
}

a[role="tab"], a[data-toggle="tab"], .page-breadcrumb, .modal-title {
	font-family: 'iransans' !important;
}

table thead th {
	font-family: 'iransans' !important;
	font-size: 12px !important; 
}

.iransans {
	font-family: 'iransans' !important;
	font-size: 12px !important; 
}

#anbarPlus div.arrow_box {
	position: absolute;
	background: #f0f0f0;
	border: 4px solid #e3e3e3;
	top: 0;
}
#anbarPlus div.arrow_box:after, #anbarPlus > div.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#anbarPlus div.arrow_box:after {
	border-color: rgba(240, 240, 240, 0);
	border-top-color: #f0f0f0;
	border-width: 30px;
	margin-left: -30px;
}
#anbarPlus  div.arrow_box:before {
	border-color: rgba(227, 227, 227, 0);
	border-top-color: #e3e3e3;
	border-width: 36px;
	margin-left: -36px;
}

.table-responsive {
	overflow-x: hidden !important;
}

.disabled {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}

#orderWarehouseConfirm {
	display: none;
}

i.list {
	margin-left: 15px;
	color: rgb(150,150,150);
	font-size: 17px;
	cursor: pointer;
}


.selected {
	color: #DA0000 !important;
	cursor: auto !important;
}

.selectedActive {
	color: #589C00 !important;
	cursor: auto !important;
}

.colMarginBottom {
	margin-bottom: 25px;
}


.full-screen {
    width: 85%;
    top: 8%;
    margin: 0 auto;
}

span.profileTitle {
	display: block;
	text-align: left;
	padding-top: 10px;
}
span.profileBody {
	display: block;
	position: relative;
    top: 6px;
    background-color: rgb(238,238,238);
    padding: 7px 10px 7px 10px;
    min-height: 32px;
}

.mfr {
	font-size: 30px !important;
	color: rgb(241,74,82);
	font-weight: bold;
	font-family: calibri;
	padding-top: 0px !important;
}

.mfrBody {
	display: block;
	padding-top: 12px;
}

.mfrRateBody {
	display: block;
	padding-top: 16px;
	font-size: 17px;
	padding-right: 15px;
}

.mfrTitle {
	font-size: 24px !important;
}



.mfrBody .borderBox {
	padding: 3px 7px;
	text-align: left;
	min-width: 200px;
	border: 2px solid rgb(238, 238, 238);
	margin: 0px 5px;
	display: inline-block;
}

.box {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 500px) {
	span.profileTitle {
		padding: 5px 0px;
		position: initial;

	}
}

.RateBackground {
	background-image: url('../../img/common/help.jpg');
	background-repeat: no-repeat;
	background-position: 5.9% 90%;
}

table.reportSubTable tr td {
	padding: 5px 0;
}

.longOrShort {
	position: relative;
}

.longOrShort:before {

}

ul.print-form {
	margin: 80px auto 40px auto;
	padding: 0px;
}

ul.print-form li {
	width: 128px;
	height: 120px;
	list-style-type: none;
	display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

ul.print-form li:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

ul.print-form li span.icon {
	margin: 0 auto;
	position: relative;
	width: 64px;
	height: 64px;
	display: inline-block;
}

ul.print-form li span.title {
	display: block;
	position: relative;
	width: 128px;
	text-align: center;
	padding-top: 20px;
	font-family: iransans;
	color: rgb(120,120,120);
}

ul.print-form li a {
	text-decoration: none;
}

/* Dianat styles */
	._d_custom_form{
		width:80%;
		margin: auto;
	}
	._d_label_custom{
		text-shadow: 0px 0px 0px #000;
		padding-right: 0px;
		margin-bottom: 10px !important;
		text-align: right !important;
	}
	._d_textarea_custom {
		margin: 0px !important;
	}
	._d_form_seprator{
		margin:30px 0px;
		border-bottom: solid 2px #e44747;
	}