﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

html {
    height: 100%;
    overflow: auto;
    background: #f5f5f5;
}

#ifModal {
    height: 100%;
    overflow: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.4);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: 15px;
}

.ifrmcls {
    height: 521px !important;
}

.ui-dialog-titlebar {
    background-color: transparent !important;
}

body {
    font-family: poppins !important;
    padding: 0;
    font-size: 12px;
    margin: 0 auto auto auto;
    color: #2b2b2b;
    line-height: 1.428571429;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button {
    font-family: poppins !important;
    font-size: 14px !important;
}

/*.popBack {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.4);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}*/

select {
    font-family: poppins !important;
}

body a {
    transition: .5s all;
    text-decoration: none !important;
}

a:hover {
    transition: all .2s ease-in-out;
}

a, a:active, a:focus {
    outline: 0 !important;
}

h1, h2, h4, h5 {
    color: #767474;
    text-transform: none;
    margin-bottom: 0;
}

h3 {
    color: #000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 4px;
}

.text-right {
    text-align: right !important;
}

.mdcol {
    width: 100%;
    float: left;
}

.right {
    float: right !important;
}

.smlbl {
    width: 25%;
    float: left;
}

.brdrdis {
    border: none;
}

.smtxt {
    width: 74%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.mrlft {
    margin-left: 15%;
}

/*.mrlt {
    margin-left: 25%;
}*/

.mrtp {
    margin-top: 0;
}

.d-flex {
    display: flex;
}

.float-right {
    float: right !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mauto {
    margin: auto;
}

.p15 {
    padding: 15px !important;
}

.p5 {
    padding: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mrtpop {
    margin-top: -30px !important;
}

/*.mt10 {
    margin-bottom: 10px !important;
}*/

.mt20 {
    margin-bottom: 20px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.mrbtm {
    margin-bottom: 25px;
}

.bootstrap-datetimepicker-widget {
    margin-bottom: 100px !important;
    z-index: 999999 !important;
}

/*.lftbrdr {
    border-right: 1px solid #ddd !important;
}*/

.colorWhite {
    color: #fff !important;
}

/*.backwhite {
    background-color: #fff !important;
    border-radius: 10px;
}*/

.pdnlft {
    padding-left: 30px !important;
}



.serch {
    /*background: #fff;*/
    border-radius: 10px;
    height: 100%;
}

.bld {
    font-weight: 400 !important;
}

.logout {
    float: right;
    margin-top: 3.8%;
}

.wrap {
    width: 960px;
    margin: auto;
}

.hdrfnt {
    font-size: 20px;
    font-weight: 400;
    margin: 1px !important;
    color: #000;
}


hr {
    border-color: #999 !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    float: none;
    width: 99%;
}

.mt20 {
    margin-top: 20px;
}

.mt0 {
    margin-top: 0;
}

.padding20 {
    padding-top: 20px;
}

.p20 {
    padding: 20px !important;
}

.w100 {
    width: 100% !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}

#error {
    border: 1px solid #ff6;
    background-color: #ffc;
    display: inline-block;
    margin-left: 10px;
    padding: 3px;
    display: none;
}

.bordered-right {
    border-right: 1px solid #d3d3d3;
}

.bordered-left {
    border-left: 1px solid #d3d3d3;
}

body::-webkit-scrollbar {
    width: 5px;
}


body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #09367d;
    border-radius: 5px;
}

    body::-webkit-scrollbar-thumb:hover {
        background: #09367d;
        width: 10px;
    }

.container {
    margin: auto;
}

.hide_column {
    display: none;
}

.procrm-dsno {
    display: none;
}

.dropdown-toggle {
    width: 85px !important;
}

/*marquee {
    width: 100%;
    color: red;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    background-color: #fff !important;
}*/

.errorclr {
    color: red;
}

.saveclr {
    color: #32cd32;
}

.infoclr {
    color: orange;
}

/*.forgotpasswd-header {
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 12px !important;
}*/

/*.procrm-compInfo .userPhoto {
    margin: 10px auto;
}*/

.procrm-compInfo .imgUpLabal {
    padding-top: 25px !important;
}

.frmcls .frmgrp {
    float: left;
    width: 100%;
}

    .frmcls .frmgrp label {
        padding: 0;
        font-weight: 400;
        line-height: 14px;
        word-wrap: break-word;
        color: #000;
    }

.procrm-sctncls {
    padding: 1px 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 5px;
}

/*#hdr {
    font-size: large !important;
}*/

/*.formInhead {
    font-size: 20px;
    margin-bottom: 20px;
}*/

/*.formButtons {
    margin-top: 6px;
}*/

/*.formButtons button, .formButtons input {
        width: 100%;
    }*/

.browsPhoto {
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: auto;
    margin-bottom: 5px;
}

.browsPhotoBtn .btn {
    width: 150px;
}



.attachfile {
    width: 120px;
}

.table > thead > tr > th {
    color: #525252 !important;
}


/*#btncusnme, #btnitem, #btnsuplir {
    width: 100%;
    background: #00c6d7;
    color: #2b2b2b;
    border-color: #1d64ce;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}*/

table.dataTable thead th, table.dataTable thead td {
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7 !important;
}

table.procrm-editable thead th, table.dataTable thead td {
    border: 1px solid #ddd !important;
}

#procrm-editable tr td {
    padding: 0;
    text-decoration: none;
    font-size: 12px;
}

#procrm-editable > thead {
    position: sticky;
    top: -1.1%;
    z-index: 997;
}

.procrm-editable td {
    font-family: poppins !important;
    cursor: pointer;
}

.procrm-editable th {
    color: #fff;
    font-family: poppins !important;
    font-size: 9pt;
    line-height: 200%;
}


#tblmtrildtl tr td {
    padding: 0;
    text-decoration: none;
    font-size: 12px !important;
}

/*#arowspan {
    top: 18px !important;
}*/

#btnOUTstandbyno, #btnaddbnk, #btncalid, #btncatagory, #btncity, #btndevice, #btnduplicate, #btnemp, #btnitmgrp, #btnsertype, #empbtncity {
    font-size: 10px;
    height: 27px;
    width: 100%;
    padding: 0 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 6px;
    margin-left: 0;
}

@media (min-width:991px) {
    /*#btnOUTstandbyno,*/ #btnaddbnk, #btncalid, #btncatagory, #btncity, #btncust, #btndevice, #btnduplicate, #btnemp, #btnitmgrp, #btnsertype, #empbtncity {
        margin-top: 0;
    }
}

#btnprblmrpt {
    font-size: 17px;
    height: 27px;
    width: 100%;
    padding: 0 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

.pendngcls h2 {
    color: #f31c1c !important;
    font-size: 15px;
    margin-top: 5px;
}

.pndngfrcutmr h2 {
    color: #F97F00 !important;
    font-size: 15px;
    margin-top: 5px;
}

.reslvdcls h2 {
    color: #68d233 !important;
    font-size: 15px;
    margin-top: 5px;
}

.cnclcls h2 {
    color: brown !important;
    font-size: 15px;
    margin-top: 0px;
}

.rjctcls h2 {
    color: #8b0000 !important;
    font-size: 15px;
    margin-top: 0px;
}

/*#btnPurordno,*/ /*#btnamcno,*/ /*#btncallid, #btnduplicate, #btninvoice, #btninwrd, #btnitemrepairno, #btnleadid, #btnpurno, #btnpurord, #btnqtn, #btnvendorno, #clntbtncity,*/

#empbtncity, #supbtncity /*, #suppbtncity*/ {
    font-size: 14px;
    height: 30px;
    width: 100%;
    padding: 0 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
    margin-bottom: -3px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:active, .panel-title > a:focus, .panel-title > a:hover {
    text-decoration: none;
    color: #c01d2e;
}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #00c6d7 !important;
    border-color: #ddd !important;
    padding: 10px 10px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin: 0 0 !important;
}



/*#pencalltable td {
    font-size: 11px;
}*/

/*#purtable td {
    font-size: 11px;
}*/

/*#saletable td {
    font-size: 11px;
}*/

/*.numberfont {
    font-size: 15px;
}*/

/*#tbldetails3 td {
    font-size: 11px;
}*/

/*#amcdetails td {
    font-size: 11px;
}*/

/*#srchtbl td {
    font-size: 13px;
    text-align: center;
}*/

/*#tdcgstamt, #tdcgstrte, #tddscont, #tddscprcntg,*/ #tddscrptn, /*#tdgridtotl, #tdigstamt, #tdigstrte,*/ #tditmnme, #tdqty /*#tdrate,*/ /*#tdsgstamt,*/ /*#tdsgstrte,*/ /*#tdtaxbleamt,*/ /*#tduom*/ {
    width: 50% !important;
}

.uplodexl {
    width: 45% !important;
    height: 40% !important;
    margin-left: 25% !important;
    margin-top: -130px !important;
    overflow: hidden !important;
}

.prmcde {
    border-radius: 15px !important;
    height: 40px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 2px solid #00c6d7 !important;
}

