﻿.extension-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2001;
    text-align: center; 

    background-image: url('/background-img?p=landing/css/global.css#extension-overlay') !important;
}

.extension-overlay > div {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.5em; 
}

.extension-overlay span {
    color: #39C003; 
}

.extension-overlay .chrome-overlay {
    top: 450px;
    left: 54%; 
}

.extension-overlay .firefox-overlay {
    top: 277px;
    left: 285px;
}

.cancel-confirm {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    background-color: #fbfbfb;
    width: 400px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #c5c7c9;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4);
    z-index: 99;
}

.cancel-confirm .content-row {
    margin-bottom: 20px;
}

.cancel-confirm .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.cancel-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.bundle-continue-modal {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
    z-index: 999;
}

.installedText {
    display: none;
}

.installedText span.lg {
    font-size: 24px;
    display: none;
}

#ie-wrap {
    position: fixed !important;
    bottom: 200px !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent !important;
    height: 230px !important;
}

.ie {
    width: 65% !important;
    max-width: 786px !important;
    border: 5px solid #777 !important;
    background: #fff !important;
    border-radius: 10px !important;
    margin: 0 auto !important;
    position: relative !important;
    background: #fff !important;
    height: 200px;
}

.ie .arrow {
    position: absolute;
    top: -80px;
    height: 464px;
    right: -20px;
    width: 232px;
    background: url(/Content/ie/arrow2.png);
}

.ie .content {
    margin-right: 200px;
    padding: 25px;
    font-size: 20px;
    font-family: 'century gothic', sans-serif, 'arial';
    font-size: 30px;
    font-weight: bold;
}

.hightlight {
    color: #ff9c00;
}

.font-35 {
    font-size: 45px;
}

#acceptTermsModal .content p {
    margin: 0 0 20px 0;
}

#acceptTermsModal h1 {
    font-size: 20px;
}

#acceptTermsModal .terms {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 5px 20px;
}

#acceptTermsForm {
    margin: 10px 0 10px 20px;
}

#acceptTermsModal .small {
    font-size: 12px;
}


#padsOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
}