﻿.divOverlay
{
    left:0;
    top:0;
    z-index:500;
}
.paddingTop60
{
    padding-top:60px;
}
.divOverlay
{
    opacity: 0.5;
    position:absolute;
    background-color:darkgray;
    text-align:center;
    min-height:100px;
}
.modalPopup 
{
    background-color: #F8F8F8;
    z-index:1000;
    position:fixed;
    top:100px;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -12.5%;
}
.popupHeading 
{
    font-weight:bold;
    padding: 5px;
    line-height:25px;
    background-color: #fb5557;
    color:white;
    padding-left:10px;
}

.popupHeading a {
    cursor:pointer;
    padding:0px 5px;
    font-size:14px;
    font-weight:normal;
}

.popupFooter
{
    margin-top: 15px;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer {
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modalPopup {
    background-color: transparent;
    box-shadow: none;
}

.modal-content {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 5px;
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1),0 3px 6px 0 rgba(0,0,0,.07);
}