.AMCpop, /*.CityMaster,*/ .GetCallDtl, .Getamcassest, .Getcustdtl, .Getinwarddtl, .procrm-getpop, .Getinwarddtlser, .Getpursale, .Getrentaldtl, .Getsaledtl, .Getwarrddtl, .Itmsalepop, .Mrktndata, /*.Wartypop,*/ .addbnkPop, .assetnewpop, .clntpop, .ctypop, .emppop, .itmpop, .suppop, .tablePop1, .tablePop2, .tablePop3, .tablePop4, .tablePop5, .tablePop6, .tablePop7, .tablePop8, .tablePopI, .tablePopcust, .tbGetamcassest, .tblsale, .tbpop3 /*.tpoutgridpop,*/ /*.vmgridpop*/ {
    position: fixed !important;
    width: 90%;
    height: 600px;
    overflow: auto;
    display: none;
    top: 8%;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 99999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: 15px;
    padding: 0 10px;
    left: 6% !important;
    animation: slideInUp 0.5s ease-out;
}


.closegetpop {
    font-size: 30px;
    position: absolute;
    right: 5px;
    color: #cf6565;
    cursor: pointer;
    top: 2px;
    font-weight: 700;
    margin-right: 12px;
    animation: slideOutDown 0.5s ease-out;
}

@keyframes slideOutDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

.Getwarrddtl {
    left: 6% !important;
}

/*#tblviewall_wrapper {
    height: 500px;
    overflow: auto;
}*/

.termspop {
    position: fixed;
    width: 96%;
    background: #fff;
    height: 550px;
    overflow: hidden;
    display: none;
    top: 50%;
    left: 0;
    margin: -250px 2%;
    z-index: 99999;
    -webkit-box-shadow: 0 0 14px #282828;
    -moz-box-shadow: 0 0 14px #282828;
    box-shadow: 0 0 14px #282828;
}

.tablePop2, .importdv {
    position: absolute !important;
    width: 40%;
    height: auto;
    overflow: auto;
    display: none;
    top: 100px;
    bottom: auto;
    left: 32%;
    right: auto;
    z-index: 99999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: 15px;
    padding: 0 10px;
}

    .tablePop2 .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 3%;
    }

    .tablePop2 .hdrfnt {
        padding: 8px 10px 8px 10px !important;
        color: #fff !important;
    }

.tcpopup {
    position: fixed;
    width: 36%;
    background: #fff;
    height: 190px;
    overflow: hidden;
    display: none;
    top: 60%;
    left: 32%;
    margin: -250px 2%;
    z-index: 99999;
    -webkit-box-shadow: 0 0 14px #282828;
    -moz-box-shadow: 0 0 14px #282828;
    box-shadow: 0 0 14px #282828;
}

    .tcpopup ul li {
        list-style: none !important;
    }

.procrm-amtpopup {
    position: fixed;
    background: #fff;
    overflow: hidden;
    display: none;
    left: 35%;
    margin: 0 2%;
    z-index: 99999;
    -webkit-box-shadow: 0 0 14px #282828;
    -moz-box-shadow: 0 0 14px #282828;
    box-shadow: 0 0 14px #282828;
    height: 35%;
}

.amtbtn {
    margin-top: 10px;
}

/*.CityMasterClose,*/ /*.clntclose,*/

.closeAMCpop, .closeGetsaledtl, .closeItmsalepop, .closePop, .closePop1, .closePop3, .closePop4, .closePop5, .closePop6, .closePop7, .closePop8, .closePopI, .closePopcust, .closePoppur, .closePopser, /*.closeWartypop,*/ .closeamc, .closecustPop, .closerentPop, /*.ctyclose,*/ /*.empclose,*/ .itmclose /*, .supclose*/ {
    font-size: 30px;
    position: absolute;
    right: 5px;
    color: #cf6565;
    cursor: pointer;
    top: 2px;
    font-weight: 700;
    margin-right: 12px;
    /*animation: slideOutDown 0.5s ease-out;*/
}

.closePop2 {
    font-size: 30px;
    position: absolute;
    right: 5px;
    color: #110e0e;
    cursor: pointer;
    top: -8px;
    font-weight: 700;
    margin-right: 12px;
    /*animation: slideOutDown 0.5s ease-out;*/
}

/*.pop1Wrap {
    max-height: 297px;
    overflow: auto;
}*/

.procrm-procrm-popOverflow {
    max-height: 449px;
}

/*.popOverflowamc {
    max-height: 449px;
}*/

.buttonsMargin {
    margin-bottom: 20px;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 22px 0;
        position: absolute;
        z-index: 1;
        margin-left: -420px;
    }

        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: 21px;
            border-width: 8px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.clsmyPop {
    font-size: 16px;
    position: absolute;
    right: 5px;
    color: #fff;
    cursor: pointer;
    top: 1px;
}

.popup1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 282px;
}

    .popup1 .popuptext1 {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 22px 0;
        position: absolute;
        z-index: 1;
        margin-left: -358px;
    }

        .popup1 .popuptext1::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: 21px;
            border-width: 8px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popup1 .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.clsmyPop1 {
    font-size: 16px;
    position: absolute;
    right: 5px;
    color: #fff;
    cursor: pointer;
    top: 1px;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: #fff;
    opacity: 1;
    transition: opacity .6s;
    margin-bottom: 15px;
}

    .alert.success {
        background-color: #4caf50;
    }

/*.alert.info {
        background-color: #2196f3;
    }*/

/*.alert.warning {
        background-color: #ff9800;
    }*/

/*.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s;
}

    .closebtn:hover {
        color: #000;
    }*/

.cntrycde {
    width: 20%;
    height: 32px;
}

.cde {
    width: 20%;
    height: 32px;
}

.citystatecde {
    width: 20%;
    height: 32px;
}

.mob {
    width: 80%;
    height: 32px;
}

.opning {
    width: 40%;
    height: 32px;
}

.crdr {
    width: 60%;
    height: 32px;
}



#divtril {
    margin-left: 10px;
}

.col-sm-2 {
    width: 13.4%;
}

/*.select-procrm-editable {
    position: relative;
    background-color: #fff;
    width: 86%;
    height: 30px;
}

    .select-procrm-editable select {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        width: 99%;
        margin: 0;
        height: 30px;
    }

    .select-procrm-editable input {
        position: absolute;
        top: 0;
        left: 0;
        width: 97.6%;
        padding: 1px;
        font-size: 12px;
        border: solid grey 1px;
        height: 30px;
    }

        .select-procrm-editable input:focus, .select-procrm-editable select:focus {
            outline: 0;
        }*/

.req label:after, th.req:after {
    color: #e32;
    content: " *";
    display: inline;
}

#trialcount {
    padding-left: 0;
    font-size: 12px !important;
    font-weight: 800;
    color: #f31c1c;
    margin-top: 2px;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 1px !important;
}

#btnAdd:after, #btnAddOT:after, #btnDelete:after, #btnDeleteOT:after {
    display: none;
    position: absolute;
    color: #fff !important;
    margin-top: 10px !important;
    margin-left: -15px !important;
    width: 50px !important;
    height: 25px !important;
    text-align: center;
    padding-top: 4px;
    background-color: #1873a7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
}

#btnAdd:hover:after, #btnAddOT:hover:after, #btnDelete:hover:after, #btnDeleteOT:hover:after {
    display: block;
}



.forminfo {
    position: relative;
    display: inline-block;
}

    .forminfo span {
        position: absolute !important;
        width: 210px !important;
        color: #fff !important;
        font-size: 10px;
        display: none;
        text-align: left;
        padding: 5px 0 0 5px !important;
        height: auto !important;
        line-height: 15px !important;
        border-radius: 6px;
        opacity: 1 !important;
        margin-left: 30px !important;
        z-index: 1000;
    }

    .forminfo .fa {
        float: left !important;
    }

a.forminfo span:after {
    display: none;
}

.procrm-footerWrapper {
    position: fixed;
    width: 100%;
    font-size: 12px;
    padding: 0;
    color: #000;
    bottom: 0;
    z-index: 1001;
    background: linear-gradient(180deg, #fff 30%, #fff 70%) !important;
    height: 28px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.tblfotr {
    padding-left: 0px !important;
}

.ftrinfo, .ftrlstlgn, .ftrsclst, .ftrrmndr, .ftrappnm, /*.ftrfrminfo,*/ .ftrtril, .dtme, .ftrvrsn {
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #d2cccc;
}

.dtme {
    width: 9.67% !important;
}

#datetime {
    font-weight: 600;
}

.ftrinfo {
    width: 39% !important;
}

.ftrlstlgn {
    width: 12.666667% !important;
}

.ftrappnm {
    text-align: center;
    width: 7% !important;
    cursor: pointer;
}

.ftrvrsn {
    width: 3% !important;
}

.lbappnm {
    font-size: 15px;
    font-weight: 500;
    color: #215a7f !important;
}

.ftrrmndr {
    width: 45px !important;
    text-align: center;
}

/*.ftrfrminfo {
    text-align: center;
    width: 45px !important;
    border-right: 1px solid #d2cccc;
}*/

.procrm-dvshwalrmndr {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 30%;
    margin-left: -1px;
}

.procrm-shwalrmndr {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*.faicn {
    font-size: 13px !important;
}*/

.sd16 {
    margin: 0px 8px;
    text-align: center;
    width: 22px;
    position: relative !important;
}


.procrm-footerWrapper a {
    text-decoration: underline;
    color: #000;
}

    .procrm-footerWrapper a:hover {
        text-decoration: underline;
        color: #01a9ac;
        outline: 0;
    }

    .procrm-footerWrapper a:focus {
        text-decoration: underline;
        color: #fff;
        outline: 0;
    }

    .procrm-footerWrapper a:active {
        text-decoration: underline;
        color: #fff;
        outline: 0;
    }

/*.loader {
    height: 30px;
    width: 30px;
    padding: 15px;
    border: 5px solid #eee;
    border-right-color: #008ffb;
    border-radius: 100px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -70px;
    z-index: 999999;
}*/

.hex-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.hex-loader {
    width: 100%;
    height: 100%;
}

.hex-stroke {
    animation: strokeflow 2s linear infinite;
    filter: drop-shadow(0 0 4px #008ffb);
}

@keyframes strokeflow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 360;
    }
}

@keyframes strokeflow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -360;
    }
}
/*@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/
/*@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}*/

