/*****
zacks.com
Download_app CSS
November, 2013
*****/

/**** Home Page Right Panel Trading Success Module ****/
#homepage_app_ad,
#stockspage_app_ad{
    position: relative;
}

#homepage_app_ad > div{
    width:210px;
    margin-top:10px;
    margin-bottom:18px;
}

#homepage_app_ad img {
    position: absolute;
    right: 0;
    bottom: 0;
}


/**** Download App module on Stocks Page, Funds Page, Education Page *****/
#stockspage_app_ad,
#etfpage_app_ad,
#edupage_app_ad{
    padding: 15px 17px 8px 85px;
    position: relative;
    margin-left: 10px;
}

#stockspage_app_ad h1,
#etfpage_app_ad h1,
#edupage_app_ad h1{
    max-width: 450px;
}

#stockspage_app_ad img,
#etfpage_app_ad img,
#edupage_app_ad img {
    position: absolute;
    left: -10px;
    bottom: -10px;
}

#stockspage_app_ad > div.download_button,
#etfpage_app_ad > div.download_button,
#edupage_app_ad > div.download_button{
    position:absolute;
    right:10px;
    bottom:15px;
}
#stockspage_app_ad > p,
#etfpage_app_ad > p,
#edupage_app_ad > p{
    width:360px;
    margin-top:5px;
}

#edupage_app_ad{
    height: 77px;
}
#edupage_app_ad p{
    position: absolute;
}


/**** App Identifier Popup ****/
#pop_device_identifier{
            border:1px solid #CACACA !important; /* light gray */
            border-radius:6px;
            box-shadow:inset 0px 2px 4px 0px #fff;
            /* this is a gray gradient effect -- generated using http://www.colorzilla.com/gradient-editor/ */
            background:rgb(223,223,223); /* Old browsers */
            background:-moz-linear-gradient(top,  rgba(223,223,223,1) 1%, rgba(255,255,255,1) 30%); /* FF3.6+ */
            background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(223,223,223,1)), color-stop(30%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background:-webkit-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%); /* Chrome10+,Safari5.1+ */
            background:-o-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%); /* Opera 11.10+ */
            background:-ms-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%); /* IE10+ */
            background:linear-gradient(to bottom,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%); /* W3C */

            position: relative;
            oveflow: hidden;
            padding: 8px 17px;

            min-height: 180px !important;
            width: 400px !important;
        }

        #pop_device_identifier > div{
            width:210px;
            margin-top:10px;
            margin-bottom:18px;
        }

        #pop_device_identifier h1{
            color: #007F06;
            margin-bottom: 0 !important;
            font-size: 13.5pt;
            text-transform: capitalize;
            text-shadow: 0 1px 1px #fff;
            font-weight: bold;
        }


        #pop_device_identifier img {
            position: absolute;
            right: 0;
            bottom: 0;
        }
        #pop_device_identifier p.device_pop_close img{
            position: absolute;
            right: 10px;
            top: 10px;
        }
        .device_pop_close{
            margin-top: 12px;
        }

/*****************/
/*****************/
/******** I-phone Device Popup ********/
.pop_device_m{
    border:1px solid #CACACA !important; /* light gray */
    border-radius:6px;
    box-shadow:inset 0px 2px 4px 0px #fff;
    /* this is a gray gradient effect -- generated using http://www.colorzilla.com/gradient-editor/ */
    background:rgb(223,223,223) !important; /* Old browsers */
    background:-moz-linear-gradient(top,  rgba(223,223,223,1) 1%, rgba(255,255,255,1) 30%) !important; /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(223,223,223,1)), color-stop(30%,rgba(255,255,255,1))) !important; /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%) !important; /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%) !important; /* Opera 11.10+ */
    background:-ms-linear-gradient(top,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%) !important; /* IE10+ */
    background:linear-gradient(to bottom,  rgba(223,223,223,1) 1%,rgba(255,255,255,1) 30%) !important; /* W3C */

    position: relative;
    oveflow: hidden;
    padding: 10px;
    margin: 10px;

    /*width: 260px !important;
    min-height: 300px !important;*/

    width: 640px !important;
    min-height: 960px !important;
}


.pop_device_m h1 {
    color: #007F06;
    font-size: 13.5pt;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 0 1px 1px #FFFFFF;
    text-transform: capitalize;
    text-align: left;
    margin-top: 5px;
}

.pop_device_m h2{
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 15px;
}
.pop_device_m h2 a{
    line-height: 15px;
}

.pop_device_m p{
    width: 100%;
    display: block;
}

.pop_device_m h2 img{
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.pop_device_m p{
    font-size: 10pt;
    margin: 7px 0;
    padding: 0;
}

.pop_device_m p + p{
    margin: 15px 0;
}

 .pop_device_m footer img {
    bottom: 0;
    position: absolute;
    right: 0;
}

.pop_device_m .fancy_button
{
     font-size:10.5pt; /* 14px */
     padding: 5px 8px;
     color: #FFFFFF !important;
     font-size: 10pt;
     font-weight: bold;
     text-decoration: none;
}

/* ************ Media Queries *********** */
   @media only screen and (min-width : 100px) and (max-width : 600px)
{

    .pop_device_m {
        clear: both;
        padding: 2% 2%;
        margin: 2%;
        width: 92%;
    }

    .pop_device_m h1{
        font-size: 130%;
        margin-top: 0;
    }

    .pop_device_m h2{
        margin: 0;
        padding: 0;
    }
    .pop_device_m footer img{
        margin-bottom: 0;
        width: 62%;
    }
    .pop_device_m .fancy_button{
        font-size: 100%;
        padding: 2% 3%;
    }

}



/* eof */