﻿body {
}

.overlay{
    opacity:0.8;
    background-color:#000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    display:none;
    text-align:center;
    padding:100px 0px 0px 0px;
    color:white;
}
.redimportant {
    color: #EF3E53 !important;
    fill: #EF3E53 !important;
}
.greenimportant {
    color:  #3CBEB6 !important;
    fill:  #3CBEB6 !important;
}