﻿.bg-white
{
    background-color: #ffffff;
}

.bg-buttonBroxel
{
    background-color: #00A6F5;
    border-color: #00A6F5;
    color:#ffffff;
}

.bg-buttonBroxel:hover
{
    background-color: #00A6F5 !important;
    border-color: #00A6F5 !important;
    color: #ffffff !important;
}

    .bg-buttonBroxel:focus {
        box-shadow:none;
    }
.blazored-modal {
    background-color: rgba(0, 0, 0, 0) !important;
    border: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.blazored-modal-header {
    display: none !important;
}
.pointer
{
    cursor: pointer;
}

.blazored-modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

