/*    --------------------------------------------------
	:: Import Fonts
	-------------------------------------------------- 
*/
@font-face {
     font-family: Roboto-Thin;
     src: url('../fonts/Roboto-Thin.ttf');
}

@font-face {
     font-family: Roboto-Black;
     src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
     font-family: Roboto-Medium;
     src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
     font-family: Roboto-Light;
     src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
     font-family: Roboto-Regular;
     src: url('../fonts/Roboto-Regular.ttf');
}

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- 
*/
/*incluido por Dimas/Luiz */
#agrupamento{
    background:#FFFFFF;
    /*border: 10px solid;*/    
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;    
    width: 340px;    
    /*border: 1px solid;
    border-color:#a5a5a5;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*box-shadow : NaNpx NaNpx NaNpx rgba(0, 0, 0, NaN);*/
    box-shadow: 0px 4px 15px 1px #9f9f9f;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=NaN, OffY=NaN, Color='#000000') ;
}

/*incluido por Dimas/Luiz */

body /* Aplica cor de fundo no corpo da pagina */
{
    background-color: #F9F9F9;
}


.paragrafo1 {
    font-size: 13px;
    font-weight: normal;        
    font-family: Roboto-Medium;
}

#novo-cadastro {
    padding-top: 100px;
    background:#F9F9F9;     
    
}
#novo-cadastro .form-wrap {
    /*width: 30%;*/
    margin: 0 auto;
    margin-bottom: 200px; /* adicionado por Dimas */
    background:#F9F9F9; 
    /*height:600px;*/
     
}



#novo-cadastro h1 {
    /*color: #686868;*/
    color: rgb(104,104,104);
    font-size: 32px;
    text-align: center;
    /*font-weight: bold;*/
    letter-spacing: NaNpx;   
    font-family: Roboto-Thin;
    
}
#novo-cadastro .form-group {
    margin-bottom: 0px;
    padding-bottom: 5px;
     text-align: left;
     font-family: Roboto-Medium;
    /*height:600px;*/
}

label.required-icon {
	color: #FF4242;
	font-size: 13px;
        font-family: Roboto-Medium;
        text-align: left;
        
}

label.required-fields {
	color: #FF4242;
	font-size: 9px;
        font-family: Roboto-Medium;
        text-align: left;
        
}

#novo-cadastro .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
    /*adicionado*/margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30%;
    display: inline;
}

#btn-cancelar
{
   background: #f9f9f9;
   border:1px solid #686868;
   color: #686868;
}

#novo-cadastro .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    /*color: #fff;
	background-color: #1fa67b;
    */    
    color: #fff;
    background-color: #43aa0f;
    font-family:Roboto-Medium;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;    
}

.btn-block
{
    width: 0%;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #A0A0A0;
    font-size: 13px;
    text-align: center;
    font-family: Roboto-Light;        
    background:#F9F9F9; 
    /*novo*/
    clear: both;
    position:absolute;
    /*height:60px;*/
    bottom:0;
    width: 100%;
    
    
    
    
}

#footer p {
    /*margin-bottom: 0px;*/
}
#footer a {
    color: inherit;
    margin-bottom: 0px;
}

footer hr /* Comentario */
{
    margin-top:0px;
    margin-bottom:10px;
    border-width:1px;
    border-style: solid;
    border-color: #D0D0D0;
    width: 100%;
    
}

#voltar {
    font-family: roboto-medium;   
    margin-top: 10px; 
}

/* unvisited link */
a:link {
    color: #43aa0f;
}

/* visited link */
a:visited {
    color: #43aa0f;
}

/* mouse over link */
a:hover {
    color: #43aa0f;
}

/* selected link */
a:active {
    color: #43aa0f;
}
