/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	    local('MaterialIcons-Regular'),
	    url(iconfont/MaterialIcons-Regular.woff2) format('woff2'),
	    url(iconfont/MaterialIcons-Regular.woff) format('woff'),
	    url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
body.loggedIn {
	padding-bottom: 80px;
}
.navbar-fixed.extended {
	height: 104px;
}
@media only screen and (min-width: 601px) {
	.navbar-fixed.extended {
		height: 112px;
	}
}
.fixed-action-btn {
	z-index: 99999999;
}
.modal:focus, .dropdown-trigger:focus {
	outline:none!important
}
.nav-wrapper.row {
	margin-bottom: 0px !important;
}
.termiDateCard .card-content .card-title {
	margin-bottom: 20px;
}
.termiDateCard .card-title .material-icons {
	margin-top: -5px;
	vertical-align: middle;
}
.termiDateCard .card-content p {
	margin-bottom: 20px;
}
.termiDateCard .card-content p:last-child {
	margin-bottom: 0px;
}
.termiDateCard .card-content .badge {
	border: 2px solid #fff;
	padding-bottom: 24px !important;
}
.termiDateCard .card-content .adminFeedbackBadge {
	display: none;
	cursor: pointer;
}
.termiDateCard .card-content .adminFeedbackBadge i {
	margin-right: 0px;
}
.termiDateCard hr {
	border: 0px;
	border-bottom: 1px dotted #fff;
}
.ratingStar {
	display: block;
    width: 20px;
	height: 20px;
    float: left;
    margin-left: -2px;
    margin-right: 3px;
}
.ratingStarBig {
	width: 25px;
	height: 25px;
	margin-top: 4px;
}
