html, body, form {
    margin:0; padding:0;
}
body, html {
    background-color: #999999;
}

body,blockquote,input,select,textarea {
    font-family: Arial,sans-serif;
    font-size: 13px;
}

input.txt,select,textarea {
    border: 1px solid #999;
    padding: 2px;
}
input.isoutro {
    width: 200px;
}

table, caption, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

div.preview_info {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    line-height: 20px;
    padding: 10px;
    margin-top: 5px;
}
div.preview_info a, div.preview_info a:visited {
    color: #112ABB;
    text-decoration:none;
}

#conteudo {
    margin: 15px 15px 0 15px;
    border-bottom: 15px solid #999999;
    background-color: #FFFFFF;
    padding: 10px;
    position: relative;
    color: #272727;
}
div.meio {
    min-height: 300px;
}
#doar {
    text-align: center;
    margin: auto;
    padding: 5px;
    background-color: #EEEEEE;
    border: 1px solid #999999;
    width: 300px;
}
#perguntas {
    width: 100%;
    _width: 98%;
}

.form-actions {
    margin-top: 15px;
}

div.progress {
    text-align: right;
    margin-top: 5px;
    height: 15px;
}
div.progress .progress-wrapper {
    float: right;
    width: 150px;
    border: solid 1px #F93;
    padding: 1px;
}
div.progress .bar {
    width: 1%;
    background-color: #F93;
    height: 10px;
}
#logo-painel {
    width: 203px;
    height: 68px;
    background-image: url('/images/logos/qualibest_pesquisa.png');
}

.pergunta {
    margin-top: 25px;
}
.pergunta textarea {
    height: 80px;
    resize: none;
    overflow: auto;
}
#perguntas div.erro {
    padding: 5px;
    background-color:#FFB3B3;
    border: solid 1px #FF4F4F;
    color:#F00;
    margin: 10px 0;
}
.pergunta span.erro {
    color:#F00;
    padding-left:5px;
    font-weight: bold;
}
.pergunta .erro_vermelho {
    background-color: #FF9D9D !important;
}
.pergunta .erro_borda_vermelho {
    border: 1px solid red !important;
}
.pergunta .erro_amarelo {
    background-color: #FFFFA6 !important;
}
.pergunta span.erro_amarelo {
    background-color: #FFFFA6 !important;
}
.pergunta .erro_verde,
.pergunta .destaque_verde {
    background-color: #CEFF9D !important;
}
.pergunta span.erro_verde {
    background-color: #CEFF9D !important;
}
.pergunta .force-hide {
    display: none !important;
}
div.enunciado {
    padding: 0 0 10px 0;
}
div.enunciado a {
    color: #272727;
    text-decoration: underline;
}
#instrucoes {
    border: solid 1px #999;
    padding: 10px;
    background-color:#F2F2F2;
    color:#333;
}
#btn_voltar,
#instrucoes-iniciar {
    font-size: 14px;
    padding: 5px;
}
#btn_voltar {
    width: 70px;
}
#btn_desistir {
    float: right;
}
#rodape {
    margin: 15px 0 5px 0;
}

div.pergunta div.rodape {
    margin-top: 15px;
}

div.pergunta.l input.txt {
    width: 300px;
}
div.pergunta.m textarea {
    width: 600px;
}

div.pergunta table,
table.tabela {
    border-collapse: collapse;
    z-index: 3;
}
div.pergunta table td,
table.tabela td {
    padding: 10px;
}

