/* 
    Document   : popup
    Created on : 01/10/2013, 10:14:27
    Author     : Fernando Soder
    Description:
        Purpose of the stylesheet follows.
*/

div#popup div.menubar div.image,
div#popup div.menubar div.sejadono,
div#popup div.menubar div.sejadono p{ 
    margin: 0;
    padding: 0;
    border: 0;
}


div.subpagina{  
    text-align: justify;
    margin: 30px;
    margin-left: 1.5cm;
    margin-right: 1.5cm;
    font-family: Arial;
    fnt-size: 12px;
}
div.subpagina p{
    text-indent: 1.5cm;
}

div.subpagina ul li{
    margin-left: 1.5cm;
    list-style: square;
    margin-top: 20px;
}
div.subpagina ul li ul li{
    list-style: disc;
}

div.subpagina#produtos ul li{
    margin-top: 0;
}
div.subpagina#vantagens ol li{
    margin-top: 15px;
}

div#popup div.menubar div.image,
div#popup div.menubar div.sejadono,
div#popup div.menubar div.sejadono p{ 
    margin: 0;
    padding: 0;
    border: 0;
}

div#popup_background{
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /*min-width: 1000px;*/
    overflow-x: auto;
    z-index: 31;
    text-align: center;
}

div#popup_background.active{
    display: block;
}

div#popup_container{
    display: inline-block;
    position: relative;
    background-color: rgb(204,51,0);
    top: 50%;
    /**/
    overflow: hidden;
    border-radius: 7px 7px 7px 7px;
    /*
    animation: popupAnim 1s;
    -webkit-animation: popupAnim 1s; /* Safari and Chrome */
}

@keyframes popupAnim {
    0%   {
        top: -5%;
        left: 45%;
        width: 5%;
        height: 5%;
    }
    50%  {
        top: 45%;
        /*left: 5%;*/
        width: 150px;
        height: 100px;
    }
    /*100% {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }*/
}

@-webkit-keyframes popupAnim /* Safari and Chrome */
{
    0%   {
        top: -5%;
        left: -45%;
        width: 5%;
        height: 5%;
    }
    50%  {
        top: 45%;
        /*left: 5%;*/
        width: 150px;
        height: 100px;
    }/*
    100% {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }*/
}

div#popup{
    position: absolute;
    background-color: white;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    /*min-width: 940px;*/
    min-height: 79px;
}

div#popup div.menubar{
    position: absolute;
    background-color: rgb(234,71,2);
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    text-align: center;
    overflow: hidden;
}

div#popup div.menubar div.sejadono{
    display: inline-block;
    position: absolute;
    left: 27px;
    font-family: sans-serif;
    text-align: center;
    line-height: 39px;
    font-size: 23px;
    cursor: pointer !important;
    height: 100%
}

div#popup div.menubar div.sejadono *{
    cursor: pointer !important;
}

div#popup div.menubar div.sejadono p{
    display: inline-block;
}

div#popup div.menubar span.blue{
    color: blue;
}
div#popup div.menubar div.image{
    display: inline-block;
    position: absolute;
    left: 730px;
    background-image: url("http://www.franquias10.com.br/images/potencializadores.jpg");
    height: 39px;
    width: 130px;
    cursor: pointer;
}

div#popup div.menubar div.x{
    text-align: center;
    position: absolute;
    display: inline-block;
    background-color: lightcoral;
    top: 0;
    right: 4px;
    border-radius: 0 0 4px 4px;
    height: 20px;
    width: 50px;
    font-family: 'Arial';
    line-height: 20px;
    cursor: pointer;
}

div#popup div.body{
    position: absolute;
    display: inline-block;
    top: 39px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    overflow: hidden;
    overflow-y: auto;
    /*formatação*/
    cursor: default;
}

div#popup div.body object{
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

div#popup div.rodape{
    background-color: black;
    position: absolute;
    display: inline-block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

div#popup div.rodape a{
    color: white;
    font-family: sans-serif;
    font-size: 20px;
}

div#popup div.rodape a span{
    color: yellow;
    font-weight: bold;
}

div#popup_container div.menubar > span.titulo{
    left: 10px;
    position: absolute;
    line-height: 35px;
    height: 100%;
    font-size: 18px;
    color: rgb(255,228,0);
}

div#popup div.body > div{
    display: none;
}

.visivel{
    display: inline-block !important;
}
