/*
|------------------------------------------------------------------------------
| Splash Screen
|------------------------------------------------------------------------------
*/
.page[data-page=splash] .splash {
	align-items: center;
	background-color: #ffffff;
	
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=splash] .splash .splash-media {
	margin: 32px 0;
	padding: 0 16px;
}


.page[data-page=splash] .splash-media .logo {
	height: 40px;
	width: auto;
}

.page[data-page=splash] .splash-media .logo * {
	fill-opacity: 0;
	opacity: 0;
	stroke-width: 10px;
  transition: fill-opacity 1s;
}

.page[data-page=splash] .splash-media .logo.animation-begin * {
	opacity: 1;
}

.page[data-page=splash] .splash-media .logo.animation-finish * {
  fill-opacity: 1;
	stroke-width: 1px;
}

.page[data-page=splash] .splash .splash-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
}

.page[data-page=splash] .splash-preloader .preloader {
	height: 32px;
	width: 32px;
}

/*
|------------------------------------------------------------------------------
| Notification
|------------------------------------------------------------------------------
*/
.page[data-page=notification] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=notification] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=notification] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

/*
|------------------------------------------------------------------------------
| Device :: Disabled
|------------------------------------------------------------------------------
*/

.page[data-page=device-disabled] .device-disabled-container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=device-disabled] .device-disabled-media img {
	height: auto;
	width: 160px;
	margin: 10px;
}

.page[data-page=device-disabled] .device-disabled-media i {
	font-size: 128px;
}

.page[data-page=device-disabled] .device-disabled-title {
	font-size: 24px;
	line-height: 28px;
	font-variant: small-caps;
}

.page[data-page=device-disabled] .device-disabled-message {
	font-size: 14px;
	font-weight: bold;
}

.page[data-page=device-disabled] .device-disabled-message a {
	margin-top: 15px;
	text-decoration: none; 
	color: #ffffff;
}

.page[data-page=device-disabled] .device-disabled-goback {
	margin-top: 15px;
}

.page[data-page=device-disabled] .device-disabled-goback a {
	text-decoration: none; 
	color: #ffffff;
}

/*
|------------------------------------------------------------------------------
| Device :: Unknow
|------------------------------------------------------------------------------
*/

.page[data-page=device-unknow] .device-unknow-container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=device-unknow] .device-unknow-media img {
	height: auto;
	width: 160px;
	margin: 10px;
}

.page[data-page=device-unknow] .device-unknow-media i {
	font-size: 128px;
}

.page[data-page=device-unknow] .device-unknow-title {
	font-size: 24px;
	line-height: 28px;
	font-variant: small-caps;
}

.page[data-page=device-unknow] .device-unknow-message {
	font-size: 14px;
	font-weight: bold;
}


.page[data-page=device-unknow] .device-unknow-message a {
	margin-top: 15px;
	text-decoration: none; 
	color: #ffffff;
}

.page[data-page=device-unknow] .device-unknow-goback {
	margin-top: 15px;
}

.page[data-page=device-unknow] .device-unknow-goback a {
	text-decoration: none; 
	color: #ffffff;
}

/*
|------------------------------------------------------------------------------
| Login
|------------------------------------------------------------------------------
*/
.page[data-page=login] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=login] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=login] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

.page[data-page=login] input[name=password] {
	padding-right: 42px;
}

.page[data-page=login] .item-after.show-hide-password {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 12px;
}

/*
|------------------------------------------------------------------------------
| Logout
|------------------------------------------------------------------------------
*/

.page[data-page=logout] .container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=logout] .media img {
	height: auto;
	width: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page[data-page=logout] .media i {
	font-size: 128px;
}

.page[data-page=logout] .title {
  font-size: 24px;
  line-height: 28px;
}

.page[data-page=logout] .message {
  font-size: 13px;
}


/*
|------------------------------------------------------------------------------
| Home
|------------------------------------------------------------------------------
*/


.page[data-page="home"] .resume {
    height: 100%;
    min-height: 300px;
}

.page[data-page=home] .resume-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	text-align: center;
}

.page[data-page=home] .resume-selector {
   height: 70px; 
}

