/*
|------------------------------------------------------------------------------
| Activity
|------------------------------------------------------------------------------
*/
.activity { 
	
}

.activity .card-content-inner {
	padding: 10px;
}

.activity .activity-data { 
	width: 100%;
}

.activity .activity-data .class { 
	display: inline;
	text-align: left;
}

.activity .activity-data .schedule { 
	display: inline;
	text-align: right;
}

.activity .activity-coach img {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.activity .activity-data { 
	display: inline;
	width: 100%;
}

/*
|------------------------------------------------------------------------------
| Layout Grids
|------------------------------------------------------------------------------
*/

.page[data-page=layout-grids] .row {
  margin-bottom: 15px;
}

.page[data-page=layout-grids] [class*='col-'] {
  background-color: #2196F3;
	border: 1px dotted #BDC3C7;
	color: #FFFFFF;
  padding: 5px;
	text-align: center;
}

.theme-red .page[data-page=layout-grids] [class*='col-'] {
	background-color: #F44336;
}

.theme-pink .page[data-page=layout-grids] [class*='col-'] {
	background-color: #E91E63;
}

.theme-purple .page[data-page=layout-grids] [class*='col-'] {
	background-color: #9C27B0;
}

.theme-deeppurple .page[data-page=layout-grids] [class*='col-'] {
	background-color: #673AB7;
}

.theme-indigo .page[data-page=layout-grids] [class*='col-'] {
	background-color: #3F51B5;
}

.theme-blue .page[data-page=layout-grids] [class*='col-'] {
	background-color: #2196F3;
}

.theme-lightblue .page[data-page=layout-grids] [class*='col-'] {
	background-color: #03A9F4;
}

.theme-cyan .page[data-page=layout-grids] [class*='col-'] {
	background-color: #00BCD4;
}

.theme-teal .page[data-page=layout-grids] [class*='col-'] {
	background-color: #009688;
}

.theme-green .page[data-page=layout-grids] [class*='col-'] {
	background-color: #4CAF50;
}

.theme-lightgreen .page[data-page=layout-grids] [class*='col-'] {
	background-color: #8BC34A;
}

.theme-lime .page[data-page=layout-grids] [class*='col-'] {
	background-color: #CDDC39;
}

.theme-yellow .page[data-page=layout-grids] [class*='col-'] {
	background-color: #FFEB3B;
}

.theme-amber .page[data-page=layout-grids] [class*='col-'] {
	background-color: #FFC107;
}

.theme-orange .page[data-page=layout-grids] [class*='col-'] {
	background-color: #FF9800;
}

.theme-deeporange .page[data-page=layout-grids] [class*='col-'] {
	background-color: #FF5722;
}

.theme-brown .page[data-page=layout-grids] [class*='col-'] {
	background-color: #795548;
}

.theme-gray .page[data-page=layout-grids] [class*='col-'] {
	background-color: #9E9E9E;
}

.theme-bluegray .page[data-page=layout-grids] [class*='col-'] {
	background-color: #607D8B;
}

.theme-white .page[data-page=layout-grids] [class*='col-'] {
	background-color: #FFFFFF;
}

.theme-black .page[data-page=layout-grids] [class*='col-'] {
	background-color: #000000;
}

/*
|------------------------------------------------------------------------------
| Pricing Table
|------------------------------------------------------------------------------
*/

.page[data-page=pricing-table] .page-content > .content-block {
	margin: 8px 0;
}

.page[data-page=pricing-table] .row [class*='col-'] {
	margin-bottom: 8px;
	margin-top: 8px;
}

.page[data-page=pricing-table] .row [class*='tablet-'] {
	margin-bottom: 8px;
	margin-top: 8px;
}

/*
|------------------------------------------------------------------------------
| Swiper Slider
|------------------------------------------------------------------------------
*/

.page[data-page=swiper-slider] .swiper-container {
	height: 100%;
}

.page[data-page=swiper-slider] .swiper-slide {
	background-color: #F1F2F1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 16px;
	position: relative;
}

.page[data-page=swiper-slider] .swiper-slide:before {
	background-color: rgba(128, 128, 128, 0.5);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page[data-page=swiper-slider] .slide-content {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	height: calc(100% - 32px);
	justify-content: flex-end;
	position: relative;
	text-align: center;
}

/*
|------------------------------------------------------------------------------
| Scroll Bar
|------------------------------------------------------------------------------
*/

*::-webkit-scrollbar {
	height: 2px;
	width: 3px;
}

*::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}

*::-webkit-scrollbar-thumb {
	background: #666666;
	border: 0px none #FFFFFF;
	border-radius: 50px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #444444;
}

*::-webkit-scrollbar-thumb:active {
	background: #222222;
}

*::-webkit-scrollbar-track {
	background: #EEEEEE;
	border: 0px none #FFFFFF;
	border-radius: 50px;
}

*::-webkit-scrollbar-track:hover {
	background: #EEEEEE;
}

*::-webkit-scrollbar-track:active {
	background: #EEEEEE;
}

*::-webkit-scrollbar-corner {
	background: transparent;
}




/*
|------------------------------------------------------------------------------
| Countdown
|------------------------------------------------------------------------------
*/

.countdown-header {
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%;
	text-align: center;
}

.countdown-timer {
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%;
	text-align: center;
}

.countdown-timer .time {
	display: inline-block;
	margin: 4px;
	padding: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

.countdown-timer .time .value {
	font-size: 32px;
	font-weight: bold;
}

.countdown-timer .time .unit {
	font-size: 10px;
}


/*
|------------------------------------------------------------------------------
| Profile Header
|------------------------------------------------------------------------------
*/


.profile-header {
	align-items: center;
	background-color: #B91817;
	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;
}

.profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.profile-header .user-avatar  {
	display: inline;
}

.profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}


/*
|------------------------------------------------------------------------------
| Profile Header
|------------------------------------------------------------------------------
*/



/*
|------------------------------------------------------------------------------
| Modal fullscreen
|------------------------------------------------------------------------------
*/

.modal.fullscreen {
	
}

.modal.fullscreen .modal-dialog {
	margin: auto !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	
	width: calc(100% - 30px) !important;
	height: calc(100% - 30px) !important;
	max-width: calc(800px - 30px) !important;
}

.modal.fullscreen .modal-dialog .modal-content {
	width: 100%;
	height: 100%;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.modal.fullscreen .modal-dialog .modal-content .content {
	background-color: #ffffff;
	flex-direction: column;
	height: 100%;
	padding: 16px;
	text-align: center;
}

.modal.fullscreen .modal-dialog .modal-content .loading {
	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;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading-media {
	margin: 32px 0;
	padding: 0 16px;
}


.modal.fullscreen .modal-dialog .modal-content .loading .loading-media .logo {
	height: 40px;
	width: auto;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading-media .logo * {
	fill-opacity: 0;
	opacity: 0;
	stroke-width: 10px;
  transition: fill-opacity 1s;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading-media .logo.animation-begin * {
	opacity: 1;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading-media .logo.animation-finish * {
  fill-opacity: 1;
	stroke-width: 1px;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading .loading-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
}

.modal.fullscreen .modal-dialog .modal-content .loading .loading-preloader .preloader {
	height: 32px;
	width: 32px;
}



.modal.fullscreen .modal-dialog .modal-content .student-profile {
	align-items: center;
	background-color: #ffffff;
	justify-content: space-around;
	padding: 16px;
	text-align: center;
	margin: auto;
	margin-top: 0;
	width: 100%;
}


.modal.fullscreen .modal-dialog .modal-content .student-profile .photo  {
	display: inline;
}

.modal.fullscreen .modal-dialog .modal-content .student-profile .photo img {
	border: 2px solid #FFFFFF;
	height: 200px;
	width: 200px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.modal.fullscreen .modal-dialog .modal-content .student-profile .name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}


.modal.fullscreen .modal-dialog .modal-content .student-content {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .card-content-inner,
.modal.fullscreen .modal-dialog .modal-content .student-list .card-footer {
	padding: 0px;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .card-footer .material-icons {
	font-size: 20px;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .card-footer .item-content {
	width: 33%;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .item-media .photo {
	border: 2px solid #FFFFFF;
	height: 65px;
	width: 65px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}

.modal.fullscreen .modal-dialog .modal-content .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;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.modal.fullscreen .modal-dialog .modal-content .student-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	white-space: normal;
}






.content-block .loading .loading .loading-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
}

.content-block .loading .loading-preloader .preloader {
	height: 32px;
	width: 32px;
}

.picker-header { 
	display: none;
}

.picker-calendar-day.picker-calendar-day-selected span {
	background-color: #B91817;
}