/* here you can put your own css to customize and override the theme */

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto",sans-serif;
}

.page-title {
    padding: 0;
    font-size: 28px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 10px 0 15px;
    font-weight: 300;
}

.coach-navigator {
    background-color: #32c5d3;
    text-align: center;
    position: fixed;
    z-index: 9996;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    padding: 2px 30px;
}

.pointer {
    cursor: pointer;
}

.coach-navigator a {
    color: #fff;
}

.coach-navigator .arrow {
    width: 0;
    height: 0;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
}

.coach-navigator .arrow.arrow-left {
    border-right: 16px solid #32c5d3;
    left: -16px;
}

.coach-navigator .arrow.arrow-right {
    border-left: 16px solid #32c5d3;
    right: -16px;
}

.page-sidebar {
    z-index: 99;
}

@media (min-width: 992px) {
    .page-sidebar {
        width: 205px;
    }
    .page-header.navbar .page-logo {
        /* Note: this must be 205px to match the expanded sidebar. */
        width: 205px;
    }
    .page-content-wrapper .page-content {
        margin-left: 205px;
    }
    .page-footer {
        margin-left: 45px;
    }
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 0 0 0px !important;
    height: 30px;
    width: auto;
}

.page-bar {
    margin: 0;
    background: #ffffff;
}

.page-bar .page-breadcrumb {
    margin: 0;
    padding: 0;
}

.fa-1-8 {
    font-size: 1.8em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-4x {
    font-size: 4em !important;
}

.fa-5x {
    font-size: 5em !important;
}


/* https://github.com/FortAwesome/Font-Awesome/issues/2528#issue-23701329 */

@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink 2s linear infinite;
    -moz-animation: fa-blink 2s linear infinite;
    -ms-animation: fa-blink 2s linear infinite;
    -o-animation: fa-blink 2s linear infinite;
    animation: fa-blink 2s linear infinite;
}

.chart-data {
    /*width: 900px;*/
    /*max-width: 100%;*/
    /*height: 500px;*/
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    /*overflow: auto;*/
    border: 2px solid #eee;
}

.page-header.navbar .page-logo {
    padding-right: 0;
}

.font-activity-stat {
    border: 0px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: normal;
    font-family: Arial;
    text-align: center;
    padding: 0px;
    -webkit-appearance: none;
    background: none;
    color: rgb(135, 206, 235);
}

.font-activity-time {
    font-size: 18px;
    line-height: 38px;
}

.margin-top-0 {
    margin-top: 0;
}

.font-red {
    color: #ff0000 !important;
}

.icon-favourite {
    color: #FFA500;
    background: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}

.flagged-activity-icon {
    color: #fff;
    background-color: #F04B2E;
}

.icon-yellow {
    color: #F5A623;
}

.icon-brown {
    color: #984D08;
}