.page[data-page=home] .resume-selector .resume-button {
    display: inline;
    float: left;
    width: 33%;
    text-align: center;
    font-variant: small-caps;
}
.page[data-page=home] .resume-selector .resume-button .resume-button-outer {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: auto;
    margin-top: 5px;
}
.page[data-page=home] .resume-selector .resume-button .resume-button-inner {
    position: relative;
    top: 5px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin: auto;
}



.page[data-page=home] .resume-selector .resume-button .resume-button-outer .resume-button-inner.resume-button-day {
    background-color: #CC0935;
}
.page[data-page=home] .resume-selector .resume-button .resume-button-outer .resume-button-inner.resume-button-week {
    background-color: #45a80c;
}
.page[data-page=home] .resume-selector .resume-button .resume-button-outer .resume-button-inner.resume-button-month {
    background-color: #7a6f6f;
}

.page[data-page=home] .resume-selector .resume-button.active .resume-button-outer.resume-button-day {
    background-color: #f77474;
    
}
.page[data-page=home] .resume-selector .resume-button.active .resume-button-outer.resume-button-week {
    background-color: #6ff720;
    
}
.page[data-page=home] .resume-selector .resume-button.active .resume-button-outer.resume-button-month {
    background-color: #d6d4d4;
    
}

.page[data-page=home] .resume-display {
    text-align: center;
    height: 150px;
}

.page[data-page=home] .resume-display .resume-activity {
    position: relative;
    top: 35px;
    margin: auto;
    border-radius: 100%;
}

.page[data-page=home] .resume-display .resume-activity .circle {
    margin: auto;
    border-radius: 100%;
    width: 125px;;
    height: 125px;
    border: 3px solid #c4c4c4;
}

 .page[data-page=home] .resume-display .resume-activity .circle .number {
    position: relative;
    top: 8px;
    font-size: 45px;
    font-weight: bold;
    font-variant: small-caps;
}

.page[data-page=home] .resume-display .resume-activity .circle .resume {
    margin-top: 5px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 8px;
}

.page[data-page=home] .resume-display .resume-activity.resume-day {
    color: #CC0935;
}
.page[data-page=home] .resume-display .resume-activity.resume-day .circle {
    border: 3px solid #CC0935;
}


.page[data-page=home] .resume-display .resume-activity.resume-week {
    color: #45a80c;
}
.page[data-page=home] .resume-display .resume-activity.resume-week .circle {
    border: 3px solid #45a80c;
}


.page[data-page=home] .resume-display .resume-activity.resume-month {
    color: #7a6f6f;
}
.page[data-page=home] .resume-display .resume-activity.resume-month .circle {
    border: 3px solid #7a6f6f;
}


.page[data-page=home] .resume-display .resume-detail {
    position: relative;
    top: 80px;
}
.page[data-page=home] .resume-display .resume-detail .resume-detail-item {
    float: left;
    height: 60px;
}
.page[data-page=home] .resume-display .resume-detail .resume-detail-item.divisor {
    width: 1px;
    height: 100px;
}

.page[data-page=home] .resume-display .resume-detail .resume-detail-item .icon {
    font-size: 35px;
    padding: 5px;
}

.page[data-page=home] .resume-display .resume-detail .resume-detail-item .number {
    font-size: 26px;
    font-weight: bold;
    font-variant: small-caps;
}

.page[data-page=home] .resume-display .resume-detail .resume-detail-item .display {
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    
}


.page[data-page=home] .resume-display .resume-detail.resume-day  .resume-detail-item  {
    color: #CC0935;
}
.page[data-page=home] .resume-display .resume-detail.resume-week  .resume-detail-item  {
    color: #45a80c;
}
.page[data-page=home] .resume-display .resume-detail.resume-month  .resume-detail-item  {
    color: #7a6f6f;
}





