﻿@charset "UTF-8"; /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

input {
    overflow: visible
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: Roboto,sans-serif;
    font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif
}

.adm-logo {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.2;
    background-color: #004069;
    
    color: #fff;
    margin: .75rem 0;
    padding: 3px;
    border-radius: 3px;
    width: 100px;
    height: 46px;
    transform: skewX(-5deg)
}

main {
    background-color: #f6f5f7
}

.custom-select, .form-control, input, select {
    border-radius: 0
}

.title-lg {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0ca3a1
}

.title-md {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0ca3a1
}

.ocultar {
    display: none !important
}

.mostrar {
    display: block !important
}

.mostrar-inline {
    display: inline-block !important
}

.bg-primary-blue {
    background: #004069
}

.box-content-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
}

.shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.shadow-1dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.03),0 3px 1px -2px rgba(0,0,0,.07),0 1px 5px 0 rgba(0,0,0,.03)
}

.form-input-shadow {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.border-left-info {
    border-left: .25rem solid #17a2b8 !important
}

.border-left-success {
    border-left: .25rem solid #28a745 !important
}

.border-left-warning {
    border-left: .25rem solid #ffc107 !important
}

.border-left-danger {
    border-left: .25rem solid #dc3545 !important
}

.border-left-secondary {
    border-left: .25rem solid #868e96 !important
}

.text-gray-300 {
    color: #dee2e6 !important
}

.text-gray-700 {
    color: #495057 !important
}

.text-lg {
    font-size: 1.25rem !important
}

.text-md {
    font-size: 1.15rem !important
}

.text-rg {
    font-size: 1rem !important
}

.text-sm {
    font-size: .9rem !important
}

.text-xs {
    font-size: .85rem !important
}

.text-xxs {
    font-size: 14px !important
}

.progress-sm {
    height: .5rem
}

.reset-list {
    list-style-type: none;
    padding-left: 0
}

.page-section {
    padding: 3rem 0
}

.page-section__title {
    font-size: 1.15rem;
    color: #304047;
    margin-bottom: 0
}

.page-heading {
    margin-left: 1rem;
    white-space: normal
}

.card-charts {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.03),0 3px 1px -2px rgba(0,0,0,.07),0 1px 5px 0 rgba(0,0,0,.03);
    border: 0;
    height: 100%;
    padding: 1rem .5rem;
    border-radius: 0
}

.card-charts__clickable {
    transition: all .2s
}

    .card-charts__clickable .fas {
        transition: all .2s
    }

    .card-charts__clickable:hover {
        cursor: pointer;
        box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
        background-color: #f8f9fa
    }

        .card-charts__clickable:hover .fas {
            color: #adb5bd !important
        }

.card-charts__description-sm {
    margin-top: .25rem;
    font-size: .85rem;
    color: #868e96
}

.card-charts .card-header {
    background: #fff;
    border-bottom: 0
}

.card-charts .card-title {
    display: inline-block;
    font-weight: 700;
    font-size: .9rem;
    color: #495057;
    text-transform: uppercase
}

.card-charts .card-subtitle {
    font-size: .85rem;
    margin-bottom: 0
}

.card-shadow-sm {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border: none;
    padding: .85rem;
    border-radius: 5px;
    overflow: hidden
}

.filter-section {
    background: #051937;
    background-image: linear-gradient(to right top,#0ca3a1 0,#17628d 100%);
    color: #fff;
    padding: 0
}

.filter-section__label {
    font-size: .9rem;
    margin-bottom: 0
}

.filter-section .filter-section-search {
    padding: 40px 0 20px;
    margin-bottom: 25px
}

    .filter-section .filter-section-search .form-group {
        margin-bottom: 0
    }

    .filter-section .filter-section-search .filter-section-search__title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #f8f9fa;
        margin: 0;
        margin-bottom: .75rem
    }

    .filter-section .filter-section-search .filter-section-search__desc {
        font-size: .9rem;
        font-weight: 500;
        color: #ced4da;
        display: inline-block;
        padding-left: .5rem
    }

.filter-section .filter-section-desc-client span {
    padding-left: .75rem
}

    .filter-section .filter-section-desc-client span:not(:last-child) {
        padding-right: .75rem;
        border-right: 1px solid #fff
    }

@media (max-width:1024px) {
    .filter-section .filter-section-search {
        padding: 20px 0;
        margin-bottom: 15px
    }

        .filter-section .filter-section-search .filter-section-search__title {
            font-size: 1.4rem
        }

        .filter-section .filter-section-search .filter-section-search__desc {
            font-size: 1rem;
            padding-left: 0
        }

        .filter-section .filter-section-search .kt-input-icon {
            width: auto;
            margin-bottom: 10px
        }

        .filter-section .filter-section-search.filter-section-search--clear {
            margin-bottom: 0
        }
}

