.btn{
    text-decoration: none!Important;
}
body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #F6F6F6!important;
}
.site-bg{
    background-color: #2656A3 !important;
}
.siteColor {
    color: #2656A3 !important;
}
.siteColor:hover {
    color: #2656A3 !important;
}
@media (min-width: 768px) {
    /*#main-nav {
        line-height: 0;
        text-align: right;
        width:100%;
    }
    #main-menu {
        display: inline-block;
    }*/
}
hr.colored {
    border: 0;
    height: 5px;
    background: -moz-linear-gradient(left, #2656A3 0%, #2656A3 5.5%, #70ce52 12.5%, #70ce52 12.5%, #2656A3 25%, #2656A3 20.5%, #70ce52 37.5%, #70ce52 25%, #2656A3 50%, #2656A3 32.5%, #70ce52 62.5%, #70ce52 50%, #2656A3 75%, #2656A3 50.5%, #70ce52 87.5%, #70ce52 80.5%, #2656A3 100%);
    background: -webkit-linear-gradient(left, #2656A3 0%, #2656A3 5.5%, #70ce52 12.5%, #70ce52 12.5%, #2656A3 25%, #2656A3 20.5%, #70ce52 37.5%, #70ce52 25%, #2656A3 50%, #2656A3 32.5%, #70ce52 62.5%, #70ce52 50%, #2656A3 75%, #2656A3 50.5%, #70ce52 87.5%, #70ce52 80.5%, #2656A3 100%);
    background: -o-linear-gradient(left, #2656A3 0%, #2656A3 5.5%, #70ce52 12.5%, #70ce52 12.5%, #2656A3 25%, #2656A3 20.5%, #70ce52 37.5%, #70ce52 25%, #2656A3 50%, #2656A3 32.5%, #70ce52 62.5%, #70ce52 50%, #2656A3 75%, #2656A3 50.5%, #70ce52 87.5%, #70ce52 80.5%, #2656A3 100%);
    background: -ms-linear-gradient(left, #2656A3 0%, #2656A3 5.5%, #70ce52 12.5%, #70ce52 12.5%, #2656A3 25%, #2656A3 20.5%, #70ce52 37.5%, #70ce52 25%, #2656A3 50%, #2656A3 32.5%, #70ce52 62.5%, #70ce52 50%, #2656A3 75%, #2656A3 50.5%, #70ce52 87.5%, #70ce52 80.5%, #2656A3 100%);
    background: linear-gradient(to right, #2656A3 0%, #2656A3 5.5%, #70ce52 12.5%, #70ce52 12.5%, #2656A3 25%, #2656A3 20.5%, #70ce52 37.5%, #70ce52 25%, #2656A3 50%, #2656A3 32.5%, #70ce52 62.5%, #70ce52 50%, #2656A3 75%, #2656A3 50.5%, #70ce52 87.5%, #70ce52 80.5%, #2656A3 100%);
}
/*hr.colored {
    border: none;
    height: 5px;
    background: #2656A3;
}*/
.contentDiv {
    min-height: 78vh;
}
.blink {
    animation: blinkingText 1.2s infinite;
}
@keyframes blinkingText {
    0% {
        color: inherit;
    }
    49% {
        color: inherit;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: inherit;
    }
}
.loginBackgroundImage {
    background-image: url('../images/login_bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
}
.backgroundWhite {
    background-color: #ffffff !important;
}
.hrBorderTop {
    border-top: 1px solid #1D2B37;
}
.background {
    background-color: #1D2B37;
}
.lineHeight45 {
    line-height: 45px;
}
.btn-primary-custom {
    border-radius: 2px;
    background-color: #1D2B37;
    border-color: #1D2B37;
    margin: 10px 0px;
}
.height300 {
    height: 300px;
}
.verticalAlignMiddle {
    vertical-align: middle;
}
.marginTop100px {
    margin-top: 100px;
}
.fullWidthWidthoutMarginPadding {
    padding: 0;
    margin: 0;
    width: 100%;
}
.alignCenter {
    text-align: center;
}
.requiredFieldsMessage {
    color: red;
}
.successMessage {
    color: green;
}
.image {
    width: 150px;
    height: 200px;
}
.red {
    color: #C9302C;
}
.green {
    color: #449D44;
}
.gray {
    color: gray;
}
.activeLink {
    color: #00A651;
}
.disableLink {
    color: gray;
}
.pageingLineHeight {
    line-height: 1.42857143;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    color: gray !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ffffff;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    /* border-left-color: #1D2B37;*/
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.indent10 {
    text-indent: 10px;
}
.errorMessage {
    width: 100%;
}
.errorMessage span {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    /*margin-bottom: 20px;*/
    line-height: 50px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-nav .lineHeight {
    line-height: 33px !important;
}
h4 {
    margin: 0 auto !important;
}
.rtl {
    float: right;
}
.direction-rtl {
    direction: rtl !important;
}
.keyboard {
    transform: rotate(90deg);
    background-color: #67727D;
    position: fixed;
    margin: auto;
    margin-right: 0px;
    width: 200px;
    height: 81px;
    right: -59px;
    line-height: 88px;
    font-size: 19px;
    text-indent: 20px;
    font-weight: bold;
    top: 45%;
    cursor: pointer;
    color: white;
}
/* width */
.keyboardP::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.keyboardP::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.keyboardP::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.keyboardP::-webkit-scrollbar-thumb:hover {
    background: #555;
}
date:empty {
    content: dd/mm/yyyy;
}
.left-label {
    width: 49%;
    text-align: left;
}
.right-label {
    width: 50%;
    text-align: right;
}
.width39 {
    width: 39% !important;
}
.photo {
    height: 147px;
    width: 120px;
}
#keyboard {
    position: fixed;
    z-index: 10005;
    border: 1px;
    border-style: none;
    bottom: 0px;
    left: 34%;
}
.photo {
    width: 56px;
    height: 80px;
}
.cursor-pointer {
    cursor: pointer;
}
.strike-through {
    text-decoration: line-through;
}
.width50Percent {
    width: 50%;
}
.height14px {
    height: 14px;
}
.remove-border-radius {
    border-radius: 0px !important;
}
.remove-margin {
    margin: 0px !important;
}
.remove-margin-left {
    margin-left: 0px !important;
}
.remove-margin-right {
    margin-right: 0px !important;
}
.remove-padding {
    padding: 0px !important;
}
.remove-padding-left {
    padding-left: 0px !important;
}
.remove-padding-right {
    padding-right: 0px !important;
}
.remove-padding-top {
    padding-top: 0px !important;
}
.remove-padding-bottom {
    padding-bottom: 0px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-25 {
    font-size: 25px !important;
}
.messageCenterButton {
    transform: rotate(90deg);
    background-color: #67727D;
    position: fixed;
    margin: auto;
    margin-right: 0px;
    width: 200px;
    height: 81px;
    left: -59px;
    line-height: 88px;
    font-size: 19px;
    text-indent: 20px;
    font-weight: bold;
    top: 45%;
    cursor: pointer;
}
.nav-tabs-bg {
    background-color: #f6f6f6;
}
.dataTable thead {
    color: #fff;
    background-color: #2656A3;
}
.siteBackground {
    background-color: #2656A3 !important;
}
.font-weight-bold {
    font-weight: bold !important;
}
.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card hr {
    color: #2656A3;
    background-color: #2656A3;
    border-top: 1px solid #2656A3;
}
.number {
    text-align: right;
}
.male-bg {
    background-color: #7AA3BF;
}
.male-logo {
    color: #526CB0;
}
.female-bg {
    background-color: #526CB0;
}
.female-logo {
    color: #A3D9FF;
}
.unidentified-bg {
    background-color: #A3D9FF;
}
.unidentified-logo {
    color: #293640;
}
.eunuch-male-bg {
    background-color: #293640;
}
.eunuch-male-logo {
    color: #93C3E6;
}
.eunuch-female-bg {
    background-color: #93C3E6;
}
.eunuch-female-logo {
    color: #7AA3BF;
}
.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
}
.table tbody tr:nth-child(even) {
    background-color: #fff !important;
}
.table tbody tr:HOVER {
    background-color: #f9f9f9 !important;
}
.themeColor {
    color: #2656A3;
}
.bgTr {
    background-color: #2656A3 !important;
    color: #fff;
}
.padding-right-none {
    padding-right: 0px;
}
.padding-right-1 {
    padding-right: 1px;
}
.padding-left-none {
    padding-left: 0px;
}
.font-size-20 {
    font-size: 20px !important;
}
.display-inline {
    padding-left: 20px;
    display: inline !important;
}
/*.panel-heading {
    color: #fff !important;
    background-color: #2656A3 !important;
    font-weight: bold !important;
}*/
.font-weight-bold {
    font-weight: bold !important;
}
.width-40-percent {
    width: 40%;
}
.navbar-nav li {
    list-style: none;
}
@media (min-width: 1050px) {
    .navbar-toggler {
        display: none !important;
    }
}
.blink {
    animation: blinkingText 1.2s infinite;
}
@keyframes blinkingText {
    0% {
        color: inherit;
    }
    49% {
        color: inherit;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: inherit;
    }
}
@media (max-width: 650px) {
    .headerMenu {
        float: left !important;
        padding-top: 20px;
    }
}
.margin-left-8 {
    margin-left: 8px;
}
.margin-auto {
    margin: 0 auto;
}
.width-50Percent {
    width: 50%;
}
.font-size-20 {
    font-size: 20px !important;
}
.abc:first-letter {
    text-transform: capitalize;
}
.img-min-height-165 {
    min-height: 165px;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.alias {
    cursor: alias;
}
.all-scroll {
    cursor: all-scroll;
}
.auto {
    cursor: auto;
}
.cell {
    cursor: cell;
}
.context-menu {
    cursor: context-menu;
}
.col-resize {
    cursor: col-resize;
}
.copy {
    cursor: copy;
}
.crosshair {
    cursor: crosshair;
}
.default {
    cursor: default;
}
.e-resize {
    cursor: e-resize;
}
.ew-resize {
    cursor: ew-resize;
}
.grab {
    cursor: -webkit-grab;
    cursor: grab;
}
.grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.help {
    cursor: help;
}
.move {
    cursor: move;
}
.n-resize {
    cursor: n-resize;
}
.ne-resize {
    cursor: ne-resize;
}
.nesw-resize {
    cursor: nesw-resize;
}
.ns-resize {
    cursor: ns-resize;
}
.nw-resize {
    cursor: nw-resize;
}
.nwse-resize {
    cursor: nwse-resize;
}
.no-drop {
    cursor: no-drop;
}
.none {
    cursor: none;
}
.not-allowed {
    cursor: not-allowed;
}
.pointer {
    cursor: pointer;
}
.progress {
    cursor: progress;
}
.row-resize {
    cursor: row-resize;
}
.s-resize {
    cursor: s-resize;
}
.se-resize {
    cursor: se-resize;
}
.sw-resize {
    cursor: sw-resize;
}
.text {
    cursor: text;
}
.w-resize {
    cursor: w-resize;
}
.wait {
    cursor: wait;
}
.zoom-in {
    cursor: zoom-in;
}
.zoom-out {
    cursor: zoom-out;
}
.width145 {
    width: 145px;
}
.width135 {
    width: 135px;
}
.width85 {
    width: 85px;
}
#map {
    height: 400px;
}
.padding-top-15 {
    padding-top: 15px;
}
.sentanceCase {
    text-transform: lowercase;
}
.sentanceCase::first-letter {
    text-transform: uppercase;
}
.width-120px {
    width: 120px;
}
.width-70px {
    width: 70px;
}
.headingOfTable {
    color: #fff;
    background-color: #2656A3;
    padding: 10px 18px;
}
.width100Percent {
    width: 100%;
}
.height100Percent {
    height: 100% !important;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-12 {
    font-size: 12px;
}
.line-height-25 {
    line-height: 25px !important;
}
.resetPreStyle {
    display: block;
    padding: 0px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: inherit;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
.font-size-60 {
    font-size: 60px;
}
.showPhotographLink {
    height: 200px;
    vertical-align: middle;
    text-align: center;
    padding-top: 50%;
}
.width-210px {
    width: 210px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #trackingPhotographcss {
        width: 160px;
    }
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.display-block-span span {
    display: block !important;
}
.display-block-span span > input {
    margin-right: 10px !important;
}
.width-100 {
    width: 100px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.max-width-100 {
    max-width: 100px;
}
.max-width-200 {
    max-width: 200px;
}
.overflow-hidden {
    overflow: hidden;
}
.member-rotate-right {
    font-size: 9px;
    float: right;
    white-space: nowrap;
    width: 0;
    transform: translate(0px, 0px) rotate(-90deg);
}
.font-size-70 {
    font-size: 70px;
}
.padding20 div.col-md-3 {
    padding-top: 20px;
}
.padding20 label {
    padding-left: 10px;
}
.line-height-30 {
    line-height: 30px
}
.align-middle {
    vertical-align: middle !important;
}
.face-border {
    border-radius: 50%;
    background-color: #FDEDD5;
}
.jameelNooriNastaleeqRegular {
    font-family: "Jameel Noori Nastaleeq";
    font-size: 25px;
    line-height: 40px;
    direction: rtl;
}
.urdu {
    font-family: "Jameel Noori Nastaleeq";
    line-height: 30px;
    direction: rtl;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.login-card {
    border-radius: 25px;
    box-shadow: -18px 18px 8px rgba(0, 0, 0, 0.3);
    background-color: rgb(255 255 255 / 80%);
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.swap-icons {
    position: relative;
    display: inline-block;
}
.swap-icons .hover-icon {
    display: none;
}
.swap-icons:hover .initial-icon {
    display: none;
}
.swap-icons:hover .hover-icon {
    display: inline;
}
.password-button {
    background-color: #f0f0f0;
    border: none;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.password-button i {
    font-size: 20px;
    color: #000;
}
.password-button:focus {
    outline: none;
}
.table .nested-menu {
    width: 100%;
}
.table .nested-menu {
    padding-left: 20px;
}
.collapse {
    padding: 0;
}
.table .collapse {
    padding-left: 20px;
}
table, th, td {
    box-sizing: border-box;
}
.font-size-65 {
    font-size: 65px !important;
}
.red{
    color: red !important;
}
.green{
    color: green !important;
}
.white{
    color: white !important;
}
.securityLayer div{
    color:#f1f1f1!important;
    z-index: -9999999999999;
    position: absolute;
    transform: rotate(35deg);
}
.display-none{
    display: none!important;
}
.black-colorLink{
    color: #000000!important;
    text-decoration: none!important;
}
.card-body .media-body{
    width: 100%;
}
.text-justify{
    text-align: justify;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #2656A3;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #2656A3;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #2656A3;
}
.eChart-Bar{
    width: 100%!important;
    height: 600px!Important;
}
.border-strip {
    width: 6px;
    border-radius: 4px 0 0 4px;
}
.dropdown-menu.inner > li > a {
     white-space: normal !important;
     word-wrap: break-word;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid{
    font-size: 2rem;
}
pre {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}