
@font-face{font-family:'onlineYekan';
src:url("fonts/YekanWeb-Regular.eot");
src:url("fonts/YekanWeb-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/YekanWeb-Regular.woff") format("woff"),url("fonts/YekanWeb-Regular.ttf") format("truetype"),url("fonts/YekanWeb-Regular.svg#YekanWeb-Regular") format("svg");
font-style:normal;
font-weight:normal;
text-rendering:optimizeLegibility
}
@font-face{font-family:'YekanNumbers';
src:url("fonts/YekanNumbers-Regular.eot");
src:url("fonts/YekanNumbers-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/YekanNumbers-Regular.woff") format("woff"),url("fonts/YekanNumbers-Regular.ttf") format("truetype"),url("fonts/YekanNumbers-Regular.svg#YekanNumbers-Regular") format("svg");
font-style:normal;
font-weight:normal;
text-rendering:optimizeLegibility
}
@font-face{font-family:'Mitra';
src:url("fonts/MitraWeb-Regular.eot");
src:url("fonts/MitraWeb-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/MitraWeb-Regular.woff") format("woff"),url("fonts/MitraWeb-Regular.ttf") format("truetype"),url("fonts/MitraWeb-Regular.svg#MitraWeb-Regular") format("svg");
font-style:normal;
font-weight:normal;
text-rendering:optimizeLegibility
}
@font-face{font-family:'Mitra';
src:url("fonts/MitraWeb-Bold.eot");
src:url("fonts/MitraWeb-Bold.eot?#iefix") format("embedded-opentype"),url("fonts/MitraWeb-Bold.woff") format("woff"),url("fonts/MitraWeb-Bold.ttf") format("truetype"),url("fonts/MitraWeb-Bold.svg#MitraWeb-Bold") format("svg");
font-style:normal;
font-weight:bold;
text-rendering:optimizeLegibility
}
@font-face{font-family:'Nassim';
src:url("fonts/Nassim-Book.eot");
src:url("fonts/Nassim-Book.eot?#iefix") format("embedded-opentype"),url("fonts/Nassim-Book.woff") format("woff"),url("fonts/Nassim-Book.ttf") format("truetype"),url("fonts/Nassim-Book.svg#Nassim-Book") format("svg");
font-style:normal;
font-weight:normal;
text-rendering:optimizeLegibility
}
.contentpanel {
min-height: 463px;
}
* {
font-family: 'onlineyekan','B yekan','2  yekan','yekan',tahoma;
line-height: 25px;
text-shadow: 0px 0px 1px #999 !important;
font-size: 13px !important;
font-weight: normal !important;
text-decoration: none;
}
body{
	background-image: url('imgs/main-bg.png') ;
	background-color: rgb(227, 229, 231);
	background-repeat: no-repeat;
}
textarea{
	line-height: 25px;
}
select{
	margin-left: 9px;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	border-radius: 5px 5px 5px 5px;
}
.tabs .a {
	float: right;
	display: block;
	padding: 0px 15px 0px 15px;
	margin-left: 2px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #D8D8D8 url('./images/tab.png') repeat-x;border-color: #626161;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	height: 29px;
}
.tabs .a.selected {
	background: rgb(247, 247, 247) url('./images/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 1px;
	z-index: 3;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	color: #079DE3 !important;
	height: 29px;
}
.page {
	border: 1px solid #aaa;
	background: none repeat scroll 0% 0% rgb(247, 247, 247);
	display: inline-block;
	padding: 10px;
	display: block;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
	border-radius: 5px 0px 5px 5px;
	float: right;
	min-width: 98%;
}
table[id*="table1"] {
	border-spacing: 0px;
	width: 100%;
	padding: 7px;
	background: url("imgs/shine-effect.png") repeat-x scroll 0px 0px rgba(33, 40, 44, 0.7);
	margin-top: 10px;
	margin-bottom: 3px;
	border: 1px solid rgb(37, 51, 60);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	border-collapse: separate;
}
#table1 th, #table1 tbody th {
	height: 30px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background: url("imgs/table-head-bg.png") repeat-x scroll left top rgb(221, 221, 221);
	border-width: medium medium 1px 1px;
	border-style: none none solid dotted;
	border-color: -moz-use-text-color -moz-use-text-color rgb(136, 136, 136) rgb(153, 153, 153);
	vertical-align: middle;
}
#table1 td, #table1 > tbody > td {
	empty-cells: show;
	border-width: medium medium 1px 1px;
	border-style: none none dotted dotted;
	border-color: -moz-use-text-color -moz-use-text-color rgb(136, 136, 136) rgb(187, 187, 187);
	vertical-align: middle;
	padding: 0px 4px 0px 3px;
}
table[id*="table1"] > tbody > tr:nth-child(even){
	background-color: #FEFEFE;
}
table[id*="table1"] > tbody > tr:nth-child(odd){
	background-color: #E4E4E4;
}
div#tooltip{
	display:none;
	max-width:400px;
	border:1px solid #FFF;
	box-shadow:#000 0px 0px 4px;
	-moz-border-radius:5px 5px 0px 5px;
	-webkit-border-radius:5px 5px 0px 5px;
	border-radius:5px 5px 0px 5px;
	text-shadow:0px 0px 1px rgb(102, 102, 102);
	padding:10px;
	background:rgba(0,0,0,0.8);
	color:white;
	position:absolute;
	z-index:100;
}
input[type="submit"], button, .button, input[type="button"], input[type="reset"] {
    background-repeat: repeat-x;
    background-attachment: scroll;
    border-radius: 5px;
    border: 1px solid #111;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    text-shadow: -1px 1px 2px #000;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    padding: 4px;
    min-width: 70px;
    text-align: center;
    margin: 0px;
    font-family: tahoma;
	line-height: initial;
}
input[type="submit"], button, .button, input[type="button"] {
    background: url('imgs/button-blue.png') repeat scroll 0px 0px #2D5672;
}
input[type="submit"]:hover, button:hover, .button:hover, input[type="button"]:hover{
	background: url("imgs/button-blue.png") 0 -24px #4d7690;
	color:#FFF;
	text-decoration:none
}
input[type="submit"]:active,button:active, .button:active, input[type="button"]:active{
	background: url("imgs/button-blue.png") 0 -48px #6290b2;
}
.button.red:hover, input[type="reset"]:hover,input[value*="حذف"]:hover,input[value*="حـذف"]:hover,input[value*="بستن"]:hover,input[value*="بازگشت"]:hover{
	background: url("imgs/button-red.png") 0 -24px #834a3f;
}
.button.red:active,input[type="reset"]:active,input[value*="حذف"]:active,input[value*="حـذف"]:active,input[value*="بستن"]:active,input[value*="بازگشت"]:active{
	background: url("imgs/button-red.png") 0 -48px #a85f51;
}
.btn-info{
	background:url("imgs/16x16/switch.png") no-repeat scroll 2px 1px transparent;
	height:25px;
	width:25px;
	position:relative;
	margin-top:14px;
	float:right;
	margin-right: -26px;
}
.btn-info:hover{
	background-position:2px 2px
}
/* -------------------------------- alert-send-----------------------*/
.alert_wrapper {
	Z-INDEX: 6000000000;POSITION:fixed;TEXT-ALIGN: center;WIDTH: 350px; COLOR: #fff;TOP: 0px; LEFT: 35%;display: block;
}
.alert_success {
	BORDER-BOTTOM: #dce6cf 1px solid;BORDER-LEFT: #dce6cf 1px solid;PADDING-BOTTOM: 5px;PADDING-LEFT: 8px;PADDING-RIGHT: 8px;BACKGROUND: #faffe6;COLOR: #000;BORDER-TOP: #dce6cf 1px solid;BORDER-RIGHT: #dce6cf 1px solid;PADDING-TOP: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;font-weight:bold;
}
.alert_error {
	BORDER-BOTTOM: #cc0000 1px solid;BORDER-LEFT: #cc0000 1px solid;PADDING-BOTTOM: 5px;PADDING-LEFT: 8px;PADDING-RIGHT: 8px;BACKGROUND: #de6276;BORDER-TOP: #cc0000 1px solid;BORDER-RIGHT: #cc0000 1px solid;PADDING-TOP: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;font-weight:bold;
}
.alert_info {
	BORDER-BOTTOM: #dce6cf 1px solid;BORDER-LEFT: #dce6cf 1px solid;PADDING-BOTTOM: 5px;PADDING-LEFT: 8px;PADDING-RIGHT: 8px;BACKGROUND: #ffff88;COLOR: #000;BORDER-TOP: #dce6cf 1px solid;BORDER-RIGHT: #dce6cf 1px solid;PADDING-TOP: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px
}
.alert_loading {
	BORDER-BOTTOM: #dce6cf 1px solid;BORDER-LEFT: #dce6cf 1px solid;PADDING-BOTTOM: 5px;PADDING-LEFT: 8px;PADDING-RIGHT: 8px;BACKGROUND: #ffffff;COLOR: #000;BORDER-TOP: #dce6cf 1px solid;BORDER-RIGHT: #dce6cf 1px solid;PADDING-TOP: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px
}
.alert_wrapper span.hide{
	font-weight:bold;
	float:right;
	cursor:pointer;
	margin: -7px -4px 2px 5px;
	color: #00357b;
}

