﻿#modalDiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalDiv .Confirmation {
    width: 360px;
    height: 180px;
    background: white;
    border: 5px solid #adadad;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #modalDiv .Confirmation table {
        width: 100%;
    }

    #modalDiv .Confirmation div {
        width: 100%;
        text-align: center;
    }

    #modalDiv .Confirmation a {
        padding: 1px 6px 1px 6px;
    }

#modalDiv .msgButton {
    background: url(../../Common/images/button-back.jpg) repeat-x;
    color: #fff;
    height: 19px;
    border: 1px solid #255fa8;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
}

    #modalDiv .msgButton:hover {
        background: url(../../Common/images/button-back.jpg) repeat-x 0px -22px;
        color: #fff;
        border: 1px solid #bb0000;
        cursor: pointer;
        text-decoration: none;
    }

    #modalDiv .title {
        width: 100%;
        background: url(../../Common/images/blue-gradient-short.jpg) repeat-x top;
        padding: 0;
        margin: 0;
        font-size: 15px;
        color: #000;
        font-weight: bold;
        height:38px;
    }

#modalDiv .mt-40 {
    margin-top: 40px;
}

#modalDiv .ml-50 {
    margin-left: 50px;
}
