@import url('font-awesome.min.css');
@import url('glyphicon.css');

body {
}

    body.bodyBg {
        background-color: #e9ecff;
    }

.auto {
    margin: auto;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-1 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

table.tbl {
    display: table;
}

.TopLink a {
    font-size: 13px;
    font-family: Verdana, Tahoma;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #8888fd;
    padding-left: 10px;
    padding-right: 10px;
}

    .TopLink a:first-child {
        border-left: 0;
    }

    .TopLink a:hover, .TopLink a:focus {
        font-size: 13px;
        font-family: Verdana, Tahoma;
        color: aqua;
        font-weight: bold;
    }

.mainD {
    border: 1px solid #c4c4c4;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
    padding-bottom: 15px;
}

div, input {
    box-sizing: border-box;
}

    input[type="text"], input[type="password"] {
        border: 1px solid #c4c4c4;
        padding: 5px 3px;
    }

.MidHead {
    padding: 5px;
    color: white !important;
}

.bold {
    font-weight: bold;
}

.sponlyMo {
    display: none;
}

.sponlyMobile {
    display: none;
}

.newLinkktd a {
    margin-right: 20px;
    float: left;
    margin-top: 5px;
}

.newLinkktd div {
    margin: auto;
    width: 98%;
}

.fln {
    float: left;
}

.mobilelinkis {
    float: right;
    width: auto;
}

.SevenIn {
    width: 7in;
    border: #000000 1px double;
    border-bottom: #000000 1px double;
}

#DvwUserDetail {
    width: 80%;
}

.TABLE1-1 td span {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    margin-top: 5px;
}

.imLoader {
    float: right;
}

.tdborder1 td {
    border: 1px solid #c4c4c4;
}

.mobileMenuIcon, div.mobilelogo {
    display: none;
}

.forLg {
}

.visible-xs {
    display: none;
}

.loginSp {
    padding-top: 10px;
    border-top-color: #999 !important;
}

.borderSpacing {
    border-spacing: 0;
}

.width100 {
    width: 100%;
}

.visible-xs-tr {
    display: none;
}

