.ajax-input-wrap {
    position: relative;
}

.ajax-result {
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    /* top: 100%; */
    top: 45px;
    /* top: calc(100% - -15px); */
    max-width: 100%;
    width: 400px;
}

.ajax-result-inner{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}


.ajax-result-item-image {
    float: left;
    width: 12%;
    margin-right: 3%;
}

.ajax-result-item-text {
    float: left;
    width: 83%;
    text-align: left;
}

.ajax-result-item-text .name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
}

.ajax-result-item-image img {
    width: 100%;
    display: block;
}

.ajax-result-item {
    padding: 5px 5px;
    cursor: pointer;
    border-bottom: 1px dotted silver;
}

.ajax-result-item:hover {
    background: #bfbfbf;
}

.user-typing-input .search-input {
    width: 80%;
    float: left;
    width: calc( 100% - 45px );
}

.user-typing-input .add {
    width: 33px;
    height: 33px;
    display: block;
    float: right;
    background: #4099ff;
    text-align: center;
    line-height: 33px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.search-input {
    background: #f3f3f3;
    font-size: 14px;
}
.user-typing-input .add:hover {
    background: #185cab;
}

form.customer-form {
    padding: 20px;
}

form.customer-form .form-group {
    margin-bottom: 10px;
}

.popup-customer-form.popup {
    width: 70%;
}

form.customer-form .form-group input, form.customer-form .form-group textarea {
    background: #f3f3f3;
}

.list-input-item {
    background: #d8d4d4;
    padding: 10px 15px;
    /* margin-right: 15px; */
    margin-bottom: 15px;
    /* display: inline-block; */
    border-radius: 2px;
    position: relative;
    margin-top: 10px;
}

.ajax-input-wrap .meta {
    font-size: 10px;
}

span.meta-item {
    display: inline-block;
}

.ajax-result-inner {
    background: #d8d4d4;
    -webkit-box-shadow: 0 0 20px 0 rgb(68 67 67 / 30%);
    box-shadow: 0 0 20px 0 rgb(68 67 67 / 30%);
    border: 1px solid #d2d2d2;
    position: relative;
    max-height: 300px;
    overflow: auto;
}

ul.basic-list.ajax-result-inner:before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid rgb(216 212 212);
    position: absolute;
    top: -20px;
    left: 15px;
    content: "";
}

.popup-category-form.popup {
    width: 50%;
}

form.category-form .form-group {
    margin-bottom: 10px;
}



.categories-select-wrap select {
    float: left;
    width: calc( 100% - 45px )!important;
}

.category-form .categories-select-wrap .add {
    display: none;
}

.ajax-result-item-text .warehouse-item-count {
    padding-left: 20px;
    font-size: 11px;
    font-style: italic;
}

.ajax-result-item-text .price {
    font-size: 12px;
}

.ajax-result-item-text .text-price-wrap{
    color: #d85617;
}

.filter .categories-select-wrap select,
.filter .customers-input-wrap select {
    width: 100%!important;
}

.filter .categories-select-wrap .add,
.filter .customers-input-wrap .add{
    display: none!important;
}

.popup-category-form.popup {
    z-index: 10002;
}

.wrap-popup-category-form .opacity {
    z-index: 10001;
}

.quick-date-input-inner {
    position: relative;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #646464;
}

.quick-date-input-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* display: none; */
    background: #d7dcdf;
    box-shadow: 0 0 1px 1px #dfdfdf;
    z-index: 2;
    -webkit-box-shahow: 0 0 1px 1px #dfdfdf;
    line-height: 35px;
    display: none;
}

.quick-date-input-default span {
    display: block;
    border-bottom: 1px dotted silver;
    padding: 0 11px;
}

.quick-date-input-current {
    height: 37px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid gainsboro;
}

.quick-date-input-default span:hover, .quick-date-input-default span.active {
    background: #fff;
}

.quick-date-input-custom .ta-datetime {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px!important;
    font-style: italic;
}



.quick-date-input-custom input {
    display: none;
}

.quick-date-input-custom {
    padding: 10px 10px;
}

.quick-date-input-inner:hover .quick-date-input-options {
    display: block;
}

.warehouses-input-wrap .ajax-result-item-image {
    display: none;
}

.warehouses-input-wrap {
    text-align: left;
}

.warehouses-input-wrap .lists-input {
    display: none;
}

.filter-item-start_end_time {
    width: 540px!important;
    background: #d5d5d5;
    padding: 10px;
    border-radius: 5px;
}

.filter-item-start_end_time .filter-item {
    width: 170px;
}

.start-end-time-quick-select {
    width: 160px;
    float: left;
}