/*---------- =pDivs HIDDEN SISTEMA BOLSAS ESTUDOS -----------*/

:root {
    --verde-100: #07b830;
}

.labelBenef {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.labelCiente {
    margin: 0 1em 0 0;
    font-weight: bold;
}

#div_principal {
    float: left;
    min-height: 1000px;
    width: 785px;
    /*background:#CCCC00;*/
    position: relative;
    overflow: hidden;
    margin-top: 3px;
    border-left: solid 1px #cccccc;
    padding-left: 7px;
    padding-bottom: 20px;
}

#banner_cadastro {
    width: 785px;
    height: 100px;
    background: url(../imagens/banner_principal.jpg);
}

#div_abaBS {
    padding-top: 5px;
    padding-bottom: 5px;
}

.abaBS {
    width: 100px;
    float: left;
}

#div_principal #divBS1 {
    visibility: visible;
    clear: left;
    width: 780px;
    height: auto;
    top: 130px;
    position: absolute;
    z-index: 95;
}

#div_principal #divBS2 {
    visibility: hidden;

    width: 780px;
    height: auto;
    /*top:-929px;*/
    top: 130px;
    position: absolute;
    z-index: 96;
}

#div_principal #divBS3 {
    visibility: hidden;

    width: 780px;
    height: auto;
    top: 130px;
    position: absolute;
    z-index: 97;
}

*+html #divBS2 {
    margin-left: -640px;
}

*+html #divBS3 {
    margin-left: -640px;
}

.form_container {
    background: #fff;
    /*	border:1px solid #cccccc; */
    margin: 0 auto;
    text-align: left;
    width: 780px;
    scrollbar-arrow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
}

#form_curriculo_esportivo,
#formcandidatoba label {
    color: white;
}

#form-candidato {
    color: white;
}

#formcandidatoba label:has(input[type="radio"]) {
    color: black;

}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

.container {
    overflow: hidden;
}

.top {
    clear: both;
    margin: 0;
    min-height: 0;
    text-decoration: none;
    border-top: 2px #bdcbd8 solid;
    border-bottom: 2px #bdcbd8 solid;
    color: #000;
}

.top2 {
    background-color: #bdcbd8;
    clear: both;
    margin: 0;
    min-height: 0;
    text-decoration: none;
    color: #000;
    padding: 2px 0 2px 0;
}

.top h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.top h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.top h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.div_radio {
    /*border: 3px solid #CCCCCC;*/
    width: auto;
    margin-top: 0;
    margin-right: 10px;
    clear: both;
}

.div_radio p {
    background-color: #bdcbd8;
    margin: 0;
    padding: 10px;
    color: #000;
    outline: thin;
}

/* remove qualquer margem dos labels dentro do bloco de radios */

.radio-group label,
.radio-group .form-check-label,
.div_radio label,
.div_radio .form-check-label {
    margin: 0 !important;
    padding: 8px !important;
    line-height: 1.1;
    /* ajusta se necessário */
}

.div_large {
    width: 730px;
}

/**** Labels e Divs receber ****/

.lbl {
    height: 16px;
    float: left;
    width: 130px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid;
}

.lbl2 {
    height: 16px;
    float: left;
    width: 780px;
    padding: 2px 0 2px 0;
}

.txt {
    height: 16px;
    float: right;
    width: 650px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid;
}

.txt2 {
    height: 50px;
    overflow-y: scroll;
    float: left;
    width: 780px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid;
}

.faixa {
    padding: 10px 0 10px 0;
}

/**** Form Section ****/
.divgrd {
    width: 460px;
    float: left;
    padding-bottom: 1px;
    margin-right: 20px;
    display: block;
}

.divmed {
    width: 220px;
    float: left;
    padding-bottom: 1px;
    margin-right: 20px;
}

.divmed2 {
    width: 350px;
    float: left;
    padding-bottom: 1px;
    margin-right: 20px;
}

.divpeq {
    width: 140px;
    float: left;
    padding-bottom: 1px;
    margin-right: 20px;
}

div.error-message {
    /* width: 143px; */
    /* height: 30px; */
    color: red;
    clear: both;
    overflow-y: auto;
}

.divpeq div.error-message {
    background: red;
}

.divsubmit {
    width: 120px;
    margin: auto;
}

input {
    /*	display: block; */
    border: 1px solid #7c7c7c !important;
    color: #333;
    font-size: 100%;
    padding: 0.3em 0.5em;
    width: 100%;
}

input:disabled {
    background: rgb(230, 229, 229);
    border: none;
}

input[type="hidden"] {
    border: none;
}

input[type="submit"] {
    width: 120px;
    margin: auto;
    margin-top: 15px;
}

input[type="radio"] {
    padding-top: 3px;
    border: none;
}

input[type="file"] {
    display: none;
}

.btnexcluirdoc {
    border: none;
    background-color: #cce5ff;
}

#btnAddCompeticao.disabled {
    opacity: 0.4;
    pointer-events: none;
}


select {
    display: block;
    font-size: 100%;
    padding: 1px 0;
}

.submit {
    width: 120px;
    margin: auto;
}

/*------- abas do scriptaculous ---------*/
#tabs {
    margin-left: 4px;
    padding: 0;
    background: transparent;
    --voice-family: '"}"';
    voice-family: inherit;
    padding-left: 5px;
}

#tabs ul {
    font: bold 11px Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}

#tabs a {
    float: left;
    background: #a3bbe6 url(images/tabs_left.gif) no-repeat left top;
    margin: 0 2px 0 0;
    padding: 0 0 1px 3px;
    text-decoration: none;
}