/*
|------------------------------------------------------------------------------
| Settings
|------------------------------------------------------------------------------
*/
.page[data-page=settings] .user-avatar {
	border: 2px solid #FFFFFF;
	height: 42px;
	width: 42px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

/*
|------------------------------------------------------------------------------
| Settings :: Profile
|------------------------------------------------------------------------------
*/
.page[data-page=settings-profile] .profile-header {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
	margin-top: 35px;
}

.page[data-page=settings-profile] .profile-header .profile-avatar {
	border: 2px solid #FFFFFF;
	height: 125px;
	width: 125px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=settings-profile] .profile-header .profile-name {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}


/*
|------------------------------------------------------------------------------
| Settings :: Biometric
|------------------------------------------------------------------------------
*/
.page[data-page=settings-biometric] .user-avatar {
	border: 2px solid #FFFFFF;
	height: 42px;
	width: 42px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}




/*ATIVIDADES*/

.page[data-page=home] .activity-list .card-content-inner,
.page[data-page=home] .activity-list .card-footer {
	padding: 0px;
}

.page[data-page=home] .activity-list .card-footer .material-icons {
	font-size: 40px;
}

.page[data-page=home] .activity-list .card-footer .item-content {
	width: 33%;
}

.page[data-page=home] .activity-list .item-media .coach-avatar {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=home] .activity-list .item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	line-height: 17px;
	 margin-bottom: 2px;
	white-space: normal;
}

.page[data-page=home] .activity-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.page[data-page=home] .activity-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}


/*
|------------------------------------------------------------------------------
| Activity
|------------------------------------------------------------------------------
*/

.page[data-page=activity] .header {
	align-items: center;
	background-color: #000000;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 6px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}

.page[data-page=activity] .header .filter {
	max-width: 500px; 
	margin: auto;
	
}

.page[data-page=activity] .header .filter  .filter-daytime {
	float: left;
	width: 100px;
}

.page[data-page=activity] .header .filter  .filter-daytime .button {
	width: 80px;
	height: 80px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.page[data-page=activity] .header .filter  .filter-daytime .button .icon {
	font-size: 30px;
	margin-top: 5px;
}

.page[data-page=activity] .header .filter  .filter-daytime .button.active {
	color: #000000;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 14px;
}

.page[data-page=activity] .tabs {
	height:  calc(100% - 100px);
	min-height: 300px;
	overflow: scroll;
	overflow-y: scroll;
  	overflow-x: hidden;
	position: relative;
}

.page[data-page=activity] .activity-content {
	height:  calc(100% - 200px);
	min-height: 300px;
}

.page[data-page=activity] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=activity] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=activity] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=activity] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}


.page[data-page=activity] .tabbar a {
	text-align: center;
	text-decoration: none;
}

.page[data-page=activity] .tabbar a.active {
	color: #000000;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #ffffff;
}



.page[data-page=activity] .tabbar a {
	text-align: center;
	text-decoration: none;
}

.page[data-page=activity] .tabbar a.active {
	color: #000000;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #ffffff;
}




.page[data-page=activity] .activity-list .card-content-inner,
.page[data-page=activity] .activity-list .card-footer {
	padding: 0px;
}

.page[data-page=activity] .activity-list .card-footer .material-icons {
	font-size: 40px;
}

.page[data-page=activity] .activity-list .card-footer .item-content {
	width: 33%;
}

.page[data-page=activity] .activity-list .item-media .coach-avatar {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity] .activity-list .item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	line-height: 17px;
	 margin-bottom: 2px;
	white-space: normal;
}

.page[data-page=activity] .activity-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.page[data-page=activity] .activity-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

/*
|------------------------------------------------------------------------------
| Activity Detail
|------------------------------------------------------------------------------
*/


.page[data-page="activity-detail"] {
	width: 100%;
	text-align: center;
	
}

.page[data-page="activity-detail"] .header {
    display: block;
}

.page[data-page="activity-detail"] .header .title {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
    color: #000;
    margin: 0px;
    line-height: 1.2;
    font-family: inherit;
}

.page[data-page="activity-detail"] .header h5.title small {
    font-size: 50%;
    font-weight: 400;
}

.page[data-page="activity-detail"] .room-line {
	width: 100%;
	display: block;
}

.page[data-page="activity-detail"] .room-line-item {
	display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    color: #c4c4c4;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px;
    margin: 5px;
    white-space: nowrap;
    line-height: 25px;
}

