﻿@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: #e6e6e6;
}

#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;
}

.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: #000;
    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;
}

.dvbx {
    /*height: auto 100px;*/
    border: .5px solid #b2beb5;
    margin-bottom: 5px !important;
    background: #fff;
    border-radius: 10px;
}

.serch {
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.bld {
    font-weight: 600 !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;
}

.sidebar-collapsed-back .frmhedr {
    width: 90% !important;
}

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: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #1873a7;
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        background: #09367d;
    }

.container {
    margin: auto;
}

.hide_column {
    display: none;
}

.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;
}

.compInfo .userPhoto {
    margin: 10px auto;
}

.compInfo .imgUpLabal {
    padding-top: 25px !important;
}

.frmcls .frmgrp {
    margin-bottom: 5px !important;
    float: left;
    width: 100%;
}

    .frmcls .frmgrp label {
        font-size: 14px;
        padding: 0;
        font-weight: 400;
        line-height: 14px;
        word-wrap: break-word;
        color: #000;
    }

.sctncls {
    padding: 1px 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    margin-top: 52px;
}

.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;
}

/*.btngridaddOT {
    height: 30px;
    width: 100%;
}*/

.attachfile {
    width: 120px;
}

.table > thead > tr > th {
    color: #000 !important;
}
/*.serch{
    border: 1px solid #ddd !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: 1px solid #ddd !important;*/
    border-right: 1px solid #f7f7f7;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #f7f7f7 !important;
}
/*#av{
        white-space: nowrap;
}*/
table.editable thead th, table.dataTable thead td {
    /*border: 1px solid #ddd !important;*/
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
}

#editable tr td {
    padding: 0;
    text-decoration: none;
    font-size: 12px !important;
    /*width: 10px;*/
}

.editable td {
    font-family: poppins !important;
    cursor: pointer;
}

.editable th {
    /*background-color: #3ac0f2;*/
    color: #fff;
    font-family: poppins !important;
    font-size: 10pt;
    line-height: 200%;
    /*width: 100px;*/
}

#tblmtrildtl tr td {
    padding: 0;
    text-decoration: none;
    font-size: 12px !important;
}

#arowspan {
    top: 18px !important;
}

#btnOUTstandbyno, #btnaddbnk, #btncalid, #btncatagory, #btncity, #btncust, #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: 11px;
    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;
}

.pendngcls h2 {
    /*background-color: #e32806;*/
    color: #FCAA20 !important;
    font-size: 17px;
    margin-top: 0px;
}

.pndngfrcutmr h2 {
    /*background-color: orange;*/
    color: #eb8c1f !important;
    font-size: 17px;
    margin-top: 0px;
}

.reslvdcls h2 {
    /*background-color: orange;*/
    color: #68d233 !important;
    font-size: 17px;
    margin-top: 0px;
}

.unasgnedcls h2 {
    /*background-color: #a9d429;*/
    /*background-color: #8CD429;*/
    color: #d51313 !important;
    font-size: 17px;
    margin-top: 0px;
}

.cnclcls h2 {
    color: brown !important;
    font-size: 17px;
    margin-top: 0px;
}

.rjctcls h2 {
    color: #8b0000 !important;
    font-size: 17px;
    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;
}

.profitbtnsrch {
    margin-top: -12px;
}

#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, .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, .sucspop {
    position: absolute !important;
    width: 80%;
    height: 500px;
    overflow: auto;
    display: none;
    top: 100px;
    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: 10% !important;*/
}

.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 {
    position: absolute !important;
    width: 25%;
    height: auto;
    overflow: auto;
    display: none;
    top: 100px;
    bottom: auto;
    left: 50%;
    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;
    margin-left: -175px;
}

    .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;
    }

.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;
}

.CityMasterClose, .clntclose, .closeAMCpop, .closeGetsaledtl, .closeItmsalepop, .closePop, .closePop1, .closePop2, .closePop3, .closePop4, .closePop5, .closePop6, .closePop7, .closePop8, .closePopI, .closePopcust, .closePoppur, .closePopser, .closeWartypop, .closeamc, .closecustPop, .closerentPop, .ctyclose, .empclose, .itmclose, .supclose {
    font-size: 30px;
    position: absolute;
    right: 12px;
    color: red;
    cursor: pointer;
    top: -6px;
    font-weight: 700;
}

