@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/NotoKufiArabic-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    color:#000;
		background-color:#000405;
    background-image:url('../images/background.jpeg');
		font-family: 'Noto Kufi Arabic', 'Open Sans', sans-serif;
		font-size:16px;
		line-height:1.9;
		text-align:right;
}

h1{
    font-size: 26px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 22px;
}

h4{
    font-size: 20px;
}

h5{
    font-size: 18px;
}

h6{
    font-size: 16px;
}
.page{
	background-color:#fff;
	background-color: #fff;
	border: 2px solid #002b71;
	border-radius: 10px;
	margin:20px 10px 10px 10px;
}

.page-title{
	text-align:center;
	background-color:#002b71;
	color:#fff;
	padding:7px;
	text-align:center;
}

.page-content{
	padding:15px;
}

a:hover{
	text-decoration:none;
}

img { 
    max-width: 100%; 
}
.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

/* HEADER CSS */
#header {
    margin-top: 15px;
}
#menu {
    background-color:#1D7DEB;
    text-align: center;
}
#menu li.active {
    background-color:white;
}
#menu li.active a {
    color:#000;
}
#menu li {
    padding: 10px 30px;
}
#menu a {
    color:#fff;
    font-size:20px;
}
#menu .menu-item{
    list-style-type: none;
    display: inline-block;
}

.social{
	padding:0;
	margin:0;
}

.social .fa {
    font-size: 25px;
    padding: 5px;
    margin: 5px;
}
.social a {
    color: #fff;
    text-decoration: none;
}
.social li{
	list-style:none;
	float:left;
}
ul#menu {
    margin-top: 30px;
}
#menu li {
    color: #fff;
    border-right: 1px solid black;
}

.box {
    padding: 0px;
    background-color: #fff;
    border: 2px solid #002b71;
    border-radius: 10px;
}

.box-title{
	background-color:#002b71;
	color:#fff;
	padding:7px;
	text-align:center;
}

.box-contents{
	padding:10px;
}

.in-numbers ul {
    text-align: right;
    padding: 10px;
}

.in-numbers ul li {
    list-style-type: none; 
    font-size: 18px;
    margin: 10px 0;
    margin-right: 20px;
}

.calendar-left {
    margin-right: 10px;
    border: 3px solid green;
    border-radius: 20px;
}

.calendar-right {
    border: 3px solid green;
    border-radius: 20px;
    margin-top:40px!important;
    background-color:#fff;
    color:#000;
    padding:20px;
}

.footer-column {
   padding-right: 30px;
   border-left: 1px solid white;
}

.footer-column:last-child{
   padding-right: 30px;
   border-left: none;
}

@media(max-width:991px)
{
	.footer-column {
		 border-left: 0;
	}
}

footer{
}

footer a{
	color:#fff;
}

footer a:hover{
	color:#6da2f9;
}

.calendar div {
  width:100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
   width: 80px;
}

.ui-datepicker td span, .ui-datepicker td a{
	text-align:center;
}

.ui-datepicker td a:after
{
    content: "";
    display: block;
    text-align: center;
    color: red;
    font-size: small;
    font-weight: bold;
}  

.vertical-center.col-lg-10 {
    padding-left:0;
}


/* RESPONSIVENESS */
@media only screen and (max-width: 1200px) {
    #menu li{
        padding:10px;
    }
    #menu li a {
        font-size:14px;
    }
    #menu {
        padding-left:0;
    }
    #header .col-lg-5 {
        padding-left:0;
    }
    
    .calendar-right img[alt='profile'] {
        width:400px;
        margin-bottom:30px;
    }
    .vertical-center.col-lg-2 {
        padding-left:0;
    }
}

.logo{
	width:100%;
	max-width:180px;
}

.ad{
	width:100%;
	max-width:700px;
	max-height:110px;
	min-height:60px;
}

.search-text{
	padding:10px !important;
	height:40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	font-size:15px;
}


.search-button, .extended-search, .login{
	height:40px;
	padding:0 10px;
	cursor:pointer;
	border: 1px solid #989897;
	background-color: #dedcdc;
	font-size:15px;
	border-radius:0;
}

.login{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}


.login:hover, .search-button:hover, .extended-search:hover{
	background-color: #e8e8e2;
	color:#0404a7;
}

.fa-instagram:hover{
	color: #517fa4;
}

.fa-youtube:hover{
	color: #bb0000;
}

.fa-twitter:hover{
	color: #00aced;
}

.fa-facebook:hover{
	color: #3b5998;
}

.logo:hover {
  transform: scale(1.1);
}

@media(max-width:991px){
	.social .fa{
		margin: 2px;
		font-size: 23px;
	}
}

@media(max-width:767px){
	.social .fa{
		margin: 2px;
		font-size: 20px;
	}
	
	.login, .search-button, .extended-search, .search-text{
		font-size:12px;
		
	}
		
	.order1{
		order:1
	}
	.order2{
		order:2
	}
}

@media(max-width:575px)
{
	.search-text{
		width:125px;
	}
}

@media(max-width:399px)
{
	
	.login, .extended-search{
		padding: 1px 6px;
	}
	
}

