/* focus input */ 
.input-field input[type=text]:focus + label {color: #a1887f;}
.input-field input[type=password]:focus + label {color: #a1887f;}
.input-field input[type=email]:focus + label {color: #a1887f;}
.input-field input[type=text]:focus {border-bottom: 1px solid #a1887f; box-shadow: 0 1px 0 0 #a1887f;}
.input-field input[type=password]:focus {border-bottom: 1px solid #a1887f; box-shadow: 0 1px 0 0 #a1887f;}
.input-field input[type=email]:focus {border-bottom: 1px solid #a1887f; box-shadow: 0 1px 0 0 #a1887f;}
.input-field .prefix.active {color: #a1887f;}

a.link1:hover {color:#a1887f}

ul.dropdown-content li a:hover {color:#3e2723 !important ;}

.ativo {
	background-color:#3e2723 !important;
	color:#FFFFFF !important;
}