.material-icons.dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.lite {
	color: #ffffff;
}
.material-icons.green {
	color: #b0ce43;
}
.material-icons.gray {
	color: #b4b4b4;
}

.loading {
	display: block;
	height: 54px;
	margin: 20px auto;
	width: 54px;
}

.panel {
	background: #4d4d4d;
}
.header-panel {
	align-items: center;
	background: #3d3d3d;
	display: flex;
	padding: 20px 16px;
	justify-content: flex-start;
}
.header-panel .avatar {
	border-radius: 50%;
	display: block;
	height: 56px;
	width: 56px;
}
.header-panel .info {
	font-size: 18px;
	line-height: 20px;
	margin-left: 10px;
}
.header-panel .info .name {
	color: rgba(255,255,255,1);
	font-size: 18px;
}
.header-panel .info .perfil {
	color: rgba(255,255,255,0.7);
	font-size: 16px;
}
.nav-panel > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-panel li {
	border-bottom: 1px solid #3d3d3d;
}
.nav-panel li > a {
	color: rgba(255,255,255,0.3);
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding: 0px 16px;
	position: relative;
	text-transform: uppercase;
}
.nav-panel li > a.current {
	color: rgba(255,255,255,1);
}
.nav-panel li > a.bt-logout {
	color: #e53935;
}

.navbar {
	box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 4px 8px rgba(0,0,0,0.28);
}
.navbar .left {
	margin-left: 8px;
}
.navbar .right {
	margin-right: 8px;
}
.navbar a.link {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
}

.searchbar-hbox {
	background: #ffffff;
	border-bottom: 1px solid #c8c8c8;
	box-sizing: border-box;
	height: 56px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 600;
	transition-duration: .3s;
	transform: translate3d(0,-100%,0);
}
.searchbar-hbox.show {
	transform: translate3d(0,0,0);
}
.searchbar-hbox .searchbar-inner {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.searchbar-hbox .center {
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchbar-hbox .center > input {
	border: none;
	display: inline-block;
	font-family: 'Roboto', 'Noto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 56px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.searchbar-hbox .left,
.searchbar-hbox .right {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
}
.searchbar-hbox .left {
	margin-left: 8px;
}
.searchbar-hbox .right {
	margin-left: auto;
	margin-right: 8px;
}
.searchbar-hbox a.link {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 44px;
	justify-content: center;
	line-height: 44px;
	padding: 0 10px;
	position: relative;
}

.toolbar a.link {
	padding: 0;
	width: 100%;
}

.page {
	background: #f6f6f6;
}
.page.white {
	background: #ffffff;
}

.login {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.login .login-logo {
	padding: 0 50px;
}
.login .login-logo > img {
	display: block;
	margin: 0 auto;
	max-width: 460px;
	width: 100%;
}
.login .form-login {
	display: block;
	margin-top: 70px;
	padding: 0 30px;
}
.login .form-login .item-inner {
	margin-top: 16px;
}
.login .label {
	color: rgba(0,0,0,0.3);
	font-size: 16px;
	text-align: center;
}
.login .item-input > input {
	background: transparent;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #212121;
	display: block;
	font-size: 18px;
	height: 42px;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: center;
	width: 100%;
}
.login .box-button {
	margin-top: 60px;
}
.login .box-button > button {
	box-shadow: 0 0 1px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.24);
	font-weight: 700;
	height: 48px;
	width: 100%;
}
.login .box-button > button.active-state {
	box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.12);
}

.logo {
	display: block;
	height: 30px;
}

.home .navbar {
	background-color: #f0f0f0;
	height: 166px;
}
.home .navbar-inner {
	box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.18);
	height: 56px;
	z-index: 1;
}
.home .page-content {
	background: #f6f6f6;
	padding-top: 166px;
}
.intro {
	background: #f0f0f0;
	height: 70px;
}
.period {
	background: #b0ce43;
	height: 110px;
	position: absolute;
	top: 56px;
	width: 100%;
}
.period .month {
	height: 54px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
.period .month > span {
	font-size: 18px;
	height: 54px;
	left: 54px;
	line-height: 56px;
	position: absolute;
	right: 54px;
	text-align: center;
	top: 0;
}
.period .control {
	height: 54px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 54px;
}
.period .control > i {
	display: block;
	font-size: 32px;
	line-height: 54px;
}
.period .control.prev_month {
	left: 0;
}
.period .control.next_month {
	right: 0;
}
.period .toolbar {
	height: 56px;
	top: 54px;
}
.period .tabbar-scrollable a.tab-link {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 0 8px;
	text-align: center;
	width: 54px;
}
.period .tabbar-scrollable a.tab-link > span {
	font-size: 18px;
	padding-bottom: 4px;
}
.period .tabbar-scrollable a.tab-link.active {
	color: #ffffff;
}
.period .tabbar .tab-link-highlight {
	background: #ffffff;
}

.list-block {
	margin: 10px 0;
}
.list-block .item-inner:after {
	display: none;
}
.list-block .item-link {
	padding-right: 42px;
}
.list-block .item-link > i {
	color: rgba(0, 0, 0, 0.34);
	font-size: 28px;
	margin-top: -14px;
	position: absolute;
	right: 8px;
	top: 50%;
}
.item-content {
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.18);
	padding: 20px 18px;
}
.list-block .item-media {
	padding: 0;
}
.list-block .item-media > img {
	border-radius: 50%;
	height: 42px;
	width: 42px;
}
.list-block.ranking .item-content {
	justify-content: flex-start;
	padding: 16px 18px;
}
.list-block.ranking .item-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 0;
}
.list-block.ranking .item-position {
	color: rgba(0,0,0,0.87);
	flex-shrink: 0;
	font-size: 20px;
}
.legends .link {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 33.33%;
}
.legends .leg-blue {
	background-color: #4fc3f7;
}
.legends .leg-green {
	background-color: #aed581;
}
.legends .leg-yellow {
	background-color: #ffc107;
}
.legends .leg-red {
	background-color: #ef5350;
}