.icon-white {
    color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.icon-blue {
    color: #2CA0F7;
}

.icon-red {
    color: #DA4757;
}

.icon-green {
    color: #7ED321;
}

.table-striped .icon-favourite {
    color: #FFA500;
    background: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}

.icon-empty {
    background: white;
    color: #AAA;
}

.table-striped .icon-empty {
    background: transparent;
    color: #AAA;
}

.icon-bronze {
    color: #CD7F32;
}

.icon-gold {
    color: #ffd700;
}

.icon-purple {
    color: #a233cc;
}

.icon-black {
    color: #464646;
}

.icon-fade-sky-blue {
    color: #9ae2e8;
}

.manual-activity-bg-color {
    background: #009688;
    color: #fff;
    font-size: 12px;
    padding: 2px;
    border-radius: 25% !important;
}

.planned-activity-bg-color {
    background: #c5e1a4;
    color: #000;
    font-size: 12px;
    padding: 2px;
    border-radius: 25% !important;
}

.sync-activity-bg-color {
    background: #36c6d3;
    color: #fff;
    font-size: 12px;
    padding: 2px;
    border-radius: 25% !important;
}

.icon-sky-blue {
    color: #36c6d3;
}

.icon-silver {
    color: #c0c0c0;
}

.favourite:hover,
i.lock:hover,
.my-fitness.options:hover,
.am-clickable:hover {
    cursor: hand;
    cursor: pointer;
}

.font-sky-blue {
    color: rgb(135, 206, 235);
}

.dashboard-stat {
    margin-bottom: 0;
    margin-right: 0;
}

.dashboard-stat .details .number {
    /*font-size: 24px;*/
}

.dashboard-stat .details .number .main {
    font-size: 48px;
    padding-right: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.dashboard-stat .visual>i {
    margin-left: 20px;
    font-size: 30px;
}

.dashboard-stat .details .number {
    font-size: 18px;
    padding-right: 0px;
}

.dashboard-stat .details {
    padding-right: 0px;
}

.dashboard-stat .details .desc {
    font-size: 13px;
}

.peak-power {
    color: #F00 !important;
}

.atc {
    color: #F5A623 !important;
}

.hie {
    color: #F5A623 !important;
}

.tp {
    color:#0B5DBC !important;
}

.lip {
    color: #0B5DBC !important;
}

.hip {
    color: #F5A623 !important;
}

.ltp {
    color: black !important;
}

.diamond {
    color: #a233cc;
}

table.dataTable td.sorting_1,
table.dataTable td.sorting_2,
table.dataTable td.sorting_3,
table.dataTable th.sorting_1,
table.dataTable th.sorting_2,
table.dataTable th.sorting_3 {
    background: 0 !important;
}

.tab-pane .row {
    margin-left: 0;
}

.row .border-left {
    border-left: 1px solid #ccc;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

img.athlete-img {
    max-width: 300px;
    height: auto;
    width: 70%;
    margin: 20px auto;
}

img.avatar.small {
    max-width: 60px;
    height: auto;
    float: none;
    margin: 0 5px 0 0;
}

.twt-wrapper {
    max-width: 550px;
}

.twt-wrapper>.panel>.panel-body {
    height: 300px;
    width: 350px;
    width: 100%;
    min-height: 300px;
    max-height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.media-list {}

img.feed-image {
    width: 60px;
    height: 60px;
    border: 2px solid #e5e7e8;
    border-radius: 50% !important;
    vertical-align: middle;
}

.search-icon {
    cursor: pointer;
}

table.table-borderless {
    border: none !important;
    margin-bottom: 0px !important;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none !important;
    padding: 0 8px 0 0;
}

.username {
    font-weight: 600;
    font-size: 30px;
}

.username>img.premium {
    height: 36px;
    width: auto;
}

img.premium-expired {
    height: 36px;
    width: auto;
}

.subtext {
    font-size: 14px !important;
    color: gray;
}

.subtext .qtip-content {
    line-height: 14px !important;
}

.no-max-width {
    max-width: none !important;
}

.user-info-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.athlete-type {
    font-size: 24px;
}

.training-status-container {
    padding-top: 10px;
}

.club-list img.club-listing-logo {
    max-width: 160px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    float: left;
    margin: 15px 15px 10px 0;
    vertical-align: middle;
}

.club-header {
    font-weight: 600;
    font-size: 24px;
}

.color-green {
    color: #00FF00;
}

.color-red {
    color: #FF0000;
}

.color-grey {
    color: #808080;
}

.m-nav-account {
    display: none !important;
}

.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: initial;
}

.dropdown-sync i {
    position: relative;
    top: -2px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
    width: 400px;
    max-width: 400px;
}

.mt-widget-2 {
    border: 1px solid #e7ecf1;
    position: relative
}

.club-list {
    margin-bottom: 1em;
}

.mt-widget-2 .mt-head {
    width: 100%;
    background-size: cover;
    margin-top: 2em;
}

.mt-widget-2 .mt-head .mt-head-label {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}

.mt-widget-2 .mt-head .mt-head-label>button {
    font-size: 13px;
    border-radius: 2px!important
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img {
    position: relative;
    float: left;
    margin: 165px 32px 18px 35px
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -15px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #fff
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img>img {
    width: 65px;
    border-radius: 50%!important
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
    margin: 175px 0 0 -9px;
    color: #fff;
    display: inline-block
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name {
    display: block;
    font-size: 15px
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time {
    font-size: 13px;
    display: block
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time>i {
    position: relative;
    top: 1px;
    font-size: 13px
}

.mt-widget-2 .mt-body {
    text-align: center
}

.mt-widget-2 .mt-body .mt-body-title {
    font-weight: 600;
    font-size: 16px
}

.mt-widget-2 .mt-body .mt-body-description {
    display: inline-block;
    color: #666;
    font-size: 13px;
    padding: 0 10px;
}

.mt-widget-2 .mt-body .mt-body-stats {
    padding: 0
}

.mt-widget-2 .mt-body .mt-body-stats:after,
.mt-widget-2 .mt-body .mt-body-stats:before {
    content: " ";
    display: table
}

.mt-widget-2 .mt-body .mt-body-stats:after {
    clear: both
}

.mt-widget-2 .mt-body .mt-body-stats>li {
    margin: 15px;
    list-style: none;
    display: inline-block
}

.mt-widget-2 .mt-body .mt-body-actions {
    border-top: 1px solid #e7ecf1
}

.mt-widget-2 .mt-body .mt-body-actions>i {
    font-size: 18px
}

.mt-widget-2 .mt-body .mt-body-actions .btn {
    font-size: 14px;
    border-right: 1px solid #e7ecf1;
    padding: 12px 0;
    text-align: center
}

.mt-widget-2 .mt-body .mt-body-actions .btn:last-child {
    border: 0
}

.dataTables-search-inline {
    text-align: initial;
    display: inline;
}

.curtain {
    height: 550px;
    position: absolute;
    left: 50%;
}

.curtain>.curtain-content {
    margin: 0;
    position: relative;
    top: 50%;
    left: -50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

tr.highlight {
    background-color: #e3f2fb !important;
}

.circles-text {
    font-family: Arial;
    font-weight: bold;
    font-size: 40px !important;
    color: #87ceeb;
}

table.table-avatars tr td {
    vertical-align: middle !important;
}

.fa.fa-refresh.no-sync:after {
    position: absolute;
    content: "/";
    color: red;
    font-weight: 700;
    font-size: 1.7em;
    left: 7px;
    top: -10px;
}

.my-fitness.options {
    vertical-align: middle;
    line-height: 27px;
    color: black;
}

.font-12 {
    font-size: 12px;
}

.line-height-26 {
    line-height: 26px;
}

.maintenance-label {
    background: #ff0000;
    color: #fff;
    padding: 10px 10px;
}

.athlete-img {
    max-width: 300px;
}


/*/////////////// TOOLTIPS /////////////*/

.tooltip-icon {
    display: inline;
    position: relative;
}

.tooltip-icon i {
    cursor: pointer;
    font-size: 14px;
}

.tooltip-manual {
    position: absolute;
    width: 200px;
    text-align: left;
    background: #000000;
    z-index: 9;
    padding: 10px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 16px;
    top: 30px;
    left: -15px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.tooltip-manual:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
}

.tooltip-icon:hover .tooltip-manual,
.tooltip-icon:focus .tooltip-manual,
.tooltip-icon:active .tooltip-manual {
    opacity: 0.86;
    transition: all 0.5s;
}

.far.fa-question-circle {
    color: #3D3D3D;
}

#recommended-workout-option .input-icon {
    width: 98.5%;
    margin-bottom: 5px;
}

#recommended-workout-option .duration .date-range select {
    width: 46% !important;
    display: inline-block;
}

#recommended-workout-option .difficulty .difficulty-range select {
    width: 46% !important;
    display: inline-block;
}

#recommended-workout-option .focus .selectedFocus {
    width: 99%;
}

#workoutOutOptionDialog {
    color: #8B8B8B;
}

#workoutOutOptionDialog:hover {
    text-decoration: none;
}

#workoutOutOptionDialog:hover span:not(.hasFilter) {
    color: #2F7076;
}

#workoutOutOptionDialog:hover #filter-icon:not(.hasFilter) {
    filter: brightness(0) saturate(100%) invert(33%) sepia(50%) saturate(459%) hue-rotate(137deg) brightness(101%) contrast(90%);
}

#workoutOutOptionDialog span.hasFilter {
    color: #f04b2e;
}

