/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* .waves-effect.waves-red .waves-ripple {
  background-color: rgba(150, 20, 15, 0.7);
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(8, 89, 150, 0.7);
}

.blue {
  background-color: #085996 !important;
} */


/*Alteração das cores dos inputs nos formulários*/
/* .input-field input[type=text] + label, .materialize-textarea:focus:not([readonly]) + label {
  color: #673ab7 !important;
 }
 
 .input-field input[type=text], .materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #673ab7 !important;
  box-shadow: 0 1px 0 0 #673ab7 !important;
 } */
 
 
 /* .input-field input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
  color: #673ab7 !important;
 }
 
 .input-field input[type=text]:focus, .materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #673ab7 !important;
  box-shadow: 0 1px 0 0 #673ab7 !important;
 } */


 /*Alteração de cor dos ícones*/
 /* .material-icons{
  color: #1a237e !important;
} 
.material-icons.active {
  color: #673ab7 !important;
}
*/
