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

/*Home Page Right Panel Trading Success Module */
#stocks_android_ad
, #etfs_android_ad
, #homepage_app_ad
, #pfp_right_rail_app_ad
, #stockspage_app_ad
, #education_android_ad
, #markets_android_ad
, #homepage_android_ad
{
    position: relative;
}

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

#homepage_android_ad > img
, #markets_android_ad > img
, #education_android_ad > img
, #homepage_app_ad img
, #pfp_right_rail_app_ad img
{
    position: absolute;
    right: 0;
    bottom: 0;

}

#pfp_right_rail_app_ad ul
{
    padding-left: 15px;
}
#pfp_right_rail_app_ad ul li
{
    color: #000;
    margin-bottom: 8px;
}

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

#education_android_ad h1
, #markets_android_ad h1
, #stocks_android_ad h1
, #markets_android_ad h1
, #etfs_android_ad h1
, #stockspage_app_ad h1
, #etfpage_app_ad h1
, #edupage_app_ad h1
{
    max-width: 450px;
}

#stocks_android_ad > img
, #etfs_android_ad > img
, #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;
}
#education_android_ad > img
, #markets_android_ad > img
{
    padding: 0;
}

#stocks_android_ad > p
, #etfs_android_ad > p
, #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 for Android  */
#homepage_android_ad
{
    height: 155px;
}
#education_android_ad h1
, #markets_android_ad h1
, #homepage_android_ad h1
{
    font-size: 13.1pt !important;
}
#stocks_android_ad h1 sup
, #markets_android_ad h1 sup
, #etfs_android_ad h1 sup
, #education_android_ad h1 sup
, #homepage_android_ad h1 sup
{
    font-size: 7pt;
    top: -1em;
}
#homepage_android_ad > div
{
    position: absolute;
    top: 43px;
    width: 215px;
    z-index: 9;
}
#homepage_android_ad > div.app_button
{
    top: 130px;
}

#stocks_android_ad
, #etfs_android_ad
{
    height: 100px;
}
div.android_button
{
    position:absolute;
    right:10px;
    top:95px;
}
div.android_button img
{
    float: none;
    padding: 0;
}
#etfs_android_ad > p
, #stocks_android_ad > p
{
    width:350px;
}
#stocks_android_ad > p a
{
    z-index: 1;
    position: relative;
}


/*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: 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;
}

#education_android_ad
{
    height: 175px;
}
#education_android_ad > div
, #markets_android_ad > p
{
    position: absolute;
    width: 380px;
}

#education_android_ad  > p{
    float: none !important;
}

#education_android_ad ul
{
    padding-left: 0;
}
#education_android_ad ul li
{
    margin-bottom: 10px;
    padding-left: 14px;
    list-style-type: none;
    background: url(/images/zacks/round_sml_bullet_grey.png) 0 6px no-repeat;
}
#education_android_ad .learn_more
{
    position: absolute;
    top: 145px;
    left: 15px;
}

#markets_android_ad
{
    height: 120px;
}

/* 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%;
    }
}

/* additional attributes -added on 10/06/2014 */
img.app_preview{ float: left; margin: 30px 0 0 0;}
.app_desc{float: left; position: relative; width: auto;}
.app_info_text{float: left; width: 100%;}
.callout_box p{width: 100%; float: left; padding-top: 5px;}
.android_button{position: relative !important; float: right; top: 43px !important; right: 0 !important;}


/* additional media queries -added on 10/06/2014 */
@media screen and (max-width:1365px){
  .android_button{position: relative !important; float: right; top: 30px !important; right: 0 !important;} /* below 15" laptop res. */
}

@media screen and (max-width:684px){ /* upto ipad res. */
  #stocks_android_ad{min-height: 112px;}
  .android_button{top: 25px !important; }
}

@media screen and (max-width:480px){ /* upto iPhone6 plump portrait mode */
  #stocks_android_ad{min-height: 163px;}
  .android_button{top: 25px !important; }
}

@media screen and (max-width:320px){ /* upto iPhone 3+4 portrait mode */
  #stocks_android_ad{min-height: 195px ;}

}

/* eof */