#workoutOutOptionDialog #filter-icon.hasFilter {
    filter: brightness(0) saturate(100%) invert(33%) sepia(71%) saturate(1659%) hue-rotate(343deg) brightness(97%) contrast(93%);
}

.title_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#advice {
    z-index: 9995;
    top: 40px;
}

.tab-pane .row {
    margin-left: -15px;
}


/*/////////////// SIDE BAR //////////////*/

.page-header.navbar {
    background-color: #ffffff;
    box-shadow: none !important;
    border-bottom: 1px solid #e7ecf1;
}

.page-header.navbar .page-logo {
    background: #006e79;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin-right: 8px;
    color: white;
    font-size: 19px;
}

.page-header.navbar .menu-toggler {
    background: none;
    color: white;
}

.page-content-wrapper {
    background: #006e79;
}

.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed {
    position: fixed;
}
.page-sidebar .page-sidebar-menu .sub-menu, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 0px 0px;
}

.page-sidebar .page-sidebar-menu>li>a>i, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i { 
    color: white;
}

.page-sidebar .page-sidebar-menu>li.open>a>.arrow.open:before, 
.page-sidebar .page-sidebar-menu>li.open>a>.arrow:before {
    color: white;
}

.page-sidebar .page-sidebar-menu>li>a>.arrow:before, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow:before {
    content: "\f107";
}

