/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.adminpriceindication .chosen-container-single .chosen-search::before {
    top: 13px !important;
}

.wk_pricing_history_container {
    margin: 1rem 0px;
    overflow: auto;
}

.wk_pricing_history_body {
    position: relative;
}

.wk_pricing_content_right {
    float: left;
}

.wk_pricing_content {
    display: inline-block;
}

.wk_pricing_info_icon_link {
    display: inline-block;
    font-size: 0.9375rem;
}

.wk_display_none {
    display: none;
}

.wk_field_disabled {
    background: #ddd none repeat scroll 0 0;
    border: medium none #ddd;
    pointer-events: none;
}

.wk-dropdown-ul {
    position: absolute;
    background-color: #fff;
    max-height: 108px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-left: 0px !important;
    padding-left: 0px;
    display: none;
    border-top: none;
    text-align: left;
}

.wk-dropdown-li {
    list-style: none;
    padding: 6px 8px;
}

.wk-dropdown-ul li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #008abd !important;
}

#productImageTobeAdd {
    display: none;
}

.wk-calender-from,
.wk-calender-to {
    cursor: pointer;
}

.wk-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.product_selection_search_icon {
    display: table-cell !important;
}

.wk-custom-image-size-drop {
    width: 50px;
}

.wk_pricing_info_icon {
    position: absolute;
    top: -1px;
    left: 200px;
}
