@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap')

*{
    font-family: "Poppins", sans-serif !important;
}

@page {
	size: landscape;
}

@media print {
	#cssmenu>ul>li>a {
		padding: 14px 4px;
	}
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li {
		float: left;
		padding: 5px 1px ! important;
	}
} 



.main-heading{
  font-weight: 600;
  font-size: 20px;
  color: #3d3d3d;
}

#myTable_length {
  display: inline;
}

.topMargin{margin-top:20px; margin-bottom:20px;}
ul.basicDetails li {
	display: block; 
}

#loadingNew {
	background: url('../images/loaderReportNew.gif') no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}

.bgSet {
	background: #bfdeff;
	padding: 7px;
}

.btn15 {
    background-color: #0192e5;
    color: white;
    font-weight: 600;
    padding: 4px 8px;
    letter-spacing: 1px;
}

.btn14 {
    background-color: #0ec1bd;
    color: white;
    font-weight: 600;
    padding: 4px 8px;
    letter-spacing: 1px;
}
.act {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.errorMessage {
	line-height: 12px !important;
}

/* tooltip start */
.tooltips {
	position: relative;
	display: inline;
}

.tooltips span {
	position: absolute;
	color: #FFFFFF;
	background: #274988;
	font-family: "Poppins", sans-serif !important;
	line-height: 14px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	padding: 5px 10px;
	min-width: 180px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}

.tooltips>span img {
	max-width: 200px;
}

.tooltips[tooltip-position="top"] span {
	margin-left: 10px;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] span {
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.tooltips[tooltip-position="left"] span {
	margin-top: 30px;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] span {
	margin-top: 30px;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.tooltips span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

.tooltips[tooltip-position="top"] span:after {
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #274988;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after {
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border-bottom: 8px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after {
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-left: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after {
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-right: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tooltips:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	filter: alpha(opacity = 100);
}

.tooltips[tooltip-position="top"]:hover span {
	bottom: 30px;
	left: -15%;
	margin-left: -83px;
}

i.fa.fa-question-circle {
	font-size: 16px;
	color: #2474c6;
}

.tooltips[tooltip-position="bottom"]:hover span {
	top: 30px;
	left: 50%;
	margin-left: -76px;
}

.tooltips[tooltip-position="left"]:hover span {
	right: 100%;
	top: 50%;
	margin-top: -15px;
	margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span {
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
}

.tooltips[tooltip-type="primary"]>span {
	background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"]>span:after {
	border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"]>span:after
	{
	border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"]>span:after {
	border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"]>span:after {
	border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"]>span {
	background-color: #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"]>span:after {
	border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"]>span:after
	{
	border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"]>span:after {
	border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"]>span:after {
	border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"]>span {
	background-color: #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"]>span:after {
	border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"]>span:after
	{
	border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"]>span:after {
	border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"]>span:after {
	border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"]>span {
	background-color: #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"]>span:after {
	border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"]>span:after {
	border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"]>span:after {
	border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"]>span:after {
	border-right: 8px solid #c0392b;
}

/*  tooltip end */
ul.buttonstylelist li {
	background: #5f5f5f;
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	font-weight: 500;
	margin: 3px;
}

input#generalBoysNo {
	min-width: 265px;
	max-width: 100%;
}

input#scBoysNo {
	min-width: 106px;
	max-width: 100%;
}

input#saveNsqfVTPDetails_TempDis {
	min-width: 265px;
	max-width: 100%;
}

.font500 {
	font-weight: 500;
}

.font600 {
	font-weight: 600;
}

.cursor {
	cursor: pointer;
}

input[type="radio"] {
	color: black;
	margin-right: 5px;
}

.text-red {
	color: red;
	font-weight: 700;
}

input[type="radio"]:checked {
	color: green;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

a {
	text-decoration: none;
}

.form-control:disabled {
	min-width: 40px;
}

.plr-15 {
	padding-right: 0px;
	padding-left: 0px;
}
/*  .pr0{ padding-right:0px ! importnat;} */
.w48 {
	width: 48% ! important;
}

.w68 {
	width: 85px;
}

html {
	overflow-y: scroll;
}

/* .navbar-nav .show > .nav-link, .navbar-nav .nav-link {
    color: var(--bs-navbar-active-color);
    background: #cfe7ff;
    border-radius: 3px;
} */

.nav-link:hover, .nav-link:focus {
    color:rgb(218 233 255);
       background:#1e60a3;
}
.btn-green, .btn-green:hover {
	background: #0bad55;
	color: white;
}

.btn-lightBlue, .btn-lightBlue:hover, .btn-lightBlue:active {
	background: #4a6fab;
	color: white !important;
}

::-webkit-scrollbar {
	width: 8px;
	height: 13px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px grey;
	border-radius: 10px;
}

.Status li {
	display: inline-table;
}

.Status li:nth-child(2) {
	margin-right: 35px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #696c6d;
	border-radius: 10px;
	background: #0e7093;
}


.nav-link{ color:white;}
body.modal-open {
	/* overflow: visible ! important; */
	padding-right: 0px ! important;
}

.fa-lg {
	line-height: 0.89em ! important;
}

table.dashb thead th {
	font-size: 0.9em;
}

.select2-container {
	width: 100% ! important;
}

.ml35 {
	margin-left: 35px;
}

.mtop-15 {
	margin-bottom: -5px ! important;
}

.mtop-18 {
	margin-bottom: 10px ! important;
}

b, strong {
	font-weight: 600;
	color: #3c3333;
	letter-spacing: 0.8888;
}

button.btn.text-white.font16.btn-sm {
	font-size: 16px;
}

.icon-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.colorSStyle li {
	display: inline-block;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0rem;
}

.header {
	background-color: 3d5873;
}

.topMenu li {
	list-style: none;
	display: inline-block;
	padding-left: 15px;
	color: white;
}

.topMenu li a {
	color: white;
}

.name h3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: 600;
	margin: 0;
}

.bg-light {
	background-color: #29347a !important;
    height: 55px;     
}
.p3{padding:10px; }
.w95{width:97%; margin:0px auto;}
form {
    margin: 0px;
}
ul li.color1 {
	width: 18px;
	height: 18px;
	background: #c3e6cb;
	border-radius: 50px;
	margin-left: 25px;
	margin-right: 8px;
}

ul li.color2 {
	width: 18px;
	height: 18px;
	background: #dddfe2;
	border-radius: 50px;
	margin-left: 25px;
	margin-right: 8px;
}

ul li.color3 {
	width: 18px;
	height: 18px;
	background: #f5c6cb;
	border-radius: 50px;
	margin-left: 25px;
	margin-right: 8px;
}

.cardhover {
	transition: 0.3s;
}

.cardhover:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .5);
}

@media ( min-width : 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .8rem;
		padding-left: .8rem;
	}
}

form#updateUserByBlockPage {
	width: 42px;
}

.carousel-indicators {
	bottom: 5px !important;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px !important;
	height: 10px !important;
	border-radius: 100px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: none;
	border-bottom: none;
	opacity: .5;
	transition: opacity .6s ease;
	border: 2px solid #fbfbfb;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255, 255, 255);
	background-color: #183865;
}

.navbar-brand:hover {
	color: rgb(255, 255, 255) ! important;
	background-color: #183865;
}

.navbar-light .navbar-brand {
	color: rgb(255, 255, 255);
}

li.nav-item, .navbar-light .navbar-brand {
	border-right: 1px solid #3d5a87;
}

.navbar-brand {
	padding-right: 10px;
	margin-right: 0rem;
	padding-left: 10px;
}
.logoutt{color: #D70000;
font-family: "Poppins", sans-serif !important;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 10px; /* 186.667% */
text-transform: capitalize;}
.navbar-light .navbar-nav .active>.nav-link {
	color: rgb(255, 255, 255);
}

.panel-title a {
	color: white ! important;
}

.navbar {
	padding: 0px;

}

.font23 {
	font-size: 16px;
	font-weight: 600;
}

.font-21 {
	font-size: 21px;
}

.cool-link {
	display: inline-block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	height: 28px;
}

.comptBox:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
}

ul.basicDetails {
	position: relative;
	top: -6px;
}

a.ulLink {
	background: #eeb147;
	padding: 8px 10px;
	text-decoration: none;
}

a.nav-link {
	font-size: 14px;
}

.navbar-toggler {
	padding: .2rem .3rem;
	margin-right: 8px;
}

.cool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #02508f;
	transition: width .5s;
	margin-top: 15px ! important;
}

