@media (min-width: 481px) and (max-width: 769px) {
    /*-- Login Page --*/
    .loginouterbox {
        width: 100%;
        height: 100%;
        padding: 0;
        76 margin: 0;
        background: url(../images/bg1.jpg) no-repeat center center fixed;
        background-size: 100% 100%;
        position: absolute;
        z-index: 1;
    }

    .welcomtext {
        width: 70%;
        height: auto;
        padding: 0;
        margin: 3% auto 0 auto;
        float: none;
        font-size: 27px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        font-weight: bold;
        text-shadow: 0px 5px 5px #000;
    }

    .loginpanel {
        width: 80%;
        height: auto;
        padding: 0;
        margin: 5% auto 0 auto;
        float: none;
        background: rgba(159,205,0,0.95);
        border-radius: 20px;
        overflow: hidden;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    /*-- Login Page --*/
    .loginouterbox {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url(../images/bg1.jpg) no-repeat center center none;
        background-size: 200% 100%;
        position: relative;
        z-index: 1;
    }

    .welcomtext {
        width: 90%;
        height: auto;
        padding: 15px 0 0 0;
        margin: 0 auto;
        float: none;
        font-size: 22px;
        text-align: center;
        color: #fff;
        line-height: 35px;
        font-weight: bold;
        text-shadow: 0px 5px 5px #000;
    }

    .loginpanel {
        width: 80%;
        height: auto;
        padding: 0;
        margin: 5% auto 0 auto;
        float: none;
        background: rgba(159,205,0,0.95);
        border-radius: 20px;
        overflow: hidden;
    }

    .loginlogoBox {
        width: 90%;
        height: auto;
        padding: 10px 5%;
        margin: 0;
        background: #fff;
        float: none;
    }

    .loginlogo {
        width: 40%;
        height: auto;
        padding: 0;
        margin: 10px auto 10px auto;
        text-align: center;
    }

    .logoname {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 3px 0;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 25px;
        text-align: center;
    }

    .loginbox {
        width: 90%;
        height: auto;
        padding: 0 5%;
        margin: 0;
        float: none;
    }

    .loginHeading {
        width: 90%;
        height: auto;
        padding: 0 0 10px 0;
        margin: 15px auto 0 auto;
        border-bottom: solid 1px #b4dd28;
        font-size: 25px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .loginformBox {
        width: 90%;
        height: auto;
        padding: 10px 5% 15px 5%;
        margin: 0;
    }

    .loginformrow {
        width: 95%;
        height: auto;
        padding: 10px 2.5%;
        margin: 0;
    }

    .loginnote {
        width: 100%;
        height: auto;
        padding: 15px 0 0 0;
        margin: 10px 0 5px 0;
        text-align: center;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        border-top: solid 1px #b4dd28;
    }

    /*-- Footer Css --*/
    .copyrightloginBox {
        width: 88%;
        height: auto;
        padding: 12px 6% 12px 6%;
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        border-top: solid 0px #999;
        color: #fff;
        position: relative;
        z-index: 2;
        bottom: 0px;
    }

    .checkbox97 .DivStyleWithScroll {
        width: 100%;
    }
}


/*new*/



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
    }

    .nav-item {
        padding-left: 1.2rem;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        font-size: 14px;
        font-weight: 500;
    }

    .dropdown .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0rem !important;
    }
}


@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    .bg-primary {
        /* background-color: #007bff!important; */
        background-image: linear-gradient(to right, #207fb7, #25aeb1);
    }

    .smenu {
        border-bottom: 3px solid #2296b4;
        color: #333;
        margin-bottom: 10px;
    }

    .navbar-dark .navbar-brand {
        color: #333;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #333;
    }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #2296b4;
        }
}

@media (min-width: 1600px) {
    ul.sub-modules li {  width: 23%;
    }
    .nav-margin {
        margin-top: 0px;
    }

    .login-bg {
        background-size: 100%;
        background-position: center bottom;
        padding: 0;
    }

    .flex-container-login {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 920px;
    }

    .erp-box {
        padding: 277px 0 0;
    }

    .nav-link {
        display: inline-block;
    }
}


