﻿
/*---------------------- GestMag CSS -------------------------- */
img.center {
    display: block;
    margin: 0 auto;
}

.btn-right {
    position: absolute;
    right: 2.0rem;
}

.btn-right-pop {
    position: absolute;
    right: 0.0rem;
    top: 0.0rem;
}

.btn-right-popup {
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
}

/*DevExpress Blazor Grid hide toolbar*/
.hide-toolbar .dxbl-grid-toolbar-container {
    display: none;
}

.gm-bg-danger {
    background-color: #f8d7da;
}

.gm-bg-warning {
    background-color: #fff3cd;
}

.gm-bg-info {
    background-color: #d1ecf1;
}

.gm-bg-violet {
    background-color: #EE82EE;
}

.gm-bg-lightgreen {
    background-color: #90EE90;
}