.alert{
	border:1px solid;
	clear:both;
	margin-bottom:9px;
	margin-top:10px;
	padding:10px 10px 10px 35px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background-repeat:no-repeat;
	background-position:10px 10px
}

.alert.no-margin{
	border-radius:0;
	margin-left:-10px;
	margin-right:-10px;
	border-width:1px 0
}

.alert.no-margin.top{
	border-width:0 0 1px 0;
	margin-top:0
}

.alert.no-margin.bottom{
	border-width:1px 0 0 0;
	margin-bottom:0
}

.alert span.hide{
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	float:right;
	cursor:pointer;
	margin: -10px -4px 2px 5px;
}

.alert.success{
	background-image:url("imgs/16x16/tick-circle.png");
	background-color:#d1e8d2;
	border-color:#393;
	color:#00632e
}

.alert.error{
	background-image:url("imgs/16x16/cross-circle.png");
	background-color:#facfcf;
	border-color:#dc1c1c;
	color:#820101
}

.alert.warning{
	background-image:url("imgs/16x16/exclamation.png");
	background-color:#fdefbd;
	border-color:#d4b64b;
	color:#675100
}

.alert.info{
	background-image:url("imgs/16x16/information.png");
	background-color:#d8e7fa;
	border-color:#9dbfea;
	color:#00357b
}