.modal-backdrop.show {
	z-index: auto ! important;
}

.cool-link:hover::after {
	width: 80%;
	margin-top: 15px ! important;
}

.about h2 {
	margin: 0 0 10px 0;
	font-size: 30px ! important;
	font-weight: 600;
	color: #2d3a45;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
}

p {
	margin-top: 0;
	margin-bottom: 0rem ! important;
	font-size: 15px ! important;
}

input#captchaResetPass {
	width: 100%;
}

.tooltip-inner {
	background-color: #3299bb;
	max-width: 250px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before
	{
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #47a3c2;
}

table.dashb thead th, .custom-table th {
	padding: 5px 10px !important;
    background: #E5F5F9;
    font-weight: 600;
    border: 1px solid #e7e7e7; 
    color: #373737;
}

table.dataTable {
	border-collapse: collapse !important;
}

textarea.height350 {
	min-height: 80px ! important;
	height: 100%;
	max-height: 80px ! important;
	width: 100%;
}

.silverDark {
	background: #00b1c1 ! important;
	/* background-image: linear-gradient(to right, #30a7d2, #1b7594);  */
	color: #fff;
}

.silverDark:hover, .silverDark:active {
	background: #00b1c1 ! important;
	/* background-image: linear-gradient(to right, #30a7d2, #1b7594);  */
}
/*  .btn:not([disabled]):not(.disabled) {
	      cursor: pointer;
	      background:#00b1c1 ! important;
	   } 
		   */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1;
	width: 100%;
}

input.btn.btn-info {
	font-size: 12px;
}
/* width */
.header-login {
	background-color: #224d8a !important;
}

