﻿/*
    Overloads to make Radzen software.css theme match Bootstrap 4 (5?) them that Magen is using.
*/

.rz-button.btn-primary, .btn-primary.rz-paginator-element {
    background-color: #117eae !important;
    border-color: #117eae !important;
}

.rz-button:not(.rz-state-disabled):hover:not(:active), .rz-paginator-element:not(.rz-state-disabled):hover:not(:active) {

    background-color: #000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modal {
    background-color: rgb(60, 117, 165, 0.5);
}

.form-group {
    margin-bottom: .6rem;
}

.rz-tabview-panel {
    padding: 1rem 1rem 0.4rem;
}

.link {
    color: cadetblue;
}

.rz-fieldset-content {
    padding: 0.8rem 0.8rem 0.4rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #39484C;
}

.buyer {
    color: #388e3c;
    /*to match QuestPDF.Colors.Green.Darken2*/
}

.seller {
    color: #c62828; /*to match QuestPDF.Colors.Red.Darken3*/
}

.invoiceAmount {
    color: #388e3c;
}
.outstanding {
    color: #db9518;
}
.partPaid {
    text-decoration: underline;
}

.payment {
    color: #096d9a;
}
.paid {
    color: #d45c5c;
    text-decoration: line-through;
}
.disabled {
    color: #d45c5c;
}


.formNote{
    color: lightslategrey;
    font-size: 0.8em;
}

.delete {
    color: #d45c5c;
}
.create {
    color: #388e3c;
}
.update {
    color: #f2dbb4;
}

.more {
    color: #0026ff;
}
.less {
    color: #d45c5c;
}

.initialBrokerage {
    text-decoration: line-through;
}


.body{
    margin-bottom:0 !important;
}

.ukEntity {
    color: #c62828;
}

.usEntity {
    color: #0026ff;
}
.nomadEntity {
    color: #388e3c;
}