body {
    font: 12px Poppins;
    font-family: "Poppins";
}

h1, h2, p {
    margin: 10px 0;
}

.hidden {
    visibility: hidden;
}


.message {
    padding: 10px;
    margin: 15px 0;
    display: block;
    text-align: left;
}

.message-title {
    font-weight: bold;
    font-size: 1.25em;
}

.message-body {
    margin-top: 4px;
}

.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

.criterios tr th {
    text-align: center;
}

.criterios tr td {
    text-align: center;
    font-weight: normal;
}

#imgDownload:focus {
    outline: none;
}

.check {
    color: #7CFC00;
}

.nocheck {
    color: #FF0000;
}

.tbDados {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.trDados td {
    color: #333333;
    padding: 8px;
    line-height: 20px;
    height: 30px;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #e0e0e0;
}

.trCabecalho th {
    font-weight: bold;
    font-size: 10px;
    text-shadow: 0 1px 0 #E7E7E7, 0 0 1px #908581;
    padding: 10px;
}

.trCabecalhoFiltro td {
    padding: 5px 15px 5px 0;
    background: #f5f5f5;
}

.tbDados tbody {
    display: block;
    max-height: 300px;
    overflow: auto;
}

    .tbDados thead, .tbDados tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.tbDados thead {
    width: calc( 100% - 1em );
}

.ulFormVisualizacao {
    list-style-type: none;
    font-size: 14px;
    padding: 0;
}

    .ulFormVisualizacao li {
        line-height: unset;
        padding: 2px 0;
    }

        .ulFormVisualizacao li span {
            padding-left: 6px;
        }

.formMatrixGroup {
}

    .formMatrixGroup .formMatrixHeader,
    .formMatrixGroup .formMatrixRow {
        display: flex;
    }

    .formMatrixGroup .formMatrixRow {
        background-color: #f4f4f4;
        align-items: center;
    }

        .formMatrixGroup .formMatrixRow:nth-child(odd) {
            background-color: #eaeaea;
        }

        .formMatrixGroup .formMatrixHeader .formMatrixCell:first-child,
        .formMatrixGroup .formMatrixRow .formMatrixCell:first-child {
            width: 350px;
            padding-left: 10px;
        }

        .formMatrixGroup .formMatrixHeader .formMatrixCell:not(:first-child),
        .formMatrixGroup .formMatrixRow .formMatrixCell:not(:first-child) {
            flex: 1;
            justify-content: center;
            text-align: center;
        }

        .formMatrixGroup .formMatrixHeader .formMatrixCell,
        .formMatrixGroup .formMatrixRow .formMatrixCell {
            outline: none;
            display: flex;
            overflow-wrap: break-word;
            word-break: break-word;
            align-items: flex-end;
            padding: 10px 0;
        }

    .formMatrixGroup .formMatrixHeader .formMatrixCell {
        padding-left: 10px;
    }

    .formMatrixGroup .formMatrixRow .formMatrixCell .unsetDisabled {
        opacity: unset !important;
    }

.formMatrixHeader {
}

.formMatrixRow {
}

.formMatrixCell {
}

@media (max-width: 991px) {
    .formMatrixGroup .formMatrixHeader .formMatrixCell:first-child,
    .formMatrixGroup .formMatrixRow .formMatrixCell:first-child {
        width: 185px;
    }
}

.formViewRow {
    font-size: 14px;
    padding-top: 6px !important;
}

    .formViewRow span {
        padding-left: 2px;
    }

.formViewRowTitle {
    background: #b0da98;
    padding: 10px 10px;
    margin: 20px 0 15px 0;
}

    .formViewRowTitle h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.formViewRowSubtitle {
    font-size: 14px;
    text-align: center;
}

    .formViewRowSubtitle h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .formViewRowSubtitle hr {
        margin-top: 5px;
        border-color: #212121;
    }

.formViewQuestion {
    font-size: 14px;
    margin-bottom: 10px;
}

    .formViewQuestion h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0;
    }

    .formViewQuestion .alertDescription {
        color: #ec971f;
    }

    .formViewQuestion .radio .unsetDisabled {
        opacity: unset !important;
    }

    .formViewQuestion .sortedSelection {
        position: relative;
        padding-left: 22px;
        margin-top: 2px;
    }

        .formViewQuestion .sortedSelection label {
            min-height: 18px;
            margin-bottom: 0;
            font-weight: normal;
            cursor: pointer;
            display: inline-block;
            position: relative;
            padding-left: 5px;
        }

        .formViewQuestion .sortedSelection input[type=checkbox] {
            width: 21px;
            height: 21px;
            position: relative;
            cursor: pointer;
        }

            .formViewQuestion .sortedSelection input[type=checkbox]:disabled {
                cursor: not-allowed;
            }

        .formViewQuestion .sortedSelection input[type=text],
        .formViewQuestion .sortedSelection input[type=text]:disabled {
            border-radius: unset;
            box-shadow: none;
            font-weight: bold;
            text-align: center;
            width: 30px;
            border: none;
            border-bottom: 1px solid #eee;
            background: none;
            cursor: not-allowed;
        }

        .formViewQuestion .sortedSelection .textDescription {
            text-align: left !important;
            font-weight: unset !important;
            padding-left: 10px;
        }