#tabs a span {
    float: left;
    display: block;
    background: transparent url(images/tabs_right.gif) no-repeat right top;
    padding: 4px 9px 2px 6px;
}

#tabs a span {
    float: none;
}

#tabs a:hover {
    background-color: #7e94b9;
    color: white;
}

#tabs a:hover span {
    background-color: #7e94b9;
}

#tabHeaderActive span,
#tabHeaderActive a {
    background-color: #42577b;
    color: #fff;
}

.tabContent {
    clear: both;
    /*border:2px solid #42577B;*/
    padding-top: 2px;
    background-color: #fff;
}

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

#DHTMLgoodies_formTooltipDiv {
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 120%;
}

.DHTMLgoodies_formTooltip_closeMessage {
    color: #7ac;
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
}

.login {
    width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

.login-card {
    background-color: #e8f7fd;
    border: 1px solid #e8f7fd;
    border-radius: 20px;
    /* padding: 30px 20px; */
    max-width: 480px;
    margin: 50px auto;
    position: relative;
}

.login-title {
    /* background-color: #0088ca; */
    background-color: #00c926;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /* padding: 10px 0; */
    /* border-radius: 10px; */
    width: 350px;
    /* margin-left: -50%; */
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.modal-card {
    background-color: #e8f7fd;
    border: 1px solid #e8f7fd;
    border-radius: 20px;

}

.disabled-btn {
    background-color: #e0e0e0 !important;
    cursor: not-allowed;
    border: 1px solid #c0c0c0;
    border-radius: 16px;
    width: 130px;
    height: 130px;
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.disabled-btn p {
    color: #999 !important;
}

.label-box {
    background-color: #00c926;
    color: #fff;
    padding: 8px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 120px;

    /* text-align: center; */
}

.input-box input,
.input-box .form-control {

    border: 1px solid #00a4e3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px !important;
    outline: none;
    /* height: 100vh; */
}

/*Alteração sobrescreve o bootstrap*/

.brTitle {
    background-color: #eeeeee;
    border-left: 6px solid #069;
    color: #069;
    font-weight: bold;
    font-size: 20px;
    width: 98%;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

label.labelInput input[type="file"] {
    position: fixed;
    top: -1000px;
}

.labelInput {
    background-color: #1d86bc;
    /* border: 4px solid #1D86BC; */
    border-radius: 4px;
    padding: 10px 6px;
    text-align: center;
    color: #ffeaea;
    /* margin: 2px; */
    display: inline-block;
}

.labelInput:hover {
    background: #105f88;
    color: #ffeaea;
}

.labelInput:active {
    background: #105f88;
}

.labelInput :invalid+span {
    color: #a44;
}

.labelInput :valid+span {
    color: #4a4;
}

.required::before {
    content: "*";
    color: #dc3545;
    font-weight: bold;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.selectRow {
    min-height: 50vh;
    /* align-items: center; */
    /* margin-top: 10rem; */
}

.selectItem {
    /* height: 100px; */
    /* width: 200px; */
    padding: 5rem 2rem;
    /* margin: 50px 50px 10px 10px; */
}

.navbar-inverse {
    background-color: rgb(34, 34, 34);
    border-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-brand {
    color: rgb(153, 153, 153);
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    padding: 15px;
}

.navbar-header {
    float: left;
}

.pull-right {
    float: right !important;
    /* margin-left: 950px; */
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

/* .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
} */

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.azul-claro {
    background-color: #d9edf7;
}

.plesquerda {
    padding-left: 170px;
}

#cabecalho img {
    max-width: 100%;
}

.tfont {
    margin: 0;

    color: #ffffff;
}

.tfont:hover {
    color: #fff;
    background-color: #2b679b;
    margin: auto;
}

.alinhamento {
    margin: auto;
    width: 90%;
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 2%;
}

.alinhamento2 {
    margin-left: 50%;
}

.alinhamento3 {
    margin: auto;
    width: 80%;
    border: none;
}

.allimpa {
    clear: both;
}

.bt-normal {
    color: #fff;
    background-color: #428bca;
    border: none;
}

.bt-normal:hover {
    color: #fff;
    background-color: #428bca;
    border: solid #428bca 1px;
}

.bt-normal:active {
    border: none;
}

.divdd {
    padding: 0 !important;
}

.btn-bolsa {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-verde100 {
    color: #ffffff;
    background-color: #07b830;
}

.btn-bolsa:hover {
    color: #25a8d6;
    background-color: #117a8b;
    border-color: #138496 1px;
}

.titlEvento {
    font-weight: bold;
}

.btn-custom {
    padding: 1px 15px 3px 2px;
    border-radius: 50px !important;
}

.btn-icon {
    padding: 8px;
    background: #f70909 !important;
}

.btn-sucesso {
    color: #ffffff !important;
    background-color: #218838;
    border-color: #218838;
}

.title {
    font-weight: bold;
    font-size: large;
    background-color: #d9edf7;
    padding: 10px;
    text-align: center;
}

.bg-transparent {
    background-color: transparent;
    border: 0;
}

/** Configuração de Impressão */

/* body {
    margin: 0;
    padding: 0;
    /* background: #fff; */
/* font: 12pt "Tahoma"; */
/* } */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 1cm;
    margin: 1cm auto;
    border: 1px #d3d3d3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 256mm;
    outline: 1cm #ffeaea solid;
}

.tooltip-inner {
    min-width: 300px;
    height: 120px;
    padding: 2px;
}

fieldset {
    border: 2px groove (internal value);
}

.opacity-50 {
    opacity: 0.5;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.btn-desabilitado {
    opacity: 0.5;
    pointer-events: none;
    /* evita cliques */
    transition: opacity 0.3s ease;
}