@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding-top: 71px;
	padding-bottom: 32px; /*min-width:1200px !important;*/
	overflow: auto;
	width: 100%;
/* 	font-family: Tahoma, Helvetica, sans-serif; */
	/* font-family: 'Rubik', sans-serif; */
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px; /*min-width:350px;*/
	background-color:  #FEFCFF;
	direction: rtl !important;
     overflow-x: hidden !important;
    font-family: 'Tajawal', 'Baloo 2', sans-serif;

	/*"Microsoft Sans Serif"
*/
}


.container {padding-bottom: 15px;}



h1, h2, h3, h4, h5, h6 {
	color: #2a4660;
}


.btn-default {
	color: #2a4660; border-color: #2a4660;
}


.btn-default:hover {
	background-color: #007bff;  color: #FFFFFF; border-color: #007bff;
}

.btn-primary {
	background-color: #2a4660;
	color: #FFF;
	border-color: #2a4660;
}

/*Header CSS Start*/

       

.MunLogo { position: fixed; top: 0px; left: 0px;
	
}

.MunLogo img {
	position: absolute;
	left: 15px;
	height: 95px;
	width: auto;
	margin-top: 3px;
}


.navbar-toggler {
	
	
	position: fixed; top:15px; right:15px;
}


.navbar {min-height: 70px; background-color: #2a4660 !important; direction: rtl !important;

}


.breadcrumb {padding: 5px 10px;; font-size: .8em; direction: rtl !important;}


.backBlue { background-color:#2a4660 !important; padding: 5px 20px;;  }



.textEnd { float: right; text-align: right; }




/*Table Style start*/
table th {
  text-align: center;
  background-color: #2a4660 !important;
  color: #FFF !important;
  vertical-align: middle !important;
  padding: 10px;
  font-size: .9em;
}
table td {
  vertical-align: middle !important;
  padding: 5px 10px 5px 10px;
}
table tr:nth-child(even) {
  border-color: #94a2af;
  background-color: #f9f9f9;
}
table th a:link {
  color: #FFF;
}
table th a:hover {
  color: #FFF;
}
table th a:active {
  color: #FFF;
}
table th a:visited {
  color: #FFF;
}


.dataTables_wrapper input { border:1px solid #888788 !important ;}

/*Table Style End*/



@media ( min-width :767px) and (max-width:1125px) {
	.MunLogo img {
		height: 60px;
		width: auto;
	}
	/*.navbar-brand {
		font-size: 10px;
	}*/
	/*.navbar-default .navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 10px;
	}*/
}

@media ( max-width : 485px) {
	.MunLogo img { position: fixed; top: 0px; left: 0px;
		height: auto;
		width: 75%;
	}
}


/*Header CSS End*/









/* FOOTER */
footer {
	height: 30px;
	padding: 5px;
	background-color: #2a4660 !important;
	color: #ededee;
	box-shadow: 0 0 3px #666;
	line-height: 25px;
	-moz-transition: height 0.2s ease;
	-webkit-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

footer:hover {
	height: 300px;
	-moz-transition: height 0.5s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* IE 8 */
	filter: alpha(opacity = 95); /* IE 5-7 */
	-moz-opacity: 0.95; /* Netscape */
	-khtml-opacity: 0.95; /* Safari 1.x */
	opacity: 0.95; /* Good browsers */
}

footer a:link {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #999;
	text-decoration: none;
}

footer a:active {
	color: #999;
	text-decoration: none;
}

footer a:visited {
	color: #FFF;
	text-decoration: none;
}

footer ul li {
	list-style-type: none;
}

/* SIDE MENU  STYLE  */
#wrapper {
	overflow-x: hidden;
}

#sidebar-wrapper {
	min-height: 93vh;
	margin-right: -15rem;
	padding: 5px;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}

#wrapper .bg-dark {
	background-color: #2a4660 !important;
}

#wrapper .menu-list-item  {
	color: #FFFFFF;
	background-color: #3f5870 !important;
	border-radius: 3px;
	margin-bottom: 5px;
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 15px;
}

#wrapper .menu-list-item:hover {
	background-color: #007bff !important;
}

#wrapper .menuLogout:hover { background-color:#dc3545 !important;}


/*#wrapper .list-group-item .fas {float:none !important; }*/

/*#wrapper.toggled .list-group-item .fas {  float: right !important; margin-top: 0px !important;}*/
.sidebar-heading .fas {
	float: left;
	color: #FFFFFF;
	height: 50px;
}

#sidebar-wrapper .list-group-item .fas {
	float: left;
}

#page-content-wrapper { padding-left: 55px; margin-top: 9px;
	
}

#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 0.7rem;
	font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
	width: 17rem;
}

#page-content-wrapper {
	min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
	margin-right: 0;
}

@media ( min-width : 1000px) {
	#sidebar-wrapper {
		margin-right: 0;
	}
	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
	#wrapper.toggled #sidebar-wrapper {
		margin-right: -15rem;
	}
}

/*Side Menu End*/

.glow { text-shadow: 0px 0px 5px #FFFFFF; }