/* 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;
}
.container {
	margin-bottom:60px !important;
}
.tabs .tab a {
	color: #1c7c73;
}
/*Black color to the text*/
.tabs .tab a:hover {
	background-color:#eee;
	color: #1c7c73;
}
/*Text color on hover*/
.tabs .tab a.active {
	background-color:#1c7c73;
	color: #eee;
}
/*Background and text color when a tab is active*/
.tabs .tab a:active {
	background-color:#1c7c73;
	color: #eee;
}
/*Background and text color when a tab is active*/
.tabs .tab a:focus.active {
	background-color:#1c7c73;
	color: #eee;
}
/*Background and text color when a tab is active*/
.tabs .indicator {
	background-color:#1c7c73;
}
.tabs .material-icons {
	margin-top:10px;
}
#title_tab {
	font-size:20px;
	color:teal;
	border:none;
	padding:0;
	margin:0;
}
#title_tab li {
	padding:0;
	margin:10px 0 5px 0;
}
#title_tab .material-icons {
	float:left;
	margin-right:5px;
}
.brand-logo img {
	width:50px;
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:10px;
}
.collection {
	border-right:none;
	border-left:none;
}
.collection-item.avatar:hover {
	cursor:pointer;
	background-color:rgb(248,248,248);
}
#dropdown1 a:hover {
	background-color:rgb(248,248,248);
}
.card-image {
	overflow:hidden;
	max-width:50%;
}
.card-image img {
	height:100%;
}
nav .sidenav-trigger {
	margin:0;
}
.sidenav {
	max-width:70%;
}
label span {
	color:black;
}
.btn {
	margin-right:10px;
	margin-top:10px;
}
.card-content img {
	margin-top:10px;
	margin-bottom:10px;
}
#preloader-overlay {
	content:'';
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:20000;
}
#preloader {
	display:none;
	position:fixed;
	z-index:20001;
	overflow:show;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right: 0;
}
.mypointer:hover{
	cursor:pointer;
	background-color:rgb(248,248,248);	
}