/**
* 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
*/

.wk-text-right {
    float: right;
}

.wk-padding-2 {
    padding: 2px;
}

.wk-text-left {
    float: left;
}

.wk-margin-left-5 {
    margin-left: 5px;
}

.wk-rma-panel-box {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    /* float: left;
    width: 100%; */
}

.wkmargin {
    margin: 10px;
}

.wk-hidden {
    display: none;
}

.wk-rma-panel {
    margin-bottom: 30px;
}

.wk-rma-content {
    padding: 0px 1rem 0.5rem 1rem;
    margin: auto;
}

.wk-cursor-pointer {
    cursor: pointer;
}

.labelWidget .wk-display-attachment {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 65px;
    border-radius: 5px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #eee;
    cursor: pointer;
}

.labelWidget:hover .wk-display-attachment {
    opacity: 0.3;
}

.labelWidget .wk-download-img {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.labelWidget:hover .wk-download-img {
    opacity: 1;
}

.wk-rma-badge {
    padding: 1px 5px !important;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: 0.0625em;
    background-color: #00aff0;
    display: inline-block;
    min-width: 10px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.wk-reward-datatable-wrapper .dataTables_filter {
    float: right;
}

.wk-reward-datatable-wrapper .pagination {
    float: right;
}

.wk-reward-datatable-wrapper .dataTables_filter .input-sm {
    margin-left: 10px;
}
.wksmall {
    font-size: smaller;
    color: #7a7a7a;
}