.ldng-br {
    display: inline-block;
    width: 8px;
    height: 30px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

    .ldng-br:nth-child(1) {
        animation-delay: 0;
    }

    .ldng-br:nth-child(2) {
        animation-delay: 90ms;
    }

    .ldng-br:nth-child(3) {
        animation-delay: .18s;
    }

    .ldng-br:nth-child(4) {
        animation-delay: .27s;
    }

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1,2.2);
    }

    40% {
        transform: scale(1);
    }
}

.procrm-bgOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    display: none;
}

a:active {
    color: #034af3;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #272727;
    width: 100%;
    border-left: 0;
    float: left;
}

    .header h1 {
        font-weight: 700;
        margin: 0;
        padding: 0 0 0 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

#form > table {
    margin: 0 auto;
    padding: 2%;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 363px;
}

.bold {
    font-weight: 700;
}

.procrm-dtlhead {
    margin-bottom: 10px;
}

.nav .dropdown {
    background: 0 0;
    border: transparent;
    border-radius: 0;
}

.nav li a {
    position: relative;
    display: block;
    padding: 5px 50px !important;
    text-align: left;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #5094fa;
}

.nav .dropdown .dropdown-menu {
    right: -6px !important;
    margin-top: 10px;
    width: 450px;
    z-index: 99999;
    left: auto;
}

    .nav .dropdown .dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 37px;
        z-index: 10;
    }

    .nav .dropdown .dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #fff;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 35px;
        z-index: 9;
    }

.nav .btn {
    width: 100%;
    background: #1d64ce;
    color: #fff;
    border-color: #1d64ce;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

    .nav .btn:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.buclr {
    border: 1px solid #0da7a9 !important;
    color: #0da7a9 !important;
    background: linear-gradient(180deg, rgb(255 255 255) 30%, #c3c9ce 70%) !important;
}

/*.nav .navPopButton {
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #bfbfbf;
}*/

/*.nav .walletbal {
    padding-top: 20px !important;
}*/

/*.nav .walletbal p:last-child {
        font-size: 25px;
    }*/

.fRight {
    float: right;
}

/*.userPhoto {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-size: 100%;
    margin: auto;
    border: 1px solid #7d7d7d;
}*/

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    background-color: transparent;
}

    a:focus {
        outline: thin dotted;
    }

strong {
    font-weight: 400;
}

b {
    font-weight: 700;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
    width: 150px;
}

#imgusrphoto {
    border: 0;
    width: 130px;
    border-radius: 100px;
    height: 130px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button {
    overflow: visible;
    border-radius: 3px;
    outline: 0 !important;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    color: #0B70AD;
}

.pre {
    background-color: rgba(0, 143, 251, 0.85);
}

.tbsrcinpt {
    padding: 2px 5px !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    line-height: normal;
}

textarea {
    overflow: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.container-fluid {
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.4%;
    margin-bottom: 6%;
    /*background: #f3f3f3;*/
}

input[type=file] {
    display: block;
}

.frmcntrl::-webkit-input-placeholder {
    color: #999;
}

.frmcntrl[disabled], .frmcntrl[readonly], fieldset[disabled] .frmcntrl {
    cursor: not-allowed;
    background-color: #f0f0f0 !important;
    opacity: 1;
    /*color: #f0f0f0;*/
}

#tblsprprt .frmcntrl[disabled],
#tblsprprt .frmcntrl[readonly] {
    cursor: not-allowed;
    background-color: #c8c8c8 !important;
    opacity: 1;
    color: #c8c8c8;
}



.btn {
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-family: poppins !important;
    font-size: 14px !important;
}

/*.evntbtn {
    min-width: 95px;
}*/

.dropdown, .dropup {
    position: relative;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .frmcntrl {
        position: relative;
        z-index: 1;
        float: left;
    }

    .input-group .frmcntrl, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-addon, .input-group-btn {
    width: 25px;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    position: absolute;
    right: 30px;
    top: 18px;
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}

    .input-group .frmcntrl:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .selectpicker {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #c7c7cc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .input-group-btn > .btn {
        position: relative;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.modal {
    position: fixed;
    top: 100px;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 100;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin-left: -250px !important;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .frmgrp:after, .form-horizontal .frmgrp:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .frmgrp:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th {
    padding: 3px 1px;
    line-height: 1.5;
    vertical-align: top;
}



.frmcntrl::-webkit-input-placeholder {
    color: #d7d7d7;
}

table.dataTable thead td, table.dataTable thead th {
    border-bottom: 1px solid #111;
}

#tbDetails tbody tr:hover {
    background-color: #e6e6e6;
}



.claddress {
    font-size: 10px;
}

.frmcntrl {
    display: block;
    width: 100%;
    padding: 5px 5px;
    line-height: 1.428571429;
    color: #000;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 3px;
    /*margin-bottom: 5px;*/
}
#divdwnld{
        float: right;
}

.select2-container--default /*.select2-selection--single*/ {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.collapse {
    display: none;
}

    /*.collapse.in {
        display: block;
        visibility: visible;
    }*/

    .collapse.show {
        display: block;
    }

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.row:after, .row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
}

@media (min-width:360px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .profile_details_left {
        width: 67%;
    }

    .page-container.sidebar-collapsed .menu {
        display: none;
    }

    .page-container.sidebar-collapsed .procrm-sidebar-menu {
        height: 33px;
    }

    .page-container.sidebar-collapsed .procrm-sidebar-menu {
        width: 5%;
    }

    .procrm-header-section {
        height: 126px;
    }

    .mdcol {
        width: 100%;
        float: left;
    }

    .smlbl {
        width: 100% !important;
        float: left;
    }

    .smtxt {
        width: 100% !important;
        float: left;
        padding: 0 !important;
    }

    .dtlbl {
        float: left;
    }

    .dttxt {
        width: 78%;
        float: left;
    }



    .fotr {
        padding-left: 10px;
    }

    #procrm-frmentry, #procrm-frmserch {
        border: none !important;
    }

    h4 {
        margin-top: 0px !important;
    }
}

/*.procrm-dvbx {
  border: 0.5px solid #f0f0f0;
    height: auto !important;
    margin-bottom: 0px;
    cursor: auto;
    padding: 2px;
    margin-top: 0px;
    padding: 5px;
    border-radius: 10px;
}*/

.procrm-newbx {
    border: 1px solid #e0e6ed;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 5px;
}

.pgecntnt {
    background: #fff;
    border-radius: 8px;
    padding: 7px;
}

.srcbx {
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 7%), 0 0px 2px -2px rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 12%);
}

.procrm-btnbx {
    /*padding: 2px;*/
    border-radius: 10px;
}


.nav-container {
    height: 300px;
    overflow: auto;
}

.page-container.sidebar-collapsed .procrm-left-content {
    width: 100%;
}

.userper {
    width: 100%;
    margin-left: 0;
}

    .userper select {
        width: 100%;
    }

.topbar {
    height: 220px;
}

.ui-dialog {
    width: 95% !important;
    left: 0 !important;
}

.modal {
    margin-left: -25%;
    z-index: 9999;
    opacity: 1;
}

.modal-content {
    background-color: #fff;
}

.usrprfrm {
    border: none;
    margin-right: 0;
    height: 150px;
}

.usrbtn {
    margin-top: 10% !important;
}

.usrprlst {
    height: auto !important;
    overflow: scroll !important;
}

.procrm-chat-notification {
    right: 0%;
}

@media (min-width:580px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    userper {
        background: #f8fafb;
        border: 1px solid #edeff1;
        border-radius: 3px;
        max-width: 50%;
        margin-left: 5%;
        margin-top: 10px;
        box-shadow: 0 5px 10px rgba(71,71,71,.4);
        padding: 10px 10px;
    }

    .usrtree {
        margin-left: 5px;
    }

    .ui-dialog {
        width: 95% !important;
        left: 0 !important;
    }

    .rmdr {
        width: 100% !important;
    }

    .uplodexl {
        width: 45%;
        height: 40%;
        margin-left: 25%;
        margin-top: -130px;
    }

    /*.exlinput {
        margin-left: 60% !important;
    }*/

    #procrm-frmentry, #procrm-frmserch {
        border: none !important;
    }

    footer p {
        color: #fff;
        font-size: .8em;
        padding-right: 165px;
    }

    .page-container {
        min-width: 600px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    #maps {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 14px !important;
    }

    canvas#viewport {
        width: 515px !important;
        height: 409px !important;
    }

    /*div#container10 svg {
        width: 455px !important;
    }*/

    /*.activity-desc-sub1:after {
        right: -8%;
        top: 32%;
    }*/

    /*.activity-desc-sub:before {
        left: -8.5%;
        top: 36%;
    }*/

    /*.error-top {
        margin: 7em auto;
        width: 70%;
        padding: 2em 2em;
        position: absolute;
        left: 15%;
        top: 13%;
    }*/

    .sign-up input[type=submit] {
        float: right;
        width: 30%;
        font-size: 16px;
    }

    /*.login input[type=password], .login input[type=text] {
        width: 100%;
        padding: .7em 1em .7em 1em;
        color: #777;
        font-size: 15px;
        outline: 0;
        font-weight: 400;
        border: 1px solid #ddd;
        margin: .3em 0;
    }*/

    /*.login input[type=password] {
        background: url(../images/icons.png) no-repeat 13px -36px;
    }*/

    nav.second {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        background: #021f4e;
        color: #fff;
        width: 92px;
    }

    .tabs .context {
        padding: 20px 0;
        position: absolute;
        top: 0;
        left: 95px;
    }

        .tabs .context.visible {
            padding: 20px;
            width: calc(100% - 98px);
        }

    /*.chrt h2, h3.sub-tittle {
        font-size: 2em;
    }*/

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        color: #525252;
        padding: 4px 3px !important;
        text-align: left;
        vertical-align: middle;
    }

    #procrm-editable td {
        padding: 2px 2px 2px 2px !important;
    }

    #procrm-editable th, #tbloldspar th, #tblnewspar th {
        padding: 10px 3px !important;
    }

    tfoot {
        font-weight: 600;
    }

    /*.ribbon1 {
        width: 317px;
        height: 80px;
        margin: 0 auto;
        left: -37px;
        top: -29px;
    }*/

    /*.map-1 {
        padding: 1em 1em;
    }*/

    ul.dropdown li a {
        padding: 6px 11px !important;
    }

    /*.mdcol {
        width: 100%;
        float: left;
    }

    .smlbl {
        width: 100% !important;
        float: left;
    }

    .smtxt {
        width: 100% !important;
        float: left;
    }

    .dtlbl {
        width: 25%;
        float: left;
    }

    .dttxt {
        width: 75%;
        float: left;
    }*/

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    height: 310px;
    position: relative;
    padding: 15px;
}