.pop1Wrap {
    max-height: 297px;
    overflow: auto;
}

.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;
}

/*.frmcntrl {
    width: 100%;
    height: 27px;
}*/

#divtril {
    margin-left: -28px;
}

.col-sm-2 {
    width: 13.4%;
}

.select-editable {
    position: relative;
    background-color: #fff;
    width: 86%;
    height: 30px;
}

    .select-editable select {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        width: 99%;
        margin: 0;
        height: 30px;
    }

    .select-editable input {
        position: absolute;
        top: 0;
        left: 0;
        width: 97.6%;
        padding: 1px;
        font-size: 12px;
        border: solid grey 1px;
        height: 30px;
    }

        .select-editable input:focus, .select-editable select:focus {
            outline: 0;
        }

.req label:after {
    color: #e32;
    content: " *";
    display: inline;
}

#trialcount {
    padding-left: 0;
    margin-left: -6px;
    font-size: 12px !important;
    font-weight: 800;
    color: #d51313;
    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;
}

/*#btnDelete:after {
    content: "Delete";
    margin-left: -15px !important;
}*/

/*#btnDeleteOT:after {
    content: "Delete";
}*/

/*#btnAddOT:after {
    content: "Add";
    margin-left: 46% !important;
}*/

/*#btnDeleteOT {
    width: 25px;
}*/

.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;
}

.footerWrapper {
    position: fixed;
    width: 100%;
    font-size: 12px;
    padding: 0;
    color: #000;
    text-align: center;
    bottom: 0;
    z-index: 111;
    background: linear-gradient(180deg, #fff 30%, #fff 70%) !important;
    height: 28px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.tblfotr {
    height: 28px;
}

.faicn {
    font-size: 15px !important;
}

.footerWrapper a {
    text-decoration: underline;
    color: #000;
}

    .footerWrapper a:hover {
        text-decoration: underline;
        color: #0c70ac;
        outline: 0;
    }

    .footerWrapper a:focus {
        text-decoration: underline;
        color: #fff;
        outline: 0;
    }

    .footerWrapper a:active {
        text-decoration: underline;
        color: #fff;
        outline: 0;
    }

.loader {
    height: 100px;
    width: 100px;
    padding: 15px;
    border: 5px solid #eee;
    border-right-color: #0da7a9;
    border-radius: 100px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -70px;
    z-index: 999999;
}

@-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);
    }
}

.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;
}

.dtlhead {
    /*border-bottom: 1px solid #c7c7cc;*/
    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 {
    /*background: 0 0 !important;*/
    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: 8px;
    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;
}

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: 3%;
    background: #f7f7f7;
}

input[type=file] {
    display: block;
}

.frmcntrl::-webkit-input-placeholder {
    color: #999;
}

.frmcntrl[disabled], .frmcntrl[readonly], fieldset[disabled] .frmcntrl {
    cursor: not-allowed;
    background-color: #f0f0f0;
    opacity: 1;
}

textarea.frmcntrl {
    height: auto;
}

.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;
    /*background-image: none;*/
    border: 2px solid transparent;
    border-radius: 8px;
    color: #fff;
    font-family: poppins !important;
    font-size: 14px !important;
    /*background: linear-gradient(180deg, #0c70ac 30%, #0c70ac 70%);*/
    /*background: linear-gradient(180deg, rgb(13, 167, 169) 30%, #114166 70%);*/
    /*text-shadow: 1px 1px 5px #000;*/
    /*min-width: 95px;*/
}

.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;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group .frmcntrl, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    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) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .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;
    /*border: 1px solid #ddd;*/
}

/*.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}*/

.frmcntrl::-webkit-input-placeholder {
    color: #d7d7d7;
}

table.dataTable thead td, table.dataTable thead th {
    padding: 5px 10px !important;
    border-bottom: 1px solid #111;
}

