﻿body {
    /*background-image: url("../../assets/imgs/bg1.png");*/
    background-color: rgb(255, 255, 255, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:787px) {
    body {
        /*background-image: url("../../assets/imgs/bg6.jpg");*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .card boleto {
        padding-left: -55px;
    }

    .miolo {
        width: 340px !important;
        padding: 15px 3px !important;
    }
}


a:link {
    text-decoration: none;
}



.btn-submit {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 40%;
    height: 40px;
    background-color: var(--itemEscuro);
    /*
    background: -webkit-linear-gradient(right, var(--itemClaro), var(--itemEscuro), var(--itemClaro));
    background: -o-linear-gradient(right, var(--itemClaro), var(--itemEscuro), var(--itemClaro));
    background: -moz-linear-gradient(right, var(--itemClaro), var(--itemEscuro), var(--itemClaro));
    background: linear-gradient(right, var(--itemClaro), var(--itemEscuro), var(--itemClaro));
    */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /*border-radius: 25px;*/
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}


/*.btn-sair {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: center;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 25%;
    height: 40px;
    background-color: var(--itemEscuro);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
    margin:0 auto;
}*/

.contaner-Center {
    display: flex;
    justify-content: center;
}

#overlay-sair-valid {
    visibility: visible;
    position: absolute;
    background-color: rgba(255,255,255);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
}

#overlay-sair {
    visibility: hidden;
    position: absolute;
    background-color: rgba(255,255,255, 0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
}

.opcoesquestionario {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
}

.opcoesquestionario > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.opcoesquestionario > div > input {
    margin-right: 10px;
    margin-top: 0px !important;
}

#ctl00_ContentPlaceHolder_Questionariolist tbody tr {
    display: flex;
    align-items: start !important;
    margin-left:0% !important;
    padding-left: 0% !important;
}

#ctl00_ContentPlaceHolder_Questionariolist tbody tr td {
    margin-left: 0% !important;
    padding-left: 0% !important;
}

#ctl00_ContentPlaceHolder_Questionariolist tbody tr td  label {
    font-size: 1.5rem !important;
    margin-left: 1rem !important;
}


#overlay-sair .fundoCard {
    position: relative;
    width: 34%;
    max-width: 700px;
    height: 400px;
}

    #overlay-sair .fundoCard span {
        position: absolute;
        font-size: 14px;
        top: 10px;
        right: 10px;
    }

.close-button {
    cursor: pointer;
}

.buttonsquestionario button, .buttonsquestionario input {
    width: 100% !important;
    margin: 10px 10px;
}

.buttonsquestionario {
    display: inline-flex;
    justify-content: center;
}

.sgc-erro-msg {
    color: red;
    margin: 0 auto;
}


.miolo {
    width: 600px;
    background-color: rgb(255,255,255, 0.8);
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #999;
    border-radius: 10px;
    margin: 0 auto;
}


tr, td, th {
    vertical-align: middle !important;
}

.boleto {
    /*border: 1px solid #d1d1d1;*/ /* border-radius: 10px;  padding:20px; */
    background-color: #E4E4E4;
    border-radius: 10px;
}

.icone-boleto {
    background-color: white;
    color: gray;
    padding: 0px;
    margin-right: 10px;
}



.pad {
    padding: 5px;
    padding-bottom: 8px !important;
}

.zmdi-chevron-sgc {
    padding: 0px;
    margin: 0px;
}


.btn-floating i {
    line-height: 25px;
    width: inherit;
    text-align: center;
    color: var(--itemEscuro) !important;
    font-weight: bold;
}


.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background-color: #f7f7f9;
    padding-top: 12px;
    /*background-color: red;*/
    float: left;
    margin-top: 5px !important;
}

.btn-float i {
    font-size: 20px;
    width: initial;
    margin-left: 10px;
    text-align: center;
    color: white;
    display: flex;
    top: 50%;
}


.btn-float {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 270px;
    height: 40px;
    margin: 8px;
    background-color: var(--itemEscuro) !important;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    top: 30%;
    position: center;
}

.btn-floatDEST i {
    font-size: 20px;
    width: initial;
    margin-left: 10px;
    text-align: center;
    color: white;
    display: flex;
    top: 50%;
}


.btn-floatDEST {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 270px;
    height: 40px;
    margin: 8px;
    background-color: deepskyblue !important;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    top: 30%;
    position: center;
}

.icone-card {
    float: left;
    margin-right: 15px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #ededed
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color: #666
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left: -1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top: -1px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}

.nectar-cabecalho-interno {
    visibility: visible;
}

/*.nectar-cabecalho-interno {
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 1px;
    margin-left: 1px !important;
    margin-top: 1px;
    font-size: 18px;
    text-align: center;
}

    .nectar-cabecalho-interno p {
        font-size: 16px!important;
    }

.nectar-cabecalho-interno-simulacao {
    padding: 1px;
    margin-top: 1px;
    font-size: 18px;
    margin:0 auto;
    text-align:center;
    width:90%
}*/


/*.nectar-cabecalho h4 {
    padding-bottom: 5px;
}*/

.texto-saudacao {
    font-size: 14px;
    color: #66666;
}


@media /*(max-width: 520px)*/ {
    .sgc-btn-group {
        /*margin-top: 20px;*/
        /*margin: 0 30%;*/
        width: 25%;
    }
}


