﻿#passos{
    display: flex;
    overflow: hidden;
}
.passo{
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#passo0{
    margin-top: 5%;
    left: 15%;
    position: absolute;
    color: #FFF;
    min-width: 70%;
    max-width: 70%;
    width: 70%;
}
#passo1{
    margin-top: 5%;
    left: 100%;
    position: absolute;
    color: #FFF;
    min-width: 70%;
    max-width: 70%;
    width: 70%;
}
#passo2{
    margin-top: 5%;
    left: 200%;
    position: absolute;
    color: #FFF;
    min-width: 70%;
    max-width: 70%;
    width: 70%;
}
#passo3{
    margin-top: 5%;
    margin-left: calc(50% - 300px);
    color: #FFF;
    min-width: 600px;
    max-width: 600px;
    width: 600px;
}
#title0{
    font-family: MontserratSemiBold;
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}
#panelResp{
    margin-bottom: 20px;
}
#lblNomeResp, #lblNomeAluno{
    font-weight: bold;
}
#txtDividaTitle{
    font-size: 28px;
    margin-top: 20px;
}
#txtDividaValor{
    font-size: 48px;
    font-family: MontserratBold;
}
#btVerDetalhes{
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
#imgCondicaoEspecial{
    width: 200px;
    float: right;
    margin-right: 30%;
    margin-top: -100px;
}
#msgCondicao{
    text-align: center;
    background-color: #31475e;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    width: 100%;
}
#msgCondicao b {
    color: #FF6600;
    width: 110px;
    text-align: left;
    text-transform: initial;
}
.input-loader
{
	background: url('../imgs/loader_16x16.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 45%;
    background-color: #EEE; 
    cursor: not-allowed; 
    color: #777;
}
#btIniciar{
    font-size: 18px;
    padding: 8px 40px;
    font-family: MontserratSemiBold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#detalhesDivida{
    margin-top: 35px;
    position: relative;
}
.detalhesDividaHidden { 
  height:0; 
  overflow: hidden; 
}
#lineRodape{
    border-top: 1px solid #FFF;
}
.lineRodape{
    width: 90%;
    display: flex;
    color: #FFF;
    margin: 20px auto 25px auto;
    padding-top: 10px;
}
.lineRodapeFixo{
    width: 90%;
    display: flex;
    color: #FFF;
    margin: 50px auto 5px auto;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
    left: 5%;
    min-height: 70px;
}
#logo{
    margin-left: 10%;
    margin-right: 20px;
}
#lblDadosNegocio{
    max-width: calc(80% - 160px - 0px - 200px);
}
.rodape{
    width: 200px;
    height: 20px;
    position: absolute;
    right: 10%;
    background-image: url('../imgs/logoRodape.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
}
.btVoltar{
    font-size: 18px;
    padding: 5px 35px;
    font-family: MontserratSemiBold;
    border-color: #FFF;
    width: 75px;
    text-align: center;
}
.passoCtrl{
    display: flex;
    margin-left: calc(50% - 111px);
    margin-bottom: 50px;
}
.passoCtrlIn{
    width: 20px;
    height: 20px;    
    border-radius: 100%;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border: 2px solid #FFF;
}
.passoCrlInAtivo{
    background-color: #FFF;
    color: #000;
}
.passoCtrlLine{
    width: 60px;
    border-top: 2px solid #FFF;
    margin-left: -1px;
    margin-top: 15px;
}
.txtTitlePagto{
    text-align: center;
    margin-bottom: 30px;
}
#opcoesPagto{
    display: flex;
    margin: 0px 15%;
}
#opcaoCartao{
    padding: 20px 40px;
    background-color: #D2D3D5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: MontserratBold;
    color: #000;
    margin-right: 10px;
}
#panelsPagto{
    display: flex;
}
#opcaoBoleto{
    padding: 20px 40px;
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: MontserratBold;
    color: #000;
    margin-right: 10px;
}
#panelCartão{
    margin: -16px 15% 0px 15%;
    background-color: #D2D3D5;
    color: #000;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    min-height: 50px;
}
#panelBoleto{
    display: none;
    margin: -16px 15% 0px 15%;
    background-color: #FFF;
    color: #000;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    min-height: 50px;
}
#txtBoletoEntrada{
    font-weight: bold;
}
#curValorEntradaBoleto{
    width: 120px;
    padding: 7px 10px;
    margin-top: 6px;
    border: 1px solid #000;
    font-size: 16px;
}
#btnCalcularEntradaBoleto, #btnOferecerEntradaBoleto{
    background: transparent;
    border: 1px solid #000;
    padding: 7px 8px;
    font-weight: bold;
    cursor: pointer;
}
#panelBoletoIn{
    display: flex;
}
#panelBoletoData{
    min-width: 200px;
    width: 200px;
    max-width: 200px;
    margin-top: 5px;
}
#boletoTitleData{
    font-family: MontserratBold;
    font-size: 16px;
    text-align: center;
}
#opCartao, #opBoleto{
    border-spacing: 10px;
}
#opBoleto {
    max-width: calc(100% - 205px);
    min-width: 50%;
}
.checkedOp{
    height: 16px;
    top: 2px;
    position: relative;
}
#dtmBoleto{
    width: 120px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}
