/* 
    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: 1px 10px 15px; border-radius: 6px; border: 1px solid #DDDDDD; font-family: arial;    margin: 0 12px; }
.enquete h1{font-size: 16px; color: #888888; font-family: arial; line-height: 20px;text-align: center;    padding: 8px 0 0 0;}
.enquete h2{font-size: 16px; color: #888888; text-shadow: none; font-family: arial;    padding: 2px 10px;}    
.enquete ul{padding:0px !important; margin: 0px !important }
.enquete ul li label{padding-left: 23px; }
.enquete ul li input{float: left;margin: 7px 5px 0 0;}
.enquete ul li{list-style: none;     padding-left: 12px; 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: 98%; float: left;
          background-image: linear-gradient(to bottom, #E4E4E4, #E9E9E9); padding-bottom: 0px !important;margin-bottom: 10px;
}
.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: -45px;
    overflow: hidden;
    position: relative;
    width: 23%;}
.esconder-resultado{display: none}
.enquete .btn-enquete{
    border: none;
    background-color: #9d9c9c;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Arial, Verdana, Tahoma;
    padding: 10px;
}
.enquete > div{
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
}
.enquete label{
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.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;
    color: #888;
	font-size: 14px;
}
.enquete .resultado-alerta{
       padding: 10px;

}