.footerWrap {
	background-color: #284676;
	padding: 30px 0;
	bottom: 1px;
	position: relative;
}
.noData{color: #6f6f6f;}
.font15 {
    font-size: 16px;
}

ul.usList {
	padding: 0px;
	margin: 0px;
	box-size: border-box;
}


ul.usList li {
	display: inline-block;
}

.modal-title {
    font-size: 19px;
}

.btn-close {
    --bs-btn-close-color: #fdfdfd;
    font-size: 17px;
    opacity: 1;
}

input[type="radio"] {
    border: 1px solid #838383;
}

.modal-header {
    padding: 8px 10px;
}
.ml2 {
	margin-left: -25px ! important;
}
label{color:#494949; font-weight: 600; font-family: "Poppins", sans-serif !important;  font-size: 15px; }
.mr20 {
	margin-right: -25px ! important;
	padding-right: -25px ! important;
}

.DFCStyle {
	padding-left: 50px;
	padding-right: 50px;
}
/*  .pcoded .pcoded-content {    background-color: white ! important; } */
.header-titleData {

	padding: 9px 5px 7px 0;
	font-weight: 600;
	color: #494949;
	font-size: 20px;
	margin-bottom: 7px !important;
}

.color-info {
	background-color: #00bcd4 ! important;
	-webkit-animation: myfirst 5s linear 2s infinite alternate;
	/* Safari 4.0 - 8.0 */
	animation: myfirst 7s linear 3s infinite alternate;
}

@
-webkit-keyframes myfirst { 0%{
	background-color: #0e7093;
	color: #fff;
}

25%{
background-color


:


#00bcd4


;
color


:black


;
}
50%{
background-color


:


#0e7093


;
color


:


#fff


;
}
75%{
background-color


:


#00bcd4


;
color


:black


;
}
100%{
background-color


:


#0e7093


;
}
}
#dashA {
	padding-right: 0px;
	padding-left: 0px;
}

.text-bold {
	font-weight: 600;
}

.head td.btnlink a {
	color: #f7f8f9;
	font-weight: 600;
	background: #4d6b8a;
	padding: 1px 10px;
	border-radius: 5px;
	text-decoration: none;
}

.resetPossword {
	font-size: 1.4em;
	color: #00b1c1;
	font-weight: 700;
}

.textPara {
	color: #7b7b7b;
	font-weight: 600;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before,
	table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before,
	table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\2191";
	padding-top: 2px;
	color: white;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td
	{
	border-bottom-width: 0;
	justify-content: center;
	vertical-align: baseline;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "\2193";
	padding-top: 2px;
	color: white;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
	table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after
	{
	position: absolute;
	bottom: 0.9em;
	display: block;
	opacity: 1;
}
/* #dataTable tr td a { color: #oe7093! important; font-weight:600;}  */
#dom-table button {
	padding: 2px 8px;
	margin: 4px;
}

#dataTable tr td a {
	color: #127093 ! important;
	font-weight: 600;
}

#dom-table thead tr th, td {
	font-size: 0.9em;
	text-align: left;
	padding-left: 8px ! important;
}

.blockName {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.8px;
}

.lastUpdate {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.tableStyleFont tr td {
	font-size: 14px;
	color: #292929;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.tableFixHead {
	overflow-y: auto;
	margin-bottom: 5px;
	min-height: 0px;
	max-height: 450px;
}

.tableFixHead th {
	position: sticky;
	top: -6px;
}

.tableFixHead22 {
	overflow-y: auto;
	margin-bottom: 20px;
	min-height: 0px;
	max-height: 440px;
}

.tableFixHead22 th {
	position: sticky;
	top: -6px;
}

.bg-gray {
	background-color: #bfbfbfb8;
	color: #005f00;
}

.media-body p {
	margin-bottom: 0rem;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 70px;
	height: 27px ! important;
	display: inline-block;
}

.mb50 {
	margin-bottom: 50px;
}

.card-body h4 {
	color: green;
}

/* body[themebg-pattern="theme1"] {
    background-color: #ffffff;
} */

/*body::-webkit-scrollbar {
display: none;
} */
.red {
	color: red;
}	

.stauesStyle {
	list-style: none;
	float: right;
}

.stauesStyle li {
	display: inline-block;
	padding: 2px 10px;
	text-align: right;
	color: #272727;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.7px;
}

.green {
	background-color: #6abf4b;
	border-radius: 3px;
}

.red {
	background-color: #ffe1e1;
	border-radius: 3px;
}

.overAll {
	background-color: #dff6ff;
	border-radius: 3px;
}

.marginToBottom {
	margin-top: 100px;
	margin-bottom: 150px;
}

.cardStyle {
	width: 60%;
	margin: 0 auto;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

img.mr50 {
	margin-top: 50px;
}

.green-color {
	background-color: #0e7093;
	color: white;
	font-weight: 600;
	padding: 9px 15px;
	letter-spacing: 1px;
}

.logDetails1 {
	display: none;
}

.btn-info {
    border-color: #4a6fab;
    background: #4a6fab;
}

.btn-info:hover {
    border-color: #284676;
    background: #284676;
    color: white;
}

.Mhrdgi {
	width: 61%;
	margin-left: 200px;
	font-size: 14px;
	font-weight: 500;
}

#cssmenu>ul>li:hover {
	background-color: #183865;
}

.mt-2 {
	margin-top: 15px;
}

.loginPan {
	min-height: 280px;
	display: inline-block;
	margin-left: 13px;
	width: 100%;
}

#demo-mobile {
	display: none;
}

@media screen and (max-width:2600px) and (min-width: 1440px) {
	.tableFixHead {
		overflow-y: auto;
		margin-bottom: 5px;
		min-height: 0px;
		max-height: 630px;
	}
}

@media screen and (max-width:2600px) and (min-width: 1040px) {
	.loginBg {
		background: none;
		padding-left: 350px !important;
	}
}

