@charset "UTF-8";

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ELEMENTOS DA INTERFACE */

body {
    background-color: #15142b;
    background-image: linear-gradient(180deg, #372991, #15142b);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 172px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

header, main, article {
    max-width: 1130px;
}

header > h2 {
    color: white;
    text-shadow: 3px 3px 0px black;
}

main, article {
    background-color: white;
    max-width: 1130px;
    padding: 15px;
    
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.502);
}

footer {
    display: block;
    width: 100vw;
    background-color: #291f6c;
    color: white;
    text-align: center;
    margin-top: auto;
    padding: 5px;
}

h1, h2, h3, h4 {
    color: #372991;
    margin: 10px;
}

a {
    color: #231c9e;
    background-color: rgba(55, 41, 145, 0.1);
    padding: 0 3px;
    margin-right: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9em;
    border-radius: 4px;

}

a.sub-menu {
    color: #231c9e;
    background-color: rgba(55, 41, 145, 0.1);
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9em;
    border-radius: 4px;
}

a:hover {
    color: #372991;
    border-bottom: 1px solid #372991;
}

span {
    font-weight: 600;
    font-size: 0.9em;
}

/* TABELAS E LISTAS */

table {
    min-width: 40px;
    border-spacing: 0px;
    border: 0.5px solid #372991;
    margin: 10px auto;
}

table th {
    background-color: #372991;
    color: white;
    padding: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

table td {
    padding: 3px;
}

table tr {
    background-color: rgba(55, 41, 145, 0.05);
}

table tr:nth-child(odd) {
    background-color: rgba(55, 41, 145, 0.3);

}

table.divisao {
    border: 1px solid white;
}

table.divisao td {
    background-color: white;
    padding: 20px;
    text-align: center;
    font-size: 2.5em;
}

table.divisao  tr:nth-child(1) td:nth-child(2) {
    border-bottom: 3px solid black;
    border-left: 3px solid black;
}

table.divisao tr:nth-child(2) td:nth-child(2) {
    border-left: 3px solid black;
}

table.divisao tr:nth-child(2) td:nth-child(1) {
    text-decoration: underline;
}

ul > li::marker {
    color: #372991;
}

/* ELEMENTOS DE FORMULÁRIO */

form {
    background-color: rgba(55, 41, 145, 0.2);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.502);
}

form label {
    display: block;
    width: fit-content;
    font-size: 0.8em;
    font-weight: 100;
    background-color: rgba(55, 41, 145, 0.2);
    padding: 3px 7px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
}

label {
    font-size: 0.9em;
}

.bluebutton {
    width: fit-content;
    background-color: #372991;
    font-size: 1em;
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bluebutton:hover {
    background-color: #291f6c;
}

.bluebuttonmob {
    width: fit-content;
    background-color: #372991;
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    margin: 3px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bluebuttonmob:hover {
    background-color: #291f6c;
}

input[type=text], input[type=number], input[type=password], select {
    width: 100%;
    padding: 6px;
    font-size: 0.9em;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAA50;
    font-size: 1em;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.disabled {
    disabled: true;
    opacity: 0.6;
    cursor: not-allowed;
}

input[type=submit]:hover {
    background-color: #45a049;
}

input[type=reset] {
    width: 100%;
    background-color: #eb9903;
    font-size: 1em;
    color: white;
    padding: 10px 20px;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=reset]:hover {
    background-color: #c27013;
}

fieldset {
    border: 0.5px dotted #372991;
}

fieldset > legend {
    font-size: 0.8em;
    font-weight: 100;
    background-color: rgba(55, 41, 145, 0.2);
    padding: 3px 7px;
    border-radius: 5px;
}

input[type=radio] + label, input[type=checkbox] + label {
    display: inline-block;
    font-size: 0.9em;
    background-color: rgba(0, 0, 0, 0);
   
}

/* MINHAS CSS */
input[type=checkbox] {
    margin-left: 20px;

}

.data{
    width: 150px;
    padding: 6px;
    font-size: 0.9em;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.data_tbl {
    font-size: 0.9em;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 150px;
}

.section_fundo {
    background-color: white;
    width: 60%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.nested_section {
    background-color: rgba(55, 41, 145, 0.2);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 99.95%;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.502);
    margin-bottom: 10px;
}

.nested_section_row {
    background-color: rgba(55, 41, 145, 0.2);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 99.95%;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.502);
}

#cep {
    width: 150px;
}

.emlinha {
    display: flex;
    align-items: last baseline;
    width: 100%;
}

.emlinha_center {
    display: flex;
    align-items: center;
    width: 100%;
}

.label_text {
    display: flex;
    flex-direction: column;
}

table input[type=text] {
    padding: 6px;
    font-size: 0.9em;
}

table button {
    width: fit-content;
    background-color: rgba(55, 41, 145, 1);
    font-size: 1em;
    font-weight: bold;
    padding: 6px 12px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

table button:hover {
    background-color: #291f6c;
}

table input[type=button]:hover {
    background-color: #45a049;
}

.lupa {
    font-size: 0.84em;
}

.lupa:hover {
    background-color: #291f6c;
}

input[type=textarea] {
    margin-top: 5px;
}

.textarea {
    margin-top: 5px;
    border-radius: 4px;
    resize: vertical;
    padding: 6px 12px;
    font-size: 1em;
}

.error_displayer {
    color: red;
}

.cabecalho {
    width: 59.6%;
    text-align: center;
    position: fixed;
    top: 0px;
    background-color: white;
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 10px;
}

.menu_cabecalho {
    text-align: left; 
    height: 45px; 
    align-content: center;
}

/* CSS PARA O SITE:*/
.conteudo_mov {
    width: 960px;
    margin: auto;
    background-color: lightcyan;  
    padding: 0px;
    position: relative;
    /*min-height: 1550px;*/
    height: auto;
    display: block;

}   
.btmov {font-size: 32px;}

.cabecalho_site {
    width: 1040px;
    height: 200px;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 20;
}

.nested_section_site {
    background-color: rgba(55, 41, 145, 0.2);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.body_site {
    margin-top: 210px;
}

.adds {
    border-radius: 0px;
    padding: 1px;
    width: 1040px;
    text-align: center;
    background-color: white;
    margin-bottom: 10px;
}

.section_site {
    width: 1040px;
    height: 4220px;
}

/*JANELA POPUP*/
.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #888888;
    width: fit-content;
}

.popup-content h3, h4 {
    color: black;
}

.popup-aux {
    background-color: white;
    margin-left: 80%;
    width: 100px;
    padding: 10px;
    border: 1px solid #888888;
     
}

.show {
    display: block;
}

.hide {
    display: none;
}

.verde {
    background-color: #45a049;
}

table tr.selecionado td {
    background-color: #aff7ff;
}

table.pop {
    min-width: 40px;
    width: 100%;
    border-spacing: 0px;
    border: 0.5px solid #2d642d;
    margin: 0px;
    font-size: 0.9em;
}

.scrollable-wrapper {
    max-height: 300px;
    overflow: auto;
    padding: 0px;
}

/* Add also the following code if sticky header is wanted */
.scrollable-wrapper table.pop th {
position: sticky;
top: 0;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.pop th {
    background-color: #2d642d;
    color: white;
    padding: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif
}

table.pop td {
    padding: 3px;
    cursor: pointer;
}

table.pop tr {
    background-color: #ccd8ce;
    
}
table.pop tr:nth-child(odd) {
    background-color: #6a996c;
    
}

table.pop tr.selecionado td{
    background-color: #aff7ff;
}

/*POUPAUX*/
table.popaux tr.selecionado td{
    background-color: #aff7ff;
}

table.popaux th:nth-child(1){
    width: 80px;
}

table.popaux td:nth-child(1){
    width: 80px;
}

.versenha {
    width: fit-content;
    background-color: rgba(55, 41, 145, 0.0);
    font-size: 1em;
    font-weight: bold;
    color: white;
    padding: 5px;
    margin: 5px 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.popbutton {
    width: fit-content;
    background-color: #4CAA50;
    font-size: small;
    font-weight: bold;
    color: white;
    padding: 10px 10px;
    margin: 5px 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.popbutton:hover {
    background-color: #45a049;
}

.black {
    color: black;
}

.menu {
    text-align: left;
}

.texto_excluido {
    text-decoration: line-through; color: gray;
}

.float {
    text-align: right;
}

.div_btn_busca {
    width: 10%;
    position: relative;
}

.div_btn_busca input[type=button] {
    position: absolute;
    bottom: 0;
}

.ucase {
    text-transform: uppercase;
}

input.largeCheckbox {
    width: 25px;
    height: 25px;
}

.balao2{
    margin: 0 auto; 
    background: #7e57c2;
    font-family: 'open sans';
    font-size: 0.85em;
    line-height: 1.6em;  
    border-radius: 15px;
    width: 300px;
    height: auto;
    color: #fff;
    padding: 20px;
    position: relative;
    margin-top: 30px;
}

.balao2:after{ /*Triangulo*/
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
    /*Aqui entra a cor da "aba" do balão */
    border-bottom: 20px solid #7e57c2;
    top: -20px; /*localização. Experimente alterar para 'bottom'*/
    left: 20%;
}

.item {
    text-align: center;
}

.my_checkbox_x {
    max-width: 23px; 
    height: 23px;  
    border-radius: 4px;  
    font-weight: 600;  
    font-size: 1.2em; 
    text-align: center; 
    padding: 0px; 
    padding-bottom: 2px; 
    cursor: pointer; 
    color: white; 
    background-color: red;
    border: none;

}

.my_checkbox_true {
    max-width: 23px; 
    height: 23px; 
    border-radius: 4px;  
    font-weight: 600;  
    font-size: 1.2em; 
    text-align: center; 
    padding: 0px; 
    padding-bottom: 2px; 
    cursor: pointer; 
    color: white; 
    background-color: blue;
    border: none;
}

.my_checkbox_false {
    max-width: 23px; 
    height: 23px;  
    border-radius: 4px;  
    font-weight: 600;  
    font-size: 1.2em; 
    text-align: center; 
    padding: 0px; 
    padding-bottom: 2px; 
    cursor: pointer; 
    color: white; 
    background-color: white;
    border: 1px black;
}

.my_checkbox_gray {
    max-width: 23px; 
    height: 23px;  
    border-radius: 4px;  
    font-weight: 600;  
    font-size: 1.2em; 
    text-align: center; 
    padding: 0px; 
    padding-bottom: 2px; 
    cursor: pointer; 
    color: gray; 
    background-color: gray;
    border: 1px black;
}

/*
    Para a primeira coluna da tabela Resultados da calibração
*/
.colhead {
    background-color: #372991;; 
    color: white; 
    width: 150px;
}

.colhead_odd {
    background-color: rgba(55, 41, 145, 0.3);
}
