﻿.modalprogressbar {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 120%;
    top: 0;
    left: -15%;
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 12% auto;
    width: 100px;
    /*padding: 10px;
    background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
    .center img {
        height: 100%;
        width: 100%;
       
    }

.modalpopup {
    background-color: white;
    color: Black;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 80%;
    font-size: small;
    box-shadow: rgba(0,0,0,0.4) 3px 3px 3px 3px;
}

.modalbackground {
    background-color: black;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.white-content {
    top: 5%;
    left: 14%;
    height: 550px;
    position: absolute;
    position: fixed;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px;
    line-height: 23px;
    border: 3px solid white;
    border-radius: 10px;
}

    .white-content iframe {
        margin-top: 30px;
    }

    .white-content button {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        font-size: 12px;
        padding: 0;
        padding-top: -15px;
        height: 16px;
        width: 16px;
    }

.black-content {
    position: absolute;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    overflow: auto;
}

.iframe {
    margin: 15px;
}
