.myLightbox {
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    display: none;
    color: #666;
    box-sizing: border-box;
    padding: 15px;
}

.myLightbox .lightBody {
    max-height: 100%;
}

.myLightbox .lightBody .contentArea {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFF;
    border: 2px solid #CCC;
    max-height: 95vh;
    min-height: 65px;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}

.myLightbox .lightNavArea {
    position: absolute;
    right: 0;
    text-align: right;
}

.myLightbox .lightNavArea .btnClose {
    background-color: #900;
    padding: 10px 20px;
    color: #FFF;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.myLightbox .lightNavArea .btnClose:hover {
    background-color: #DC2F2F;
}

.myLightbox .lightNavArea .btnClose .material-icons {
    vertical-align: middle;
    font-size: 16px;
}

.myLightbox .lightBody .contentArea .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


.center {
    text-align: center;
}

.loadError {
    background-color: rgb(250, 233, 233);
    color: #900;
    text-align: center;
    padding: 10px;
}

.LB_codigoCupom {
    font-weight: normal;
    background-color: #edf8ee;
    padding: 10px;
}

.LB_codigoCupom .obs {
    font-size: 12px;
    font-style: italic;
    line-height: 2;
}

.LB_codigoCupom input {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 16px;
}

/*=-=-=-=-=-=-=-=-=-=-=- CAMPOS FORM =-=-=-=-=-=-=-=-=-=-=-=-=*/
.none {
    display: none;
}

.linha {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.linha:last-child {
    margin-bottom: 0;
}

.wrap {
    flex-wrap: wrap;
}

.linha .campo {
    padding: 0;
    box-sizing: border-box;
    min-width: 200px;
    flex: 5;
}

.linha .campo .fone {
    display: flex;
    column-gap: 5px;
}

.linha .campo .fone input {
    width: 100%;
}

.linha .campo .fone .ddd {
    width: 70px;
    text-align: center;
}



.linha .campo label {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bolder;
    margin: 10px 0;
    margin-bottom: 0;
    margin-left: 5px;
}

.linha .campo .exemplo {
    font-style: italic;
    font-size: 10px
}


.linha .grow {
    flex: 30%;
}

.linha .four-columns {
    flex: 25%;
}

.linha .five-columns {
    flex: 20%;
}

.linha .grow-one {
    flex-grow: 1;
}

.linha .grow-two {
    flex-grow: 2;
}

.linha .grow-three {
    flex-grow: 3;
}

.linha .textNome {
    min-width: 400px;
}

.linha .textEmail {
    min-width: 350px;
}


.linha .auto_wd{
    width: auto;
}

.linha .campo .text,
.linha .campo input,
.linha .campo select {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
}

.linha .campo input[type="datetime-local"],
.linha .campo input[type="date"] {
    font-size: 16px;
}

.linha .campo input[type="time"] {
    font-size: 14px;
}

.linha .campo select {
    font-size: 17px;
}

.linha .campo textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    resize: vertical;
    height: 200px;
}

.multiInputs {
    display: flex;
    gap: 5px;
}

.multiInputs .ddd {
    width: 70px !important;
    text-align: center;
}

.FS_area {
    margin: 5px 0;
    margin-left: 0;
}

.FS_area .display {
    cursor: pointer;
    display: block;
    padding: 8px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    color: #666;
    width: 100%;
    background-color: #FFF;

}

.FS_area .label {
    margin-top: 5px;
    margin-left: 5px;
    font-weight: bolder;
    font-size: 11px;
    display: inline-block;
}

.FS_area .clearButton {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    text-decoration: underline;
    line-height: 0;
    color: rgb(105, 148, 197);
}

.linha .btn {
    max-width: max-content;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.linha .btn button {
    padding: 14px 20px;
    background-color: #008C00;
    color: #FFF;
    box-sizing: border-box;
    border: none;
    font-weight: bolder;
    cursor: pointer;
}

.linha .btn button:hover {
    background-color: #064e06;
}

.mat_checkbox_area {
    display: flex;
    gap: 10px;
}

.mat_checkbox_area .checkbox {
    text-align: center;
    background: rgba(78, 91, 96, 0.8);
    color: #FFF;
    padding: 5px;
    padding-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.mat_checkbox_area .checkbox:hover {
    background: rgba(78, 91, 96, 1);
}

.mat_checkbox_area .checkbox input[type = "checkbox"]{
    height: 15px;
    width: 15px;
    appearance: none;
    border:1.5px solid #FFF;
    border-radius: 3px;
    place-content: center;
    display: grid;
    background-color: #FFF;
}


.mat_checkbox_area .checkbox input[type = "checkbox"]:checked::before{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #6ebd07;
}

.line_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.lg3 {
    grid-template-columns: repeat(3, 1fr);
}

.line_grid .big_field {
    grid-column: span 2;
}

.line_grid .width_full {
    grid-column-start: 1;
    grid-column-end: -1;
}



.ordinary_line .campo {
    padding: 10px 0;
    box-sizing: border-box;
    min-width: 200px;
}


.ordinary_line .campo input{
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 17px;
}

.line_grid .campo {
    padding: 0;
    box-sizing: border-box;
    min-width: 200px;
    flex: 5;
}

.line_grid .campo .fone, .line_grid .campo .campo_composto {
    display: flex;
    column-gap: 5px;
}

.line_grid .campo .fone input {
    width: 100%;
}

.line_grid .campo .fone .ddd {
    width: 70px;
    text-align: center;
}



.line_grid .campo label {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bolder;
    margin: 10px 0;
    margin-bottom: 0;
    margin-left: 5px;
}


.line_grid .campo .text,
.line_grid .campo input,
.line_grid .campo select {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 17px;
}

.line_grid .campo textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    resize: vertical;
    height: 200px;
}

.line_grid .campo .fone {
    display: flex;
    column-gap: 5px;
}

.line_grid .campo .fone input {
    width: 100%;
}

.line_grid .campo .fone .ddd {
    width: 70px;
    text-align: center;
}


/*=-=-=-=-=-=-=-=-=-=-=- FINAL CAMPOS FORM  =-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=-=-=-=-=-=-=-=-=-=-=- FILTER INPUT  =-=-=-=-=-=-=-=-=-=-=-=-=*/

.filter_input {
    position: relative;
}

.filter_input .list_area{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 1);
    border:1px solid #CCC;
    display: none;
}

