/* fixing footer overlapped by navbar */
.navbar.navbar-inside-page {
    margin-bottom: 15px;
}
/* Hide create contact 

[data-target="#createContactModal"] {
    display: none !important;
}*/


/*  hidding the invoice part in the "invoice & payment" page */

#paymentSearchResult + h2,
#invoiceSearchResult {
    display: none;
}

/* hide create invoice"*/
input[value="Create Invoice"] {
    display: none !important;
}

/* --- end hidding --- */

/* New branding change progress bar color */
.progress-bar {
    background-image: linear-gradient(to bottom,#8880B1 0%,#8880B1 100%);
}
/* When using the new branding, get the labels in grey */
.theme-label-floating {
    color: grey;
}

/* Billing address button*/
span.btn.btn-info.btn-xs {
    background: black;
}
	
/* Consent */

div#anchor_DataProcessingConsent {
    display: none;
}
 
div#DataProcessingConsentInfo {
    margin: 0 !important;
}
 
div#DataProcessingConsentInfo > .consent-title:nth-child(2) {
    margin-top: 0;
}

.consent-body {
    font-size: .9em;
    margin-left: -15px;
}

.consent-title {
    font-size: .90em;
    color: inherit;
    font-weight: bold;
}

.consent-body > p {
    text-align: justify
}

.consent-body > ul {
    list-style-type: circle;
}

/* END Consent */