.page-sidebar .page-sidebar-menu>li>a>.arrow:hover::before, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow:hover:before {
    content: "\f107";
}
.page-sidebar .page-sidebar-menu>li>a>.arrow.open:before, 
.page-sidebar .page-sidebar-menu>li.active>a>.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.arrow.open:before {
    content: "\f106";
}

.page-sidebar .page-sidebar-menu>li.open>a>i {
    color: white;
}

.page-sidebar .page-sidebar-menu>li>a>.arrow.open:before, 
.page-sidebar .page-sidebar-menu>li>a>.arrow:before {
    color: white;
}

.page-sidebar .page-sidebar-menu>li>a>i {
    color: white;
}

.page-sidebar .page-sidebar-menu li>a>.arrow.open:before,
.page-sidebar .page-sidebar-menu li>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
    color: white;
}


.page-sidebar .page-sidebar-menu li>a>i.open:before,
.page-sidebar .page-sidebar-menu li>a>i:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>i.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>i:before {
    color: white;
}

.page-sidebar .page-sidebar-menu, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
    background: #006e79;
    position: relative;
    color: white;   
}

.page-sidebar .page-sidebar-menu .sub-menu li, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    margin-top: 0px!important; 
}

.page-sidebar .page-sidebar-menu .sub-menu>li, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li {
    background: #006e79;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.page-sidebar-menu li.nav-item:hover {
    /* Remove default box-shadow from theme */
    box-shadow: none !important;

}
/* .page-sidebar .page-sidebar-menu>li, */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li,
.page-sidebar .page-sidebar-menu>li.active>a {
    background: #006e79;
    position: relative;
    color: white;
    font-weight: 500;
    box-shadow: none;
}

.page-sidebar .page-sidebar-menu>li.active.open>a, 
.page-sidebar .page-sidebar-menu>li.active>a, 
.page-sidebar .page-sidebar-menu>li.active>a,.page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu>li.active.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu>li.active>a {
    background: rgb(38 90 93);
    border-top-color: transparent;
    color: white;
    font-weight: 500;
}

.page-sidebar .page-sidebar-menu>li>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    border: none;
    color: white;
    font-weight: 500;
}

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a, 
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a, 
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
    background: rgb(38 90 93)!important;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
    background: #CBD8DA!important;
    border-top-color: transparent;
    color:#2F7076;
    font-weight: 400;
}

.page-sidebar .page-sidebar-menu>li:hover>a>.arrow:before, 
.page-sidebar .page-sidebar-menu>li.active:hover>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active:hover>a>.arrow:before,
.page-sidebar .page-sidebar-menu li:hover>a>i.open:before,
.page-sidebar .page-sidebar-menu li:hover>a>i:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>i.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>i:before {
    background: #CBD8DA!important;
    border-top-color: transparent;
    color:#2F7076;
}

.page-sidebar .page-sidebar-menu>li:hover>a>.arrow.open:before, 
.page-sidebar .page-sidebar-menu>li.active:hover>a>.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active:hover>a>.arrow.open:before {
    background: #CBD8DA!important;
    border-top-color: transparent;
    color:#2F7076;
}

.page-sidebar .page-sidebar-menu>li.active.open>a:hover, 
.page-sidebar .page-sidebar-menu>li.active>a:hover, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background: #CBD8DA!important;
    border-top-color: transparent;
    color: #2F7076!important;
    font-weight: 500;
}

.page-sidebar .page-sidebar-menu>li.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a {
    background: #006e79;
    position: relative;
    color: white;
    font-weight: 500;
}

.page-sidebar .page-sidebar-menu>li:hover>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a {
    background: #CBD8DA;
    position: relative;
    color: #2F7076;
    font-weight: 500;
}
.page-sidebar .page-sidebar-menu>li.active.open+li>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open+li>a {
    border-top-color: #006e79;
}

.page-footer {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 120px;
}

