/*Make the icons big when active*/
.tabs .tab a.active .mdi-inbox-arrow-down-outline::before {
	content: "\F02FB";
}

.tabs .tab a.active .mdi-inbox-arrow-up-outline::before {
  content: "\F03D1";
}

.tabs .tab a.active .mdi-folder-outline::before {
  content: "\F024B";
}

.tabs .tab a.active .mdi-clock-outline::before {
  content: "\F0150";
}

.h64px{
	height:64px !important;
}

.tabs .tab a{
	position:relative;
}

.subTitle{
	width:100%;
	position:absolute;
	left:50%;
	transform:translate(-50%, 20px);
}
 
.heightAuto{
	height:auto !important;
}