﻿.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: #00c9d0;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

::-webkit-scrollbar {
    width: 2px !important;
}

html {
    font-size: 90%; /* 16px browser default */
}

tr.e-row.discontinued {
    background-color: lightsalmon;
}

.ok {
    background-color: yellowgreen;
}

.nok {
    background-color: orange;
}

error {
    background-color: orangered;
}

.right25px {
    right: 25px;
    position: absolute;
}

.e-checkbox-wrapper.e-wrapper {
    margin-top: 8px;
}

.e-checkbox-wrapper.e-wrapper.e-alignright {
    float: right;
}

/* Réduction de la taille de la barre de filtre de SfGrid */
input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    height: 24px;
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper, .e-input-group.e-disabled, .e-input-group.e-control-wrapper.e-disabled {
    font-size: 13px;
}

.e-grid .e-filterbarcell, .e-grid .e-filterbarcelldisabled {
    padding: 0 2px;
}

/* SfGrid hauteur bouton */
.e-btn, .e-css.e-btn {
    font-size: 13px;
}

.e-grid .e-unboundcell, .e-grid .e-editedrow .e-normaledit .e-unboundcell, .e-grid .e-addedrow .e-normaledit .e-unboundcell {
    padding-bottom: 0px;
    padding-top: 0px
}

/* SfGrid Masquer ordre de filtre */
.e-grid .e-sortnumber {
    display: none;
}

/* Masquer le résumé des filtres de recherche actifs en bas des SfGrid */
.e-pager .e-pagermessage {
    display: none;
}

.e-pager .e-pagerexternalmsg {
    display: none;
}

.e-pager .e-pagerconstant {
    display: none;
}

.e-pager .e-pagecountmsg {
    display: none;
}

.e-pager {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* Suppression de la ligne de séparation de colonne Freeze dans SfGrid */
.e-grid.e-lib .e-leftfreeze.e-freezeleftborder, .e-grid .e-leftfreeze.e-freezeleftborder {
    border-right-color: transparent; /*  here you can change the color of the border */
}

.e-grid.e-lib .e-rightfreeze.e-freezerightborder, .e-grid .e-rightfreeze.e-freezerightborder {
    border-left-color: transparent; /*  here you can change the color of the border */
}

/* Supprime le padding right 25px prévu pour les icônes de filtre même si pas de filtre */
.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, .e-grid .e-gridheader .e-stackedheadercelldiv {
    padding: 0 0 0 0;
}

/* Hide ... in SfGrid */
.e-grid.e-responsive .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
    text-overflow: clip;
}

/* Masque les bordures des SfGrid */
.e-grid
{
    border-width: 0px;
}

/* Réduit la barre de recherche des colonnes inactives*/
input#_filterBarcell {
    height: 1px;
}

.blacklist {
    background-color: orange;
}

/* SfTextBox e-disabled */
.e-float-input.e-control-wrapper input[disabled],
.e-control.e-textbox.e-lib.e-input.e-disabled,
.e-control.e-numerictextbox.e-lib.e-input.e-disabled,
.e-control.e-datepicker.e-lib.e-input.e-disabled,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled {
    background-color: #ffffff;
    -webkit-text-fill-color: #333;
}

.e-control-wrapper.uppercase .e-textbox {
    text-transform: uppercase;
}

/* Border bas uniquement */
.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-color: #c8c8c8;
}

/* Align Checkbox to right*/
.e-checkboxright {
    margin-top: 8px;
    margin-right: 4px;
    float: right;
}

/* SfNumericTextBox right*/
.e-numerictextbox {
    text-align: right;
}

/* Font Bold*/
.fontbold {
    font-weight: 600;
    color: #214263;
}

/* Expand panel space */
.mud-expand-panel .mud-expand-panel-header {
    padding: 8px 8px;
}

.mud-expand-panel.mud-panel-expanded {
    margin: 0px 0;
    padding: 0px 0;
}

.mud-expand-panel .mud-expand-panel-content {
    padding: 0px;
}

/* Stock alert fond orange*/
.stockalert {
    background-color: orange;
}

.stockalert:hover {
    background-color: orange !important;
}

.entrée {
    background-color: #ecf9ec;
}

.cmde_frn {
    background-color: #c6ecc6;
}

.sortie {
    background-color: #eaf1fa;
}

.cmde_cli {
    background-color: #c5d9f1;
}

/* SfNumericTextBox Hauteur 24 au lieu de 30 */
.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    min-height: 24px;
}

/* SfTextBox readonly
.e-input-group.e-readonly {
    border-left: none;
    border-top: none;
    border-right: none;
}*/
/* SfTextBox underline
.e-input-group.e-underline {
    border-left: none;
    border-top: none;
    border-right: none;
}*/