@media screen and (max-width:1920px) and (min-width: 1440px) {
	.login-block {
		margin-top: 80px;
	}
	.card-height {
		min-height: 560px;
	}
	.loginCards {
		width: 85%;
		margin: 0px auto;
	}
}

@media screen and (max-width:1440px) and (min-width: 1024px) {
	li.LiWidth220 {
		width: 220px;
	}
}

@media screen and (max-width:1200px) and (min-width: 1024px) {
	.card-height {
		min-height: 682px ! important;
	}
	.w48 {
		width: 100% ! important;
	}
	/* .pcoded-main-container {
		clear: both;
		margin-top: 120px ! important;
	} */
}

@media screen and (max-width:1023px) and (min-width: 768px) {
	.card-height {
		min-height: 682px ! important;
	}
	.w48 {
		width: 100% ! important;
	}

/* 	.pcoded-main-container {
		clear: both;
		margin-top: 140px ! important;
	}
	.pcoded-inner-content {
      margin-bottom: 0px !important;
      height: 54px !important;
          margin-top: 33px;
      } */
}

@media screen and (max-width:1040px) and (min-width: 769px) {
	.Mhrdgi {
		width: 75%;
		margin-left: 100px;
		font-size: 14px;
		font-weight: 500;
	}
	.w48 {
		width: 100% ! important;
	}

	/* .pcoded-main-container {
    clear: both;
    margin-top: 54px ! important;
} */
	.loginCards {
		width: 100% ! important;
		margin: 0px auto;
	}
}

@media screen and (max-width:768px) and (min-width: 700px) {
	.loginBg {
		background: none;
		padding-left: 20px !important;
	}
	.stauesStyle li {
		display: inline-block;
		padding: 5px 10px;
		font-size: 14px;
	}
	.Mhrdgi {
		width: 88%;
		margin-left: 50px;
		font-size: 15px;
		font-weight: 500;
	}
	.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
		right: auto;
		left: -56px ! important;
		top: 8px;
		width: 60px;
	}
	.header-navbar .navbar-wrapper .navbar-logo {
		display: inherit;
		margin-left: 68px;
	}
	/* .pcoded-main-container {
	clear: both;
	margin-top: 60px ! important;
} */
	.pcoded-inner-content .schoolinfobar {
		top: -16px;
		height: 280px;
	}
}

@media screen and (max-width:768px) {
	
/* 	.j-footer ul li {
    margin-top: 12px !important;
} */
.submit-btn {
    background: #7584fb;
    border-color: #7584fb;
    margin-top: 7px;
}
	.d-flex {
		display: block ! important;
	}
	.SelectOption li {
		min-width: 200px !important;
		margin-left: 0px;
	}
	.w48 {
		width: 100% ! important;
	}
	.hide-Image {
		display: none ! important;
	}
	.mtop-15 {
		margin-bottom: 15px ! important;
	}
	.mtop-18 {
		margin-bottom: 15px ! important;
	}
	/* .pcoded-main-container { clear: both; margin-top: 10px ! important; } */
	.text-right {
		text-align: left !important;
	}
	input[type=checkbox], input[type=radio] {
		margin-right: 5px;
	}
	ul.QlistFull li:nth-child(2) {
		padding-left: 10px;
	}
	ul.QlistFull li ul.childrenEnrolled li:first-child {
		margin-left: 0px ! important;
		width: 5px;
	}
	ul.QlistFull li ul.childrenEnrolled li:nth-child(2) {
		margin-left: 5px;
		margin-top: 10px;
	}
	legend {
		width: 96%;
	}
	#cap15 {
		margin-top: 15px;
	}
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li a {
		border-radius: 0px ! important;
	}
	#demo-mobile {
		display: block;
	}
	#demo {
		display: none;
	}
	.logDetails1 {
		display: block;
	}
	ul.logDetails1 {
		float: right;
		width: auto;
	}
	ul.logDetails1 li {
		float: left;
		width: auto;
		margin-right: 22px;
	}
	ul.logDetails1 li a {
		color: #262623;
	}
	.dropdown {
		position: relative;
		display: inline-block;
	}
	.dropdown-content {
		display: none;
		min-width: 123px;
		margin-left: -100px;
		margin-top: 17px;
		border-top: 2px solid #3299bb;
		position: absolute;
		background-color: #f9f9f9;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		padding: 12px 16px;
		z-index: 1;
		color: #262623 ! important;
	}
	.dropdown:hover .dropdown-content {
		display: block;
		float: left;
	}
	.dropdown-content::after {
		border-color: #3299bb transparent;
		border-style: solid;
		border-width: 0px 10px 12px 10px;
		height: 0px;
		width: 0px;
		position: absolute;
		content: "";
		top: -14px;
		left: 100px
	}
	.logDetails {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.tableFixHead thead th {
		background: #5986ce;
	}
	.plr-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		padding-left: 10px;
	}
	li.nav-item {
		border-top: 1px solid #294773;
		border-right: none !important;
	}
	a.ulLink {
		margin-left: 10px;
		border-radius: 6px;
	}
	.navbar-light .navbar-brand {
		border-right: none !important;
	}
	.navbar-light .navbar-toggler {
		margin: 5px;
	}
	.loginCards.card {
		margin-top: 72px;
	}
	.col-sm-4 {
		margin: 8px 0px;
	}
}

section.foot1 {
	background: #224d8a;
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: -28px;
}

@media screen and (max-width:1000px) and (min-width: 600px) {
	.name h3 {
		font-size: 13px;
	}
	.Mhrdgi {
		width: 100%;
		margin-left: 2px;
		font-size: 13px;
		font-weight: 500;
	}
}

