/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body{
	direction:rtl;
}
body,h1,h2,h3,h4,h5,h6,p,div,a,li,ul,section#header .logo-text{
	font-family:VahabOnline;
}
section#header .logo-text{
	font-weight: 700;
	font-size: 29px;
}
.panel-sidebar .panel-title{
	font-family:VahabOnline;
	font-weight:bold;
}
.h1, h1 {
    font-size: 25px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 19px;
}
.h4, h4 {
    font-size: 17px;
}
.h5, h5 {
    font-size: 15px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    right: unset !important;
    left: 8px !important;
}