.page-footer .footer_text_container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.page-footer .footer_text_container div {
    text-align: center;
}

.page-footer .terms_privacy {
    margin-top: 15px;
    text-align: right;
}

.timeline-bf {
    position: relative;
    z-index: 1;
}

.input-circle-right {
    border-radius: 0px !important;
}

.mt-checkbox .toggle.btn,
.actions .toggle.btn {
    min-width: 65px;
    margin-right: 7px;
    border-radius: 20px !important;
    width: 60px !important;
}

.mt-checkbox .toggle.off,
.actions .toggle.off {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.modal-backdrop {
    z-index: 9993
}

.modal-content {
    border-radius: 4px !important;
    width:auto;
}
@media (min-width:768px) {
    .workout_block .modal-content{
        width:650px;
    }
}

.modal-content.wide{
        width:auto;
}
.modal-content.wide .btn {
        margin-top:5px !important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
    flex: auto;
}

.with-tooltip {
    cursor: help;
}

.modal-header button.modal-close {
    background-color: transparent;
    background-image: url('/assets/images/close.svg');
    text-indent: -10000px;
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    border: 0;
}

.modal-body {
    background: #ffffff;
    padding: 30px;
}

.xss_container_modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3F3F3F;
}

.xss_container_modal h4 {
    margin-top: -40px;
}

.toggle-handle {
    width: 30px !important;
    right: 16px;
    border-radius: 50% !important;
    height: 30px !important;
    top: 1px;
}

.toggle-on {
    display: none;
}

.toggle-off {
    display: none;
}

.toggle.off .toggle-handle {
    right: -16px;
}

.mt-checkbox .toggle-group .btn-default,
.actions .toggle-group .btn-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.mt-checkbox .toggle-group .btn-default:hover,
.actions .toggle-group .btn-default:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.table .mt-checkbox .btn {
    margin-right: 0;
}

.text-li {
    margin-left: 10px;
}
.text-li button {
    background: transparent;
    border: none;
    padding: 0;
}
.text-li button:hover {
    cursor: pointer;
}

#whats-new-modal .modal-body {
    overflow-x: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 2;
}

#whats-new-modal .modal-title {
    padding-left: 20px;
}

#whats-new-li button {
    padding: 5px 8px;
    margin-top: auto;
    border-radius: 5px;
}
#whats-new-menu-item {
    display: none;
}
#whats-new-menu-item, #whats-new-li button {
    /* background: #4A90E2; */
    background: linear-gradient(45deg, #4A90E2 40%, #9ecdf2 50%, #4A90E2 60%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 60s 5s infinite linear;
    color: white;
    transition: all 0.1s ease-in;
}

@keyframes shimmer {
    1.5% {
        background-position-x: 0%
    }
    100% {
        background-position-x: 0%
    }
 }

#whats-new-menu-item:hover, #whats-new-li button:hover {
    background: #7ED321;
    color: white;
}
#whats-new-menu-item a:hover,
#whats-new-menu-item a i:hover,
#whats-new-menu-item:hover a i::before {
    background: transparent !important;
    color: inherit;
}

.page-sidebar .page-sidebar-menu .nav-item .nav-link:not(:hover),
.page-sidebar .page-sidebar-menu .nav-item .nav-link i,
.page-sidebar .page-sidebar-menu .nav-item .nav-link i::before {
    color: inherit;
}

@media only screen and (max-width: 450px) {
    #whats-new-li {
        display: none;
    }
    #whats-new-menu-item {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    #subscription-reminder #msg {
        display: none;
    }
    #xert-news-feed{
        margin-left:0px;
    }
}

@media only screen and (min-width: 992px) {
    #subscription-reminder #msg-short {
        display: none;
    }
    #xert-news-feed{
        margin-left:15px;
        /* Used as a placeholder due to spacing */
    }
}