.filter-options {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter-options__head {
    display: flex;
    align-items: center;
    width: 100%
}

.filter-options__title {
    margin-right: 2rem
}

.filter-options__select {
    width: 100%
}

    .filter-options__select .multiselect-container {
        width: 100%
    }

        .filter-options__select .multiselect-container > li > a > label {
            padding: 3px 20px 3px 20px
        }

    .filter-options__select .custom-select, .filter-options__select .multiselect, .filter-options__select span.multiselect-native-select {
        font-size: 1.25rem;
        color: #fff;
        background: 0 0
    }

        .filter-options__select .custom-select option, .filter-options__select .multiselect option, .filter-options__select span.multiselect-native-select option {
            color: #343a40
        }

        .filter-options__select .custom-select:hover {
            cursor: pointer
        }

.filter-options__search {
    margin-bottom: 0
}

    .filter-options__search .form-control, .filter-options__search .input-group-btn .btn {
        border-radius: 0 !important
    }

.filter-options__filters {
    display: flex
}

    .filter-options__filters .btn {
        min-width: 44px
    }

        .filter-options__filters .btn i {
            margin-right: 0
        }

@media (max-width:1024px) {
    .filter-options__head, .form-inline .filter-options__search, .form-inline .multiselect-native-select {
        margin-bottom: 1rem;
        width: 100%
    }
}

@media (min-width:1025px) {
    .form-inline .multiselect-native-select {
        width: 200px
    }
}

@media (min-width:1025px) {
    .dashboard .filter-options__search {
        max-width: 232px
    }
}

.block-avaliacao-atual {
    margin-bottom: 1.5rem
}

    .block-avaliacao-atual .card-charts {
        border-radius: 0
    }

    .block-avaliacao-atual > .row {
        margin-bottom: 1px
    }

        .block-avaliacao-atual > .row:not(:first-child) h5 {
            font-size: 1rem
        }

    .block-avaliacao-atual .border-left-info .text-xs.text-uppercase {
        color: #17a2b8
    }

    .block-avaliacao-atual .border-left-secondary .text-xs.text-uppercase {
        color: #868e96
    }

    .block-avaliacao-atual .border-left-success .text-xs.text-uppercase {
        color: #28a745
    }

    .block-avaliacao-atual .border-left-warning .text-xs.text-uppercase {
        color: #ffc107
    }

    .block-avaliacao-atual .border-left-danger .text-xs.text-uppercase {
        color: #dc3545
    }

.dashboard-switch-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.dashboard-switch {
    margin: .25rem
}

.dashboard-switch__title a {
    font-size: .9rem;
    font-weight: 700;
    color: #868e96;
    text-decoration: none
}

    .dashboard-switch__title a:hover {
        color: #343a40
    }

.dashboard-switch__wrapper {
    width: 60px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    position: relative;
    margin-left: 1%
}

    .dashboard-switch__wrapper p {
        position: absolute;
        z-index: 10;
        color: #fff;
        font-size: 1em;
        margin: 0;
        margin-top: 5px;
        text-transform: uppercase
    }

    .dashboard-switch__wrapper .a-left {
        left: 9px;
        top: -3px
    }

    .dashboard-switch__wrapper .a-right {
        right: 9px;
        top: -3px
    }

.dashboard-switch .yes {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    text-align: center
}

.dashboard-switch .no {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    text-align: center
}

.dashboard-switch .neutral {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    background: #495057
}

.dashboard-switch .empty {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    text-align: center
}

.dashboard-switch .correct, .dashboard-switch .yes {
    background: #20d532
}

.dashboard-switch .no, .dashboard-switch .wrong {
    background: #dc3545
}

.dashboard-switch .empty {
    background: #adb5bd
}

.dashboard-switch__bars {
    margin: .25rem
}

    .dashboard-switch__bars .progress {
        width: 100%;
        border-radius: 0
    }

    .dashboard-switch__bars .progress-bar {
        overflow: visible;
        color: #495057
    }

.form-campo-buscar {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.form-botao-buscar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .25rem .75rem .25rem .65rem;
    font-size: 19px
}

.reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    font-size: 1rem;
    line-height: 1.6
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

    .daterangepicker:after, .daterangepicker:before {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0,0,0,.2);
        content: ''
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.drop-up {
        margin-top: -7px
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff
        }

    .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
        float: none
    }

    .daterangepicker.single .drp-selected {
        display: none
    }

    .daterangepicker.show-calendar .drp-calendar {
        display: block
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: block
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #000;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse
        }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        background-color: #fff;
        border-color: transparent;
        color: #999
    }

    .daterangepicker td.in-range {
        background-color: #ebf4f8;
        border-color: transparent;
        color: #000;
        border-radius: 0
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #004069;
        border-color: transparent;
        color: #fff
    }

    .daterangepicker th.month {
        width: auto
    }

    .daterangepicker option.disabled, .daterangepicker td.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 50px;
        margin: 0 auto;
        background: #eee;
        border: 1px solid #eee;
        padding: 2px;
        outline: 0;
        font-size: 12px
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0 auto;
        line-height: 30px;
        position: relative
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 8px
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee
        }

        .daterangepicker .ranges li.active {
            background-color: #004069;
            color: #fff
        }

@media (min-width:564px) {
    .daterangepicker {
        width: auto
    }

        .daterangepicker .ranges ul {
            width: 140px
        }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none
        }

        .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
            float: left
        }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: 8px
        }

        .daterangepicker .drp-calendar, .daterangepicker .ranges {
            float: left
        }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.datepicker {
    border-radius: 0;
    padding: 0
}

.datepicker-days table tbody, .datepicker-days table tfoot, .datepicker-days table thead {
    padding: 5px 10px 2px;
    display: list-item
}

.datepicker-centuries table thead, .datepicker-days table thead, .datepicker-decades table thead, .datepicker-months table thead, .datepicker-years table thead {
    background: #3546b3;
    color: #fff;
    border-radius: 0
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255,255,255,.7)
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px
}

.datepicker-centuries table thead td, .datepicker-centuries table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th {
    border-radius: 0
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 8px 12px !important
}

.datepicker-centuries table thead, .datepicker-days table thead, .datepicker-decades table thead, .datepicker-months table thead, .datepicker-years table thead {
    background: #3546b3;
    color: #fff;
    border-radius: 0
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none
}

.datepicker .next, .datepicker .prev {
    color: rgba(255,255,255,.5);
    transition: .3s;
    width: 37px;
    height: 37px
}

    .datepicker .next:hover, .datepicker .prev:hover {
        background: 0 0;
        color: rgba(255,255,255,.99);
        font-size: 21px
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: .3s
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255,255,255,.7);
        background: 0 0
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%
}

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #3546b3;
        background-image: none
    }

.datepicker.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1)
}

span.multiselect-native-select {
    position: relative;
    background-color: #fff
}

    span.multiselect-native-select .multiselect.form-control {
        min-width: 200px !important
    }

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 260px;
    border-radius: 0
}

    .multiselect-container .input-group {
        margin: 0
    }

    .multiselect-container .multiselect-reset .input-group {
        width: 93%
    }

    .multiselect-container .multiselect-item.filter {
        padding-right: 0 !important
    }

    .multiselect-container > li {
        padding: 0;
        border-radius: 0
    }

        .multiselect-container > li:focus, .multiselect-container > li:hover {
            text-decoration: none;
            background-color: #f5f5f5
        }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
            justify-content: flex-start;
            color: #495057
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li.active {
            color: #fff;
            background-color: #17628d
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a:hover {
                text-decoration: none
            }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px
            }

                .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
    justify-content: flex-start
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
    margin-top: 3px
}

.card-body .dt-bootstrap4 {
    font-size: 1rem
}

    .card-body .dt-bootstrap4 label {
        margin-bottom: .25rem;
        padding-top: .5rem
    }

.card-body .table-template {
    background-color: #fff
}

    .card-body .table-template td, .card-body .table-template th {
        padding: .65rem;
        line-height: 1.25
    }

    .card-body .table-template td, .card-body .table-template th {
        vertical-align: middle
    }

    .card-body .table-template .btn {
        padding: .15rem .3rem
    }

.card-body .bottom {
    display: flex;
    justify-content: space-between
}

.card-body .toolbar {
    margin-bottom: .25rem
}

