@media only screen and (min-width: 320px) and (max-width:767px) {
    #menu-btn i.fa-bars {
        margin-left: 0;
    }

    #CompanyModal .modal-dialog {
        width: 97%;
    }

    .clsRoundTitle {
        width: 14%;
    }

    .clsRoundicon {
        width: 9%;
    }

        .clsRoundicon span {
            width: 23px;
            height: 23px;
        }

    .set > a i {
        margin-top: 6px;
        font-size: 14px;
        margin-right: 6px;
    }

    .commentBox.clsList {
        width: 77%;
    }

    .commentBox h4 .clsDpt {
        width: 100%;
    }

    .list_search_icon {
        margin-top: 1rem;
    }

    .input-group {
        display: block;
    }

        .input-group > .form-control, .input-group > .form-select {
            width: 100%;
            border-radius: 0;
        }


    #loginBox .input-group, #CompanyModal .input-group {
        display: flex;
    }

        #loginBox .input-group > .form-control, #loginBox .input-group > .form-select, #CompanyModal .input-group > .form-control, #CompanyModal .input-group > .form-select {
            width: auto;
        }

    #loginBox .input-group-text, #CompanyModal .input-group-text {
        border-radius: 0;
        border-bottom: 1px solid #ced4da;
    }

    .input-group-text {
        border-radius: 0 !important;
        border-bottom: 0;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: 0px;
    }

    .color-panel input {
        padding-left: 10px !important;
    }

    #ModalCenter_Logout .modal-dialog {
        width: auto;
    }

    .search_icon_with_label {
        top: 8%;
    }

    #ModalForgot .modal-dialog {
        width: auto;
    }

    #ModalForgot .input-group {
        display: flex;
    }

        #ModalForgot .input-group > .form-control, #ModalForgot .input-group > .form-select {
            width: auto;
        }

    .chosen-container-role-wrap {
        width: 100% !important;
    }

    .UCRoleWrap {
        width: 100% !important;
    }

    .chosen-container-wrap {
        width: 100% !important;
    }

    .InputIconAbs {
        position: absolute;
        top: 60%;
        right: 9px;
        border: 0;
    }

        .InputIconAbs i {
            font-size: 12px !important;
        }

    .pr-40 {
        padding-right: 40px !important;
    }

    .border-right {
        border-right: 1px solid #ced4da !important;
    }

    .PCS {
        position: absolute;
        top: 50%;
        right: 10px;
    }

    .filter_scroll {
        max-height: 35vh;
    }

    .mobPosChange {
        position: absolute;
        top: 48%;
        right: 0;
        padding: 6px 10px !important;
        border: 0;
        border-right: 1px solid #ccc;
    }

    .mobright25 {
        right: 25px;
    }

    #divtradeshowlist {
        margin-top: 0;
    }

    .threeColMObPosChange select {
        position: absolute !important;
        z-index: 9;
    }

    .threeColMObPosChange input {
        padding-left: 75px !important;
    }

    .MobCountCode {
        width: 81px !important;
        position: absolute;
        z-index:9;
    }

    .threeColMObPosChange .MobCountCode + input {
        padding-left: 90px !important;
    }

    .MobGussetType {
        padding-right: 10px;
    }

    .Mobpadding {
        padding: 0 10px 0 11px !important;
    }

    .MobPadLeft {
        padding-left: 11px;
    }

    .MobPadright {
        padding-right: 10px;
    }

    .ICImgSlide {
        height: auto;
    }

        .ICImgSlide .image_description {
            height: 100%;
            width: 100%;
        }

        .ICImgSlide .image_block {
            float: none;
            width: 100%;
            height: auto;
        }

        .ICImgSlide .description_block {
            float: none;
            width: 100%;
        }

        .ICImgSlide .image_content {
            height: auto;
        }

    #txtMaterialWidth {
        margin-bottom: .5rem !important;
    }

    .mobMB5 {
        margin-bottom: .5rem;
    }

    .uploadImg {
        display: block !important;
        text-align: center;
    }

    .uploadImg input{
        margin-bottom: 10px;
    }

    .uploadImg img {
        margin-right: 10px;
    }
}

