﻿




/*html {
    font-family: "roboto", helvetica;
    position: relative;
    height: 100
/* ========= Table Header Gradiant CSS========= */



#myOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
}

#myOverlay {
    background: black;
    opacity: .7;
    z-index: 200;
    display: none;
}

/*#loadingGIF {
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 300;
    display: none;
}



.loader {
    border: 16px solid #f3f3f3;*/ /* Light grey */
    /*border-top: 16px solid #3498db;*/ /* Blue */
    /*border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide-loader {
    display: none;
}*/


font-size: 100%;
line-height: 1.5;
color: #444;
}

h2 {
    margin: 1.75em 0 0;
    font-size: 5vw;
}

h3 {
    font-size: 1.3em;
}

.v-center {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
}

    .v-center > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: -10%;
    }


/*.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}*/

/*.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

@media (min-width: 32em) {

    .modal-box {
        width: 70%;
    }
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
    background-color: #151b1e;
    color: white;
}

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 {
        margin: 0;
    }

.modal-box .modal-body {
    padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.8em;
    position: absolute;
    top: 3%;
    right: 2%;
    text-decoration: none;
    color: white;
}


.input-spacing {
    padding-top: 12px;
}

.input-box input {
    position: relative;*/
/*height: 36px;*/
/*height: 25px;*/
/*height: 22px;*/
/*padding: 5px 8px;*/
/*border-radius: 0;
    width: 100%;
    font-size:10px;
}

.input-checkbox input {
    position: relative;
    height: 20px;
    padding: 5px 8px;
    border-radius: 0;
    width: 20px;
    margin-left: 0px;
}

.input-box select {
    position: relative;*/
/*height: 36px;*/
/*padding: 0 8px;
    border-radius: 0;
    width: 100%;
}

.input-box {*/
/*padding-top:8px;*/
/*padding-top: 4px;*/
/*}

.PopButton-set {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-popover {
    margin-bottom: 10px;
}

.menu-content .treeview-menu li:hover {
    background-color: #374850;
}

.menu-content .treeview-menu li {
    font-size: 16px !important;
    padding: 5px;
    border: solid #2f393e 1px;
}

.icnsize {
    height: 23px;
    width: 25px;
}*/



/*jQuery UI model popup css*/

/*#dialog-form label, input {
    display: block;
}

#dialog-form input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

h1 {
    font-size: 1.2em;
    margin: .6em 0;
}

div#users-contain {
    width: 350px;
    margin: 20px 0;
}

    div#users-contain table {
        margin: 1em 0;
        border-collapse: collapse;
        width: 100%;
    }

        div#users-contain table td, div#users-contain table th {
            border: 1px solid #eee;
            padding: .6em 10px;
            text-align: left;
        }

.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}*/

/*jQuery UI model popup css*/

/* ========= Toggle CSS ============ */

/*.portlet {
    margin: 0 1em 1em 0;
    padding: 0.3em;
    width: 65em;
}

.portlet-header {
    padding: 0.4em 0.2em;
    margin-bottom: 0.2em;
    position: relative;
    font-size: 1.2em;
}

.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.portlet-content {
    padding: 0.2em;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}*/




/* ========= Toggle CSS ============ */



/* ========= main page Header ========= */
/*.stickyHeader {
}

.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    width: 100%;
}*/
/* ========= main page Header ========= */

/* ========= main page Aside Navigation ========= */
/*.stickyAside {
}

.fixedAside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}*/
/* ========= main page Aside Navigation ========= */

/* ========= Form Header Fixing ========= */
/*.tblHeadfixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0px 0px 0px -33px;
    z-index: 1;
    border: none;
}

    .tblHeadfixed div {*/
/*margin-left: 286px !important;*/
/*background-color: #fff;
        padding: 15px;
        margin-top: -10px !important;
        border-bottom: 1px solid lightgray;
    }

.fixed {
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    margin: 0px 0px 0px -55px;*/ /*-38px;*/
/*z-index: 1;
    border: none;*/
/*background-color: rgba(255,255,255, 0.5);*/
/*}

    .fixed div h2 {
        margin-left: 315px !important;*/
/*text-align:center;*/
/*}*/

/*.fixed h2 {
            margin-left: 315px !important;
        }*/

/*.fixed div {*/
/*margin-left: 286px !important;*/
/*background-color: #fff;
        padding: 15px;
        margin-top: -10px !important;
        border-bottom: 1px solid lightgray;
    }

    .fixed button {*/