.card-body .dataTables_info {
    padding-top: .6rem
}

.card-body .dataTables_length label {
    margin-bottom: 0;
    padding-top: .5rem
}

.card-body .badge-pill {
    font-size: 13px
}

.btn-table-dropdown {
    text-align: center
}

.card-table {
    padding: 0
}

    .card-table .card-title {
        padding-top: .25rem;
        padding-bottom: .25rem;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: .9rem;
        font-weight: 700
    }

.secao-filtro {
    background-color: #fff;
    padding-bottom: 3rem !important;
    border-bottom: 1px solid #ced4da
}

    .secao-filtro .filtro-relatorio label {
        font-size: .9rem;
        margin-bottom: .25rem
    }

    .secao-filtro .filtro-relatorio .form-check label {
        margin-bottom: .5rem
    }

.filtro-relatorio__title {
    padding-top: .25rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #0ca3a1
}

.nav-tabs-shadow {
    border-bottom: 1px solid transparent
}

    .nav-tabs-shadow .active {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        background: #fff;
        border-color: #fff
    }

.alternativas-radio {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle
}

    .alternativas-radio li {
        display: inline-block;
        padding: .22rem .5rem;
        border: 1px solid #868e96;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle
    }

        .alternativas-radio li:not(:last-child) {
            margin-right: .5rem
        }

    .alternativas-radio .correta {
        background: #28a745;
        border-color: #28a745;
        color: #fff;
        font-weight: 700
    }

.alternativas-box {
    list-style-type: none;
    padding-left: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle
}

    .alternativas-box li {
        padding-top: 3px;
        padding-bottom: 3px;
        border: 1px solid #adb5bd
    }

        .alternativas-box li:not(:last-child) {
            margin-bottom: .2rem
        }

    .alternativas-box .correta {
        background: #28a745;
        border-color: #28a745;
        color: #fff;
        font-weight: 700
    }

.modal-body {
    padding: 2rem
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    font-size: 14px
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e
}

    .modal-confirm .icon-box i {
        color: #f15e5e;
        font-size: 46px;
        display: inline-block;
        margin-top: 13px
    }

.trigger-btn {
    display: inline-block;
    margin: 100px auto
}

.faq > .card, .info-contato > .card {
    padding: 1rem
}

.faq .card-body, .info-contato .card-body {
    font-size: 1rem
}

.faq .pd-2, .info-contato .pd-2 {
    padding: 2%
}

.faq .pd-r-2, .info-contato .pd-r-2 {
    padding-right: 2%
}

.faq .pd-l-2, .info-contato .pd-l-2 {
    padding-left: 2%
}

.faq .pd-t-2, .info-contato .pd-t-2 {
    padding-top: 2%
}

.faq .pd-b-2, .info-contato .pd-b-2 {
    padding-bottom: 2%
}

.faq h3, .info-contato h3 {
    color: #fff;
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700
}

.faq ul, .info-contato ul {
    list-style-type: none
}

.faq div[data-toggle=collapse], .info-contato div[data-toggle=collapse] {
    border-bottom: 1px solid #bbdefb;
    width: 100%;
    cursor: pointer;
    padding: 1rem;
    font-weight: 700
}

.faq .collapse, .info-contato .collapse {
    background: #f5f5f5
}

.box-content__lista {
    list-style: none;
    padding: .5rem 1rem 1rem;
    margin-bottom: 0
}

.modal-body .dropdown-messages-text {
    white-space: normal;
    font-size: .9rem
}

.modal-body .dropdown-messages-text__list-item {
    float: left;
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.animate {
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0,0,0,.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all .3s ease
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 17px;
        top: 13px;
        font-size: 19px;
        transition: all .3s ease
    }

    #return-to-top:hover {
        background: rgba(0,0,0,.9)
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px
        }

.preloader-gif {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(../img/preloader.gif) center no-repeat #fff
}

.preloader-grid-gif {
    margin: auto;
    z-index: 999;
    width: 100px;
    height: 100px;
    overflow: visible;
    background: url(../img/preloader.gif) center no-repeat
}

.login-page {
    min-height: 100vh;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background: #f6f5f7
}

.login-page__heading {
    text-align: center;
    color: #04365c;
    font-size: 1.85rem;
    font-weight: 700
}

.login-page .form-control {
    border-radius: 0
}

.login-page .left-block, .login-page .right-block {
    padding: 3rem
}

.login-page .left-block {
    background: #153342;
    /*background-image: linear-gradient(to right top,#004069,#062243,#062c50,#04365c,#051937);*/
    color: #fff
}

    .login-page .left-block label, .login-page .left-block p {
        font-size: 1rem
    }

.login-page .right-block p {
    font-size: 1rem
}

.login-page .card {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    border: none;
    padding: 2rem;
    border-radius: 5px;
    overflow: hidden
}

.login-page .card-header {
    margin-top: 0
}

.login-page .card-title h2 {
    text-align: center
}

.login-page .card-title h3 {
    font-family: Roboto,sans-serif
}

.login-page .card-body {
    overflow: hidden
}

.login-page .login-box {
    margin: auto;
    margin-top: 3rem
}

.login-page__signup-form {
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

    .login-page__signup-form .card-title {
        background: #004069;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #fff;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 0
    }

        .login-page__signup-form .card-title h2 {
            margin-bottom: 0;
            font-size: 1.85rem
        }

    .login-page__signup-form .card-body {
        padding: 0
    }

    .login-page__signup-form .sv-progress {
        height: .3em
    }

    .login-page__signup-form .sv-completedpage {
        padding-top: 3.25em;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

        .login-page__signup-form .sv-completedpage p {
            font-size: 1rem
        }

        .login-page__signup-form .sv-completedpage a {
            font-size: 1.25rem
        }

@media (max-width:979px) {
    .page-heading {
        margin-left: 0;
        padding: 0 1.5rem;
        display: block;
        font-size: 1.5rem
    }

    .login-page .aeq-logo {
        display: block;
        margin: 2rem auto 1rem
    }

    .login-page__heading {
        margin-bottom: 0;
        text-align: center
    }

    .login-page .card {
        box-shadow: none;
        border-radius: 0
    }

    .login-page .left-block, .login-page .right-block {
        padding: 3rem 2.25rem
    }

    .login-page #region-main > div {
        padding-top: 2rem
    }

    .login-page #nupad-page-header-wrapper {
        display: none
    }

    .login-page #page {
        margin-top: 0
    }

    .login-page h1 {
        font-size: 1.9rem
    }

    .login-page .login-box {
        margin-top: 2rem
    }

    .login-page__signup-form .login-box {
        margin-top: 0
    }

    .login-page__signup-form .aeq-logo {
        margin: .5rem auto .5rem
    }

    .login-page__signup-form .card-title {
        padding: 1rem;
        padding-bottom: 1.25rem;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }
}