div.pergunta > ul,
div.pergunta ul.itens {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.pergunta > ul > li,
div.pergunta ul.itens li,
div.pergunta.sa td {
    padding: 10px;
    background-color: #F3F3F3;
    border-bottom: 1px solid #E5E5E5;
}
div.pergunta.sa td.grupo {
    background-color: #E5E5E5;
    font-weight: bold;
}
div.pergunta > ul input.isoutro {
    margin-left: 3px;
}

table.tabela th, table.tabela td {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #999 !important;
}
table.tabela th {
    font-weight: normal;
    background-color: #666;
    color: #FFF;
}
table.tabela th.empty {
    border-style: none;
    background-color: transparent;
}
table.tabela td.striped {
    background-color: #CCC;
}
table.tabela td.clickable {
    text-align: center;
}
table.tabela td input.isoutro,
table.tabela th input.isoutro {
    margin-left: 0;
    display: block;
}
table.tabela td input.txt {
    width: 97%;
}
table.tabela tr.grupo td {
    text-align: center;
    font-weight: bold;
}

div.pergunta.sd input.alt {
    width: 50px;
    margin-right: 5px;
}
div.pergunta.sd input.total {
    width: 50px;
    background-color: #F2F2F2;
    border: solid 1px #999;
    font-weight: bold;
}

div.pergunta.rks select {
    width: 55px;
}

div.pergunta.sa input.txt,
div.pergunta.sa textarea.txt {
    width: 300px;
}

div.pergunta.cb td, div.pergunta.cb th,
div.pergunta.cb2 td, div.pergunta.cb2 th{
    border: 1px solid white;
    padding: 8px;
}
div.pergunta.cb th,
div.pergunta.cb2 th{
    background-color: #666666;
    color: white;
    text-align: center;
    vertical-align: middle;
}
div.pergunta.cb tr.even td,
div.pergunta.cb2 tr.even td{
    background-color: #E8E8E8;
}
div.pergunta.cb tr.odd td,
div.pergunta.cb2 tr.odd td{
    background-color: #F4F4F4;
}

div.pergunta.cea .cea-value {
    margin-top: 15px;
}
div.pergunta.cea h4 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

div.pergunta.cmx .cmx-value {
    margin-top: 20px;
}

div.pergunta.rki table.opcoes {
    background-color: #E6E6E6;
    border: solid 1px #C0C0C0;
}
div.pergunta.rki div.linha {
    border-bottom: solid 4px #999;
    vertical-align: bottom;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    min-width: 100px;
    margin: 10px;
}
div.pergunta.rki .opcao {
    margin: 0 5px 3px 5px;
}
div.pergunta.rki .shelf-grid .opcao {
    margin: 0;
}
div.pergunta.rki .content-posicoes {
    text-align:left;
    vertical-align:middle;
}
div.pergunta.rki .posicoes .posicao {
    float: left;
    min-width: 100px;
    min-height: 100px;
    background-color: #cccccc;
    margin: 0 3px 3px 0;
    text-align: center;
}
div.pergunta.rki .posicao .label {
    background-color: #666;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}

.shelf-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shelf-container {
    position: relative;
}
.shelf-left,.shelf-right {
    position: absolute;
    bottom: 0;
}
.shelf-left {
    left: 0;
    background: url("/images/pesquisa/shelfLeft.png") bottom left no-repeat;
    width:25px;
    height: 50px;
}
.shelf-right {
    right: 0;
    background: url("/images/pesquisa/shelfRight.png") top right no-repeat;
    width:25px;
    height: 50px;
}
.shelf-middle {
    margin: 0 25px;
    padding: 3px 0 15px 0;
    background: url("/images/pesquisa/shelfMiddle.png") bottom right repeat-x;
    background-color: #b3b2b3;
}
.shelf-container ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.shelf-grid {
    position: relative;
}
.shelf-grid img {
    z-index: 2;
    margin: 0;
}
.shelf-grid img.bkg {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

div.pergunta.ca .mesa {
    text-align: center;
    margin: auto;
}
div.pergunta.ca .opcao {
    width: 100px;
    float: left;
    margin: 5px;
}
div.pergunta.ca .opcao > .droppable {
    height: 100px;
    background-color: #D1D1D1;
}
div.pergunta.ca .opcao > .label {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    color: #800000;
}
div.pergunta.ca .cartas {
    margin-top: 20px;
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: #D1D1D1;
}
div.pergunta.ca .carta {
    text-align: center;
    position: absolute;
    background-color: #FFF;
    border: solid 1px #999;
    width: 100px;
    height: 100px;
    display: table;
    cursor: move;
}
div.pergunta.ca .carta > .label {
    display: table-cell;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
    color: #800000;
}

div.pergunta div.excluir {
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url('/images/excluir_red.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

div.pergunta.re .opcoes .opcao {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
div.pergunta.re .opcoes .droppable {
    background-color: #D1D1D1;
    border: solid 1px #D1D1D1;
}
div.pergunta.re .opcoes .opcao > .label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #333;
    margin-top: 5px;
}
div.pergunta.re .opcoes .sample {
    margin: auto;
    position: relative;
    margin-bottom: 3px;
}
div.pergunta.re .opcoes .sample .label {
    font-size: 8px;
}
div.pergunta.re .atributos {
    margin-top: 20px;
}
div.pergunta.re .atributos .atributo {
    float: left;
    cursor: move;
    margin-left: 10px;
    margin-top: 10px;
}
div.pergunta.re .atributo {
    border: solid 1px #999;
    text-align: center;
    background-color: #FFF;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}
div.pergunta.re .atributo .label {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #333;
}
div.pergunta.re .scroll {
    overflow-y: auto;
    border: 1px solid #cccccc;
}
div.pergunta.re input.isoutro {
    width: 95%;
}

div.pergunta.ddm table {
    border: 0;
    padding: 0;
    width: 100%;
}
div.pergunta.ddm table td {
    padding: 0;
}
div.pergunta.ddm table td.left {
    width: 40%;
    padding-right: 20px;
}
div.pergunta.ddm table td.right {
    width: 60%;
}
div.pergunta.ddm table.atributos {
    border-collapse: separate;
    border-spacing: 3px;
}
div.pergunta.ddm .atributos td.atributo {
    width: 62px;
}
div.pergunta.ddm .atributos div.atributo {
    width: 62px;
    min-height: 62px;
    height: 62px;
    background-color: #D1D1D1;
    border: solid 1px #D1D1D1;
    text-align: center;
    padding: 3px;
    position: relative;
    vertical-align: top;
}
html>body div.pergunta.ddm .atributos div.atributo {
    height: auto;
}
div.pergunta.ddm .atributos div.hover {
    /*width: 50px;
   min-height: 50px;*/
    background-color: #ffffff !important;
    border: solid 1px #D1D1D1;
}
div.pergunta.ddm .atributos tr td.label {
    font-size: 12px;
    text-align: center;
    color: #333;
    text-align: right;
    padding-right: 10px;
}
div.pergunta.ddm .opcoes .opcao {
    float: left;
    cursor: move;
    margin-left: 5px;
    margin-top: 5px;
    border-collapse: separate;
}
div.pergunta.ddm .opcao {
    border: solid 1px #999;
    text-align:center;
    background-color:#FFF;
    width: 70px;
    height: 70px;
    display: table;
    table-layout:fixed;
    overflow:hidden;
}
div.pergunta.ddm .opcao div.label {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    font-size: 10px;
    padding: 0 5px;
    color: #333;
}
div.pergunta.ddm .sample .opcao div.label {
    font-size: 8px;
}
/*.ddm .excluir {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
}*/

div.pergunta.ll li.opcao {
    display: table;
    float: left;
    padding: 10px;
    cursor: pointer;
    border: solid 1px #cccccc;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 18px;
    background-color: white;
}
div.pergunta.ll li.opcao > div {
    display: table-cell;
    vertical-align: middle;
}
div.pergunta.ll li.opcao.vertical {
    float: none;
}
div.pergunta.ll .opcao.selecionado {
    background-color: #FEB933;
}
div.pergunta.ll > ul input.isoutro {
    margin-left: 0;
    width: 95%;
}

div.pergunta.ta table td.label {
    background-color: #666666;
    color: white;
}

div.pergunta.s2 select {
    width: 250px;
}
div.pergunta.s2 input {
    width: 150px;
}
div.pergunta.s2 span.erro {
    display: block;
}

.ui-tooltip {
    font-size: 12px;
}

.fim {
    padding: 40px 15px 20px 15px;
    line-height: 18px;
    min-height: 500px;
}
.fim .erro {
    color: red;
}
.fim .acoes {
    margin-top: 30px;
}
.fim a {
    color: #666;
}
.fim .aviso {
    font-size: 16px;
    line-height: 20px;
}

div.lembrete {
    padding: 15px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #F0C36D;
    background-color: #F9EDBE;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.links {
    padding-top: 30px;
    color: #666;
}
.links a {
    color: #666;
}
.links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.links li {
    margin-bottom: 10px;
}
.links li a {
    position: relative;
    display: block;
    padding-top: 9px;
    text-indent: 35px;
    text-decoration: none;
}
.links li a:hover {
    text-decoration: underline;
}
.links .icon {
    float: left;
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}
.links .icon-qualibest {
    background-image: url('/images/logos/qualibest_25x25.png');
}
.links .icon-facebook {
    background-image: url('/images/logos/facebook_25x25.png');
}
.links .icon-home {
    background-image: url('/images/pesquisa/home_25x25.png');
}
.links .icon-conversas {
    background-image: url('/images/pesquisa/conversas_25x25.png');
}

.fim .banner {
    padding-top: 30px;
}

th .ui-slider-label {
    color: #fff !important;
}
.ui-slider li span.ui-slider-label-show {
    *width: 90px;
}
.ui-slider-tooltip {
    font-size: 10px !important;
    width: 10em !important;
}

div.pergunta.tc .conceito span.opcao,
div.pergunta.tc-img span.nenhum,
div.pergunta.tc-img span.marcar-tudo {
    cursor: pointer;
}
div.pergunta.tc .conceito span.opcao.selecionado,
div.pergunta.tc-img span.nenhum.selecionado,
div.pergunta.tc-img span.marcar-tudo.selecionado {
    background-color: #4e4e4e;
    color: white;
}
div.pergunta.tc .conceito span.opcao img {
    margin: 5px;
}
div.pergunta.tc .conceito span.opcao.selecionado img {
    margin: 0;
    border: 5px solid #4e4e4e;
}
div.pergunta.tc .conceito span.excluido {
    color: #a3a3a3;
}
div.pergunta.tc div.conceito {
    font-size: 14px;
    margin-top: 10px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

div.pergunta.s .isoutro {
    margin-left: 10px;
}
div.pergunta.s .slider-container {
    width: 90%;
    margin: 25px auto;
}
div.pergunta.s .ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
    top: -.4em;
}
div.pergunta.s .ui-slider-label {
    font-size: 10px;
    text-align: center;
}

div.pergunta li.grupo {
    background-color: #E5E5E5;
    font-weight: bold;
}

.btn-voltar-app {
    margin-top: 30px;
    font-size: 18px !important;
}

.confirmation-box {
    font-size: 14px;
    line-height: 19px;
    margin: 20px 0 20px 0;
}

/* bootstrap */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn {
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
/* /bootstrap */

.jw-slider-time {
    visibility: hidden !important;
}
.jw-icon-rewind {
    display: none !important;
}