@charset "utf-8";
/* CSS Document */
/*div{border:1px solid;}*/
@font-face {
	font-family: vazir;
	src: url('font/vazir.eot');
	src: url('font/vazir.eot?#iefix') format('embedded-opentype'),  url('font/vazir.woff') format('woff'),  url('font/vazir.ttf') format('truetype');
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
.body {
	background: #676767 url("../images/bg_body.gif");
	font-family: 'vazir';
	font-size: 12px;
}
hr.splitter {
	border-bottom: 1px dashed #063;
	border-top-width: 0px;
}
a.ver {
	color: #000;
	text-decoration: none;
	font-weight: bold
}
a.ver:hover {
	color: #FC0
}
.topbg {
	background-color: #333333;
}
.txttopmenu {
	color: #CCC;
	font-weight: bold;
	font-size: 13px;
}
.btn_home_pic {
	text-decoration: none;
	border: #FFF 3px solid;
	-moz-border-radius: 5px;
	background: #FFF;
}
.btn_home_pic:hover {
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #F60 0%, #E4F3FA 100%);
}
#div_body_contains {
	min-height: 800px
}
.msg_error {
	display: inline;
	color: #F00
}
#TooltipContainer {
	position: absolute;
	z-index: 99;
	width: auto;
	height: auto;
	overflow: visible;
	visibility: hidden;
	background-color: #ffffcc;
	color: #006600;
	border: 0.1em solid #000000;
	padding: 0.5em;
	-moz-border-radius: 5px;
}
input[type=text], input[type=password], textarea, select {
	font-family: 'vazir';
	border: 1px solid #ccc;
	background: #FFF;
	-moz-border-radius: 5px;
	color: #006d9a;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	height: 25px;
}
input[type=text]:focus, select:focus, textarea:focus, input[type=password]:focus {
	background: #9CF;
	border: 1px solid #036
}
textarea {
	height: auto;
	font-size: 14px;
	width: 360px;
	padding: 5px 5px 0px 5px;
}
.msg1 {
	padding: 10px;
	border: 1px solid #E6DB55;
	background: #FFFBCC;
	font-family: 'vazir';
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	-moz-border-radius: 5px;
}
.comment {
	color: #363;
	font-size: 11px
}
.tbl_aslcolor {
	background-color: #FFF;
	font-size: 12px
}
.Copyright {
	color: #CCC;
	padding: 8px 0 20px 0;
	font-family: "vazir", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.tabletitle {
	font-family: "vazir";
	color: #CCC;
	margin-bottom: 3px;
	font-size: 12px
}
.textBox {
	font-family: vazir,tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.btx {
	text-decoration: none;
	height: 28px;
	display: inline-block;
	outline: 0 none;
	padding: 0px 5px 10px 5px;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	border: 1px solid;
	font: bold 9pt/100% Tahoma, Geneva, sans-serif;
	color: #333;
	background: #999999;
}
.btx:hover {
	background: #CCCCCC;
}
.button {
	text-decoration: none;
	height: 28px;
	display: inline-block;
	outline: 0 none;
	padding: 0px 5px 10px 5px;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	border: 1px solid;
	font-family:vazir,tahoma;
	border-radius: 100px;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
	color: #fff;
	text-shadow: 1px 1px 0px #333;
	background: #d54d01;
	background: -moz-linear-gradient(top, #f86c1f 0%, #d54d01 100%);
	border-color: #c04501;
}
.button:hover {
	background: #f86c1f;
	background: -moz-linear-gradient(top, #d54d01 0%, #f86c1f 100%);
}
.buttonclassic {
	border-radius: 100px;
	text-decoration: none;
	height: 28px;
	display: inline-block;
	outline: 0 none;
	padding: 0px 12px 10px 12px;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	border: 1px solid;
	font-family:vazir,tahoa;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
	color: #333;
	background: #d54d01;
	background: -moz-linear-gradient(top, #FFF 0%, #CCC 100%);
	border-color: #CCC;
}
.buttonclassic:hover {
	background: #f86c1f;
	background: -moz-linear-gradient(top, #CCC 0%, #FFF 100%);
}
.trover:hover {
	background-color: #FFB76F;
}
#rounded-corner {
	font-family: vazir;
	font-size: 12px;
	border-collapse: collapse;
}
#rounded-corner th.rounded_head_right {
	background: #b9c9fe url("../images/right.png") right -1px no-repeat;
}
#rounded-corner th.rounded_head_left {
	background: #b9c9fe url("../images/left.png") left -1px no-repeat;
}
#rounded-corner th {
	font-weight: bold;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	padding: 10px;
}
#rounded-corner td {
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	padding: 0px;
}
#rounded-corner td.rounded-foot-left {
	background: #e8edff url("../images/botright.png") right bottom no-repeat;
	height: auto;
}
#rounded-corner td.rounded-foot-right {
	background: #e8edff url("../images/botleft.png") left bottom no-repeat;
	height: auto;
}
#rounded-corner tbody tr:hover td {
	background-color: #FC6;
}
.btnrighmenu_login {
	background: #333;
	color: #CCC;
	border-radius: 5px 5px 0px 0px;
	padding: 2px 5px;
	margin: 0px 1px 0px 0px;
	display: inline-block;
	font-family: 'vazir';
	font-size: 11px;
	min-width: 60px;
	text-align: center;
}
.btnrighmenu_login:hover {
	background: #09C;
	color: #FFF;
	direction: rtl
}
.amenu {
	text-decoration: none
}
.vahid_tbl {
	border: 0px solid #666;
	border-radius: 0px
}
.vahid_tbl th {
	background: #06C;
	padding: 5px;
	color: #FFF
}
.vahid_tbl td {
	padding: 5px 5px 5px 5px
}
.vahid_tbl tr:hover {
	background: #CCC
}
.vahid_tajhiz tr {
	background: #EEE
}
.case_tbl th {
	background: #09C;
	padding: 5px;
	color: #FFF
	
}
.case_tbl td {
	padding: 5px 5px 5px 5px
}
.case_tbl tr:hover {
	background: #A4D5D8;
	-moz-transition: 0.5s;
}
.case_tbl tr:active {
	background: #069;
	-moz-transition: 0.5s;
}
/*.div_tools{display:none}*/