.page[data-page="activity-detail"] .room-line-item.no-border {
    border: 0px;
}

.page[data-page="activity-detail"] .room-line-item.object {
	border: 0px;
    padding: 0px;
}

.page[data-page="activity-detail"] .room-line-item a {
    color: #c4c4c4;
    font-weight: bold;
    text-decoration: none;
}

.page[data-page="activity-detail"] .room-line-item.reserved {
    color: #ffffff !important;
    background: #c4c4c4 !important;
    font-weight: bold;
}

.page[data-page="activity-detail"] .room-line-item.showedUp {
    color: #ffffff !important;
    background: #4caf50 !important;
    font-weight: bold;
}


.page[data-page="activity-detail"] .room-line-item.disabled {
    color: #000000 !important;
    background: #000000 !important;
    font-weight: bold;
}

.page[data-page="activity-detail"] .room-line-item.reserved a,
.page[data-page="activity-detail"] .room-line-item.showedUp a,
.page[data-page="activity-detail"] .room-line-item.disabled a {
    color: #ffffff !important;
}

.page[data-page=activity-detail] .data-table .item-content {
	padding: 0px;
}
.page[data-page=activity-detail] .data-table .item-inner {
	

}
.page[data-page=activity-detail] .data-table thead td,
.page[data-page=activity-detail] .data-table tbody td {
	padding: 0px;
}

.page[data-page=activity-detail] .data-table tbody td {
	height: 65px;
	padding: 0px;
}

.page[data-page=activity-detail] .data-table .item-media .person-avatar {
	border: 1px solid #FFFFFF;
	height: 40px;
	width: 40px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .list-block .item-inner::after {
	height: 0px;
}

.page[data-page=activity-detail] .data-table .item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	line-height: 17px;
	 margin-bottom: 2px;
	white-space: normal;
	overflow: hidden;
}

.page[data-page=activity-detail] .data-table .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.page[data-page=activity-detail] .data-table .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}