/*margin-top: -7px !important;*/
/*margin-top: -2px !important;
        margin-bottom: -2px !important;
    }*/


/*Mobile CSS*/
/*@media (max-width:767px) {

    .fixed {
        position: fixed;
        top: 105px;
        left: 0;
        width: 100%;
        margin: 0px 0px 0px -51px;
        z-index: 500;
    }

        .fixed div {
            margin-left: 56px !important;
            background-color: #fff;
            padding: 15px;
            margin-top: -11px !important;
            border-bottom: 1px solid lightgray;
        }
}*/



/* Mobile CSS */

/* ========= Form Header Fixing ========= */

/* ========= Buttons for Edit Delet ETC ========= */
.btn-BARS {
    color: #3c8dbc;
    background-color: #ffffff;
    border-color: #7bb2d2;
}

    .btn-BARS:hover {
        color: Black;
        background-color: #ffffff;
        border-color: #7bb2d2;
    }
/* ========= Buttons for Edit Delet ETC ========= */


/* ========= Main Home page responsive CSS========= */

.footerMainScreen {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width:990px) {
    .footerMainScreen {
        position: inherit;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width:767px) {
    .footerMainScreen {
        position: inherit;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 995px) and (min-width:767px ) {
    .footerMainScreen {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

/* ========= Main Home page responsive CSS========= */



/* ========= Table Header Gradiant CSS========= */

/*.tr-Header-color {
    color: white;
    background: rgb(22,95,140);
    background: -moz-linear-gradient(top, rgba(22,95,140,1) 0%, rgba(69,130,183,1) 53%, rgba(22,95,140,1) 100%);
    background: -webkit-linear-gradient(top, rgba(22,95,140,1) 0%,rgba(69,130,183,1) 53%,rgba(22,95,140,1) 100%);
    background: linear-gradient(to bottom, rgba(22,95,140,1) 0%,rgba(69,130,183,1) 53%,rgba(22,95,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#165f8c', endColorstr='#165f8c',GradientType=0 );
}

    .tr-Header-color > th {
        font-size: 14px;
        font-weight: 800;
    }

.td-Data-color {
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 1%, #f2f2f2 54%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #cccccc 1%,#f2f2f2 54%,#cccccc 100%);
    background: linear-gradient(to bottom, #cccccc 1%,#f2f2f2 54%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
}*/



/*.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
}*/

.content-wrapper {
    /*padding-bottom: 300px;*/
    top: 50px;
    min-height: 685px;
}

/*.main-footer {
    bottom: 0px;*/
/*Babar position: absolute;*/
/*position:fixed;
    width: 100%;
    margin-left: 0px;
    z-index: 100 !important;
    height:30px;
}*/

/*.ListerTable thead, .ListerTable tbody, .ListerTable tr, .ListerTable td, .ListerTable th {
    /*display: block;*/
/*}

.ListerTable tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.ListerTable thead th {
    height: 30px;
}

.ListerTable tbody {
    height: 326px;
    overflow-y: auto;
}

.ListerTable tbody td, .ListerTable thead th {
    width: 19.8%;*/
/*float: left;*/
/*}

.trailtable tr th {
    border: 1px black solid !important;
    padding: 10px;
    white-space: nowrap;
    height: 50px;
    background-color: lightgray;
    text-align: center;
    font-weight: bold;
}

.trailtable tr td {
    border: 1px black solid !important;
    padding: 10px;
    white-space: nowrap;
}*/

/* Solution 1 Start */

/*.ListerTable {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.ListerTable th {
  background: white;
  position: sticky;
  top: 18px;
}*/
/* Solution 1 End */

/* Solution 2 Start */
/*.ListerTable {
    display: flex;
    flex-flow: column;
    width: 100%;
}
.ListerTable thead {*/
/* head takes the height it requires, 
    and it's not scaled when table is resized */
/*flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
.ListerTable tbody {*/
/* body takes all the remaining available space */
/*flex: 1 1 auto;
    display: block;
    height: 420px;
    overflow-y: auto;
}
.ListerTable tbody tr {
    width: 100%;
}
.ListerTable thead,
.ListerTable tbody tr {
    display: table;
    table-layout: fixed;
}*/

/* Solution 2 End */

/*.Grid-LastColumn {
    width: 35px;
}

.Grid-LastColumn-a {
    width: 10px;
    padding-right: 68% !important;
    padding-left: 0% !important;
}*/
/*.Grid-LastColumn-a {
    width: 20px;
    padding-right: 68% !important;
    padding-left: 0% !important;
}
.Grid-LastColumn-a:hover {
    color:black
}

#MainIndexGridDataTable thead tr th:first-child {
    background: #F7F7F7;
    left: 0;
    position: sticky;
    z-index: 9;
    border: 1px solid #DEE2E6 !important;
    box-shadow: 0 0 4px #DEE2E6;
}


#MainIndexGridDataTable tbody tr td:first-child {
    left: 0;
    background: #F7F7F7;
    position: sticky;
    border: 1px solid #DEE2E6 !important;
    box-shadow: 0 0 4px #DEE2E6;
}

.popover-content{
    padding: 9px 9px !important;
    display: inline-flex !important;
}

.QBListerTable thead, .QBListerTable tbody, .QBListerTable tr, .QBListerTable td, .QBListerTable th {
    display: block;
}

.QBListerTable tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.QBListerTable thead th {
    height: 30px;
    display:block;
}

.QBListerTable tbody {
    height: 355px;
    overflow-y: auto;
}*/

/*.QBListerTable tbody td, .QBListerTable thead th {
        width: 19.8%;
        float: left;
    }*/
/*.QBListerTable td {
    white-space: pre-wrap !important;
}

.ListerTable td {
   white-space: pre-wrap !important;
}

#Tbl_FormQB tbody {
    height:385px !important;
}

  .blinking{
	        animation:blinkingText 1s infinite;
             text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
             font-size: 14px;
        }
        @keyframes blinkingText{
	        0%{		color: red;	}
	        49%{	color: red;	}
	        50%{	color: red;	}
	        99%{	color:transparent;	}
	        100%{	color: red;	}
        }*/



/*New Design*/
/*.form-check-label {
    font-size: 10px;
    color: black;
}

.form-control {
    font-size: 10px;
    color: black;
    background-color: #f7faff !important;
    padding: 4px 8px !important;
}

    .form-control:focus {
        border-color: #80bdff !important;*/ /* light blue border */
/*box-shadow: none !important;*/ /* Bootstrap ka mota glow remove */
/*outline: 0 !important;
        border-width: 1px !important;*/ /* patla border */
/*}


.form-label {
    font-size: 10px;
    color: black;
}

.form-label-List {
    color: #0603ce;
    cursor:pointer;
    font-weight:bold;
}

.form-select {
    font-size: 10px;
    color: black;
    background-color: #f7faff !important;
    padding: 4px 8px !important;
}*/




/*

#sidebarWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background: #343a40;
    overflow-y: auto;
    padding-top: 70px;
    transform: translateX(-100%);
    transition: transform .28s ease;
    z-index: 1050;
}

    #sidebarWrapper.show {
        transform: translateX(0);
    }

    #sidebarWrapper a {
        color: #fff !important;
        display: block;
        padding: 8px 16px;
        text-decoration: none;
    }

        #sidebarWrapper a:hover {
            background: #495057;
            color: #fff !important;
        }*/


/*.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#ui-datepicker-div {
    z-index: 99999 !important;
}*/



/*.content-container {
    padding: 20px;
    margin-top: 70px;
}*/
/*
@@media (min-width: 992px) {
    #sidebarWrapper {
        transform: translateX(0);
    }

    .content-container {
        margin-left: 250px;
    }
}*/

/*#myOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1050;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1060;
    right: 1rem;
    top: 1rem;
}*/

/*ADD BY MUGHEER*/
/*#sidebarWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background: #343a40;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .3s ease;
    z-index: 1050;
}

#sidebarWrapper.show {
    transform: translateX(0);
}


#sidebarWrapper ul {
    list-style: none;
    padding-left: 0;
}

#sidebarWrapper li {
    padding: 1px 5px;
}

#sidebarWrapper a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#sidebarWrapper a:hover {
    background: #495057;
}*/

.content-container {
    margin-top: 56px; /* navbar height */
}

@media (min-width: 992px) {
    /*  #sidebarWrapper {
        transform: translateX(0);
    }*/

    /*.content-container {
        margin-left: 250px;
    }*/
}

/*

#sidebarWrapper .nav-link {
    color: #fff;
    font-size: 11px;
}

    #sidebarWrapper .nav-link:hover {
        background: #495057;
    }
}*/



body {
    overflow-x: hidden;
}

/*#sidebar {
    width: 250px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar.collapsed {
    margin-left: -250px;
}*/

#main {
    transition: all 0.3s;
    width: 100%;
}

.content {
    padding: 20px;
}

/*.sidebar-link {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
}

.sidebar-link:hover {
    background: #e9ecef;
}

#sidebar ul ul {
    padding-left: 10px;
}*/

footer {
    background: rgba(7,20,40,.97); /*#f8f9fa;*/
    padding: 10px;
    text-align: center;
    margin-top: auto;
}

.dropdown span:hover {
    cursor: pointer;
}

/* ===== FIX CONTENT WIDTH ===== */
.page-container {
    max-width: 100%;
    margin: auto;
}

/* ===== HEADER ALIGN ===== */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.page-title {
    font-size: 18px;
    font-weight: 600;
}

/* ===== BUTTON FIX ===== */
/*.btn-primary {
    padding: 6px 14px;
    font-size: 14px;
}*/

/* ===== SEARCH FIX ===== */
.table-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

    .table-toolbar input {
        width: 220px;
        height: 34px;
        font-size: 13px;
    }

.mvc-grid th,
.mvc-grid td {
    border: 1px solid #a9adab !important;
    padding: 0.50em !important;
}


/* Added by Naveed Ikram 30/04/26  */
/* =========================================
   MODULE CARD COMPONENT (Reusable) 
========================================= */

/* GRID SPACING IMPROVEMENT */
.module-grid {
    row-gap: 40px;
}

/* CARD */
.module-card {
    display: block;
    text-decoration: none;
    cursor: pointer; /*requirement*/
}

/* BASE */
.module-card-inner {
    border-radius: 14px;
    background: #fff;
    min-height: 180px;
    border: 1px solid #376b92; /*#e9ecef;*/
    /* optimized transition */
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; /*smooth*/
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    /* performance */
    will-change: transform;
    transform: translateZ(0);
}

/* ICON */
.module-icon-wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-icon {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

/* TITLE */
.module-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #343a40;
    text-align: center;
}

/* ===========================
   HOVER (animate.css + CSS)
=========================== */

.module-card:hover .module-card-inner {
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    transform: translateY(-6px);
    border-color: #376b92;
}

/* animate.css trigger */
.module-card:hover .module-card-inner {
    animation: pulse;
    animation-duration: 0.4s;
}

/* CLICK */
.module-card:active .module-card-inner {
    transform: scale(0.96);
}

/* FOCUS */
.module-card:focus-visible .module-card-inner {
    outline: 2px solid #376b92;
    outline-offset: 3px;
}

/* FOCUS (ACCESSIBILITY) */
.module-card:focus .module-card-inner {
    outline: 2px solid #376b92;
    outline-offset: 3px;
}

/* ICON ANIMATION (safe) */
.module-icon {
    transition: transform 0.25s ease;
}

/* OPTIONAL: subtle icon animation */
.module-card:hover .module-icon {
    transform: scale(1.1);
}

/* RESPONSIVE TUNING */
@media (max-width: 576px) {
    .module-card-inner {
        min-height: 150px;
        padding: 15px;
    }

    .module-icon {
        width: 55px;
        height: 55px;
    }
}

}

.navbar {
    position: relative;
    z-index: 1100; /* sidebar se zyada */
}

#fullLogo, #miniLogo {
    transition: all 0.3s ease;
}

.loader-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-gif {
    width: 100px;
    height: auto;
}


/* Added by Naveed Ikram 05/05/26  */
/* =========================================
   OTP CARD COMPONENT 
========================================= */

/* PAGE WRAPPER */
.otp-page-wrapper {
    min-height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 110px; /*NAVBAR SAFE SPACE */
    padding-bottom: 40px;
}

/* CARD */
.otp-card {
    width: 100%;
    max-width: 760px; /*WIDTH EXTENDED */
}

/* QR */
.otp-qr {
    max-width: 220px;
}

/* SETUP CODE */
.setup-code-wrapper {
    font-size: 18px;
    line-height: 1.6;
}

/* LONG CODE HANDLING */
.setup-code-text {
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #0d6efd;
}

/* INFO TEXT */
.otp-info-text {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

/* MOBILE */
@media (max-width: 768px) {

    .otp-page-wrapper {
        padding-top: 90px;
        padding-inline: 15px;
    }
}

/*.mvc-grid th,
.mvc-grid td {
    border: 1px solid #a9adab !important;
    padding: 0.50em !important;
}*/