/*.modal-body {
    
}*/

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar {
    float: left;
    width: 100% !important;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    /*.col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 .col-md-offset-5 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }*/

    /*.btn-3 span {
        font-size: 12px !important;
    }*/

    .procrm-top_menu {
        display: block;
        height: 100%;
    }

    .profile_details_left {
        width: 11%;
    }

    /*.page-container.sidebar-collapsed .menu {
        display: block;
    }*/

    /*.page-container.sidebar-collapsed*/ .procrm-sidebar-menu {
        height: 100%;
    }




    @media (max-width: 768px) {
        .procrm-frmhedr {
            margin-left: 0;
            width: 100%;
        }

            .procrm-frmhedr .procrm-frmbtns {
                flex-wrap: wrap;
            }
    }


    .procrm-frmhedr h2, .popfrmhedr h2 {
        text-align: left;
        margin-top: 0;
    }

    .procrm-frmhedr {
        position: fixed;
        z-index: 1001;
        background-color: #fff;
        padding-bottom: 1px;
        min-width: 20%;
        padding-left: 0px;
        margin-bottom: 1.3%;
        box-shadow: 0 0 5px rgb(0 0 0 / 50%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left: 37%;
        bottom: 0;
        height: 55px;
        animation: slideInUp 1s ease-out;
    }

    .procrm-frmhedr /*.col-md-12.right*/ {
        display: flex;
        justify-content: center;
    }

        .procrm-frmhedr /*.col-md-12.right*/ .procrm-frmbtns {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 100%;
        }


    .procrm-frmbtns .frmentbtn {
        width: auto;
        margin: 0 5px;
        text-align: center;
    }




    .popfrmhedr {
        position: fixed;
        z-index: 998;
        margin-left: -0.7%;
        background-color: #fff;
        padding-bottom: 1px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0px 0.5px 5px #9e9d9d;
        padding-top: 10px;
    }

    .popserc {
        margin-top: 60px !important;
    }

    #tbDetails_filter /*, #tblleddata_filter*/ {
        width: 77%;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .dataTables_filter input {
        width: 80%;
    }

    .dataTables_filter {
        width: 60%;
    }

    /*#tbuserdetails_filter {
        width: 70%;
    }*/

    #tbDetails_wrapper, #tblleddata_wrapper {
        margin-top: 4px;
        overflow: auto !important;
        height: 630px;
        margin-top: 5px;
    }

    #footr, .footr {
        display: block;
    }

    .procrm-dsno {
        display: none;
    }

    /*.nav-container {
        height: 660px;
        width: 200px;
    }*/



    .contallrpt {
        padding-left: 0px;
    }

    .userper {
        max-width: 90%;
        margin-left: 5%;
    }

        .userper select {
            width: 90%;
        }

    .topbar {
        height: 45px;
    }

    .ui-dialog {
        width: 90% !important;
        left: 6% !important;
        top: 0 !important;
    }

    .modal {
        margin-left: 0;
    }

    .usrprfrm {
        border: 1px solid #a9a9a9;
        border-radius: 3px;
        margin-right: 2% !important;
        height: 450px !important;
    }

    .usrbtn {
        margin-bottom: -40px !important;
        margin-top: 2% !important;
    }

    .usrprlst {
        height: 625px !important;
        overflow: scroll !important;
    }

    .qustn {
        margin-right: 40px !important;
        margin-top: 5px;
    }
}

@media (max-width:600px) {
    .container-fluid {
        margin-bottom: 30%;
    }

    .procrm-frmhedr {
        position: fixed;
        z-index: 1001;
        background-color: #fff;
        padding-bottom: 1px;
        min-width: 100%;
        margin-bottom: 1.9%;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        bottom: 24px;
        height: auto;
        animation: slideInUp 1s ease-out;
    }

    .procrm-chat-notification {
        width: 90% !important;
        right: 5%;
        bottom: 7%;
        height: 77%;
    }

    .procrm-dvshwalrmndr {
        width: 90%;
    }

    .reminders-count {
        right: 123px;
    }
}


@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    /*.col-lg-11 {
        width: 91.66666667%;
    }*/

    /*.col-lg-10 {
        width: 83.33333333%;
    }*/

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    /*.col-lg-5 {
        width: 41.66666667%;
    }*/

    /*.col-lg-4 {
        width: 33.33333333%;
    }*/

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .mdcol {
        width: 100%;
        float: left;
    }

    .smlbl {
        width: 30% !important;
        float: left;
        padding-left: 25px !important;
    }

    .smtxt {
        width: 70% !important;
        float: left;
        margin-top: 5px;
    }
}



/*.login-reg-panel input[type=radio] {
    position: relative;
    display: none;
}

.login-reg-panel {
    color: #b8b8b8;
}*/

/*.login-info-box {
    width: 68%;
    padding: 0 15px;
    top: 1%;
    left: 0;
    position: absolute;
    text-align: left;
}*/

/*.login-show {
    z-index: 1;
    transition: .3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 10px;
}*/

.logtxt {
    width: 100%;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: 0;
    border-radius: 5px;
    margin: 0 0 1em;
}

/*.login-show .btn {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 30px;
    background: linear-gradient(180deg, #368fc7 30%, #368fc7 70%);
}

.login-show a {
    display: inline-block;
    padding: 0;
}*/

/*.googleLogin {
    margin-bottom: 20px;
}*/

/*.googleLogin .abcRioButtonBlue{
        margin: auto;
        border-radius: 30px;
    }*/

/*.googleLogin .abcRioButtonBlue .abcRioButtonIcon {
            background-color: #fff;
            border-radius: 30px;
        }*/

a {
    text-decoration: none;
    color: #01a9ac;
}

/*.mrleft {
    margin-left: 6%;
}*/

/*.login-info-box h3 {
    font-size: 19px;
    color: #000;
    text-align: left;
}*/

/*.feature-list {
    margin-left: -5px;
}

    .feature-list ul li {
        color: #fff;
        font-size: 15px;
        list-style: none;
        padding-bottom: 8px;
    }

    .feature-list p {
        font-size: 14px;
    }*/

.mrbtm {
    margin-bottom: 20px;
}

.footr {
    background-color: #0abab5;
    padding: 5px;
}

@media (max-width:580px) {
    /*.mrleft {
        margin-left: 10%;
    }*/

    /*.feature-list {
        margin-left: -35px;
    }*/

    .lgli {
        font-size: 14px !important;
    }
}

@media (max-width:660px) {
    /*.feature-list {
        margin-left: -25px;
    }*/

    /*.feature-list ul li {
            font-size: 10px;
            padding-bottom: 5px;
        }

        .feature-list label {
            font-size: 10px !important;
        }*/

    .lgli {
        font-size: 12px !important;
    }

    .cmpnm {
        font-size: 10px !important;
    }

    .dcmpnm {
        display: none;
    }
}

.brdr {
    margin-top: 2px;
}

.vrmrk {
    padding-left: 35px !important;
}

.report {
    margin-top: 10px;
}

.mrgnb {
    margin-bottom: 50px !important;
}

.panel.with-nav-tabs .panel-heading {
    padding: 1px 1px 2px 1px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

/*.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}*/

/*.with-nav-tabs.panel-primary*/ .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover {
    color: #fff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover {
    color: #3071a9;
    background-color: #e1e1e1;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover {
    color: #3071a9;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover {
        background-color: #4a9fe9;
    }

/*#alrtpop.modal {
    z-index: 99999999 !important;
    opacity: 1 !important;
}*/

/*.tab button {
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 10px 26px;
    transition: .3s;
    font-size: 17px;
    width: auto;
    border: 1px solid #fff;
    border-radius: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    color: #fff;
    margin-right: 5px;
}*/

#alrtpop .modal-dialog {
    margin-left: 35% !important;
    color: #636363;
    width: 400px;
    margin-top: 50%;
    border-radius: 30px;
}

