/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpMSI
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-msi-source-option{
    width: 30%;
    text-align: center;
    margin-left: 11px;
}
.wk-msi-ship-button{
    float: right;
}
#sourceCode-error{
    
    margin-top: 7px;
    margin-left: 337px;

}
 .wk-msi-body td {
    text-align: center;
    padding: 5px 7px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background-color: #f5f5f5;
    border-bottom: none;
    margin-bottom: 10px;
}
.wk-msi-tr-heading{
  background-color: #eeeeee !important;
}
.wk-msi-tr-heading th {
    border-color: #D1CFCF;
    border-style: solid;
    border-width: 1px;
    font-size: 0.9em;
    font-weight: bold;
}
.msi-button-child .button.primary.action-basic {
    float: right;
    margin: 5px 0;
}
.msi-button-group .admin__field-label {
    float: left;
    font-weight: bold;
    margin-top: 7px;
}

.bulk-attribute-values .fieldset {
    width:100%;
}
.wk-content th {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
.wk-row-view td {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
.wk-check-first-td{
    border-left: none;
    border-right: 1px solid #ccc;
}
.wk-first-td{
    width: 20%;
    border-left: none;
}
.wk-status-td{
    width: 15%;
    border-left: none;
}
td.msi-empty-msg {
 
    text-align: center;
    font-size: 1.6rem;
    padding: 3rem;
}
input.wk-inputcheck {
    margin: 2px 5px 0 10px !important;
    position: relative;
    top: 2px;
}
body.account.marketplace-product-add {
    overflow: unset !important;
}
body.marketplace-product-edit {
    overflow: unset !important;
}
.action-delete-source: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;
}
.action-delete-source span {
    display: none;
}
.action-delete-source:hover:before {
    color: #7e7e7e;
}
.action-delete-source[type="button"]:hover:before{
    background: none repeat scroll 0 0 transparent;
    color: #a5a29d;
}
.action-delete-source[type="button"]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
}