#txtEscolhaData2{
    font-size: 9px;
    font-family: Montserrat;
}
#vencBoleto_popupDiv{
    font-family: Montserrat;
    font-size: 13px;
}
.ajax__calendar_container TD{
    font-size: 13px !important;
}
.botoes{
    display: flex;
    margin-left: calc(50% - 176px);
    margin-bottom: 20px;
    margin-top: 20px;
}
.btAvancar{
    margin-left: 40px;
    font-size: 18px;
    padding: 5px 35px;
    font-family: MontserratSemiBold;
    width: 95px;
    text-align: center;
}
.proximosReceibmentos{
    font-size: 20px;
    margin-top: 5px;
}
b{
    font-family: MontserratBold;
}
#lblOpcoesPagto{
    display: none;
}
#panelConfirmacao{
    font-size: 34px;
    text-align: center;
    margin: -16px 15% 0px 15%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
    color: #000;
}
.opcoesPagtoTitle{
    font-family: MontserratBold;
    font-size: 36px;
    text-align: center;
}
.opcoesPagtoDetalhe{
    font-family: MontserratSemiBold;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
#lblMsgData, #lblMsgCartao, #lblMsgEntrada{
    margin-top: 5px;
    font-size: 14px;
    color: #FF6600;
}
#btFinalizar{
    width: auto;
}
#panelCheckOk, #panelMsgFinal{
    text-align: center;
    margin-top: 30px;
}
#lblMsgFinal{
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
    color: #ffd800;
}

@media screen and (max-width: 950px) {
    #passo0{
        left: 5%;
    }
    #passo0, #passo1, #passo2, #passo3 {
        margin-top: 10%;
        width: 90%;
        max-width: 90%;
        min-width: 90%;
    }
    #passo3{
        margin-left: 5%;
        margin-bottom: 10px;
    }
    #title0 {
        font-size: 26px;
    }
    #txtDividaTitle{
        font-size: 22px;
    }
    #txtDividaValor{
        font-size: 38px;
    }
    #imgCondicaoEspecial{
        width: 120px;
        margin-right: 0px;
        margin-top: 10px;
        display: block;
    }
    #btIniciar {
        margin-top: 10px;
        margin-left: 0px;
        padding: 8px 35px;
    }
    #detalhesDivida {
        left: 0;
        top: 20px;
    }
    #tableParcelas{
        font-size: 14px;
    }
    .lineRodape{
        margin: 0px auto 5px auto;
        width: 95%;
    }
    #logo {
        margin-left: 0px;
        margin-right: 5px;
    }
    #urlLogo{
        width: 60px;
    }
    #lblDadosNegocio {
        max-width: calc(100% - 60px - 10px - 60px);
        width: calc(100% - 60px - 10px - 60px);
        min-width: calc(100% - 60px - 10px - 60px);
        font-size: 10px;
    }
    .rodape {
        width: 60px;
        right: 5%;
        position: unset;
    }
    .passoCtrl {
        margin-bottom: 25px;
    }
    #opBoleto{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    #opcoesPagto {
        margin: 0px;
    }
    #panelCartão, #panelBoleto{
        margin: -14px 0% 0px 0%;
        padding: 15px;
    }
    #opcaoCartao, #opcaoBoleto {
        padding: 15px 30px;
    }
    #panelBoletoIn{
        display: block;
    }
    #panelBoletoData{
        padding-top: 15px;
        margin: auto;
    }
    .botoes {
        width: 100%;
        margin-left: 0;
    }
    .btVoltar {
        font-size: 14px;
        padding: 5px 30px;
    }
    .btAvancar {
        margin-left: 20px;
        font-size: 14px;
        padding: 5px 30px;
    }
    #panelConfirmacao{
        font-size: 18px;
        margin: -14px 0% 0px 0%;
    }
    .proximosReceibmentos{
        font-size: 12px;
    }
    .opcoesPagtoTitle {
        font-size: 26px;
    }
    .opcoesPagtoDetalhe {
        font-size: 14px;
        margin-top: 15px;
    }
    #panelCheckOk{
        margin-top: 15px;
        font-size: 14px;
    }
    .cartaoBoletoDetalhe{
        width: 100%;
    }
    #msgCondicao{
        font-size: 8px;
    }
}
