/* 
    Document   : style.preatendimento.1.0.0
    Created on : 24/02/2015, 09:35:41
    Author     : vitor.lopes
*/
body {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #00995D; 
    margin: 0px;
    font-weight: bold;
}
legend {
    font-weight: bold;
}
.ui-icon {
    margin: 5px 5px 5px 5px;
}
#addAnexo {
    margin: 5px 2px 6px 0px;
    cursor: pointer;
    float: right;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
#conteudo_formulario{
    max-width: 1000px;
}
table .right{
    text-align: right;   
}
table .right2{
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}
table .subtitulo {
    background-color: #339933;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
}
#msg_obrigatorio {
    font-size: 10px;
    font-weight: bold;
}
#nomecompleto, #nomemae, #nomepai, #email, #endereco {
    width: 300px;
}
#nrocasa, #estado {
    width: 35px;
}
#complemento, #cidade {
    width: 145px;
}
#lbcomplemento, #lbestado {
    margin-left: 15px;
}
#codcarteira, #tipoconvenio {
    width: 160px;
}
#numcpf, #telefonecelular, #telefonefixo, #telefonecomercial, #nrocep, #datanascimento, #datadoparto {
    width: 120px;
}
#acompanhantenome {
    width: 300px;
}

.campo1 {
    width: 400px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    background: #fcfcfc;
    border-radius: 5px;
    color: #00995D;
    font-weight: bold;
    outline-color: #00995D;
}
.campo2 {
    width: 400px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    background: #fcfcfc;
    border-radius: 5px;
    color: #FF0000;
    font-weight: bold;
    outline-color: #00995D;
    font-size: 12px;
}
.campo3 {
    width: 400px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    background: #fcfcfc;
    border-radius: 5px;
    color: #00995D;
    font-weight: bold;
    outline-color: #00995D;
    font-size: 14px;
}
.campo4 {
    width: 400px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    background: #fcfcfc;
    border-radius: 5px;
    color: #FF0000;
    font-weight: bold;
    outline-color: #00995D;
    font-size: 9px;
}
.obrigatorio {
    color: #FF0000;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
}
.lbanexo {
    padding: 5px 5px 2px 0px;
}
.del-icon {
    margin: 5px;
    float: left;
    cursor: pointer;
}
.inputFile {
    margin-left: 5px;
    float: left;
}
.anexos {
    height: 25px;
    width: 100%;
    padding: 2px 0px 2px 10px;
    margin: 0px;
}
.botao2 {
    margin: 10px;
    padding: 10px 30px 10px 30px !important;
    background: #00995D;
    border: 1px solid white;
    border-radius: 5px;
    outline: none;
    color: white;
}

.botao2:hover {
    background: white;
    border: 1px solid #00995D;
    color: #00995D;
    transition: all ease 0.3s;
}

.botao1 {
    width: 120px;
    height: 30px;
    margin: 10px 5px 10px 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #f6f6f6;
    background: #459e00;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.botao1:hover {
    color: #459e00;
    background: #dcdcdc;
    border-color: #459e00;
}
.errors {
    font-weight: bold;
    color: #FF0000;
}
#captcha {
    border: #00995D solid 2px;
}
.CaptchaSuccess {
    padding: 2px 5px 2px 5px;
    border: 1px solid #49c24f;
    background: #bcffbf;
}
.CaptchaError {
    padding: 2px 5px 2px 5px;
    border: 1px solid #c24949;
    background: #ffbcbc;
}

.Cartilhas {
    text-align: center;
    text-decoration: none !important;
}

.Cartilhas a {
    color: #868686;
}

.Cartilhas a:hover {
    color: #00995D;
}

.Cronogramas {
    text-align: center;
    text-decoration: none !important;
}

.Cronogramas a {
    color: #868686;
}

.Cronogramas a:hover {
    color: #00995D;
}

ul {
    list-style-type: none !important;
    -webkit-padding-start: 0px !important;
    -moz-padding-start: 0px !important;
    padding-left: 0px !important;
    
}

a:-webkit-any-link {
    text-decoration: none !important;
    color: #868686;
}

a:-moz-any-link {
    text-decoration: none !important;
    color: #868686;
}

h3 {
    text-align: center;
}