.rtl{
	direction:rtl;
}
.ltr{
	direction: ltr;
}
#sidebar ul li span{
	font-size:18px;
}
.engfont{
	font-family: verdana,arial;
}
.font18{
	font-size: 18px;
}
.blogtable tr th{
	font-size: 22px;
}
.blogtable tr td{
	font-size: 18px;
}
.activen{
	background:radial-gradient(#a7a7a7, transparent)
}
.dataTables_filter input{
	direction:rtl;
	font-size:17px;
}
.newblogform label.control-label , div.controls{
	float:right;
}
div.control-group{
	float:right !important;
	width:50%;
}
.newblogform input, textarea{
	font-weight:bold;
}
.newblogform .select2-container{
	width:100% !important;
}
.disnone{
	display:none !important;
}
.padd8{
	padding:8px;
}
.clearboth{
	clear:both !important;
}
div.control-group01{
	float:right !important;
	width:100%;
}
.width100{
	width:100% !important;
}
th{
	font-size:18px !important;
	color:#FF3333 !important;
}
.blucolor{
	color:#002CD8 !important;
}
.curspoiter{
	cursor:pointer !important;
}
.brdrd{
	border:solid 1px #ADADAD;
	border-radius:4px;
	padding:2px 5px;
	background-color:#EFEFEF;
	cursor:default;
	float:right;
	margin:5px 30px;
	direction:ltr;
}
.quick-actions li.active{
	background-color:#FFFFFF;
	color:#000 !important;
}
video{
    max-width: 100%;
}
.redcolor{
    color: #f00;
}
.visihid{
    visibility: hidden;
}