.alert.note{
	background-image:url("imgs/16x16/notebook.png");
	background-color:#f4f4f4;
	border-color:#bdbdbd;
	color:#4d4d4d
}

fieldset{
	margin: 12px 4px 4px 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: #aaa solid 1px;
	padding: 12px 12px 12px 7px;
	background: #eee;
	text-shadow:0 1px 0 #fff;
	-moz-box-shadow: 1px 1px 2px #fff inset;
	-webkit-box-shadow: 1px 1px 2px #fff inset;
	box-shadow: 1px 1px 2px #fff inset;
}
fieldset legend{
	margin-bottom: -4px;
	color:#444;
	padding:5px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #aaa;
	background-color:#FFF;
	-moz-box-shadow:3px 3px 15px #bbb;
	-webkit-box-shadow:3px 3px 15px #bbb;
	box-shadow:3px 3px 15px #bbb;
}
label{
	white-space: nowrap;
	float: right;
	margin: 3px 0px 3px 6px;
}
#searchresult {
  background: #FEFEFE;
  padding: 90px 3px 3px 3px;
  display: none;
  min-width: 380px;
  border: 1px #d8e7fa;
  position: absolute;
  box-shadow: 0px 0px 15px #aaa;
  -moz-box-shadow: 0px 0px 15px #aaa;
  -webkit-box-shadow: 0px 0px 15px #aaa;
  z-index: 9;
}
.ajaxlist{
	border-bottom: solid #00357b 1px;
}
.ajaxlist:hover{
	background-color: #E4E4E4;
	cursor: pointer;
}
.ajaxlist span{
	display: inline-block;
	border-left: solid #00357b 1px;
	padding: 1px 3px;
}
#ajaxsearch{
	background: none;
	border: none;
	padding: 3px 0px 2px 0px;
}
.ticketpanel{
	padding: 6px 15px;
	width: 92%;
	border:1px solid #bbb;
	margin: 6px;
	box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	-webkit-box-shadow:0px 0px 4px #aaa;
}
.customerreply{
	background: rgb(251,254,214);
	float: left;
	border-radius: 0px 15px 15px 15px;
}
.ticketcomment{
	padding: 6px 15px;
	width: 97%;
	border:1px solid #bbb;
	margin: 6px;
	box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	-webkit-box-shadow:0px 0px 4px #aaa;
	float: right;
}
.customerreply legend{
	background: rgb(255,259,219);
	border-radius: 0px 15px 15px 15px;
	padding: 4px 10px;
	margin-right: 93%;
	white-space: nowrap;
	box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	-webkit-box-shadow:0px 0px 4px #aaa;
}
.stuffreply{
	background: rgb(216,252,216);
	float: right;
	border-radius: 15px 0px 15px 15px;
}
.stuffreply legend{
	background: rgb(221,257,221);
	border-radius: 15px 0px 15px 15px;
	padding: 4px 10px;
	box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	-webkit-box-shadow:0px 0px 4px #aaa;
}
.tickettext{
	width: 97%;
}
.selectbtn{
	height: 73px;
	min-width: 25px!important;
	width: 30px!important;
	background-image: none;
	margin-left: 7px;
}
.selectbtn:hover{
	background-image: none;
}
#sendmessagereceivers{
	width: 100%;
	float: right;
}
.jHtmlArea,.ToolBar,* {
	max-width: 100%!important;
	
}
#sendmessagereceivers select{
	height: 150px;
	width: 350px;
	float: right;
}
.attachement{
	display: inline-block;
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 25px 0px 5px;
	border: 1px solid;
	border-radius: 4px;
	min-width: 33px;
}
.hasattachement{
	color: coral;
	background-color: white;
	background-image: url('imgs/16x16/blue-document-bookmark.png');
}
.hasattachement:hover{
	color: #4d7690;
	background-color: #faffe6;
}
.notattachement{
	background-color: #eee;
	background-image: url('imgs/16x16/blue-document-break.png');
	color: #888;
	border: 1px solid darkgoldenrod;
	cursor: default;
}
.noattachement{
	background-color: #eee;
	background-image: url('imgs/16x16/blue-document.png');
	color: #888;
	cursor: default;
}
.progress {
	position:relative;
	width:200px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: inline-block;
}
.bar {
	background-color: #B4F5B4;
	width:0%;
	height:26px;
	border-radius: 3px;
}
.percent {
	position:absolute;
	display:inline-block;
	top:3px;
	right:48%;
}
.currentpage a{
	cursor: default;
	display: inline-block;
	background-color: #882288;
	color: #ffffff;
	margin-right: 3px;
	width: 25px;
	height: 20px;
	padding-bottom: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
.otherpage a{
	display: inline-block;
	background-color: #228822;
	color: #ffffff;
	margin-right: 3px;
	width: 25px;
	height: 20px;
	padding-bottom: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
.otherpage a:hover{
	background-color: #015f92;
	color: whitesmoke;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#ticketdetails label, #customerdetails label, .borderedlabel {
    display: inline-block;
    border: 1px solid #4169E1;
    margin: 0px 5px;
    background: #F3F2F1 none repeat scroll 0% 0%;
    border-radius: 3px;
    padding: 2px;
}
img {
	vertical-align: middle;
	margin: 2px;
}