@media (min-width:1200px) {
    .login-page .login-box {
        width: 70%
    }

    .login-page .login-page__signup-form .login-box {
        width: 1050px
    }
}

@media (min-width:1440px) {
    .login-page .login-box {
        width: 70%
    }

    .login-page .login-page__signup-form .login-box {
        width: 1200px
    }

    .login-page .left-block, .login-page .right-block {
        padding: 5rem
    }
}

.has-js .carousel {
    max-width: 25em
}

.carousel__pages {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none
}

.carousel__page[aria-hidden=true] {
    display: none
}

.has-js .carousel__page {
    width: 100%
}

.carousel__page picture {
    display: block
}

    .carousel__page picture img {
        width: 100%
    }

.carousel__actions {
    display: none;
    justify-content: space-between
}

.has-js .carousel__actions {
    display: flex
}

.carousel__action {
    min-width: 7.5rem;
    border: 1px solid #000;
    background-color: #fff
}

.navbar {
    padding: .25rem 1rem
}

    .navbar .dropdown:hover > .dropdown-menu {
        display: block
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.6);
    background-color: #003050;
    margin-right: .75rem;
    padding: .5rem .9rem;
    font-size: 1.85rem
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase
}

.navbar .dropdown-menu {
    background-color: #003050;
    border: 0;
    margin-top: 0;
    border-radius: 0;
    min-width: 11rem;
    transition: all .2s
}

    .navbar .dropdown-menu .dropdown-item {
        color: rgba(255,255,255,.8)
    }

        .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: #004069
        }

.username {
    background-color: #0ca3a1;
    margin: 0 .5rem;
    padding: .5rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .5rem;
    font-size: .85rem
}

.username__name {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.username__category {
    margin-top: 3px;
    line-height: 1;
    font-size: 12px
}

.profile-icon {
    margin: 0 1rem;
    color: rgba(255,255,255,.8);
    cursor: pointer;
    font-size: 1.5rem
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.notification-bell {
    display: inline-block;
    position: relative;
    padding: .6em;
    font-size: 1.3em;
    color: rgba(255,255,255,.8)
}

    .notification-bell:hover {
        cursor: pointer;
        color: #fff
    }

    .notification-bell::before {
        display: block;
        content: "\f0f3";
        font-family: "Font Awesome 5 Free";
        transform-origin: top center;
        font-weight: 600
    }

    .notification-bell::after {
        font-family: Arial;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        top: 2px;
        right: -2px;
        padding: 5px 8px;
        line-height: 100%;
        border-radius: 60px;
        background: #dc3545;
        opacity: 0;
        content: attr(data-count);
        opacity: 0;
        transform: scale(.5);
        transition: transform,opacity;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .notification-bell.notify::before {
        -webkit-animation: ring 1.5s ease;
        animation: ring 1.5s ease
    }

    .notification-bell.show-count::after {
        transform: scale(1);
        opacity: 1;
        color: #fff;
        text-shadow: none
    }

.dropdown-notifications .dropdown-menu {
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    max-width: 390px
}

    .dropdown-notifications .dropdown-menu .dropdown-item, .dropdown-notifications .dropdown-menu .dropdown-item .dropdown-messages-text, .dropdown-notifications .dropdown-menu .dropdown-item .dropdown-messages-title, .dropdown-notifications .dropdown-menu .dropdown-messages-title > strong {
        overflow: hidden;
        text-overflow: ellipsis
    }

        .dropdown-notifications .dropdown-menu .dropdown-item .dropdown-messages-text {
            font-size: 13px
        }

    .dropdown-notifications .dropdown-menu .dropdown-item {
        color: #495057
    }

        .dropdown-notifications .dropdown-menu .dropdown-item:hover {
            background-color: #e9ecef;
            color: #212529
        }

@-webkit-keyframes ring {
    0% {
        transform: rotate(35deg)
    }

    12.5% {
        transform: rotate(-30deg)
    }

    25% {
        transform: rotate(25deg)
    }

    37.5% {
        transform: rotate(-20deg)
    }

    50% {
        transform: rotate(15deg)
    }

    62.5% {
        transform: rotate(-10deg)
    }

    75% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        transform: rotate(35deg)
    }

    12.5% {
        transform: rotate(-30deg)
    }

    25% {
        transform: rotate(25deg)
    }

    37.5% {
        transform: rotate(-20deg)
    }

    50% {
        transform: rotate(15deg)
    }

    62.5% {
        transform: rotate(-10deg)
    }

    75% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(0)
    }
}

@media (min-width:979px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 17px
    }
}

@media (max-width:978px) {
    .navbar .navbar-collapse {
        background-color: #003050;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1rem 2rem
    }

        .navbar .navbar-collapse .dropdown-menu {
            border: 1px solid rgba(255,255,255,.8);
            margin-bottom: 1.5rem
        }

    .navbar .navbar-nav {
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid rgba(255,255,255,.8)
    }

    .navbar-link-mobile {
        font-size: 18px;
        color: rgba(255,255,255,.8);
        text-transform: uppercase;
        margin-left: .5rem
    }

    .notification-bell {
        padding: 0
    }

        .notification-bell::after {
            top: -5px;
            right: 12px
        }

    .profile-wrapper {
        margin-top: .5rem
    }

    .profile-icon {
        margin: 0
    }
}

footer {
    border-top: 1px solid #dee2e6
}

    footer p {
        margin-bottom: .25rem;
        font-size: 14px
    }

    footer .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

@media (max-width:978px) {
    footer {
        padding-top: 2rem
    }
}

@media (max-width:979px) {
    .avaliacao-page .card, .formulario-page .card {
        padding: 1rem .5rem
    }
}

.sv-visuallyhidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.sv-hidden {
    display: none !important
}

.sv-container-modern {
    color: #404040;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif
}

.sv-container-modern__title {
    padding-left: .55em;
    color: #0ca3a1;
    padding-top: 1.5rem;
    padding-bottom: .9375em
}

@media only screen and (min-width:1000px) {
    .sv-container-modern__title {
        margin-right: 5%;
        margin-left: 5%
    }
}

@media only screen and (max-width:1000px) {
    .sv-container-modern__title {
        margin-right: 10px;
        margin-left: 10px
    }
}

.sv-container-modern__title h3 {
    margin: 0;
    font-size: 1.875em
}

