/* 
    Document   : enquete
    Created on : 14/05/2014, 14:58:31
    Author     : udipre
    Description:
        Estilo da enquete do tunymce.
*/

/*html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video{padding: 0}*/
/*body{font-size: 12px; font-family: arial; color: #888888 }*/
.enquete{min-width: 230px; height: auto; padding: 18px 10px 15px; border-radius: 6px; border: 1px solid #DDDDDD; font-family: arial }
.enquete h1{font-size: 16px; color: #888888; font-family: arial; line-height: 20px;}
.enquete h2{font-size: 12px; color: #888888; text-shadow: none; font-family: arial}    
.enquete ul{padding:0px !important; margin: 0px 0px 6px 0px!important }
.enquete ul li label{padding-left: 8px; }
.enquete ul li input{float: left}
.enquete ul li{list-style: none; padding-left: -80px; width: 100%; padding-bottom: 10px}
.progress{background-color: #F5F5F5; border-radius: 4px 4px 4px 4px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; height: 15px; overflow: hidden; width: 100%; float: left;
          background-image: linear-gradient(to bottom, #E4E4E4, #E9E9E9);
}
.progress-bar{background-color: #428BCA;  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; color: #FFFFFF; font-size: 12px; height: 100%; line-height: 20px;  text-align: center;  transition: width 0.6s ease 0s;}
.resultado-parcial{border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 4%;
    margin-top: -36px;
    overflow: hidden;
    position: relative;
    width: 23%;}
.esconder-resultado{display: none}
.enquete .btn-enquete{background-color: #45619D; border-radius: 6px; border: none; height: 30px; color:#FFF}  
.alert-ok{border-radius: 4px 4px 4px 4px; padding: 6px 30px 6px 8px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);background-color: #DFF0D8; border-color: #D6E9C6; color: #3C763D;}
.alert-erro{border-radius: 4px 4px 4px 4px; padding: 6px 30px 6px 8px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);background-color: #F2DEDE; border-color: #EBCCD1; color: #A94442;}
.enquete .fechar {
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: 0.2;
}
.enquete-Left{
    float: left;
}
.enquete-Right{
    float: right;
}
.enquete-Center{
    float: none;
    margin:0 auto;
}
.enquete-Clear{
    clear:both;
}
.enquete-Middle{
    float: none;
    margin:0 auto;
    width: 95% !important;
}
.enquete .resultado-alerta span{
    padding-left: 5px;
}