#alrtpop /*.modal-confirm*/ .modal-content {
    padding: 10px;
    border-radius: 30px;
    border: none;
    text-align: center;
    font-size: 14px;
    backdrop-filter: blur(10px);
    background-color: #fff;
}

/*.modal-confirm*/ .modal-header {
    border-bottom: none;
    position: relative;
    padding: 0;
}

/*.modal-confirm p {
    text-align: center;
    font-size: 16px;
}*/

/*.modal-confirm*/ .modal-body {
    color: #000;
    padding: 0;
    height: 40px !important;
    font-weight: 700;
}

/*.modal-confirm*/ .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 0;
}

    /*.modal-confirm*/ .modal-footer a {
        color: #999;
    }

/*.modal-confirm*/ .icon-box {
    z-index: 9;
    text-align: center;
}

    /*.modal-confirm*/ .icon-box i {
        color: #f15e5e;
        font-size: 46px;
        display: inline-block;
        margin-top: 13px;
        font-style: normal !important;
    }

.main-search {
    margin-top: .2%;
}

    .main-search .search {
        float: right;
    }


.hdrnme {
    height: 26px;
}

.pdtop5 {
    padding-top: 3px;
}

@media (max-width:360px) {
    .procrm-frmhedr {
        z-index: 998;
        margin-left: -1%;
    }
}



.lblcustfdbk {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.custfdbk {
    margin-top: 10px;
}

/*.mrgbtm {
    margin-bottom: 5%;
}*/

body:nth-of-type(1) img[src*="Blank.gif"] {
    display: none;
}

.table-wrapper {
    overflow: auto !important;
    min-height: 260px;
    max-height: 500px !important;
    /*box-shadow: 0px -2px 4px 0px #ccc inset;*/
}

/*.topbtn {
    border: none;
    font-family: poppins !important;
    font-size: 13px;
    color: inherit;
    background: 0 0;
    cursor: pointer;
    padding: 25px 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .topbtn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }*/

.btn-3 span {
    color: #fff;
    font-family: poppins !important;
    font-weight: 300 !important;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 84%;
    width: 30px;
}

.btn-3d {
    padding: 10px 0 10px 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px grey;
    width: 63%;
    height: 30px;
    text-align: center;
    top: 4px;
}

    .btn-3d:before {
        background: #fff;
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }

    .btn-3d:active {
        top: 0;
    }

        .btn-3d:active:after {
            left: 42px;
        }

.procrm-sidebar-collapsed-back .btn-3 a {
    font-size: 12px;
}

.pading {
    padding: 2px 0px 5px 5px !important;
    float: left;
    display: inline-block;
    width: 13% !important;
    word-break: break-word;
    font-size: 11px;
}

.ui-widget-header .pading {
    border-right: 1px solid;
}

input:focus, select:focus, textarea:focus, .select2-search__field:focus {
    outline: 0 !important;
    border-top: 1.6px solid #01a9ac;
    border-right: 1.6px solid #01a9ac;
    border-bottom: 1.6px solid #01a9ac;
    border-left: 1.6px solid #01a9ac;
    transition: border-top 0.2s linear, border-right 0.3s linear 0.2s, border-bottom 0.4s linear 0.3s,border-left 0.5s linear 0.4s;
}




input:hover, input:focus, select:focus, textarea:focus {
    outline: 0 !important;
}

.buttons-colvis {
    display: none;
}

@media (max-width:1247px) {
    .container-fluid {
        margin-top: 53px;
    }
}

@media (max-width:991px) {
    .container-fluid {
        margin-top: 10%;
    }
}

@media (max-width:992px) {
    .procrm-frmhedr h2, .popfrmhedr h2 {
        margin-top: 0;
    }
}



@media (max-width:660px) {
    .procrm-frmhedr h2, .popfrmhedr h2 {
        margin-top: 0;
    }
}

.priceSection {
    padding: 0 20px 20px 20px;
}

.sectionHeading {
    background: #141d2f;
    color: #fff !important;
    padding: 5px 0;
}

/*.cursr, h2 {
    cursor: pointer;
}*/


.open > .dropdown-menu {
    display: block;
}

.procrm-navPoptopinfo table tr td {
    font-size: 14px;
    padding-bottom: 5px;
}

.slider.round {
    border-radius: 34px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 10px;
        bottom: 3.2px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #68d233;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round:before {
    border-radius: 50%;
}



.bell {
    -webkit-animation: ring 5s 1s ease-in-out infinite;
    -webkit-transform-origin: 50% 2px;
    -moz-animation: ring 5s 1s ease-in-out infinite;
    -moz-transform-origin: 50% 2px;
    animation: ring 7s 0s ease-in-out infinite;
    transform-origin: 50% 1px;
}

@keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }
}

@-moz-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }
}

.addbtnmstr {
    margin-top: 5px;
    margin-right: 70px;
}

/*.procrm-frmbtns {
    margin-top: 1.4%;
}*/

.frmpaybtn {
    margin: 10px;
}

.welcomePopup {
    background: rgba(13,167,169,.8);
    padding: 30px;
    margin-top: 20px;
    border-radius: 18px;
    color: #fff;
    border: 5px solid #fff;
}

    .welcomePopup h1, .welcomePopup h2, .welcomePopup input {
        color: #fff !important;
    }

    .welcomePopup h2 {
        font-weight: 400;
    }

    .welcomePopup input {
        padding: 5px 40px;
    }

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    margin-right: 3px;
}

/*.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -21px;
    position: relative;
    z-index: 2;
    margin-right: 6px;
}*/

/*.field-icon-con {
    float: right;
    margin-left: -25px;
    margin-top: 7px;
    position: relative;
    z-index: 2;
    margin-right: 6px;
}*/

.chkcmn, .chkvm {
    width: 20px;
    height: 20px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%),0 0 0 rgb(203 34 237 / 20%);
}

.srch {
    margin-left: -20px;
}

.editableOT {
    min-width: 100% !important;
}

/*.brdrdus {
    border-radius: 25px;
    text-align: center;
    height: 30px !important;
    margin-bottom: 4px;
    line-height: 30px;
}*/

/*.brdrdus a, .brdrdus a label {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }*/


.dataTables_wrapper .dataTables_length {
    padding-left: 10px !important;
    padding: 5px;
}

    .dataTables_wrapper .dataTables_length select {
        border-radius: 3px !important;
        padding: 2px !important;
    }

.btn-default {
    margin-right: 5px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
}

.hide_column {
    display: none;
}

.items {
    min-width: 15% !important;
}

.thdesc {
    min-width: 20% !important;
}

.amt {
    min-width: 8% !important;
}

.disc {
    min-width: 6% !important;
}

.um {
    min-width: 6% !important;
}

.editbtn {
    min-width: 2% !important;
}

@media (max-width:600px) {
    .items {
        min-width: 15% !important;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .descr, .itmnme {
        min-width: 150px;
    }

    .thdesc {
        min-width: 50% !important;
    }

    .amt {
        min-width: 7% !important;
    }

    .disc {
        min-width: 4% !important;
    }

    .um {
        min-width: 6% !important;
    }

    .editbtn {
        min-width: 2% !important;
    }



    .procrm-frmhedr {
        padding-bottom: 0px;
        position: fixed;
        z-index: 998;
        background-color: #fff;
        width: 100%;
        margin-top: 6.7%;
    }

    /*.procrm-sctncls {
        margin-top: 20%;
    }*/

    .divstebtn {
        display: none;
    }

    .statusinfo {
        margin-bottom: 35px;
    }

    span#languageDropdown {
        padding: 0;
    }

    /*.create_plus {
        display: none !important;
    }*/

    /*.only_plus {
        display: block !important;
        font-size: 22px;
        color: #fff;
        border: 0px solid #0da7a9 !important;
        box-shadow: 0 0 0px #0da7a9;
    }*/

    /*.nav_slide {
        left: -250px !important;
    }*/

    .dropdown-menu {
        left: -200px !important;
        min-width: 378px !important;
    }
}
/* Make table scrollable with fixed header */
/*.table-wrapper {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
}*/

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper thead {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

/*.table-wrapper th, .table-wrapper td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}*/
@media (max-width: 600px) {

    .table-wrapper, .dataTables_wrapper {
        overflow-x: auto;
    }

        .table-wrapper table, .dataTables_wrapper table {
            width: 100%;
            border-collapse: collapse;
        }

        .table-wrapper th,
        .table-wrapper td, .dataTables_wrapper th, .dataTables_wrapper td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
            white-space: nowrap;
        }


        .table-wrapper td, .dataTables_wrapper td {
            border: none;
            position: relative;
            padding-left: 50%;
        }

            .table-wrapper td:before, .dataTables_wrapper td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                content: attr(data-label);
                font-weight: bold;
            }
}

@media (max-width:992px) {


    .divstebtn {
        display: none;
    }

    .main-search {
        margin-top: 0.7%;
        float: left !important;
        margin-left: 3%;
    }

    .profile_details_left {
        float: right !important;
        width: 34% !important;
        margin-right: 0% !important;
    }

    .page-container.sidebar-collapsed .logo {
        margin-left: 7px;
    }

    .drop {
        margin-right: 0%;
        width: 21% !important;
    }



    .btn {
        padding: 3px 20px;
    }

    #alrtpop .modal-dialog {
        margin-left: 12% !important;
    }

    .nav li a {
        padding: 5px 10px !important;
    }

    .tablePop2 {
        width: 93%;
    }

    .pdnlft {
        padding-left: 20px !important;
    }

    .page-container.sidebar-collapsed .procrm-left-content {
        padding-left: 0% !important;
    }

    .procrm-frmhedr h2, .popfrmhedr h2 {
        font-size: 14px;
    }

    .subscr {
        display: none !important;
    }
}