@media screen and (max-width:992px) {
    .spSpanDiv select {
        width: 68%;
        margin: 5px 0;
    }

    .borderSpacing {
        border-spacing: 0;
    }

    [id*="Valid"] {
        color: red;
    }

    body {
        /*padding-top: 104px;*/
        background-color: #f1f1f1;
    }

    .lglogo {
        display: none;
    }

    .header .forMobile span {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 10px;
        text-align: left;
        color: indigo;
    }

    .spSpan-xs {
        display: inline-block;
        width: 30%;
        text-align: left;
        float: left;
        margin-top: 5px;
    }
    /*Menu CSS*/
    div.mobilelogo {
        display: block;
        float: left;
        width: 100%;
    }

    .header div.mobilelogo {
        display: inline-block;
        width: auto;
    }

    td.TopLink {
        padding-left: 10px !important;
        color: black;
    }

    .header .mobileMenuIcon.toggle-btnSp {
        display: flex;
        float: right;
    }

    div.header#hdr span {
        float: left;
        margin-left: 0px;
        margin-right: 0;
    }

    .toggle-btnSp {
        display: flex;
        /*background-color: #000;*/
        position: relative;
        min-height: 50px;
        z-index: 1000;
        justify-content: flex-end;
    }

    .mobileMenu, .forMobile {
        color: #fff;
        background-color: #fff;
        padding-left: 30px;
        padding-right: 15px;
        border-color: #ebebeb;
        position: fixed;
        z-index: 100;
        top: -56px;
        left: 0;
        width: 240px;
        padding: 105px 0px 81px 0px;
        bottom: -56px;
        box-shadow: none;
        overflow-x: hidden;
        border: 0px !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-110%);
        border-right: 1px solid #ebebeb;
        transition: 0.32s all cubic-bezier(1, 0.54, 0.15, 0.86);
        /*background-color: #000;*/
    }

        .mobileMenu.in, .forMobile.in {
            transform: translateX(0);
        }

    .navbar-toggle {
        position: relative;
        padding: 9px 10px;
        margin-right: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-left: 0px;
        margin-right: 0px;
        border: 0px !important;
        margin-top: 0px;
        margin-bottom: 0px;
        z-index: 1000;
        float: right;
    }

        .navbar-toggle:focus {
            outline: none;
        }

        .navbar-toggle span {
            position: relative;
            display: block;
            margin: auto;
            transition: .3s all ease;
        }

            .navbar-toggle span::before, .navbar-toggle span::after {
                content: "";
                position: absolute;
                left: 0;
                top: -8px;
                transition: .3s all ease;
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
                -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform;
            }

            .navbar-toggle span:after {
                top: 8px;
            }

            .navbar-toggle span:after, .navbar-toggle span:before, .navbar-toggle span {
                width: 24px;
                height: 4px;
                background-color: #212121;
                background-color: #fff;
                backface-visibility: hidden;
                border-radius: 0;
            }

        .navbar-toggle.sxxn span {
            transition: background .3s 0s ease;
            background: transparent !important;
        }

            .navbar-toggle.sxxn span::before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .navbar-toggle.sxxn span::before, .navbar-toggle.sxxn span::after {
                top: 0;
                -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
            }



            .navbar-toggle.sxxn span:before, .navbar-toggle.sxxn span:before, .navbar-toggle.sxxn span:before, .navbar-toggle.sxxn span:before, .navbar-toggle.sxxn span:before {
                -webkit-transform: rotate3d(0, 0, 1, -40deg);
                transform: rotate3d(0, 0, 1, -40deg);
            }

            .navbar-toggle.sxxn span:after, .navbar-toggle.sxxn span:after, .navbar-toggle.sxxn span:after, .navbar-toggle.sxxn span:after, .navbar-toggle.sxxn span:after {
                -webkit-transform: rotate3d(0, 0, 1, 40deg);
                transform: rotate3d(0, 0, 1, 40deg);
            }

    .navbar-default .navbar-toggle span {
        background-color: #363636;
        background-color: #fff;
        height: 4px;
        width: 24px;
    }
    /*Menu CSS*/
    .SevenIn {
        width: 100%;
        border: 0;
    }

    .BC-table {
        border-collapse: collapse;
    }

    .borderSpace {
        border-spacing: 0;
    }

    .TableBorder {
        border: 0;
    }

    body.mobileBody.addheaderN {
        padding-top: 60px;
    }

    #DvwUserDetail {
        width: 100%;
    }

    .maxHeightmobile-font {
        font-size: 12px;
    }

    .header#hdr a {
        color: black;
        display: block;
        text-align: left;
        border: 0;
        border-bottom: 1px dashed #c4c4c4;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 500;
    }

    .navbar, .header#hdr {
        position: fixed;
        z-index: 1002;
        top: 0;
        right: 0;
        left: 0;
        background-color: #000066;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    #hdr {
        /*min-height:50px;*/
    }

    [action='Default.aspx'] table.defaultCll {
        margin-top: -104px;
    }

    [action='Default.aspx'] div.navbar {
        position: relative;
    }

    .padT-5 {
        padding-top: 5px;
    }

    .fl-m {
        float: left !important;
    }

    .fr-m {
        float: right;
    }

    .col-xs-100 {
        width: 100%;
    }

    .W-59 {
        width: 59%;
    }

    .col-9 {
        width: 90%;
    }

    .col-xs-20 {
        width: 20%;
    }

    .col-xs-78 {
        width: 78%;
    }

        .col-xs-78 select {
            width: 75% !important;
        }

    .visible-xs {
        display: block;
    }

    .mainD {
        border-radius: 10px;
    }

    table.tbllog {
        margin-left: 5%;
        margin-right: 5%;
    }

    .tbllog td {
        padding-bottom: 5px;
    }

    .loginSp {
        border-top: 1px solid #c4c4c4 !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-top: 10px;
    }

    .tbllog td, /*tr.toplinks-new td,*/ table.MainLink td {
        float: left;
        width: 100%;
    }

    table.MainLink td {
        box-sizing: border-box;
    }

    table.MainLink td {
        border-bottom: 1px dashed #c4c4c4;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    tr.toplinks-new td table td {
        float: left;
        width: 100%;
        /*padding-left: 10px;*/
        border-bottom: 1px dashed #c4c4c4;
        padding: 5px 10px;
        box-sizing: border-box;
        height: auto !important;
        text-align: left !important;
        padding-bottom: 10px;
        margin-top: 10px;
        padding-top: 0;
    }

        tr.toplinks-new td table td a {
            border-right: 0px solid #c4c4c4;
            padding-right: 10px;
            color: black;
            width: 100%;
            display: block;
        }

        tr.toplinks-new td table td span[id*="LblLoginName"] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            padding-top: 15px;
        }

    .toplinks-new td.TopLink {
        width: 100%;
    }

    div.MidHead, .spRight td.spWidth-td, table.spmain-td td.spWidth-td, [action='SoftSale.aspx'] div.MidHead mainDT, table.mainDT td, table.mainDT input[type='text'], table.mainDT select, table.mainDT textarea, table.table50 td input[type="text"], table.table50 td select, table.table50 td textarea, table.spmain-td td input[type='text'], table.spmain-td td select, td.spRight input[type='text'], td.spRight select,
    table.table50 td input[type="date"] {
        width: 100% !important;
        margin-bottom: 2px;
    }

    .visible-lg {
        display: none;
    }

    table.mainDT td {
        float: left;
        padding: 5px !important;
        height: auto !important;
        text-align: left !important;
        box-sizing: border-box;
    }
    /*[action='softSale.aspx'] table.mainDT td table td{
     
    padding:5px 5px 5px 0px !important;
    
        }*/
    table.mainDT input[type='text'], table.mainDT select, table.mainDT textarea, table.table50 td input[type="text"], table.table50 td select, table.table50 td textarea {
        box-sizing: border-box;
    }

    .tbllog td.sptd1 {
        width: 50px;
    }

    .tbllog td.sptd2 {
        width: 70%;
    }

    table.MainLink {
        empty-cells: hide;
    }

        table.MainLink td:empty, table.mainDT td:empty, .TABLE1-1 td:empty {
            display: none;
        }

    [id*="TxtSaleDate"], [id*="ddlPOS"], [id*="txtGstinNo"], [id*="txtRound"], [id*="Txtprice"], [id*="TxtRemark"], .Label19 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sponlyMo {
        float: left;
        width: 100%;
        display: block;
        height: 5px;
    }

    .newLinkktd div {
        width: 96%;
    }

    .sptr1, .sptr2, table.tblOtherSwUser tr {
        float: left;
        width: 45%;
    }

    table.tblOtherSwUser {
        margin-top: 10px;
    }

        .sptr2, table.tblOtherSwUser tr:last-child {
            width: 55%;
        }

    table.mainDT tr.sptr1 td, table.mainDT tr.sptr2 td, table.mainDT table.tblOtherSwUser td {
        height: 40px !important;
    }

    .pnlMultiBill {
        overflow-x: auto;
    }

    /*[action='changePassword.aspx']*/ span[id*="LblExDu"], span.amountLabel, span.logedin {
        /*position: absolute;
        right: 5px;
        top: 5px;
        margin: 0;*/
        color: black !important;
        font-size: 8pt;
        font-family: Verdana, Tahoma;
        font-weight: bold;
        float: left;
    }

    span.logedin {
        top: 25px;
        background-color: #000066;
    }

    table.mainDT td.spleft12 {
        padding-left: 12px !important;
    }

    table[id*="DGrid"] td, table[id*="GrdReceipt"] td, table[id*="gvList"] td {
        width: auto !important;
        float: none !important;
    }

    .spoverFlow {
        overflow: auto;
        width: 100%;
    }

    .fixedlayout, .SevenIn {
        table-layout: fixed;
    }

    .spInnnnn input, .spInnnnn select {
        margin: 5px 0px;
    }

    .div_leftRight_15 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    table.table50 td, table.spmain-td td, table.spmain-td td.spDiv49 div {
        float: left;
        width: 49% !important;
        box-sizing: border-box;
        height: auto !important;
    }

        table.table50 td.td100 {
            width: 100% !important;
        }

    .mar5 {
        margin-top: 5px;
    }

    #dvMsg.show {
        left: 10% !important;
        height: auto !important;
        font-size: 14px !important;
        z-index: 1000;
    }

        #dvMsg.show ul {
            line-height: normal !important;
            margin: 0;
            padding: 0;
        }

            #dvMsg.show ul li {
                margin-bottom: 10px;
            }

    .overFlow1 {
        overflow: auto;
    }

    .mobilelinkis {
        float: left;
        width: 100%;
        text-align: left;
    }

    div.mobilelinkis a {
        margin-top: 5px;
    }

    .headingTop {
        width: 100%;
    }

    .spLeft, .spRight {
        width: 100%;
        float: left;
    }

    .nodisplay-xs {
        display: none;
    }

    .spRight td {
        width: 50% !important;
        float: left;
    }

        .spRight td:empty {
            display: none;
        }

    .spmain-td, .spRight {
        font-size: 13px;
    }

    .userProfile1 {
        max-width: 210px;
        max-height: unset;
        margin-left: 0;
        overflow: hidden;
    }

    .header img {
        margin-left: 1%;
    }

    .spbutton input[type='button'] {
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #000;
        color: black;
        vertical-align: middle;
    }

    .spbutton .headingTop {
        background-color: transparent;
        color: black;
        text-align: left;
    }

    .blockElement {
        display: block;
    }

    .col-xs-12 {
        width: 100%;
        float: left;
    }

    .listTd td {
    }

    .dvList1, .TABLE1-1 td, .TABLE1-2 td {
        width: 100% !important;
    }

    tr.spTr-td-fl td, .depositList td, .TABLE1-1 td, .TABLE1-2 td, .TABLE1-3 td {
        float: left;
    }

    .TABLE1-1 td, .TABLE1-2 td {
        height: auto !important;
        margin-bottom: 5px;
    }

        .TABLE1-1 td span, .TABLE1-2 td span {
            width: 40%;
            float: left;
            margin-top: 5px;
        }

        .TABLE1-1 td input[type="text"], .TABLE1-1 td select, .TABLE1-2 td input[type="text"], .TABLE1-2 td select {
            width: 60%;
        }

        .TABLE1-2 td select {
            margin-bottom: 5px;
        }

    tr.spTr-td-fl td select, tr.spTr-td-fl td input {
        margin: 3px 0;
    }

    .sp50 td {
        float: left;
    }

    .depositList td, .sp50 td {
        width: 50% !important;
        box-sizing: border-box;
        margin-bottom: 3px;
    }

        .sp50 td.w100 {
            width: 100% !important;
        }

    .imgWait {
        position: absolute;
    }

    .dvBulk {
        top: 150px !important;
        right: 15% !important;
        left: 15% !important;
        border: 1px solid #000066;
        padding: 10px;
        width: 70% !important;
    }

    .imLoader {
        position: absolute;
        right: 10px;
    }

    div {
        position: relative;
    }

    .marB5 {
        margin-bottom: 5px;
    }

    .spbtn-td {
        margin-top: 5px;
        padding-top: 10px;
        border-top: 1px solid #c4c4c4;
        text-align: center;
    }

    i.spbtn-td {
        display: block;
    }

    .sp-td-bor {
        padding: 10px;
    }

        .sp-td-bor td {
            border: 1px solid #c4c4c4;
        }

    .sp50 td [id*="ddlExeStatus"] {
        float: right;
        width: 45%;
        margin-right: 5%;
        margin-bottom: 5px;
    }

    .tdEmp td:empty {
        display: none;
    }

    .disBlock-in {
        display: inline-block;
        margin-top: 5px;
    }

    .w8-xs {
        width: 100% !important;
    }

    .cSn-sp .cSN {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

    .spinp-b5 input {
        margin-bottom: 5px;
    }

    input.br {
        position: absolute;
    }

    .tC-m {
        text-align: center;
    }

    .w49 {
        width: 49%;
    }

    .spLink-m {
        display: inline-block;
        padding: 3px;
        border: 1px solid blue;
    }

    .dvA.dvA-m {
        left: 1%;
        width: 92%;
        min-width: 50%;
    }

        .dvA.dvA-m table.tbl {
            display: table;
        }

    .table50.table50-1 {
        border: 0px !important;
    }

        .table50.table50-1 td {
            border: 0 !important;
        }

        .table50.table50-1 td {
            min-height: 30px;
        }

    .border-m {
        border: 1px solid #c4c4c4;
    }

    table.table50 td .spTab-td td, table.table50 td.spWidthN {
        width: auto !important;
    }

    .spuserDetail #userDetail td[rowspan="6"] {
        display: none;
    }

    .slick-viewport {
        overflow: scroll !important;
    }

    td.mbpad, div.mbpad {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponlyMobile {
        width: 100%;
        display: block;
        height: 5px;
    }

    .dvHA, .dvHAp, .dvA {
        width: 100% !important;
        left: 0 !important;
        min-width: 100% !important;
        margin: 0 !important;
    }

    .spMidHead {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mbleftLabel span {
        float: left;
    }

    .combo-in-mobile select {
        top: 25px !important;
        left: 0px !important;
    }

    .divAddress-mobile {
        left: 0 !important;
        min-width: unset !important;
        width: 100% !important;
        margin: 0px !important;
    }

    .alink-t_b_space {
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .spSpanformbile {
        position: absolute;
        left: 10px;
        margin-top: 5px;
    }

    div.dv.dvMobile {
        height: auto;
    }

    table.mobile-display-table {
        display: table;
    }

    .mobile-scroll {
        overflow-x: auto;
        width: 100%;
        border-right: 1px solid #c4c4c4;
        margin-top: 10px;
    }

    table.wi100 {
        width: 100%;
    }

    table.th_headN {
        background-color: gainsboro;
        color: black;
        border: 1px solid #ccc;
    }

    td.backButton {
        border: 0 !important;
        padding: 0 !important;
    }

    .backButton a, .backLink {
        position: absolute;
        top: 70px;
        left: 10px;
        border: 0px dashed #c4c4c4 !important;
        padding: 5px !important;
        margin: 0 !important;
        color: black !important;
    }

    table.th_headN td {
        position: relative;
    }
    /*table.th_headN td::after {
        display:inline-block;
        position:absolute;
        content:':';
        color:black;
        right:0;

        }*/
    .empty-cell {
        empty-cells: hide;
    }

    .inSel select, .inSel input {
        margin: 5px 0;
    }

    #CPH_RadioButtonList2 {
        display: inline-block;
        width: 244px;
    }

    .visible-xs-tr {
        display: table-row;
    }

    .visible-lg-tr, .visible-lg-td {
        display: none;
    }

    .hidetd {
        display: none;
    }

        .hidetd.show {
            display: table-cell;
        }

    .fontbold {
        font-weight: bold;
    }

    .table50.table100 td {
        width: 100% !important;
    }

    td.fl_w100 {
        width: 100% !important;
        float: left;
    }

    input[type='submit'], input[type='button'] {
        background: #2196f2;
        border: 0;
        color: white;
        text-transform: uppercase;
        margin-top: 5px;
        padding: 10px 15px;
        border-radius: 3px;
        transition: background-color 1s;
    }

        input[type='submit']:hover {
            background: #0d80d9;
        }

    table.table50 td div.tdDiv50 select {
        float: right;
        width: 49% !important;
        margin-right: 2%;
    }

    .tdDiv50 {
        margin-top: 5px;
    }

    table.table50 td div.dateTimeDiv {
        padding: 5px 0 0 5px;
    }

        table.table50 td div.dateTimeDiv input {
            width: 90px !important;
        }
}

.linkMB a {
    border: 1px dashed blue;
    display: inline-block;
    padding: 3px 5px;
    margin: 3px;
}

input[type='image'] {
    width: auto !important;
    vertical-align: middle;
}

input[type="radio"] {
    margin-top: 0;
    vertical-align: bottom;
}

input[type="checkbox"] {
    margin-top: 0;
    vertical-align: sub;
}

@media screen and (max-width:992px) {
    table.mainDT input[type='text'], table.mainDT select, table.mainDT textarea, table.table50 td input[type="text"], table.table50 td select, table.table50 td textarea {
        border: 1px solid #BABABA;
        padding: 4px;
    }

    .mobileGrid_box {
        width: 100% !important;
        overflow: auto;
    }

    .table100_w {
        width: 100% !important;
    }

    .mobileTabbing {
        border-bottom: 2px solid #c4c4c4;
    }

        .mobileTabbing a {
            display: inline-block;
            padding: 10px 5px;
            text-transform: uppercase;
        }

    table.table50 .dateTimeTd input[type="text"] {
        width: 100px !important;
    }

    table.table50 .radionButtonlist td {
        padding: 8px 0 !important;
    }

    table.table50.table100 td.td50 {
        width: 49% !important;
    }

    .btnIwidth_auto input {
        width: auto !important;
    }

    .tL-m {
        text-align: left !important;
    }

    .tR-m {
        text-align: right !important;
    }

    .overflowGrid {
        overflow: auto;
        width: 100%;
    }

        .overflowGrid table {
            width: 200% !important;
            min-width: 1024px;
        }

    tr.m_fl {
        float: left;
    }

        tr.m_fl.m_fr {
            float: right;
        }

        tr.m_fl.tr49 {
            width: 49% !important;
        }

            tr.m_fl.tr49 td {
                min-height: 29px !important;
            }

            tr.m_fl.tr49.input td {
                min-height: unset !important;
            }

    table.table50 .fNoneW td {
        width: auto !important;
        float: none !important;
    }

    .mobileMenu.in, .forMobile.in {
        z-index: 1001;
        box-shadow: 0px 0 20px 0 #555;
    }

    td.tdFl {
        float: left;
        width: 100% !important;
        box-sizing: border-box;
    }

    th {
        color: black;
        background-color: #e1e1e1;
        text-align: center;
    }

    input[type='submit'], input[type='button'] {
        width: 100% !important;
        box-sizing: border-box;
        background-color: #3E60AB;
        border-radius: 20px;
        margin-bottom: 5px;
    }

    .MidHead {
        background-color: #fff;
        color: darkblue;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        border: 0;
        margin-bottom: 10px !important;
        padding: 10px 5px;
    }

    .tdFl input, .tdFl select {
        width: 100% !important;
    }

    .MidHead.noBoxShadow {
        box-shadow: none;
    }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
    html.mobileDeviceOnly {
        /*transform: rotate(-90deg);
transform-origin: left top;
width: 100vh;
overflow-x: hidden;
position: absolute;
top: 100%;
left: 0;*/
    }
}

input.imgSub {
    border: 0;
    background: url(../Image/submit.gif);
    width: 100px;
    height: 26px;
    text-indent: -150px;
}

input.imgSub, input[type="button"], input[type="submit"], a {
    cursor: pointer;
}

.TopLink .backLink {
    width: auto !important;
    color: aqua;
}

@media screen and (max-width: 992px) {
    input.imgSub {
        border: 0;
        background-image: none;
        height: auto;
        text-indent: 0;
        background-color: #3E60AB;
    }

    .mobileMenu table {
        width: 100%;
        border-collapse: collapse;
    }

        .mobileMenu table td {
            padding: 0 !important;
            margin-top: 0 !important;
        }

        .mobileMenu table a {
            width: 100%;
            border-left: 0;
            padding: 10px;
            border-bottom: 1px dashed #c4c4c4;
            box-sizing: border-box;
        }

    .backLink {
        width: auto !important;
        color: aqua;
    }

    tr.toplinks-new td table td span[id*="LblLoginName"], .TopLink span {
        padding: 10px;
        color: indigo !important;
    }
}

html.mobileDeviceOnly .divBoxScroll {
    max-height: unset;
    overflow-y: auto;
}

.labelCo div {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

    .labelCo div span {
        width: 100%;
    }

        .labelCo div span select, .labelCo div span input[type="text"] {
            /*width:100%;*/
        }

.sphea {
    min-height: 46px;
}

.bg-secondary {
    background: linear-gradient(#ffffff, #cccccc);
}

    .bg-secondary i {
        cursor: pointer;
        font-size: 24px;
        margin-left: 10px;
    }

.listCard .card {
    /*min-height: 370px;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 13px 0px #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .listCard .card .card-body {
        min-height: 270px;
    }

.listCard .card-header {
    line-height: normal;
}

[title="Update"] {
    color: green;
}

.searchBox {
    position: relative;
    display: flex;
    align-items: center;
}

    .searchBox i {
        position: absolute;
        left: 10px;
    }

    .searchBox input[type="text"] {
        padding-left: 30px;
        min-width: 250px;
    }

.togglediv i {
    margin-left: 0;
    margin-right: 5px;
}

.listCard .card .card-header.bg-secondary {
    cursor: pointer;
}

.listCard .card .card-header[aria-expanded="true"] .fa-plus-square:before {
    content: "\f147";
    font-size: 26px;
}

@media screen and (max-width:767px) {
    .syTable {
        min-width: 767px;
    }
}

.syTableH {
    max-height: calc(100vh - 200px);
}
/*Pagination*/
.pagination {
    margin: 20px 0;
    justify-content:flex-end;
}

    .pagination ul {
        display: inline-block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination ul {
        padding: 0;
        margin: 0 0 10px 0px;
    }

        .pagination ul > li {
            display: inline;
        }

    .pagination li {
        line-height: 20px;
    }

    .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
        border-left-width: 1px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .pagination ul > li > a, .pagination ul > li > span {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-left-width: 0;
    }
/*Pagination*/

.btn:hover {
font-size:1em !important;
font-weight:normal !important
}
.p-2.pl-0 {
padding-left:0!important;
}
.divB-right div span{
    display:inline-block;
    padding:2px 3px;
    border:1px solid #ccc;
    margin-bottom:0px;
    background-color:#fff;
}
.divB-right div:last-child span {
 
}
.listCard .card .card-header.bg-secondary .collapse.show {
    display: flex;
}
@media screen and (max-width:992px){
div.MidHead {
color:darkblue !important;
}}
.boxDiv-dashed {
    display:flex;
    flex-wrap:wrap;
}
    .boxDiv-dashed div {
    border:1px solid rgba(0,0,0,.1);
    width:33.333%;
    padding:5px;
    }
.spcol .col-2{
    flex-wrap:wrap;
    display:flex;
    max-width:11.666667%;
    padding:0;
    align-content:space-between;
    margin-bottom:10px;
     
}
    .spcol .col-2 select, .spcol .col-2 input[type="text"], .spcol .col-2 input[type="date"] {
        max-width: 99%;
        min-width: 30px;
        background-color: #ffffe6;
    }
    .spcol .col-2 input[type="date"] {
    font-size:14px;
    }
        .spcol.coldirection .col-2 {
            flex-direction: column;
            border: 1px solid #c4c4c4;
            padding: 5px;
            background-color:rgba(240,100,0,0.1);
            max-width: 13.666667%;
        }
.card1 {
    border: 1px solid rgba(0, 0, 0, .125);
    position: relative;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
@media (min-width:1200px) {
    .container.saleOrderW {
    max-width:1300px;
    }
}
.col-bor div[class^="col-"] {
    border: 1px solid rgba(0,0,0,.1);
    background-color: #e6e6ff;
}
@media screen and (max-width:992px) {
    .align-items-normal {
    align-items:normal;
    }
    .mb-mt1 {
    margin-bottom:0.25rem;
    margin-top:0.25rem;
    }
    .boxDiv-dashed div {
        width:100%;
    
    }
    .spanMb-1 span{
    margin-top: 0.5rem !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
 
        
    }
    .spcol.coldirection .col-2 {
    max-width:100%;
    flex-direction:row;
    }
        .spcol.coldirection .col-2 b {
        margin-left:10px;
        }
    .spcol.receiptBox .col-2 {
    max-width:100%;
    flex-wrap:nowrap;
    justify-content:space-between;
    }
        .spcol.receiptBox .col-2 select, .spcol.receiptBox .col-2 input{
           max-width:50%;
        }
    .btn.del-mT-Mb {
    margin-top:0.5rem !important;
    margin-bottom:0.5rem !important;
    }
}
.mobileBody .mbl-0 .ml-2{
    margin-left: 0 !important;
}
body.mobileBody.addheaderN .card1 {
    margin-top:1rem !important;
}