﻿.ponteiro-mouse {
    pointer-events: none;
    cursor: pointer;
}

.ponteiro {
    cursor: pointer;
}

.style-correcao-01 {
    color: #da1046 !important;
}

.style-correcao-02 {
    font-size: 22px !important;
    font-family: DinLight,Sans-Serif !important;
}

.style-correcao-03 {
    border: 0px !important;
}

.style-correcao-04 {
    font-size: 21px !important;
}

.style-correcao-05 {
    padding: 0px !important;
}

.style-correcao-06 {
    padding: 0px !important;
    margin: 0px !important;
}

.style-correcao-07 {
    padding: 0px !important;
    padding-right: 4px !important;
}

.style-correcao-08 {
    height: 100% !important;
}

.style-correcao-09 {
    font-weight: 700 !important;
}

.style-correcao-10 {
    margin-top: 0px !important;
}

.style-correcao-11 {
    display: none;
}

.style-correcao-12 {
    margin-top: 28px !important;
}

.style-correcao-13 {
    display: block !important;
}

.style-correcao-14 {
    color: red !important;
}

.style-correcao-15 {
    color: #12b758 !important;
}

.style-correcao-16 {
    padding: 0px !important;
    padding-right: 8px !important;
}

.style-correcao-17 {
    padding-left: 0px !important;
    padding-right: 8px !important;
}

.style-correcao-18 {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

.style-correcao-19 {
    z-index:99 !important;
}

.style-correcao-block {
    display: block !important;
}

.style-correcao-none {
    display: none !important;
}

.style-align-center {
    text-align: center !important;
}

.style-align-left {
    text-align: left !important;
}

.style-align-right {
    text-align: right !important;
}

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    background: #f1f1f1;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 5px 15px;
    }

.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -15px;
    content: "✔";
}

.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -15px;
    content: "✖";
}