.chkslct, .chkslctall {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.selct, .edt {
    width: 22px;
    text-align: center !important;
    vertical-align: middle !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 5px solid #f7f7f7 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f7f7f7 !important;
}

table thead {
    color: #fff;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #ddd !important;
}

.alert-close {
    border-radius: 50%;
    background-color: #F7C575;
    color: #000;
    opacity: .6;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 22px;
    line-height: 21px;
    position: absolute;
    right: 55px;
    text-align: center;
    top: -40px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 22px;
}





.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    width: 501px;
    padding: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 48px;
    padding: 0;
}

.navbar.default-layout-navbar .navbar-menu-wrapper .dropdown-menu {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
}

.dropdown .dropdown-menu {
    margin-top: 0.30rem;
    font-size: 0.8125rem;
    box-shadow: 1px 1px 5px #000;
    border-radius: 10px;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu.show {
    display: block;
}

.nav-bar:nth-child(1) {
    margin-left: 0px;
}

.nav-bar {
    display: inline-grid;
}

.mega-menu-tittle {
    font-weight: 500;
    font-size: 14px;
    color: #525252;
    border-bottom: 1px solid;
}

.nav-bar li {
    list-style: none;
    padding: 0;
}

ul li, ol li, dl li {
    line-height: 1.4;
}

.usrdrop > ul {
    padding-left: 5px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    padding: 2px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 11px 13px;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    padding: 0.15rem 0.5rem;
}

.dropdown-item {
    font-size: 13px;
    padding: 0.15rem 0.5rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #525252;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #008ffb;
    }

/*.only_plus {
    display: none;
}*/

.bootstrap-datetimepicker-widget {
    min-width: 350px !important;
}

/*.ttable td {
    cursor: pointer;
}*/

.chkcmn {
    cursor: pointer;
}

/*.txtright {
    text-align: end;
}*/


.custhead {
    margin-top: -2px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btncln, .btnad {
    padding: 3px 5px !important;
}

.btncln {
    margin-right: 5px;
}


/*.btnrst:before {
    content: "\f01e";
    padding: 0px 3px 0px 0px;
}*/

a {
    cursor: pointer;
}



.btnrst, .print, .okbtn, .qrcdebtn {
    font-size: 13px;
    outline: none !important;
    outline: none !important;
    color: #fff !important;
    padding: 7px 12px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    padding-left: 12px;
}

    .btnrst span, .print span, .delrow span, .okbtn span, .updtnm, .itmnme span, .ui-icon-circle-triangle-e span, .qrcdebtn span {
        font-family: 'poppins', sans-serif !important;
        font-weight: 500;
    }

/*.addBtn:before {
        content: "\f055";
        padding: 0px 3px 0px 0px;
    }*/

/*.delbtn:before,*/
.delrow:before {
    content: "\f1f8";
    padding: 0px 3px 0px 0px;
}

.qrcdebtn:before {
    content: "\f029";
    padding: 0px 3px 0px 0px;
}

/*.savebtn:before {
        content: "\f0c7";
        padding: 0px 3px 0px 0px;
    }*/

.updtnm:before {
    content: "\f017";
    font: var(--fa-font-regular);
    margin-right: 10px;
}

/*.btnsrc:before,*/
/*.btnvew:before,*/
.itmnme:before {
    content: "\f002";
    padding: 0px 3px 0px 0px;
}

.log:before {
    content: "\f011";
    color: red;
}

.print:before {
    content: "\f02f";
    padding: 0px 3px 0px 0px;
}

.okbtn:before {
    content: "\f00c";
    padding: 0px 3px 0px 0px;
}

.fb:before {
    content: "\f09a";
    padding: 0px 6px 0px 0px;
}

.tmblr:before {
    content: "\f173";
    padding: 0px 6px 0px 0px;
}

.yutb:before {
    content: "\f167";
    padding: 0px 6px 0px 0px;
}

.skyp:before {
    content: "\f17e";
    padding: 0px 6px 0px 0px;
}

.insta:before {
    content: "\f16d";
    padding: 0px 6px 0px 0px;
}

.youtb:before {
    content: "\f167";
    padding: 0px 6px 0px 0px;
}

.twit:before {
    content: "\f099";
    padding: 0px 6px 0px 0px;
}

.lik:before {
    content: "\f0e1";
    padding: 0px 3px 0px 0px;
}

.pin:before {
    content: "\f0d2";
    padding: 0px 3px 0px 0px;
}

.wap:before {
    content: "\f232";
    padding: 0px 3px 0px 0px;
}

.dwnld:before {
    content: "\f019";
    padding: 0px 3px 0px 0px;
}

#downfiles {
    margin-top: -5px;
    text-align: right;
}

.dataTables_filter, .select2-search__field {
    display: inline-block;
    position: relative;
    padding: 5px;
}

.logout, .edit, .printbind, .eye, .sndeml, .suprtlnk, .wtsp, .sndwa, .print, .delrow, .okbtn, .dwnld, .log, .updtnm, .itmnme, .qrcdebtn {
    font-family: 'Font Awesome 5 Free';
    font-weight: 599 !important;
}

.fab, .fb, .insta, .twit, .gl, .pin, .lik, .wap, .tmblr, .yutb, .skyp, .wltr, .pltr, .mltr, .sltr, .youtb {
    font-family: 'Font Awesome 5 Brands';
    font-size: 14px;
}

.dataTables_filter:before, .select2-search__field:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: inherit;
    right: -72px;
    font-size: 16px;
    vertical-align: middle;
    color: #8d8d8d;
}

.dataTables_wrapper .dataTables_filter input {
    padding-left: 25px !important;
}

.youtb {
    float: right;
    font-size: 20px;
    color: red;
}



.edit, .delbind, .printbind, .eye, .useredit, .sndeml, .suprtlnk, .wtsp /*, .sndwa*/ {
    font-size: 16px;
    margin: 0px 4px;
    cursor: pointer;
}

.logout:before {
    content: "\f011";
    color: red;
    cursor: pointer !important;
}

.printbind:before {
    content: "\f02f";
    color: rgb(119, 119, 119);
}

.sndeml:before {
    content: "\f14d";
    color: rgb(119, 119, 119);
}

.suprtlnk:before {
    content: "\f145";
    color: rgb(119, 119, 119);
}



.wtsp:before {
    content: "\f232";
    color: rgb(119, 119, 119);
}


/*.sndwa:before {
    content: "\f232";
    color: rgb(119, 119, 119);
}*/

.edit:before {
    content: "\f044";
    color: rgb(119, 119, 119);
}

.eye:before {
    content: "\f06e";
    color: #01a9ac;
}


.logout {
    font-style: normal;
}


.dropdown-menu {
    z-index: 999999 !important;
}

.fnt25 {
    font-size: 25px !important;
}

.fnt20 {
    font-size: 20px !important;
}

.fnt15 {
    font-size: 15px !important;
}

.fnt13 {
    font-size: 13px !important;
}

.pyblamt {
    margin-top: 15px;
    padding: 7px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
    padding-top: 15px;
    padding-bottom: 15px;
}


.delrow {
    color: #f31c1c;
    font-size: 17px;
}



.fdttdt {
    margin-top: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ddd !important;
}



table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400 !important;
    white-space: nowrap;
}

table.procrm-editable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

.pophdr {
    height: 40px;
}

#btncmntlok {
    margin-right: 10px;
}


#tblcustbrnch > tbody > tr > td {
    text-align: center !important;
}

/*.select2-dropdown {
    border-radius: 10px !important;
}*/

.select2-search__field {
    border-radius: 3px !important;
}



.starcal {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 599;
}

    .starcal:before {
        content: "\f005";
        font-size: 15px;
        cursor: pointer;
    }




.info {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

    .info:before {
        font-size: 18px;
        content: "\f05a";
        color: #e6ecf0;
    }

    .info:hover {
        color: #141f25;
    }

.getcust, .getemp {
    font-weight: 600;
}

.todayBox {
    margin-top: 2px;
    background: #fff;
    box-shadow: 0 0px 0px 1px rgb(0 0 0 / 7%), 0 0px 0px 0px rgb(0 0 0 / 0%), 0 0px 0px 0 rgb(0 0 0 / 0%);
    border-radius: 5px;
}

.dvtodsle h2 {
    color: #01a9ac !important;
}

.dvtodrecamt h2 {
    color: #68d233 !important;
}

.dvtodpur h2 {
    color: #f31c1c !important;
}

.dvtodpadamt h2 {
    color: #F97F00 !important;
}

.dshnm {
    margin-top: 0px !important;
    font-size: 21px !important;
}

.grdbtns {
    vertical-align: middle !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7f2ff !important;
    color: #000 !important;
}

input[type="file"] {
    width: 200px;
}


.dwnld {
    font-size: 25px;
}

.pdtop10 {
    padding-top: 10px;
}

#redrctbill {
    color: white;
}

.actsave {
    background: #008ffb;
}

.ipr {
    color: #007bff;
}

.nwbtncl {
    /* color: #007bff; */
    background: #007bff;
}

    .nwbtncl:hover {
        color: #2865a7;
    }

