﻿.loaderwrapper{
    position:relative;
}

.gasicon {
    color:#039BE5;
}
.smallbutton {
    font-size: 0.9em;
}

.validation-message {
    color: red;
}

.button-right-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.blazored-toast-container{
    z-index: 1000000 !important;
    top: 60px
}
/*DX, should be placed in a separate file and only for DX grids*/
table.dxbl-grid-table > tbody {
    border-style: none !important;
}

table.dxbl-grid-table > thead {
    border-style: none !important;
}

.dxcombobox-white-background input {
    background-color: #fff !important;
}
