body.web-to-lead.ba82dd84d08bfe861398c17f1cb9f305 p {
    color: chartreuse;
}

/*affiliate module login hide some feilds */
.customers.register .form-group.register-country-group, .customers.register .form-group.register-referral-code-group {
    display: none;
}

/*affiliate module login rtl */
.customers.customers_login input#email {
    direction: ltr;
    text-align: right;
}

/*affiliate module read only price */
form#order-form input.form-control[name="rate"] {
    pointer-events: none;
    touch-action: none;
}

form#order-form td.rate input.form-control {
    pointer-events: none;
    touch-action: none;
}

form#order-form .dropdown.bootstrap-select.show-tick.display-block.tax.main-tax.bs3 {
    display: none !important;
    pointer-events: none;
    touch-action: none;
}
form#order-form td.taxrate {
    display: none !important;
    pointer-events: none;
    touch-action: none;
}
form#order-form td.custom_field {
    display: none;
}

body.customers {
    direction: rtl !important;
}


// affiliate module - hidden in frontend menu
li.menu-item-my-reports {
    display: none !important;
} 

li.menu-item-products-list {
    display: none;
}

li.menu-item-affiliate-programs {
    display: none;
}

//--------------
table {
    background: black;
}

a.mright10.font-medium-xs.pull-left {
    color: yellow !important;
}

body .modal-content .pagination>li>a {
    background: darkcyan !important;
}


/*appointly */
.form-group label[for="address"], .form-group #address {
    display: none;
}


