/*! jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
.jqifade{
    position: absolute; 
    background: rgba(0, 0, 0, 0.7); 
}
iframe.jqifade{
    display:block;
    z-index:-1;
}
div.jqi{ 
    width: 500px; 
    max-width:90%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    position: absolute; 
    background-color: #ffffff; 
    font-size: 11px; 
    text-align: left;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 7px;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{ 
    position: absolute;
    top: 4px; right: -2px; 
    width: 18px; 
    cursor: default; 
    color: #bbbbbb; 
    font-weight: bold; 
    display: none;
}
div.jqi .jqistate{
    background-color: #fff;
}
div.jqi .jqititle{
    padding: 5px 10px;
    font-size: 16px; 
    line-height: 20px; 
    border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
    padding: 10px 30px; 
    line-height: 20px; 
    color: #444444; 
    overflow: auto;
    text-align: center;
}
.circulo {
    position: absolute;
    display: none;
    border: solid 3px #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    margin: -25px 0 0 -30px;
    background: url(../../../img/info-mensagem1.svg) no-repeat center center #00BBD3;
    background-size: 15px;
}
div.jqi .jqimessage b { 
    display: block;
    width: 100%;
    text-align: center;
    font-family: asapregular, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
div.jqi .jqimessage span {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-family: geogrotesque_ullgultralight, sans-serif;
    font-size: 18px;
    padding: 5px 0;
} 
div.jqi .jqibuttonshide{
    display: none;
} 
div.jqi .jqibuttons{ 
    text-align: center; 
    margin: 0 -7px -7px -7px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    padding: 10px;
    margin-bottom: 5px;
}

div.jqi .jqibuttons button.bt_SIM{ 
    width: 100px;
    height: 30px;
    font-weight: normal;
    font-weight: bold; 
    font-size: 12px;
    position: relative;
    border: 0;
    margin-left: -110px;
    background-color: #82C682;
}
div.jqi .jqibuttons button.bt_NO{ 
    width: 100px;
    height: 30px;
    font-weight: normal;
    font-weight: bold; 
    font-size: 12px;
    position: absolute;
    border: 0;
    margin-right: -110px;
    margin-top: -30px;
    background-color: #C68282;
}

div.jqi .jqibuttons button.bt_SIM:hover {
    background-color: green;
}
div.jqi .jqibuttons button.bt_NO:hover {
    background-color: red;
}

div.jqi .jqibuttons button{ 
    margin: 0;
    width: 100px;
    height: 30px;
    font-weight: normal;
    color: #fff !important; 
    font-weight: bold; 
    font-size: 12px;
    position: relative;
    border: 0;
    background-color: #82C682;
}

div.jqi .jqibuttons button:hover{ 
    background-color: green;
}

div.jqi .jqibuttons button.jqidefaultbutton{
    color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
    color: #287ade;
    outline: none;
}
div.jqi .jqibuttons button[disabled]{
    color: #aaa;
}
.jqiwarning .jqi .jqibuttons{ 
    background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
    background-color: #777;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: '';
    position: absolute;
    top:0;left:0;bottom:0;right:0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
    position: absolute;
    top:0;
    left: 20%;
    width: 60%;
    padding: 7px;
    border: solid 1px #eeeeee;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
    padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

