.Waiting {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top:-30px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:-14px;
    z-index: 9999;
    border: solid 4px #ced4da;
    border-radius: 50%;
    -webkit-animation: spin 700ms linear infinite;
    -moz-animation: spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
}

.loginWaiting {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    margin-top: -2px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 9999;
    border: solid 4px #ced4da;
    border-radius: 50%;
    -webkit-animation: spin 700ms linear infinite;
    -moz-animation: spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
}

.FilterWaiting {
    display: inline-block !important;
    margin-top: -55px !important;
    margin-left: -18px !important;
    height: 35px !important;
    width: 35px !important;
}

.progress-div {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% + 10px) !important;
    opacity: 0.85;
    z-index: 9998;
    background-color: #FFF;
    border: 1px solid #ced4da;
    display: none;
}

.progress-div-waiting {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
    z-index: 9999;
    border: solid 4px #ced4da;
    border-radius: 50%;
    -webkit-animation: spin 700ms linear infinite;
    -moz-animation: spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
}

.AlertInfo {
    position: fixed;
    bottom: 3px;
    right: 5px;
    border: solid 1px #ced4da;
    border-top: solid 4px #ced4da;
    width: 336px;
    min-height: 80px;
    height: auto;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-word;
    z-index: 9999;
    /*color:#FFF;*/
    background-color: #373737
}

.alert-parent {
    height: 40px;
    border-bottom: solid 1px #cecaca
}

.alert-check {
    margin-left: 8px;
    background-color: #007200;
    border-radius: 50%;
    color: #FFF;
    width: 27px !important;
    height: 27px !important;
    font-size: 11px;
}

.alert-error {
    background-color: #e53935 !important;
}

.alert-title {
    padding-top: 1px;
    padding-right: 5px;
    color: #FFF !important;
}

.alert-close {
    padding-right: 10px;
    color: #808080;
    cursor: pointer;
    color: #FFF !important;
}

.alert-text {
    padding-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color:#FFF!important;
}

.AlertBgOk {
    background-color: #0bad14 !important;
}

.AlertBgNok {
    background-color: #e53935 !important;
}

.NoDisp {
    display: none;
}

.MarginTop-27 {
    margin-top: -27px !important;
}

.Font35 {
    font-size: 35px !important;
}

.MarginLeft5 {
    margin-left: 5px !important;
}

.MarginRight5 {
    margin-right: 5px !important;
}

.MarginTop5 {
    margin-top: 5px !important;
}

.MarginLeft1 {
    margin-left: 1px !important;
}
