﻿#export-init-done {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.9);
    font-size: 200%;
}
    #export-init-done.transparent {
        background-color: rgba(232, 232, 232, 0.95);
    }
    #export-init-done table {
        width: 100%;
        height: 100%;
    }
    #export-init-done td {
        text-align: center;
        vertical-align: middle;
    }
#cont-export {
    z-index: -100;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 2vw;
    bottom: 0px;
    width: 25%;
    top: 25%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'TelstraBody';
    font-weight: 500;
    border-radius: 2vw;
}

    #cont-export .bubble {
        position: absolute;
        top: 100%;
        left: 20%;
        margin-top: -0.1vw;
        height: 0.7vw;
        width: auto;
        transform: rotate(180deg);
        transform-origin: center center;
    }
    #cont-export .close {
        display: none;
        position: absolute;
        top: 1vw;
        right: 1vw;
        width: 8%;
        height: auto;
    }
        #cont-export .close img {
            width: 100%;
            height: auto;
            border: none;
        }
#export-title {
    display: block;
    margin: 8% auto 0% auto;
    width: 80%;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    font-family: 'TelstraDisplay';
}
#export-desc {
    display: block;
    margin: 8% auto 0% auto;
    width: 80%;
    text-align: left;
    font-style: italic;
}
#export-ico {
    margin: 12% auto 0% auto;
    width: 80%;
    text-align: left;
    font-style: italic;
}
    #export-ico .table {
        width: 100%;
        height: 100%;
    }
    #export-ico .td {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        line-height: 0px;
    }
        #export-ico .td a {
            display: inline-block;
            margin-left: 10%;
            margin-right: 10%;
            width: 22%;
            font-size: 130%;
            font-weight: bold;
            font-style: normal;
            color: #f44e1a;
        }
            #export-ico .td a:link, #export-ico .td a:visited {
                color: #f44e1a;
                text-decoration: none;
            }
                #export-ico .td a:hover, #export-ico .td a:visited:hover {
                    opacity: 0.5;
                    color: #f44e1a;
                    text-decoration: none;
                }
            #export-ico .td a .txt {
                display: block;
                text-align: center;
                margin-top: 30%;
            }
        #export-ico .td img {
            border: none;
            vertical-align: middle;
            width: 100%;
            height: auto;
        }
        #export-ico .td img.pdf {
            /*width: 93%;*/
        }

#export-tip {
    margin: 12% auto 8% auto;
    width: 80%;
    text-align: left;
    font-style: italic;
}