.msg-validacao {
    color: red;
    font-size: medium;
}

.panel-cad {
    margin-left: 2px;
}

.panel-cad-heading {
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    background-color: #9faaaf;
}

.panel-cad-body {
    background-color: #e6ecee;
}

form label {
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

thead th {
    background-color: #a3a3c2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
}

thead th a {
    color: black;
}

thead th a:link {
    text-decoration: none;
}

tbody tr:nth-child(even) {
    background: #FFF
}

tbody tr:nth-child(odd) {
    background: #e6ffe6
}

tbody tr:hover {
    color: #1E90FF;
    background-color: #D3D3D3;
}

tbody td {
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.select2 {
    width: 100% !important;
}

.input-group>.select2-container {
    width: auto !important;
    flex: 1 1 auto !important;
    height: 31px;
}

.input-group>.select2-container .select2-selection--single {
    height: 100% !important;
    line-height: inherit !important;
}

.select2 .select2-selection {
    font-size: 14px;
}

.rotulo-info {
    font-weight: bold;
    margin: 0;
}

.rotulo-info span {
    font-weight: normal;
    color: darkblue;
}

.fonte-12px {
    font-size: 12px;
}

.fonte-16 {
    font-size: 16px;
}

.fonte-18 {
    font-size: 18px;
}

.fonte-20 {
    font-size: 20px;
}

.fonte-24 {
    font-size: 24px;
}

.fonte-bold {
    font-weight: bold;
}

.tabela-rotulo-info {
    font-size: 14px;
    font-weight: bold;
    padding-right: 1em;
}

.tabela-texto-info {
    white-space: normal;
}

.cabecalho-info {
    background-color: #9faaaf;
    padding: 5px;
}

.texto-recuo-3 {
    text-indent: 3em
}

.msk-decimal-d2 {
    text-align: right;
}

.select-tirar-seta {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: black;
    border: none;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1000000;
}

@keyframes load {
    0% {
        opacity: 0.08;
        /*font-size: 10px; */
        /*font-weight: 400; */
        filter: blur(5px);
        letter-spacing: 5px;
    }

    100% {
        /*opacity: 1; */
        /*font-size: 12px; */
        /*font-weight:600; */
        /*filter: blur(0); */
    }
}

.loader p {
    font-size: 46px;
    font-weight: bold;
    color: #FF8C00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    font-family: Helvetica, sans-serif, Arial;
    animation: load 0.6s infinite 0s ease-in-out;
    animation-direction: alternate;
    text-shadow: 0 0 1px white;
}

/* marcelo */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

/* fim marcelo */


/* inicio cleiton */

.bg_linear_grad2 {
    background: linear-gradient(to bottom, #99ccff, #ff99cc);
}


.bg_linear_grad3 {
    background-color: Silver;
}

.corAzul {
    color: blue;
}

/* Extra small */
@media (max-width: 575.98px) {
    .fontePerson1 {
        font-size: 12px;
    }
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .fontePerson1 {
        font-size: 14px;
    }
}

/* Medium devices  */
@media (min-width: 768px) and (max-width: 991.98px) {
    .fontePerson1 {
        font-size: 16px;
    }
}

/* Large devices  */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .fontePerson1 {
        font-size: 16px;
    }
}

/* Extra large devices  */
@media (min-width: 1200px) {
    .fontePerson1 {
        font-size: 16px;
    }
}

/* fim cleiton */