.sv-container-modern__title h5 {
    margin: 0
}

.sv-container-modern fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.sv-container-modern legend {
    border: none;
    padding: 0;
    margin: 0
}

@media only screen and (min-width:1000px) {
    .sv-body__footer, .sv-body__page {
        margin-right: 5%;
        margin-left: 5%
    }
}

@media only screen and (max-width:1000px) {
    .sv-body__footer, .sv-body__page {
        margin-right: 10px;
        margin-left: 10px
    }
}

.sv-body__progress {
    margin-bottom: 4.5em
}

    .sv-body__progress:not(:first-child) {
        margin-top: 2.5em
    }

.sv-body__footer {
    margin-bottom: 1rem
}

.avaliacao-page .card, .formulario-page .card {
    border: none;
    padding-top: 1rem;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.avaliacao-page .card {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.sv-page__title {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 1.875em;
    padding-left: .293em;
    color: #0ca3a1;
    text-transform: uppercase
}

.sv-page__description {
    margin-top: -2.8em;
    min-height: 2.8em;
    font-size: 1em;
    padding-left: .55em
}

.sv-page__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 5%;
    margin-left: 5%;
    padding: .5rem 0
}

    .sv-page__pagination .pagination {
        margin-bottom: 0;
        font-size: .9rem
    }

        .sv-page__pagination .pagination .page-item > .page-link {
            text-decoration: none;
            border-color: #ced4da;
            line-height: 30px;
            padding: 0 12px;
            border-radius: 20em;
            margin: 2px
        }

        .sv-page__pagination .pagination .page-item:last-child .page-link {
            border-top-right-radius: 20em;
            border-bottom-right-radius: 20em
        }

        .sv-page__pagination .pagination .page-item.active .page-link {
            color: #0ca3a1;
            font-weight: 700;
            background-color: #fff;
            border-color: #0ca3a1
        }

        .sv-page__pagination .pagination .page-item.invalid {
            color: #dc3545;
            font-weight: 700;
            background-color: #fff;
            border-color: #dc3545
        }

    .sv-page__pagination .page-item {
        cursor: pointer
    }

.sv-page__pagination-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #868e96
}

.sv-intro__heading {
    margin: 2rem 0 1rem
}

.sv-intro__body ul {
    margin-bottom: 2.5rem
}

.sv-intro__body li {
    margin-top: .5rem
}

.sv-panel {
    box-sizing: border-box
}

.sv-panel__title {
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    padding-bottom: .1em;
    padding-left: .44em
}

.sv-panel__description {
    padding-left: .55em
}

.sv-panel__title--expandable {
    cursor: pointer
}

.sv-panel__icon:before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    height: .5em;
    width: .6em;
    margin-left: 1.5em;
    vertical-align: middle
}

.sv-panel__icon--expanded:before {
    transform: rotate(180deg)
}

.sv-panel .sv-question__title {
    font-size: 1em
}

.sv-panel__content:not(:first-child) {
    margin-top: .75em
}

.sv-panel .sv-row:not(:last-child) {
    padding-bottom: 1.875em
}

.sv-paneldynamic__progress-container {
    position: relative;
    margin-left: .75em;
    margin-right: 250px;
    margin-top: 20px
}

.sv-paneldynamic__add-btn {
    background-color: #1948b3;
    float: right;
    margin-top: -18px
}

    .sv-paneldynamic__add-btn:hover {
        background-color: #163f9d !important
    }

[dir=rtl] .sv-paneldynamic__add-btn, [style*='direction:rtl'] .sv-paneldynamic__add-btn {
    float: left
}

.sv-paneldynamic__add-btn--list-mode {
    float: none;
    margin-top: 1em
}

.sv-paneldynamic__remove-btn {
    background-color: #ff1800;
    margin-top: 1.25em
}

    .sv-paneldynamic__remove-btn:hover {
        background-color: #e61600 !important
    }

.sv-paneldynamic__next-btn, .sv-paneldynamic__prev-btn {
    box-sizing: border-box;
    display: inline-block;
    fill: #404040;
    cursor: pointer;
    width: .7em;
    top: -.28em;
    position: absolute
}

.sv-paneldynamic__prev-btn {
    left: -1.3em;
    transform: rotate(90deg)
}

.sv-paneldynamic__next-btn {
    right: -1.3em;
    transform: rotate(270deg)
}

.sv-paneldynamic__next-btn--disabled, .sv-paneldynamic__prev-btn--disabled {
    fill: #dbdbdb;
    cursor: auto
}

.sv-paneldynamic__progress-text {
    color: #9d9d9d;
    font-weight: 700;
    font-size: .87em;
    margin-top: .69em;
    margin-left: 1em
}

.sv-paneldynamic__separator {
    border: none;
    margin: 0
}

.sv-paneldynamic .sv-panel ~ .sv-panel {
    padding-top: 2.5em
}

.sv-paneldynamic__progress--top {
    margin-bottom: 1em
}

.sv-paneldynamic__progress--bottom {
    margin-top: 1em
}

.sv-row__question {
    vertical-align: top;
    white-space: normal
}

    .sv-row__question:not(:last-child) {
        float: left
    }

@media only screen and (max-width:600px) {
    .sv-row__question:not(:last-child) {
        padding-bottom: 2.5em;
        float: none
    }
}

[dir=rtl] .sv-row__question:not(:last-child), [style*='direction:rtl'] .sv-row__question:not(:last-child) {
    float: right
}

.sv-row:not(:last-child) {
    padding-bottom: 2.5em
}

@media only screen and (min-width:1000px) {
    .sv-row__question--small:only-child {
        max-width: 100%
    }
}

@media only screen and (max-width:600px) {
    .sv-row__question {
        width: 100% !important;
        padding-right: 0 !important
    }
}

.sv-question {
    overflow: auto;
    box-sizing: border-box;
    font-family: Roboto,sans-serif
}

.sv-question__title {
    position: relative;
    box-sizing: border-box;
    min-height: 1.75em;
    margin: 0;
    margin-left: .55em;
    margin-right: .55em;
    padding: .25em 0;
    cursor: default;
    font-size: 1.1em
}

.sv-question__required-text {
    position: absolute;
    top: 0;
    font-size: 1.4em
}

.sv-question__description {
    margin: 0;
    padding-left: .55em;
    font-size: 1em;
    color: #404040 !important
}

    .sv-question__description li {
        list-style-type: upper-roman;
        margin: .5rem;
        font-size: 14px
    }

.sv-question__img {
    display: block;
    margin: 1.5rem 0;
    max-width: 100%
}