.table tbody tr:hover {
    background-color: #cdcdd4 !important;
}

.table {
    min-width: 100% !important;
    border: 1px solid #f7f7f7;
}

.frmcntrl {
    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: 5px;
    /*margin-top: 5px;*/
    /*-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

textarea.frmcntrl {
    height: auto;
}

.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: 8px;
    padding-right: 8px;
    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: 12% !important;
        margin-right: 0% !important;
    }

    .shrtcut {
        left: -225% !important;
    }

    .main-search {
        display: none;
    }
    /*.page-container.sidebar-collapsed .sidebar-menu {
    width: 5%;*/
    /* background: linear-gradient(180deg, #141f25 30%, #0c70ac 70%) !important; */
    /*}*/

    .page-container.sidebar-collapsed .menu {
        display: none;
    }

    .page-container.sidebar-collapsed .sidebar-menu {
        height: 33px;
        width: 5%;
    }

    .mdcol {
        width: 100%;
        float: left;
    }

    .smlbl {
        width: 100% !important;
        float: left;
    }

    .smtxt {
        width: 100% !important;
        float: left;
        padding: 0 !important;
    }

    .dtlbl {
        float: left;
        /*padding-top: 10px !important;*/
    }

    .dttxt {
        width: 78%;
        float: left;
        /*padding-top: 4px !important;*/
    }

    #footr, .footr {
        display: none;
    }

    .fotr {
        padding-left: 10px;
    }

    #frmentry, #frmserch {
        border: none !important;
    }

    .dvbx {
        border: 0 solid #b2beb5;
        height: auto !important;
        margin-bottom: 5px;
        cursor: auto;
        padding: 8px;
        box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%),0 0px 0px -2px rgb(0 0 0 / 20%),0 1px 3px 0 rgb(0 0 0 / 12%);
    }

    /*.btn {
        margin-bottom: 1px !important;
    }*/

    .nav-container {
        height: 300px;
        overflow: auto;
    }

    .page-container.sidebar-collapsed .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;
    }

    /*.qustn {
        margin-left: 10px !important;
        text-align: left !important;
    }*/
}

/*@media (min-width:250px) {
    .top_menu {
        display: none;
        padding-left: 10px;
    }
}*/

@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;
    }

    #frmentry, #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: #000;
        /*border-top: none !important;*/
        padding: 2px 2px 2px 2px !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;
        /*padding-top: 10px !important;*/
    }

    .dttxt {
        width: 75%;
        float: left;
        /*padding-top: 4px !important;*/
    }

    .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;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.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 {
        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;
    }

    .top_menu {
        display: block;
        height: 100%;
    }

    /*.profile_details_left {
        width: 11%;
    }*/

    .page-container.sidebar-collapsed .menu {
        display: block;
    }

    .page-container.sidebar-collapsed .sidebar-menu {
        height: 100%;
    }

    .mdcol {
        width: 100%;
        float: left;
    }

    .smlbl {
        width: 20% !important;
        float: left;
        padding-left: 40px !important;
    }

    .smtxt {
        width: 70% !important;
        float: left;
    }

    .dtlbl {
        width: 25%;
        float: left;
        /*padding-top: 10px !important;*/
    }

    .dttxt {
        width: 60%;
        float: left;
        /*padding-top: 4px !important;*/
    }

    .frmhedr h2 {
        text-align: left;
        margin-top: 0;
    }

    .frmhedr {
        position: fixed;
        z-index: 998;
        margin-left: -7px;
        background-color: #fff;
        padding-bottom: 5px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0px 0px 1px #000;
    }

    #tbDetails_filter, #tblleddata_filter {
        width: 77%;
        margin-bottom: 5px;
    }

    .dataTables_filter input {
        width: 80%;
    }

    .dataTables_filter {
        width: 60%;
    }

    #tbDetails_wrapper, #tblleddata_wrapper {
        margin-top: 4px;
    }

    #footr, .footr {
        display: block;
    }

    .dsno {
        display: none;
    }

    .nav-container {
        height: 660px;
        width: 250px;
    }

    .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: 45px !important;
    }
}

