/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpAssignProduct
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-ap-table {
    width : 100%;
}
.wk-ap-table tr td {
    padding: 10px;
}
.wk-ap-table tr td:nth-child(1) {
    font-weight: bold;
    width: 150px;
}
.wk-associate-table {
    width: 100%;
}
.wk-ap-table .wk-associate-table tr td:nth-child(1) {
    font-weight: normal;
    width: auto;
}
.wk-associate-table th {
    text-align : left;
    padding: 10px;
}
.wk-associate-table tbody tr:nth-child(2n+0) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.wk-associate-table thead tr {
    background: #f5f5f5 none repeat scroll 0 0;
}
.wk-associate-table {
    border: 1px solid #ccc;
}
.wk-associate-table th {
    border-bottom: 1px solid #ccc;
}
.wk-ap-product-details {
    display : inline-block;
    width : 100%;
}
.wk-ap-product-details table {
    width: 100%;
}
.wk-ap-product-details th {
    padding: 10px;
    text-align: left;
}
.wk-ap-product-details td {
    padding: 10px;
    text-align: left;
}
.wk-ap-seller-logo {
    width:100px;
}
.wk-ap-product-details thead tr {
    background: #f5f5f5 none repeat scroll 0 0;
}
.wk-ap-product-details tbody tr {
    border-top: 1px solid #ccc;
}
.wk-ap-associate-name {
    padding: 10px;
    margin : 0 -10px;
}
tr .wk-ap-associate-name:nth-child(2n+1) {
    background:#f5f5f5;
}
#wk_mpassignproduct_form input#query {
    width: 100%;
    height: 40px;
    margin: 10px 0;
}
.wk-profile-alert {
    padding: 10px;
    border: 1px solid #faebcc;
    margin-bottom: 20px;
    border-radius: 4px;
    vertical-align: bottom;
    color: #8a6d3b;
    background: #fcf8e3;
    line-height: 1.42857143;
}
.wk-ap-fieldset * {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.wk-ap-btn {
    margin-top: 10px;
}
.wk-ap-list-item {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #c0c0c0;
    float: left;
}
.wk-ap-col {
    display: inline-block;
    float: left;
    padding: 5px;
}
.wk-ap-sm-col {
    width: 15%;
}
.wk-ap-lg-col {
    width: 55%;
}
.wk-ap-img-col {
    width: 75px
}
.wk-ap-btn-col {
    width: 120px
}
.wk-ap-action-col {
    width: 200px
}
.wk-ap-img-col2 {
    width: 140px
}
.wk-table-product-list tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
table.data.table.wk-table-product-list {
    width: 100%;
}
.mpassignproduct-product-add .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.mpassignproduct-product-add .fieldset > .field:not(.choice) > .label {
    margin-bottom: 5px;
    text-align: left;
    width: auto;
}
form#wk_mpassignproduct_form input {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-radius: 5px;
}
form#wk_mpassignproduct_form select {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-radius: 5px;
}
.image .action-delete:before {
    color: #9e9e9e;
    content: "\e630";
    display: inline-block;
    font-family: "Admin Icons";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.image .action-delete {
    bottom: 6px;
    left: 6px;
    position: absolute;
    z-index: 10;
}
.image .actions [class^="action-"], .image .image-label, .image[data-image-hidden] .actions [class^="action-"], .image.hidden-for-front .actions [class^="action-"]{
    visibility: hidden;
}

#media_gallery_content .image {
    margin-bottom: 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 125px;
    margin: 0 0.8rem;
    overflow: hidden;
    position: relative;
    width: 125px;
}
.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
}

.image .actions {
    -moz-user-select: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.action-delete[type="button"] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
}
button.button.wk-product-save-btn {
    margin: 10px 0;
}
table.data.table.wk-associated-table {
    width: 100%;
    text-align: center;
}
form#wk_massupload_form .control {
    margin: 10px;
}
form#wk_massupload_form legend.legend {
    width: 100%;
}
form#wk_massupload_form button.button.wk-mp-btn {
    float: right;
    /* width: 100%; */
}
form#wk_saveassign_product_form select {
    height: 40px;
}
form#wk_saveassign_product_form .control {
    margin: 10px 0;
}
button#run-profile {
    float: right;
    margin-bottom: 20px;
}

.wk-mu-sample-files {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 25px;
    width: 100%;
}
.wk-mu-sample-files > a {
    margin-right: 15px;
}
.wk-mu-progress-bar {
    border: 1px solid #28cb6e;
    display: inline-block;
    height: 15px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.wk-mu-progress-bar-current {
    background: none repeat scroll 0 0 #61d896;
    display: inline-block;
    height: 15px;
    width: 0px;
    float: left;
}
.wk-mu-info-bar {
    color: #3c763d;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    padding-left: 25px;
}
.wk-mu-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wk-mu-note {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.wk-mu-notice {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wk-mu-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wk-mu-box {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}

.wk-mu-info-container {
    margin-top: 20px;
    position: relative;
}

.wk-mu-sa-overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wk-mu-sa-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wk-mu-importing-loader {
    background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll 0 0 / 20px 20px;
    height: 20px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.wk-massupload-container {
    margin-top: 50px;
}
.wk-display-none {
    display: none;
}
.wk-field {
    position: relative;
}
.wk-mu-content {
    padding: 10px 5px;
}
.wk-mu-label {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}
.wk-mu-options {
    padding: 0 10px;
}
.wk-mu-options-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.wk-mu-options-content {
    padding: 0 10px;
}
.wk-no-padding {
    padding: 0px !important;
}
.wk-warning-content {
    padding: 20px 0;
}
