﻿/* =Reset default browser CSS  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
/* unvisited link */
a:link {
    color: #085EB3;
}

/* visited link */
a:visited {
    color: #085EB3;
}

/* mouse over link */
a:hover {
    color: #085EB3;
}

/* selected link */
a:active {
    color: #085EB3;
}
@font-face {
	font-family: "BYekan";
	src: url(../fonts/Yekan.eot);
	src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#Yekan) format("svg");
	font-weight: normal;
	font-style: normal
}

ol, ul ,li{
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
text-decoration:none;
/* transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; */
}
select, input[type="text"],textarea{
	font-family: B Yekan,"BYekan",tahoma;
	border:1px solid #A2A2A2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
select:hover, input[type="text"]:hover{
border:1px solid rgba(0, 162, 197, 1);
}
select:focus, input[type="text"]:focus{
border:1px solid rgba(0, 131, 174, 1);
-moz-box-shadow: 0 0 5px #00AEE7;
-webkit-box-shadow: 0 0 5px #00AEE7;
box-shadow: 0px 0px 5px #00AEE7;
}
.spliter{
border-bottom: 1px dashed rgba(170, 170, 170, 1);
height: 7px;
width: 719px;
margin: 0px auto;
}
.new_field input{
width: 164px;
}

.liner .t_group .input_title{
float: left;
margin-right: 2px;
}
.liner .t_group{
margin-top:13px;
width: 95px;
direction: ltr;
line-height: 23px;
float: left;
}

.liner .t_group li input[type="text"]{
width: 50px;
float: left;
margin-bottom:8px;
text-align: center;
}

.diagram{
	float: right;
	margin-top: 22px;
	margin-right: 22px;
}

.diagram .select_btn{
	margin-top: -52px;
	margin-right: 104px;
	position: absolute;
}

.diagram .select_btn input[type="radio"]{
	margin-left: 94px;
}

.clear_both{
clear:both;
}

.date select{
float:right;
width:80px;
}

.date_diver{
float:right;
padding:5px 5px;
}

.agree_print_btn{
background:url('../images/agree_print.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.agree_print_btn:hover{
background:url('../images/agree_print.png') 0px 42px;
}

.edit_agree_print_btn{
background:url('../images/edit_agree_print.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.edit_agree_print_btn:hover{
background:url('../images/edit_agree_print.png') 0px 42px;
}

.reorder_btn{
background:url('../images/reorder.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.reorder_btn:hover{
background:url('../images/reorder.png') 0px 42px;
}

.cancel_btn{
background:url('../images/cancel.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.cancel_btn:hover{
background:url('../images/cancel.png') 0px 42px;
}
.pending_btn{
background:url('../images/pending.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.pending_btn:hover{
background:url('../images/pending.png') 0px 42px;
}

.edit_pending_btn{
background:url('../images/edit_pending.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.edit_pending_btn:hover{
background:url('../images/edit_pending.png') 0px 42px;
}

.details_print{
background:url('../images/details_print.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.details_print:hover{
background:url('../images/details_print.png') 0px 42px;
}

.barcode_print{
background:url('../images/barcode_print.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.barcode_print:hover{
background:url('../images/barcode_print.png') 0px 42px;
}


.details_edit{
background:url('../images/details_edit.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
}
.details_edit:hover{
background:url('../images/details_edit.png') 0px 42px;
}

.edit_btn{
background:url('../images/edit.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
margin-top: 11px;
}
.edit_btn:hover{
background:url('../images/edit.png') 0px 42px;
}

.send_msg{
background:url('../images/send_msg.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
margin-top: 11px;
}
.send_msg:hover{
background:url('../images/send_msg.png') 0px 42px;
}

.search_order_id{
background:url('../images/search_id.png') 0px 0px;
width:170px;
height:42px;
border:none;
cursor:pointer;
margin-top: 11px;
}
.search_order_id:hover{
background:url('../images/search_id.png') 0px 42px;
}




.right_sidebar .menu_items{
position:fixed;
width: 150px;
margin-top: 20px;
padding-right: 12px;
}

.right_sidebar .header{
	margin: -2px -9px;
}

.right_sidebar .menu{
font:12px B Yekan,"BYekan",tahoma;
color:white;
}

.right_sidebar .menu h2{
font-size: 17px;
color:#B3B3B3;
margin-top: 10px;
cursor:pointer;
background:url("../images/add.png") no-repeat right;
padding-right: 18px;
}

.right_sidebar .menu a{
color:white;
}

.right_sidebar .menu a:hover{
color:#969696;
}

.right_sidebar .menu ul{
padding-right: 12px;
}

@media print {
    .right_sidebar {
        display:none;
    }
	#print{
		display:none;
	}
	.wrapper,body {
    background: white;
	}
	.special_tips{
	min-height: 120px;
	}
	.success_msg ,.hide_in_print{
		display:none;
	}
	.all_action_btn{
		display:none;
	}
}

.print_wrapper{
	width: 730px;
}

.print_barcode_wrapper{
	width: 226px;
	direction: ltr;
	padding-top: 22px;
	margin: 0px auto;
}

/* .print_barcode_wrapper span{
	font:22px B Yekan,"BYekan",tahoma;
} */

.print_barcode_wrapper .title{
	text-align:left;
	font-size:14px;
	height: 22px;
}


.main_info{
	font:15px B Yekan,"BYekan",tahoma;
	direction: rtl;
	width: 730px;
	border-collapse: collapse;
	margin-top:2px;
	}
	
table td, table th{
	text-align: right;
	padding: 0px 3px;
}
	
.print_title{
	font: 30px B Yekan,"BYekan",tahoma;
	text-align: center;
	margin-bottom: 7px;
	float: right;
	width: 500px;
}


.print_date{
	font:13px B Yekan,"BYekan",tahoma;
	line-height: 46px;
	width: 230px;
	float: right;
}

.main_info_details{
	font:15px B Yekan,"BYekan",tahoma;
	direction: rtl;
	width: 730px;
	border-collapse: collapse;
	margin-top:2px;
	}
.main_info_details span{
	font-family: tahoma;
}	

.main_info_details .en_font{
	font-size: 12px;
}

.en_font{
	font-family: tahoma;
}

.main_info_details ul{
	float: right;
	margin-left: 2px;
	border-left: 1px solid black;
	padding: 3px 3px;
	min-height: 130px;
}

/* .main_info_details td ,.main_info_details th{
border: 1px solid black;
} */

/* .main_info_details tr:nth-child(even),.main_info_T tr:nth-child(even) {
    background: #eee;
}
.main_info_details tr:nth-child(odd),.main_info_T tr:nth-child(odd) {
   background:#fff;
} */
.upper_table{
	font:15px B Yekan,"BYekan",tahoma;
	width: 730px;
	margin-top:10px;
	padding-bottom:8px;
}
.main_info_T{
font: 15px B Yekan,"BYekan",tahoma;
width: 203px;
margin-top: 2px;
float: right;
	}
.main_info_T span{
	text-align: left;
	border: 1px solid #000;
	width: 60px;
	display: block;
	float:left;
	}
.main_info_T .t_title{
	float: left;
	width: 33px;
	text-align: left;
	direction: ltr;
	margin-left: 3px;
	}

.main_info_T input[type="text"]{
	width: 40px;
	text-align: center;
	float: left;
	font-family:tahoma;
	}
.main_info_T li{
	font: 15px tahoma;
	height: 27px;
	width: 90px;
	}
.special_tips{
	float: right;
	width: 390px;
	margin-right: 5px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	padding: 9px;
	min-height: 155px;
	font-family: tahoma;
}

.liner_end select{
	width: 90px !important;
}

.upper_table .liner{
margin-right: 92px;
}
input[disabled]{
background:white;
cursor:not-allowed;
color:black;
}

.success_msg{
	margin: 0px auto;
	width: 540px;
	border: 1px solid #00C325;
	padding: 5px;
	background: #D9FFDD;
	border-right: 6px solid #00C325;
	text-align: center;
}

.msg_show {
	border-collapse: collapse;
	border-spacing: 0px;
	}
.msg_show td{
	border: 1px solid #CCC;
	text-align:center;
}

.msg_show tr{
    background: #eee;
}

.back_btn{
	border: none;
	height: 29px;
	background: #4AE76D;
	border-radius: 4px;
	font: 12px tahoma;
	border-bottom: 3px solid green;
	cursor: pointer;
}
.back_btn:hover{
	background: #0DCF38;
}
.order_radio{
	display: block;
	float: right;
	margin: 6px 24px 6px 3px;
}
.drop_down{
	width: 200px;
	float: right;
	height: 54px;
}
.solder_color_note:before{
	content: "";
	position: absolute;
	background: url("../images/note.png");
	width: 14px;
	height: 12px;
	margin-top: 1px;
	margin-right: -4px;
}
.solder_color_note{
	background: #FEFFD7 none repeat scroll 0% 0%;
	padding: 2px 5px;
	width: 447px;
	border: 1px solid #FFCF00;
	float: right;
	margin-right: 12px;
	margin-top: 17px;
	font-size: 11px;
	position: relative;
}
/* START ===== */
html{
	height: 100%;
}
body{
	direction: rtl;
	background: #DDDDDD;
	font: 12px tahoma;
	width: 100%;
	height: 100%;
}
.wrapper{
	background: #F6F6F6;
	/*width: 1024px; */
	width: 99%;
	margin: 0px auto;
	border-left: 1px solid #b7b7b7;
	min-height: 100%;
	overflow-y: hidden;
}
.order_type_select:after, .contain:after{
	content: "";
	display: block;
	clear: both;
}
.order_type_select{
	background: #E3E3E3 none repeat scroll 0% 0%;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0px;
	border: 1px solid #C5C5C5;
	line-height: 22px;
}
.message_box{
	width: 100%;
	padding: 5px 0px;
	font: 17px BYekan;
	text-align: center;
	margin-bottom: 4px;
}
.please_wait{
	background: #9be1ff;
	border: 1px solid rgb(4, 193, 234);
	color: #00425f;
}
.all_done{
	background: #9bffb6;
	border: 1px solid #0dcf38;
	color: #125f00;
}
.failed{
	background: #ff9ba4;
	border: 1px solid #ca0b0b;
	color: #3e0000;
}
.contain{
	display: block;
	clear: both;
	margin: 8px 0px;
	position: relative;
}
.order_type_select_title {
	padding: 0px 11px;
	float: right;
}
fieldset{
	display: block;
	width: 50%;
	margin: 17px auto;
	position: relative;
}
legend{
	padding-bottom: 6px;
}
select {
	width: 100%;
}
.tooltips_content{
	font-family: tahoma;
	background: #bce3ff;
	padding: 6px 4px;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 9px 0px;
	width: 100%;
	text-align: center;
	display: none;
}
input[type=text] {
	width: 66%;
	font-family: tahoma;
	height: 21px;
}
select, input[type="text"], textarea, input[type="number"], input[type="password"] {
	font-family: tahoma;
	border: 1px solid #A2A2A2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="number"]{
	width: 30%;
}
select option:first-child{
	direction: rtl !important;
}
textarea{
	width: 97%;
}
.spliter{
	border-bottom: 1px dashed rgba(170, 170, 170, 1);
	width: 100%;
	margin: 17px 0px;
}
.tips{
	height: 94px;
	text-align: right;
}
.sec_code{
	display: block;
	text-align: center;
	margin: 0px auto;
	width: 119px;
}
.sec_code_container>input[type=text]{
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
.all_action_btn{
	width: 100%;
	margin: 0px auto;
}
.all_action_btn>input[type=submit]{
	background: #409f6c;
	display: block;
	width: 100%;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 4px 0px;
	cursor: pointer;
	font: 18px BYekan;
	margin-bottom: 6px;
}
.all_action_btn>input[type=reset]{
	background: #3e8a9f;
	display: block;
	width: 100%;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 4px 0px;
	cursor: pointer;
	font: 18px BYekan;
	margin-bottom: 6px;
}
.all_action_btn>input[type=submit]:hover{
	background: #376e42;
}
.all_action_btn>input[type=reset]:hover{
	background: #39657b;
}
select:disabled{
	border: 1px solid #A2A2A2;
	background: white;
	cursor: not-allowed;
	color: black;
}
.left_side_panel{
	width: 79%;
	float: right;
	margin-right: 9px;
	padding: 10px 0px;
	padding-bottom: 150px;
}
#login>input[type="text"],input[type="password"], #register>input[type="text"],input[type="password"], textarea{
	display: block;
	padding-left: 4px;
	height: 32px;
	font: 16px tahoma;
	margin: 12px auto;
	width: 99%;
	text-align: left;
}
#register>input[name="name_family"], textarea[name="address"]{
	padding-right: 4px;
	text-align: right;
	padding-left: 0px !important;
}
#login, #register{
	margin: 0px auto;
}
#login>input[type="submit"], #register>input[type="submit"]{
	background: #409f6c;
	display: block;
	width: 100%;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 4px 0px;
	cursor: pointer;
	font: 18px BYekan;
	margin-bottom: 6px;
}
#login>input[type="submit"]:hover, #register>input[type="submit"]:hover{
	background: #376e42;
}
.reg_here{
	text-align: center;
}
.reg_here>a:hover{
	color: #00AEE7;
}
::-webkit-input-placeholder {
	text-align: right;
	padding-right: 4px;
}
:-moz-placeholder { /* Firefox 18- */
	text-align: right;
	padding-right: 4px;
}
::-moz-placeholder {  /* Firefox 19+ */
	text-align: right;
	padding-right: 4px;
}
:-ms-input-placeholder {
	text-align: right;
	padding-right: 4px;
}
.right_sidebar{
	float: right;
	width: 19%;
	padding: 10px 0px;
	border-left: 1px solid #CCC;
	background: #004358;
	height: 100%;
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}
.sidebar_menu{
	color: white;
}
.right_sidebar>ul>li{
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
	font: 16px/24px BYekan;
	padding: 4px;
	background: #003242;
	color: white;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.right_sidebar>ul>li:hover, .right_sidebar>ul>li>a:hover{
	color: #A4E9FF;
	padding-right: 5px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.right_sidebar>ul>li>a{
	color: white;
	display: block;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.tahoma_font{
	font:12px Tahoma !important;
}
.form_title{
	text-align: center;
	font: 23px BYekan;
	display: block;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 6px;
	clear: both;
	color: #7b7b7b;
}
#result{
	margin-top: 12px;
}
.check_box_item{
	margin-left: 32px;
}
/** Start Table ***/
table {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	font: 18px BYekan;
	border: 1px solid #CCC;
}
th{
	background: #004358;
	color: white;
}
td{
	/* background: #FAFAFA; */
	text-align: center;
	font: 12px/30px tahoma;
}
tr:nth-child(even) td {
	/* background: #F1F1F1; */
}
tr:nth-child(odd) td {
	background: #FEFEFE;
}
#result>table>tbody>tr.summarize_info:hover td{
	background: #666 !important;
	color: #FFF;
	transition: 200ms;
	-webkit-transition: 200ms;
}

tr:hover td a{
	cursor: pointer;
}
tr:hover td a.add{
	color: #00FF8A;
}
tr:hover td a.show{
	color: #00C0FF;
}
table tr td a.show{
	color: #00A3D9;
}
table tr td a.add{
	color: #00B285;
}
table tr td a.show:hover{
	color: #00C0FF;
}
table tr td a.add:hover{
	color: #00FF8A;
}
/** End Table ***/

.show_more_table{
	display: none;
}
.show_btn_table{
	position: relative;
	padding-right: 12px;
}
.show_btn_table:before{
	content: ">";
	display: inline-block;
	font-weight: bold;
	position: absolute;
	bottom: -9px;
	right: 0px;
	-webkit-transition: all 300ms 0s ease-in-out;
	transition: all 300ms 0s ease-in-out;
}
.show_btn_table:hover:before{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms 0s ease-in-out;
	transition: all 300ms 0s ease-in-out;
}
.start_scroll_here:after{
	content: "";
	display: block;
	clear: both;
}
.show_more_table>td>ul:after{
	content: "";
	display: block;
	clear: both;
}
.show_more_table>td>ul:nth-child(odd){
	/* width: 100%;
	background: #d5edff !important; */
}
.show_more_table>td>ul:nth-child(odd) li>ul>li:first-child{
	background: #e8e8e8 !important;
}
.show_more_table>td>ul:nth-child(odd) li>ul>li:last-child{
	background: #f1f1f1 !important;
}
.show_more_table>td>ul>li>ul>li:first-child{
	background: #f3f3d6 !important;
}
.show_more_table>td>ul>li>ul>li:last-child{
	background: #fffff0 !important;
}
.show_more_table>td>ul>li>ul>li{
	width: 48%;
	float: right;
	padding: 0px 1%;
}
.show_more_table>td{
	padding: 0px;
}
/* show more table style */
.show_more_table tr>td{
	width: 48%;
	padding: 0px 1%;
}
.show_more_table tr:nth-child(odd) td{
	background: #e1eeff;
}
.show_more_table tr:nth-child(even) td{
	background: #ffffeb;
}
tr.show_more_table>td>table>tbody>tr>td{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
tr.show_more_table>td>table>tbody>tr:hover td{
	background: #e4e4e4 !important;
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.disabled{
	position: absolute;
	background: rgba(255, 255, 255, 0);
	cursor: not-allowed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=1);
	right: 0px;
	top: 0px;
}
.pagination{
	margin-top: 22px;
	text-align: center;
}
.pagination>li>a{
	color: white;
	display: block;
}
.pagination>li{
	width: 30px;
	display: inline-block;
	margin-right: 5px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color: white;
	border: 1px solid #6d963b;
	-webkit-box-shadow: inset 0 1px 2px #a2c873;
	-moz-box-shadow: inset 0 1px 2px #a2c873;
	box-shadow: inset 0 1px 2px #a2c873;
	background: #82b346;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
	background-image: -webkit-linear-gradient(top, #96c161, #82b346);
	background-image: -moz-linear-gradient(top, #96c161, #82b346);
	background-image: -o-linear-gradient(top, #96c161, #82b346);
	background-image: linear-gradient(top, #96c161, #82b346);
}
.pagination>.active{
	background: #CCC none repeat scroll 0% 0% !important;
	border: 1px solid #A7A7A7 !important;
}
.right_sidebar>.logo{
	margin: 10px 0px;
	text-align: center;
}
.edit_setting>label.title{
	display: block;
	margin-bottom: 12px;
}
.edit_setting>label.title>input, .edit_setting>label>textarea[name="address"]{
	width: 50%;
	display: inline-block;
	padding-right: 4px;
	height: 32px;
	font: 16px tahoma;
	margin: 0px 12px auto;
	text-align: right;
	margin-right: 5px;
}
.edit_setting>label.title>input:after, .edit_setting>label>textarea[name="address"]:after{
	clear: both;
}
.edit_setting>label>span{
	width: 160px;
	float: right;
	line-height: 22px;
}
.separate_line{
	width: 100%;
	border-bottom: 1px dashed #a7a7a7;
	margin: 22px 0px;
}
.edit_setting>input[type="submit"]{
	width: 408px !important;
	margin-right: 163px;
	background: #409f6c;
	display: block;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 4px 0px;
	cursor: pointer;
	font: 18px BYekan;
	margin-bottom: 6px;
}
.edit_setting>input[type="submit"]:hover{
	background: #376e42;
}
.edit_setting>label.title>input:hover, .edit_setting>label.title>textarea:hover{
	border: 1px solid rgba(0, 162, 197, 1);
}
.edit_setting>label.title>input:focus, .edit_setting>label.title>textarea:focus{
	border: 1px solid rgba(0, 131, 174, 1);
	-moz-box-shadow: 0 0 5px #00AEE7;
	-webkit-box-shadow: 0 0 5px #00AEE7;
	box-shadow: 0px 0px 5px #00AEE7;
}
.see_details{
	color: #00A3D9;
	cursor: zoom-in;
	position: relative;
}
.show_details_block:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 7px;
	border-color: transparent transparent transparent #ffffff;
	top: 7px;
	right: -6px;
}
.show_details_block{
	opacity: 0;
	visibility: hidden;
	/* effect start */
	-webkit-transition: all 0.28s ease-in-out;
	-moz-transition: all 0.28s ease-in-out;
	-ms-transition: all 0.28s ease-in-out;
	-o-transition: all 0.28s ease-in-out;
	transition: all 0.28s ease-in-out;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	/* effect end */
	background: white;
	border: 1px solid #CCC;
	padding: 5px;
	position: absolute;
	color: #003143;
	right: 48px;
	top: -9px;
	width: 290px;
	z-index: 99;
}
.see_details:hover .show_details_block{
	opacity: 1;
	visibility: visible;
	/* effect start */
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	/* effect end */
}
.show_details_block>table>tbody>tr>td{
	line-height: 17px;
	vertical-align: middle;
}
.add_factor_block{
	width: 790px;
	max-height: 500px;
	position: absolute;
	background: white;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	margin: 0px auto;
	z-index: 99;
	padding: 27px 9px;
	overflow-y: scroll;
	box-shadow: 0px 0px 21px black;
}
.add_factor_block>form>table>tbody>tr>td, .add_factor_block>form>table>tbody>tr>th{
	border: 1px solid white !important;
	background: white;
	color: black !important;
	vertical-align: middle !important;
}
.add_factor_block>form>table>tbody>tr>th.factor_title{
	text-align: center !important;
	font: 22px BYekan !important;
	background: none !important;
	color: black !important;
}
.add_factor_block>form>table>tbody>tr>th{
	text-align: center !important;
	font: 16px BYekan !important;
}
.add_factor_block>form>table.has_border>tbody>tr>th, .add_factor_block>form>table.has_border>tbody>tr>td{
	border: 1px solid black !important;
	text-align: center !important;
}
.make_middle{
	vertical-align: middle;
}
.add_factor_block>form>table.has_border>tbody>tr>th.tahoma_style{
	font: 17px tahoma !important;
}
.add_factor_block>form>table.has_border>tbody>tr>th.no_bottom_right_border{
	border-bottom: none !important;
	border-right: none !important;
	text-align: right !important;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input{
	text-align: center !important;
}
.factor_exit_btn{
	background: #cc0000;
	color: white;
	border-radius: 20px;
	height: 17px;
	width: 17px;
	display: block;
	text-align: center;
	font: 12px/17px tahoma;
	padding: 2px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -7px;
	z-index: 9999;
}
.factor_keeper_tools{
	position: relative;
	display: none;
}
.factor_exit_btn:hover{
	background: darkred;
}
.two_div_get{
	position: fixed;
	top: 20px;
	cursor: move;
	z-index: 9999;
}
.two_div_get:after{
	content: "";
	display: block;
	clear: both;
}
.add_remove{
	text-align: center;
	margin-bottom: 4px;
}
.add_remove:after{
	content: '';
	clear: both;
	display: block;
}
.add_remove_btn{
	cursor: pointer;
	padding: 2px;
	float: right;
	width: 26px;
	height: 26px;
	font: bold 25px/26px Arial Black;
}
.add_input{
	color: #006d51;
	background: #00b285;
}
.del_input{
	color: #8e000c;
	background: #f14051;
}
input[name=total_price]{
	text-align: center !important;
}
textarea[name=add_tips]{
	text-align: right !important;
	width: 620px !important;
}
.add_factor_block>form>table.has_border>tbody>tr>th>label>textarea[name="add_tips[]"]{
	text-align: right;
	width: 628px !important;
}
.factor_item_add{
	margin-top: 30px;
}
.del_factor_item_btn, .edit_factor_item_btn{
	cursor: pointer;
	display: inline-block;
	padding: 0px 6px;
	text-align: center;
}
.blue_btn{
	color: dodgerblue;
}
.red_btn{
	color: red;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input[name="stuff_tips[]"]{
	width: 350px !important;
	border: none !important;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input[name="stuff_code[]"]{
	width: 38px !important;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input[name="stuff_price[]"]{
	width: 75px !important;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input[name="stuff_total[]"]{
	width: 95px !important;
}
.add_factor_block>form>table.has_border>tbody>tr>th>input[name="total_price[]"]{
	width: 120px !important;
}
.add_factor_block>form>table.has_border>tbody>tr>td>input[name="stuff_number[]"]{
	width: 55px !important;
}
.gray_me{
	background: #CCC !important;
}
@media print {
	.right_sidebar{
		display: none;
	}
	.add_factor_block{
		max-height: 100%;
		overflow-y: auto;
		width: 98%;
		border: none;
		box-shadow: none;
	}
	.factor_exit_btn{
		display: none;
	}
	.wrapper {
		background: white;
		border: none;
	}
	.form_title{
		display: none;
	}
	#result>table, .pagination{
		visibility: hidden;
	}
	.gray_me{
		background: #CCC !important;
	}
}
.send_factor{
	font-weight: bold;
	color: #39bd39;
}
.show_factor{
	font-weight: bold;
	color: #000000 !important;
}
.accepttion_btn {
	cursor: pointer;
	padding: 2px;
	width: 100%;
	height: 26px;
	font: 20px/26px BYekan;
	margin-top: 3px;
	text-align: center;
	border-radius: 6px;
}
.accept{
	color: #113e32;
	background: #00b285;
}
.deny{
	color: #5f181e;
	background: #f14051;
}
.accept:hover{color: #ffffff;background: #00a374;}
.deny:hover{color: #ffffff;background: #d43346;}
.btn_margin_center{
	margin: 0px auto;
	width: 490px;
}
.reply_msg{
	text-align: right;
	font: 12px tahoma;
}
.show_more_class td{
	vertical-align: middle;
}
.send_msg_btn{
	background: #409f6c;
	display: block;
	width: 100%;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 4px 0px;
	cursor: pointer;
	font: 18px BYekan;
	margin-bottom: 6px;
}
.send_msg_btn:hover{
	background: #376e42;
}
.pop_up_fullscreen{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
.pop_up_box{
	position: fixed;
	left: 35%;
	width: 30%;
	min-height: 200px;
	max-height: 400px;
	background: white;
	z-index: 99999;
	top: 10%;
	border-radius: 10px;
	border-bottom: 7px solid rgba(0, 0, 0, 0.84);
}
.pop_up_box>.header{
	width: 100%;
	font: 28px/36px BYekan;
	text-align: center;
	color: #E91E63;
	background: #efefef;
	border-bottom: 2px solid #CCC;
	position: relative;
}
.pop_up_box>.header>.pop_up_exit_btn{
	position: absolute;
	width: 38px;
	height: 38px;
	border: none;
	background: #E91E63;
	font: bold 16px Arial Black;
	color: #88002e;
	cursor: pointer;
	top: 0px;
	left: 0px;
}
.pop_up_box>.pop_up_content{
	padding: 14px;
	font: 15px/21px Byekan;
}
.pop_up_text{
	display: block;
	height: 70px;
	text-align: right;
}
[name="pop_up_enable"]{
	width: auto !important;
	height: auto !important;
	margin-top: 9px !important;
}
.no_bottom_right_border p{
	line-height: 14px;
 }
.wait{
	display: none;
	position: absolute;
	width: 100%;
	background: #00BCD4;
	right: 0px;
	top: 0px;
	text-align: center;
	color: white;
}
.read_table{
	background-color: #F6F6F6;
}
.unread_table{
	background-color: #e3ffc3;
}
.accFactorData .unread_table{
	background-color: #ffe9a6;
}
.print_btn{
	width: 200px;
	background: green;
	border: none;
	font: 14px/42px BYekan;
	color: white;
	display: block;
	margin: 6px auto;
	cursor: pointer;
	border-radius: 5px;
}
.show_in_print{
	display: none;
}
.forget_password a{
	display: block;
	color: #9e9e9e;
	background: #ebebeb;
	width: 160px;
	margin: 10px auto;
	padding: 4px 2px;
	border-radius: 80px;
	line-height: 17px;
	text-align: center;
}
.fill_email{
	width: 100%;
	background: beige;
	display: block;
	padding: 12px 2px;
	text-align: center;
	color: #5f5f5f;
	font: 18px BYekan;
}
.function_box{
	display: block;
	text-align: center;
	padding: 12px;
	width: 310px;
	margin: 60px auto;
	line-height: 30px;
	font: 21px BYekan;
}
.info.function_box{
	background: #f44336;
	color: white;
	border-radius: 5px;
}
.goto_main_site{
	display: block;
	margin: 12px auto;
	background: #ffeb3b;
	border-radius: 30px;
	width: 180px;
	font: 18px BYekan;
	box-shadow: 0px 3px 9px #ffeb3b96;
	color: #666666 !important;
	text-align: center;
}
#search_customers{
	display: flex;
	width: 651px;
	margin: 22px auto;
}
#search_customers [name=submit_search_customers]{
	font: 18px BYekan;
	background: #8bc34a;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border: none;
	width: 140px;
	color: white;
	height: 41px;
	margin-top: 2px;
}
#search_customers .select2-selection{
	height: 40px;
	display: flex;
	align-items: center;
	margin: 2px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 9px !important;
}
.notification_list{
	display: flex;
}
.notification_list li{
	width: 120px;
	background: aliceblue;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 6px;
	margin: 8px;
	padding: 12px 4px;
	text-align: center;
}
.notification_list li .view{
	background: #409f6c;
	border-radius: 10px;
	padding: 2px 8px;
	margin-top: 8px;
	color: white;
	box-shadow: 1px 1px 6px 3px #8bc34a85;
}
.notification_list li.factorAcc{
	background: #ffc107;
	position: relative;
}

.notification_list .counter{
	background: #f44336;
	border-radius: 70px;
	height: 20px;
	width: 20px;
	padding: 4px;
	color: white;
	line-height: 16px;
	margin-top: -24px;
	text-align: center;
	box-shadow: 0px 0px 3px #f44336;
	margin-bottom: 3px;
}
/* Print Form */
@page {
	size: A4;
	margin: 0;
}
@media print{html, body{direction: rtl;width: 210mm;height: 297mm;}.page{margin: 0;border: initial;border-radius: initial;width: initial;min-height: initial;box-shadow: initial;background: initial;page-break-after: always;}}