﻿html, body {
    margin: 0;
}

.waiter, .waiter-primary {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.waiter-primary {
    padding: 2em;
    color: #003c8f;
    color: var(--mdc-theme-primary, #003c8f);
}

.lds-ring, .lds-ring-primary {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring-primary {
    margin: auto;
}

.lds-ring div, .lds-ring-primary div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring-primary div {
    border-top-color: #003c8f;
    border-top-color: var(--mdc-theme-primary, #003c8f);
}

.lds-ring div:nth-child(1), .lds-ring-primary div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2), .lds-ring-primary div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3), .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring-primary {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#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;
}

.primary-dark {
    color: #003c8f; /*Blue._800*/
}

.primary-light {
    color: #5e92f3;
}

.primary-outlined {
    /*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12);*/
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-color: var(--mdc-theme-primary, #e0e0e0);
}

.primary-light-outlined {
    /*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12);*/
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-color: #5e92f3; /**/var(--mdc-theme-primary, #e0e0e0);*/
}

.indicateur {

}


.new-version-toast {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: darkturquoise;
    padding: 10px;
    margin: 10px 30px;
    box-shadow: 9px 5px 5px grey;
    position: absolute;
    bottom: 0px;
    width: 400px;
}

.clientCard {
    justify-content: space-between;
}

.clientCardContent {
    padding: 0.5em 1em;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.clientCardIcon {
    font-size: 48px;
}

.clientCardActionButtons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 0.5em;
}

.clientCardCaption {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 0.75rem;
    font-size: var(--mdc-typography-caption-font-size, 0.75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: 0.00333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.00333333333em);
    text-decoration: inherit;
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mytable {
    width: 100%;
    border: 0;
    border-spacing: 0;
    table-layout: fixed;
}

.mdc-table {
}

.mytable tr:nth-of-type(odd) {
    background-color: inherit;
}

.mytable tbody tr:nth-of-type(odd) {
    background-color: #1565c033;
}

.mytable th {
    font-size: 12px;
    font-weight: 500;
    padding: 0.5em;
    background-color: #1565c0;
    color: #fff;
    height: 24px;
    text-align: left;
    border: 1px solid rgb(200,200,200);
    border-left: 0;
}

.mytable td {
    font-size: 12px;
    padding: 0.5em;
    border: 1px solid rgb(200,200,200);
    border-top: 0;
    border-left: 0;
}

.mytable tbody tr td:first-child, .mytable tbody tr th:first-child {
    border-left: 1px solid rgb(200,200,200);
}

.mytable tr:first-child th:first-child {
    border-top-left-radius: 7px;
}

.mytable tr:first-child th:last-child {
    border-top-right-radius: 7px;
}

.mytable tbody tr:last-of-type td:first-child {
    border-bottom-left-radius: 7px;
}

.mytable tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 7px;
}

.mdc-top-app-bar__section--align-end .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-top-app-bar__section--align-end .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: white;
}
.mdc-top-app-bar__section--align-end .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.mdc-top-app-bar__section--align-end .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.mdc-top-app-bar__section--align-end .mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.mdc-top-app-bar__section--align-end .mdc-text-field--filled .mdc-line-ripple::after {
    border-bottom-color: white;
}