.page[data-page=activity-detail] .room-line-item.model-spot-coach-female {
	border-radius: 0 !important;
	background-image: url('../img/activity/female_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.page[data-page=activity-detail] .room-line-item.model-spot-coach-male {
	border-radius: 0 !important;
	background-image: url('../img/activity/male_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.page[data-page=activity-detail] .room-line-item.model-bike-coach-female {
	border-radius: 0;
	background-image: url('../img/activity/female_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.page[data-page=activity-detail] .room-line-item.model-bike-coach-male {
	border-radius: 0 !important;
	background-image: url('../img/activity/male_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


.page[data-page=activity-detail] .room-line-item.model-pool-water {
	border-radius: 0 !important;
	background-image: url('../img/activity/pool_water_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.page[data-page=activity-detail] .room-line-item.model-pool-lane {
	border-radius: 0 !important;
	background-image: url('../img/activity/pool_lane_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.page[data-page=activity-detail] .room-line-item.model-pool-stairs {
	border-radius: 0 !important;
	background-image: url('../img/activity/pool_stairs_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.page[data-page=activity-detail] .room-line-item.model-sound {
	border-radius: 0 !important;
	background-image: url('../img/activity/sound_64x64.png') !important;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-door-double {
	border-radius: 0 !important;
	background-image: url('../img/activity/double_door_64x64.png') !important;
	background-size: cover !important;       
    background-repeat: no-repeat !important;
    background-position: center center !important
}

/*
|------------------------------------------------------------------------------
| Side Panel
|------------------------------------------------------------------------------
*/

.panel-left .list-block .item-link .item-inner {
	background-image: none;
}

.panel-left .list-block {
	margin-top: 0px;
	
}

.panel .panel-header {
	background-color: #000000;
	color: rgba(255, 255, 255, 0.87);
	padding: 16px;
}

.panel .user-info {
	text-align: center;
}

.panel .user-info .user-photo {
	border: 2px solid #FFFFFF;
}

.panel .user-info .user-photo {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}
 
 	

.panel .user-info .user-name {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.panel .user-info .user-location {
	font-size: 10px;
	text-transform: uppercase;
}


/*
|------------------------------------------------------------------------------
| Medical Evaluation / Process / Step 01
|------------------------------------------------------------------------------
*/

.page[data-page=schedule-general] .profile-header {
	align-items: center;
	background-color: #000000;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}

.page[data-page=schedule-general] .profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=schedule-general] .profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=schedule-general] .profile-header .user-avatar  {
	display: inline;
}

.page[data-page=schedule-general] .profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.page[data-page=schedule-general] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=schedule-general] .header {
    display: block;
}

.page[data-page=schedule-general] .header .title {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;;
    letter-spacing: 4px;
    text-align: center;
    color: #000;
    margin: 0px;
    line-height: 1.2;
    font-family: inherit;
}

.page[data-page=schedule-general] .header .title small {
    font-size: 70%;
    font-weight: 400;
}

/*
|------------------------------------------------------------------------------
| Medical Evaluation / Search Result
|------------------------------------------------------------------------------
*/

.page[data-page=body-analysis] .person-list .card-content-inner,
.page[data-page=body-analysis] .person-list .card-footer {
	padding: 0px;
}


.page[data-page=body-analysis] .person-list .item-media .person-avatar {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}


/*
|------------------------------------------------------------------------------
| Medical Evaluation / Process / Step 01
|------------------------------------------------------------------------------
*/

.page[data-page=body-analysis-step-01] .profile-header,
.page[data-page=body-analysis-step-02] .profile-header,
.page[data-page=body-analysis-step-03] .profile-header,
.page[data-page=body-analysis-step-04] .profile-header {
	
	align-items: center;
	background-color: #000000;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}


.page[data-page=body-analysis-step-01] .profile-header .user-avatar,
.page[data-page=body-analysis-step-02] .profile-header .user-avatar,
.page[data-page=body-analysis-step-03] .profile-header .user-avatar,
.page[data-page=body-analysis-step-04] .profile-header .user-avatar  {
	
	display: inline;
}

.page[data-page=body-analysis-step-01] .profile-header .user-avatar img,
.page[data-page=body-analysis-step-02] .profile-header .user-avatar img,
.page[data-page=body-analysis-step-03] .profile-header .user-avatar img,
.page[data-page=body-analysis-step-04] .profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.page[data-page=body-analysis-step-01] .profile-header .user-name,
.page[data-page=body-analysis-step-02] .profile-header .user-name,
.page[data-page=body-analysis-step-03] .profile-header .user-name,
.page[data-page=body-analysis-step-04] .profile-header .user-name  {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}




|------------------------------------------------------------------------------
| Frame
|------------------------------------------------------------------------------
*/
.page[data-page=body-analysis-bodygee] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-analysis-bodygee] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-analysis-bodygee] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-analysis-bodygee] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

|------------------------------------------------------------------------------
| Frame
|------------------------------------------------------------------------------
*/
.page[data-page=body-analysis-in-body] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-analysis-in-body] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-analysis-in-body] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-analysis-in-body] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}



/*
|------------------------------------------------------------------------------
| Body Building
|------------------------------------------------------------------------------
*/

.page[data-page=body-building] .page-content {
	margin-top: 104px !important;
	padding-top: 0px !important;
	height: calc(100% - 152px) !important;
}

.page[data-page=body-building] .page-content .list-block {
	margin: 10px 0 !important;
}



.page[data-page=body-building] .student-list .card-content-inner,
.page[data-page=body-building] .student-list .card-footer {
	padding: 0px;
}

.page[data-page=body-building] .student-list .card-footer .material-icons {
	font-size: 20px;
}

.page[data-page=body-building] .student-list .card-footer .item-content {
	width: 33%;
}

.page[data-page=body-building] .student-list .item-media .photo {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=body-building] .student-list .item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	line-height: 17px;
	 margin-bottom: 2px;
	white-space: normal;
}

.page[data-page=body-building] .student-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.page[data-page=body-building] .student-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}




.page[data-page=body-building] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-building] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-building] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-building] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}


.page[data-page=body-building] .tabbar a {
	text-align: center;
	text-decoration: none;
}