.input-group-btn:hover {
    background: rgba(0, 143, 251, 0.85);
    cursor: pointer;
}

    .input-group-btn:hover .faclr {
        color: #fff;
    }

.faclr, .faclrsrc {
    color: #6e7a69;
    font-size: 12px;
}

    .faclrsrc:hover {
        color: #68d233;
    }

.actupdt {
    background: #68d233;
}

.actsrch {
    background: #555555;
}

.actview {
    background: #555555;
}

.actreset {
    background: #F97F00;
}

.actdel {
    background: #f31c1c;
}

.qrcdebtn {
    background: #aaa8a8;
}

.actprint {
    background: #7D3C43;
}

/*.lftpnl, .tooltiptext {
    background: #141d2f;
}*/

thead {
    background: #f3f3f3;
}



.actmail {
    background: #68d233;
}

thead {
    position: sticky;
    z-index: 1;
}

#procrm-popth {
    position: sticky;
    top: 0%;
    z-index: 1;
}

.frmlink {
    margin-bottom: 15px;
}


.sndeml, .suprtlnk, .printbind, .edit, .eye, /*.sndwa,*/ .wtsp {
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.12);
}

.dcmpnm {
    text-align: center;
    /*padding: 3px 5px;*/
    font-size: 14px;
    border-radius: 3px;
    width: auto !important;
    padding: 8px 15px;
    list-style: none;
    background-color: #eeeeee;
    border-radius: 4px;
}

/*.dcmpnm, .dataTables_paginate, .dataTables_info {
    text-align: center;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 3px;
    width: auto !important;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
}*/

.cmpnm {
    color: #215a7f;
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
}


.dt-body-center {
    vertical-align: middle !important;
    text-align: center !important;
}

.adwltcls {
    margin-top: -11px;
}

.procrm-pnlsrcfrm {
    margin: 10px 10px 1px 10px;
}

.lftmenu {
    background: #ffffff;
    border-radius: 8px;
    display: grid;
    margin-top: 8px;
    margin-left: 7px;
}


.customClass {
    width: 40% !important;
}

.globeico {
    float: right;
    margin-left: -30px;
    margin-top: 7px;
    position: relative;
    z-index: 6;
    margin-right: 0px;
    font-size: 18px;
    color: #01a9ac;
    padding-right: 5px;
}

.globlsrch {
    font-size: 16px;
    height: 40px;
    width: 130%;
    width: 500px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.main-search {
    position: relative;
    width: 1%;
}

    .main-search .fa-globe {
        cursor: pointer;
    }

.search-bar {
    display: none;
    position: absolute;
    top: 60%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.custom-search-input {
    position: relative;
}

.input-group-text {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    border-radius: 0 4px 4px 0;
    z-index: 100;
}

.itmnme {
    font-family: 'Poppins';
    padding-right: 15px;
}

.custom-search-input input {
    padding-right: 30px;
}

/*.goog-te-combo {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 4px;
    line-height: 1.428571429;
    color: #000;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #c7c7cc;
    border-radius: 10px;
    margin: 1px 0 !important;
}*/


/*.skiptranslate span {
    display: none;
}*/

/*.skiptranslate span a img {
        display: none;
    }*/



.gear-icon {
    position: relative;
    display: inline-block;
    padding: 7px 15px 5px 15px;
    cursor: pointer;
}

    .gear-icon:hover {
        border-radius: 5px;
        background-color: #e8e8f7;
    }

    /*.gearicon {
    font-size: 17px;
}*/

    .gear-icon .fas.fa-cog {
        color: #777;
        cursor: pointer;
    }

    .gear-icon .buttons-list::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 17%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .gear-icon .buttons-list {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        padding: 5px;
        border-radius: 5px;
        top: 30px;
        right: -66px;
        min-width: 100px;
        z-index: 10000;
    }

.tbtspn {
    font-family: 'Poppins';
    font-weight: 400;
}

.select2-selection__clear {
    font-size: 16px !important;
}

.gear-icon .buttons-list a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 3px 10px;
    margin-bottom: 5px;
}

    .gear-icon .buttons-list a:hover {
        background-color: #eee;
    }

.procrm-chat-notification {
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 30%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10001;
    height: 60%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 0px;
    padding-right: 0px;
    animation: slideInUp 0.5s ease-out;
    padding-bottom: 5%;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.chat-header {
    color: #fff;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .chat-header h3 {
        margin: 0;
    }

.close-btn {
    cursor: pointer;
    float: right;
    font-size: 30px;
    margin-top: -1.5%;
}

.chat-messages {
    min-height: 360px;
    overflow-y: auto;
    padding: 10px;
    max-height: 89%;
    padding-bottom: 0px;
}

.message {
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 13px;
}

/*.chat-input {
    padding: 10px;
    border-top: 1px solid #ccc;
}*/

/*.chat-input input {
        width: 70%;
        padding: 8px;
        margin-right: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }*/

/*.chat-input button {
        padding: 8px;
        background-color: #3498db;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }*/

.chat-minimized {
    display: none;
}

.lftpnl.chat-minimized {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*.lftpnl.chat-open {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    height: auto;
    display: block;
}*/

/*.shrmndr {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 5%;
    right: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 1001;
    border: none;
    outline: none;
    background-color: rgba(19, 164, 86, 0.3);
    backdrop-filter: blur(10px);
}*/

.reminders-count {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 2%;
    right: 42.6%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    z-index: 1001;
    border: none;
    outline: none;
    background-color: red;
    backdrop-filter: blur(10px);
}

.shrmndr:hover {
    background-color: #215a7f;
}

/*.rmndbl {
    font-size: 17px;
    animation: ring 7s 0s ease-in-out infinite;
    transform-origin: 50% 1px;
}*/

.procrm-rmndrhdr {
    font-size: 20px;
}

.procrm-rmndrsrc {
    margin: 5px;
    width: 97%;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#procrm-change-password-container {
    position: fixed;
    top: 30%;
    right: -300px;
    width: 300px;
    height: 275px;
    background: #fff;
    z-index: 10090;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    border-radius: 10px;
}

#procrm-change-password-form {
    padding: 10px 20px 10px 20px;
    margin-top: 15%;
}

    #procrm-change-password-form input {
        margin-bottom: 5px;
    }

#close-button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: red;
}

.dvcpswhdr, .dvcpswbtn {
    text-align: center;
    padding: 10px;
}

.dvcpswhdr {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.dvcpswbtn {
    border-top: 1px solid #ddd;
}

.cpswhdr {
    color: #000;
}

i:hover {
    cursor: pointer;
}

.info-button {
    border: 1px solid #d5d0d0;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.info-panel {
    position: fixed;
    top: 2%;
    right: -40%;
    width: 40%;
    height: 93%;
    background: #fff;
    overflow-y: auto;
    padding: 10px;
    transition: right 0.3s ease-in-out;
    z-index: 10000;
    border-radius: 10px;
}


.view-panel {
    position: fixed;
    top: 2%;
    right: -90%;
    width: 84%;
    height: 82%;
    background: #fff;
    overflow-y: auto;
    padding: 10px;
    transition: right 0.3s ease-in-out;
    z-index: 10000;
    border-radius: 10px;
}

.viewbtn {
    padding: 7px;
}

    .viewbtn:hover {
        border-radius: 5px;
        background-color: #e8e8f7;
    }

.closeinfo, .closeview {
    font-size: 20px;
    margin-top: -9px;
    /* font-weight: 700; */
    cursor: pointer;
    /* float: right !important; */
    color: red;
    /* z-index: 10000; */
    position: fixed;
    margin-left: -15px;
    /* width: 1.7%; */
}

.view-panel button {
    margin-bottom: 10px;
}

.view-panel.visible {
    right: 0%;
}

.info-panel button {
    margin-bottom: 10px;
}

#procrm-rghtfrm {
    border-radius: 10px;
}

.info-panel.visible {
    right: 0%;
}

.newrmndr {
    color: #68d233;
}

.newsbar {
    margin-top: -17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fcfcfc !important;
}

.dvsrcadminpnl {
    text-align: -webkit-center;
}

.srcadminpnl {
    width: 50%;
    height: 40px;
    font-size: 15px;
}

.p5 {
    padding: 5px;
}

.p15 {
    padding: 15px;
}

