/*
|------------------------------------------------------------------------------
| Splash Screen
|------------------------------------------------------------------------------
*/
.page[data-page=splash] .splash {
	align-items: center;
	background-color: #CC0935;
	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;
	position: absolute;
	bottom: 35%;
}

.page[data-page=splash] .splash .splash-media img {
	min-width: 300px;
}

.page[data-page=splash] .splash-media .logo {
	height: 40px;
	width: auto;
	
}

.page[data-page=splash] .splash-media .logo * {
	fill-opacity: 1;
	opacity: 1;
	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;
	position: absolute;
	bottom: 15%;
}

.page[data-page=splash] .splash-preloader .preloader {
	height: 45px;
	width: 45px;
}

/*
|------------------------------------------------------------------------------
| Log In
|------------------------------------------------------------------------------
*/
.page[data-page=login] {
	color: #ffffff;
	background-color: #CC0935;
}

.page[data-page=login] input {
	color: #ffffff;
}

.page[data-page=login] input:-ms-input-placeholder,
.page[data-page=login] input::placeholder, 
.page[data-page=login] input::-webkit-input-placeholder  {
	color: #ffffff;
}


.page[data-page=login] input:focus {
	border-bottom: 1px solid #ffffff;
}
.page[data-page=login] input:hover {
	border-bottom: 1px solid #ffffff;
}

.page[data-page=login] a {
	color: #ffffff;
}

.page[data-page=login] button {
	color: #CC0935 !important;
	background-color: #ffffff !important;
}


.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;
}

.page[data-page=login] a[href='/password-recover'] {
	display: inline-block;
	float: right;
	margin: 0 16px 32px;
}

.page[data-page=login] .inputs-list .input-error {
    color: #fff !important;
}

/*
|------------------------------------------------------------------------------
| Logout
|------------------------------------------------------------------------------
*/
.page[data-page=logout] .logout {
	align-items: center;
	background-color: #CC0935;
	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=logout] .logout .logout-media {
	margin: 32px 0;
	padding: 0 16px;
	position: absolute;
	bottom: 35%;
}

.page[data-page=logout] .logout .logout-media img {
	min-width: 300px;
}

.page[data-page=logout] .logout-media .logo {
	height: 40px;
	width: auto;
	
}

.page[data-page=logout] .logout-media .logo * {
	fill-opacity: 1;
	opacity: 1;
	stroke-width: 10px;
	transition: fill-opacity 1s;
}

.page[data-page=logout] .logout-media .logo.animation-begin * {
	opacity: 1;
}

.page[data-page=logout] .logout-media .logo.animation-finish * {
	fill-opacity: 1;
	stroke-width: 1px;
}

.page[data-page=logout] .logout .logout-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
	position: absolute;
	bottom: 15%;
}

.page[data-page=logout] .logout-preloader .preloader {
	height: 45px;
	width: 45px;
}


/*
|------------------------------------------------------------------------------
| Sign Up
|------------------------------------------------------------------------------
*/
.page[data-page=sign-up] {
	color: #ffffff;
	background-color: #CC0935;
}

.page[data-page=sign-up] input {
	color: #ffffff;
}

.page[data-page=sign-up] input:-ms-input-placeholder,
.page[data-page=sign-up] input::placeholder, 
.page[data-page=sign-up] input::-webkit-input-placeholder  {
	color: #ffffff;
}


.page[data-page=sign-up] input:focus {
	border-bottom: 1px solid #ffffff;
}
.page[data-page=sign-up] input:hover {
	border-bottom: 1px solid #ffffff;
}

.page[data-page=sign-up] a {
	color: #ffffff;
}

.page[data-page=sign-up] button {
	color: #CC0935 !important;
	background-color: #ffffff !important;
}


.page[data-page=sign-up] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=sign-up] .page-content>:first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=sign-up] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}


/*
|------------------------------------------------------------------------------
| Recover Password
|------------------------------------------------------------------------------
*/
.page[data-page=password-recover] {
	color: #ffffff;
	background-color: #CC0935;
}

.page[data-page=password-recover] input {
	color: #ffffff;
}