.sv-question__input {
    width: 100%;
    height: 1.81em
}

.sv-question__content {
    margin-left: .55em;
    margin-right: .55em
}

.sv-question__erbox {
    color: #d52901;
    font-size: .74em;
    font-weight: 700
}

.sv-question__erbox--location--top {
    margin-bottom: .4375em
}

.sv-question__erbox--location--bottom {
    margin-top: .4375em
}

.sv-question__footer {
    padding: .87em 0
}

.sv-question__title--answer {
    background-color: rgba(12,163,161,.2)
}

.sv-question__title--error {
    background-color: rgba(213,41,1,.2)
}

.sv-question__header--location--top {
    margin-bottom: .25em
}

.sv-question__header--location--left {
    float: left;
    width: 27%;
    margin-right: .875em
}

[dir=rtl] .sv-question__header--location--left, [style*='direction:rtl'] .sv-question__header--location--left {
    float: right
}

.sv-question__header--location--bottom {
    margin-top: .8em
}

.sv-question__content--left {
    overflow: hidden
}

.sv-question__other {
    margin-top: .5em
}

.sv-question__form-group {
    margin-top: .5em
}

.sv-progress {
    height: .19em;
    background-color: #e7e7e7
}

.sv-progress__bar {
    position: relative;
    height: 100%;
    background-color: #0ca3a1;
    transition: all .2s
}

.sv-progress__text {
    position: absolute;
    margin-top: .69em;
    color: #9d9d9d;
    font-size: .87em;
    font-weight: 700;
    padding-left: .6321em
}

@media only screen and (min-width:1000px) {
    .sv-progress__text {
        margin-left: 5%
    }
}

@media only screen and (max-width:1000px) {
    .sv-progress__text {
        margin-left: 10px
    }
}

.sv-title {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

    .sv-title.sv-question__title {
        font-family: Roboto,sans-serif
    }

.sv-description {
    color: rgba(64,64,64,.5)
}

    .sv-description.sv-page__description {
        margin-top: -2.1em
    }

.sv-question .sv-selectbase {
    margin-bottom: 4px
}

.sv-selectbase__item {
    margin-bottom: .425em;
    vertical-align: top
}

.sv-selectbase__item--inline {
    display: inline-block;
    padding-right: 5%
}

.sv-selectbase__column {
    min-width: 19%;
    vertical-align: top
}

.sv-selectbase__label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    cursor: inherit
}

.sv-selectbase__clear-btn {
    margin-top: .9em;
    background-color: #1948b3
}

    .sv-selectbase__clear-btn:hover {
        background-color: #163f9d
    }

.sv-multipletext__row:not(:last-child) {
    margin-bottom: 1em
}

.sv-multipletext__cell:not(:first-child) {
    padding-left: .5em
}

.sv-multipletext__cell:not(:last-child) {
    padding-right: .5em
}

.sv-matrix {
    overflow-x: auto
}

.sv-matrix__label {
    display: inline-block;
    margin: 0
}

.sv-matrix__cell {
    min-width: 10em
}

.sv-matrix__text {
    cursor: pointer
}

.sv-matrix__text--сhecked {
    color: #fff;
    background-color: #0ca3a1
}

.sv-matrix__text--disabled {
    cursor: default
}

    .sv-matrix__text--disabled.sv-matrix__text--сhecked {
        background-color: #dbdbdb
    }

.sv-matrixdynamic__add-btn {
    background-color: #1948b3
}

    .sv-matrixdynamic__add-btn:hover {
        background-color: #163f9d
    }

.sv-matrixdynamic__remove-btn {
    background-color: #ff1800
}

    .sv-matrixdynamic__remove-btn:hover {
        background-color: #e61600
    }

.sv-root-modern ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #9f9f9f
}

.sv-root-modern ::-webkit-scrollbar-thumb {
    background: #0ca3a1
}

.sv-table {
    width: 100%;
    background-color: rgba(159,159,159,.08);
    padding: .9375em 1.875em 1.5625em
}

    .sv-table tr {
        border-bottom: 1px solid #ced4da
    }

.sv-table__cell {
    padding: .9375em .9375em .9375em 1.5em
}

    .sv-table__cell:not(:last-child) {
        padding-right: 1em
    }

    .sv-table__cell:not(:first-child) {
        padding-left: 1em
    }

.sv-table__cell--header {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-align: left
}

.sv-list-group .list-group-item span {
    display: inline-block;
    vertical-align: middle
}

.sv-list-group .list-group-item .left {
    width: 110px;
    padding-right: 10px
}

.sv-list-group .list-group-item .right {
    font-weight: 700;
    color: #0ca3a1;
    font-size: 1.25rem;
    text-transform: uppercase
}

.sv-footer {
    min-height: 2em;
    padding: 2.5em 0 .87em 0
}

.sv-footer__complete-btn {
    background-color: #0ca3a1;
    float: right
}

    .sv-footer__complete-btn:hover {
        background-color: #0a8b8a
    }

.sv-footer__next-btn {
    background-color: #0ca3a1;
    float: right
}

    .sv-footer__next-btn:hover {
        background-color: #0a8b8a
    }

.sv-footer__prev-btn {
    background-color: #0ca3a1;
    float: left
}

    .sv-footer__prev-btn:hover {
        background-color: #0a8b8a
    }

.sv-footer__start-btn {
    background-color: #0ca3a1
}

    .sv-footer__start-btn:hover {
        background-color: #0a8b8a
    }

[dir=rtl] .sv-footer__complete-btn, [style*='direction:rtl'] .sv-footer__complete-btn {
    float: left
}

[dir=rtl] .sv-footer__next-btn, [style*='direction:rtl'] .sv-footer__next-btn {
    float: left
}

[dir=rtl] .sv-footer__prev-btn, [style*='direction:rtl'] .sv-footer__prev-btn {
    float: right
}

.sv-btn, .sv-page__pagination .sv-btn {
    border: none;
    border-radius: 1.214em;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: .875rem;
    font-weight: 700;
    outline: 0;
    padding: .6em 2.786em .7em;
    text-align: left;
    text-decoration: none;
    line-height: 1.15;
    margin: 2px 4px
}

.sv-item {
    position: relative;
    cursor: pointer
}

.sv-item--disabled {
    cursor: default
}

.sv-item__decorator {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: solid 1px transparent;
    vertical-align: middle
}

.sv-item__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}

.sv-item__control:focus + .sv-item__decorator {
    border-color: #0ca3a1;
    outline: 0
}