.case_tbl {
	border-bottom: 1px dashed #999;
}
.rr_odd{
	background:#EEE;
	}
.button {
	text-decoration: none;
	height: auto;
	display: inline-block;
	outline: 0 none;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid;
	font-family:vazir,tahoma;
	font-weight:bold;
	-moz-border-radius: 100px;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
	color: #000;
	text-shadow: 1px 1px 0px #FFF;
	background: #DDD;
/*	background: -moz-linear-gradient(top, #FFF 0%, #999 100%);*/
	border-color: #666;
}
.button:hover {
	background: #09C;
	background: -moz-linear-gradient(top, #999 0%, #CCC 100%);
}
.cases_list {
	text-decoration: none;
	color: #000
}
.div_cases_list {
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	width: 900px;
	float: right;
}
.div_cases_list:hover {
	background: #4E78B6
}
.div_status_case {
	display: inline-block;
	background: #FFF;
	padding: 5px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: normal
}
.div_cases_list:hover .div_cases_list .div_status_case {
	background: F00
}
.tbl_print td {
	border: 1px solid;
	padding: 0px 0px;
	text-align: center;
}
.tbl_print_no td {
	border: 0px solid;
	padding: 0px 0px;
	
}

.tr_kala_1 {
}
.td_noboredr td {
	border: 0px
}
.min_div_scroll {
	height: 420px;
	overflow-y: auto;
}
.div_btn_form2 {
	min-height: 150px
}
.div_btn_form {
	background: #036;
	display: inline-block;
	width: 103px;
	height: 20px;
	text-align: center;
	float: right;
	margin: 5px;
	color: #FFF;
	padding: 10px;
	border-radius:50px;
	-moz-transition: 0.8s;
}
.div_btn_form:hover {
	background: #06C;
}
.tr_case_0 {
	background: #DDD;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -26px;
}
label.css-label {
	background-color: #CCC;
	background-image: url(../images/okcheck.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px 5px;
	border-radius: 20px;
}
.tr_search_result {
	display: none
}
.txt_search {
	font-family:vazir;
	text-align: center;
	font-size: 12px;
	width: 92px;
	color:#003;
}
.tajhiz_search {
	display: inline-block
}

.toools {
	float: left;
	display: none;
}
.div_marja {
	direction: rtl;
	border-bottom: 1px solid;
	padding: 2px 0px
}
.div_marja:hover > .toools {
	display: inline-block;
}
.div_marja:hover {
	background: #6C9
}
.div_marja_sub {
	display: none;
	-moz-box-shadow: 0px 0px 1px #F00 inset;
}
.sub1 {
	background: #FF9
}
.sub2 {
	background: #FCC
}
.sub3 {
	background: #69F
}
.sub4 {
	background: #696
}
.tbl_word td {
	padding-right: 5px
}

@media print {
.noprint {
	display: none
}
.nomedia {
	display: inline-block
}
input[type=text], input[type=password], textarea, select {
	border: 0px solid;
}
}

@media all {
.nomedia {
	display: none
}
}
.tblsum {
	background: #F90
}
.button_fat {
	background: #069;
	color: #CCC;
	text-decoration: none;
	font-family: tahoma;
	font-size: 14px;
	padding: 15px;
	width: 80px;
	display: inline-block
}
.button_fat:hover {
	background: #69C
}
.div_page_number {
	background: #CCC;
	min-width:20px;
	display:inline-block;
	color:#FFF;
	border-radius:5px;
	padding:1px;
	margin:2px 0px
}
.div_page_number:hover {
	background: #000
}
#img_tmp_load {
	position: fixed;
	display: none
}
#img_loader {
	display: none
}
.message_info {
	background: #0CC;
	display: inline-block;
	padding: 10px;
	margin: 2px;
	border-radius: 5px
}
.message_ok {
	background: #093;
	display: inline-block;
	padding: 10px;
	margin: 2px;
	border-radius: 5px;
	font-weight: bold;
	color: #FFF;
}
.message_error {
	background: #900;
	display: inline-block;
	padding: 10px;
	margin: 2px;
	border-radius: 5px;
	font-weight: bold;
	color: #FFF;
}
.info_marker {
	background: #F30;
	border: 1px solid;
	color: #FFF;
	border: 0px solid;
	font-family: tahoma;
	font-size: 10px;
	border-radius: 50px;
	vertical-align: middle;
	padding:0px 3px;
	height: 15px;
	display: inline-block;
	min-width:15px;

}

.btn_report{
color:#FFF;
border:1px solid;
width:100px;
height:25px;
text-align:right;
vertical-align:middle;
cursor:pointer;
margin:3px;
background:#09C;
padding-top:5px;
padding-right:5px;
}
.btn_report:hover{background:#036}




.buttontelegram {
	text-decoration: none;
	display: inline-block;
	padding: 10px 2px 10px 2px;
	cursor: pointer;
	font: bold 9pt/100% Tahoma, Geneva, sans-serif;
	border-radius: 0px;
	color: #fff;
	background: #105e8a;
	border-radius:5px;
}
.buttontelegram:hover {
	background: #003;
}
.btnyellow{background:#F90}

.star{background:#F30;border-radius:5px;padding:5px;color:#FFF}

.tajhiz_inlist{font-family:courier new;font-size:3mm;display:inline-block;direction:rtl}


.span_word{background:#666;color:#FC0;margin:1px;border-radius:5px;;padding:1px}





