

/*GERAL*/
/*================================*/

@media screen and (max-width:700px) {


}

/*================================*/





/*-------------------------------*/




/*CADASTRO GERAL*/
/*================================*/

@media screen {

    .FormCadastroLoja *, .FormCadastroLoja * *, .FormCadastroLoja * * *, .FormCadastroLoja * * * *, .FormCadastroLoja * * * * * {
        border: 0px;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #666666;
    }

    .FormCadastroLoja {
        clear: both;
        float: none;
        display: table;
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

        .FormCadastroLoja .FormContent {
            width: 100%;
            float: none;
            /*min-width: 330px;*/
            box-sizing: border-box;
        }

        .FormCadastroLoja .ShowMsgCadastro {
            width: 100%;
            float: none;
            box-sizing: border-box;
            font-size: 14px;
            text-align: center;
            color: #f00;
        }

    .#CamposDtNasc {
        display: none;
    }

    .LvCamposDtNascimento {
        width: 100% !important;
    }

        .LvCamposDtNascimento select {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

            .LvCamposDtNascimento select[rel="DtNascDia"] {
                width: 29% !important;
            }

            .LvCamposDtNascimento select[rel="DtNascMes"] {
                width: 29% !important;
            }

            .LvCamposDtNascimento select[rel="DtNascAno"] {
                width: 35% !important;
            }
}

@media screen and (max-width: 940px) {

    .FormCadastroLoja {
        min-width: initial;
    }

        .FormCadastroLoja .FormContent {
            width: 100%;
            float: none;
            /*min-width: 385px;*/
            margin: 0 auto;
        }

}

/*================================*/






/*-------------------------------*/






/*CADASTRO TIPO DE PESSOA*/
/*================================*/

@media screen {

    .TipoCadastro {
        margin: 0px auto;
        margin-bottom: 15px;
        width: auto !important;
        border: 2px solid #666;
        border-radius: 6px;
        padding: 0px !important;
        padding-bottom: 0px !important;
        display:none;
    }

        .TipoCadastro label {
            text-align: left;
            display: table !important;
        }

            .TipoCadastro label:first-child {
                border-right: 2px solid #666;
            }

            .TipoCadastro label a {
                padding: 10px 40px !important;
                text-align: center;
                font-size: 14px;
                color: #666;
                font-weight: bold;
                cursor: pointer;
                display: table;
            }

        .TipoCadastro #Lbl_Cadastro_PF {
            float: left;
        }

        .TipoCadastro label .Selected {
            color: #fff;
            background-color: #666;
        }

}

@media screen and (max-width: 420px) {

    .TipoCadastro label a {
        padding: 10px 20px !important;
    }

}

@media screen and (max-width: 330px) {

    .TipoCadastro label a {
        padding: 10px 40px !important;
        display: block;
    }

    .TipoCadastro #Lbl_Cadastro_PF {
        float: none;
        background-color: #666;
        width: 100%;
    }

    .TipoCadastro label:first-child {
        border-right: none;
    }

}

/*================================*/






/*-------------------------------*/







/*NOVO CADASTRO*/
/*================================*/

