@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

/* application */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: inherit;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background-color: firebrick;
    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;
    }

.tete {
    background-color: lightcyan;
}

.titre {
    background-color: midnightblue;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: larger;
    padding: 4px;
    margin-bottom: 0px;
}

.pleine-hauteur {
    height: 100%;
}

.contenu {
    margin: 4px;
}

.gridlayout-item {
    height: 100%;
    padding-top: 0px;
    position: relative;
    top: 0;
    z-index: 0;
}

.pied {
    display: flex;
    align-items: start;
    background-color: dimgray;
    color: white;
    font-size: smaller;
    padding-left: 10px;
    padding-top: 2px;
}

.toaster {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    color: white;
    font-size: smaller;
    padding-right: 10px;
    background-color: dimgray;
}

.toaster-info {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    color: white;
    font-size: smaller;
    padding-right: 10px;
    background-color: darkgreen;
}

.toaster-avert {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    color: white;
    font-size: smaller;
    padding-right: 10px;
    background-color: darkorange;
}

.toaster-erreur {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    color: white;
    font-size: smaller;
    padding-right: 10px;
    background-color: darkred;
}

.scroll-view {
    overflow-y: scroll;
    scroll-behavior: auto;
    height: 100%;
}

.pivot-val-base {
    text-align: center;
    padding: 2px;
}

.pivot-val-1 {
    background-color: yellow;
    color: black;
}

.pivot-val-2 {
    background-color: orange;
    color: black;
}

.pivot-val-3 {
    background-color: purple;
    color: white;
}

.pivot-val-4 {
    background-color: cyan;
    color: black;
}

.pivot-val-5 {
    background-color: magenta;
    color: black;
}

.pivot-val-6 {
    background-color: green;
    color: white;
}

.pivot-val-7 {
    background-color: red;
    color: white;
}

.pivot-val-8 {
    background-color: red;
    color: white;
}

.dx-pivotgrid .table .td {
    border-bottom-width: 0px;
}

.dx-pivotgrid .table .dxpg-data {
    padding: 0px;
}

.dx-pivotgrid .table .dxpg-header {
    padding: 0px;
    vertical-align: middle;
}

.masque {
    display: none;
}

.label-avant-input {
    padding-top: 3px;
}

.marge-bloc-20 {
    margin: 20px;
}

.aide-important {
    font-weight: bold;
    color: darkred;
}

.transparent {
    background-color: transparent;
}

.dlg-login {
    display: flex;
    align-items: center;
    width: 60%;
    margin-left: 30%;
    margin-right: 20%;
    height: 100%;
}
