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

/*
 * make wkrma front-office primary submit buttons
 * match the theme's "Čítať viac" / post-read-more button style (#14ad4a
 * green pill, white text). Covers:
 *   - #guestRMAForm "Send" button on /module/wkrma/rmaguestrequest
 *   - §20a entry + fallback submit on /odstupenie-od-zmluvy
 *   - any other .btn-primary inside .wkRmaDetailCont
 */
#guestRMAForm .btn-primary,
.wkRmaDetailCont .btn-primary {
    background: #14ad4a;
    border-color: #14ad4a;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#guestRMAForm .btn-primary:hover,
#guestRMAForm .btn-primary:focus,
.wkRmaDetailCont .btn-primary:hover,
.wkRmaDetailCont .btn-primary:focus {
    background: #108510;
    border-color: #108510;
    color: #fff;
}

#content.wkRmaDetailCont {
    background-color: transparent;
}