.page[data-page=body-building] .tabbar a.active {
	color: #000000;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #ffffff;
}




/*
|------------------------------------------------------------------------------
| Body Building / Student
|------------------------------------------------------------------------------
*/


.page[data-page=body-building-student] .tabbar a {
	text-align: center;
	text-decoration: none;
}

.page[data-page=body-building-student] .tabbar a.active {
	color: #000000;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #ffffff;
}

.page[data-page="body-building-student"] .page-content {
    overflow: hidden;
}

.page[data-page="body-building-student"] .page-content .tabs {
	overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 204px);
}

.page[data-page="body-building-student"] .content-sequence {
	display: none;
}

.page[data-page="body-building-student"] .content-sequence.active {
	display: inherit;
}


/*
|------------------------------------------------------------------------------
| Body Building / Student / Training Update
|------------------------------------------------------------------------------
*/

.page[data-page="body-building-student-training-update"] .content-sequence {
	display: none;
}

.page[data-page="body-building-student-training-update"] .content-sequence.active {
	display: inherit;
}


.page[data-page=body-building-student-training-update] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-building-student-training-update] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-building-student-training-update] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-building-student-training-update] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

/*
|------------------------------------------------------------------------------
| Body Building / Student / Training Insert (NOTIFICATION)
|------------------------------------------------------------------------------
*/

.page[data-page=body-building-student-training-insert-notification] .container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=body-building-student-training-insert-notification] .media img {
	height: auto;
	width: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page[data-page=body-building-student-training-insert-notification] .media i {
	font-size: 128px;
}

.page[data-page=body-building-student-training-insert-notification] .title {
  font-size: 24px;
  line-height: 28px;
}

.page[data-page=body-building-student-training-insert-notification] .message {
  font-size: 13px;
}


.page[data-page=body-building-student-training-insert-notification] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-building-student-training-insert-notification] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-building-student-training-insert-notification] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-building-student-training-insert-notification] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

/*
|------------------------------------------------------------------------------
| Body Building / Student / Training Insert (ANAMNESE)
|------------------------------------------------------------------------------
*/

.page[data-page=body-building-student-training-insert-anamnese] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-building-student-training-insert-anamnese] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-building-student-training-insert-anamnese] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-building-student-training-insert-anamnese] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}


/*
|------------------------------------------------------------------------------
| Body Building / Student / Training Insert (TEMPLATE)
|------------------------------------------------------------------------------
*/

.page[data-page=body-building-student-training-insert-template] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=body-building-student-training-insert-template] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=body-building-student-training-insert-template] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=body-building-student-training-insert-template] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}



.page[data-page=body-building-student-training-insert-template] .template,
.page[data-page=body-building-student-training-insert-template] .template-sequence {
	display: none;
}

.page[data-page=body-building-student-training-insert-template] .template.active,
.page[data-page=body-building-student-training-insert-template] .template-sequence.active {
	display: inherit;
}

/*
|------------------------------------------------------------------------------
| Avaliação de Desempenho
|------------------------------------------------------------------------------
*/
.page[data-page=profile-childish-metric-collect] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=profile-childish-metric-collect] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=profile-childish-metric-collect] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=profile-childish-metric-collect] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}


/*
|------------------------------------------------------------------------------
| Body Building / Student
|------------------------------------------------------------------------------
*/


.page[data-page="profile-program-bodybuilding"] .content-sequence {
	display: none;
}

.page[data-page="profile-program-bodybuilding"] .content-sequence.active {
	display: inherit;
}

/*
|------------------------------------------------------------------------------
| Pagina :: Coach / Schedule / General
|------------------------------------------------------------------------------
*/

.page[data-page=coach-profile-schedule-general] .header {
    display: block;
}

.page[data-page=coach-profile-schedule-general] .header .title {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;;
    letter-spacing: 4px;
    text-align: center;
    color: #000;
    margin: 0px;
    line-height: 1.2;
    font-family: inherit;
}

.page[data-page=coach-profile-schedule-general] .header .title small {
    font-size: 70%;
    font-weight: 400;
}