.page[data-page=password-recover] input:-ms-input-placeholder,
.page[data-page=password-recover] input::placeholder, 
.page[data-page=password-recover] input::-webkit-input-placeholder  {
	color: #ffffff;
}


.page[data-page=password-recover] input:focus {
	border-bottom: 1px solid #ffffff;
}
.page[data-page=password-recover] input:hover {
	border-bottom: 1px solid #ffffff;
}

.page[data-page=password-recover] a {
	color: #ffffff;
}

.page[data-page=password-recover] button {
	color: #CC0935 !important;
	background-color: #ffffff !important;
}


.page[data-page=password-recover] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=password-recover] .page-content>:first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=password-recover] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

/*
|------------------------------------------------------------------------------
| Logout
|------------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------------------
| Expired
|------------------------------------------------------------------------------
*/

.page[data-page=expired] .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=expired] .media img {
	height: auto;
	width: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page[data-page=expired] .media i {
	font-size: 128px;
}

.page[data-page=expired] .title {
  font-size: 24px;
  line-height: 28px;
}

.page[data-page=expired] .message {
  font-size: 13px;
}

/*
|------------------------------------------------------------------------------
| Terms
|------------------------------------------------------------------------------
*/
.page[data-page=terms] {
	color: #ffffff;
	background-color: #CC0935;
}

.page[data-page=terms] button {
	color: #CC0935 !important;
	background-color: #ffffff !important;
	font-weight: bold;
}


.page[data-page=terms] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=terms] .page-content>:first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=terms] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}



.page[data-page=terms] .terms-list .card-content-inner,
.page[data-page=terms] .terms-list .card-footer {
	padding: 0px;
}

.page[data-page=terms] .terms-list .card-footer .material-icons {
	font-size: 40px;
}

.page[data-page=terms] .terms-list .card-footer .item-content {
	width: 33%;
}

.page[data-page=terms] .terms-list .item-media .terms-avatar {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=terms] .terms-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;
	color: #000000;
}

.page[data-page=terms] .terms-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
	color: #000000;
}


/*
|------------------------------------------------------------------------------
| Linked Account
|------------------------------------------------------------------------------
*/
.page[data-page=linked-account] {
	color: #ffffff;
	background-color: #CC0935;
}

.page[data-page=linked-account] input {
	color: #ffffff;
}

.page[data-page=linked-account] input:-ms-input-placeholder,
.page[data-page=linked-account] input::placeholder, 
.page[data-page=linked-account] input::-webkit-input-placeholder  {
	color: #ffffff;
}


.page[data-page=linked-account] input:focus {
	border-bottom: 1px solid #ffffff;
}
.page[data-page=linked-account] input:hover {
	border-bottom: 1px solid #ffffff;
}

.page[data-page=linked-account] a {
	color: #ffffff;
}

.page[data-page=linked-account] button {
	color: #CC0935 !important;
	background-color: #ffffff !important;
}


.page[data-page=linked-account] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=linked-account] .page-content>:first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=linked-account] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

.page[data-page=linked-account] input[name=password] {
	padding-right: 42px;
}

.page[data-page=linked-account] .item-after.show-hide-password {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 12px;
}

.page[data-page=linked-account] a[href='/password-recover'] {
	display: inline-block;
	float: right;
	margin: 0 16px 32px;
}

.page[data-page=linked-account] .inputs-list .input-error {
    color: #fff !important;
}





.page[data-page=linked-account] .linked-account-list .card-content-inner,
.page[data-page=linked-account] .linked-account-list .card-footer {
	padding: 0px;
}

.page[data-page=linked-account] .linked-account-list .card-footer .material-icons {
	font-size: 40px;
}

.page[data-page=linked-account] .linked-account-list .card-footer .item-content {
	width: 33%;
}

.page[data-page=linked-account] .linked-account-list .item-media .linked-account-avatar {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=linked-account] .linked-account-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;
	color: #000000;
}

.page[data-page=linked-account] .linked-account-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
	color: #000000;
}



/*
|------------------------------------------------------------------------------
| Home
|------------------------------------------------------------------------------
*/