div.modal-body ul {
    max-height: 500px;
    overflow-y: auto;
}

    div.modal-body ul li {
        padding-left: 5px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid gainsboro;
    }

        div.modal-body ul li:last-child {
            border: none !important;
            padding-bottom: 5px !important;
        }

        div.modal-body ul li p {
            line-height: 1.5;
        }


div.boleto-footer a:hover {
    color: var(--itemEscuro);
    font-weight: bold;
}

.centro {
    text-align: center;
}

/*.logo-topo {
    /*margin-bottom: 20px;*/
/*padding-bottom: 40px;*/
}

*/
/*a.sair {
    color: var(--itemEscuro);
    text-underline: var(--itemEscuro);
    text-decoration: underline;
}*/
/*.blue {
    color: var(--fundoEscuro);
}*/
input.input-linha-digitavel {
    width: 1px;
    height: 1px;
    border: 0px;
    z-index: -1000;
}

h3.popover-title {
    display: none;
}

.modal-header {
    background-color: #f7f7f9;
    border-radius: 6px;
}

div.modal-header h4 {
    color: var(--itemEscuro);
}



.slider {
    -webkit-appearance: none;
    width: 100%;
    background: #d3d3d3;
    outline: none;
    height: 6px;
    border-radius: 20px;
    margin-bottom: 15px;
}



    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: var(--itemEscuro);
        cursor: pointer;
        border-radius: 20px;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: var(--itemEscuro);
        cursor: pointer;
    }

#formSimulacao {
    min-height: 220px !important;
    width: 100%;
}

    #formSimulacao fieldset {
        text-align: center;
    }

        #formSimulacao fieldset:not(:first-of-type) {
            display: none;
        }


/*#progressbar {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5px;
    overflow: hidden;
    counter-reset: step;
    padding: 0px 10px 0px !important;
}

    #progressbar li p {
        line-height: 16px;
        font-size: 12px;
    }

    #progressbar li {
        list-style-type: none;
        color: white;
        width: 25%;
        margin-left: 5px;
        float: left;
        position: relative;
        text-align: center;
    }*/

/*#progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            line-height: 40px;
            display: block;
            background: white;
            border-radius: 40px;
            margin: 0 auto 5px auto;
            font-size: 20px;
            background: gray;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: black;
            color: white;
        }*/

.form-group {
    text-align: center;
}

/*input.btn-step, a.btn-step {
    padding: 11px;
    width: 100px !important;
    color: white;
    background-color: var(--itemEscuro);
    margin-top: 25px;
}*/

a.btn-step {
    display: inline-block;
    padding: 9px;
}

    a.btn-step:hover{
        cursor: pointer !important;
    }


    input.txtValorEntrada {
        text-align: center;
        font-size: 22px;
        margin-bottom: 8px;
        color: #666666;
    }




#div-confirma {
    text-align: center;
    display: none;
}

    #div-confirma p {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

/*div.parcelas {
    padding: 8px;
    background-color: #f7f7f9;
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
}

    div.parcelas button {
        width: 100%;
        text-align: left;
        line-height: 20px;
    }*/

/*.btn-texto-menor {
    font-size: 14px;
    color: #f7f7f9;
}*/



/*.parcela-selecionada {
    background-color: var(--itemEscuro) !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    margin-bottom: 12px !important;
}*/

.erro-enquadra {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.btn-bottom {
    margin: 0 auto;
}

/*#div-simulacao table {
    width: 50%;
    border-collapse: collapse;
    /* text-align: center; 
    margin: 0 auto;
}

#div-simulacao table, #div-simulacao td {
    /*border: 5px solid white;
    padding: 6px;
    font-size:14px;
}*/


/*#div-simulacao tr {
    background-color: #f7f7f9;
}

    #div-simulacao tr:first-child {
        background-color: var(--itemEscuro);
        color: white;
    }*/

.btn-opt {
    width: 80%;
    margin: 0 auto;
}

/*.btn-calcular {
   
    width: 100%;
    color: white;
    background-color: var(--itemEscuro);
    padding: 10px;
    border-radius:5px;
    
}*/

/*.btn-confirmatitulos {
    margin-top: 38px;
    width: 200px;
    color: white;
    background-color: var(--itemEscuro);
    padding: 10px;
    margin: 0 auto;
}*/

.btn-imprimebolmala {
    margin-top: 38px;
    width: 200px;
    color: white;
    background-color: var(--itemEscuro);
    padding: 10px;
    margin: 0 auto;
}

/*.btn-confirmatodostitulos {
    margin-top: 38px;
    width: 100%;
    color: white;
    background-color: var(--itemEscuro);
    padding: 10px;
}*/

/*.btn-pagamento-sgc {
    background-color: white !important;
    color: var(--itemEscuro) !important;
    border-radius: 0px;
    border: 1px solid var(--itemEscuro);
    padding: 10px;
    margin: 5px;
    min-width: 150px !important;
    height: 100px;
}

    .btn-pagamento-sgc:hover {
        color: white !important;
        background-color: var(--itemEscuro) !important;
        border: 1px solid var(--itemEscuro);
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }*/

/*.card-body-sgc {
    padding:5px;
}*/

.contador-verifica-pagamento {
    color: var(--itemEscuro) !important;
}

.inputhidden {
    display: none;
}

.centraliza-div {
    margin: 0 auto;
    width: 50%;
}

.inputToken {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.msg-erro-quiosque {
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: red;
}
