
/* ......... Dhaval's Css Start Here................ */
body{
    font-family: open sans;
    /* background: #f6f8fc; */
    background: #ebf2ff;
    overflow: hidden;
    height:100%;
}
.fs-8{
    font-size: 8px;
}
.fs-9{
    font-size: 9px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}
.fs-18{
    font-size: 18px;
}
.fs-19{
    font-size: 19px;
}
.fs-20{
    font-size: 20px;
}
.fs-21{
    font-size: 21px;
}
.fs-22{
    font-size: 22px;
}
.fw-500{
    font-weight:500;
}
.fw-600{
    font-weight:600;
}
.fw-700{
    font-weight:700;
}
.fa-solid {
    font-weight: 600 !important;
}
.wFitCntnt{
    width: fit-content;
}
.iconW{
    width: 16px;
    margin-right:5px
}
.wrapperOfDetail{
    padding:2px 0 2px 5px;
}
/*border css start*/
.invbdrlinebottom {
    border-bottom: 1px solid #e1e1e1;
}
.aeorderLeftBrdr{
    border-right: 3px solid #f5f5f5 !important;
}
.lightThemeBrdr{
    border: 1px solid #91e5ff;
}
.border1px{
    border:1px solid;
}
.brdrRdis{
    border-radius: 5px;
}
.borderrightTbl{
    border-right: 1px solid #EEEEEE;
}
.borderLefttTbl{
    border-left: 1px solid #EEEEEE;
}
.ligtClrBrdrRight{
    border-right:2px solid #ced4da  !important;
}
.ligtClrBrdr{
    border:1px solid #ced4da  !important;
}
/*border css end*/
/*border-radius css start*/
.brdrRdis{
    border-radius: 20px;
}
/*border-radius css end*/
/*color css start*/
.greyClr{
    color:#d5d5d5;
}
.redClr{
    color: red !important;
}
.dataCptonClr{
    color: #9aa0ad;
}
.labelClr{
    color:#cabbbb;
}
.iconClr{
    color:#202124;
}
.themeClr{
    color:#00a4d6 !important;
}
.text-dark{
    color: #212529 !important;
}
.lightTxtClrBlack{
    color: #6f7b8a;
}
.lightGrey{
    color:#727182;
}
.lightSkyBlue{
    color:#91e5ff !important;
}
.normalBlackClr{
    color:#282828;
}
/*color css end*/
/*background color css start*/
.bgGrey{
    background:#dbdbdb;
}
.darkBgPing{
    background:#ff577f;
}
.lightYellowBg{
    background:#ffca03;
}
.lightSkyClrBg{
    background:#e8f7fe;
}
.nrmlSkyBgClr{
    background: #00c1b7;
}
.bgGreen{
    background: green;
}
.bgRed{
    background:red !important;
}
.bgTheme{
    background :#00a4d6;
}
.pista{
    background:#DCFCE7;
}
.pistaDarkBg{
    background:#3FDA59;
}
.lightPurpulBg{
    background:#F4E8FF;
}
.darkPurpulBg{
    background:#BF83FE;
}
.lightOrngBg{
    background:#FFECDF;
}
.darktOrngBg{
    background:#fc7428;
}
.darkOrngColor{
    color: #fc7428;
}
.lightSkyBlueBg{
    background: #eaf5ff;
}
.horizontalCards{
    background: #F1F2F4;
}
.draftedOrdrdatebg{
    background:#F7F9FD;
}
.ordrdateBg{
    background:#ede7f6;
}
.ordrdateClr{
    color:#4527a0ab ;
}
.salesdateBg{
    background: #cdf5c58a;
}
.salesdateClr{
    color: #4c985a;
}
.receiptdateBg{
    background: #fff2c6;
}
.reciptdateClr{
    color: #896800;
}
.darkBluebg{
    background-color: #2563EB;
}
.darkRed{
    background-color: #EA001B;
}
.darkRedClr{
    color:#EA001B;
}
.darkBlueclr{
    color: #2563EB;
}
.darkPurplebg{
    background-color: #9333EA;
}
.darkPurpleclr{
    color: #9333EA;
}
.darkYellowbg{
    background-color: #FBBC04;
}
.darkYellowclr{
    color: #FBBC04;
}
.darkgreybg{
    background: #909393;
}
.darkgreyclr{
    color: #909393;
}
/*background color css end*/
/*css for button start*/
.withoutBrdrButton{
    border: 0 !important;
    outline: 0 !important;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(49,132,253,.5);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    border:0 !important;
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0 rgba(49,132,253,.5);
}
.adSrchBtn{
    color: #00a4d6;
    background: #fff;
}
.adSrchBtn:hover{
    background: #eaf5ff;
}
.downloadButton {
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #D6E6FC!important;
    color: #007AFF;
}
.dot{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #cabbbb;
    margin: 0 10px;
}
/*css for button end*/
/*css for fonts of content*/
.dataOfCaption{
    font-size:13px;
    font-weight:700;
    color:#282828;
}
.captionFnt{
    font-size:13px;
    font-weight:500;
    color:#9e9e9e;
}
/*timeline design start*/
.ordrnoClr{
    color:#747474 !important;
}
.rightTimeWrapper{
    border: 1px solid #dee2e6!important;
    background: #fcfcfc !important;
}
.leftBrdrFrContnt::before{
    content: "";
    position: absolute;
    left: 150px;
    top:44px;
    border: 2.5px solid #eceefe;
    z-index: 999;
    height: 95%;
}
.leftRoundTimeline{
    width: 60px !important;
    height: 60px !important;
}
.dotTimeline{
    position: absolute;
    color: #00a4d6 ;
    font-size: 20px;
    left: 142px;
    top:20px;
    font-weight: 700;
}
.timelineDateClr{
    color:#888;
    font-size:15px;
    font-weight: 500;
}
.rightTimeWrapper::after{
    content: "";
    width: 13px;
    height: 13px;
    background: #fcfcfc;
    position: absolute;
    left: -8px;
    top: 20px;
    transform: rotate(315deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.editDelete{
    width: 30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.editDelete:hover{
    background-color: rgba(60,64,67,0.078);
}

/*timeline design end*/
/*modal popup start*/
.modlPopup button{
    border:0;
    outline:0;
    background: transparent;
}
.headerClseBtn{
    width:26px;
    height:26px;
    font-size: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color:#fff;
    background-color: #f1f1f1;
}
.headerClseBtn:hover{
    /* background-color: #00a4d6; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* color:#fff; */
    border: 1px solid #fff;
}
.modlPopup .modal-title{
    color:#fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}
.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}
.ftrBtn{
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight:500;
    border:1px solid;
}
.srchBtn{
    background:#00a4d6 !important;
    color: #fff;
}
.srchBtn:hover{
    background :#fff !important;
    color: #00a4d6;
    border:1px solid;
}
.rstBtn{
    background :#fff !important;
    color: #00a4d6 !important;
    border:1px solid !important;
}
/*modal popup end*/

.dataCaption{ 
    line-height: 1.7;
}
.rightDshbrdIcon{
    width:40px;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.rightDshbrdIcon:hover{
    background-color: rgba(60,64,67,0.078);
}
.actionIcon i{
    color:#5e5e5e !important;
}
.actionIcon{
    background:#f5f8fa;
    width:28px;
     height:28px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.lineHeight-0{
    line-height: 0;
}
.crds{
    width:100%;
    height:100%;
    border-radius:10px;
    padding:15px 20px;
}
.outstanding{
    width:50px;
    height:50px;
}
/*datatbale jquery css start*/
.simpleTbl table th{
    border-bottom: solid 1px #e4e6ef !important;
    padding: 8px !important;
    color: #9e9e9e !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    text-align:center;
    font-size: 13px !important;
    text-align: center;
    border: 0px solid !important;
    border-bottom: 1px solid ;
}
.simpleTbl table td{
    /* font-size: 13px !important;
    font-weight:700;
    color:#282828; */
    border: 0px solid !important;
}
.simpleTbl table{
    border:solid 1px #e4e6ef !important
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top:1px dashed #e4e6ef !important;
    color:#a1a5b7 !important;
    font-weight: 600 !important;
    border-bottom:1px dashed #e4e6ef;
    padding: 10px 12px !important;
}
table.dataTable tfoot td {
    border-top:0 !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: 0 !important;
}
/*datatbale jquery css end*/
.tblBordr{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:5px;
}
.dataTables_scrollFootInner{
    padding-right:0 !important;
}
.tblTitleClr{
    color:#899bbd !important;
}
.tbl-txtClr{
    /*color:#a1a5b7 !important;*/
    color:#626262 !important;
    font-weight: 500 !important;
}
.cmnDataTable table th{
    border-bottom: 1px dashed #e4e6ef !important;
    padding:16px 10px !important;
    color: #626262 !important;
    text-transform: uppercase !important;
    font-weight:700 !important;
    font-size: 12px !important;
}
.slimScrollDiv table thead th{
    border-bottom: 0 !important;
}
.slimScrollDiv table tfoot td{
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.cmnDataTable tbody td{
    border-bottom: 1px dashed #e4e6ef !important;
}
.dataTables_info{
    float:right !important;
    color: #a1a5b7 !important;
    font-weight:600 !important;
    font-size:13px;
}
.dataTables_filter input{
    border:1px solid lightgrey;
    border-radius: 5px;
}
.dataTables_filter label{
    color: #a1a5b7 !important;
}
.dropdown-menu {
    min-width:auto !important;
    padding:0 !important;
}
.headerActive{
    background:#fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* left menu css strat*/
#main-menu {
    position: fixed !important;
    top:  62px;
    height: 100% !important;
}
.leftMenu ul{
    padding-left:0;
    list-style: none;
    color: #202124;
    padding: 15px 0px;
}
.leftMenu ul li{
    padding: 3px 10px 3px 15px !important;
    border-radius: 0 17px 17px 0;
    margin:0 0 15px 0;
}
.leftMenu a{
    color: #202124;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
}
.leftMenu ul li:hover{
    background: #eaebef;
}
.leftMenu ul li a{
    display: inline-block;
}
.menu-item{
    display:flex;
    align-items: center;
}
.menu-item .wrapIcon {
    width:20px !important;
    margin-right:8px;
    font-size:18px;
    color:#626262;
}
.leftMenu ul .active .wrapIcon i{
    color: #001d35 !important;
}
.leftMenu ul .active {
    color: #001d35 !important;
    font-weight: 400 !important;
    background: #c2e7ff;
    transition: 0.3s;
}
.leftMenu ul .active a{
    color: #001d35 !important;
    font-weight: 500 !important;
}
/*Left menu css end*/

.data-togg-ul li{
    list-style-type: none;
    display:flex;
    align-items:center;
}





.cboth{
    clear:both;
}
.amber-text {
    color: white !important;
    background-color: #ffc107 !important;
  }
  .blue-text
{
    color: white !important;
    background-color:#0095da!important;
}
.pt-15{
    padding-top: 15px;
}
.maindiv{
    position: fixed !important;
    height:52px;
    z-index: 100;
    top: 0px;
}

.logoheading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom:2px;
    margin-top: 2px;
    color: #00A4D6 !important;
}
.modal_content_changead{
    width: 70% !important;
    margin-left: 37px !important;
    margin-top: 0px !important;
}
.modal_content_addsp{
    width: 100% !important;
    margin-left: 0px !important;
}
.vieworder_modal{
    margin-top: 50px !important;
}
.logoheadingdes {
    margin-bottom:2px;
}
/* .compulsoryadd {
    margin-top:25px;
} */


.second_div{
    background-color: white;
    border-radius: 16px !important;
    position: relative !important;
    width: 100%;
    height: calc(100vh - 70px);
    padding-top:15px;
    padding-bottom: 15px;
}
.rightCntntScroll{
    /* height: 655px;
    overflow-y: auto;
    overflow-x: hidden; */
}
.rightCntntScroll::-webkit-scrollbar{
    width:5px;
    background-color: #e9e9e9;
}
.ddlbselectoperator_class{
    padding:0 8px;
    border: 1px solid #e5e9ec !important;
    border-radius: 5px !important;
    color: #282323 !important;
    font-size: 13px !important;
    width: 55% !important;
    height: 32px !important;
}
@media only screen and (max-width: 991px) {
    .small100{
        width:100% !important;
    }
}
@media only screen and (max-width: 992px) {
    .notdisplaybig{
        display:none;
    }
}
/*.header_row_class{*/
    /*width: 100%;*/
/*}*/
.bodystyle{
    /* background-color: whitesmoke; */
    height: 100vh;
}
.submenuone{
    background-color: rgb(255, 255, 255);
    /* border: 1px solid #dddfe0; */
    border-radius: 5px;
    margin-top: 23px !important;
    padding-top: 6px;
    /* padding: 10px; */
    margin-bottom: 20px;
    /* height: 122px; */
    margin-right: 5px;
    /* margin-left: -3px; */
}
.titlefont{
    color: black !important;
    font-size: 21px;
    font-weight: bold;
}
.subtitlefont{
    color: black !important;
    font-size: 20px;
    font-weight: bold;
}
.heading_color{
    color: white;
    /* text-align: right; */
    /* float: right; */
    text-decoration: none;
    background-color: transparent;
}
.heading_color:hover{
    color: white;
    /* text-align: right; */
    /* float: right; */
    text-decoration: none;
    background-color: transparent;
}
.draftfont{
    font-weight: bold;
    cursor: pointer;
    font-size: 19px;
    margin-top: 3px;
}
.subcard1{
    background: linear-gradient(45deg, #e14e4e, #b71e34) !important;
    border-radius: 10px 10px 10px 10px;
    height: 120px;
    margin-right: 15px;
    /* margin-left: 15px; */
    
}
.subcard2{
    /* background: linear-gradient(
45deg
, #ff0b0b, #8a1d1d) !important;
    border-radius: 10px 10px 10px 10px;
    height: 120px;
    margin-right: 15px; */
}
.subcard3{
    background: linear-gradient(45deg, #0288d1, #26c6da) !important;
    border-radius: 10px 10px 10px 10px;
    height: 120px;
    margin-right: 10px;
}
.card1_style{
    color: white;
    position:relative;                  
    bottom:-41px;
    padding-left: 10px;
}
.card2_style{
    color: white;
    position:relative;                  
    bottom:-41px;
    padding-left: 10px;
}
.card_row{
    /* padding: 10px;
    margin: 20px; */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 46px;
    /* margin-bottom: 171px;   */
}

.submenu_icon1{
    padding-top: 5px;
    padding-right: 15px;
    float: right;
    /* padding: 30px; */
    color: white;
}
.paddingoredr{
    background-color: white;
    border-radius: 5px;
    /* margin-left: 9px; */
    margin-top: 0px;
    margin-right: 10px;
}
.paddingoredr-graph{
    background-color: white;
    /* border: 1px solid #dddfe0; */
    border-radius: 5px;
    /* margin-left: 19px; */
    /* margin-bottom: 20px; */
    margin-top: 0px;
    margin-right: 14px;
}

.list_oredr_row{
    /* padding: 10px; */
    padding-right: 2px;
    padding-right: 0px;
    /* margin-bottom: 15px; */
    /* margin-top: 24px; */
}
.list_order_icon_row{
    color: #0a90ef !important;
    /* padding: 10px; */
    padding: 0px 10px 0px 0px;
    margin-top: 0px;
    /* margin-right: -16px; */
}
.list_order_icon_row2{
    color: #0a90ef !important;
    /* padding: 10px; */
    padding: 0px 10px 0px 0px;
    margin-top: 0px;
    /* margin-right: -16px; */
}
.list_order_icon_row > p{
    color: #0a90ef !important;
    /* padding: 10px; */
    /* margin-right: 12px; */
}

.subpadding_oredr1{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    margin-left: -17px;
    /* color: white; */
}
/* .subpadding_chart1{
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: white;
} */
.subpadding_chart2{
    padding-top: 10px;
    /* padding-left: 25px; */
    padding-right: 15px;
    padding-bottom: 10px;
    color: white;
}
.haeding_subpad{
    color: #333333 !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    font-size: 23px !important;
    text-shadow: 1px 0px 2px #acacac;
    
}
.haeding_subpad2{
    color: #333333 !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    font-size: 23px !important;
    text-shadow: 1px 0px 2px #acacac;
}
.subpad1{
    /* background: linear-gradient(135deg,#00a4d6,#5b9aa0); */
    /* padding: 10px; */
    padding-top: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: -22px;
    height: 215px;
    color: black;
}
.secondsubpad{
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
}
.thirdsubpad{
    text-align: right;
}
.footer{
    display: flex;
    position: sticky;
}
.footer_subdiv{
    float:left;
    width:20%;
    text-align: center;
    padding: 10px;
    background-color: white;
    /* font-size: 15px; */
    
}
.icon_font_style{
    font-size: 20px;
}
/* side Navbar css */


.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: auto;
    top: 0;
    right: 0;
    background-color:white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    margin-top:17px;
}

.sidepanel a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    transition: 0.3s;
    
}

.sidepanel a:hover {
    /* background-color: #00a4d6; */
    color: white;
    text-decoration: none;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.openbtn {
    cursor: pointer;
    color: #00a4d6 !important;
    padding: 10px 15px;
    border: none;
}
.openbtn:hover {
    cursor: pointer;
    color: #00a4d6 !important;
    padding: 10px 15px;
    border: none;
}
.nav_icon {
    /* color: #0a5d78;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 0px; */
}
.ordernavlink{
    cursor: pointer;
}

.closebtn:hover{
    /* background-color: white !important; */
    color: black !important;
}

@media only screen and (min-width: 992px) {
    .subpadding_oredr1{
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 7px;
        padding-bottom: 0px;
        margin-right: -7px;
        margin-left: -17px;
        /* color: white; */
    }
  
    

a:hover{
    text-decoration: none;
}
.addoricon{
    /* padding-top: 7px; */
}

.togglebtn{
    display: none;
}

}
@media only screen and (max-width: 992px) {
    .add_address_header_advsearch{
        /* color: #fff ;
        background-color: #00a4d6 ;
        padding: 0px 2px 2px 2px !important;
        font-size: 12px !important;
        box-shadow: none;
        border-radius: 2px;
        margin-right: 4px;
        cursor: pointer; */
    }
    .add_address_header_advsearch:hover{
        /* color: #fff ;
        background-color: #00a4d6 ;
        padding: 0px 2px 2px 2px !important;
        font-size: 12px !important;
        box-shadow: none;
        border-radius: 2px;
        margin-right: 4px;
        cursor: pointer; */
    }
    .card_row{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 46px;
    }
    .paddingoredr{
        background-color: white;
        border-radius: 5px;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 15px;
    }
    .subpadding_oredr1{
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        /* margin-right: -25px; */
        margin-left: -17px;
        /* color: white; */
    }
    .head1_padd{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .draftfont{
        font-weight: bold;
        cursor: pointer;
        font-size: 15px;
        margin-top: 3px;
    }
    .card1_style{
        color: white;
        position:relative;                  
        bottom:-40px;                          
        left:-4;
        right: 5px;
    }
    .card2_style{
        color: white;
        position:relative;                  
        bottom:-26px;                          
        left:-4;
        right: 5px;
    }
    .togglebtn{
        color: white;
        margin-top:9px;
        margin-left: 10px;
        /* text-align: center; */
        vertical-align: middle;
        /* padding: 10px; */
        text-decoration: none;
    }
    .togglebtn:hover{
        color: white !important;
        margin-top:9px;
        margin-left: 10px;
        /* text-align: center; */
        vertical-align: middle;
        /* padding: 10px; */
        text-decoration: none;
    }
    .sidePannelShow2{
        display: none;
    }
    .sidepanel  {
        width: 0;
        position: fixed;
        z-index: 1;
        /* height: auto; */
        top: 0;
        left: 0;
        background-color:white;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px !important;
    }
    .sidepanel a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 20px;
        color: black;
        display: block;
        transition: 0.3s;
    }

    .sidepanel a:hover {
        /* background-color: #00a4d6; */
        color: white;
        text-decoration: none;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
    }
    .sidepanel .closebtn:hover {
        position: absolute;
        top: 0px;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
    }
   
    .heading_color{
        color: white;
        /* text-align:left !important; */
        padding-left: 0px !important;
        text-decoration: none;
        background-color: transparent;
        /* float: left !important; */
    }
    .heading_color:hover{
        color: white;
        /* text-align: right !important; */
        /* float: left !important; */
        padding-left: 0px !important;
        text-decoration: none;
        background-color: transparent;
    }
    .card1_style_to_fp{
        font-size: 12px !important;
        font-weight: 200 !important;
        line-height: 1.3;
        margin-bottom: 10px !important;
    }
    .card1_style_to_sp{
        font-size: 15px !important;
        font-weight: bold !important;
        margin-top: -12px;
    }
    .card1_style_ou_fp{
        font-size: 12px !important;
        font-weight: 200 !important;
        line-height: 1.3;
        margin-bottom: 10px !important;
    }
    .card1_style_ou_sp{
        font-size: 15px !important;
        font-weight: bold !important;
        margin-top: -12px;
    }
    .haeding_subpad{
        color: #333333 !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        /* margin-top: 15px; */
        /* padding-top: 10px; */
        /* margin-left: -35px; */
        /* padding-left: 10px !important; */
    }
    .haeding_subpad2{
        color: #333333 !important;
        font-weight: 600 !important;
        padding-left: 10px !important;
        font-size: 20px !important;
        text-shadow: 1px 0px 2px #acacac;
    }
    .list_order_icon_row{
        color: rgb(48, 142, 248);
        /* padding: 10px; */
        font-size: 10px;
        margin-top: 2px;
       /* margin-right: -16px; */
    }
    .list_order_icon_row2{
        color: rgb(48, 142, 248);
        /* padding: 10px; */
        font-size: 10px;
        margin-top: 8px;
        /* margin-right: -16px;
    }
    .list_order_icon_row > p{
        color: rgb(48, 142, 248);
        /* padding: 10px; */
        font-size: 10px;
        /* margin-right: 12px; */
    }
    .subpadding_oredr1_fk_fp{
        font-size: 13px;
        padding-left: 14px;
        font-weight: 400;
        text-align: left;
    }
    .subpadding_oredr1_fk_orderno{
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }
    .subpadding_oredr1_fk_date{
        font-size: 15px;
        padding-left: 15px;
        font-weight: 400;
        text-align: right;
    }
    .subpadding_oredr1_fk_sp{
        font-size: 13px;
        font-weight: 400;
        margin-top: -6px;
    }
    .page-sidebar {
        display: inline-block;
        /* float: left; */
        position: fixed;
        width: 230px;
        margin-top: 85px;
    }
    .page-sidebar {
        display: none;
    }
    .submenuone {
        background-color: rgb(255, 255, 255);
        /* border: 1px solid #dddfe0; */
        border-radius: 5px;
        margin-top: 23px !important;
        /* padding: 10px; */
        padding-top: 6px;
        margin-bottom: 20px;
        /* height: 181px; */
        margin-right: 5px;
        /* margin-left: -3px; */
    }
    /* .first_pieChart{
    /* width: 100% !important; */
    /* align-content: center; */
    /* margin-top: -27px; */
/* }  */
    .div-togg{
        text-decoration: none !important;
        background-color: transparent !important;
        border: none !important;
    }
    
    /* .btn-group_dv{
        text-decoration: none !important;
    } */
    .text-dark{
        /* padding-left: 4px; */
        /* color: #443e3e   !important;
        text-decoration: none !important; */
    }
    .text-dark:hover{
        /* padding-left: 4px; */
        /* color: #443e3e   !important;
        text-decoration: none !important; */
    }
    .head_title_dv{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    
    /*.data_tabels_body{*/
        /*margin-top: 19px;*/
        /*margin-left: 0px;*/
        /*margin-right: 17px;*/
    /*}*/
    .bgwhite{
        background-color: white;
        padding-right: 10px;
        padding-left: 10px;
    }
    .subcard1{
        background: linear-gradient(45deg, #ff2283, #6f1234) !important;
        border-radius: 10px 10px 10px 10px;
        height: 120px;
        margin-right: 10px;

    }
    .subcard2{
        background: linear-gradient(45deg, #ff0b0b, #8a1d1d) !important;
        border-radius: 10px 10px 10px 10px;
        height: 120px;
        margin-right: 10px;
    }
    .subcard3{
        background: linear-gradient(135deg,#00a4d6,#5b9aa0);
        border-radius: 10px 10px 10px 10px;
        height: 120px;
        margin-right: 10px;
    }
    .dt_body_wid{
        width: 100%;
        margin-left: -17px !important;
    }
    /* input[type=search] {
        border: 1px solid #c7c6c6;
        width: 149px;
        font-weight: 100;
        margin-right: 2px !important;
        margin-left: 4px;
    } */
   
    
    .shipping_a_lbldiv{
        margin-left: 0px !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }
    .captitle{
        font-size:13px;
        font-weight:400;
        color: #265D7A;
        margin-right: 5px;
        margin-bottom: 0px;
        /*text-align: center;*/
        /*vertical-align: middle;*/
        /* padding-left: 30%; */
    }
    .capvalue{
        font-size:13px;
        font-weight:400;
    }
    .add_change_add{
        font-size: 12px !important;
        padding: 0px 3px 0px 3px !important;
    }
    /* .add_change_add:hover{
        color: white;
        text-decoration: none;
        font-size: 14px;
        background-color: #00a4d6;
        padding: 1px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    } */
    .pa_btn{
        cursor: pointer;
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        background-color: #00a4d6;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }
    .pa_btn:hover{
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        background-color: #00a4d6;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }
    .shipping_address_class{
        margin-top: 10px;
    }
    .place_order_main{
        margin-right: 20px;
    }
    .porder_right{
        /* float: right; */
        margin-top: 6px;
    }
    .modal-open .modelds {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .modal-style-hw{
        width: 95% !important;
        height: 100%;
    }
    .modal_header{
        position: relative;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 8px;
        color: white;
        background-color:#00a4d6 !important;
    }
    .card1_modal_cname{
        border: 1px solid #c0c1c2;
        border-radius: 7px;
    }
    .modal-subheader1{
        /* margin-top: 7px;
        margin-bottom: 30px; */
    }
    .modal-subheader2{
        margin-top: 10px;
        padding-top: 0px;
    }
    .client_name_header{
        float: left;
        color: black;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .add_address_header{
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        background-color: #00a4d6;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }
    .add_address_header:hover{
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        background-color: #00a4d6;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }

    .add_address_head{
        color: black;
        text-decoration: none;
        font-size: 11px !important;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }
    .add_address_head:hover{
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        background-color: #00a4d6;
        padding: 3px 7px 3px 4px;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
    }
    .shipping_modal{
        margin-top: 120px !important;
    }
    .shipping_party_modal{
        margin-top: 40px !important;
    }
    /* .modalbdscroll{
        overflow-y: scroll !important;
        height: 100% !important;
    } */
    /* .modalbdscroll01{
        overflow-y: scroll !important;
        height: 300px !important;
    } */
    /* .modalbdscroll02{
        overflow-y: scroll !important;
        height: 300px !important;
    } */
    .inputtxt{
        border: 1px solid #e5e9ec;
        border-radius: 5px;
        color: #282323;
        font-size: 13px;
        height: 27px;
    }
    .inputtxt:hover{
        background-color: rgba(242, 244, 246, 0.81) !important;
        color: black !important;
        font-size: 13px;
    }
    .modal_footer{
        padding: 4px 10px 4px 10px;
    }
    .modal_footer:hover{
        padding: 4px 10px 4px 10px;
    }
    .btn_save_sa{
        /* background-color: #00a4d6;
        font-size: 14px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 7px;
        padding-right: 7px;
        color: white !important;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
        text-decoration: none;
        margin-top: 4px !important;
        margin-right: 2px;
        margin-bottom: 4px !important;
        margin-left: 7px; */

    }
    /* .btn_save_sa:hover{
        background-color: #00a4d6;
        font-size: 14px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 7px;
        padding-right: 7px;
        color: white !important;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
        text-decoration: none;
        margin-top: 4px !important;
        margin-right: 2px;
        margin-bottom: 4px !important;
        margin-left: 7px;

    } */
    /* .btn_cancel_sa{
        background-color: #fff;
        font-size: 14px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 3px;
        padding-right: 3px;
        color: black;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
        text-decoration: none;
        margin-top: 4px !important;
        margin-right: 10px;
        margin-bottom: 4px !important;
        margin-left: 2px;
    }
    .btn_cancel_sa:hover{
        background-color: #fff;
        font-size: 14px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 3px;
        padding-right: 3px;
        color: black;
        border-radius: 2px;
        box-shadow: 0px 0px 3px 0px grey;
        text-decoration: none;
        margin-top: 4px !important;
        margin-right: 10px;
        margin-bottom: 4px !important;
        margin-left: 2px;
    } */
    .dt_mlmr0{
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }
    .dt_mlmr01{
        margin-left: 0px !important;
        margin-right: 2px !important;
        margin-top: 7px !important;
    }
    .list_oredr_row{
        /* padding: 10px; */
        padding-right: 2px;
        padding-right: 0px;
        margin-bottom: 5px;
        /* margin-top: 10px;
    }

    .modal_content_vieworder{
        width: 100%;
        /* height: 90%; */
        margin-left: 0px !important;
    }
    .billinga_modal{
        /* height: 500px !important; */
        margin-top: 85px !important;
    }
    .shipping_modal{
        /* height: 500px !important; */
        margin-top: 45px !important;
    }
    .paddingoredr-graph{
        background-color: white;
        /* border: 1px solid #dddfe0; */
        border-radius: 5px;
        margin-left: 0px;
        /* margin-bottom: 20px; */
        margin-top: 0px !important;
        margin-right: 19px !important;
    }
    .radiolabel{
        font-size: 13px !important;
    }
    .porder_right{
        text-align: center !important;
        /* float: right; */
        margin-top: 6px;
        padding-top: 7px;
    }
    .pendingcard{
        margin-top: 10px;
    }
    .pendingpadding{
        padding-left: 9px;
    }
    .subhead{
        /* color: #333333 !important; */
        font-weight: 600 !important;
        padding-left: 0px !important;
        font-size: 17px !important;
        text-shadow: 1px 0px 2px #acacac;
        padding-left: 0px !important;
        position: absolute;
        left: 7px;
    }
    .subcard3_dv{
        top: 50%;
        margin: 0;
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        padding-left: 9px !important;
        padding-right: 20px !important;
    }
    .titlecardaeorder{
        font-size: 13px !important;
        font-weight: 400 !important;
        margin-bottom: 0px !important;
    }
    .p_cardaeorder{
        font-size: 10px !important;
        font-weight: 400;
    }
    .pricecard_aeorder{
        color: #6f7b8a;
        font-size: 14px;
    }
    .formfontsize{
        font-size: 14px;
    }
    .rounddate_card {
        /* background-color: #00a4d6;
        border-radius: 50% !important;
        width: 55px !important;
        height: 55px !important;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px !important; */
    }
    .pt10 {
        padding-top: 4px!important;
    }
    .ordernocard_receipt{
        padding-left: 10px !important;
    }
    .grossamount1_sales {
        padding-left: 33px !important;
        line-height: 1;
    }
    .netanountlbl1_sales {
        font-size: 9px !important;
        color: grey;
    }
    .pendingamounttxt_sales {
        font-size: 9px !important;
        color: grey;
    }
    .pendingamovalue_sales {
        font-size: 9px !important;
        color: #e15454;
        font-weight: 600;
    }
    .gstcard_sales {
        margin-top: 0px;
        text-align: right !important;
        padding-right: 9px;
        padding-top: 0px !important;
    }
    .netanountdiv_sales {
        line-height: 1;
        text-align: end !important;
        padding-right: 9px !important;
    }
    .netanountlbl2_sales {
        text-align: end;
        font-size: 14px;
        padding-right: 9px !important;
    }
    .searchinput_order{
        float: left !important;
        height: 26px;
        width: 167px !important;
        font-size: 13px !important;
        border: 1px solid grey;
        padding: 1px 0px 1px 3px;
        margin-top: 10px;
    }
    .select_orders{
        /* width: 140px !important;
        border: none;
        border-bottom: 1px solid grey;
        height: 26px !important;
        color: grey;
        background-color: #fffcfc1a !important;
        padding: 0px !important;
        margin-top: 6px;
        font-size: 13px !important;
        padding: 0px !important; */
    }
    .itemsaeorder {
        font-size: 14px;
    }
    .ptagqty_vorder{
        padding: 0px;
        margin-bottom: 0px !important;
        line-height: 0.6 !important;
    }
    .modal-content .select2-container {
        /* width: 82% !important; */
    }
    .modal_content_addacb {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .modal_content_changecity{
        margin-top: 42px !important;
        width: 70% !important;
        margin-left: 57px !important;
    }
    .modal_content_changead{
        width: 78% !important;
        margin-left: 37px !important;
        margin-top: 47px !important;
    }
    .selewidth {
        width: 65% !important;
    }
   
    .netamountcard1_sales{
        margin-top: 0px;
        text-align: left !important;
        padding-right: 0px !important;
        padding-left: 19px;
        line-height: 1.1;
    }
    .searchinput_class{
        border: none;
        font-size: 14px !important; 
        border-bottom: 1px solid grey;
    }
    .penciliconcard{
        /* color: #00a4d6;
        padding-right: 6px;
        font-size: 13px !important; */
    }
    .trashiconcard{
        /* color: red;
        font-size: 13px !important; */
    }
    .qtyVal_odetail{
        font-size: 12px!important;
        text-align: right!important;
        font-weight: 400;
        padding-right: 2px !important;
        line-height: normal;
    }
    .remarkCap_odetail{
        font-size: 13px !important;
        color: #9e9e9e !important;
        font-weight: 400;
        line-height: normal;
    }
    .remarkVal_odetail{
        font-size: 13px!important;
        font-weight: 400;
        line-height: normal;
    }
    .silling_address_odetail{
        margin-top: 0px;
        padding-left: 13px !important;
    }
    .border_right_billing{
        border-right: 0px solid #dfdfdf !important;
    }
    .summaryVal{
        font-size: 12px!important;
        text-align: right!important;
        font-weight: 400;
    }
    .summaryCap{
        margin-bottom: 1px!important;
        color: #9e9e9e !important;
        font-size: 13px !important;
        line-height: 1;
    }
    .h-42{
        height: auto !important;
    }
    .border_right_lightgrey {
        border-right: 1px solid #dfdfdf;
        height: auto !important;
    }
    .ddlbselectoperator_class_receipt{
        /* width: 209px !important; */
        width: 100% !important;
        background-color: rgba(255, 255, 255, 0.9) !important;
        padding: 5px;
        border: 1px solid #e5e9ec !important;
        border-radius: 2px;
        color: grey;
        font-size: 13px;
    }
    .disPer{
        border: 1px solid #e5e9ec !important;
        border-radius: 2px !important;
        color: #282323 !important;
        font-size: 13px !important;
        width: 78px !important;
        height: 22px;
        padding-left: 5px;
        margin-top: 3px;
        padding-right: 5px;
    
    }
    .itemsaeorder {
        font-size: 13px !important;
    }
    .btnbillingshipping{
        height: 46px !important;
        text-align: center;
    }
    .ar_temporder_main{
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        color: white;
        background-color: white;
    }
    .aeorderitem{
        color: white;
        background-color: red;
        /* border-radius: 5px !important; */
        padding: 3px 8px 0px 8px !important;
        /* padding-left: 10px; */
        /* padding-right: 10px; */
        /* border-top-left-radius: 3px;
        border-top-right-radius: 3px; */
    }
    .spanpricefsize{
        font-size: 13px !important;
    }
    .btn_bishi{
        color: white;
        text-decoration: none;
        font-size: 13px !important;
        padding-top: 0px !important;
    }
    .btn_bishi:hover{
        color: white;
        text-decoration: none;
        font-size: 13px !important;
        padding-top: 0px !important;
    }
    
    .hdnBorderBottomClass{
        border-bottom: 1px solid #dfdfdf !important;
    }
    .hdnBorderLeftClass{
        border-left: 1px solid #dfdfdf !important;
    }
    .ordvalClassStyle{
        font-size: 13px !important;
        font-weight: 600 !important;
    }
    .ordcapClassStyle{
        font-size: 13px !important;
        font-weight: 400;
    }
    .btnside_delete {
        color: #fff !important;
        background-color: #00a4d6  !important;
        padding: 1px 5px 2px 0px;
        margin-left: 5px;
        font-size: 13px !important;
        box-shadow:none;
        border-radius: 2px;
    }
    .btnside_delete i{
        color: white !important;
        font-size: 14px;
        padding-right: 5px;
        padding-left: 3px;
    }
    
    .btnside_edit {
        color: #fff !important;
        background-color: #00a4d6  !important;
        padding: 1px 5px 2px 0px;
        margin-left: 5px;
        font-size: 13px !important;
        box-shadow:none;
        border-radius: 2px;
    }
    .btnside_edit i{
        color: white !important;
        font-size: 14px;
        padding-right: 5px;
        padding-left: 3px;
    }
    .sidebga:hover .btnside{
        color: #00a4d6 !important;
        background-color: white !important;
        transition: 0.3s;
    }
    .sidebga:hover .btnside i{
        color: #00a4d6 !important;
        background-color: white !important;
        transition: 0.3s;
    }
    .imggroup_aeorder{
        float: right;
        padding: 0px 10px 5px 0px !important;
    }
    .spanqty_vorder{
        font-size: 10px !important;
        font-weight: 400;
        color: #cabbbb;
    }
    .netamountcard_vorder {
        /* margin-top: 15px; */
        text-align: end;
        padding-right: 15px !important;
    }
    .titlecard_vorder{
        font-size: 14px !important;
        font-weight: 400;
        padding: 2px 0px 0px 10px;
        color: #00a4d6;
        margin: 0px;
    }
    .captitle_odetail{
        font-size: 12px  !important;
        font-weight: 400 !important;
        color: #515151 !important;
        line-height: 1;
    }
    .caret_right{
        vertical-align: middle !important;
        font-size: 17px !important;
        padding-left: 2px;
        cursor: pointer;
    }
    .pr0_aeorder{
        padding-right: 0px;
    }
}

.sidebga:hover .btnside{
    color: #00a4d6 !important;
    background-color: white !important;
    transition: 0.3s;
}
.sidebga:hover .btnside i{
    color: #00a4d6 !important;
    background-color: white !important;
    transition: 0.3s;
}

.disble_active .btnside{
    color: #00a4d6 !important;
    background-color: white !important;
}

.active .btnside{
    color: #00a4d6 !important;
    background-color: white !important;
}
.active .btnside i{
    color: #00a4d6 !important;
    background-color: white !important;
}

.btnside {
    /* color: #fff !important;
    background-color: #00a4d6 !important; */
    /* padding: 1px 5px 2px 2px; */
    /* font-size: 13px;
    padding: 0px 3px 0px 2px;
    box-shadow: none;
    border-radius: 2px; */
}
.btnside i{
    /* color: white !important;
    font-size: 12px;
    padding-right: 3px;
    padding-left: 1px; */
}
.btnside_delete {
    color: #fff !important;
    background-color: #00a4d6  !important;
    padding: 1px 5px 2px 2px;
    font-size: 15px;
    box-shadow:none;
    border-radius: 2px;
}
.btnside_delete i{
    color: white !important;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 3px;
}

.btnside_edit {
    color: #fff !important;
    background-color: #00a4d6 !important;
    padding: 1px 5px 2px 2px;
    font-size: 15px;
    box-shadow:none;
    border-radius: 2px;
}
.btnside_edit i{
    color: white !important;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 3px;
}


/*.sidePannelShow2{*/
    /*margin-left: -10px;*/
/*}*/
.subpadding_oredr1_fk_fp{
    padding-left: 14px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    /* font-weight: 400; */
}
.subpadding_oredr1_fk_orderno{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.subpadding_oredr1_fk_date{
    font-size: 15px;
    padding-right: 15px;
    font-weight: 400;
    text-align: right;
}
.subpadding_oredr1_fk_sp{
    font-size: 13px;
    margin-top: -6px;
    /* font-weight: 400; */
}
.card1_style_to_fp{
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 4px;
}
.card1_style_to_sp{
    font-size: 19px;
    font-weight: bold;
    margin-top: -12px;
}
.card1_style_ou_fp{
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 4px;

}

 input[type="checkbox"]
 {
     vertical-align:middle;
 }

.card1_style_ou_sp{
    font-size: 19px;
    font-weight: bold;
    margin-top: -12px;
}
.page-sidebar {
    /* background: #fff !important; */
    /* box-shadow: -3px -1px 10px 0px rgb(0 0 0 / 30%); */
    /* height: auto !important; */
    left: 0%;
    padding-top: 20px !important;
    /*width: 242px;*/
    padding-bottom: 20px !important;
    width: 16.566667%;
}
.sidePannelShow2{
    /* background-color:white !important; */
}
.page-sidebar {
    padding-top: 0px !important;
}

.dropdown-toggle{
    background-color: transparent;
    text-decoration: none;
    color: white;
}
.dropdown-toggle::after {
    display:none;
}
.dropdown-toggle:hover{
    background-color: transparent;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.dropdown-toggle1{
    /* background-color: transparent; */
    text-decoration: none;
    color: rgb(48, 142, 248);
}
.dropdown-toggle1:hover{
    /* background-color: transparent; */
    text-decoration: none;
    color: rgb(48, 142, 248);
    cursor: pointer;
}
/* .nav-menu-bg{
    background-color: ebebeb;
    height: 100%;
} */
/* .piechart{
    height: 250px !important;
    width: 350px !important;
    margin-left: 40px;
} */

.first_pieChart{
    margin-bottom: 30px;
}
.second_barChart{
    margin-bottom: 30px;
}
.div-togg{
    text-decoration: none !important;
    background-color: transparent !important;
    border: none !important;
}
.dropbtn {
    height:40px;
}
.dropbtn1 {
    background-color: transparent;
    color: white;
    padding-right: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn2 {
    background-color: transparent;
    color: rgb(48, 142, 248);;
    padding-right: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    /* top: 4px !important;
    left: -19px !important;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 6px !important;
    background-color: white;
    min-width: 159px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; 
    margin-top:15px !important;*/
}
.dropdown-content-bell{
    top: 4px !important;
    left: -57px !important;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 6px !important;
    background-color: white;
    min-width: 121px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.dropdown-content-v {
    display: none;
    position: absolute;
    top: 6px !important;
    left: 29px !important;
    background-color: white;
    min-width: 103px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transform: translate3d(-114px, 21px, -9px) !important;
    padding: 0;
}
.dropdown-content-v a {
    color: black;
    text-decoration: none;
}
/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */
.dropdown-content-v a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropbtn {
    background-color: transparent;
    text-decoration: none;
    color: white;
}
.dropdown:hover .dropbtn1 {
    background-color: transparent;
    text-decoration: none;
    color: white;
}
.dropdown:hover .dropbtn2 {
    background-color: transparent;
    text-decoration: none;
    color: rgb(48, 142, 248);
}
.text-dark{
    /* padding-left: 4px;
    font-size: 13px;
    color: #443e3e   !important;
    text-decoration: none !important; */
}
.text-dark:hover{
    /* padding-left: 4px;
    font-size: 13px;
    color: #443e3e   !important;
    text-decoration: none !important;
    width: 100% !important; */
}
.bgwhite{
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-content::before {
    /* position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: #f5f5f5;
    content: ''; */
}
.dropdown-content-bell::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: #f5f5f5;
    content: '';
}
.data-togg-ul::before{
    position: absolute;
    top: -6px;
    right: 10px;
    /* display: inline-block; */
    background: white !important;
    width: 12px;
    height: 12px;
    border-left: 1px solid #f1f5fc;
    content: '';
    transform: rotate(-45deg);
    /* -webkit-transform: rotate(-45deg); */
    border-top: 1px solid #00000026;
    border-right: 1px solid #00000026;
    border-bottom: none;
    border-left: none;
    z-index: -1;
}
.subpad_row1_bb{
    margin-top: -13px;
    color: #1a0e77;
}
.subpad_row1_qty{
    margin-top: -13px;
}
.qty{
    color: black;
    text-decoration: none;
}
.qty:hover{
    color: black;;
    text-decoration: none;
}
.subpadding_oredr1_fk_price{
    font-size: 13px;
    font-weight: 400;
    margin-top: -13px;
}
.tabel-list-order{
    width: 100%;
}
.tabel-list-order:hover{
    width: 100%;
    background-color: transparent;
}
.thead-tabel-oredr{
    background-color: #5cc9ea;
    color: black;
    text-align: center;
}
.tbody-tabel-oredr{
    background-color: #d9f6ff;
    color: black;
}
.footer-tabel-oredr{
    background-color: #5cc9ea;
    color: black;
}
.subpadding_oredr1_fk_mobileno{
    font-size: 15px;
    padding-left: 28px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
}
.subpadding_oredr1_fk_email{
    font-size: 15px;
    padding-right: 32px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0px;
}
.line-space-td{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.line-space-header{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.thead_dt_style{
    text-align: center !important;
}
.dt_tr_black{
    color: black !important;
}
.dt_tr_col{
    background-color: white !important;
    padding-top: 0px !important;
    color: black !important;
}
.dt_tr_col:hover{
    background-color: rgba(238, 238, 238, 0.918) !important;
    padding-top: 0px !important;
}
.dt_tr_col_blue{
    background-color: #00a4d6 !important;
    color: white;
}
.subcard3_dv{
    /* top: 50%; */
    margin: 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.dt_body_wid{
    width: 100%;
    margin-left: 0px;
}
.float_right{
    float: right !important;
}
/*.dataTables_filter{*/
    /*float: right !important;*/
    /*color: black !important;*/
/*}*/
/*input[type=search] {*/
    /*border: 1px solid #c7c6c6;*/
    /*width: 158px;*/
    /*font-weight: 100;*/
    /*margin-right: 18px;*/
    /*margin-left: 4px;*/
/*}*/
.pr-0{
    padding-right: 0px;
    margin-right: 0px;
}
.pl-0{
    padding-left: 0px;
    margin-left: 0px;
}
.icon_setting_style{
    font-size: 13px;
    padding-right: 5px;
    color: #443e3e !important;
    padding-left: 0px;
}
.icon_setting_style:hover{
    padding-right: 5px;
    padding-left: 0px;
    font-size: 13px;
    color:#443e3e !important;
    text-decoration: none !important;
    /* width: 100% !important; */
}
.icon_setting_style_user{
    font-size: 13px;
    padding-right: 5px;
    color: #443e3e   !important;
    padding-left: 0px;
    padding-right: 9px;
}
.icon_setting_style_logout{
    font-size: 13px;
    padding-right: 5px;
    color: #656565 !important;
    padding-left: 0px;
    padding-right: 7px;
}
.shipping_address_class{
    margin-top: 10px;
}
.ba_button_class{
    font-size: 15px;
    padding: 3px;
}
.sa_button_class{
    font-size: 15px;
    padding: 3px;
}
.place_order_main{
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    background-color: red;
    color: white;
    margin-right: 0px;
    padding-bottom: 10px;
}
.porder_right{
    text-align: center;
    /* float: right; */
    margin-top: 6px;
    padding-top: 7px;
}
/* .pa_btn{
    color: white;
    background-color: rgb(250, 26, 26);
}
.pa_btn:hover{
    color: white;
    background-color: rgb(250, 26, 26);
} */
.billinga_modal{
    /* height: 500px !important; */
    margin-top: 70px;
}
.vieworder_modal{
    margin-top: 30px;
}
.client_name_header{
    float: left;
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.add_address_header_advsearch{
    /* color: #fff !important;
    background-color: #00a4d6 !important;
    padding: 1px 4px 2px 4px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer; */
}
.add_address_header_advsearch:hover{
    /* color: #fff !important;
    background-color: #00a4d6 !important;
    padding: 1px 4px 2px 4px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer; */
}
.add_address_header{
    cursor: pointer;
    float: right;
    background-color: #00a4d6;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: white !important;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px;
}
.add_address_header:hover{
    float: right;
    background-color: #00a4d6;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: white !important;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px;
}
.add_address_head{
    cursor: pointer;
    float: right;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: black !important;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px;
}

.add_address_head i{
    padding-right: 3px;
    color: #00a4d6;
}

.add_address_select{
    cursor: pointer;
    float: right;
    background-color: #9edef1;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: #265d7a !important;
    border-radius: 2px;
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px;
}
.modal_header{
    position: relative;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 8px;
    color: white;
    background-color:#00a4d6 !important;
}
.address1_clientname{
    padding-top: 0px;
    margin-top: 5px;
}
.address2_clientname{
    padding-top: 0px;
    margin-top: -7px;
}
.modal-subheader1{
    /* margin-top: 7px;
    margin-bottom: 30px; */
}
.modal-subheader2{
    margin-top: 10px;
    padding-top: 0px;
}
.shipping_a_lbldiv{
    margin-left: 0px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.modal-style-hw{
    max-width: 700px;
}
/* .shipping_modal{
    margin-top: 115px;
} */
.consinee_style_sa{
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center;
}
.modal-title{
    font-size: 14px;
    float: left;
}
.captitle{
    font-size:13px;
    font-weight:400;
    color: #265D7A;
    margin-right: 3px;
    margin-bottom: 0px;
}
.captitleAdd{
    font-size:12px;
    font-weight:400;
    color: #265D7A;
    margin-right: 3px;
    margin-bottom: 0px;
}
.capvalue{
    font-size: 13px;
    font-weight: 500;
    color: #333333 !important;
}
.frmlreceiptno{  
    padding-bottom: 10px;
    margin-right: 8px;
}
.modal-open .modelds {
    overflow-x: hidden;
    overflow-y: hidden;
}
/* .modalbdscrollship{
    padding-top: 0px;
    overflow-y: scroll !important;
    height: 480px !important;
    padding-left: 8px;
    padding-right: 8px;
} */
/* .modalbdscrollreceipt{
    padding-top: 0px;
    height: 203px !important;
    padding-left: 8px;
    padding-right: 8px;
} */
/* .modalbdscroll{
    overflow-y: scroll !important;
    height: 100% !important;
} */
/* .modalbdscroll01{
    overflow-y: scroll !important;
    height: 500px !important;
} */
/* .modalbdscroll02{
    overflow-y: scroll !important;
    /* height: 100% !important; */
/* }  */
.card1_modal_cname{
    border: 1px solid #c0c1c2;
    border-radius: 7px;
}
.card1_modal_cname_mt{
    margin-bottom: 10px;
}
.no-margin{
    margin: 0px !important;
    padding-left: 15px !important;
    text-align: left !important;
}
.btn_save_sa{
    /* background-color: #00a4d6;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    color: white !important;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px grey;
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px; */

}
.btn_save_sa:hover{
    /* background-color: #00a4d6;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    color: white !important;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px grey;
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 7px; */

}
/* .btn_cancel_sa{
    background-color: #fff;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px grey;
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 4px;
    margin-bottom: 4px !important;
    margin-left: 2px;
}
.btn_cancel_sa:hover{
    background-color: #fff;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px grey;
    text-decoration: none;
    margin-top: 4px !important;
    margin-right: 4px;
    margin-bottom: 4px !important;
    margin-left: 2px;
} */
.modal_footer{
    padding: 4px 10px 4px 10px;
}
.modal_footer:hover{
    padding: 4px 10px 4px 10px;
}
.add_change_add{
    color: #007AFF!important;
    text-decoration: none !important;
    color: #007AFF!important;
    font-weight: 600;
    background-color: #D6E6FC!important;
    padding: 6px 12px 6px 12px !important;
    border-radius: 5px !important;
    background-image: none !important;
    border: 0px!important;
}
/* .add_change_add:hover{
    color: #fff !important;
    text-decoration: none !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: #007AFF !important;
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
} */
.add_change_add_placeo{
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    background-color: red;
    padding: 2px 5px 2px 5px; 
    border-radius: 2px;
    width: 100%;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.add_change_add_placeo:hover{
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    background-color: red !important;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    width: 100%;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.pa_btn{
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: #00a4d6;
    padding: 3px 8px 3px 4px;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.pa_btn:hover{
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: #00a4d6;
    padding: 3px 8px 3px 4px;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.pa_btn2{
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: grey;
    padding: 3px 8px 3px 4px;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.pa_btn2:hover{
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: grey;
    padding: 3px 8px 3px 4px;
    border-radius: 2px;
    /* box-shadow: 0px 0px 3px 0px grey; */
}
.dt_mlmr0{
    margin-left: 0px ;
    margin-right: 0px ;
    margin-top: 34px ;
}
.dt_mlmr01{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.btnadd_icon{
    padding-left: 3px;
    padding-right: 3px;
    

}
.addcur{
    cursor: pointer;
    color: #469bdd;
}
.ar_temporder_main{
    /* position: absolute; */
    /* bottom: 0px; */
    border-radius: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 0px;
    color: white;
    background-color: white;
}
.itemorder_ae{
    width: 100%;
    font-size: 13px;
    color: white;
    background-color: #00a4d6;
    float: left;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.temporder_ae{
    font-size: 13px;
    color: white;
    float: right;
    padding-top: 5px !important;
    padding-left: 10px !important; 
    padding-right: 10px !important;
}
.ar_itemdetails{
    background-color: #00a4d6;
    width: 100%;
}
.ae_itembtn{
    color: white;
    background-color: #00a4d6;
    box-shadow: 0px 0px 3px 0px grey;
    font: 15px;
    font-weight: 400;
}   
.ae_itembtn:hover{
    color: white;
    background-color: #00a4d6;
    box-shadow: 0px 0px 3px 0px grey;
    font: 15px;
    font-weight: 400;
}
.mb-0{
    margin-bottom: -3px !important;
}
.btn_advancesearch2{
    /* margin-top: 10px; */
    /* float: right; */
    /* margin-right: 15px; */
}
.active{
    /* color: white !important;
    background-color: #00a4d6 !important; */
}
/* .active span{
    color: white !important;
    background-color: #00a4d6 !important;
} */
.active i{
    /* color: white !important; */
    /* background-color: #00a4d6 !important; */
}
.dashboard_dt_pl{
    /* margin-left: 16px !important; */
}
.dt_viewo_mt{
    padding-top: 0px !important;
}
.modal_content_addsp{
    /* width: 500PX; */
    margin-left: 0px;
}
.modal_content_addas{
    width: 500PX;
    margin-left: 150px;
}
.modal_content_addacb {
    width: 100%;
    margin-left: 55px;
}
.modal_content_changeaad{
    width: 500PX;
    margin-left: 75px;
}

.modal_content_vieworder{
    width: 100%;
    /* height: 90%; */
    margin-left: 23px;
}
.aeorder_plce{
    background-color: grey;
    /* margin-right: 20px; */
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px grey;
}
.bands_btn{
    background-color: #c4d5da;
}
.aeorderitem{
    color: white;
    background-color: red;
    /* border-radius: 5px; */
    padding: 3px 15px 0px 15px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px; */
}
.radiusitem{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.radiusprice{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btnbillingshipping{
    height: 48px;
    text-align: center;
}
.btn_bishi{
    color: #626262;
    text-decoration: none;
    border: 1px solid #626262;
    background-color: #c5e7fd;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn_bishi:hover, .btn_bishi:focus{    
    color: #c5e7fd;
    text-decoration: none;
    background-color: #626262;
    border: 1px solid #626262;
    padding: 5px 10px;
    border-radius: 5px;
}
.red-text{
    color: red;
}
.itemsaeorder{
    font-size: 14px;
}
.vlinefooter{
    border-left: 6px solid rgb(90, 5, 5);
    height: 10px;
}
.spanpricefsize{
    font-size: 14px;
}
.spantotalfsize{
    font-size: 15px;
}
.addorderbtn{
    border: none;
}
.addorderbtn:hover{
    border: none;
}
.modal-content .select2-container {
    width: 87%;
}

/* .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    display: inline;
    vertical-align: middle;
} */
/* .select2-container {
    width: 60%;
    margin-top: 0px!important;
    margin-bottom: 26px!important;
    float: left !important;
} */
.select2-container .select2-choice {
    display: block;
    /* height: 26px; */
    /* padding: 0 0 0 8px; */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
    color: #282323;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: #fff; */
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%); */
    background-image: none !important;
    border-radius: 5px !important;
    background-color: transparent;
    font-size:13px;
    border: 1px solid #d5d5d5 !important;
    padding: 0px 10px !important;
    transition: border 0.2s linear 0s !important;
    height: 32px !important;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select2-container .select2-choice > .select2-chosen {
    padding-top: 3px;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}
/* .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
} */
.select2withicon
{
    font-size: 12px!important;
    background-color: #EEEEEE!important;
    color: grey!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 9px!important;
    padding-top: 10px!important;
}
/* .select2-container .select2-choice .select2-arrow b {
    display: none !important;
    width: 100%;
    height: 100%;
    background: none !important;
} */
.addcityshiparty{
    float: right;
    background-color: #00a4d6 !important;
    color: white !important;
    text-decoration: none;
    padding: 1px 6px 1px 6px;
    font-size: 14px;
    margin-top: 3px;
}
.subhead{
    color: #333333 ;
    font-weight: 600 ;
    padding-left: 0px ;
    font-size: 23px ;
    text-shadow: 1px 0px 2px #acacac;
    padding-left: 0px ;
    position: absolute;
    left: 7px;
}

.wholesecn{
    padding:50px 0px;
}
.pendingcard{
    margin-top: 10px;
}
.pendingpadding{
    padding-left: 9px;
}
a.text-dark:focus, a.text-dark:hover {
    /* color: #443e3e    !important; */

}
.web-center{
    /* text-align: -webkit-center; */
}
.titlecardaeorder{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #00a4d6;
}
.p_cardaeorder{
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #cabbbb;
    line-height: 1;
    padding-left: 10px;
}
.pricecard_aeorder{
    color: #6f7b8a;
    font-size: 14px;
    font-weight: 600;
}
.rupieicon_aeorder{
    padding-right: 2px;
    font-size: 11px;
    font-weight: 600;
}
.gstcard_aeorder{
    font-size: 13px;
    color: #7e7777;
}
.imgcard_aeorder{
    width: 70px;
    height: 70px;
}
.imggroup_aeorder{
    float: right;
    padding: 0px 10px 5px 0px;
}
.btnadd_aeorder{
    border: 2px solid ;
    cursor: pointer;
}
/* .btnadd_aeorder.editDelete:hover{
    background-color: #fff;
    color: #3FDA59 !important;
    font-size: 15px;
   
} */

.linedividebtn{
    border-left: 2px solid rgb(210 33 33);
    height: 51px;
    position: absolute;
    left: 13px;
    top: 0;
}
.rounddate_card{
    /* background-color: #00a4d6;
    border-radius: 102%;
    width: 55px;
    height: 55px;
    margin-top: 2px;
    margin-bottom: 2px; */
}
.roundAddress_card{
    background-color: #d7d7d7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.roundtxt_card {
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    /* background:#F7F9FD; */
}
.roundAddtxt_card{
    text-align: center;
    padding-top: 8px;
    color: white;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 1.2;
}
.penciliconcard{
    /* color: #00a4d6;
    padding-right: 6px;
    font-size: 14px; */
}
.trashiconcard{
    /* color: red;
    font-size: 14px; */
}
.valuelblcard{
    /* font-size: 12px;
    color: #6f7b8a;
    margin-bottom: 0px;
    font-weight: 600; */
    /* color:#525252; */
}
.grosspiconcard2{
    padding-right: 1px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: 600;
}
.input_group_order{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 40% !important;
    height: 35px !important;
    margin-bottom: 0px !important;
}
.searchinput_order{
    float: right;
    height: 26px;
    font-size: 15px;
    border: 1px solid grey;
    padding: 1px 0px 1px 3px;
    margin-top: 10px;
}
.searchinput_aeorder{
    height: 26px;
    font-size: 15px;
    border: 1px solid grey;
    padding: 1px 0px 1px 3px;
    margin-top: 0px;
    float: right;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
input[type=date]{
    color: grey !important;
    font-size: 13px !important;
}
input[type=date]:hover{
    color: grey !important;
    font-size: 13px !important;
}
.titlecard_vorder{
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0px 0px 10px;
    color: #00a4d6;
    margin: 0px;
}
.ptagqty_vorder{
    padding: 0px 0px 0px 10px;
    margin-bottom: 0px !important;
    line-height: 0.8;
}
.spanqty_vorder{
    font-size: 13px;
    font-weight: 400;
    color: #cabbbb;
}
.grosstxtcard_vorder{
    padding-left: 10px;
    margin-top: 0px;
}
.gstcard_vorder{
    text-align: center;
}
.netamountcard_vorder {
    /* margin-top: 15px; */
    text-align: end;
    padding-right: 10px;
}
.grosstotaltag_vorder{
    font-size: 13px;
    font-weight: 400;
    padding-top: 4px;
    color:#9e9e9e;
}
.grosspricetag_vorder{
    font-size: 13px;
    font-weight: 600;
    padding-top: 4px;
    color: #6f7b8a;
}
.grosspicon_vorder{
    font-size: 12px;
    color: #6f7b8a;
    padding-right: 2px;
}
.underline_vorder{
    border-bottom: 1px solid #ebebeb;
}
.grossamount1_sales{
    padding-left: 20px;
    line-height: 1;
    padding-top: 7px;
    
}
.gstcard_sales{
    margin-top: 0px;
    text-align: center;
    padding-top: 7px;
    line-height: 1;
}
.netanountdiv_sales{
    line-height: 1;
    text-align: end;
    padding-right: 15px;
    padding-top: 7px;
}
.netanountlbl1_sales{
    font-size: 14px;
    color: grey;
}
.netanountlbl2_sales{
    text-align: end;
    font-size: 14px;
    color: #00a4d6;
    padding-right: 15px;
}
.pendingamounttxt_sales{
    font-size: 14px;
    color: grey;
}
.pendingamovalue_sales{
    font-size: 13px;
    color: #e15454;
    margin-bottom: 0px;
    font-weight: 600;
}
.netamountcard1_sales{
    margin-top: 0px;
    text-align: end;
    padding-right: 10px;
    line-height: 1.1;
}
.select_orders{
    /* width: 173px;
    border: none;
    border-bottom: 1px solid grey;
    color: grey;
    background-color: #fffcfc1a !important;
    border-radius: 0rem !important;
    font-size: 16px;
    padding: 0px !important; */
}
/* .select_orders:focus{
    width: 173px;
    border: none;
    border-bottom: 1px solid grey;
    color: grey;
    background-color: #fffcfc1a !important;
    padding: 0px !important;
} */
.pagetitle_main{
    padding-top: 18px;
}
.orderstitle{
    color: #6f7b8a;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.verlline_aeorder{
    border-left: 2px solid #dfdfdf;
    height: 48px;
    position: absolute;
    top: 0;
}
.input-field {
    position: relative;
}
.mt0 {
    margin-top: 0px!important;
}
.searchinput_class{
    border: none;
    border-bottom: 1px solid grey;
}
.searchinput_class:focus{
    border: none !important;
    border-bottom: 1px solid grey !important; 
    outline: none !important;                                     
}
/* .searchinputorder_class{
    border: none;
    border-bottom: 1px solid grey;
    float: right;
    margin-top: 11px;
    font-size: 16px;
}
.searchinputorder_class:focus{
    border: none !important;
    border-bottom: 1px solid grey !important; 
    outline: none !important; 
    margin-top: 6px;
    font-size: 16px;                                    
} */
.searchinputae_class{
    border: none;
    border:0 !important; 
    border-bottom: 1px solid #ced4da !important;
    background-color: #fffcfc1a !important;
    float: right;
    font-size: 15px;
    height: 33px;
}
.searchinputae_class:focus{
    border: none !important;
    outline: none !important; 
    border:0 !important; 
    border-bottom: 1px solid #ced4da !important;
}
.border_all {
    border: 1px solid #EEEEEE;
}
.mt5 {
    margin-top: 5px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.pb4 {
    padding-bottom: 4px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.pt10 {
    padding-top: 10px;
}
.pt3{
    padding-top: 3px;
}
.ordernoCap{
    font-size: 15px;
    font-weight: 500;
    color: #9e9e9e !important;
}
.orderDate{
    float: right;
    /* margin-right: 86px; */
}
.OrderNo{
    float: right;
}
.captitle_odetail{
    font-size: 15px;
    font-weight: 400;
    color: #515151 !important;
    line-height: 1;
}
.billing_address_odetail{
    margin-top: 0px;
}
.silling_address_odetail{
    margin-top: 0px;
    padding-left: 13px;
}
.orderdate_odetail{
    margin-top: 10px;
}
.mat_name{
    font-size: 15px;
    color: #42A5F5 !important;
    margin-bottom: 0px;
}
.mat_attr{
    color: #616161 !important;
    font-size: 13px;
    font-weight: 400;
}
.border_right_lightgrey {
    border-right: 1px solid #dfdfdf;
    height: 42px;
}
.border_left_lightgrey {
    border-left: 1px solid #dfdfdf;
}
.pl-2{
    padding-left: 2px;
}
.qtyVal_odetail{
    font-size: 14px;
    font-weight: 400;
}
.remarkCap_odetail{
    font-size: 14px;
    color: #9e9e9e !important;
    font-weight: 400;
}
.remarkVal_odetail{
    font-size: 14px;
    font-weight: 400;
}
.float_left{
    float: left;
}
.summaryCap{
    margin-bottom: 1px!important;
    color: #9e9e9e !important;
    font-size: 15px;
    line-height: normal;
    padding-top: 7px;
}
.summaryVal{
    font-size: 15px;
    text-align: right!important;
    font-weight: 400;
    padding-top: 5px;
}
.summaryCapSpecial{
    font-size: 15px!important;
    color: #0095da!important;
    font-weight: 600 !important;
    padding-top: 7px;
}
.tnc_class{
    font-size: 15px!important;
    color: #9e9e9e !important;
}
.tnc_desc{
    font-size: 15px!important;
    font-weight: 400;
    line-height: 1;
}
.f-15{
    font-size: 15px;
    font-weight: 400;
}
.f-13{
    font-size: 14px;
    padding-right: 5px;
}
.f-14{
    font-size: 14px;
    font-weight: 500;
}
.mb-2{
    /* margin-bottom: 2px !important; */
}
.rightSectionScreen{
    margin-top: 62px;
}
.term_condi_main{
    margin-bottom: 10px;
}
.w-20{
    width: 20% !important;
}
.line-height{
    line-height: normal;
}
.h-42{
    height: 42px;
}
.border_right_billing{
    border-right: 1px solid #dfdfdf;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.pt-6{
    padding-top: 6px;
}
.ddlbselectoperator_class_receipt{
    /* width: 307px; */
    width:100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border: 1px solid #e5e9ec;
    border-radius: 2px;
    color: grey;
    font-size: 13px;
}
.disPer{
    border: 1px solid #e5e9ec !important;
    border-radius: 2px !important;
    color: #010101 !important;
    font-size: 14px !important;
    font-weight: 400;
    width: 90px;
    height: 22px;
    padding-left: 5px;
    margin-top: 3px;
    padding-right: 5px;
    text-align: right !important;

}
input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #ced4da ;
    box-shadow: 0 0 0 0 #0095da;
}
.captionAddProduct{
    color: #010101;
    font-size: 13px;
    margin-bottom: 4px !important;
    font-weight: 400;
}
.NetTtlCapVal{
    background-color: #f0f0f0;
    color: #111111;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0px;
}
select:focus{
    border: 1px solid #ced4da !important;
    box-shadow: 0 0 0 0 #0095da!important;
}
option:focus{
    border: none !important;
    box-shadow: 0 1px 0 0 #0095da!important;   
}
.master-floating-down-arrow {
    bottom: 32px!important;
}
.floating-down-arrow {
    bottom: 15px!important;
    padding-top: 0px!important;
    right: 15px!important;
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.background-light {
    background-color: rgba(0, 0, 0, 0.1)!important;
}
.scrolldownarrow {
    width: 30px;
    height: 30px;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}
.scrolldownarrow i {
    font-size: 16px!important;
    color: #FFFFFF !important;
    line-height: 32px;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

#data_preloader
{
        position:fixed !important;
        left:0px !important;
        top: 8.5% !important;
        width: 100%;
        height: 83%;
        z-index:999999 !important;
        background-color:transparent !important;
        background-position:center center !important;
        background-repeat:no-repeat !important;
        background-image:url(../img/load1.gif);
}

#data_preloader2
{
        position:fixed !important;
        left:0px !important;
        top: 8.5% !important;
        width: 100%;
        height: 83%;
        z-index:999999 !important;
        background-color:transparent !important;
        background-position:center center !important;
        background-repeat:no-repeat !important;
        background-image:url(../img/load1.gif);
}

#data_preloader_child
{
    position:relative !important;
    left:0px !important;
    top:0px !important;
    width:100% ;
    height:100%;
    z-index:999999 !important;
    background-color:transparent !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-image:url(../img/load1.gif);
}
.modal-body-padd{
    padding-top: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-bottom: 5px !important;
}
.capvalueProduct{
    display: inline-block;
    margin-bottom: 5px !important;
    color: #265D7A !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.ordvalClassStyle{
    font-size: 15px;
    font-weight: 400;
}
.ordcapClassStyle{
    font-size: 14px;
    font-weight: 400;
}
.red-text.text-lighten-1 {
    color: #EF5350 !important;
}
.deleteblinkicon
{
    font-size: 35px;
    animation: blink 2s steps(5, start) 
}
.font-16 {
    font-size: 16px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.pl-7{
    padding-left: 7px;
}
.pr-7{
    padding-right: 7px;
}
.pl-11{
    padding-right: 11px;
}
.btm_style_card{
    background-color: #f9f9f975;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 2px;
}
.gstcard_aeorder_right{
    text-align: right;
    padding-right: 10px;
}
.pb5{
    padding-bottom: 5px;
}
.caret_right{
    vertical-align: middle;
    font-size: 21px;
    padding-left: 2px;
    cursor: pointer;
}
#scrollorders{
    margin-left: -10px;
}

/* ...........Dhaval's Css End Here................ */


/* .............Ketan's Css Start Here............... */

/*body {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*text-rendering: optimizeLegibility;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*min-height: 100%;*/
    /*!*font-family: "Times New Roman", Times, serif;*!*/
    /*font-size: 14px;*/
    /*line-height: 26px;*/
    /*letter-spacing: normal;*/
    /*font-weight: 400;*/
    /*background-color: #ffffff;*/
    /*color: #667;*/


/*}*/
/*.container {*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/
.justify-content-center {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}
/*card css start*/
.card {
    position: relative;
    border: none !important;
    box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:8px;
    max-width:100%;
    height:100%;
}
.selectedstatussmall {
    z-index: 10;
    width: 107px;
    height: 25px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background: #00a4d6 !important;
    transform: rotate(45deg);
    position: absolute;
    right: -30px;
    top: 15px;
}
/*card css end*/

.m-t-20 {
    margin-top: 20px;
}
.live-tile, .list-tile, .copy-tile {
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 20;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-prepend, .input-append {
    border: 0 none;

}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;

}
.cardbdyin .input-append .add-on .arrow:before {
   display: none;
}
/* .input-append .add-on, .input-prepend .add-on {
    background-color: #d1dade;
    border: medium none #d1dade;
    border-radius: 0 2px 2px 0;
    color: #5e5e5e;
    height: 33px;
    min-width: 34px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    position: absolute;
    text-shadow: none;
} */
.input-append .add-on .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9 ";
}
.bold{
    color: #00a4d6;
}

.add-on {
    display: inline-block;
    width: auto;
    height: 33px;
    min-width: 16px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: red;
    border: 1px solid #e5e5e5;
    z-index:3;
}
.bg-theme-dark {
    background: #00A4D6 !important;
}
.loginaddon {
    right: 0px;
}
.input-append .add-on .arrow {
    background-color: transparent !important;
    position: absolute;
    z-index: 0;
    font-size: 26px;

}
.color-theme-dark {
    font-size: 24px;
    font-family: 'open Sans';
    /* font-weight: 600; */
    margin-bottom: 15px;
    font-weight: bold;
}
.loginicnrt {
    left: -7px!important;
    top: 5px !important;

}
.cardbdy{

    align-items: center;
    /*width: 500px;*/
    /*height: 240px;*/

}

.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa {
    margin-top: 5px;
    margin-left: 0px;
}
.loginaddon i {
    color: white;
}
/* .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.text-right{
    text-align: right;
    /* color: white;
    margin-top: 7px; */

}
/*i {*/
    /*font-size: 14px;*/
/*}*/
/*.fa-envelope:before {*/
    /*content: "\f0e0";*/
/*}*/
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 22px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-right:0px !important;
    background: none!important;
    background-image: none!important;
    border-left: none!important;
    color: #010101!important;
}
.select2-results .select2-highlighted{
    background-color: #00A4D6 !important;
}
.select2-drop-active{
    border: none !important;
}
.logo{

    /*margin-right: 60px;*/

    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
.login_kj{
    text-decoration: none;
    background-color: transparent;
    color: white !important;
}
.myorder{
    padding-left: 0px;
    background-color: #00a4d6;
    /*margin-top: 5px;*/
    color: white;
    /*padding-right: 0px;*/

    /*height: 40px;*/
    padding-right: 26px;


}
.tb{
   padding-left: 10px;
    margin-top: 10px;
    border-radius: 10%;
    width:98%;

}
/*.colblack{*/
    /*margin-left: 10px;*/


/*}*/
/* table {
    border-collapse: collapse;
    width: 100%;
    align-items: center;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
} */

/* .ml-0{
    margin-left: 0px;
}
.mr-0{
    margin-right: 0px;
} */

/* .................Ketan's Css End Here..................... */
/* .............Ketan's Css Start Here............... */

.justify-content-center {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}
.m-t-20 {
    margin-top: 20px;
}
.live-tile, .list-tile, .copy-tile {
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 20;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 40px;
    margin-bottom: -5px;
}
/*.input-prepend, .input-append {*/
    /*border: 0 none;*/

/*}*/

.input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
    height: 2rem;
    margin-left: 0px;
    font-size: 12px;
    /*margin-right: 63px;*/
}
.input-append .add-on, .input-prepend .add-on {
    border: medium none #d1dade;
    border-radius: 0 2px 2px 0;
    height: 32px;
    min-width: 34px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    position: absolute;
    text-shadow: none;
    /*margin-right: 63px;*/

}
.input-append .add-on .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9 ";
}
.bold{
    color: #00a4d6;
}

.add-on {
    display: inline-block;
    width: auto;
    height: 33px;
    min-width: 16px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: red;
    border: 1px solid #e5e5e5;
    z-index:3;
}
.bg-theme-dark {
    background: #00A4D6 !important;
}
.loginaddon {
    right: 0px;
}
.input-append .add-on .arrow {
    background-color: transparent !important;
    position: absolute;
    z-index: 0;
    font-size: 26px;

}
.color-theme-dark {
    color: #00A4D6 !important;
}
.loginicnrt {
    left: -5px!important;
    top: 5px !important;

}
.cardbdy{

    align-items: center;
}

.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa {
    margin-top: 5px;
    margin-left: 0px;
}
.loginaddon i {
    color: white;
}
/*.fa {*/
    /*display: inline-block;*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/
/* .text-right{
    text-align: right;
    color: white;
    margin-top: 7px;

} */
/*i {*/
    /*font-size: 14px;*/
/*}*/
/*.fa-envelope:before {*/
    /*content: "\f0e0";*/
/*}*/
.select2-results .select2-highlighted{
    background-color: #00A4D6 !important;
}
.select2-drop-active{
    border: none !important;
}

.login_kj{
   
    text-decoration: none;
    color:#ffffff !important;
    padding: 6px 12px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.myorder{
    padding-left: 0px;
    background-color: #00a4d6;
    /*margin-top: 5px;*/
    color: white;
    /*padding-right: 0px;*/

    /*height: 40px;*/
    padding-right: 26px;


}
/*::-webkit-scrollbar*/
/*{*/
    /*display: none;*/
/*}*/
.myorder.span{
    text-align: center;
}
.tb {
    padding-left: 0px;
    padding-right: 2px;
    margin-top: 10px;
    border-radius: 10%;
    width: 100%;

} 
.colblack{
    /*font-weight: 500;*/
    cursor: pointer;
    /*position: relative;*/
    padding-left: 0px;
    margin-right: 15px;
    font-size: 13px;
    /*margin-bottom: 6px;*/
    color: #64707c;
    transition: border 0.2s ease-out 0s,color 0.2s linear 0s;


}
/* .table {
    border-collapse: collapse;
    width: 100%;
    align-items: center;
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
.p{margin-bottom: 30px;

} */
.thirddiv{

    padding-right: 20px;
    padding-left: 15px;
    padding-top: 30px;
    height: 20px; 
    background-color: #5cc9ea;
}
/* @media only screen and (max-width: 488px) {
    [class*="col-"] {
      width: 100%;
    }
  } */
/* .................Ketan's Css End Here..................... */
/*..................addpopupclick............................*/
/**{*/
   /*!* background: white; *!*/
   /*margin: 0;*/
   /*padding: 0;*/
   /*box-sizing: border-box;*/

/*}*/
/* .body{
       min-height: 100vh;
       background-color: #eee;
       display: flex;
       font-family: sans-serif;  
}
.container{
       margin: auto;
       width: 100%;
       max-width: 90%;
} */
.container.form{

    width: 50%;
    height: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 3);
}
.container.form.h1{

 text-align: center;
 margin-bottom: 24px;
 color: #222;

}
.container.form.form-control{

    width: 50%;
    height: 40px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid silver;
    margin: 10px 0px;
    padding: 0px 10px;
}
.conta.form.btn{

    margin-left: 50% ;
    transform:translateX(-50%);
    width: 120px;
    height: 34px;
    border: none;
    outline: none;
    background-color: steelblue;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    transition: 3s;
}
.container.form.btn{
  opacity: 7;



}
.hi{

    background-color: transparent;
}
#myModal{

    background: transparent;
    width: 500px;
    margin-left: 30%;
}
.body1{

align-items: center;

}
.myDiv{

 background-color: #00A4D6 !important;
 text-align: center;
 color : white !important;
 padding:0px;
}
.modal-dialog-hi{
    padding-top: 40px;
}
.fmconsz{
    height: 40px;
}
.popcaption{
    color: #265D7A;
}
/* .uneditable-input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    background-color: #fff;
    border: 1px solid #e5e9ec;
    border-radius: 2px;
    box-shadow: none !important;
    color: #282323;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 16px;
    line-height: 15px;
    min-height: 25px;
    outline: 0 none;
    padding-left: 6px !important;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: top;
} */
.mbdy{
    padding: 0px 20px;
    background-color: white;
    height: 400px;
}
.border-top-none{
    border-top: none;
}

.model_set{
    width: 46%;
    text-align: center;
    margin-left: 27%;
    margin-top: 7%;
    height: 400px;
}
.cha_bill{
    /*margin-bottom: 30px;*/
    width: 45%;
    margin-left: 10px;
}
.add_addres{
    width: 24%;
    margin-left: 37%;
    margin-top: 5%;
    height: 389px;
}
.set_city{
    width: 19%;
    margin-left: 26%;
    margin-top: 7%;
}
.mbdy_city{
    height: 551px;
    background: white;
    border-radius: 4px;
}
/* .close{
    opacity: 1;
    color: white;
    padding-right: 10px !important;
    
}
.close:hover{
    opacity: 1;
    color: white;
    padding-right: 10px !important;
    padding-top: 13px !important;
} */
.m0auto{
    margin:0 auto;
}

.orderp{
    width: 650PX;
    margin-left: 123px;


}
.legerreport_main{
    color: black;
    /*background-color: #00a4d6;*/
    margin-top:25px;
    /* margin-left: 16px; */

}
.leger_form{
    padding: 5px 0px 5px 10px;
}
.leger_gobtn{
    float: right;
    padding: 0px 33px 0px 0px;
    position: absolute;
    right: 35px;
    top: 0px;
}
.btn_go{
    padding:5px 10px 5px 10px;
    background-color: #fff;
    color: rgb(7, 4, 4);
    margin-right: 70px;
}

.btn_add_city {
    background-color: #00a4d6;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 5px;
    color: white !important;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 0px grey;
    text-decoration: none;
    margin-top: 0 !important;
    margin-right: 2px;
    margin-bottom: 4px !important;
    margin-left: 143px;
    width: 58px;
    height: 30px;
}
.btn_save_city {
    background-color: #00a4d6;
    font-size: 14px;
    color: white !important;
    padding: 0px 9px;
}
.modal_content_changecity{
    margin-top: 74px;
    width: 300px;
    margin-left: 115px;
    /*margin-left: 106px;*/
    /* height: 10px; */
}
.addstr {
    color: white;
    text-decoration: none;
    font-size: 11px;
    background-color: #00a4d6;
    padding: 4px 9px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px grey;
}
.addstr:hover{
    color: white;
    text-decoration: none;
}
.form-control:focus {
    box-shadow: none;
}
.header{
    /*margin-top: -82px;*/
    margin-bottom: 10px;
}
.bgblue{
    background-color:#00a4d6;
}
.divpsce{
    font-size: 17px;
    font-weight: 500;
    padding: 2px 0px 2px 10px;
    box-shadow: 0px 1px 4px #a9a1a1;
    /* padding: 20px; */
    margin-top: 8px;
    background-color: #e9ecef;
}
.circledesign{
    border-radius: 50%;
    background: #00a4d6;
    color: white;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 1.0;
    font-size: 16px;
    padding-top: 17px;
}
.draft_btn {
    border: none;
    /* color: white; */
    padding:0px 15px;
    /*height: 25px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background-color: #00a4d6;
    margin-top: 10px;
    border-radius: 5px;
}
/* .modaladvancesearch{
    padding-top: 0px;
    overflow-y: scroll !important;
    height: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
} */
.delet_btn {
    border: none;
    /* color: white; */
    padding:0px 15px;
    /*height: 25px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background-color: #00a4d6;
    margin-top: 10px;
    border-radius: 5px;
}
.borderfirst{
    border: 1px solid;
}
.bordersecend{
    border: 1px solid;
}
.leger{

    color: white;
    font-size: 10px;
}
.reportsearchresultblock {
    border: 1px #EEEEEE solid;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}
.position-relative{
    position:relative;
}
.selewidth{
    width:90%;
}
.opp{
    padding: 3px 10px;
    border: 1px solid #ced4da;
}
.font-11 {
    font-size: 11px!important;
}
.right {
    float: right !important;
}
.indigo-text {
    color: #3f51b5 !important;
}
.m0 {
    margin: 0px!important;
}
.font-12 {
    font-size: 12px!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-15 {
    font-size: 15px!important;
}
.bold6 {
    font-weight: 600 !important;
}
.black-text {
    color: #000000 !important;
}
.grey-text {
    color: #9e9e9e !important;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
.pl0 {
    padding-left: 0px!important;
}
.border_top_lightgrey {
    border-top: 1px solid #EEEEEE;
}
.border_bottom_lightgrey {
    border-bottom: solid 1px #EEEEEE;
}
.pr0 {
    padding-right: 0px!important;
}
.border_right_lightgrey {
    border-right: 1px solid #EEEEEE;
}
.blue-text.text-lighten-1 {
    color: #42A5F5 !important;
    background-color: transparent!important;
}
.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.display_divider {
    background-color: #EEEEEE!important;
}
.width20 {
    width: 20%!important;
}
.mb1 {
    margin-bottom: 1px!important;
}
.left {
    float: left !important;
}
.width25 {
    width: 25%!important;
}
.width27 {
    width: 27%!important;
}
.width28 {
    width: 28%!important;
}
.width72{
    width: 72%!important;
}
.mb0 {
    margin-bottom: 0px!important;
}
.additional_tax_Per {
    width: 98%!important;
}
.pt2 {
    padding-top: 2px!important;
}
/* input css start*/
.date-wrapper{
    position: relative;
    width: 55%;
}
.date-wrapper input{
    border-radius: 5px;
}
.datebg{
    width: 32px;
    height: 32px;
    border-right: 1px solid #ced4da;
    position: absolute;
    right: 40px;
    top: 1px;
}
input{
    /* height: 32px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: ; */
}
.uneditable-input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    color: #282323;
    font-size: 13px;
    line-height: 15px;
    min-height: 32px;
    height: 32px;
    outline: 0 none;
    padding-left: 6px !important;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    /* box-shadow: 0 0 0px rgba(0, 0, 0, .3); */
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
}
.form-control:focus {
    border: 1px solid #ced4da !important;
}
/* input css start*/
.bdyBrdr{
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
/* Meet CSS */
.tablestructure table.dataTable thead th {
    padding: 10px 1px !important;
    color: #111 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-bottom: 2px solid #DBDBDD !important;
}
.tablestructure table.dataTable tbody tr td{
    padding: 5px 10px!important;
    font-size: 14px!important;
    font-weight: 400 !important;
}
.tablestructure table.dataTable tfoot tr td{
    border-top: 2px solid #DBDBDD !important;
    color: #111 !important;
}
.downloadButton:hover, .downloadButton:focus, .downloadButton:active{
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #007AFF!important;
    color: #D6E6FC;
}
/* for download button */
@media screen and (max-width: 640px){
    div.dt-buttons {
        float: right !important;
        text-align: center;
    }
}
/* end */
/* End CSS*/
/* login page css */
.theerphublogo {
    width: auto;
    height: 70px;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 20px;
}
.logotaxtslogan {
    /* color: #505458 !important; */
    color: #ababab;
    font-weight: 500 !important;
    position: relative !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
}
.projecttitle {
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
}
.pdsmmob {
    padding-bottom: 20px;
}
.cardbdy {
    padding: 16px !important;
}
.Brandinglogo{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* End css */

.select2-search input{
    margin-top: 5px !important;
    border-radius: 5px !important;
}
.logoheading .LogoappName{
    margin-top: -5px;
    color:#111;
    font-size: 12px;
    line-height: 1;
    float: right;
    font-weight: 500;
}
.longWord {
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
/* for edit and add button css */
.addIcon{
    background-color: #3FDA59;
}
.editIcon{
    background-color: #f7c041;
}
.btnadd_aeorder.editIcon:hover, .btnadd_aeorder.editIcon:focus{
    background-color: #fff;
    color: #f7c041 !important;
}
.btnadd_aeorder.addIcon:hover, .btnadd_aeorder.addIcon:focus{
    background-color: #fff;
    color: #3FDA59 !important;
}
/* End for edit and add button css */
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 0 0 / 1%) !important;
}
/* Common Css */
.form-control{
    font-size: 14px !important;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background: #C7C7C7;
}
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #C7C7C7;
}
.colorheader{
    background-color: #00a4d6;
    color: #fff;
}
.w-80{
    width: 80%;
}
.popupBgshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.darkPinkbg{
    background-color: #FF2F76;
}
.darkPinkcolor{
    color: #FF2F76;
}
/* End Common Css */
/* Widget Css */
.currentProject {
    padding: 1.2rem;
    border: 0px;
    box-shadow: 0 0 13px 0 rgb(236 236 241 / 90%);
}
.currentProject .card-body{
padding: 1rem 1.25rem;
}
.currentProject .noOfProject {
    font-weight: 600;
    font-size: 32.5px;
    color: rgb(24, 28, 50);
    line-height: 48.75px;
}
.currentProject .nameOfProject {
    font-weight: 500;
    font-size: 16.25px;
    color: rgb(181, 181, 195);
    line-height: 24.375px;
    margin-bottom: 1.7rem;
}
.active .border,.completed .border {
    width: 10px;
    height: 6px;
    border-radius: 6px;
}
.detailsOfCurrentProject .text {
    font-weight: 500;
    font-size: 13.975px;
    color: rgb(181, 181, 195);
    line-height: 20.9625px;
}
.detailsOfCurrentProject .no {
    font-weight: 600;
    font-size: 13.975px;
    color: rgb(94, 98, 120);
    line-height: 20.9625px;
    margin-left: 15px;
}
.jqstooltip{
    height: 22px !important;
    width: fit-content !important;
}
/* End Widget Css */



/* chart css*/
button.dt-button, div.dt-button, a.dt-button{
    background-image:none!important;
    border: none !important;
    background-color: transparent !important;   
    padding: 2px 5px !important;
    color: #5e5e5e !important;
}
input[type=search]:not(.browser-default){
    width: 65% !important;
    margin-left: 4px !important;
    margin-bottom: 10px !important;
    color: black !important;
    padding-left: 5px !important;
    height: 26px !important;
    min-height: 26px !important;
}
div.dt-buttons {
    float: right !important;
}
.dataTables_wrapper .dataTables_filter{
    float: left !important;
    text-align: left !important;
}
.DashboardWidgetLabel {
    color: #e9e9e9;
}
.borderRadius-10{
    border-radius: 10px;
}
/* Start Css For Select2 */
.select2-container .select2-choice {
    height:32px !important;
    border-radius:9px !important;
    padding: 2px 12px !important;
    font-size:14px !important;
    font-weight:500;
    color: #000 !important;
    border: 1px solid #c1b8b8 !important;
}
.select2-container .select2-choice:hover{
    background:#e3e3e3;
}
.select2-container .select2-choice .select2-arrow b:before{
    font-size: 13px !important;
    top: 2px;
    right: 3px;
}
.select2-container .select2-choice .select2-arrow {
    right: 6px;
    border-left:0 !important;
    margin-right:0px !important;
}
.select2-results li{
    padding: 6px !important;
}
.select2-results .select2-highlighted {
    background: #e3e3e3 !important;
}
.select2-result-label{
    color:#1f1f1f !important;
}
.select2-container-active .select2-choice{
    background:#fff;
}
.select2-container.select2-container-disabled .select2-choice {
    background: white !important;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background: white !important;
}
.select2-results .select2-result-label {
    font-size: 14px !important;
}
.select2-container a span {
    color: #626262 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.select2-results{
    padding:0px !important;
    margin:0 !important;
    margin-right:0 !important;
    border-radius: 0 !important;
}
.select2-container .select2-choice > .select2-chosen {
    padding-top: 0px;
}
.select2-drop-active {
    margin-top:2px !important;
    border-radius:5px;
    box-shadow:
            0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12), 0 2px 6px 2px rgba(60,64,67,.15);
}
.select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active{
    width:auto !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
    border-radius: 9px;
}

/* End Css For Select2 */

.font-weight-bold{
    font-weight: bold;
    color: #626262;
    font-size: 1rem;
}
.text-red{
    color: red;
}

.cursorPointer{
    cursor: pointer;
}

.colorList div{
    display: inline-flex !important;
    height: 13px !important;
    width: 13px !important;
}

.colorListSuccesss{
    background-color: #008000;
    height: 13px ;
    width: 13px ;
}

.colorListFailed {
    background-color: #ffa500;
    height: 13px;
    width: 13px;
}

.colorListWrong {
    background-color: #ff0000;
    height: 13px;
    width: 13px;
}
#dt_NewOrders th {
    color: #626262;
}
.proformaBg{
    background:#f1dde4;
}
.proformaunderClr{
    background:#a02759ab;
}
.ordrdateproformaClr{
    color:#a02759ab ;
}
.creordrdateproformaClr{
    color:#a07527ab;
}
.creditniteBg{
    background:#f1eddd;
}