/* Attendee App Download Header */
.app_download_cta {
    background: #202020;
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#202020));
    background: -webkit-linear-gradient(#555, #202020);
    background: -moz-linear-gradient(#555, #202020);
    background: -ms-linear-gradient(#555, #202020);
    background: -o-linear-gradient(#555, #202020);
    background: linear-gradient(#555, #202020);

    background-origin: border-box;
    color: #fbfffe;
    text-shadow: black 0px 1px 0px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    padding: 10px 20px 16px 10px;
    position: relative;
    cursor: pointer;
}

.cta_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../../images/mobile/close.png) no-repeat 18px 10px;
    background-size: 22px 22px;
    cursor: pointer;
}

.cta_logo {
    width: 57px;
    height: 57px;
    background: url(../../images/mobile/eb-cta-logo.png) no-repeat;
    background-size: 57px 57px;
}

.cta_content {
    margin: 0 50px 0 12px;
}

.cta_content > h2 {
    color: #fbfffe;
    font-size: 16px;
    line-height: 18px;
    padding-right: 15px;
}

.cta_content > p {
    font-size: 11px;
    font-weight: bold;
    margin: 14px 0;
}

.cta_content .message {
    margin-right: 10px;
    line-height: 1.75;
}

.cta_download {
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
    color: #444;
    text-shadow: none;
    background: white;
    border: 1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/* Desktop order confirmation css patch */
.hidden {
    display: none;
}

#eb_header_container.att_header_patch {
    height: 130px;
    background-position: 0 80px;
}

/* 2012-12-13: Appears unused
.notification.att_header_patch {
    margin-top: 100px;
}
*/

/* Retina art */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .cta_logo {
        background: url(../../images/mobile/eb-cta-logo-2x.png) no-repeat;
        background-size: 57px 57px;
    }

    .cta_close {
        background: url(../../images/mobile/close-2x.png) no-repeat 18px 10px;
        background-size: 22px 22px;
    }
}
