.cancel {
    border: 1px solid var( --danger ) !important;
}

.abstract-crud {
    width: 100%;
}

.abstract-crud {
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    float: left;
}

.fieldset fieldset { 
    border: 1px solid gray;
    margin-bottom: 10px;
}

/** ----------------------------------------------------------- */
.abstract-crud-bar {
    height: auto;
    background-color: #78258e;        
    align-items: center;
    display: flex;
}

.content-navbar {
    position: absolute;
    bottom: 0px;
    top: calc( 100% - 120px );
    left: 0px;
    right: 0px;
}

/** ----------------------------------------------------------- */
.sub-item {
    padding-left: 40px !important;
}


/** ----------------------------------------------------------- */
.info-abstract-list-view {
    overflow: hidden;
    /* height: auto !important; */
}

.info-abstract-list-view p {
    font-weight: bold; 
    font-size: 13px; 
    color: gray;
}

.info-abstract-list-view ul li {
    font-weight: bold; 
    color: gray; 
    font-size: 13px; 
    list-style: disc; 
    margin-left: 30px;
}

/* div que abriga todo o abstrct-list-view */
.abstract-list-view {
    height: auto;
    /* position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px; */
}

.abstract-list-view-cols,
.abstract-list-view-search,
.abstract-list-view-content {
    width: 100% !important; 
    white-space: nowrap; 
}

