/* css titulos */
.formulario-macrolub label {
    font-weight: 400;
    display: block;
    width: 100%;
}

.formulario-macrolub input {
    display: inline-table;
    width: auto;
}

#titulo-pergunta{
    display: inline-block;
}
a.pular:hover {
    background-color: #920808;
}
a.pular {
    background-color: #a00;
    padding: 10px 20px;
    color: #fff;
}

.formulario-macrolub input[type="submit"] {
    display: block !important;
    width: 100%;
    margin: 20px 0;
}

.formulario-macrolub .resposta-enquete{
    margin: 0 !important;
}

.formulario-macrolub {
    width: 90%;
    max-width: 600px;
    margin: 40px auto;
}

.titulo h3 {
    text-align: left !important;
}
ul.resultados li:nth-child(odd) {
    background-color: #e4e4e4;
}    
ul.resultados{
    height: 600px;
    overflow-y: auto;
}
ul.resultados li {    
    padding: 8px;
    color: #000;
    font-family: cursive;
}
ul.resultados li span{
    border-radius: 9px;
    background: #fff;
    padding: 6px 13px;
}

.opcoes-pesquisa {
    font-size: 14px;
}

.opcoes-pesquisa p {
    margin: 0;
}

.pergunta-form {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
#opcoes-pergunta input{
    margin: 10px
}
#opcoes textarea{   
    height: 98px;
    width: 98%;
}
div#infor p span {
    width: 165px !important;
    float: left;
}
p.item-title{
    font-size: 18px;
}

.titulo {
	margin: 20px 0; 
}

.titulo p {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.btn-add {
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	padding: 5px 10px;
	background: #25A8E7;
	color: #fff;
	border-radius: 5px;
}

.btn-add:hover {
	background: #0073aa;
	color: #fff;
    }/* css filtros */.filtros-texto {
	padding: 2px 4px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

.filtros-sbmt {
	display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    padding: 4px 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;
}

.filtros-rst {
	display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    padding: 4px 10px !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;
    }/* css para listas */.lista {
	width: 98%;
	border: 1px solid #ccc;
    margin: 13px 0 !important;
}

.item {
	margin-bottom: 0;
	padding: 10px 5px;
}

.item:nth-child(even) {
	background: #fff;
}

.item:nth-child(odd) {
	background: #eee;
}

.item:hover {
	background: #ddd !important;
}

.item-wrap {
	display: block;
}

.item-img {
	float: left;
}

.item-info {
	display: block;
	margin-left: 10px;
}

.item-info p {
	margin: 0;
}

.item-title {
    font-weight: bold;
}

.shortcode {
    width: 100%;
    max-width: 258px;
}

.actions {
	margin-top: 12px;
}

.add-options {
    margin-right: 5px;
    padding: 4px 10px;
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;   
}

.add-options:hover {
    background-color: #3A963A !important;
    }/* formularios de cadastro */#opcoes .item-opcoes {
    display: block;
    width: 98%;
}

#opcoes input[type="text"] {
    width: 100%;
    max-width: 878px;
}

.form {
    margin-top: 20px;
}

.form div {
	margin: 5px 0;
}

.form .buttons input{
    font-size: 14px !important;
}

.form .buttons {
	margin-top: 20px;
}

.form .buttons .delete, .delete {
    text-decoration: none;
    margin-right: 5px;
    padding: 4px 10px !important;
    color: #fff !important;
    background-color: #FF4949 !important;
    border: 1px solid #C73C3C !important;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;
}

.form .buttons .delete:hover, .delete:hover {
    text-decoration: none;
    background-color: #C73C3C !important;
}

.form .buttons .reset, .reset {
    text-decoration: none;
    margin-right: 5px;
    padding: 4px 10px !important;
    color: #fff !important;
    background-color: #f0ad4e !important;
    border: 1px solid #d58512 !important;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;
    font-size: 14px !important; 
}

.form .buttons .reset:hover, .reset:hover {
    text-decoration: none;
    background-color: #d58512 !important;
}

.form .buttons .submit, .actions .submit {
    text-decoration: none;
    margin-right: 5px;
    padding: 4px 10px;
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    outline: unset;
    cursor: pointer;    
    }
    .form .buttons .submit:hover, .actions .submit:hover {
    text-decoration: none;
	background-color: #3A963A !important;
}

.resultados {
    text-align: left;
    border-collapse: collapse;
    width: 98%;
    margin-top: 30px; 
}

.resultados tr th {
    border: 1px solid #ccc;
    padding: 3px;
}

.resultados tr td {
    border: 1px solid #ccc;
    padding: 3px;
    }/* mensagens */.msg-error {
	width: 98%;
	margin: 10px 0;
    padding: 5px;
    background: #F8DDDD;
    border: 1px solid #F8C9C9;
    color: #FE8A8A;
    font-weight: bold;
    opacity: 1;
    transition: all .5s ease;
}

.msg-success{
	width: 98%;
	margin: 10px 0;
    padding: 5px;
    background: #E0F8DD;
    border: 1px solid #CCE8C2;
    color: #7AD874;
    font-weight: bold;
    opacity: 1;
    transition: all .5s ease;
}

.msg-hidden {
	opacity: 0 !important;
}

.resposta-enquete {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    margin: 5px;
    padding: 4px;
    background-color: #fff;
}

.resposta-enquete img {
    width: 100%;
    max-height: 319px;
}

.resposta {
    margin: 10px auto;
    width: 29px;
    height: 20px;
    display: table;
}

.realperson-text {
    margin-top: 15px;
    margin-bottom: 10px;
}

.realperson-regen {
    padding: 6px !important;
    font-size: 9px !important;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #53CC53;
    border: 1px solid #3A8C3A;
    display: table;
    margin: 10px auto;
    border-radius: 5px;
}

.realperson-regen:hover {
     background-color: #3A8C3A !important;
    }
    .lbl-porcentagem {
        font-size: 12px;
        text-align: left;
        width: 100%;
        display: block;

    }
.porcentagem {
    background: #f1f1f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f1f1f1, #d7d7d7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f1f1f1, #d7d7d7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f1f1f1, #d7d7d7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f1f1f1, #d7d7d7); /* Standard syntax */
    height: 20px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    display: table;
}

.submit-hide {
    display: none;
}

.submit-show {
    display: block;
}

.captcha {
    font-size: 12px;
    width: 90%;
    margin-bottom: 10px;
}