@media screen and (max-device-width: 768px) and (min-device-width:
	601px) {
	section.foot1 {
		bottom: -151px;
		top: 103%;
	}
	.mt-36 {
		margin-top: -40px;
	}
	.buttonSet {
		font-size: 17px ! important;
	}
	.comptBox h3 {
		font-size: 15px ! important;
	}
	.BackImage {
		height: 600px;
	}
}

@media screen and (max-device-width: 1200px) and (min-device-width:
	990px) {
	.ellipse-width {
		width: 110px ! important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-device-width: 600px) and (min-device-width:
	425px) {
	.stauesStyle li {
		margin: 3px 0px;
	}
	label.labelCont {
		margin-left: 0px ! important;
	}
	label.labelContIndent {
		margin-left: 0px ! important;
	}
	.mtop20 {
		margin-top: 50px;
	}
	section.foot1 {
		bottom: -417px;
		top: 137%;
	}
	.mt-36 {
		margin-top: -130px;
	}
	.buttonSet {
		font-size: 16px ! important;
	}
	.Mhrdgi {
		width: 100%;
		margin-left: 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.BackImage {
		height: 600px;
	}
	.h100 {
		height: 155px ! important;
	}
	.ellipse-width {
		width: 170px ! important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width:424px) and (min-width: 321px) {
	.mtop20 {
		margin-top: 50px;
	}
}

@media screen and (max-width:424px) and (min-width: 320px) {
	label.labelContIndent {
		margin-left: 0px ! important;
	}
	.mtt20 {
		margin-top: 30px;
	}
	.h100 {
		height: 155px ! important;
	}
	.BackImage {
		height: 600px;
	}
	.comptBox h3 {
		font-size: 17px ! important;
	}
	.foot1 {
		bottom: -519px ! important;
		top: 140%;
	}
	.buttonSet {
		font-size: 15px ! important;
	}
	.mt-36 {
		margin-top: -140px;
	}
	h3.logintitle {
		font-size: 16px;
	}
	.DFCStyle {
		padding-left: 5px;
		padding-right: 5px;
	}

	/* .pcoded[pcoded-device-type="phone"] .pcoded-content {
    padding-top: 70px ! important; padding-bottom: 15px ! important; margin-top: 125px;
}	 */
	.cardbtmmar {
		margin-top: -80px;
	}
	.pcoded-inner-content {
		margin-top: 13px;
	}
	.stauesStyle li {
		padding: 5px 8px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.3px;
		margin: 3px 0px;
	}
	.cardStyle {
		width: 100%;
		margin: 0 auto;
	}
	.ellipse-width {
		width: 120px ! important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* .pcoded-inner-content .schoolinfobar {
    position: relative!impotant;
    z-index: 1011;
    width: 100%;
    padding: 9px 0px 15px 0px;
} */
	.margin-top-15 {
		margin-top: 25px;
		padding-bottom: 15px;
	}
	ul.logDetails1 li {
		float: left;
		width: auto;
		margin-right: 15px;
	}
	.owl-carousel .owl-item {
		float: left;
		height: 210px;
	}
	#owl-demo .item img {
		display: block;
		width: 188% ! important;
		margin: 0px auto;
		height: 210px ! important;
	}
	.sblogo>img {
		text-align: center;
	}
	.name h1 {
		font-size: 17px;
		line-height: 22px;
		font-weight: 700;
		margin: 0;
	}
	.Mhrdgi {
		width: 100%;
		margin-left: 0px;
		font-size: 13px;
		font-weight: 500;
	}
	.loginPan {
		width: 100%;
		min-height: 280px;
		display: inline-block;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.ml-55 {
		margin-left: 0px !important;
	}
	.ml33 {
		margin-left: 0px !important;
	}
	.formControl .form-control {
		padding: .0rem .5rem ! important;
	}
}

/* 
 @media screen and (max-width:1100px) and (min-width: 1024px)
   {
.pcoded-inner-content {
    margin-top: -40px ! important; 
}
}

 @media screen and (max-width:800px) and (min-width: 768px)
   {
.pcoded-inner-content {
    margin-top: -73px ! important; 
} */

/* @media screen and (max-width:325px) and (min-width: 320px)
{
	.pcoded-inner-content {    margin-top: 25px ! important; }
} */
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #5986ce;
	border-color: #5986ce;
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .9px;
}

.panel-title>a:hover {
	color: white;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
	padding: 0px 15px 10px 15px;
}

.dropdown a {
	cursor: pointer;
}

.patternback {
	background: white;
	background-size: cover;
	background-position: center center;
}
/* .overLay {
	    background: linear-gradient(rgba(61,88,115,.9), rgba(0,0,0,.9));
	    width: 100%;
	    height: 37%;
	    position: absolute;
	    top: 63%;
	    margin-right: 15px;
	} */

/*    .carBbackCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 8px 15px;
    margin: 0px;
    width: 100%;
}
 */
.carBbackCenter {
	position: absolute;
	padding: 8px 15px;
	width: 100%;
	/* bottom: 0px; */
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.BackImage {
	background-size: cover;
	background-position: top;
	position: relative;
}

.wBorder {
	width: 21%;
	background: white;
	height: 1px;
	margin: 0px auto;
}

/* line css  */
.Line50 {
	width: 50px;
	height: 2px;
	background: #1a2a6c;
	right: 0px;
	position: relative;
	top: 20px;
	float: right;
}

.Line40 {
	width: 35px;
	height: 2px;
	background: #b21f1f;
	right: -50px;
	position: relative;
	top: 29px;
	float: right;
}

.Line25 {
	width: 25px;
	height: 2px;
	background: #216cb8;
	right: -85px;
	position: relative;
	top: 39px;
	float: right;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src:
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
	src:
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff')
		format('woff'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf')
		format('truetype'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
		format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.formControl .form-control {
	padding: .0rem .2rem;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.buttonBlockLevel {
	background-color: #2592b9 ! important;
	color: white ! important;
	padding: 6px ! important;
}

.ls6 {
	letter-spacing: 0.6px;
}

.ls7 {
	letter-spacing: 0.7px;
}

.ls8 {
	letter-spacing: 0.8px;
}

.ls9 {
	letter-spacing: 0.9px;
}

.ls1 {
	letter-spacing: 1px;
}

.pcoded-mtext {
	font-size: 17px;
	letter-spacing: 0.7;
	font-weight: 500;
}

.ml-55 {
	margin-left: 55px;
}

.ml33 {
	margin-left: 25px;
}

#test #wwgrp_schoolProfileForm_latiSec,
	#wwctrl_schoolProfileForm_latiSec, #wwgrp_schoolProfileForm_latiMin,
	#wwctrl_schoolProfileForm_latiMin, #wwgrp_schoolProfileForm_latiDeg,
	#wwctrl_schoolProfileForm_latiDeg, #wwgrp_schoolProfileForm_longSec,
	#wwctrl_schoolProfileForm_longSec, #wwgrp_schoolProfileForm_longMin,
	#wwctrl_schoolProfileForm_longMin, #wwgrp_schoolProfileForm_longDeg,
	#wwctrl_schoolProfileForm_longDeg {
	width: 35px ! important;
}

.float-label {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #444444;
	font-family: "Poppins", sans-serif !important;
	margin-bottom:5px;
}

.form-control:focus {
	border: 1px solid #224d8a ! important;
	box-shadow: none ! important;
}

.infoDark {
	background-color: #0e7093;
	border-color: #0e7093;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	cursor: pointer;
}

ul.dashA a {
	color: #f1f1f1;
	height: 55px;
}

.text-white1 {
	color: #f1f1f1 ! important;
}

.infoDark:hover {
	background-color: #0e7093;
	color: #fff;
}

.infoDark:active {
	background-color: #0e7093;
	color: #fff;
}

.infoDark:hover {
	color: #fff;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 10px;
}

input[type=checkbox], input[type=radio]:first-child {
	margin-left: 0px;
}

div#wwgrp_formSeven_totalGirlsFlushingFac, input#formSeven_totalBoysFlushingFac
	{
	width: 150px;
}

.marRes {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	margin: 0px;
	width: 100%;
}

textarea#changeCertifyStatus_remarks {
	width: 100%;
	height: 70px;
	border: none;
}

.login207 h3.logintitle {
	color: #0e7093;
	font-size: 19px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
}

.forget a {
	border-bottom: 1px solid #0a3e58;
	padding-bottom: 5px;
}

}
.btnlist {
	width: 65px;
	height: 35px;
	background-color: silver;
}

.tableFixHeadVarticle {
	overflow-x: auto;
	width: 100%;
}

.tableFixHeadVarticle .varticlegk {
	position: sticky;
	left: -2px;
	background-color: silver;
	z-index: 99;
}

.blink {
	color: white;
	animation: blink 2s linear infinite;
}

@
keyframes blink { 0%{
	color: red;
}

50%{
color


:tomato


;
}
100%{
color


:tomato


;;
}
}
.blink1 {
	color: white;
	animation: blink 2s linear infinite;
}

@
keyframes blink1 { 0%{
	color: #0e7093;
}

50%{
color


:


#0e7093


;
}
100%{
color


:


#0e7093


;
}
}
.panel-group .panel-heading a.collapsed::after {
	content: '+';
	font-size: 22px ! important;
	font-weight: 800 ! important;
	margin-top: 0px;
}

.panel-group .panel-heading a::after {
	content: '-';
	float: right;
	font-size: 22px ! important;
	font-weight: 800 ! important;
	margin-top: -2px;
}

.panel-body {
	padding: 5px;
}

.tableFixHead1 {
	overflow-y: auto;
	height: 400px;
}

.tableFixHead1 thead {
	position: sticky;
	top: 1;
}
/* .tableFixHead1 th { position: fixed;} */
.divider {
	width: 150px;
	background: white;
	height: 1px;
	margin: 15px auto;
	/* padding: 15px; */
}

.lLeft {
	width: 50%;
	flaot: left;
	display: inline-block;
}

.rright {
	width: 50%;
	float: right;
	display: inline-block;
	text-align: right;
}

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 15px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	letter-spacing: 0.9px;
	font-weight: 600;
	outline: none;
}

.button2 {
	background-color: #ef6725;
	color: white;
	border: 2px solid #ef6725;
	transition: 0.3s;
}

.button2:hover {
	background-color: #d44804;
	color: black;
	font-weight: 600;
	border: 2px solid #d44804;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.57);
	transition: all 0.3s ease 0s;
}

.button3 {
	background-color: #30ab86;
	color: white;
	border: 2px solid #30ab86;
	transition: 0.3s;
	font-weight: 600;
}

.button3:hover {
	background-color: #30ab86;
	color: black;
	font-weight: 600;
	border: 2px solid #30ab86;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.57);
	transition: all 0.3s ease 0s;
}

.example_e {
	border: none;
	background: gray;
	color: #ffffff !important;
	font-weight: 100;
	padding: 5px 10px;
	font-weight: 500;
	leletter-spacing: 1.9px;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
}

.example_e:hover {
	color: #404040 !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	transition: all 0.3s ease 0s;
}

.text-white {
	color: white;
}

.ulstyle {
	list-style: none;
}

.ulstyle li {
	display: inline-block;
	font-size: 13px;
}

table, th, td {
	border-collapse: collapse;
}

thead {
	background: #5986ce;
	height: 38px;
	line-height: 22px;
}

.btn {
	border-radius: 3px;
}

.font-13 {
	font-size: 11px ! important;
}

.font-12 {
	font-size: 12px ! important;
}

.font-13 {
	font-size: 13px ! important;
}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}

.mt-25 {
	margin-top: -25px;
}

.table-header-rotated th.rotate-45>div {
	background: #e5f5f9  ! important;
}

.cardHeader {
	background-image: linear-gradient(to right, #0e7093, #30a7d2)
		! important;
}
.topMargin{margin-top:20px;}
.mainback {
	background-color: #5c5c9b;
	color: white;
}

.buttonSet {
	font-size: 15px;
}

.card-block ul li {
	display: inline-table; margin-right:15px;
}

.btn-sm {
	padding: 6px 6px 6px 6px ! important;
}

.headerTitle {
	color: #34346e;
	font-size: 16px;
	font-weight: 600;
}

.image100 {
	width: 100%;
	height: 150px;
}

.w5 {
	width: 5%;
	text-align: center;
}

.bg-clr {
	background: #5986ce;
	color: white;
}

table.dashb thead th.borderLeft {
	border-left: 4px solid #e4e4e4 ! important;
	background: #39546f;
}

/* .errorValid:valid { outline: solid blue 2px; background:pink; }
.errorValid:invalid { outline: solid red 2px; background:red; } */
@media screen and (max-width: 425px) and (min-width: 376px) {
	.pcoded-inner-content .schoolinfobar {
		position: fixed;
		z-index: 1011;
		width: 100%;
		top: 10px ! important;
	}
}

a.btn.silverDark1 {
	background: #eeb147;
	line-height: 40px;
}

.tooltip25 {
	position: relative;
	display: inline-block;
}

.tooltip25 .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #5986ce;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 999;
	bottom: 150%;
	left: 50%;
	margin-left: -100px;
}

.tooltip25 .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #5986ce transparent transparent transparent;
}

.tooltip25:hover .tooltiptext {
	visibility: visible;
}
.table-responsive {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1360px) {
.table-responsive {
	display: inline-block;
	width: 100%;
	overflow-x: auto
}
}
@media only screen and (max-width: 600px) {
	.mright15 {
		margin-left: 15px;
	}
	.tooltip25 {
		position: relative;
		display: inline-block;
		width: 100% ! important;
		left: 0px;
		margin-left: 0px;
	}
	label.labelCont {
		margin-left: 2px;
	}
	.wwgrp {
		margin: 2px;
	}
	.pcoded-inner-content .schoolinfobar {
		margin: 0px auto;
	}
	.tooltip25 .tooltiptext {
		width: 100% ! important;
		left: 0px;
		margin-left: 0px;
	}
	.tooltip25 .tooltiptext::after {
		display: none;
	}
}

/* bottom footer css */
html, body {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px;
	overflow-x: hidden;
	 font-family:"Poppins", sans-serif !important;
}
.font17{
    font-size: 17px;
}
.space {
	flex: 1;
	flex-basis: auto;
	background:#ffffff;
}

footer {
	background-color: #2e2f78;
	width: 100%;
	padding: 5px;
	bottom: 0px;
	z-index: 1 !important;
}

a.buttons-html5 {
	color: white;
	background: #5986ce ! important;
	border: none ! important;
	font-weight: 600 ! important;
}

a.buttons-html5:hover {
	background: #3a536d ! important;
}

.panel-heading {
	background: #5986ce;
	padding: 5px 5px 2px 5px;
	margin-bottom: 4px;
}

h4.panel-title {
	font-size: 20px;
}

.borderRight {
	border-right: 1px solid silver;
}

ul.ulInline li {
	display: inline-table;
	font-size: 15px;
}

.Qlist {
	/* box-shadow: 0px 4px 9px rgb(0 0 0/ 5%); */
	line-height: 20px;
	/* margin-bottom: 16px; */
	padding: 15px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-bottom: 1px solid silver;
}

.Qlist1 {
	line-height: 20px;
	/* margin-bottom: 16px; */
	padding: 15px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-bottom: 1px solid silver;
}

.QlistFull {
	line-height: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.QlistFull li {
	display: inline-table;
}

ul.QlistFull li:first-child {
	display: inline-table;
	position: relative;
	margin-left: 32px;
	width: calc(100% - 300px);
}

ul.QlistFull li:nth-child(2) {
	padding-left: 10px;
	width: 240px;
}

.TitleGK {
	position: absolute;
	left: -35px;
	color: #224d8a;
	font-weight: 600;
}

.custom-border-bottom {
	border-bottom: 1px solid #ededed;
	padding: 15px 0px;
}

.custom-border-right {
	border-right: 1px solid #ededed;
}

.titleHeading {
	position: relative;
	margin-left: 32px;
}

ul.Qlist li {
	display: inline-table;
}

ul.Qlist li:first-child {
	color: #224d8a;
	font-weight: 800;
	/* width: 50px;
	background: #e6f0ff;
	padding: 8px; */
	margin-right: 10px;
}

ul.Qlist1 li {
	display: inline-table;
}

ul.Qlist1 li:first-child {
	color: #224d8a;
	font-weight: 800;
	/* width: 50px;
	background: #e6f0ff;
	padding: 8px; */
	margin-right: 10px;
}

ul.Qlist li:nth-child(2) {
	font-weight: 500;
	width: 57%;
}

ul.Qlist li:nth-child(3) {
	font-weight: 500;
	width: 30%;
	word-break: break-all;
}

.ValueText {
	font-weight: 600;
	font-size: 13px;
}
/* .Qlist:hover,
.Qlist1:hover {
    box-shadow: 0px 4px 9px rgb(0 0 0 / 30%);
    background: #f7f7f7;
} */
.targetId li {
	border: 1px solid #224d8a ! important;
	padding: 4px 0px ! important;
	background: #f6faff ! important;
	margin: 3px ! important;
}

.targetId li:hover {
	border: 1px solid #efefef;
	background: #efefef;
}

.targetId li a {
	font-size: 12px ! important;
	font-weight: 600;
	color: #224d8a;
	padding: 4px 10px ! important;
}

span.NumbserSet {
	position: absolute;
	left: 15px;
	font-weight: 700;
	color: #224d8a;
}

.LeftRight45 {
	margin-left: 41px;
}

.targetId li:hover a {
	color: black;
}

.Logitute li {
	width: 23%;
}

ul.childrenEnrolled {
	padding: 0px;
	margin: 0px;
}

ul.childrenEnrolled li {
	display: inline-table;
}

div.dataTables_wrapper div.dataTables_filter{ margin-right: 15px !important; margin-bottom:10px;}

@media screen and (max-width:1440px) and (min-width: 1360px) {
	ul.childrenEnrolled li {
		margin-bottom: 10px;
	}
	ul.tg li {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1359px) and (min-width: 767px) {
	ul.childrenEnrolled li {
		margin-bottom: 10px;
	}
	ul.tg li {
		margin-bottom: 5px;
	}
}

.ContactDet li {
	display: inline-table;
}

.ContactDet li:nth-child(even) {
	width: 18%;
}

ul.ul20 li {
	display: inline-table;
}

ul.ul20 li:nth-child(2) {
	width: 66px;
}

.Qlist2 li:first-child {
	width: 62% ! important;
}

.Qlist2 li:nth-child(2) {
	width: 32% ! important;
}

ul.Qlist2 li:first-child {
	color: #000000;
	font-weight: 400;
	/* margin-right: 10px; */
}

@media ( min-width : 992px) {
	.modal-lg {
		max-width: 80%;
	}
}

@media ( max-width :1023px) {
	ul.Qlist li:nth-child(2) {
		font-weight: 500;
		width: 100%;
		word-break: break-all;
	}
	ul.Qlist li:nth-child(3) {
		font-weight: 500;
		width: 99%;
		word-break: break-all;
	}
}

@media ( max-width :768px) {
	ul.Qlist li:nth-child(2) {
		font-weight: 500;
		width: 100%;
		word-break: break-all;
	}
	img.img-fluid.MobileSetLogo {
		width: 83%;
		float: 0px;
		float: right;
	}
	ul.Qlist li:nth-child(3) {
		font-weight: 500;
		width: 99%;
		word-break: break-all;
	}
	.ContactDet li {
		width: 100%;
	}
	.ContactDet li:nth-child(even) {
		margin-bottom: 15px;
	}
	.Logitute li {
		width: 34%;
	}
	.Qlist2 li:first-child {
		width: 100% ! important;
		margin-bottom: 15px;
	}
	.Qlist2 li:nth-child(2) {
		width: 100% ! important;
	}
	.col-lg-4 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1024px) and (min-width:600px) {
	ul.QlistFull li:first-child {
		display: inline-table;
		position: relative;
		margin-left: 50px;
		width: 90%;
	}
	ul.QlistFull li ul.childrenEnrolled li:first-child {
		margin-left: 0px ! important;
		width: 5px;
	}
	ul.QlistFull li ul.childrenEnrolled li:nth-child(2) {
		margin-left: 5px;
		margin-top: 10px;
	}
	ul.QlistFull li:nth-child(2) {
		margin-left: 34px;
		margin-top: 10px;
	}
}

@media ( max-width :768px) {
	ul.QlistFull li:first-child {
		display: inline-table;
		position: relative;
		margin-left: 50px;
		width: 80%;
	}
	ul.QlistFull li:nth-child(2) {
		/*    margin-left: 34px; */
		margin-top: 10px;
	}
	
	footer .d-flex {
    display: flex !important;
}
footer p {margin-bottom:10px !important}
}

.pcoded-inner-content {
	margin-bottom: 0px !important;
	/* height:90px !important */;
/* 	margin-top:30px !important;
 */}

@media ( max-width :600px) {
	.float-right {
		float: left ! important;
		margin-bottom: 15px;
	}
	.tooltips span {
		min-width: 118px;
	}
}