@media screen {

    .FormCadastroLoja .FieldsKeeper {
        background-color: #FFF;
        margin-top: 20px;
        display: table;
        margin: 0px auto;
        width: 100%;
        max-width: 1100px;
    }


        .FormCadastroLoja .FieldsKeeper div {
            padding: 8px;
            position: relative;
            padding-top: 15px;
        }

            .FormCadastroLoja .FieldsKeeper div strong {
                font-size: 18px;
                color: #666;
                display: block;
                
                padding: 0px 5px;
                padding-bottom: 8px;
                font-weight: normal;
                margin-bottom: 15px;
            }

            .FormCadastroLoja .FieldsKeeper div fieldset {
                
            }

                .FormCadastroLoja .FieldsKeeper div fieldset div {
                    padding: 0px 3px;
                    padding-bottom: 18px;
                    font-size: 14px;
                    color: #666;
                    text-align: center;
                    clear: both;
                    float: none;
                    box-sizing: border-box;
                    display: table;
                    width: 100%;
                }

                    .FormCadastroLoja .FieldsKeeper div fieldset div label {
                        display: block;
                    }

                .FormCadastroLoja .FieldsKeeper div fieldset .Duplo label {
                    width: 48%;
                    display: inline-block;
                    float: right;
                }

                    .FormCadastroLoja .FieldsKeeper div fieldset .Duplo label:first-child {
                        float: left;
                    }

                .FormCadastroLoja .FieldsKeeper div fieldset div label span {
                    display: block;
                    text-align: left;
                    font-size: 14px;
                    color: #666;
                    margin-bottom: 3px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset small {
                    display: none;
                    text-align: right;
                    font-size: 10px;
                    color: #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset small {
                    display: none;
                    text-align: right;
                    font-size: 10px;
                    color: #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset .Pendente small {
                    display: block;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div label .Obrigatorio {
                    font-weight: bold;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div label input {
                    border: 1px solid #e3e3e3;
                    border-radius: 4px;
                    font-size: 14px;
                    color: #666;
                    box-sizing: border-box;
                    padding: 10px;
                    width: 100%;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset .Pendente input {
                    border:1px solid #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div label[rel="TelComDDD"] input.FONEcampo {
                    width: 68% !important;
                    padding: 10px 5px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div label[rel="TelComDDD"] input.DDDcampo {
                    width: 27% !important;
                    padding: 10px 5px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset .LblInvalida input, .FormCadastroLoja .FieldsKeeper div fieldset .LblInvalida select {
                    border: 1px solid #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div label select {
                    border: 1px solid #e3e3e3;
                    border-radius: 4px;
                    font-size: 14px;
                    color: #666;
                    box-sizing: border-box;
                    padding: 9px;
                    width: 100%;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset .Pendente select {
                    border:1px solid #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p {
                    display: block;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset .Duplo p {
                    width: 48%;
                    display: inline-block;
                    float: right;
                }

                    .FormCadastroLoja .FieldsKeeper div fieldset .Duplo p:first-child {
                        float: left;
                    }

                .FormCadastroLoja .FieldsKeeper div fieldset div p span {
                    display: block;
                    text-align: left;
                    font-size: 14px;
                    color: #666;
                    margin-bottom: 3px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p small {
                    display: none;
                    text-align: right;
                    font-size: 10px;
                    color: #f00;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p .Obrigatorio {
                    font-weight: bold;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p input {
                    border: 1px solid #e3e3e3;
                    border-radius: 4px;
                    font-size: 14px;
                    color: #666;
                    box-sizing: border-box;
                    padding: 10px;
                    width: 100%;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p[rel="TelComDDD"] input.FONEcampo {
                    width: 68% !important;
                    padding: 10px 5px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p[rel="TelComDDD"] input.DDDcampo {
                    width: 30% !important;
                    padding: 10px 5px;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset div p select {
                    border: 1px solid #e3e3e3;
                    border-radius: 4px;
                    font-size: 14px;
                    color: #666;
                    box-sizing: border-box;
                    padding: 9px;
                    width: 100%;
                }



                .FormCadastroLoja .FieldsKeeper div fieldset #DivRazaoSocial {
                    display: none;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset #DivPessoaContato {
                    display: none;
                }

                .FormCadastroLoja .FieldsKeeper div fieldset #DivOndeConheceu {
                    display: none;
                }

    .FieldsKeeper #Lbl_Cadastro_Newsletter {
        margin-top: 20px;
        text-align: left;
    }

        .FieldsKeeper #Lbl_Cadastro_Newsletter .Check {
            background-image: url(/lojas/img/Cadastro/CheckBox-On.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 30px;
            cursor: pointer;
            display:table;
            width:100%;
            box-sizing:border-box;
        }

        .FieldsKeeper #Lbl_Cadastro_Newsletter .CheckOff {
            background-image: url(/lojas/img/Cadastro/CheckBox-Off.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 30px;
            cursor: pointer;
            display:table;
            width:100%;
            box-sizing:border-box;
        }
}

@media screen and (max-width: 864px) {
    .FieldsKeeper #Lbl_Cadastro_Newsletter {
        margin-top: 25px;
        text-align: left;
    }
}

@media screen and (max-width: 460px) {
    .FormCadastroLoja .FieldsKeeper div fieldset div {
        padding-bottom: 0px;
    }

    .FormCadastroLoja .FieldsKeeper div fieldset .Duplo label {
        width: 100%;
        float: none;
        padding: 10px 0px;
    }

    .FormCadastroLoja .FieldsKeeper div fieldset .Duplo p {
        width: 80%;
        display: block;
        float: none;
        padding: 10px 0px;
    }

    .FieldsKeeper #Lbl_Cadastro_Newsletter {
        margin-top: 0px;
    }
}

/*================================*/







/*-------------------------------*/







/*BOTÃO*/
/*================================*/

@media screen {

    .BotaoAvancar {
        display: table;
        position: relative;
        float: right !important;
        width: 100%;
        margin-right: 5px;
        text-align:right !important;
    }

        .BotaoAvancar #BotaoAvancar .BtnAvancar {
            background-color: #fff;
            display: inline-block;
            text-align: center;
            margin: 10px 0px;
            padding: 8px 25px;
            border-radius: 6px;
            opacity: 0.6;
            border: 1px solid #e3e3e3;
            color: #666;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            background-color: #17ca12;
            color: #fff;
            border: 1px solid #17ca12;
        }

            .BotaoAvancar #BotaoAvancar .BtnAvancar:hover {
                opacity: 1;
                background-color: #17ca12;
                color: #fff;
                border: 1px solid #17ca12;
            }

        .BotaoAvancar #BotaoAvancar .BtnVoltar {
            background-color: #fff;
            display: inline-block;
            text-align: center;
            margin: 10px 0px;
            padding: 10px 25px;
            border-radius: 6px;
            opacity: 0.6;
            border: 1px solid #FFF;
            color: #666;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
        }

            .BotaoAvancar #BotaoAvancar .BtnVoltar:hover {
                opacity: 1;
                text-decoration:underline;
            }

}

/*================================*/






/*-------------------------------*/







/*MENSAGEM CONCLUSÃO*/
/*================================*/

@media screen {

    #MsgPF{
        display:none;
    }

    #MsgPJ{
        display:none;
    }

    .FieldsKeeper .MensagemFinal {
        margin: 0px auto;
        display: table;
    }

        .FieldsKeeper .MensagemFinal .Msg {
            background-image: url(/lojas/img/Cadastro/CadastroSucessoPF.png);
            background-repeat: no-repeat;
            background-position: center center;
            padding-top: 150px;
            font-size: 30px;
            color: #17ca12;
            opacity: 0.7;
            text-align: center;
            display:block;
        }

        #MsgPF .Msg{
            padding-top: 150px;
        }

        #MsgPJ .Msg{
            padding-top: 100px;
        }

        .FieldsKeeper .MensagemFinal p {
            color: #666;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            margin: 15px 0px;
        }

        .FieldsKeeper .MensagemFinal a {
            color: #666;
            display: table;
            margin: 20px auto;
            padding: 10px 30px;
            background-color: #fff;
            border: 1px solid #d1d1d1;
            border-radius: 6px;
            opacity: 0.7;
            font-weight: 600;
            font-size: 16px;
        }

            .FieldsKeeper .MensagemFinal a:hover {
                opacity: 1;
            }

    #MsgPJ .FieldsKeeper .MensagemFinal a:hover {
        background-color: #f58220;
        border: 1px solid #f58220;
        color: #fff;
    }

    #MsgPJ .FieldsKeeper .MensagemFinal .Msg {
        background-image: url(/lojas/img/Cadastro/IconeAnalise.png);
        background-repeat: no-repeat;
        background-position: center top;
        display: table;
        margin: 20px auto;
        padding-left: 30px;
        color: #666;
    }

}

/*================================*/

