* {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html, body {
    font-size: 16px;
}
/* html { */
    /* -ms-text-size-adjust:100%; */
    /* -webkit-text-size-adjust:100%; */
/* } */
.grelhas {  
    background-color: white;
}
.jsgrid-cell { 
    overflow: hidden; 
}
tr.highlight td.jsgrid-cell { /* fixar cor selecionar linha */
    background-color: #c4e2ff;
}
.subTitulo {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
}
#divMenu {
    position: fixed;
}
/* .container { 
}     */
#ccmLoader {
    position: absolute;
}
.container_grid {
    width: 100%;
    height: 62.0170vh;
    margin: 0 auto;    
}
#excel_delete {  
    display: none;
} 
.excel_container {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
}
/*--------------------- POP-UP ----------------*/
#tela {
    position: fixed;
    background-color: black;
    opacity: 0.75;
    /* filter: alpha(opacity=75); */
    display: none; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
#container_geral {
    /* background-color: #f2f2f2; */
    /* position: fixed; */
    /* top: 5%; */
    /* left: 15%; */
    /* height: 90vh; */
    /* width: 70%; */
    /* z-index: 90; */
    /* display: none; */
    /* max-width: 1440px; */
    overflow: hidden;
    background: linear-gradient(137deg,rgb(187, 72, 135) 39%, rgba(255,255,255,1) 100%);

}
.container_ficha_inscri {
    position: absolute;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    /* display: none; */
    height: 90%;
    width: 99%;
    overflow: auto;
    z-index: 100;
}
#textoTitulo {
    margin: 2% 0 2% 0;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    color: white;
}
/*--------------------------------------------        */
.noselect {
    -moz-user-select: none; /* Firefox 2+ */
    -webkit-user-select: none; /* Safari 3.1+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
input[type=text], [type=date], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 12px;
    display: inline-block;
}
#avisoConteudo {
    position: absolute;
    padding: 15px;
    width: 100%;
    text-align: center;
}
/*        ---------------------------------------    */
.grupoBotao {
    background-color: #4CAF50;
    color: white;
    padding: 12px 0 12px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    width: 120px;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

.grupoBotao:first-child {
    margin: 0 50px 0 0;
}
.grupoBotao:hover {                
    background-color: #368039;
}
.container_btn {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
/*        ---------------------------------------    */

.col_label {
    float: left;
    width: 30%;
    margin-top: 6px;
    text-align: right;
}
.col_input {
    float: left;
    width: 70%;
    margin-top: 6px;
}
.col_input_cPostal {
    width: 19.5%;  
    margin-right: 0.5%;
}  
.col_input_localidade {
    width: 50%;     
}  

.col_input_aluno_tipo_doc_id, .aluno_doc_id {
    width: 19.5%;  
    margin-right: 0.5%;
}
.aluno_cc_verifica {
    width: 10%;  
    margin-right: 0.5%;
}
.escondeControl{
    display:none;
}


.linha:after {
    content: "";
    display: table;
    clear: both;
}
.titulo{
    font-weight: bold;
/*                background: linear-gradient(90deg, rgba(133,176,55,1) 48%, rgba(255,255,255,1) 100%);*/ 
/*                background: linear-gradient(137deg, rgba(233,129,129,1) 39%, rgba(255,255,255,1) 100%);*/
/*                background: linear-gradient(137deg, rgba(255,231,0,1) 39%, rgba(255,255,255,1) 100%);*/
    background: linear-gradient(137deg,rgb(187, 72, 135) 39%, rgba(255,255,255,1) 100%);
}
.subTitulo {
    font-size: 0.875rem; 
    text-align:center;
    font-weight: bold;
}
.nota {
    font-style: italic;
    font-size: 0.75px;    
    font-weight: bold;
}
section {
    margin-bottom: 20px;
}     
section:last-child {
    margin-bottom: 0px;
    
}
h1 {
    text-align:center;
}
.esconder {
    display: none;
}
input.erros, textarea.erros, select.erros {
    border: 2px solid #ce464a !important;
    background: #fff7f7 !important;
}
.errorTexto {
    color: red;
    font-size: 70%;
    padding: 0 0 0 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(196, 196, 196);
    opacity: 1; /* Firefox */
}

.tituloCor {
    color: rgb(231, 231, 231);
}


/*            ----------------------            */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .col_label, .col_input, .col_input_cPostal, .col_input_localidade, input[type=submit], .container, #btSubmit, #btSair, .container_btn {
        width: 100%;
        margin-top: 0;
        text-align: left;
        /* padding: 6px;; */
    }
    label {
        padding: 3px 6px 3px 6px;
    }
    #btSubmit, #btSair {
        text-align: center;
        margin-top: 5px;
    }
    html, body {
        font-size: 12px;
    }
    #container_geral {
        left: 0%;
        top: 0%;
        height: 100%;
        width: 100%;
    }
    input[type=text], [type=date], select, textarea {
        padding: 6px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}     
