body {
    background: #EBEBEB;
    color: #656565;
}

.container {
    max-width: 960px;
}

.pesquisa {
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    padding: 50px 50px 30px;
    padding: 30px 30px 10px;
    margin: 50px auto 30px;
    margin: 30px auto 30px;
    background: #fff;
}

.pesquisa .apresentacao {
    /*border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;*/
}

.pesquisa .apresentacao .logo {
    margin: 0 auto;
    text-align: center;
}

.pesquisa .apresentacao .logo img {
    display: inline-block;
    /* width: auto; */
    max-width: 350px;
    min-width: 30%;
    max-height: 200px;
}

.pesquisa .apresentacao .nome {
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    margin: 30px 0;
}

.pesquisa .apresentacao .titulo {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}

.pesquisa .progresso {
    margin-left: -65px;
    margin-right: -65px;
    margin-left: -45px;
    margin-right: -45px;
    text-align: center;
}

.pesquisa .progresso .progress {
    margin: 0;
    border-radius: 0;
    height: 6px;
}

.pesquisa .progresso .popover {
    display: inline-block;
    border-radius: 4px;
    position: inherit;
    padding: 0;
    margin: 0 0 10px;
    box-shadow: none;
    background-color: #f9be39;
    border: 0 none;
    color: #fff;
    font-weight: bold;
}

.pesquisa .progresso .popover .arroww {
    background-color: #f9be39;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    transform: rotate(-45deg);
}

.pesquisa .progresso .popover .popover-content {
    padding: 10px 15px;
}

.pesquisa .perguntas .page {
    display: none;
}

.pesquisa .perguntas .page.active {
    display: inherit;
}

.pesquisa .pergunta {
    margin-bottom: 50px;
    margin-bottom: 30px;
}

.pesquisa .pergunta:first-child {
    padding-top: 50px;
}

