/* put your own styles to customize and override the theme */

body{
	font-family: Nunito, sans-serif;
}
.arabic{
	font-family: 'Tahoma';
}
.app-header-dark{
	background-color: #40408c;
}
.auth-header{
	background-color: #40408c;
}

.btn-primary{
	background-color: #40408c;
	border-color: #40408c;	
}

.btn-primary:hover , .btn-primary:active{
	background-color: #40408c;
	border-color: #40408c;		
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #40408c;
	border-color: #40408c;			
}

.btn-primary:disabled, .btn-primary.disabled{
	background-color: #40408c;
	border-color: #40408c;				
}

.form-control:focus{
	border-color: #40408c;
	box-shadow: 0 0 0 1px #40408c
}

.menu-item>a>.subicon>img{
	opacity: 0.4;
	height: 15px;
}
.menu-item.has-active>a>.subicon>img{
	opacity: 1;
}

.stacked-menu>.menu>.menu-item.has-active>.menu-link{
	background-color: rgba(0,0,0,.06);
}


.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 4px 10px;
}
.select2-container .select2-selection--single{
	height: 35px;
}


.card > .table-bordered {
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}