/* home page css */
/* home page css */
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/notosans-regular-webfont.woff2") format("woff2"),
		url("../fonts/notosans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
		url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Jameel Noori Nastaleeq";
	src: url("../urdu-fonts/nafees-nastaleeq-webfont.eot");
	src: url("../urdu-fonts/nafees-nastaleeq-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../urdu-fonts/nafees-nastaleeq-webfont.woff") format("woff"),
		url("../urdu-fonts/Nafees-Nastaleeq.ttf") format("truetype"),
		url("../urdu-fonts/nafees-nastaleeq-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.urdu,
form .select-eng-urdu,
form .select-urdu {
	font-family: "Jameel Noori Nastaleeq";
}

form .select-eng-urdu,
form .select-urdu {
	height: auto;
	padding: 0px 10px;
	word-spacing: 3px;
}
form .select-urdu {
	direction: rtl;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	background: #f9f9f9;
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #139352;
	border-color: #006633;
	color: #f0f0f0;
}
.footer p {
	margin-bottom: 0;
}
.footer a {
	color: #f0f0f0;
}

.mt-25 {
	margin-top: 25px !important;
}
.p-0 {
	padding: 0 !important;
}
.logo-header {
	background: url(../images/scjsialkot.jpg) no-repeat 0;
	background-size: 100% 100%;
	padding: 50px 0;
}
.logo-header .logo a {
	text-decoration: none;
	color: white; /* Text color */
	text-shadow: -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black, 1px 1px 0 black;
}
.logo-header .logo h2 {
	font-size: 60px;
	margin: 0;
}
.navbar-inverse,
header .top-menu {
	background-color: #139352;
	border-color: #006633;
	border-radius: 0;
}
.navbar .navbar-brand {
	color: #fff;
}
.navbar .navbar-brand.active,
.navbar .nav li > a:hover {
	background-color: #006633;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
button.btn.active.focus,
button.btn.btn.active:focus,
button.btn.btn.active:hover,
button.btn:active.focus,
button.btn:active:focus,
button.btn:active:hover,
button.btn:focus {
	background-color: #01223f;
	border-color: #122b40;
}
button:focus,
button.btn:focus {
	outline: none;
}
button:focus-visible,
button.btn:focus-visible {
	outline: none;
}
button.btn.active.focus,
button.btn.active:focus,
button.btn.focus,
button.btn:active.focus,
button.btn:active:focus,
button.btn:focus {
	outline: none;
	outline-offset: 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.navbar a {
	color: #f5f5f5;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
	background-color: #236eaf;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px !important;
	padding-left: 12px !important;
}

.select2-hidden-accessible.parsley-error ~ .select2-container--default .select2-selection--single {
	border-color: #f05050 !important;
}

/* === HEADING PAGE TITLE === */
.page-title {
	margin-bottom: 20px;
}
.page-title > h1 {
	font-size: 3rem;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #080808;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.page-title h1 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
}
.page-title h1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: #111;
}
.page-title h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: #333;
}
#searchForm .col-sm-2,
#searchForm .col-sm-4,
#searchForm .col-sm-5,
#searchForm .col-sm-8,
#searchForm .col-md-2,
#searchForm .col-md-3,
#searchForm .col-md-4 {
	padding-left: 6px;
	padding-right: 6px;
}

.table-responsive div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}

.search-form {
	border-bottom: 3px solid #ddd;
	box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 10%);
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.search-form .row {
	margin-right: 0;
	margin-left: 0;
}
.search-form .submit {
	margin-bottom: 15px;
}

table.dataTable thead th.text-center,
table.dataTable thead td.text-center,
table.dataTable tfoot th.text-center,
table.dataTable tfoot td.text-center {
	text-align: center;
}
table.dataTable thead th.text-left,
table.dataTable thead td.text-left,
table.dataTable tfoot th.text-left,
table.dataTable tfoot td.text-left {
	text-align: left;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
	vertical-align: middle !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #5d9cec;
	border-color: #5d9cec;
}

/* screen size is greater than @media (max-width: 768px) */
@media (min-width: 768px) {
	.search-form .submit {
		margin-top: 25px;
	}
}

/* screen size is greater than @media (max-width: 992px) */
@media (min-width: 992px) {
	.footer .col-lg-8 {
		text-align: left;
	}
	.footer .col-lg-4 {
		text-align: right;
	}
}

/* screen size is less than @media (max-width: 767px) */
@media (max-width: 767px) {
	.logo-header {
		padding: 30px 0;
	}
	.logo-header .logo h2 {
		font-size: 30px;
		margin: 0;
	}
	table.dataTable thead th.text-center,
	table.dataTable thead td.text-center,
	table.dataTable tfoot th.text-center,
	table.dataTable tfoot td.text-center {
		text-align: left;
	}
	table.dataTable > tbody > tr.child td.child ul.dtr-details {
		width: 100%;
	}
	table.dataTable > tbody > tr.child ul.dtr-details > li {
		display: flex;
	}
	table.dataTable > tbody > tr.child td.child ul li {
		text-align: left !important;
	}
	table.dataTable > tbody > tr.child td.child ul li .dtr-title {
		min-width: 180px;
	}
	.table-responsive {
		margin-bottom: 50px;
	}
}
