﻿@import "WCheckBox.css";
@import "WDatePicker.css";
@import "WToast.css";
@import "WMultipleSelect.css";
.DisplayBox{
    background-color:#efefef;
    padding:6px 8px;
}
.component-overlay-dark {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.3);
}
.component-overlay {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}