@font-face {
	font-family: 'byekan';
	src: url('fonts/byekan.eot?#') format('eot'), url('fonts/byekan.woff') format('woff'), url('fonts/byekan.ttf') format('truetype');
}
#list_order .table{
	 width: 97%;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-collapse: collapse;
	font-family:byekan,tahoma;
	font-size:14px;
}
#list_order .table thead tr th{
	background-color: #DCDCDC;
    text-align: right;
    padding: 10px;
}
#list_order .table tbody tr{
	background:#FFF;
	border-bottom: 1px solid #959595;
}
#list_order .table tbody tr td{
	padding:10px;
}
#sefaresh{
	background: #fff;
    padding: 5px;
    margin-top: 15px;
    width: 97%;
}
#sefaresh ul li{
	list-style: url(images/right.gif);
    padding: 5px;
    border-bottom: 1px dashed;
    font-weight: bold;
	font-family:byekan,tahoma;
	    margin-right: 30px;
	font-size:14px;	
}
#sefaresh ul li span{
	font-weight:normal;
}
#sefaresh .item_kala{
	    color: #3383FB;
}
#sefaresh .title_item_kala{
	color:#F00;
	font-size:16px;
}
.swal2-modal h2{
	font-family:byekan,tahoma;
}
.swal2-content{
	font-family:byekan,tahoma;
}

.swal2-confirm{
	font-family: byekan,tahoma;
    border-left-color: rgb(48, 133, 214);
    border-right-color: rgb(48, 133, 214);
    background-color: rgb(48, 133, 214);
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer;
}
.swal2-cancel{
	font-family:byekan,tahoma;
	background-color: rgb(221, 51, 51);
	border-left-color: rgb(221, 51, 51);
    border-right-color: rgb(221, 51, 51);
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer;
}
.swal2-textarea{
	font-family:byekan,tahoma;
	font-size:14px;
}