.filter_input .list_area .filter_input_item{
    padding: 5px;
    cursor: pointer;
}

.filter_input .list_area .filter_input_item:hover{
    background-color: rgba(150, 150, 150, 0.1);
}

/*=-=-=-=-=-=-=-=-=-=-=- FINAL FILTER INPUT  =-=-=-=-=-=-=-=-=-=-=-=-=*/

.filter_eventos .list_area .filter_input_item{
    border-bottom: 1px solid #CCC;
    padding: 15px;
}

.filter_eventos .list_area .filter_input_item:last-child{
    border-bottom: none;
}

.filter_eventos .list_area .filter_input_item h2{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

main #contentBar .indicador_link {
    background-color: #2d3e46;
    color: #FFF;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

main #contentBar .indicador_link:hover {
    background-color: #47616d;
}

main #contentBar .indicador_link h2 {
    text-align: center;
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

main #contentBar .indicador_link p {
    text-align: center;
    display: block;
    margin: 0;
}

main #contentBar .indicador_link .copy_text {
    font-size: 28px;
    word-wrap: break-word;
}

.cupom_link {
    cursor: pointer;
}

.cupom_link:hover {
    background-color: #f8ffe7;
}

/*=-=-=-=-=-=-=-=-=-=-=- SEARCH INDICADOR  =-=-=-=-=-=-=-=-=-=-=-=-=*/

.searchIndicador .inputArea {
    background-color: #e0eaf5;
    padding: 10px;
}

.searchIndicador .inputArea input {
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #666;
    box-sizing: border-box;
}

/*=-=-=-=-=-=-=-=-=- FINAL SEARCH INDICADOR  =-=-=-=-=-=-=-=-=-=-=-=-=*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= BTNS =-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=*/

.btns {
    margin: 10px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btns .btn {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}

.btns .btn .material-icons {
    line-height: 15px;
    margin-right: 10px;
}

.btns .boleto {
    background-image: linear-gradient(#00F014, #00C210);
    border: 1px solid #088A29;
    color: #FFF;
    font-weight: bolder;
}

.btns .boleto:hover {
    background-image: linear-gradient(#00C210, #00F014);
}

.btns .green {
    background-image: linear-gradient(#18C65E, #088A29);
    border: 1px solid #088A29;
    color: #FFF;
}

.btns .green:hover {
    background-image: linear-gradient(#088A29, #18C65E);
}

.btns .blue {
    background-image: linear-gradient(#58ACFA, #0080FF);
    border: 1px solid #0080FF;
    color: #FFF;
}

.btns .blue:hover {
    background-image: linear-gradient(#0080FF, #58ACFA);
}

.btns .dark {
    background-image: linear-gradient(#444749, #232324);
    border: 1px solid #444749;
    color: #FFF;
}

.btns .dark:hover {
    background-image: linear-gradient(#5c5e5f, #444749);
}

.btns .red {
    background-image: linear-gradient(#c58b8b, #7c5757);
    border: 1px solid #7c5757;
    color: #FFF;
}

.btns .red:hover {
    background-image: linear-gradient(#7c5757, #c58b8b);
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=- FINAL BTNS =-=-=-=-=-=-=-=-=-=-=-=-==-=-=*/


/*=-=-=-=-=-=-=--=-=-=-=-= MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/


.contentMessage {
    padding: 15px;
    font: bolder 16px verdana;
    line-height: 2;
    text-align: center;
    background-color: #FFF;
    color: #666;
}

.messageError {
    background-color: rgba(255, 234, 234, 0.9) !important;
    color: #900 !important;
}

.messageDone {
    background-color: rgba(236, 255, 230, 0.9) !important;
    color: #008C00 !important;
}

#targetJson {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 950;
    top: 0;
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-weight: bolder;
    color: #666;
    box-sizing: border-box;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

#targetJson .contentMessage {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 800px;
    width: 100%;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    color: #FFF;

}

#targetJson .messageError {
    border-color: none;
}

#targetJson .messageDone {
    border-color: none;
}

#targetJson .material-icons {
    vertical-align: middle;
    margin-right: 10px;
}

/*=-=-=-=-=-=-=--=-=- FINAL MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/

@media screen and (max-width: 500px) {

    .linha {
        display: block;
    }



    .linha .textNome,
    .linha .textEmail {
        min-width: auto;
    }

    .linha .one,
    .linha .two,
    .linha .three,
    .linha .four,
    .linha .five,
    .linha .six,
    .linha .seven,
    .linha .eight,
    .linha .nine {
        width: auto;
    }


    .linha .campo {
        padding-right: 0;
    }

}