﻿.nd-search-form-con .inputstable input[type=text] {
    width: unset !important;
    height: unset !important;
    min-width: 300px;
}

.nd-search-form-con .nd-input {
    border-left: none !important;
}


.nd-search-form-con .nd2-input-floating-label-container {
    position: relative;
    margin: 20px 0;
    padding: 0;
}

    .nd-search-form-con .nd2-input-floating-label-container label.nd2-floating-label {
        position: absolute;
        top: 6px;
        right: 12px;
        font-size: 12px;
        color: #999;
        font-weight: normal;
        pointer-events: none;
        z-index: 1;
    }

    .nd-search-form-con .nd2-input-floating-label-container input {
        width: 100% !important;
        padding: 25px 30px 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: white;
        font-size: 14px;
        color: #333;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        box-sizing: border-box;
        min-height: 45px;
    }

        .nd-search-form-con .nd2-input-floating-label-container input:focus {
            outline: none;
            border-color: #007cba;
            box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
        }

.nd-on-section-link {
    position: relative;
    top: -22px;
    right: -7px;
}

.nd-open-search-section {
    display: none;
}

.nd-search-form-con.nd-with-breaking-rows .nd-open-search-section {
    display: block;
    text-align: left;
    margin-left: 28px;
}

.nd-search-form-con .dialog-form-narrow {
    width: unset !important;
    padding: 0px 28px;
}

.nd-search-form-con .editcustomerproductsection {
    flex-direction: row !important;
}

.nd-css-filter-bubble {
    border-radius: 11px !important;
}

.nd-all-data-con.elem-toggle-up {
    height: 113px;
    overflow: hidden;
}

.bubble-filter-con {
    margin-top: 0px;
    display: block;
    margin-bottom: 20px;
}

.nd2-input-floating-label-container input#_easyui_textbox_input2 {
    min-height: 55px;
    display: block;
    border: 0;
    padding-top: 17px !important;
}

.nd2-input-floating-label-container .combo-arrow {
    display: none;
}

.nd-label-btn {
    cursor: pointer;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.nd2-css-load-data-btn {
    padding-right: 0px;
    padding-left: 0px;
}
.nd2-input[data-input-type="null"] label,
.nd2-input[data-input-type="date"] label {
    font-size: 13px;
    padding: 6px;
    padding-right: 11px;
}
.nd2-input .textbox.combo {
    width: 100% !important;
    padding-top: 1.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 1rem !important;
    position: relative;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.nd2-input:has(.textbox.combo) label {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 100% 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    font-size: 13px;
    line-height:22px;
    padding: 6px;
    padding-right: 11px;
}
.nd2-input:has(.textbox.combo) .combo-arrow {
    background-color: unset !important;
    margin-left: 7px;
}
.nd2-input:has(.textbox.combo) .textbox-addon {
    height: 100%;
    display: flex;
    align-items: center;
}
.textbox-text.validatebox-text.textbox-prompt{
    line-height:0px!important;
}
[data-input-type="select"] label{
    font-size:15px;
}
/*HERE ALL*/
@media (min-width: 992px) {
    .nd-filter-con {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .nd-all-data-con.elem-toggle-up {
        width: 90%;
    }
    /*HERE ONLY DESKTOP*/
}