@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .bidderregistration .wrap {
        width: 98%;
    }

    .textboxdate87 .textboxdate {
        width: 85% !important;
        padding: 0 10px;
    }

    .menu-resp .nav-item {
        padding-left: 0;
        padding-right: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .textboxdate {
        width: 77%;
        padding: 0 10px;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:767px) {
    .radio-form-lr tr {
        width: 100%;
        display: inline-block;
        float: none;
    }

    .input150resp .textboxlong {
        width: 150px;
    }

    .sro-table {
        margin: 0 -10px;
    }

    .panelupdate .smlbtn4 {
        display: table-cell;
    }

    .chkbox label {
        font-size: 14px;
        top: 9px;
        position: relative;
        line-height: 22px;
    }

    .sap-ro .dropdown {
        width: auto;
    }

    .sap-ro .textboxdate {
        width: 150px;
    }

    .rbv-input .textboxdate {
        width: 84%;
    }

    .search-checkbox {
        display: inline-block;
    }

    .approval-limit input {
        width: 94%;
    }

    .customized-right3 {
        text-align: left;
        margin-right: 20px;
        float: left;
    }

    textarea {
        width: 100%;
    }

    .chkbox {
        padding: 0;
    }

    h2 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.4;
    }

    h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .customized-right-show-hide .radio-form {
        float: left
    }

    .page-heading {
        font-size: 24px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    /* .login-page .container {
        max-width: 90%;
    }*/
    .flex-items-login {
        width: 90%;
        min-width: 90%;
        padding: 20px 10px;
        margin: 10px auto;
    }

    .radio-list {
        display: table;
    }

        .radio-list tr {
            display: block
        }


            .radio-list tr td {
                display: inline-block;
                border-bottom: 1px solid #ededed;
                text-align: center;
                margin: 0 auto 10px;
                width: 100%;
            }

                .radio-list tr td:last-child {
                    border-bottom: none;
                }

    .flex-items-login h3 {
        margin: 20px 0 20px;
    }

    .flex-items-login h3 {
        font-size: 24px;
        text-align: center;
        margin: 15px 0 15px;
    }

    .flex-container-modules {
        flex-wrap: inherit;
    }

        .flex-container-modules tr {
            display: block;
        }

            .flex-container-modules tr td {
                display: flex;
                float: left;
            }

    .flex-items-modules {
        width: 159px;
    }

    .container-modules {
        padding: 30px 0;
    }

    .sales-chart-btn {
        display: block;
        top: 0;
        margin: 10px auto;
    }

    .btn-full .button-common {
        padding: 12px 24px;
        color: #fff;
        margin: 5px 10px 5px 0px;
    }

    .container {
        max-width: 375px;
    }

    .container-body {
        min-width: 98%;
    }


    .content-shadow-form {
        padding: 15px;
    }

    .content-shadow {
        padding: 15px;
    }

    .login-bg {
        background-size: contain;
    }

    .erp-box h3 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .erp-box {
        text-align: center;
        padding: 0px 30px;
    }

    .hb {
        display: flex;
        justify-content: right;
        position: relative;
        right: 30px;
        top: 10px;
        background: none;
        color: #666;
        display: flow-root;
        padding: 0px 29px;
    }

    .nav-margin {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .arrowbtn .button-common {
        clear: none;
    }

    .lable-space {
        display: none;
    }

    .location-form2 {
        display: flex;
        float: right;
    }

    .logo {
    }

        .logo img {
            width: 70%;
        }

    .textbox4 {
        width: 100%;
    }

    .dropdown7, .dropdownlong {
        width: 100%;
    }

    .header-style {
        height: auto;
    }

    .dropdown8 {
        width: 100%;
    }

    .textbox6 {
        width: 100%;
    }

    .textbox5 {
        width: 100%;
    }

    .dropdown5 {
        width: 100%;
    }

    .button-common {
        margin-bottom: 10px;
    }

    .dropdown6 {
        width: 100%;
    }

    .textboxdate {
        width: 40%;
    }

    .smlbtn3 {
        float: left
    }

    .fnfilenote .form-group {
        margin-bottom: 0rem;
    }

    .textbox2 {
        width: 99%;
        /*  width: 86%;*/
    }

    .dropdown {
        width: 100%;
    }

    input {
        width: 100%;
    }

    .customized-right {
        text-align: left;
        margin-bottom: 15px;
    }

    .DivStyleWithScroll {
        width: 100%;
    }

    .lable-space2 {
        display: block;
        min-height: auto;
    }

    .search-invoice {
    }


    .erp-box h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .erp-box {
        text-align: center;
        padding: 10px 16px;
        background-color: rgb(255 255 255 / 70%);
        width: 90%;
        display: block;
        margin: 0 auto;
        border-radius: 5px;
    }

    .smenu {
        background-image: linear-gradient(to right, #207fb7, #25aeb1);
        color: #111;
        margin-bottom: 10px;
        border-radius: 3px;
    }


    .menus {
        display: block;
    }

    .print-sale-list {
        font-size: 14px;
    }

    .content-shadow {
        padding: 15px;
        margin-bottom: 40px;
    }

    .taxarea100 .DivStyleWithScroll {
        margin-left: 0;
        width: 100%;
    }

    .searchbtn {
        display: block;
        float: left;
        clear: both;
    }

    .dropdown3 {
        width: 100%;
    }

    .margin-table2 .table-responsive {
        margin-left: 0px;
    }

    .calendar-right {
        margin-right: 4px;
    }

    .smlbtn .buttonLinkBt {
        float: left;
    }

    .customized-right-show-hide {
        text-align: left;
    }

    .calendar-rt-position {
        float: right;
        margin-right: 20px;
        position: absolute;
        top: 32px;
        right: -11px;
    }

    .navbar img {
        width: 245px;
    }

    .navbar .nav-item img {
        width: auto;
    }

    header .dropdown {
        margin: 0;
    }

    .pname {
        margin-left: 0;
    }

    .sales-chart-btn {
        position: initial;
        top: 0;
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        text-align: center;
    }

    .select-location {
        background-image: none;
        background-color: #f1f1f1;
        padding: 0.8rem 2rem 1.2rem;
    }

    .radio-form input {
        margin-left: 0;
    }

    .radio-form label {
        margin-right: 10px;
        margin-top: 10px;
    }

    .rt {
        float: left;
    }

    .btns-inline {
        display: block;
        float: none;
    }

    .textboxlong {
        width: 100%;
    }

    .radio-form-inline .radio-form td {
        display: block;
    }

    .white_content-new {
        width: 95%;
        height: auto;
        overflow: auto;
        top: 10px;
        position: fixed;
        left: 2%;
        margin-top: 0;
        margin-left: 0;
    }

    .parentDisable {
        position: fixed;
        top: 0;
        background: #000;
        opacity: 0.5;
        z-index: 998;
        height: 100%;
        width: 100%;
        left: 0;
    }

    .sal-tax-textboxlong .textboxlong {
        width: 100%;
    }

    .mtr20 {
        margin-top: 20px
    }

    .search-narration-dropdown .dropdown {
        width: 100%;
    }

    .search-narration-dropdown .dropdown1 {
        width: 100%;
    }

    .required .dropdown {
        width: 100%;
    }

    .textboxmultiline {
        width: 100%;
    }

    .smlbtn4 {
        display: table-cell;
    }

    .textbox9 {
        width: 100%;
    }


    select {
        width: 100%;
    }


    .select-location {
        background-image: url(../Images/linesba.png), linear-gradient(to right, #207fb7, #25aeb1);
    }

    .select-location-inner {
        background-image: url(../Images/linesba.png), linear-gradient(to right, #207fb7, #25aeb1);
        background-color: #f1f1f1;
        background-image: none;
        margin-bottom: 15px;
    }

        .select-location-inner .page-heading {
            color: #222;
        }

        .select-location-inner .location-language label {
            color: #222;
        }

    .location-language label {
        color: #222;
        line-height: 24px;
    }

    .location-help a {
        color: #222 !important;
    }

    header .navbar {
        padding: 0.5rem 0rem;
    }

    .companyLogo {
        background-size: contain;
        height: 62px;
        left: 0;
        position: relative;
        top: 0px;
        width: 223px;
    }

    .navbar-brand {
        white-space: normal;
    }

    .companyLogo span {
        position: absolute;
        left: 71px;
        top: 11px;
        font-size: 14px;
        line-height: 21px;
    }

    .textbox1 {
        width: 100%;
    }

    .textbox8 {
        width: 100%;
    }

    .dropdown9 {
        width: 100%;
    }

    .textbox15 {
        width: 100%;
    }

    .dropdown4 {
        width: 100%;
    }

    .dropdown10 {
        width: 100%;
    }

    .dropdown2 {
        width: 100%;
    }

    .textbox15px {
        width: 30px;
    }

    .textarea {
        width: 100%;
    }

    .dropdownverylong {
        width: 100%;
    }

    .textbox7 {
        width: 100%;
    }

    .dropdown2 {
        width: 100%;
    }

    .textarea {
        width: 100%;
    }

    .dropdownveryvlong {
        width: 100%;
    }




    .bg-dark {
        border-color: #fff;
        background-image: url(../Images/linesba.png), linear-gradient(to right, #207fb7, #25aeb1);
        border-radius: 5px;
    }

    .menu-resp .navbar-brand {
        display: block;
    }

    .menu-resp .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

    .menu-resp .dropdown-item.active, .menu-resp .dropdown-item:active {
        background-color: #f0eded;
    }

    .menu-resp .dropdown-item.active, .menu-resp .dropdown-item:active {
        background-color: #e8e5e5;
    }

    .menu-resp .dropdown-item:hover, .menu-resp .dropdown-item:focus {
        background-color: #e8e5e5;
        border-radius: 5px;
    }

    .menu-resp .dropdown-submenu a::after {
        right: 10px;
        top: 1em;
    }

    .menu-resp .nav-item {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-resp .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding: 5px;
        width: 100%;
    }


    .menu-resp .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,0.9);
    }

    .menu-resp .dropdown-submenu {
        position: relative;
        background: #e8e5e5;
        border-radius: 5px;
        padding: 4px 1px;
        margin-bottom: 6px;
    }

    .container-body {
        min-height: 372px;
        padding: 40px 15px;
    }

    .navbar-dark .navbar-toggler:focus {
        border-color: #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 183, 215, 0.6);
        outline: 1px solid #207fb738;
    }

    .menu-resp .navbar-dark .navbar-toggler:focus {
        border-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 183, 215, 0.6);
        outline: 1px solid #207fb738;
    }

    .menu-resp .navbar-expand-lg .navbar-collapse {
        width: 100%;
        border-bottom: none;
    }

    .menu-resp .dropdown-submenu {
        width: 100%;
    }

    .menu-resp .navbar-expand-lg .navbar-nav .dropdown-menu ul {
        width: 98.8%;
    }

    .menu-resp .dropdown-submenu li ul li {
    }

    .menu-resp .dropdown-item {
        font-size: 13px;
        white-space: normal;
    }

    .brdcums {
        margin-top: 10px;
        line-height: 24px;
        padding: 0 0rem;
    }

    header .dropdown {
        display: block;
    }


    .item-style td {
        padding: 0.5rem;
    }

    .tenduleafcollection-input input {
        width: 100px;
    }

    .calendar-left .textboxdate {
        width: 86% !important;
        float: left;
    }

    .calendar-left input {
        width: 88%;
        float: left;
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        /*  box-shadow: 0 3px 13px rgb(0 0 0 / 15%);*/
        margin-top: 10px;
        box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
        background-color: #f7f7f7;
    }

    .calendar-rt {
        float: right;
        margin-right: 0px;
    }

    .sapf-select .dropdownlong {
        width: 160px;
    }

    .sapf-select .dropdown10 {
        min-width: 160px;
    }

    .sap-direct-purchase-select .dropdownlong {
        width: 86%;
    }

    .vehdate .textboxdate {
        width: 85%;
    }

    .radio-form table tr td {
        display: inline-block;
    }

    .box-border {
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
    }

    .input-85 input {
        width: 84%;
        margin-right: 5px;
    }

    .input-82 input {
        width: 84%;
        margin-right: 5px;
    }

    .box-border .dropdown1 {
        width: 100%;
    }

    .smlbtn3 {
        float: left;
        width: 100%;
        display: flex;
    }

    .pager-style20 .pager-style td {
        padding: 23px;
    }

    .libradio td {
        display: inline-block;
        line-height: 35px;
    }


    .libradio input[type=checkbox], .libradio input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        margin-right: 3px;
        width: 14px;
        font-family: 'Poppins', sans-serif;
        height: 20px;
        position: relative;
        top: 1px;
    }

    .liblabel {
        margin-right: 20px;
        clear: both;
        width: 35%;
    }

    .libradio {
        width: 100%;
        display: inline-block
    }

    .lib-book .textboxdate {
        width: 115px;
        padding: 0 10px;
    }

    .lib-book .textbox4 {
        width: 150px;
    }

    .lib-book .dropdown13 {
        width: 190px;
    }

    .lib-book-master .textboxdate {
        width: 245px;
    }

    .acct .dropdown1 {
        width: 100%;
    }

    uploadfiles {
        width: 100%;
    }

    .dropdown17 {
        width: 100%;
    }

    .listbox {
        width: 100%;
    }

    .cbv .textboxdate, .cbv .textbox5 {
        width: 150px;
    }

    .cbv select {
        width: 150px;
        margin-bottom: 15px;
    }


    .smlbtnbottom {
        display: inline-block;
    }

    .libradio td {
        display: inline-block;
        line-height: 35px;
    }


    .libradio input[type=checkbox], .libradio input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        margin-right: 3px;
        width: 14px;
        font-family: 'Poppins', sans-serif;
        height: 20px;
        position: relative;
        top: 1px;
    }

    .liblabel {
        margin-right: 20px;
        clear: both;
        width: 35%;
    }

    .libradio {
        width: 100%;
        display: inline-block
    }

    .lib-book .textboxdate {
        width: 115px;
        padding: 0 10px;
    }

    .lib-book .textbox4 {
        width: 150px;
    }

    .lib-book .dropdown13 {
        width: 190px;
    }

    .lib-book-master .textboxdate {
        width: 245px;
    }

    .acct .dropdown1 {
        width: 100%;
    }

    .uploadfiles {
        margin: 2px 0px 2px 0px;
        padding: 1px 0px 1px 2px;
        border: 1px solid #789AA6;
        width: 100%;
        font-size: 12px;
    }

    .btnal {
        display: inline-block;
    }

    .chkboxmobile .chkbox {
        padding: 0;
        display: inline-flex;
    }

    .se-rightbox img {
        width: 100% !important;
    }

    .content-shadow .form-row {
        margin-right: -5px;
    }

    .textboxdate6 .textboxdate {
        width: 87%;
        padding: 0 10px;
    }

    .input180 .textboxdate {
        width: 180px;
    }

    .input180 .textbox2 {
        width: 180px;
    }

    .gridviewcss {
        margin: 0px 0 15px 0;
    }

    .taxarea-textbox6 .textbox6 {
        width: 100%;
    }

    .textboxdate6 .textboxlong {
        width: 100%;
    }

    .textboxdate6 .textboxmultiline {
        width: 100%;
        padding: 0 10px;
    }

    .list-checkbox-first {
        width: 99%;
    }

    .search-checkbox-mb {
        display: table;
    }

    .textboxdate87 .textboxdate {
        width: 40%;
        padding: 0 10px;
    }

    .content-shadow-form .form-row {
        margin-right: -5px;
    }

    .partyworkorder-popup .white_content-new {
        width: 77%;
    }

    .main-form {
        margin-right: 0;
    }

    .textboxdate73 .dropdownverylong {
        width: 100%;
    }

    .dropdown91 .dropdown5 {
        width: 100%;
    }

    .textboxdate89 .textboxdate {
        width: 100%;
    }

    .textboxdate73 .textboxdate {
        width: 85%;
    }

    .input100both input {
        min-width: 100px;
    }

    .input180 input {
        width: 180px;
    }

    .input190 {
        width: 190px;
    }

    .float-right-resp-left {
        float: left;
    }

    .select89 select {
        width: 100%;
    }

    .box-border98 {
        background-color: #fff;
        color: #000;
        padding: 20px;
        border: 1px solid #ccc;
        width: 100%;
    }

    .textboxdate89 input {
        width: 100%;
    }

    .logging-plan input {
        width: 78%;
    }

    .divStyleWithScroll96 .DivStyleWithScroll {
        width: 100%;
    }

    .radio-responsive td {
        width: 100%;
        display: block
    }

    .bookissue .textboxdate {
        min-width: 180px;
    }

    .bookissue .textbox4 {
        min-width: 180px;
    }

    .textbox4100resp .textbox4 {
        min-width: 100px;
    }

    .bookissue .dropdown13 {
        width: 180px;
    }

    .dropdown886 .dropdown8 {
        width: 99%;
    }

    .divStyleWithScroll95 .DivStyleWithScroll {
        width: 99%;
    }

    ul.list-checkbox .DivStyleWithScroll {
        width: 100%;
    }

    .rt-minus5 {
        float: left;
        display: inline-block;
    }

    .textbox5-300 .textbox5 {
        width: 300px;
    }

    .textbox5-150 .textbox5 {
        width: 150px;
    }

    .logging-plan .logging-plan2 .textbox5 {
        width: 100%;
    }

    .logging-plan3 input {
        width: 100%;
    }

    ul.myd li {
        width: 31%;
    }

    ul.list-tick li .textboxdate {
        min-width: 230px;
        padding: 0 10px;
    }

    .depot-phyverification-mst-arrows {
        margin-top: 0;
        display: inline-block;
    }

    .depot-phyverification-mst-arrows2 {
        margin-top: 20px;
        display: inline-block;
    }

    .dropdown97 .dropdown6 {
        width: 100%;
    }

    .bidderregistration #topnav {
        position: relative;
        height: auto;
    }

    .bidderregistration {
        padding-top: 0px !important;
    }

        .bidderregistration .logo img {
            width: auto;
        }

        .bidderregistration #topnav .topbar-main .logo {
            color: #ffffff !important;
            font-size: 12px;
        }

        .bidderregistration #topnav .topbar-main .navbar-nav {
            margin: 0px;
            float: left !important;
        }

        .bidderregistration .wrap {
            width: 94%;
        }

        .bidderregistration .rceipt-left {
            width: 100%;
            float: none;
            text-align: center;
        }

        .bidderregistration .rceipt-logo img {
            width: 29%;
        }

        .bidderregistration .left-logo {
            width: 100%;
            margin: 0 auto;
        }

        .bidderregistration .rceipt-left p {
            font-size: 14px;
            line-height: 24px;
            padding-top: 10px;
            border-bottom: 1px solid #ece8e8;
            padding-bottom: 10px;
        }

        .bidderregistration .rceipt-right {
            width: 100%;
            float: none;
            padding: 20px 0;
            text-align: center;
        }

        .bidderregistration .footer {
            position: relative;
        }

        .bidderregistration .buttontype {
            margin: 0 auto;
            float: none;
        }

        .bidderregistration #topnav .navbar-toggle .lines {
            display: none;
        }

        .bidderregistration #topnav .topbar-main .nav > li > a {
            line-height: 21px;
            padding: 0px 0 10px;
        }

    .logore img {
        width: 68px;
    }

    .logore {
        background: white;
    }

    .br-login-logo {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        float: right;
        width: 77%;
        clear: both;
    }

    .blink_me {
        animation: blinker 2s linear infinite;
        width: 94%;
        position: relative;
        margin: 10px;
        text-align: center;
        padding: 0;
        left: 0;
        right: 0;
        line-height: 24px;
    }

    .timeshow_header {
        position: relative;
        font-size: 11px;
        right: auto;
        bottom: auto;
        text-align: right;
        padding: 4px 10px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    #cssmenu {
        display: none;
    }

    .wrapper-page {
        width: 100%;
    }

    .new-bidder {
        text-align: center;
        margin-bottom: 10px;
    }

        .new-bidder a {
            font-size: 13px;
            text-align: center;
        }

    .limiter {
        background: white;
    }

    .wrapper-page .card-box {
        box-shadow: 0px 0px 17px 10px #f4f2f2;
        border: none;
    }
}

@media (min-width: 768px) {


    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
