/*start side panel header */

	.background
	{
		background-color : #1a237e ;
	}
/* end side panel header */
/* start header */

	.nav-wrapper{
		background-color : #1a237e ;
	}

/* end header */

/* start button */

	.opt_button{
		background-color : #2938c8;
	}

/* end button */

/* start font color */

	#test{
		color : #000;
	}

/* end font color */
/* start icon color */

	#icon{
		color : #1a237e;
	}

/* end icon color */

/* start active icon color */

	.input-field .prefix.active{
		color : #1a237e;
		
	}

/* end active icon color */

/* start input */

	.row .input-field input:focus{
		border-bottom : 1px solid #1a237e !important;
		box-shadow : 0 1px 0 0 #1a237e !important;
	}

/* end input */

/* start label color */

	.input-field input:focus+label{
		color : #1a237e !important;
	}

/* end label color */

/* start text field */

	textarea.materialize-textarea:focus:not([readonly]){
		border-bottom:1px solid #1a237e;
		-webkit-box-shadow:0 1px 0 0 #1a237e;
		box-shadow:0 1px 0 0 #1a237e
	}
/* end text field */

/* start text field */

	textarea.materialize-textarea:focus:not([readonly])+label{
		color: #1a237e
	}
/* end text field */

/* start toggle button color */

	#tg_btn{
	background-color : #2938c8;
	}

/* end toggle button color */

/* start foooter */

	.page-footer{
		background-color : #1a237e;
	}

/* end footer */