﻿body {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.mbrCardBrand {
    display: none;
    width: 490px;
    margin: 0 auto 20px;
    padding: 7px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.mbrShownCards {
    width: 488px;
    height: 25px;
    text-align: center;
}

.CardImage {
    padding: 1px;
}

#SupportText {
    margin: 0 0 0 5px;
    font-size: 8pt;
}

#VersionInfo {
    float: right;
    font-size: 11px;
    width: 35px;
    height: 20px;
}

i#VersionText {
    display: none;
}

div#VersionInfo:hover i#VersionText {
    display: block;
}

#submitBtn, #cancelBtn {
    background-color: #7c007f;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    margin: 0 auto;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 8px 16px;
    font-size: 24px;
    background-color: #ffffff;
    color: red;
}

.modal-body {
    padding: 16px 16px;
    font-size: 14px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #f5f5f5;
    color: white;
}

.modal-footer-strip {
    height: 6px;
    padding: 0;
}