.p25 {
    padding: 25px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.ptop5 {
    padding-top: 5px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop15 {
    padding-top: 15px;
}

.ptop20 {
    padding-top: 20px;
}

.pbot5 {
    padding-bottom: 5px;
}

.pbot10 {
    padding-bottom: 10px;
}

.pbot15 {
    padding-bottom: 15px;
}

.pbot20 {
    padding-bottom: 20px;
}

.m5 {
    margin: 5px;
}

.m15 {
    margin: 15px;
}

.m25 {
    margin: 25px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mbot5 {
    margin-bottom: 5px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mbot15 {
    margin-bottom: 15px;
}

.mbot20 {
    margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget {
    margin-bottom: 20%;
}

#popfrmlst {
    font-size: 16px;
    height: 33px;
}

/*.prht5 {
    padding-right: 5px;
}*/

/*.prht10 {
    padding-right: 10px;
}

.prht15 {
    padding-right: 15px;
}

.prht20 {
    padding-right: 20px;
}*/

#hdr {
    margin-top: 0px;
}

.toast {
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    animation: tostslideDown 0.5s ease-in-out;
    display: none;
}

.inclr {
    color: #41e628;
}

.upclr {
    color: #41e628;
}

.lftopbr {
    background: linear-gradient(180deg, #fff 30%, #fff 70%) !important;
    height: 45px;
}

.declr {
    color: red;
}

@keyframes tostslideDown {
    0% {
        top: -50px;
    }

    100% {
        top: 10px;
    }
}

@keyframes tostslideUp {
    0% {
        top: 10px;
    }

    100% {
        top: -50px;
    }
}

.softvrsn {
    text-align: center;
    color: #000;
    margin-top: 0;
    padding-top: 0;
}

/*.vertical-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

.shortcut-text {
    font-size: 10px;
    color: black;
    margin-top: -1px;
    font-family: 'Poppins';
}

.dvgridad {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}

.gridad {
    margin-bottom: 3px;
}

.procrm-rowbtns {
    text-align: center;
}

.nwcst {
    float: right;
    margin-left: 0px;
    margin-top: -23px;
    position: relative;
    z-index: 2;
    margin-right: 6px;
    border: 0px;
}

.tab-container {
    display: flex;
}

.tab {
    padding: 6px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #e0e6ed;
    border-bottom: none;
    text-align: center;
    flex: 1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 1px;
}

    .tab:hover {
        background-color: #ddd;
    }

    .tab.active {
        background-color: white;
        border-bottom: 2px solid white;
    }

.tab-content {
    padding: 5px;
    display: none;
    background: white;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .tab-content.active {
        display: flow-root;
    }

.nmlstrmrk {
    height: 37px;
}

.atrbtfrm {
    max-height: 600px;
    overflow: auto;
}

/*.atrgrp {
    width: 35% !important;
}*/

.tblgrp {
    font-size: 12px;
    border: 1px solid;
    border-radius: 10px;
    padding: 0px 5px;
    margin-right: 7px;
}

.procrm-editable {
    padding: 2px;
}

.dvsrcsrnoflot {
    position: fixed;
    top: 0;
    right: 10%;
    transform: translateX(-50%);
    background: #000000;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    transition: height 0.3s;
    height: 30px;
    width: 30px;
    z-index: 1000;
    opacity: 0.1;
}

    .dvsrcsrnoflot:hover {
        opacity: 1;
        height: 30px;
    }

.srnoflot {
    margin-left: 8px;
    font-size: 15px;
    margin-top: 2px;
    padding: 6px 0px;
    color: #fff;
}

.validation-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.focused {
    background-color: #d3d3d3;
    outline: none;
    border-radius: 5px;
    margin-top: 4px;
}

    .focused a {
        color: black !important;
    }

/*#tbDetails {
    width: 100% !important;
}*/

#tbDetails, #procrm-editable, #tblsprprt {
    min-width: 100% !important;
}

    /*#tblsprprt .frmcntrl {
        background-color: #e3ebf4;
    }*/

    #tblsprprt .bgclrspr {
        border-color: #FF0000 !important;
        background-color: #eae0e0;
    }
/*#tblsprprt .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #e3ebf4 !important;
}
#tblsprprt .bgclrspr .select2-container .select2-selection--single {
    border-color: #FF0000 !important;
}*/


.cssitmnm {
    font-size: 13px;
    font-weight: 500;
}

.login-container {
    padding: 10px;
    border-radius: 20px;
    display: block;
    width: 70%;
    min-height: 520px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 30px #ccc6;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 10%;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

/*.login-header {
    padding: 10px 20px; 
    margin: 0 auto; 
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #0072ff; 
    border-radius: 10px 10px 0 0; 
    font-size: 19px;
    font-weight: bold; 
    width: fit-content; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
    letter-spacing: 1px; 
    margin-bottom: 15px;
}*/

.loginlogo {
    position: relative;
    top: 15px;
    left: 0px;
    width: 65px;
    height: auto;
    z-index: 1;
}

.fyr {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 1em 0 0.4em 0;
    margin-bottom: -42px;
    margin-top: 25px;
    letter-spacing: 0px;
    margin-right: 120px;
}

.loginConWrap {
    margin-top: 50px;
}

/*css for support button with headset icone on right down corner*/
.info-button {
    position: fixed;
    bottom: var(--support-padding-bottom, 20px);
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    cursor: pointer;
    background-color: rgb(50, 70, 100);
    transform-origin: center center;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    box-shadow: rgb(0 0 0 / 26%) 0px 5px 4px 0px;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 1000;
}

.hidden {
    display: none;
}

.info-menu {
    position: fixed;
    background-color: #fff;
    border: 5px solid #ebebeb;
    padding: 7px;
    width: 225px;
    z-index: 1000;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
    right: 15px;
    bottom: 90px;
    border-radius: 5px;
}

    .info-menu::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 85%;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }

    /*element.style {
}*/

    .info-menu ul li a {
        text-decoration: none;
        color: #333;
    }

body a {
    /* transition: .5s all; */
    text-decoration: none !important;
}

a {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: rgba(0, 143, 251, 0.85);
}

a {
    background-color: transparent;
}

    a, a:active, a:focus {
        outline: 0 !important;
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-menu ul li {
    padding: 8px 7px;
    margin: 2px;
    cursor: pointer;
    font-size: 14px;
}

ul li, ol li, dl li {
    line-height: 1.5;
}

user agent stylesheet li {
    text-align: -webkit-match-parent;
}

.info-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

user agent stylesheet ul {
    list-style-type: disc;
}

.info-button {
    /*border: 1px solid #d5d0d0;*/
    /*padding: 5px 10px 5px 10px;*/
    font-size: 23px;
    /*border-radius: 5px;*/
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c7c7cc !important;
}
/*.select2-container {
            width: 100% !important;
        }*/

.status-button {
    color: white;
    background: orange;
    padding: 4px;
    border-radius: 5px;
}

.icon-xs {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}


/*#qr-reader {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px;
    z-index: 9999;
    display: none;
}*/
#qr-reader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 0;
    z-index: 99999;
    display: none;
}

#qr-reader {
    width: 100%;
    height: 90%;
    border-radius: 10px;
    margin-top: 10%;
}

/* Close button overlay */
#qr-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    cursor: pointer;
    z-index: 10000;
}

/* Scanning text overlay */
#scan-status {
    position: absolute;
    bottom: -5%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: rgba(255,255,255,0.8);
    z-index: 10000;
}

/* Optional overlay background */
#qr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

/* Optional close button */
/*#qr-close {
   position: fixed;
    top: 10%;
    right: 30%;
    font-size: 26px;
    cursor: pointer;
    color: red;
}*/
#qr-shaded-region {
    border-width: 115px 115px !important;
}

.qr-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; /* or set specific width like 300px */
}

    .qr-input-wrapper input {
        width: 100%;
        padding-right: 35px; /* make room for the icon */
        box-sizing: border-box;
    }

    .qr-input-wrapper .qr-icon {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 0.7;
    }

        .qr-input-wrapper .qr-icon:hover {
            opacity: 1;
        }

#scanner-line {
    display: none;
    position: absolute;
    top: 0;
    left: 23%;
    width: 54%;
    height: 3px;
    background: linear-gradient(90deg, #008ffb, #008ffb, #008ffb);
    opacity: 0.9;
    animation: scan-move 5s ease-in-out infinite, shine-flash 2s linear infinite;
    z-index: 1000;
    box-shadow: 0 0 8px 2px rgba(0, 191, 255, 0.6);
    border-radius: 1px;
}

@keyframes scan-move {
    0% {
        top: 33%;
    }

    50% {
        top: 87%;
    }

    100% {
        top: 33%;
    }
}

@keyframes shine-flash {
    0%, 100% {
        opacity: 0.4;
        box-shadow: 0 0 4px rgba(0, 191, 255, 0.4);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgba(0, 191, 255, 0.9);
    }
}

.lbltimer {
    font-size: 15px;
    color: red;
}

.infopanel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #525252;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
}

#dvmenu-container {
    position: fixed;
    left: 233px;
    top: 52px;
    width: 70%;
    height: 80%;
    background: white;
    color: #333;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 35px;
    overflow-y: auto;
    z-index: 10000;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

    /* Show Container */
    #dvmenu-container.show {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

/* Responsive Fix */
@media (max-width: 600px) {
    #dvmenu-container {
        left: 165px;
    }
}

/* Arrow Pointer */
#dvmenu-container::before {
    content: "";
    position: absolute;
    top: var(--arrow-top, 20px); /* Controlled via JS */
    left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.collapse.in {
    display: block;
    visibility: visible;
}
/* Individual Columns */
#dvmenu-container > div {
    flex: 1 1 220px;
    margin-bottom: 20px;
}

/* Headings (ELS, Production, etc.) */
#dvmenu-container h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

/* Menu Links */
#dvmenu-container a {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    #dvmenu-container a:hover {
        text-decoration: underline;
        color: #007bff;
    }

/* Active Sidebar Link */
.sidebar a.active {
    background: #007bff;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
}

/* List item in menu */
.limnu {
    padding: 3px;
    display: flex;
}

.procrm-mlcls.active a {
    color: #007bff;
    border-radius: 5px;
}

.search-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.mnrcrdscont {
    background: antiquewhite;
    padding: 4px 8px;
    border-radius: 9px;
    color: #6e6e6e;
}

#menuSearchResults {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    z-index: 9999;
    position: relative;
}

.list-search-item.active {
    background-color: #007bff;
    color: white;
}

a.highlighted {
    background-color: #dbeafe; /* light blue */
    border-radius: 4px;
    outline: none;
    color: black !important;
}


select.clsz {
    width: 300px;   /* fixed width */
    min-width: 275px;
    max-width: 300px;
    box-sizing: border-box;
}