@media only screen and (max-width:500px) {
    .palette-color-picker-bubble {
        width: 239px !important;
        height: 192px !important;
    }

    #tblleadentrydtl .text-center {
        text-align: left !important;
    }

    #divCustomerList .search_icon_with_label {
        top: 18%;
    }

    .bootbox.modal.show .modal-dialog {
        padding-top: 20px;
    }

    .color-panel .palette-color-picker-button {
        left: 10px;
    }

    .color-panel input {
        padding-left: 50px !important;
    }

    .component_table.table-custom tbody td {
        padding: 20px 15px 7px 15px !important;
    }

    #Searchnonfab {
        top: 31px;
        right: 25px;
    }

    #btnfabrication {
        margin-top: 20px;
    }

    #field_div {
        max-height: 100%;
    }

    .chosen-container-role-wrap {
        width: 100%;
    }

    .chosen-container-wrap {
        width: 100%;
    }

    .list_search_icon {
        position: absolute;
        margin-top: 0;
    }

    .menu_hdng h4 {
        font-size: 15px;
    }

    .standard ul li {
        float: none;
        list-style: none;
        margin-bottom: 3px;
    }

        .standard ul li a {
            padding: 7px 22px 5px;
            display: block;
        }

    .ProStageRightPnlHdng {
        margin-top: 30px;
    }

    div.d-flex.justify-content-center:has(input[type="button"]), div.d-flex.justify-content-end:has(input[type="button"]) {
        display: block !important;
        text-align: center;
    }

    input[type="button"] {
        margin-bottom: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 501px) and (max-width:991px) {
    .forgotpassword {
        font-size: 13px;
    }

    .table > thead > tr > th {
        padding: 4px 10px;
        /*font-size: 11px;*/
    }

    .table-custom tbody td {
        /*font-size: 11px;*/
        line-height: 15px !important;
        padding: 3px 12px;
    }

    .list_search_icon {
        position: absolute;
        top: 5px;
        right: -5px;
        margin-top: 0;
    }

    .table_wrp {
        margin: 7px 0;
    }

    .list_search_icon button {
        padding: 4px 10px;
    }

    .pollSliderWrap {
        padding: 15px 15px 30px 15px;
    }

    #btntreatmentinfo, #btncomponent {
        font-size: 14px;
    }

    .col-md-4 .role_chosen_dv {
        width: 226px;
    }

    #stages > ul > li {
        text-align: center;
        width: 128px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ddd;
        position: relative;
        margin-right: 12px;
        text-indent: -15px;
        font-size: 13px;
        margin-bottom: 3px;
        padding: 0 0 0 10px;
    }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            left: -10px;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li.selected:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: -16px;
            left: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:last-child:before {
            display: none;
        }

        #stages > ul > li:last-child:after {
            display: block;
        }

    .mobPosChange {
        position: absolute;
        top: 48%;
        right: 0;
        padding: 6px 10px !important;
        border: 0;
        border-right: 1px solid #ccc;
    }

    .mobright25 {
        right: 25px;
    }

    #divtradeshowlist {
        margin-top: 0;
    }

    .standard ul li {
        float: none;
        list-style: none;
        display: inline-block;
        margin-bottom: 3px;
    }

    .threeColMObPosChange select {
        position: absolute !important;
        z-index: 9;
    }

    .threeColMObPosChange input {
        padding-left: 75px !important;
    }

    .MobCountCode {
        width: 81px !important;
        position: absolute;
        z-index: 9;
    }

    .threeColMObPosChange .MobCountCode + input {
        padding-left: 90px !important;
    }

    .MobGussetType {
        padding-right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .clsRoundTitle {
        width: 10%;
    }

    .commentBox.clsList {
        width: 75%;
    }

    .clsRoundicon {
        width: 7%;
    }

        .clsRoundicon span {
            width: 28px;
            height: 28px;
        }

    .set > a i {
        margin-top: 7px;
        font-size: 15px;
        margin-right: 8px;
    }

    .forgotpassword {
        font-size: 13px;
    }

    .UCRoleWrap {
        width: 84%;
    }

    .UCDesignationWrap {
        width: 71.7%;
    }

    .UCUserUnder {
        width: 75.7%;
    }

    .input-group {
        display: block;
    }

        .input-group > .form-control, .input-group > .form-select {
            width: 100%;
            border-radius: 0;
        }

    .input-group-text {
        border-radius: 0 !important;
        border-bottom: 0;
    }

    .input-group > .form-control, .input-group > .form-select {
        width: 100%;
        border-radius: 0;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: 0px;
    }

    .InputIconAbs {
        position: absolute;
        top: 60%;
        right: 9px;
        border: 0;
    }

        .InputIconAbs i {
            font-size: 12px !important;
        }

    .pr-40 {
        padding-right: 40px !important;
    }

    .PCS {
        position: absolute;
        top: 50%;
        right: 10px;
    }

    .border-right {
        border-right: 1px solid #ced4da !important;
    }

    .PCS {
        position: absolute;
        top: 50%;
        right: -30px;
    }

    #stages > ul > li {
        text-align: center;
        width: 128px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ddd;
        position: relative;
        margin-right: 12px;
        text-indent: -15px;
        font-size: 13px;
        margin-bottom: 3px;
        padding: 0 0 0 10px;
    }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            left: -10px;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li.selected:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: -16px;
            left: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:last-child:before {
            display: none;
        }

        #stages > ul > li:last-child:after {
            display: block;
        }

    input[type="button"] {
        margin-bottom: 5px;
        padding: 5px 10px;
        font-size: 13px;
    }

    #loginBox .input-group, #CompanyModal .input-group {
        display: flex;
    }

        #loginBox .input-group > .form-control, #loginBox .input-group > .form-select, #CompanyModal .input-group > .form-control, #CompanyModal .input-group > .form-select {
            width: auto;
        }

    #loginBox .input-group-text, #CompanyModal .input-group-text {
        border-radius: 0;
        border-bottom: 1px solid #ced4da;
    }

    .Mobpadding {
        padding: 0 10px 0 11px !important;
    }

    .MobPadLeft {
        padding-left: 11px;
    }

    .MobPadright {
        padding-right: 10px;
    }

    .mobMB5 {
        margin-bottom: .5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .clsRoundicon span {
        width: 30px;
        height: 30px;
    }

    .set > a i {
        margin-top: 8px;
        font-size: 15px;
        margin-right: 9px;
    }

    .UCRoleWrap {
        width: 79%;
    }

    .UCDesignationWrap {
        width: 63%;
    }

    .UCUserUnder {
        width: 68%;
    }

    #stages > ul > li {
        text-align: center;
        width: 128px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #ddd;
        position: relative;
        margin-right: 12px;
        text-indent: -15px;
        font-size: 13px;
        margin-bottom: 3px;
        padding: 0 0 0 10px;
    }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            left: -10px;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li.selected:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: -16px;
            left: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:after {
            content: "";
            border-style: solid;
            border-width: 20px 0px;
            border-color: transparent;
            border-left: 13px solid white;
            position: absolute;
            top: 0px;
            right: auto;
            background-color: #ddd;
            z-index: 1;
        }

        #stages > ul > li:last-child:before {
            display: none;
        }

        #stages > ul > li:last-child:after {
            display: block;
        }
}

@media only screen and (min-width: 1200px) {
}
