/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.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 3px rgba(0, 0, 0, 0.08);
    float: left;
    width: 100%;
}

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

.wk-width-100 {
    width: 100%;
}

.wk-hidden {
    display: none;
}

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

.wk-rma-content {
    padding: 0px 1rem 0.5rem 1rem;
    /* padding: 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: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /*background-image: url(../img/icon-file-doc.png);
    width: 60px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    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: .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;
}