@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;
    }
}

.login-reg-panel {
    top: 0;
    text-align: center;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    position: fixed !important;
    z-index: -1;
    display: flex;
    background: url(../images/login/1.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.white-panel {
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.4);
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
}

.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: 30px;
}

.logtxt {
    width: 100%;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: 0;
    border-radius: 30px;
}

.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: #0c70ac;
}

.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;
    }
}

.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: 8%;
    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) {
    .frmhedr {
        /*position: fixed;*/
        z-index: 998;
        margin-left: -1%;
    }

    /*.hdrnme {
        height: 45px;
    }*/
}

/*@media (max-width:600px) {
    .sctncls {
        padding: 1px 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
        margin-block-end: 40px;
    }
}*/

.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;
    max-height: 260px;
}

.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;
        }

.sidebar-collapsed-back .btn-3 a {
    font-size: 12px;
}

.pading {
    padding: 2px 0px 5px 5px !important;
    float: left;
    display: inline-block;
    width: 16.66% !important;
    word-break: break-word;
}

.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 #0c70ac;
    border-right: 1.6px solid #0c70ac;
    border-bottom: 1.6px solid #0c70ac;
    border-left: 1.6px solid #0c70ac;
    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;
}

.btn:hover, input:hover, button:hover, .resetBtn:hover, .addBtn:hover, input:focus, select:focus, textarea:focus {
    outline: 0 !important;
    box-shadow: 0 0 6px #0da7a9;
}

.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) {
    .frmhedr h2 {
        margin-top: 0;
    }
}

/*@media (max-width:790px) {
    .frmhedr h2 {
        font-size: 16px;
        margin-top: 2px;
    }
}*/

@media (max-width:660px) {
    .frmhedr h2 {
        margin-top: 0;
    }
}

.priceSection {
    padding: 0 20px 20px 20px;
}

.sectionHeading {
    background: #006f70;
    color: #fff !important;
    padding: 5px 0;
}

.cursr, h2 {
    cursor: pointer;
}

/*.table th {
    color: #fff !important;
}*/

.open > .dropdown-menu {
    display: block;
}

.navPoptopinfo table tr td {
    font-size: 14px;
    padding-bottom: 10px;
}

.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%;
}

/*#redrctbill {
    background-color: red !important;
}*/

.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;
}

.frmbtns {
    margin-top: 3px;
}

.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;
}

.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;
    }
/*#menuBarDiv_terms div:first-child{display:none}*/
.rowbtns {
    padding-top: 5px;
}

.dataTables_wrapper .dataTables_length {
    padding-left: 10px !important;
}

    .dataTables_wrapper .dataTables_length select {
        border-radius: 8px !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;
}
/*.bhoechie-tab-content{
        background-color: white;
    height: 520px;
}*/
.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;
    }

    .table-wrapper {
        overflow: inherit !important;
    }

    .frmhedr {
        /*position: fixed;*/
        background-color: #fff;
        padding-bottom: 0px;
        /*border-bottom: 1px solid #e6e6e6;*/
        border-radius: 10px;
        margin-bottom: 6px;
    }

    .sctncls {
        margin-top: 28%;
    }

    .divstebtn {
        display: none;
    }

    .statusinfo {
        margin-bottom: 35px;
    }

    span#languageDropdown {
        /*width: 30px;
    height: 30px;*/
        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;
    }

    .dropdown-menu {
        left: -200px !important;
        min-width: 378px !important;
    }
}

@media (max-width:992px) {
    .table-wrapper {
        overflow: inherit !important;
    }

    .divstebtn {
        display: none;
    }

    .main-search {
        margin-top: 0.7%;
        float: left !important;
        margin-left: 5%;
    }

    .profile_details_left {
        float: right !important;
        width: 34%;
        margin-right: 5%;
    }

    .page-container.sidebar-collapsed .logo {
        margin-left: 7px;
    }



    .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 .left-content {
        padding-left: 0% !important;
    }

    .frmhedr h2 {
        font-size: 14px;
    }

    .subscr {
        display: none !important;
    }
}