.sv-radio .sv-item__control:focus + .sv-item__decorator {
    border-color: transparent !important
}

.sv-radio .sv-item__control:checked + .sv-item__decorator {
    border-color: #0ca3a1 !important
}

.sv-item__control-label {
    margin-left: .4125em;
    vertical-align: middle
}

.sv-checkbox__decorator {
    border-radius: 2px
}

.sv-checkbox__svg {
    border: 3px solid rgba(64,64,64,.5);
    border-radius: 2px;
    fill: transparent
}

.sv-checkbox--allowhover:hover .sv-checkbox__svg {
    border: none;
    background-color: #9f9f9f;
    fill: #fff
}

.sv-checkbox--checked .sv-checkbox__svg {
    border: none;
    background-color: #0ca3a1;
    fill: #fff
}

.sv-checkbox--checked.sv-checkbox--disabled .sv-checkbox__svg {
    border: none;
    background-color: #dbdbdb;
    fill: #fff
}

.sv-checkbox--disabled .sv-checkbox__svg {
    border: 3px solid #dbdbdb
}

.sv-radio__decorator {
    border-radius: 100%
}

.sv-radio__svg {
    border: 3px solid rgba(64,64,64,.5);
    border-radius: 100%;
    fill: transparent
}

.sv-radio--allowhover:hover .sv-radio__svg {
    fill: rgba(64,64,64,.5)
}

.sv-radio--checked .sv-radio__svg {
    border-color: #404040;
    fill: #404040
}

.sv-radio--disabled .sv-radio__svg {
    border-color: #dbdbdb
}

.sv-radio--disabled.sv-radio--checked .sv-radio__svg {
    fill: #dbdbdb
}

.sv-boolean {
    display: block;
    position: relative;
    line-height: 1.5em
}

.sv-boolean__switch {
    float: left;
    box-sizing: border-box;
    width: 4em;
    height: 1.5em;
    margin-right: 1.0625em;
    margin-left: 1.3125em;
    padding: .125em .1875em;
    border-radius: .75em
}

[dir=rtl] .sv-boolean__switch, [style*='direction:rtl'] .sv-boolean__switch {
    float: right
}

.sv-boolean__slider {
    display: block;
    width: 1.25em;
    height: 1.25em;
    transition-duration: .1s;
    transition-property: margin-left;
    transition-timing-function: linear;
    border: none;
    border-radius: 100%
}

.sv-boolean--indeterminate .sv-boolean__slider {
    margin-left: calc(50% - .625em)
}

.sv-boolean--checked .sv-boolean__slider {
    margin-left: calc(100% - 1.25em)
}

.sv-boolean__label {
    float: left
}

[dir=rtl] .sv-boolean__label, [style*='direction:rtl'] .sv-boolean__label {
    float: right
}

.sv-imagepicker__item {
    border: none;
    padding: .24em
}

.sv-imagepicker__item--inline {
    display: inline-block
}

    .sv-imagepicker__item--inline:not(:last-child) {
        margin-right: 4%
    }

.sv-imagepicker__image {
    border: .24em solid transparent;
    display: block;
    pointer-events: none
}

.sv-imagepicker__label {
    cursor: inherit
}

.sv-imagepicker__text {
    font-size: 1.14em;
    padding-left: .24em
}

.sv-imagepicker__item--allowhover:hover .sv-imagepicker__image {
    background-color: #9f9f9f;
    border-color: #9f9f9f
}

.sv-imagepicker__item--checked .sv-imagepicker__image {
    background-color: #0ca3a1;
    border-color: #0ca3a1
}

.sv-imagepicker__item {
    cursor: pointer
}

.sv-imagepicker__item--disabled {
    cursor: default
}

    .sv-imagepicker__item--disabled.sv-imagepicker__item--checked .sv-imagepicker__image {
        background-color: #dbdbdb;
        border-color: #dbdbdb
    }

.sv-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    background: 0 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    background-size: .57em 100%;
    border: none;
    border: .06em solid #d4d4d4;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    padding: .25em 1.5em .25em .87em;
    height: 2.18em;
    width: 100%
}

    .sv-dropdown:focus {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E");
        border-color: #d4d4d4;
        outline: 0
    }

    .sv-dropdown::-ms-expand {
        display: none
    }

.sv-dropdown--error {
    border-color: #d52901;
    color: #d52901
}

    .sv-dropdown--error::-webkit-input-placeholder {
        color: #d52901
    }

    .sv-dropdown--error::-moz-placeholder {
        color: #d52901
    }

    .sv-dropdown--error:-ms-input-placeholder {
        color: #d52901
    }

    .sv-dropdown--error::-ms-input-placeholder {
        color: #d52901
    }

    .sv-dropdown--error::placeholder {
        color: #d52901
    }

.sv-text {
    box-sizing: border-box;
    width: 100%;
    height: 2.18em;
    padding: .25em 0 .25em .87em;
    border: none;
    border-radius: 0;
    border: .07em solid #d4d4d4;
    box-shadow: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 1em
}

    .sv-text:focus {
        border-color: #0ca3a1;
        outline: 0;
        box-shadow: none
    }

    .sv-text:invalid {
        box-shadow: none
    }

    .sv-text:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #fff inset
    }

    .sv-text::-webkit-input-placeholder {
        color: #adb5bd
    }

    .sv-text::-moz-placeholder {
        color: #adb5bd
    }

    .sv-text:-ms-input-placeholder {
        color: #adb5bd
    }

    .sv-text::-ms-input-placeholder {
        color: #adb5bd
    }

    .sv-text::placeholder {
        color: #adb5bd
    }

    .sv-text[type=date] {
        padding-right: 2px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat,repeat;
        background-position: right .61em top 50%,0 0;
        background-size: .57em auto,100%
    }

        .sv-text[type=date]:focus {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E")
        }

        .sv-text[type=date]::-webkit-calendar-picker-indicator {
            color: transparent;
            background: 0 0
        }

        .sv-text[type=date]::-webkit-clear-button {
            display: none
        }

        .sv-text[type=date]::-webkit-inner-spin-button {
            display: none
        }

.sv-text--error {
    color: #d52901;
    border-color: #d52901
}

    .sv-text--error::-webkit-input-placeholder {
        color: #d52901
    }

    .sv-text--error::-moz-placeholder {
        color: #d52901
    }

    .sv-text--error:-ms-input-placeholder {
        color: #d52901
    }

    .sv-text--error::-ms-input-placeholder {
        color: #d52901
    }

    .sv-text--error::placeholder {
        color: #d52901
    }