.abstract-list-view-navbar {
    position: fixed;
    /* top: 400px; */
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.abstract-list-view-cols div,
.abstract-list-view-search div,
div.abstract-list-view-content-td,
.abstract-list-view-navbar div.btn {
    display: inline-block !important;
    position: relative !important;
    float: none;
}

.abstract-list-view-search div {
    padding: 5px !important;
    box-sizing: border-box;
}

.abstract-list-view-search div,
.abstract-list-view-search div input {
    width: 100%;
}

/* conteúdo do .abstract-list-view */
.abstract-list-view-content {
    height: auto;
    width: 100% !important;
    /* min-height: 500px; */
    margin-top: 20px;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

/* div.abstract-list-view-content-td { float: left; } */

/* elementos do header e conteúdo */
div.abstract-list-view-content-td div {
    line-height: 31px;
    padding-left: 5px;
    box-sizing: border-box;
}

/* elementos do conteudo */
div.abstract-list-view-content-td div {
    overflow: hidden;
    height: 30px;
    padding: 1px !important;
}

/* elementos do conteudo [ hover ] */
div.abstract-list-view-content-td div:hover {
    cursor: pointer;
    /* background-color: red; */
}

div.abstract-list-view-content-td div:nth-child(odd) {
    /* background-color: var( --gray ); */
    /* color: white; */
    /* height: 30px; */
}

.btn-gridview {
    /* width: 100% !important; */
    /* max-height: 100% !important; */
    height: 100% !important;
    /* border: none; */

    /* padding: 0px; */
    /* margin: 0px; */
    /* box-sizing: border-box !important; */
}


/* indicativos de linhas do abstract-l */
.active-row,
.current-row {
    /* background-color: var( --teal ) !important; */
    background-color: lightblue !important;
    color: black !important;
    transition: all 0.2s ease-in;
}

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

.abstract-report-content {
    height: 500px;;
}

.navbar-target {
    /* float: left; */
    /* position: absolute !important; */
    /* margin-top: 500px; */
    /* top: +50px; */
    /* bottom: calc( 0px - 50px ) !important; */
    /* left: 0px  !important; */
    /* right: 0px  !important; */
    /* bottom: 0px  !important; */
}

/** ----------------------------------------------------------- */
.abstract-upload-container {
    width: 100%;
    height: 100%;
}

.abstract-upload-file-box {
    width: 132px;
    height: 132px;

    position: relative;
    float: left;
    padding: 15px;
    margin-left: 5px;
    box-sizing: border-box;
}

.abstract-upload-file,
.abstract-upload-file input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.abstract-upload-file {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;

    border: 1px solid #ffa500;
    background-color: rgba(79,72,79,0);
}

.abstract-upload-file i {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.abstract-upload-file input { opacity: 0; }

/* .add { background-image: url(../images/icon-plus.svg); } */
.abstract-upload-file-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

/* .ajax-response-result {
    float: left;
    width: calc( 100% - 150px );
    height: 150px;

    padding: 10px;
    box-sizing: border-box;
    
    justify-content: center;
    align-items: center;
    display: flex;
}

.ajax-response-result p {
    padding: 5px;
    box-sizing: border-box;
    color: white;

    transition: all 0.2s ease-in;
} */

.upload-result { margin-top: 50px; }

/** ----------------------------------------------------------- */
.main {
    min-height: 500px;
    /* height: auto !important; */
    /* overflow: hidden; */
}

/** ----------------------------------------------------------- */
.btn-credit-checkout {
    display: none;
    opacity: 0;
}

.current-brand-credit-card,
.current-brand-online-debit {
    width: auto;
    float: left;
    height: var( --lineHeight );

    min-height: 50px;
    width: 30px;
    padding-top: 20px;
    box-sizing: border-box;
}

.current-brand div {
    justify-content: center; 
    align-content: center;
    display: flex; 
}

.authorized-credito-wsPAG,
.authorized-debito-wsPAG {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.authorized-credito-wsPAG div,
.authorized-debito-wsPAG div { 
    width: auto;
    float: left;
}

.boleto-wsPAG,
.authorized-deposit-wsPAG {
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.boleto-wsPAG div,
.authorized-deposit-wsPAG div {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.boleto-wsPAG div img {
    cursor: pointer;
}






/* ===================================== */
/* =========== tela de login =========== */
/* ===================================== */
* { text-decoration: none !important; }
html { scroll-behavior: smooth; }
.row div { padding: 20px 10px; }

.separator {
    background-color: #9370DB;
    height: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.hover-laranja,
.hover-roxo,
.hover-verde { border-bottom: 2px solid white !important; color: white; }

.hover-laranja,
.biografia button { background-color: #FFA500 !important; }
.hover-roxo { background-color: #9370DB !important; }
.hover-verde { background-color: #9ACD32 !important; }

.container-img { height: 250px; }

.container-img div {
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position-x: 50%;
}

.biografia .card-title {
    height: 80px;
    font-size: 16px;
    font-weight: bold;
}

/* @media only screen and */

.palestrante_1 { background-image: url( '../images/palestrantes/dra_ana_maria_fernandes_pitta-877x1024.png' ); }
.palestrante_2 { background-image: url( '../images/palestrantes/dr_wilson_abreu.png' ); }
.palestrante_3 { background-image: url( '../images/palestrantes/dra_raimunda_magalhaes_da_silva.png' ); }
.palestrante_4 { background-image: url( '../images/palestrantes/dra_neiva_francenely_cunha_vieira-575x1024.png' ); }
.palestrante_5 { background-image: url( '../images/palestrantes/dr_ricardo_burg_ceccim.jpeg' ); }
.palestrante_6 { background-image: url( '../images/palestrantes/dra_eduarda_angela_pessoa_cesse.png' ); }
.palestrante_7 { background-image: url( '../images/palestrantes/dr_ernesto_venturini-1024x576.png' ); }
.palestrante_8 { background-image: url( '../images/palestrantes/prof_dr_henry_de_holanda_campos.png' ); }
.palestrante_9 { background-image: url( '../images/palestrantes/prof_ronice_maria_franco_de_sa.png' ); }
.palestrante_10 { background-image: url( '../images/palestrantes/prof_dr_bernardo_lessa_horta.png' ); }
.palestrante_11 { background-image: url( '../images/palestrantes/isabel.jpeg' ); }
.palestrante_12 { background-image: url( '../images/palestrantes/prof_dr_ruben_araujo_de_mattos.png' ); }
.palestrante_13 { background-image: url( '../images/palestrantes/prof_dr_alcides_silva_de_miranda.png' ); }
.palestrante_14 { background-image: url( '../images/palestrantes/maria_angela_de_castro_comis.jpeg' ); }
.palestrante_15 { background-image: url( '../images/palestrantes/prof_dr_marcelo_viana_da_costa.png' ); }
.palestrante_16 { background-image: url( '../images/palestrantes/profa_dra_ivanise_maria_rizzatti.png' ); }
.palestrante_17 { background-image: url( '../images/palestrantes/prof_dr_luis_achilles_rodrigues_furtado.png' ); }
.palestrante_18 { background-image: url( '../images/palestrantes/prof_dra_elisa_zaneratto_rosa.jpeg' ); }
.palestrante_19 { background-image: url( '../images/palestrantes/prof_dr_dru.png' ); }

.palestrante_1 { background-size: 100% 100% !important; }
.palestrante_4, .palestrante_18 { background-position-y: 30% !important; }

.description {
    opacity: 0;
    display: none;
}

@keyframes jelly {
    50% { transform: scale( 0.9, 0.9 ); }
}

.call-to-action {
    font-weight: bold;
    animation: jelly 1s;
    animation-iteration-count: infinite;
}

.nav a {
    background: none;
    color: black;
}

.nav .open>a { background: red !important; }
.dropdown-item:hover { background-color: #FFA500; color: white; }

.map {
    width: 100%;
    height: 500px;
}

.to-top {
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;

    position: fixed;
    right: 45px;
    bottom: 45px;
    background-color: #FFA500;

    display: flex;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    
    z-index: 9999999999999999999999999;
    opacity: 0;
    color: white;
}

.jumbotron {
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 2em;
    min-height: 200px;
}

.jumbotron .container {
    height: 100% !important;
    background-image: url( '../images/banner.png' );
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.menu-mobile { display: none; }


/* programação preliminar ---------------------------- */
.schedule h5 { padding: 9.5px; }
.schedule ul li,
.data-amount {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    background-color: #f5f5f5;
    
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;

    margin: 0 0 10px;
    padding: 9.5px;
    box-sizing: border-box;
    list-style: none;
}

.schedule-people {
    list-style: circle !important;
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
}

.data-amount {
    list-style: none;
    padding: 9.5px 2px 9.5px 9.5px;
}

@media screen and ( max-width: 426px ){
    .menu-mobile { display: flex; }
    .fade-out-mobile { display: none; }

    .container-img { height: 350px; }
    .palestrante_1 { background-position-y: 70%; }
    .palestrante_4 { background-position-y: 30%; }
    .palestrante_8 { background-position-y: 100%; }

    .proponente { width: calc( 100% / 3 ) !important; }
    
    .apoiador div.col-md-2 { width: calc( 100% / 3 ) !important; }
}