.page[data-page=home] .profile-header {
	align-items: center;
	background-color: #CC0935;
	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=home] .profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=home] .profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=home] .profile-header .user-avatar  {
	display: inline;
}

.page[data-page=home] .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=home] .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=home] .profile-header .user-actions {
	margin-top: 8px;
	width: 100%;
}


.page[data-page="home"] .resume {
    height: calc(100% - 156px);
    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;
}



/*
|------------------------------------------------------------------------------
| Settings :: Plano
|------------------------------------------------------------------------------
*/
.page[data-page=settings-plan] .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-plan] .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-plan] .profile-header .profile-name {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}


/*
|------------------------------------------------------------------------------
| Page :: Profile
|------------------------------------------------------------------------------
*/
.page[data-page=profile] .profile-header {
	align-items: center;
	background-color: #CC0935;
	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=profile] .profile-header .user-avatar {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=profile] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
}


/*
|------------------------------------------------------------------------------
| Page :: Activity
|------------------------------------------------------------------------------
*/

.page[data-page=activity] .header {
	align-items: center;
	background-color: #CC0935;
	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: #CC0935;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 14px;
}

.page[data-page="activity"] .footer {
	height: 50px;
}


.page[data-page="activity"] .header .title {

    font-size: 14px;

}
.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: #CC0935;
	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;
}

.page[data-page=activity] .activity-list .item-notify {
	font-variant: small-caps;
	font-weight: bold
	
}

.popup-filter {
	background-color: #CC0935;
}


/*
|------------------------------------------------------------------------------
| 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: 10px;
    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.selected {
    color: #ffffff !important;
    background: #4caf50 !important;
    font-weight: bold;
}


.page[data-page="activity-detail"] .room-line-item.disabled {
    color: #CC0935 !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.selected 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;
	background-image: url('../img/activity/female_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-spot-coach-male {
	border-radius: 0;
	background-image: url('../img/activity/male_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-bike-coach-female {
	border-radius: 0;
	background-image: url('../img/activity/female_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-bike-coach-male {
	border-radius: 0;
	background-image: url('../img/activity/male_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}


.page[data-page=activity-detail] .room-line-item.model-pool-water {
	border-radius: 0;
	background-image: url('../img/activity/pool_water_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-pool-lane {
	border-radius: 0;
	background-image: url('../img/activity/pool_lane_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-pool-stairs {
	border-radius: 0;
	background-image: url('../img/activity/pool_stairs_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=activity-detail] .room-line-item.model-sound {
	border-radius: 0;
	background-image: url('../img/activity/sound_64x64.png');
	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;
	background-image: url('../img/activity/double_door_64x64.png');
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}


/*
|------------------------------------------------------------------------------
| Activity Detail Live
|------------------------------------------------------------------------------
*/
.page[data-page=activity-detail-live] {
	width: 100%;
	text-align: center;
	
}

.page[data-page=activity-detail-live] .header {
    display: block;
}

.page[data-page=activity-detail-live] .header .title {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 10px;
    text-align: center;
    color: #000;
    margin: 0px;
    line-height: 1.2;
    font-family: inherit;
}

.page[data-page=activity-detail-live] .header h5.title small {
    font-size: 50%;
    font-weight: 400;
}

.page[data-page=activity-detail-live] .room-line {
	width: 100%;
	display: block;
}

.page[data-page=activity-detail-live] .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;
}


/*
|------------------------------------------------------------------------------
| Form
|------------------------------------------------------------------------------
*/
.page[data-page=form] .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=form] .profile-header .profile-avatar {
	border: 2px solid #FFFFFF;
	height: 128px;
	width: 128px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.page[data-page=form] .profile-header .profile-name {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
}


.page[data-page=form] .toolbar {
    height: 60px;
}


.page[data-page=form] .toolbar-bottom .button {
	border-radius: 0;
    height: 60px;
    line-height: 60px;
    width: 50%;
    font-size: 16px;
}

.page[data-page=form] .toolbar-bottom a {
	text-decoration: none;
}


.page[data-page=form] .toolbar-inner {
	font-size: 16px;
}