.details-block {
	position: relative;
}
.details-block .content-block-title {
	font-size: 16px;
	margin: 20px 16px 0;
	padding-top: 0;
}
.details-block .content-block {
	font-size: 18px;
	line-height: 1.3;
	margin: 2px 0 16px;
}
.details-block .content-block > span {
	display: block;
	font-size: 16px;
}
.details-block .content-block > a.button {
	width: 106px;
	font-size: 16px;
	font-weight: 500;
}

.card-hbox {
	margin: 10px 8px;
	position: relative;
}
.card-hbox[class*="mark-"]:before {
	background: #747474;
	border-radius: 2px 0 0 2px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}
.card-hbox.mark-blue:before {
	background-color: #4fc3f7;
}
.card-hbox.mark-yellow:before {
	background-color: #ffc107;
}
.card-hbox.mark-red:before {
	background-color: #ef5350;
}
.card-hbox.mark-green:before {
	background-color: #aed581;
}
.card-hbox.mark-gold:before {
	background-color: #ffca28;
}
.card-hbox.mark-silver:before {
	background-color: #c0c0c0;
}
.card-hbox.mark-bronze:before {
	background-color: #cd7f32;
}
.card-hbox.bg-blue {
	background-color: #4fc3f7;
}
.card-hbox.bg-red {
	background-color: #ef5350;
}
.card-hbox.bg-green {
	background-color: #aed581;
}
.card-hbox.bg-gold {
	background-color: #ffca28;
}
.card-hbox .info-left {
	flex-shrink: 0;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
}
.card-hbox .info-right {
	flex-shrink: 1;
	line-height: 1.2;
	margin-left: 20px;
	text-align: right;
	overflow: hidden;
}
.card-hbox .bigtitle {
	color: rgba(0,0,0,0.87);
	font-size: 20px;
}
.card-hbox .title {
	color: rgba(0,0,0,0.87);
	font-size: 18px;
}
.card-hbox .subtitle {
	color: rgba(0,0,0,0.54);
	font-size: 16px;
}
.card-hbox .description {
	color: rgba(0,0,0,0.54);
	font-size: 14px;
}
.card-hbox .status {
	color: rgba(255,255,255,1);
	font-size: 28px;
	font-weight: 500;
}
.card-hbox .status > span {
	font-size: 16px;
	text-transform: uppercase;
}
.card-hbox .value {
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	font-weight: 500;
}
.card-hbox .status.dark {
	color: rgba(0,0,0,0.87);
}
.card-hbox .value.dark {
	color: rgba(0,0,0,0.54);
}
.card-hbox .info-left .subtitle {
	color: rgba(0,0,0,0.87);
}
.card-hbox .info-right > div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-hbox .principal {
	color: rgba(0,0,0,0.87);
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
}
.card-hbox .detail {
	color: rgba(0,0,0,0.54);
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
}
.card-hbox .detail .title {
	color: rgba(0,0,0,0.54);
	font-size: 14px;
}
.card-hbox .detail .description {
	color: rgba(0,0,0,0.87);
	font-size: 16px;
}
.card-hbox .card-header {
	color: #b0ce43;
	font-weight: 700;
}
.card-hbox .card-content-inner {
	line-height: 1.2;
}
.card-hbox .card-content-inner label {
	color: rgba(0,0,0,0.54);
	display: block;
	font-size: 14px;
	margin-top: 12px;
}
.card-hbox .card-content-inner label:first-child {
	margin-top: 0;
}
.card-hbox .card-content-inner p {
	color: rgba(0,0,0,0.87);
	font-size: 16px;
	margin: 0;
}
.card-hbox .card-content-inner .flex-text {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.card-hbox .card-content-inner .flex-text .left {
	text-align: left;
}
.card-hbox .card-content-inner .flex-text .right {
	text-align: right;
}
.card-hbox .card-content-inner .cont-image {
	background-position: center;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	height: 40vw;
	margin-top: 2px;
	position: relative;
}
.card-hbox .card-content-inner .cont-image > span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	left: 8px;
	position: absolute;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
	top: 8px;
}
.card-hbox .card-content-inner .c-blue {
	color: #4fc3f7;
}
.card-hbox .card-content-inner .c-green {
	color: #aed581;
}
.card-hbox .card-content-inner .c-yellow {
	color: #ffc107;
}
.card-hbox .card-content-inner .c-red {
	color: #ef5350;
}
.card-hbox .card-content-inner .f-bold {
	font-weight: 700;
}