.main-menu {
    height: 50px;
    background: #002b71; 
}

@media (max-width: 991px) {
	.main-menu {
		height: auto; 
	} 
}

@media (max-width: 575px) {
	.main-menu {
		padding: 0px 15px; 
	} 
}

.main-menu .navbar {
	width: 100%;
	padding: 9px 5px 5px;
	position: relative; 
}

.main-menu .navbar ul li:first-child a {
	padding-right: 0; 
}

.main-menu .navbar ul li a 
{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	height: 30px;
	display: block;
	font-size: 15px;
	padding: 0px 13px 0;
	margin: 0 2px;
	line-height: 2;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}

.main-menu .navbar ul li a:hover 
{
	opacity: .7; 
}

@media (max-width: 767px) 
{
	.main-menu .navbar ul
	{
		margin:0;
		padding:0;
		
	}
	
	.main-menu .navbar ul li a 
	{
		padding: 0px 10px 0;
		text-shadow: 0px 0px 3px #000;
		font-size: 12px; 
	} 
}

.main-menu .navbar ul li:nth-last-child(2) a, .main-menu .navbar ul li:last-child a
{
	border-left: 0; 
}
	

.dropdown-menu{
	background: #002b71; 
	top:35px;
}

.dropdown-menu li{
	text-align:right;
	padding:5px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

.quick-links-title{
	font-size:18px;
	background-color:#002b71;
	color:#fff;
}

.chart{
	width:100%;
	height:100%;
}

.more{
	color:#fefffb;
	border:0;
	background-color:#002b71;
	padding:5px 20px;
	margin-bottom:20px;
	border-radius:10px;
}

.more:hover{
	color:#feff00;
}

.articleImage{
	width:90%;
	max-width:400px;
}

.share-button{
	font-size:25px;
}


.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.loginBtn a{
	color:#fff;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.mazloom-photo{
	border-radius:50%;
	width:150px;
	height:150px;
	margin:5px;
}

.album-photo{
	max-width:300px;
	max-height:300px;
	margin:5px;
}

label{
	/*font-weight:bold;*/
}

.border {
    border: 1px solid #dee2e682!important;
}

.pagination {
  display: inline-block;
  float: right; }

.pagination li {
  color: black;
  float: right;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #f6f6f7; 
}

.pagination li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #07707c; 
}

.pagination li.active {
  background-color: #002b71;
	color: white;
	border: 1px solid #002b71; 
}

.pagination li:hover:not(.active) {
  background-color: #ddd; 
}

.pagination li:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #07707c; 
}

.pagination li:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #07707c; 
}

.footer-links{
	color:white;
	font-size:14px;
}

th{
	text-align:center;
}


/* Popup Styles*/
.popupHeader {
		font-size: 16px;
		text-transform: uppercase;
}

.popupHeader {
		background: #F4F4F2;
		position: relative;
		padding: 10px 20px;
		border-bottom: 1px solid #DDD;
		font-weight: bold;
}

.popupHeader .modal_close {
		position: absolute;
		top: 0;
		padding: 10px 15px;
		background: #E4E4E2;
		cursor: pointer;
		color: #aaa;
		font-size: 16px;
}

.popupBody {
		padding: 20px;
}
/* Social Login Form */

.social_login {}

.social_login .social_box {
		display: block;
		clear: both;
		padding: 10px;
		margin-bottom: 10px;
		background: #F4F4F2;
		overflow: hidden;
}

.social_login .icon {
		display: block;
		width: 35px;
		padding: 5px 10px;
		color: #FFF;
		font-size: 16px;
		text-align: center;
}

.social_login .fb .icon {
		background: #3B5998;
}

.social_login .google .icon {
		background: #DD4B39;
}

.social_login .icon_title {
		display: block;
		padding: 5px 0;
		float: left;
		font-weight: bold;
		font-size: 16px;
		color: #777;
}

.social_login .social_box:hover {
		background: #E4E4E2;
}

#lean_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.popupContainer {
		position: absolute;
		width: 360px;
		height: auto;
		left: 45%;
		top: 60px;
		background: #FFF;
}

.select2-selection__rendered {
    line-height: 38px !important;
		
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
}

.responsiv-uploader-fileupload.style-image-single .upload-button{
	float:right !important;
}

.mazloom-name{
	background-color: #ffffff;
    border-color: #002b71;
    border-style: solid;
    padding: 5px;
    border-width: 1px;
}

.about-mazloom{
    background-color: #deebff;
    padding: 9px;
}

.photo-album{
	background-color:#002b71d6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.photo-title{
	border-color: #002b71d6;
    border-style: solid;
    padding: 5px;
    border-width: 2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.photo-album img{
	border-width:1px;
	border-color:#fff;
	/*border-style: solid;*/
}

.pointer{
	cursor:pointer;
}

.modal-header .close {
	left: 0;
    position: absolute;
}

.change-list{
	background-color: #deebff;
    border: solid #002b71 1px;
	padding:5px;
}

.grey-border{
	border-color: #f3f2f2;
    border-width: 1px;
    border-style: solid;
	padding:0 5px;
}