﻿article.content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Dashboard transactions table */
.dashboard-transactions-table-completed {
    color: mediumseagreen !important;
    font-weight: bold
}

.dashboard-transactions-table-failed {
    color: red !important;
    font-weight: bold
}

.dashboard-transactions-table-running {
    color: darkorange !important;
    font-weight: bold
}

/* Login Page */

.login-page-status-table-running {
    background-color: #81D5A7;
    border: 1px solid black;
    color: #0f4600;
    font-weight: bold
}

.login-page-status-table-running-value {
    text-align: right
}

.login-page-status-table-failed {
    background-color: #FF6969;
    border: 1px solid black;
    color: rgb(78, 21, 6);
    font-weight: bold
}

.login-page-status-table-failed-value {
    text-align: right;
}

.login-page-status-table-calls {
    background-color: rgb(31, 159, 198);
    border: 1px solid black;
    color: rgb(13, 66, 83);
    font-weight: bold
}

.login-page-status-table-calls-value {
    text-align: right;
}

.run-history-card {
    height: 30px;
}

/* Mat Blazor */

/* Mat App Bar */

.mdc-top-app-bar {
    height: 50px !important;
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 50px !important;
}

.mdc-top-app-bar__section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mat-card {
    cursor: default;
    border-radius: 0px !important;
    width: 100%;
}

.mat-card-content {
    cursor: default;
    padding: 1rem;
}

.mat-card-clean-margin {
    margin: 0px;
}

.mat-drawer {
    border-right: 1px solid lightgray !important;
}

/* Mat Blazor Tab */

.mdc-tab__text-label {
    font-size: 11px;
}

/*mat-tab-label {
    height: 20px !important;
}

.mdc-tab__content {
    height: 30px !important;
}

.mdc-tab__ripple {
    height: 30px !important;
}*/

/* Input Field */

/* MatBlazor Table */
.mdc-table th {
    font-size: 13px !important;
    height: 40px !important;
    line-height: 20px !important;
}

.mdc-table td {
    font-size: 13px !important;
    height: 40px !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 0px !important;
}

.mat-text-field-input mdc-text-field__input {
    font-size: 8px !important;
}

/**************/
/* Side Panel */
/**************/

.header-line {
    background-color: dodgerblue;
    height: 5px;
}

.sidepanel-button {
    background-color: darkorange;
    border: 0;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}

.sidepanel-control {
    border-color: lightgray;
    border-radius: 6px;
    height: 35px;
    width: 100%;
}


/**************/
/* Registration */
/**************/

.registration-button {
    background-color: darkorange;
    border: 0;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}


.registration-control {
    border-color: lightgray;
    border-radius: 6px;
    height: 35px;
    width: 100%;
}

.registration-textarea {
    border-color: lightgray;
    border-radius: 6px;
    width: 100%;
    height: 100px;
}

.confirmation-container {
    background-color: lightgray !important;
    padding: 7px !important;
    margin: 10px !important;
    height: 650px !important;
}

.card-container {
    width: 350px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

.table-responsive {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    width: 100%;
}
/**************/
/* Suppplier */
/**************/
.supplier-save-button {
    background-color: darkslateblue;
    border: 0;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}
.suppplier-control {
    border-color: lightgray;
    border-radius: 6px;
    height: 35px;
    width: 100%;
}