.sv-rating {
    color: #404040;
    padding-bottom: 3px
}

    .sv-rating input:focus + .sv-rating__item-text, .sv-rating input:focus + .sv-rating__min-text + .sv-rating__item-text {
        outline: 1px solid #0ca3a1;
        outline-offset: 2px
    }

.sv-rating__item {
    position: relative;
    display: inline
}

.sv-rating__item-text {
    min-width: 2.3125em;
    height: 2.3125em;
    display: inline-block;
    color: #9f9f9f;
    padding: 0 .3125em;
    border: solid .1875em #9f9f9f;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.13;
    cursor: pointer;
    margin-right: .26em;
    box-sizing: border-box
}

    .sv-rating__item-text > span {
        margin-top: .44em;
        display: inline-block
    }

    .sv-rating__item-text:hover {
        background-color: #9f9f9f;
        color: #fff
    }

.sv-rating__item--selected .sv-rating__item-text {
    background-color: #0ca3a1;
    color: #fff;
    border-color: #0ca3a1
}

.sv-rating__min-text {
    font-size: 1em;
    margin-right: 1.25em;
    cursor: pointer
}

@media only screen and (max-width:600px) {
    .sv-rating__min-text {
        display: none
    }
}

.sv-rating__max-text {
    font-size: 1em;
    margin-left: .87em;
    cursor: pointer
}

@media only screen and (max-width:600px) {
    .sv-rating__max-text {
        display: none
    }
}

.sv-rating--disabled .sv-rating__item-text {
    cursor: default;
    color: #dbdbdb;
    border-color: #dbdbdb
}

    .sv-rating--disabled .sv-rating__item-text:hover {
        background-color: transparent
    }

.sv-rating--disabled .sv-rating__item--selected .sv-rating__item-text {
    background-color: #dbdbdb;
    color: #fff
}

.sv-rating--disabled .sv-rating__min-text {
    cursor: default
}

.sv-rating--disabled .sv-rating__max-text {
    cursor: default
}

.sv-comment {
    border: .06em solid #d4d4d4;
    box-sizing: border-box;
    padding: .25em .87em;
    font-family: inherit;
    font-size: 1em;
    outline: 0;
    width: 100%
}

    .sv-comment:focus {
        border-color: #0ca3a1
    }

.sv-file {
    position: relative
}

.sv-file__decorator {
    background-color: #f5f5f5;
    padding: 1.68em 0
}

.sv-file__clean-btn {
    background-color: #ff1800;
    margin-top: 1.25em
}

    .sv-file__clean-btn:hover {
        background-color: #e61600
    }

.sv-file__choose-btn {
    background-color: #1948b3;
    display: inline-block
}

    .sv-file__choose-btn:hover {
        background-color: #163f9d
    }

.sv-file__choose-btn--disabled {
    cursor: default;
    background-color: #dbdbdb;
    display: inline-block
}

.sv-file__no-file-chosen {
    display: inline-block;
    font-size: .87em;
    margin-left: 1em
}

.sv-file__preview {
    display: inline-block;
    padding-right: 23px;
    position: relative;
    margin-top: 1.25em;
    vertical-align: top
}

    .sv-file__preview:not(:last-child) {
        margin-right: 31px
    }

.sv-file__remove-svg {
    position: absolute;
    fill: #ff1800;
    cursor: pointer;
    height: 16px;
    top: 0;
    right: 0;
    width: 16px
}

.sv-file__sign a {
    color: #404040;
    text-align: left;
    text-decoration: none
}

.sv-file__wrapper {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-left: 50%;
    transform: translate(-50%,0);
    padding: 0
}

.sv-clearfix:after {
    content: '';
    display: table;
    clear: both
}

.sv-completedpage {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    box-sizing: border-box;
    height: 14em;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    text-align: center;
    color: #404040;
    background-color: #f5f5f5;
    background-color: #f1fffb
}

    .sv-completedpage:before {
        display: block;
        width: 72px;
        height: 72px;
        margin-left: calc(50% - 36px);
        content: '';
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72 72' style='enable-background:new 0 0 72 72;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300C851;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M11.9,72c-0.6-0.1-1.2-0.3-1.8-0.4C4.2,70.1,0,64.7,0,58.6c0-15.1,0-30.1,0-45.2C0,6,6,0,13.4,0 c12,0,24,0,36,0c2.4,0,4.4,1.7,4.6,4c0.2,2.4-1.3,4.4-3.6,4.9C50,9,49.7,9,49.4,9C37.6,9,25.8,9,14,9c-1.5,0-2.8,0.4-3.9,1.5 c-0.8,0.9-1.2,2-1.2,3.2c0,8.2,0,16.4,0,24.6C9,45,9,51.6,9,58.2c0,2.9,1.9,4.8,4.8,4.8c14.9,0,29.7,0,44.6,0c2.6,0,4.6-2,4.6-4.6 c0-5.9,0-11.8,0-17.7c0-2.4,1.6-4.3,3.9-4.6c2.3-0.3,4.3,1,5,3.4c0,0.1,0.1,0.2,0.1,0.2c0,6.8,0,13.6,0,20.4c0,0.1-0.1,0.3-0.1,0.4 c-0.8,5.4-4.7,9.8-10.1,11.2c-0.6,0.1-1.2,0.3-1.8,0.4C44,72,28,72,11.9,72z'/%3E%3Cpath class='st0' d='M35.9,38.8c0.4-0.4,0.5-0.7,0.7-0.9c8.4-8.4,16.8-16.8,25.2-25.2c1.9-1.9,4.5-2,6.3-0.4 c1.9,1.6,2.1,4.6,0.4,6.4c-0.2,0.2-0.3,0.3-0.5,0.5c-9.5,9.5-19.1,19.1-28.6,28.6c-2.2,2.2-4.8,2.2-7,0 c-5.1-5.1-10.2-10.2-15.4-15.4c-1.3-1.3-1.7-2.8-1.2-4.5c0.5-1.7,1.6-2.8,3.4-3.1c1.6-0.4,3.1,0.1,4.2,1.3c4,4,7.9,7.9,11.9,11.9 C35.6,38.2,35.7,38.5,35.9,38.8z'/%3E%3C/g%3E%3C/svg%3E%0A")
    }

@media only screen and (min-width:1000px) {
    .sv-completedpage {
        margin-right: 5%;
        margin-left: calc(5% + .293em)
    }
}

@media only screen and (max-width:1000px) {
    .sv-completedpage {
        margin-left: calc(10px + .293em);
        margin-right: 10px;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 3.5rem !important
    }
}
/*# sourceMappingURL=all.css.map */
