﻿.captcha-image
{
    width: 260px;
    height: 80px;
}

/*site.aspx*/

.pessoa_fisica, .input-container, .pessoa_juridica, .input-container
{
    width: 100% !important;
}
.pessoa_fisica .input-content > label, .pessoa_juridica .input-content > label
{
    display: inline-block !important;
}
.middle-size
{
    width: 125px !important;
}
.btGravar
{
    background: #005B90;
    padding: 3px 6px;
    color: White;
    border: none; /*margin-left: 300px;*/
}
.btConsultar
{
    background: #005B90;
    color: White;
    border: none;
    padding: 3px 6px;
}
.tab-botoes-cadastro
{
    margin-top: 6px;
}
.tab-botoes-cadastro > label
{
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
}
.tab-botoes-cadastro > label.active
{
    background: #005B90;
    padding: 3px 8px;
}
.tab-botoes-item
{
    display: none;
}
.tab-botoes-item.active
{
    display: block;
}

.ident
{
    /*padding:12px;*/
    margin-left: 30px;
}
.identA
{
    margin-left: 30px;
    margin-top: 10px;
}

.x
{
    margin-top: 10px;
}



.Validation-margin ul li
{
    display: inline;
    float: left;
    padding-right: 50px;
    margin-top: 10px;
    text-align: left;
    height: 15px;
    width: 222px;
}

.Validation-margin ul li:before
{
    content: "* ";
}
