@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.main-background-color {
    background-color: #e5e7f2;
}

.login-background-gradient {
    background: rgb(229,231,242);
    background: radial-gradient(circle, rgba(229,231,242,1) 0%, rgba(255,255,255,1) 50%);
}

html, body {
    height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.not-found {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 300;
    color: #acadb6;
}

.purchase-transaction-error {
    font-size: 11px;
    color: #be4343;
}

    .purchase-transaction-error:before {
        content: "* ";
    }

    .purchase-transaction-error:first-child {
        font-size: 12px;
        font-weight: 600;
    }

        .purchase-transaction-error:first-child:before {
            content: "";
        }


.successful-transaction {
    color: #72cc22;
    font-family: "Open Sans";
    font-size: 24px;
}

.transaction-number {
    font-size: 12px;
    font-family: "Open Sans";
    color: #737580;
}

.separator-dark {
    margin: 0px;
    border-top: 1px solid #d5d7e0;
}

.separator-light {
    margin: 0px;
    border-top: 1px solid #f0f2fc;
}

.field-label {
    font-family: "Open Sans";
    font-size: 12px;
    color: #73747e;
    margin-bottom: 4px;
}

.btn-main {
    color: #fff;
    border-width: 0px;
    border-radius: 8px;
    background-color: #384069;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 14px;
    font-family: "Open Sans"
}

    .btn-main:hover {
        background: #535e9a;
    }

    .btn-main[disabled] {
        color: #fff;
        background-color: #b2b8dc;
    }


.btn-dashboard-actions {
    border-width: 0px;
    font-family: "Open Sans";
    font-size: 13px;
    color: #444d7e;
    background-color: transparent;
    box-shadow: none !important;
    outline: 0px !important;
}

    .btn-dashboard-actions:hover {
        color: #6b79c6;
    }

.dashboard-table {
    width: 100%;
    background: #ffffff;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #4b4c52;
}

    .dashboard-table th {
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        padding: 8px;
    }

    .dashboard-table td {
        font-family: "Open Sans";
        font-size: 12px;
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #dadce5;
        text-align: left;
        padding: 8px;
    }

.icon-button {
    border-width: 0px;
    background-color: transparent;
    box-shadow: none !important;
    outline: 0px !important;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-field {
    font-size: 12px;
    display: block;
    font-family: "Open Sans";
    padding: 6px 8px 6px 8px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #dadce5;
    background: #ffffff;
    width:100%;
    color: #585961;
    border-radius: 8px;
    outline: none;
}

.header-title {
    color: #4b4c52;
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway";
}

.header-subtitle {
    color: #737580;
    font-size: 14px;
    font-family: "Raleway";
}

.invoice-title {
    color: #4b4c52;
    font-size: 24px;
    font-weight: bold;
    font-family: "Raleway";
}

.invoice-number {
    color: #737580;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans";
}

.error {
    color: red;
    font-size: 10px;
    background-color: transparent;
    display: none;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #df0000;
    font-size: 12px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.2;
}

.opacity-2 {
    opacity: 0.4;
}

.opacity-3 {
    opacity: 0.6;
}

.opacity-4 {
    opacity: 0.8;
}

.opacity-5 {
    opacity: 1.0;
}

.flex-even {
    flex: 1;
}