@media only screen and (max-width: 767px) {
    #recommended-workout-option .to {
        display: block;
        text-align: center;
    }
    #recommended-workout-option .library label {
        width: 100%;
        margin: 0 !important;
    }
    .page-header.navbar .page-logo {
        background: #ffffff;
    }
    .page-header.navbar {
        border-bottom: none;
        margin-top: 0px !important;
    }
    .page-header.navbar .menu-toggler.responsive-toggler {
        color: #878787;
        font-size: 20px;
    }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu {
        background: #228a94!important;
        width: 100% !important;
    }
    .page-boxed .page-footer,
    .page-footer {
        padding: 8px 20px 5px !important;
    }
    .tab-pane .row {
        margin-left: -15px;
    }
    .page-sidebar-wrapper>.page-sidebar {
        position: relative;
        z-index: 99;
        margin-top: 20px !important;
    }
    .page-sidebar.navbar-collapse.collapse .page-sidebar-menu {
        padding-bottom: 0;
    }
    .page-sidebar-closed .page-sidebar.navbar-collapse.collapse {
        height: inherit !important;
        background: none;
        overflow: visible !important;
    }
    .page-sidebar.navbar-collapse.collapse {
        height: inherit !important;
        background: none;
        overflow: visible !important;
    }
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
        width: 100%;
        left: 0;
    }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu {
        position: relative;
        width: 100%;
        right: inherit;
        top: 0;
        z-index: 3;
    }
    .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
        margin-right: -65px;
        max-width: 290px;
    }
    .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:after,
    .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:before {
        margin-right: 22%;
    }
    .page-header.navbar .top-menu {
        clear: revert;
    }
    
    /* Fix for position: sticky not working with overflow: hidden; */
    .page-content-wrapper .page-content {
        overflow: unset;
        overflow-x: clip;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .page-header.navbar .page-logo {
        background: #ffffff;
        /* Note: this must be 205px to match the expanded sidebar. */
        width: 205px;
    }
    .page-header.navbar {
        border-bottom: none;
        margin-top: 0px !important;
    }
    .page-header.navbar .menu-toggler.responsive-toggler {
        color: #878787;
        font-size: 20px;
    }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu {
        background: #228a94!important;
    }
    .page-sidebar-wrapper>.page-sidebar {
        position: relative;
        z-index: 99;
        margin-top: 20px !important;
    }
    .page-sidebar.navbar-collapse.collapse .page-sidebar-menu {
        padding-bottom: 0;
    }
    .page-sidebar-closed .page-sidebar.navbar-collapse.collapse {
        height: inherit !important;
        background: none;
        overflow: visible !important;
    }
    .page-sidebar.navbar-collapse.collapse {
        height: inherit !important;
        background: none;
        overflow: visible !important;
    }
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
        width: 100%;
        left: 0;
    }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li .sub-menu {
        position: relative;
        width: 100%;
        right: inherit;
        top: 0;
        z-index: 3;
        left: 0;
    }
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child {
    padding: 17px 10px 9px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown {
    padding: 0px;
}

.page-header.navbar .top-menu {
    float: none;
    width: 100%;
}

.logo-top img {
    margin-left: 10px;
    margin-top: 7px;
    height: 30px;
    width: auto;
}

.strava-ico {
    width: 80px;
    margin-left: 5px;
    margin-top: -5px
}

.notification-span {
    background: #3fd6c0;
    color: white;
    border-radius: 12px!important;
    position: absolute;
    text-align: center;
    top: 10px;
    left: -1px;
    font-weight: 300;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

.noUi-target {
    height: 10px !important;
}

.noUi-handle {
    width: 23px !important;
    height: 18px !important;
    top: -5px !important;
}

.noUi-handle:after,
.noUi-handle:before {
    top: 3px !important;
    height: 9px !important;
    width: 1px !important;
}

.noUi-handle:before {
    left: 8px !important;
}

.noUi-handle:after {
    left: 12px !important;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .logo-top {
        position: absolute;
        left: 0px;
        top: 2px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .logo-top {
        position: absolute;
        left: 10px;
        top: 10px;
    }
}

.page-header.navbar.navbar-fixed-top {
    position: fixed;
}

@media only screen and (min-width: 481px) {
    .modal-md {
        width: 505px;
    }
}

.popover-content .btn-group .btn {
    padding: 5px 13px;
    margin: 3px 7px;
}

#activities_wrapper .dt-buttons.btn-group .btn{
    margin-left:5px;
}

#video_tutorials .badge.badge-default{
    right:23px;
    font-size:9px!important;
    height:16px;
}
.modal-header.playlist-title{
    border-bottom:0;
    width:100%;
    margin-top:0px;
    padding-top:0px;
}
.playlist-desc{
    margin:15px;
    margin-top:0px;
}
#video_button{
    border:none;
    height:98%;
}
.video-holder{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  padding-left: 0;
}
.video-holder .video{
    display:flex;
    flex-direction:column;
    flex-basis:33.3%;
    text-align: center;
    cursor:help;
}
.video-holder .video iframe{
    margin:auto;
    margin-top:0px;
    margin-bottom:5px;
}
@media(max-width:991px){
    .video-holder .video{
        flex-basis:85%;
        margin:auto;
    }
    .video-holder .video iframe{
        width:auto;
    }
    .playlist-title{
        text-align: center;
    }
}