.pesquisa .pergunta .titulo {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.pesquisa .pergunta.type-html {
    padding: 50px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #FAFAFA;
    background-color: #eff6fb;
}

.pesquisa .pergunta.type-html p:last-child {
    margin-bottom: 0;
}

.pesquisa .pergunta.type-html .titulo {
    font-weight: normal;
    margin: 0;
}

.pesquisa .pergunta.type-html .choices {
    display: none;
}

.pesquisa .pergunta label {
    font-weight: normal;
}

.pesquisa .pergunta.has-error {
    color: #ef5350;
}

.pesquisa .pergunta .help-block.helper-text {
    margin: 15px 0;
    color: #46b8da;
}

.pesquisa .pergunta .help-block.validation-error {
    /*font-size: 12px;*/
}

.pesquisa .bottom.actions {
    border-top: 1px solid #f9be39;
    padding: 30px 15px 0;
    margin-left: -50px;
    margin-right: -50px;

    padding: 20px 5px 10px;
    margin-left: -30px;
    margin-right: -30px;
}

.pesquisa .top.actions {
    position: relative;
}

.pesquisa .top.actions .btn {
    padding: 9px 0;
    width: 42px;
    top: 0;
    position: absolute;
}

.pesquisa .top.actions .prev-page {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.pesquisa .top.actions .next-page,
.pesquisa .top.actions .submit {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.pesquisa .top.actions .btn span {
    display: none;
}

.pesquisa .actions .btn {
    padding: 10px 15px;
    font-size: 16px;
}

.choices label {
    margin: 0;
}

.pesquisa .choices.inline {
    display: flex;
}

.pesquisa .choices.inline .choice {
    flex: auto;
    text-align: center;
    padding: 0 5px;
}

.pesquisa .choices.inline .choice span {
    display: block;
}

.pesquisa .choices.inline .choice {
    padding-top: 28px;
}

.pesquisa .choices.inline .radio,
.pesquisa .choices.inline .checkbox {
    padding-left: 0;
}

.pesquisa .choices.inline .radio label,
.pesquisa .choices.inline .checkbox label {
    padding-left: 0;
}

.pesquisa .choices.inline .radio label::before {
    top: 0;
    margin: -25px auto 0;
    left: 50%;
    margin-left: -10px;
}

.pesquisa .choices.inline .radio label::after {
    margin: -25px auto 0;
    left: 50%;
    margin-left: -6px;
}

.choices .type-radio,
.choices .type-checkbox,
.choices .type-sort {
    padding: 7px 0;
    padding: 3px 0;
}

.choices .type-radio > div,
.choices .type-checkbox > div {
    margin-top: 0;
    margin-bottom: 0;
}

.choices .type-sort {
    cursor: move;
}

.choices .type-sort span {
    font-weight: bold;
}

.pesquisa .choices.inline .choice.type-nps {
    padding: 0;
}
.choices .type-nps {
    position: relative;    
}

.choices .type-nps label {
    display: block;
    cursor: pointer;
    background-color: #FACB2F;
    color: #333;
    line-height: 40px;
}

.choices .type-nps label:hover,
.choices .type-nps label:focus,
.choices .type-nps > input[type="radio"]:checked + label {
    background-color: #E3AE36;
    font-weight: bold;
}

.choices .type-nps:first-child label {
    border-radius: 4px 0 0 4px;
}

.choices .type-nps:last-child label {
    border-radius: 0 4px 4px 0;
}

.choices .type-nps+.type-nps {
    border-left: 1px solid #E3AE36;
}

.choices .type-nps label span {
    display: block;
}

.choices .type-nps input {
    opacity: 0;
    position: absolute;
    top: -50px;
}

.pergunta .titulo {
    position: relative;
}

.pergunta .titulo .fa-asterisk {
    color: #ef5350;
    font-size: 12px;
    top: 5px;
    position: absolute;
    margin-right: 3px;
}

.pergunta .titulo .fa-asterisk+span {
    margin-left: 15px;
}

.pesquisa .mensagem {
    text-align: center;
}

.pesquisa .mensagem .display {
    font-size: 20px;
    padding: 25px;
    margin: 20px 0 50px; 
}

.pesquisa .choices .type-sort {
    position: relative;
}
.pesquisa .choices .type-sort input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -3000px;
    top: 0;
    z-index: 0;
}

.pesquisa .choices .choice label:hover {
    cursor: pointer;
}

.pesquisa .choice.type-smile input {
    position: absolute;
    left: -3000px;
}

.pesquisa .choice.type-smile + .choice {
    margin-top: 5px;
}

.pesquisa .type-smile-wrapper .seleced {
    margin-top: 15px;
}

.type-radio label input+span {
    margin-left: 8px;
}

.quadro-matriz .grow:first-child .col {
    border-bottom: 1px solid #ddd;
}

.quadro-matriz .th,
.quadro-matriz .td {
    text-align: center;
    padding: 3px;
    padding: 1px;
    word-wrap: break-word;
    height: 50px;
    vertical-align: middle;
}

.quadro-matriz .td {
    height: 60px;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.quadro-matriz .th {
    font-weight: bold;
    font-size: 10px;
}

.quadro-matriz .grow .col:first-child {
    width: 40%;
    border-right: 1px solid #ddd;
    text-align: left;
}

.quadro-matriz .col-label {
    display: none;
}

.pesquisa .radio label::before {
    
}

.pesquisa .radio label::after {
    /*background-color: #E3AE36;*/
}

.pesquisa .pergunta.type-html+.type-html {
    margin-top: -30px;
    border-top: 1px solid #E2E9EE;
}

.pesquisa .perguntas .page-break {
    page-break-after: always;
}

.pesquisa .checkbox.checkbox-inline, 
.pesquisa .radio.radio-inline {
    margin-top: 5px;
    margin-top: 0px;
}

/* RANGE SLIDER */
.range-slider {
    margin: 30px 0;
    padding-right: 0;
    position: relative;
}

.range-slider {
    width: 100%;
}

.range-slider input {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: #EAEFF3;
}

.range-slider input:hover,
.range-slider input:focus {
    background: #d7dcdf;
}

.range-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FACB2F;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider input::-webkit-slider-thumb:hover {
    background: #E3AE36;
}

.range-slider input:active::-webkit-slider-thumb {
    background: #E3AE36;
}

.range-slider input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #FACB2F;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider input::-moz-range-thumb:hover {
    background: #E3AE36;
}

.range-slider input:active::-moz-range-thumb {
    background: #E3AE36;
}

.range-slider span {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #f9be39;
    padding: 5px 10px;
    margin-left: 8px;

    position: absolute;
    right: 2px;
    top: -10px;
    font-weight: bold;
}

.range-slider span:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #f9be39;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.file-upload-wrapper p {
    font-size: 12px;
    margin-top: 10px;
}

.lista-arquivos .arquivo {
    padding: 5px 0 0;
}

.lista-arquivos .arquivo .btn {
    margin-right: 5px;
}

.pergunta .grow.has-error .td {
    color: #e74c3c !important;
}

.pergunta .validation-error {
    font-size: 11px;
}

.copy {
    margin: -20px 0 10px;
}

@media (min-width: 700px) {
    .quadro-matriz .radio,
    .quadro-matriz .checkbox {
        padding-left: 28px;
    }
 }

@media (max-width: 700px) {
    body {
        font-size: 13px;
    }
    .pesquisa .pergunta .titulo {
        font-size: 16px;
    }
    .radio,
    .checkbox {
        line-height: 23px;
    }
    .pesquisa {
        border-radius: 0;
        border: 0 none;
        padding: 25px;
        padding: 20px;
        margin: 0 auto;
    }
    .pesquisa .apresentacao .nome {
        margin: 15px 0 20px;
    }
    .pesquisa .progresso {
        margin-left: -25px;
        margin-right: -25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pesquisa .progresso > div {
        padding: 0;
    }
    .pesquisa .bottom.actions {
        padding: 30px 10px 0;
        padding: 20px 10px 0;
        padding: 20px 0px 0;
        margin-left: -25px;
        margin-right: -25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pesquisa .pergunta.type-html {
        padding: 30px;
        padding: 20px;
        margin-left: -25px;
        margin-right: -25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .quadro-matriz .grow:first-child {
        display: none;
    }
    .quadro-matriz .grow:first-child .col {
        border-bottom: 0 none;
    }
    .quadro-matriz .grow .col:first-child {
        width: inherit;
        border-right: 0 none;
        font-weight: bold;
    }
    .quadro-matriz .grow.grow {
        border-top: 1px solid #ddd;
        margin-top: 15px;
    }
    .quadro-matriz .th,
    .quadro-matriz .td {
        text-align: inherit;
        height: inherit;
    }
    .quadro-matriz .td {
        border-bottom: 0 none;
        padding: 6px 0;
        padding: 2px 0;
    }
    .quadro-matriz .grow .col:first-child {
        padding: 3px 3px 20px; 
        padding: 3px 3px 10px; 
    }
    .quadro-matriz .col-label {
        display: inline-block;
        margin-left: 5px;
    }
    .pesquisa .pergunta {
        margin-bottom: 20px;
    }
    .copy {
        margin: 10px 0 10px;
    }
}

@media print {
    .pesquisa {
        padding: 0;
        margin: 0;
        border: 0 none;
    }
    .pesquisa .progresso,
    .pesquisa .bottom.actions {
        display: none;
    }

    .pesquisa .perguntas .page {
        display: inherit !important;
    }

    .pesquisa .perguntas .page+.page {
        page-break-before: always;
    }

    .pesquisa .perguntas .page-break {
        /*page-break-after: right;*/
    }

    .pesquisa .perguntas input[type="text"],
    .pesquisa .perguntas textarea {
        border: 0 none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }
    
    .pergunta.type-nps .choices {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .choices .type-nps+.type-nps {
        border-color: #ddd;
    }

    ::-webkit-input-placeholder {color: transparent;}
    :-moz-placeholder {color: transparent;}
    ::-moz-placeholder {color: transparent;}
    :-ms-input-placeholder {color: transparent;}

    .form-control::-moz-placeholder{color:transparent;opacity:0}
    .form-control:-ms-input-placeholder{color:transparent}
    .form-control::-webkit-input-placeholder{color:transparent}
}


.smb.bg-orange {
    background: #f9be39 !important;
    /*border-color: #f9be39 !important;*/
}