.chkslct {
    width: 20px;
    height: 20px;
}

.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;*/
    /*background-color: #3d9520;
    background: rgb(230, 16,21);
    background: -moz-linear-gradient(90deg, rgb(230, 16,21) 30%, rgb(81, 4, 7) 70%);
    background: -webkit-linear-gradient(90deg, rgb(230, 16,21) 30%, rgb(81, 4, 7) 70%);
    background: -o-linear-gradient(90deg, rgb(230, 16,21) 30%, rgb(81, 4, 7) 70%);
    background: -ms-linear-gradient(90deg, rgb(230, 16,21) 30%, rgb(81, 4, 7) 70%);*/
    /*background: linear-gradient(180deg, rgb(13, 167, 169) 30%, #114166 70%);
    text-shadow: 1px 1px 5px #000;*/
}

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: -20px;
    -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;
}





/*admin page add*/
.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%);
}
/*.dropdownAnimation, .navbar .navbar-menu-wrapper .dropdown .dropdown-menu {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}*/
.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;
}
/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0ef;
    border-radius: 0.25rem;
}*/
.nav-bar:nth-child(1) {
    margin-left: 0px;
}

.nav-bar {
    display: inline-grid;
    margin-left: 20px;
}

.mega-menu-tittle {
    font-weight: 600;
    font-size: 16px;
    color: #0c70ac;
    border-bottom: 1px solid;
}

.nav-bar li {
    list-style: none;
    padding: 0;
}

ul li, ol li, dl li {
    line-height: 1.8;
}

.usrdrop > ul {
    padding-left: 10px;
}
/*.nav_slide{
  left: 249px!important;
}*/
.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: 0.9rem;
    padding: 0.15rem 0.5rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        outline: 0 !important;
        box-shadow: 0px 0px 5px 1px #0c70ac;
        border-radius: 12px;
    }

.only_plus {
    display: none;
}

.bootstrap-datetimepicker-widget {
    min-width: 350px !important;
}

.ttable td {
    cursor: pointer;
}

.chkcmn {
    cursor: pointer;
}
/*.mrgn{
    margin: 6px;
}*/

/*.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: -20px;
            -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;
        }*/

.custdtls {
    border: 1px solid #c7c7cc;
    border-radius: 5px;
}

.custhead {
    margin-top: -2px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btncln, .btnad {
    padding: 3px 5px !important;
}

/*.resetBtn {
    font-size: 15px;
    outline: none !important;
    border: 1px solid #0da7a9;
    padding: 2px 10px;
    border-radius: 8px;
    float: left;
    /*margin-top: 5px; 
}*/
/*.btnrst{
     font-family: 'Font Awesome 5 Free';
  font-weight: 599; 
}*/
.btnrst:before {
    content: "\f01e";
    padding: 0px 3px 0px 0px;
}

a {
    cursor: pointer;
}

/*.addBtn {
    background: linear-gradient(180deg, rgb(13, 167, 169) 30%, #114166 70%);
}*/

.addBtn, .btnrst, .delbtn, .savebtn, .btnsrc, .print, .okbtn {
    font-size: 15px;
    outline: none !important;
    /*border: 1px solid #0da7a9;*/
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 5px;
    float: left;
    /*margin-top: 5px;*/
    margin-right: 5px;
    padding-left: 12px;
}

    .addBtn span, .btnrst span, .delbtn span, .savebtn span, .btnsrc span, .print span, .delrow span, .okbtn 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;
    }

    .savebtn:before {
        content: "\f0c7";
        padding: 0px 3px 0px 0px;
    }

    .btnsrc:before {
        content: "\f002";
        padding: 0px 3px 0px 0px;
    }

.log:before {
    content: "\f011";
    color: red;
}
/*.dataTables_filter input:after{
        content: "\f002";
        padding: 0px 3px 0px 0px;
    }*/
.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;
}

.dataTables_filter, .select2-search__field {
    display: inline-block;
    position: relative;
}