/* Buttons */

.wide_button {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 2px 20px;
    border-radius: 3px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #3D3D3D;
}

.btn-outline-dark:hover,
.btn.btn-outline.dark:hover,
.btn-outline-dark:hover,
.btn.btn-outline.dark:focus {
    color: #FFFFFF;
    background-color: #2F7076;
    border-color: #2F7076 !important;
}

.btn.btn-outline.dark:hover i {
    color: #ffffff;
}


/* Fix metronic inkwell click effect from app.js */

a.btn,
button.btn,
input.btn,
label.btn {
    overflow: hidden;
}


/* Portlets */

.portlet-title {
    padding: 13px 20px;
}

.portlet.light {
    padding-right: 0px;
    padding-left: 0px;
}

.portlet.light.bordered {
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
}


/* Bootstrap Tour */

.popover {
    border-radius: 10px !important;
    border: 2px solid #2F7076;
    max-width: 300px;
}

.popover.left>.arrow {
    border-left-color: #2F7076;
    border-left-width: 9px;
}

.popover.bottom>.arrow {
    border-bottom-color: #2F7076;
    border-bottom-width: 9px;
}

.popover.top>.arrow {
    border-top-color: #2F7076;
    border-top-width: 9px;
}

.popover-title {
    background-color: #2F7076;
    color: white;
    text-align: center;
}

.popover-content h5 {
    text-align: center;
    font-weight: 500;
}

.popover-navigation button {
    margin: 0 5px;
}

.popover button {
    border-radius: 4px !important;
}

.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rocket-tooltip {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.266667px;
}

.qtip-content {
    padding: 12px 12px 12px 20px !important;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding {
    padding-right: 20%;
    padding-left: 20%;
}

.padding-5 {
    padding: 5px;
}

.padding-corner {
    padding-right: 40px !important;
    padding-top: 40px !important;
}

.no-header {
    border-bottom: 0px !important;
}

.page-container {
    margin:0 !important;
    margin-top: 46px !important;
    padding:0 !important;
}

@media (max-width:991px){
    .page-container{
        padding:0 !important;
    }
}

#sync-filters li {
    display: inline-block;
    margin: 2px 0px;
    margin-right: 10px;
}

.selected-workout-holder .btn.btn-default{
    margin-bottom:5px;
}

#help {
    padding: 0; 
    border: none; 
    background: none;
}

#help-arrow:after  {
    border-bottom-color: #2F7076;
}

@media (min-width: 992px) {
    .page-sidebar-menu {
        height: 100vh !important;
    }
}

.toggle-wrapper {
    display: flex;
    align-items: center;
}
.toggle-wrapper input[type=checkbox] {
    display: none;
}
.toggle-wrapper label {
    cursor: pointer;
    text-indent: -9999px;
    width: 41px;
    min-width: 41px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 15px;
    position: relative;
    margin: 0;
}
.toggle-wrapper label:after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}
.toggle-wrapper input:checked + label {
    background: #4A90E2;
}
.toggle-wrapper input:checked + label:after {
    left: calc(100% - 3.5px);
    transform: translateX(-100%);
}
.toggle-wrapper input:disabled + label {
    cursor: not-allowed;
    opacity: 0.65;
}
.toggle-wrapper label:active:after {
    width: 10px;
}
.toggle-wrapper body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* ========================================================================
 * bootstrap-tour - v0.10.3
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#000;opacity:.8;filter:alpha(opacity=80)}.tour-step-backdrop{position:relative;z-index:1101}.tour-step-backdrop>td{position:relative;z-index:1101}.tour-step-background{position:absolute!important;z-index:1100;background:inherit;border-radius:6px}.popover[class*=tour-]{z-index:1102}.popover[class*=tour-] .popover-navigation{padding:9px 14px;overflow:hidden}.popover[class*=tour-] .popover-navigation [data-role=end]{float:right}.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{cursor:pointer}.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{cursor:default}.popover[class*=tour-].orphan{position:fixed;margin-top:0}.popover[class*=tour-].orphan .arrow{display:none}