/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.vc_add-element-container .vc_element-icon.icon-wpb-multi-vendor-campaign {
    background: url(../images/vc-icon.png) no-repeat center center;
    background-size: contain;
}

.multi-vendor-kit_page_wc-multi-vendor-kit-new-campaigns #wpcontent,
.toplevel_page_wc-multi-vendor-kit-campaigns #wpcontent {
    background: #ecf0f1;
}

.rad-mvc-form {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}

.rad-mvc-form .post-body-content {
    margin: 7px 0;
    background: #fff;
}

.rad-mvc-form table {
    margin: 0;
    width: 100%;
}

.rad-mvc-form .form-table th,
.rad-mvc-form table td {
    padding: 15px 30px;
    vertical-align: top;
}

.rad-mvc-form .form-table tr:last-child th,
.rad-mvc-form table tr:last-child td {
    padding: 15px 30px 30px;
}

.rad-mvc-form table td.fields {
    width: 46%;
}

.rad-mvc-form table td.help {
    background: #fe0041;
    color: #fff;
}

.rad-mvc-form table td.help p{
    font-size: 12px;
    padding-left: 30px;
    position: relative;
}

.rad-mvc-form table td.help p:before {
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    content: "\f348";
    position: absolute;
    left: -4px;
    font-size: 23px;
    top: -7px;
}

.rad-mvc-form table h2 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 11px;
    font-size: 16px;
}

.rad-mvc-form table label {
    font-size: 12px;
}

.rad-mvc-form .form-field input[type=text],
.rad-mvc-form .form-field input[type=password],
.rad-mvc-form .form-field input[type=email],
.rad-mvc-form .form-field input[type=number],
.rad-mvc-form .form-field input[type=search],
.rad-mvc-form .form-field input[type=tel],
.rad-mvc-form .form-field input[type=url],
.rad-mvc-form .form-field input[type=datetime-local],
.rad-mvc-form .form-field textarea,
.rad-mvc-form .form-field select {
    padding: 2px 10px;
    height: 35px;
    border-color: #cdcdcd;
    width:65%;
    font-size: 13px;
}

.rad-mvc-form input#title {
    min-width: 400px;
    margin-left: 5px;
}

.rad-mvc-form .form-field input[type=number] {
    width:100px;
}

.rad-mvc-form .form-field textarea {
    height: 100px;
    width: 100%;
}

#upload_thumb_button {
    background: #f90f40 url(../images/upload.png) no-repeat;
    background-size: contain;
    width: 70px;
    background-position: 50% 50%;
    font-size: 0;
    height: 35px;
    border: none;
    box-shadow: none;
    margin-left: -10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input_number_label {
    display: inline-block;
    position: relative;
    background: #f97e63;
    color: #fff;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 0;
}

.rad-mvc-form .form-field input[type=submit] {
    min-width: 80px;
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

.rad-mvc-form .form-field input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
}


.input_number_label.positive,
.input_number_label.negative {
    padding: 5px 11px;
}

.input_number_label.positive:before,
.input_number_label.negative:before {
    content: "";
    width: 10px;
    height: 0px;
    position: absolute;
    left: -15px;
    bottom: 2px;
    border-top: 10px solid transparent;
    border-right: 10px solid #f57f5c;
    border-bottom: 10px solid transparent;
}

.input_number_label * {
    display: none;
    font-size: 12px;
}


.input_number_label.positive .positive,
.input_number_label.positive .value,
.input_number_label.positive .more,
.input_number_label.negative .negative,
.input_number_label.negative .value,
.input_number_label.negative .more {
    display: inline-block;
}

.input_number_label .value,
.input_number_label .more {
    padding-left:4px;
}

.rad-mvc-icon-product:before {
    font-family: WooCommerce;
    content: '\e006';
    speak: none;
    font-weight: 400;
    font-size: 17px;
    padding: 6px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-indent: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    font-variant: normal;
    margin: 0px;
}

.rad-mvc-product-approve {
    background: #44cb92;
    padding: 6px 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.rad-mvc-product-approve:hover {
    background: #44cb92;
}

.rad-mvc-product-reject {
    background: #f58989;
    padding: 6px 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.rad-mvc-product-reject:hover {
    background: #ef7474;
}

.rad_mvc_product_status .approved {
    background: #44cb92;
}

.rad_mvc_product_status .pending {
    background: #e0dede;
}

.rad_mvc_product_status .rejected {
    background: #f58989;
}

#status {
    width:10%;
    text-align: left !important;
}

.column-status {
    float: none !important;
    text-align: left !important;
}

.rad-mvc-product-status * {
    display: none;
}

.rad-mvc-product-status.isloading .loading,
.rad-mvc-product-status.rejected .rejected,
.rad-mvc-product-status.pending .pending,
.rad-mvc-product-status.approved .approved {
    display: block;
}

.rad-mvc-product-status.isloading .rejected,
.rad-mvc-product-status.isloading .pending,
.rad-mvc-product-status.isloading .approved {
    display: none;
}

.rad-mvc-product-status.rejected .rejected:before,
.rad-mvc-product-status.pending .pending:before,
.rad-mvc-product-status.approved .approved:before {
    display: inline-block;
    content: "";
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 4px;
}

.rad-mvc-product-status.rejected .rejected:before {
    background: #f58989;
}
.rad-mvc-product-status.approved .approved:before {
    background: #44cb92;
}

.rad-mvc-pending-products_num {
    border-radius: 50%;
    padding: 3px;
    min-width: 19px;
    min-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.rad-mvc-pending-products_num.new {
    background: #ff2135;
    color: #fff;
}

.rad-mvc-rating-link {
    color: #ffd60b;
    text-decoration: none;
}

.rad-mvc-no-campaign {
    color: #ccc;
}

.rad-mvc-has-campaign {
    color: #63bf6a;
}


.rad_mvc_enable,
.rad_mvc_disable {
    width: 9px;
    height: 9px;
    background: #2ebd2e;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.rad_mvc_disable {
    background: #cec3c3;
}

.campaign-products-wrapper {
    padding-top: 25px;
}

.campaign-products-wrapper .subscribe-product-btn {
    top: 0;
}

.campaign-products-wrapper .product-search-result {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    position: absolute;
    padding: 0 5px;
    margin: 1px 3px;
    min-width: 160px;
}

.campaign-products-wrapper .product-search-result li {
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}

.campaign-products-wrapper .product-search-result li:not(:last-child) {
    border-bottom: 1px solid lightgrey;
}