.addBtn, .logout, .edit, .printbind, .sndeml, .btnrst, .delbtn, .savebtn, .btnsrc, .print, .delrow, .okbtn, .dwnld, .log {
    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;
}

.dataTables_wrapper .dataTables_filter input {
    padding-left: 25px !important;
}

.youtb {
    float: right;
    font-size: 20px;
    color: red;
}



.edit, .delbind, .printbind, .useredit, .sndeml {
    font-size: 16px;
    margin: 0px 4px;
    cursor: pointer;
}

.logout:before {
    content: "\f011";
    color: red;
    cursor: pointer !important;
}

.printbind:before {
    content: "\f02f";
    color: #7D3C43;
}

.sndeml:before {
    content: "\f0e0";
    color: #68d233;
}

.edit:before {
    content: "\f304";
    color: #0c70ac;
}

.logout {
    font-style: normal;
}

.slct {
    width: 16% !important;
}

.dropdown-menu {
    z-index: 999999 !important;
}

.fnt25 {
    font-size: 20px !important;
}

/*.save, .update {
    background: linear-gradient(180deg, #68d233 30%, #68d233 70%) !important;
}*/

/*.delbtn {
    background: linear-gradient(180deg, #d51313 30%, #d51313 70%) !important;
}*/

.delrow {
    color: #d51313;
    font-size: 17px;
}

/*.btnsrc, .btncln, .btnitmgrp {
    background: linear-gradient(180deg, #0c70ac 30%, #0c70ac 70%) !important;
}*/

/*.btnrst {
    background: linear-gradient(180deg, #eb8c1f 30%, #eb8c1f 70%) !important;
}*/

.fdttdt {
    margin-top: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ddd !important;
}

/*.print {
    background: linear-gradient(180deg, #7D3C43 30%, rgb(125 60 67) 70%) !important;
}*/

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

table.editable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

.pophdr {
    height: 40px;
}

#btncmntlok {
    margin-right: 10px;
}

/*.reprts {
    background: linear-gradient(180deg, #141f25 30%, #0c70ac 70%) !important;
}*/

#tblcustbrnch > tbody > tr > td {
    text-align: center !important;
}

.select2-dropdown {
    border-radius: 10px !important;
}

.select2-search__field {
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 5px !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: 20px;
        cursor: pointer;
    }

.select2-container {
    width: 100% !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        /*background: linear-gradient(180deg, #141f25 30%, #0c70ac 70%) !important;*/
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 9999;
        margin-left: 10px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 100%;
    /*margin-top: -5px;*/
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0c70ac;
}

.tooltiptext {
    top: -5px;
    bottom: auto;
    right: 35px;
}

.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: 700;
}

.todayBox {
    margin-top: 2px;
    /* border: 1px solid #999; */
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    margin-bottom: 5px;
}

.dvtodsle h2 {
    color: #0c70ac !important;
}

.dvtodrecamt h2 {
    color: #68d233 !important;
}

.dvtodpur h2 {
    color: #d51313 !important;
}

.dvtodpadamt h2 {
    color: #eb8c1f !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;
}
/*.chkslct:checked{
  color: red;
  font-style: italic;
  text-decoration: line-through;
}*/

.dwnld {
    font-size: 25px;
}

.pdtop10 {
    padding-top: 10px;
}

#redrctbill {
    color: white;
}

/*Colour Theme*/
.actsave {
    background: #68d233;
}

.actupdt {
    background: #68d233;
}

.actsrch {
    background: #2E3192;
}

.actreset {
    background: #FCAA20;
}

.actdel {
    background: #d51313;
}

.actprint {
    background: #7D3C43;
}

.lftpnl, .sub-menu, .tooltiptext {
    background: #2E3192;
}

.actmail {
    background: #68d233;
}

.hdrcompnm {
    margin-top: 2px;
    /*color: #2E3192;*/
    font-size: 23px;
    font-weight: 800;
}

.st {
    color: #2E3192;
}

.nd {
    color: #FCAA20;
}

.mt5 {
    margin-top: 5px !important;
}
