﻿@charset "UTF-8";
/*
@selectionBlue : #EAEFF6;
@selectionBlueBorder : #72A0E4;
@widgetBlue : #72A0E4;
@widgetBlueBorder : #5F86C9;
@megaMenuHover : #223045;
*/

form {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font: 100% Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
}

input[type=checkbox] {
    cursor: pointer;
}

#sound {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #DAE0E6;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #DAE0E6;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #DAE0E6;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DAE0E6;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #DAE0E6;
}

/* home pages */
.mainSplash {
    position: relative;
}

.shareBox {
    position: absolute;
    bottom: 4px;
    right: -4px;
}

.registerBtn {
    margin-left: -6px;
}

/* IE bar */
.IEbar {
    height: 20px;
    background: #FF6600;
    font-size: 12px;
    text-align: center;
    color: #FFF0E6;
    padding-top: 4px;
    line-height: 16px;
}

.IEbar a:link, .IEbar a:hover, .IEbar a:visited, .IEbar a:active {
    color: #FFF;
}

.qtip.payments-transaction-fee-qtip {
    max-width: 320px;
}

.payments-status-qtip-container {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
    padding: 0 12px;
    max-width: 250px;
}

.payments-status-qtip-content {
    font-size: 13px !important;
    font-weight: 100 !important;
    line-height: 120% !important;
}

.payments-status-qtip-width {
    min-width: 400px !important;
}

/*links definitions */
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #229Ed4;
    /*opacity: 0.85;*/
}

a:hover {
    opacity: 1;
}

a.smallLink {
    font-size: 11px !important;
}

a.blueLink:link, a.blueLink:visited, a.blueLink:active, .blueLink {
    color: #229Ed4;
}

a.blueLink:hover, .blueLink {
    color: #229Ed4;
}

a.drillLink:Link, a.drillLink:visited, a.drillLink:active, a.drillLink:hover {
    color: #1eb6f8 !important;
    background: url(../../images/default/drill.gif) right no-repeat;
    padding-right: 12px;
    line-height: 22px;
}

a.drillLink:hover {
    color: #1eb6f8;
}


a.linkNoPad:Link, a.linkNoPad:visited, a.linkNoPad:active, a.linkNoPad:hover {
    font-size: 12px;
    line-height: 14px !important;
    color: #CCC !important;
}

a:link img, a:visited img, a:hover img, a:active img {
    border: none;
    text-decoration: none;
}


a.noHov:link, a.noHov:visited, a.noHov:hover, a.noHov:active {
    color: white;
    text-decoration: none;
    border-bottom: none;
}

.cancelDiv {
    font-size: 13px !important;
}

.btnLinkDiv {
    height: 36px;
}

.btnLinkDiv .item {
    float: left;
    margin-left: 8px;
}

.btnLinkDiv .item_first {
    margin-left: 0px;
}

.btnLinkDiv .item_link {
    margin-top: 8px;
}

.dialogTip {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 11px;
}

.userSelectNone {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.text-optional {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    font-style: italic;
}

#containerWrap {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

#container {
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    width: 100%;
    margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    position: relative;
    padding: 0;
}

#mainWrap {
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.lr_pad {
    position: relative;
    padding-left: 185px;
}

.lr_margin {
    position: relative;
    margin-left: 185px;
}

.flexContainer {
    align-items: stretch;
    width: 100%;
    display: flex;
}

.contentContainer {
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-top: 60px;
    box-sizing: border-box;
}

#mainHead {
    height: 8px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

#mainHead .tl {
    background-image: url(./images/mainWrap_tc.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 8px;
    width: 100%;
}

#mainHead .tr {
    background-image: url(./images/mainWrap_tc.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 8px;
}

#mainHead .tc {
    height: 8px;
    line-height: 0px;
    background-image: url(./images/mainWrap_tc.png);
    margin: 0 8px 0 8px;
}

#mainFoot {
    height: 8px;
    margin-bottom: 4px;
}

#mainFoot .bl {
    background-image: url(./images/mainWrap_bl.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 8px;
    width: 100%;
}

#mainFoot .br {
    background-image: url(./images/mainWrap_br.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 8px;
    width: 100%;
}

#mainFoot .bc {
    height: 8px;
    background-image: url(./images/mainWrap_bc.png);
    margin: 0 8px 0 8px;
}

.pageContent {
    background-image: url(./images/rightPanel_bc.png);
}

#ctl00_PH_Page_ucWorkout_p_UpdateWorkout .cbWrap {
    background-color: #F9FAFC;
}

.wufoo .info {
    display: none;
}

/* main table definitions */
.mainTab {
    width: 100%;
    min-height: 100%;
}

.mainTabTop {
    height: 70px;
}

.mainLeft {
    padding-right: 8px;
    vertical-align: top;
}

.mainRight {
    width: 232px;
    vertical-align: top;
}

#leftMenu {
    width: 185px;
    top: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.revRightContent {
    min-width: 604px;
}

.revOneCol {
    width: 964px;
    padding: 8px;
}


.mainCol3_1 {
    width: 180px;
}

.main_leftMenu_Left, .revLeft {
    width: 232px;
    min-width: 232px;
    height: calc(100vh - 60px);
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    margin-top: 60px;
    /*padding-bottom: 60px;*/
    box-sizing: border-box;
    z-index: 99;
}

.main_leftMenu_Right, .revRight {
    min-width: 788px;
    width: 100%;
    padding: 48px 32px 32px 264px;
}

.workoutTemplate {
    height: calc(100vh - 60px);
    overflow: hidden;
}

.workoutTemplate .revLeft {
    height: 100%;
    width: 232px;
    min-width: 232px;
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    position: relative;
    /*padding-bottom: 60px;*/
    box-sizing: border-box;
    height: 100%;
    margin-top: 0;
    overflow: initial;
}

.workoutTemplate .revRight {
    padding: 32px;
}

.revRight-noPadding {
    min-width: 712px;
    width: 100%;
    padding: 0 0 0 232px;
}

.revRight-onlyPaddingLeft {
    min-width: 712px;
    width: 100%;
    padding: 0 0 0 264px;
}

.revRight-32 {
    padding: 32px !important;
}

.revRight-16 {
    padding: 16px !important;
}

.revCenter {
    min-width: 600px;
    width: 100%;
    padding: 32px;
}

.revCenter--fixedRight {
    min-width: 600px;
    width: 100%;
    padding: 12px 432px 12px 12px;
}

.overview-main {
    /* padding: 12px !important; */
}

.revRightJustify {
    margin-left: auto;
    width: 417px;
}

.revRightFixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
}


/* externals */
.picnikBar {
    height: 15px;
    font-size: 11px;
    font-height: 15px;
}

/* navbar */
#libHeaderCell {
    padding: 0px;
    margin: 0;
    height: 26px;
    text-align: left;
}

.space8 {
    height: 8px;
    font-size: 0;
    line-height: 0;
}

.space4 {
    height: 4px;
    font-size: 0;
    line-height: 0;
}

.navBar {
    height: 26px;
    width: 100%;
    margin: 0 0 8px 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.navBar .left {
    /*background-image:url(../../images/UI/wo_nb_l.png);
    background-position: 0 0;
    background-repeat:no-repeat;*/
    height: 100%;
}

.navBar .right {
    /*background-image:url(../../images/UI/wo_nb_r.png);
    background-position: 100% 0;
    background-repeat:no-repeat;*/
    height: 100%;
}

.navBar .center {
    background: url(../../images/UI/wo_nb_bg.jpg) repeat-x;
    margin: 0 8px 0 8px;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
}

.navBar .tag {
    border: 1px solid #444;
    background: #444;
    color: #FFF;
    font-size: 10px;
    float: right;
    padding: 3px 4px 1px 4px;
    margin-top: 4px;
    margin-left: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.wo_row .tag {
    border: 1px solid #999;
    font-size: 9px;
    float: left;
    padding: 2px 3px 1px 3px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
}

/* ----- */
/* static */
.tr-static {
    border-radius: 4px;
    background: white;
    border: 1px solid #666;
}

.tr-static h1 {
    font-size: 30px;
    color: #666;
}

.tr-static h2 {
    font-size: 22px;
    color: #666;
}

.tr-static p {
    font-size: 14px;
    color: #888;
}

.tr-static-grey {
    color: #999 !important;
}

.tr-upsell {
    text-decoration: none !important;
}

.tr-upsell div {
    background: url(../../images/UI/tr-upg-icon.png) top left no-repeat #F5D9C0;
    border: 1px solid #DEA775;
    font-size: 12px;
    color: #F45F1A;
    padding: 6px 6px 5px 36px;
    text-decoration: none;
}

.tr-upsell div:hover {
    background-color: #FFEDD4;
    text-decoration: none;
}

.tr-upsell a:link, .tr-upsell a:visited, .tr-upsell a:hover, .tr-upsell a:active {
    color: #F45F1A;
    text-decoration: none;
}

/* toolbar 1 */
.tb_1 {
    background-image: url(./images/grid_head_2.png);
    background-repeat: repeat-x;
}

.tb_1 .gtBtn-tooltip {
    float: right;
    margin-top: 13px;
}

.tbBlue {
    background: #DFF3FF;
}

/* ----- */

/* end navbar */


#ctl00_ucMenu_topMenu {
    float: left;
}

#footerDiv {
    height: 100px;
    text-transform: uppercase;
}

#tr-sitemap {
    font-size: 11px;
    line-height: 18px;
    float: right;
    margin-right: 8px;
    margin-top: 4px;
    height: 18px;
    width: 800px;
    text-align: right;
    vertical-align: top;
    text-transform: uppercase;
}

#tr-sitemap, #tr-sitemap a {
    text-decoration: none;
}

#tr-social {
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}

#tr-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tr-social li {
    float: left;
    margin-right: 4px;
}

#tr-social .tr-icon {
    background: url(./images/tr-footer-icons-small.png);
}

#tr-social .facebook .tr-icon {
    width: 16px;
    height: 16px;
}

#tr-social .twitter .tr-icon {
    width: 16px;
    height: 16px;
    background-position: -18px 0;
}

#tr-social .blog .tr-icon {
    width: 35px;
    height: 16px;
    background-position: -152px 0;
}

#footer #reg {
    color: #424242;
    font-size: 8px;
    line-height: 8px;
    margin-right: 0;
    float: right;
    width: 700px;
    margin-top: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#footer .super {
    font-size: 6px;
    position: relative;
    top: -6px;
}

#langFooter {
    font-size: 11px;
    line-height: 18px;
    float: left;
    margin-left: 20px;
    height: 18px;
    width: 300px;
    white-space: nowrap;
    color: #CCCCCC;
}

/*site menu def */


#topMenu {
    margin: 0;
    padding: 0;
    height: 24px;
    list-style-type: none;
}

#topMenu li {
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid #999;
    position: relative;
}

#topMenu li a {
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    height: 24px;
}

#topMenu li:hover {
}

#topMenu li.selected {
}


.siteMenu {
    font-size: 11px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
}

.siteMenu td, siteMenu td:hover {
    cursor: pointer;
}

.siteMenuL1, .siteMenuL1_sel, .siteMenuL1_hover {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.siteMenu_noPad {
    padding: 0;
    margin: 0;
}

.siteMenu a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.rMenu .siteMenuL1, .rMenu .siteMenuL1_sel {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.rMenu .siteMenuL1_hover {
    -webkit-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
}

.siteMenuL1_hover {
    text-decoration: none;
}

.siteMenuGroup {
    font-size: 11px;
    z-index: 999;
    width: 160px;
    background-color: #EEE;
}

.siteMenuL2, .siteMenuL2_hover, .siteMenuL2_sel {
    color: #CCC;
    cursor: pointer;
    font-weight: bold;
    z-index: 999;
    border-left: 1px solid #6D6D6D;
    border-right: 1px solid #6D6D6D;
    background: #333;
    font-size: 12px;
}

.siteMenuL2_sel {
}

.siteMenuL2_hover {
    color: #444;
}

.siteMenuExp, .siteMenuExp_hover {
    background-image: url(../../images/UI/lm_more.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% 50% !important;
}

#menuWrap {
    background-color: transparent;
    position: absolute;
    z-index: 900;
    height: 60px;
    width: 50%;
}

#menuDiv {
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#menuDiv a {
    font-weight: 100;
    color: #000;
    opacity: 0.9;
}

#menuDiv a:hover {
    font-weight: 100;
    color: #000;
    opacity: 0.9;
}

#menuDiv a.selected {
    background: #EEE;
    padding: 6px 20px;
    border-radius: 12px;
    color: #000 !important;
    font-weight: normal;
}

#menuSep {
    width: 100%;
    background-color: #335EDE;
    height: 2px;
    font-size: 1px;
    line-height: 1px;
}

#upgBarWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    font-size: 11px;
    line-height: 12px;
    background-color: #0F1C43;
    font-weight: bold;
}

#upgBarContent {
    padding: 4px 4px 4px 20px;
    color: #C1C4CE;
    margin: 0 auto 0 auto;
    width: 990px;
    background: url(../../images/UI/upgNote.png) no-repeat top left;
    text-align: left;
}

.divItem {
    width: 100%;
    background: url(../../images/menu_sep_bg.png) left top repeat-y #888888;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    line-height: 1px;
    border-left: 1px solid #6D6D6D;
    border-right: 1px solid #6D6D6D;
    margin: 0;
    padding: 0;
}


.endMenuItem {
    background: #6D6D6D;
    height: 1px;
    border: none;
    line-height: 1px;
}

.endMenuTab {
    height: 1px;
    overflow: hidden;
    width: 100%;
}


/* --------- */


/* gridHeader 1 */

.gridHeader1 {
    min-height: 21px;
    word-wrap: break-word;
}

.gridHeader1 .tl {
}

.gridHeader1 .tr {
}

.gridHeader1 .tc {
    margin: 0 8px 0 8px;
}

.gridHeader1 .pad {
    padding: 3px 2px 2px 8px;
}

.gridHeader1 .pad2line {
    padding: 8px 8px 5px 0px;
}

#div_workoutplans_preview_list .gtBtn-circuit {
    position: relative;
    top: 4px;
    margin-left: 4px;
    opacity: 0.8;
}

.calDlgContent h1 .gtBtn-circuit {
    background-image: url(../../images/tr-icons-dark.png) !important;
    position: relative;
    top: 5px;
}

.gridHeader1 h1 .gtBtn-circuit {
    position: relative;
    top: 6px;
}

#workoutLibTitle h1 .gtBtn-circit {
    position: relative;
    top: 5px !important;
}

#woLibGridWrap .gtBtn-circuit {
    opacity: 0.8;
}

.gridHeader1 h1, .gridHeader1 a:link, .gridHeader1 a:visited, .gridHeader1 a:hover, .gridHeader1 a:active {
    font-size: 28px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin-bottom: 4px;
}

.gridHeader1 h2 {
    font-size: 12px;
    font-weight: normal;
    color: #ABC4EC;
    margin: 0;
    padding: 0;
}

.gridHeader1 h2.fr {
    margin-top: 4px;
    font-size: 12px;
}

.round4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.roundAll {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.roundTop {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.filterBar {
    height: 26px;
    padding: 10px 0;
    background: #FFF;
    color: #666;
}

.filterBar .filter {
    height: 32px;
    width: 200px;
    white-space: nowrap;
    position: relative;
    margin-right: 2px;
}

.filterBar .sortFilter {
    height: 32px;
    width: 198px;

}

.filterBar .sortIcon {
    height: 24px;
    width: 24px;
    background-image: url("../../images/grid/sortFilter.png");
    background-size: cover;

}


.filter a.ui-selectmenu {
    /*background: #FFFFFF;*/
    border: 1px #ebebeb solid;
    /*border: none;*/
    color: #666;
    font-weight: normal;
}

.filter a.ui-selectmenu .ui-selectmenu-status {
    color: #000;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.ui-icon-plusthick-white {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
    background-position: -32px -128px;
}


#gtToolbar_client_new.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

#cal_start.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

#cqv_switch_accountMore.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

#btn-configExer-saveMore.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

#configExer-tb .ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

#btn_messages_newConversation.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

#gd_Clients .ui-icon {
    background-image: url(images/ui-icons_aaaaaa_256x240.png);
}

#cal_start.ui-state-active {
    background-color: #8cc34b !important;
}

#progressGridWrap .revRight {
    min-width: 960px;
}

#ctl00_PH_Page_panelDetail {
    margin-top: 22px;
    border: 1px solid #EBEBEB;
}

#mainWrap .lr_pad .mainTab td.revLeft {
    z-index: 1;
}

#ctl00_PH_Page_UWorkOut1_ucWorkout_dp_ClientSort-button {
    color: #000 !important;
}

#b_workoutplan_trainer_addworkout .ui-icon,
#b_workoutplan_sendworkout .ui-icon {
    margin: -1px 3px auto auto;
}

#configExer-tb .ui-icon-closethick {
    background-image: url('../../images/UI/close_white.png');
}

.show-more-btn {
    padding: 6px 40px;
    border: 1px solid #1eb6f8;
    border-radius: 6px;
}

.filter {
    position: relative;
}

.filterRight {
    text-align: right;
}

.filterRight .label {
    margin: 0 2px 0 0;
}

.filterLeft .label {
    margin: 0 0 0 2px;
}

.filter .label {
    font-size: 13px;
    color: #666;
    display: none;
}

.filter_icon {
    background-size: cover;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

#custom_new > div.filterBar div.filter_icon.icon-sort {
    right: 166px;
}

#clientGrid_mode_buttonset {
    width: 274px;
    float: left;
}

#clientGrid_mode_buttonset .ui-button-text {
    padding: 4px 16px 2px 16px;
}

.ClientFilterDL, .gtMenu, #dp_ClientSort-menu {
    border-width: 1px;
    border-style: solid;
}

.scroll-list {
    overflow: auto;
}

.scroll-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px !important;
}

.scroll-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}

#dailyNutrition_title {
    color: #555555 !important;
}

/* ---------- */

/* palette */
.g0 {
    background-color: #888 !important;
}

.g1 {
    background-color: #BADC99 !important;
}

.g2 {
    background-color: #D6EC99 !important;
}

.g3 {
    background-color: #92D8C2 !important;
}

.g4 {
    background-color: #D0F4E9 !important;
}

.g5 {
    background-color: #FFDD9B !important;
}

.g6 {
    background-color: #FFC88D !important;
}

.g7 {
    background-color: #A69BFF !important;
}

.g8 {
    background-color: #DBD7FF !important;
}

.g9 {
    background-color: #44A3D7 !important;
}

.g10 {
    background-color: #C2E3F6 !important;
}

/* grid definitions */

.setupInst {
    font-size: 11px;
    padding: 2px;
    text-align: center;
}


.premTag {
    width: 59px;
    height: 16px;
    position: relative;
    top: 4px;
    cursor: pointer;
    cursor: hand;
}

.calUpgLink {
    width: auto !important;
    clear: left;
    margin: 0 !important;
}

.panelUpgLink {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

.panelUpgLink :hover {
    color: #FFF;
}


.upgWrap {
    clear: left;
}

.upgSpace {
    height: 16px;
}

.embossText {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.errorLab {
    color: #FF5366;
}

.errorBorder {
    border: 1px solid #FF5366 !important;
}

.nullPrompt {
    font-size: 14px !important;
}

.whiteText {
    color: #FFF;
}

.ctrlText {
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}

.iconText {
    font-size: 14px;
    line-height: 15px;
    width: 400px;
}

.iconText td {
    width: auto;
}

.iconText img {
    margin-right: 4px;
}

.iconText .col1 {
    width: 1%;
}

.woGridNotesIcon {
    width: 32px;
    height: 16px;
    background: url(./images/rp_notes.png) top right no-repeat;
    cursor: pointer;
    float: right;
}

.workoutGrid__nullScreen {
    height: 644px;
}

/* GT site wide looks */

.gtJQBtn {
    padding-top: 2px;
    padding-bottom: 2px;
}

.gtJQBtn:active {
    color: #FFF !important;
}

.gtJQBtnIconOnly {
    padding-top: 2px;
    padding-bottom: 2px;
}

.gtBtn, .gtBtn:hover, .gtBtnSmall, .gtBtnSmall:hover, .gtBtn_disabled, .gtBtn_disabled:hover, .gtBtnSmall_disabled, .gtBtnSmall_disabled:hover, .gtBtnSmallest_disabled, .gtBtnSmallest_disabled:hover, .gtBtnLarge, .gtBtnLarge:hover, .gtBtnXL, .gtBtnXL:hover {
    font-size: 14px;
    line-height: 16px;
    background: #ffffff;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #666;
    cursor: hand;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    width: auto;
    overflow: visible;
    margin: 0;
    border: 1px solid #DAE0E6;
    text-shadow: none;
}

.gtBtnCondensed, .gtBtnCondensed:hover {
    padding: 9px 9px !important;
    text-transform: capitalize;
}

.gtBtn:hover, .gtBtnSmall:hover {
    background: #D8E5EE;
    color: white;
}

a.gtBtn {
    text-decoration: none;
    display: inline-block;
    color: #666;
}

.gtBtnPlus {
    font-size: 15px;
    font-weight: 400;
    padding-right: 3px;
}

.gtBtnMed, .gtBtnMed:hover {
    padding: 7px 10px 5px 10px !important;
    font-size: 13px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.gtBtnLarge, .gtBtnLarge:hover {
    /*padding: 7px 9px 4px 9px !important;
    *padding: 5px 9px 3px 9px !important;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.gtBtnXL, .gtBtnXL:hover {
    padding: 11px 17px 8px 17px !important;
    font-size: 18px !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.gtBtn, .gtBtn:hover, .gtBtn_disabled, .gtBtn_disabled:hover, .ui-widget .gtBtn, .ui-widget .gtBtn:hover, .ui-widget .gtBtn_disabled, .ui-widget .gtBtn_disabled:hover {
    padding: 9px 30px 8px 30px;
    *padding: 9px 30px 8px 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

.gtBtnSmall, .gtBtnSmall:hover, .ui-widget .gtnBtnSmall, .ui-widget .gtBtnSmall:hover, .gtBtnSmall_disabled, .gtBtnSmall_disabeld:hover, .ui-widget .gtnBtnSmall _disabled, .ui-widget .gtBtnSmall_disabled:hover {
    font-size: 11px !important;
    line-height: 12px !important;
    font-weight: 400 !important;
    padding: 4px 5px 2px 5px !important;
    *padding: 2px 5px 2px 5px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.gtBtn-view {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: 0px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-switch {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -32px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-msg {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-phone {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -80px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-copy {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -96px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-copyTo {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -112px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-copyFrom {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -128px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-copyTemplate {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -144px 0px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-tpStart {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: 0px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-tpEnd {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-tpFirst {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -48px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-delete {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -64px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-delete {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -64px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-grid {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -80px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-graph {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -96px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-print {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -112px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-note {
    vertical-align: top;
    display: inline-block;
    background-image: url('/app/images/icons/svg/icon-note.svg') !important;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.gtBtn-openClient {
    vertical-align: top;
    display: inline-block;
    background-image: url(/app/images/icons/expand.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: -2px;
}

.gtBtn-openClient--white {
    vertical-align: top;
    display: inline-block;
    background-image: url(/app/images/icons/expand-white.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

.gtBtn-calendar {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -128px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-tooltip {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -144px -16px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-iphone {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: 0px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-idea {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-circuit {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -32px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-refresh {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -48px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-trash {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -64px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-settings {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -80px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-archive {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -64px -48px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-download {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -112px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-today {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -128px -32px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-rename {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: 0px -48px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-duplicate {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px -48px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-tag {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -32px -48px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-edit {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -48px -48px;
    background-size: 160px 128px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gtBtn-edit-white {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-ffffff.png) !important;
    background-position: -48px -48px;
    background-size: 160px 128px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gtBtn-sort {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -144px -48px;
    background-size: 160px 128px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.gtBtn-more {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: 0px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-restore {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-build {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -32px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-add {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -80px -48px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-check {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -64px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-userGroups {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -80px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-sendMore {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -96px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-payments {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -113px -64px !important;
    width: 16px;
    height: 16px;
    background-size: 160px 128px;
}

.gtBtn-share {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/tr-icons-999999.png) !important;
    background-position: -16px -81px !important;
    width: 16px;
    height: 13px;
    background-size: 160px 128px;
}

.gtBtn-resend {
    vertical-align: top;
    display: inline-block;
    background-image: url(../../images/icon-send.svg) !important;
    background-position: 0px 0px !important;
    width: 19px;
    height: 16px;
    background-size: 16px 20px;
}

.icon-sort {
    background-image: url(../../images/tr-icons-999999.png);
    background-size: 235px;
    background-position: 24px -69px;
}

.gtBtn-dark, .gtBtn-darkIcon {
    background-image: url(../../images/tr-icons-666666.png) !important;
}

.gtBtn-whiteIcon {
    background-image: url(../../images/tr-icons-ffffff.png) !important;
}

.gtBtn-blueIcon {
    background-image: url(../../images/tr-icons-17A2F4.png) !important;
}

#mega_client_message .gtBtn-msg {
    height: 12px !important;
    background-position: -16px -2px !important;
}

#mega_client_switch .gtBtn-switch {
    height: 12px !important;
    background-position: -31px -2px !important;
}

.gtBtnIconOnly, .gtBtnIconOnly:hover {
    width: 30px;
    overflow: hidden;
}

a.gtFilterSelectMenu {
    background: none;
}

a.gtGridOpenDisabled:link, a.gtGridOpenDisabled:visited, a.gtGridOpenDisabled:hover, a.gtGridOpenDisabled:active {
    color: #444 !important;
    text-decoration: none;
}

.gtToolbar {
    display: none;
}

#workoutgridToolbar {
    position: absolute;
    top: 14px;
    right: 34px;
    width: 186px;
    height: 24px;
    text-align: right;
    white-space: nowrap;
}

#workoutPreviewToolbar {
    position: absolute;
    top: 0px;
    right: 0;
    height: 24px;
    text-align: right;
    white-space: nowrap;
}

#workoutPreviewToolbar .gtButtonSet {
    margin-right: 0;
}

#workoutPreviewToolbar .gtButtonSet {
    *position: relative;
    *top: -7px;
}

#uCustomExerciseToolbar, #ucClientToolbar, #ucTermToolbar, #uWorkoutLibToolbar {

}

.ucClients_nutritionLink {
    float: left;
    padding: 4px 0;
    font-size: 12px;
}

#qvToolbar {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 350px;
    height: 24px;
    text-align: right;
    white-space: nowrap;
    z-index: 2000;
    display: flex;
}

/* New Close button style overrides -- jQuery UI specific   */
#quickViewWrap > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a,
#aspnetForm > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.calDlg.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a,
body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.mpDialogRoot > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a {
    position: initial;
    right: initial;
    top: initial;
    width: initial;
    margin: initial;
    padding: initial;
    height: initial;
    border: none;
}

#quickViewWrap > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span,
#aspnetForm > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.calDlg.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span {
    top: 8px;
    right: 8px;
}

body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.mpDialogRoot > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span {
    top: 5px;
    right: 5px;
}

#quickViewWrap > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span,
#aspnetForm > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.calDlg.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span,
body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.mpDialogRoot > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span {
    position: absolute;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    background-size: 100%;
    opacity: 0.5 !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url('../../images/UI/close_white.png') !important;
}

#quickViewWrap > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:hover:before,
#aspnetForm > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.calDlg.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:hover:before,
body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.mpDialogRoot > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:hover:before {
    position: absolute;
    height: 16px;
    width: 16px;
    content: ' ';
    background-image: url('../../images/UI/close_blue.png');
    background-color: transparent;
    border: none;
    display: block;
    background-size: 100%;
    opacity: 0;
    animation: fadein 0.25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#quickViewWrap > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:before,
#aspnetForm > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.calDlg.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:before,
body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.mpDialogRoot > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > a > span:before {
    position: absolute;
    height: 16px;
    width: 16px;
    content: ' ';
    background-image: url('../../images/UI/close_blue.png');
    background-color: transparent;
    border: none;
    display: block;
    background-size: 100%;
    opacity: 0;
    animation: fadeout 0.25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#ucMsgToolbar {
    padding: 0px 0 0 0;
    margin-left: 18px;
}

#qv_send_buttonset {
    margin-left: 0px;
}

#bsGraphRangeToolbar, #exerGraphRangeToolbar {
    width: 500px;
}

#exerGraphToolbar {
    width: 122px;
    margin: 0px 8px;
}

#ucPhotoToolbarRight {
    float: right;
    margin-right: 8px;
    margin-left: 5px;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background-color: white;
    color: #666;
    font-weight: 300;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #f2f2f2;
    color: #229Ed4;
    border: 1px solid transparent;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #229Ed4;
}


.gtToolbarMenuWrap {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 100;
}

.gtToolbarRight {
    text-align: right;
}

.gtToolbar .gtToolbarButton {
    font-size: 11px !important;
}

#bsGraphToolbarPreset .ui-button {
    margin-right: -6px;
}

.gtToolbar .ui-buttonset {
    margin-left: 8px;
    margin-right: 8px;
}

#div_client_userGroup_buttonset,
#div_client_tag_buttonset,
#div_client_payment_buttonset,
#client_copy_buttonset {
    display: inline-block;
}

.gtToolbar .ui-button-icon-only .ui-button-text,
#gtToolbar_copy > span.ui-button-text,
#gtToolbar_sendMore > span.ui-button-text,
#btn_payments > span.ui-button-text,
#addTag > span.ui-button-text,
#btn_add_userGroup > span.ui-button-text {
    padding: 3px !important;
}

#gtToolbar_copy > span.ui-button-icon-secondary.ui-icon.ui-icon-triangle-1-s {
    right: 0.2em !important;
}

#ucClientToolbar span.ui-button-icon-secondary {
    right: 2px !important;
}

#gtToolbar_print .ui-button-text,
#gtToolbar_export .ui-button-text {
    padding-left: 24px;
}

.gtToolbar .ui-button-text-only .ui-button-text {
    padding: 3px 8px 3px 8px;
    color: #000;
    position: relative;
    top: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.gtToolbar .ui-button-text-icon-primary .ui-button-text {
    padding: 3px 8px 3px 24px;
    color: #000;
    position: relative;
    top: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

#clientGridDiv .gtToolbar .ui-button-text-icon-secondary .ui-button-text {
    color: #000;
}

#clientGridDiv #ph_NoClientSharedTrainer .nullDash-img,
#clientGridDiv #ph_NoClients .nullDash-img {
    display: flex;
    width: 365px;
    height: 270px;
    background-size: cover;
    margin-bottom: 15px;
}

#clientGridDiv #ph_NoClientSharedTrainer .nullDash-img img,
#clientGridDiv #ph_NoClients .nullDash-img img {
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.gtToolbar .ui-button-text-icon-secondary .ui-button-text {
    padding: 3px 26px 3px 8px;
    color: #000;
    position: relative;
    top: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.gtToolbar .ui-button-text-icons .ui-button-text {
    padding: 3px 26px 3px 28px;
    color: #000;
    position: relative;
    top: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.gtToolbar .ui-button-text-icon-secondary .ui-button-icon-secondary {
    right: 2px;
}


.gtBtnBar button.gtBtn-blue, .gtBtnBar button.gtBtn-blue:hover {
    margin-right: 4px;
}

.gtField {
    border: 1px solid #eaeaea;
    background: #FFF;
    padding: 3px 2px 1px 2px;
    color: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gtFieldWeeks {
    width: 20px;
}

.gtDatepicker {
    width: 88px;
    cursor: pointer;
}

.gtOptionsBox {
    border: 1px solid #CCC;
    background: #EFF9FF;
    color: #888;
}

.gtRadioStripLarge .ui-button-text {
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 6px 13px !important;
    font-weight: normal !important;
}

.gtRadioStripLarge .ui-button {
    margin-right: -6px !important;
}

.gtDlgSelectedLabel {
    position: absolute;
    bottom: 16px;
    right: 16px;
    position: absolute;
    color: #999;
}

.gtDlgRadioList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gtDlgRadioList li {
    margin: 0;
    padding: 0 0 8px 0;
}

textarea.gtField {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
}

.gtField:focus {
    border: 1px solid rgba(161, 198, 238, 1) !important;
    outline: 0;
    -webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
}

.gtFieldLarge {
    padding: 3px;
    font-size: 12px;
}


.gtTabstrip .ui-button {
    padding: 4px;
}

.gtTabstrip .ui-button .ui-button-text {
    padding: 0;
}

.gtTabstrip .ui-button-text-icon-primary {
    padding: 4px 24px 4px 4px;
}

.gtTabstrip .ui-icon-triangle-1-s {
    right: 4px;
    left: auto;
}


/* gtSearchBar */
.gtSearchBar {
    position: relative;
    float: right;
    margin-top: 1px;
    margin-right: 2px;
}

#workoutTemplateWrap .gtSearchBar {
    width: 107%;
}

.gtSearchBar .magIcon {
    background-image: url(../../images/searchBar/search.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 3px;
    left: 2px;
}

.gtSearchBar .clear {
    background-image: url(../../images/searchBar/clear.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 5px;
    right: 6px;
    background-color: #BBB;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
    opacity: 0.7;
}

.gtSearchBar .clear:hover {
    opacity: 1
}

.gtSearchBar input[type=text] {
    background: #FFF;
    padding: 3px 21px 3px 21px;
    font-size: 13px;
    line-height: 14px;
    height: 22px;
    margin: 1px 2px 0 0;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    outline: 0;
    box-sizing: border-box;
}

.gtSearchBar input[type=text]:focus {
    border: 1px solid #05A9F5;
}

.gtSearchBar input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}

.gtSearchBar input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}

.gtSearchBar input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}

.gtSearchBar input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
}


.gtPointer {
    cursor: pointer;
}

.ezpz-hint {
    color: #AAA !Important;
}

textArea, input[type=text] {
    font-family: Helvetica, Arial, sans-serif;
}

.trWifi {
    background: red;
}

.trMobile {
    background: red;
}

.gtGreenBox {
    background: #EBF7CF;
    border: 1px solid #85C600;
}

.gtSparkline {
}

.gtSparkline .loading {
    font-size: 11px;
    color: #AAA;
    padding: 32px auto;
}

.jqstooltip {
    z-index: 20000;
    position: absolute;
    top: 172px !important;
    height: 36px;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    padding: 5px !important;
    background-color: #303133 !important;
}

.jqsfield {
    position: absolute;
    top: 172px !important;
    height: 36px;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    padding: 5px !important;
    background-color: #303133 !important;
}

.graphToolTipBottom {
    margin-top: 8px;
}

.uploader_sel_file {
    height: 8px;
    font-size: 2px;
    line-height: 2px;
    overflow: hidden;
    margin-top: 4px;
}

.searchIcon {
    height: 23px;
    width: 21px;
    background: url(../../images/UI/searchBtn.png) no-repeat 0px 2px;
}

.vidIcon {
    width: 64px;
    border: 1px solid;
}

.vidIconWrap {
    height: 48px;
    cursor: pointer;
}

.searchIcon-grey {
    background: url(../../images/configExercises/search.png) no-repeat;
    width: 18px;
    height: 18px;
}

.feedback {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}

.feedbackErr {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #FF5366;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.sideMenuItem, .sideMenuItem:hover {
    margin: 0;
    padding: 0;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
}

.sideMenuItem a {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.sideMenuItem a:hover {
    text-decoration: none;
}

.breakItem {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.breakDiv {
    width: 100%;
    background-color: #424242;
    height: 1px;
    overflow: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1px;
}

.breakDiv .l {
    border-left: 1px solid #6D6D6D;
    float: left;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.breakDiv .r {
    border-right: 1px solid #6D6D6D;
    float: right;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.topLineDiv {
    width: 100%;
    background-color: #6D6D6D;
    height: 1px;
    overflow: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1px;
}

.topLineDiv .l {
    border-left: 1px solid #6D6D6D;
    float: left;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.topLineDiv .r {
    border-right: 1px solid #6D6D6D;
    float: right;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.uploader_sel_file {
    font-size: 11px;
    margin-top: 8px;
}

/* new kroon site wide looks */
.gtOrangeHeader {
}


/* menu */

.TopGroup {
    z-index: 99;
    position: relative;
}

.SpaceTab {
}

.gtSideMenuRP:first-of-type {
    border-top: none;
}

.gtSideMenuRP .content {
    padding: 0px !important;
}

.gtSideMenu, .gtSideMenu ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.gtSideMenu em {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #777;
    font-style: normal;
    margin-right: 4px;
    font-size: 12px;
}

.gtSideMenu li {
    height: 40px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 5px;
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: none;
}

.gtSideMenu li.selected {
    padding: 0;
}

#itemsForFMS {
    margin-top: 39px !important;
}

#trainingPlans.gtSideMenu li {
    flex-direction: column;
}

.gtSideMenu .selected {
    /* font-weight: bold; */
    background-color: #EEEFF0;
}

.gtSideMenu .noBtmBorder {
    border-bottom: none !important;
}

.gtSideMenu > li.clientFilter > div {
    color: #444;
    text-decoration: none;
    padding: 0 4px 0 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-grow: 1;
}

.gtSideMenu a {
    color: #444;
    display: block;
    text-decoration: none;
    padding: 6px 4px 6px 18px;
    width: 100%;
}

.gtSideMenu > li.subFilter > div {
    padding-left: 40px;
}

li#clientsMenu_pending > div {
    color: #FC435D;
}

.gtSideMenu li a:hover {
    color: #229Ed4;
}

.gtSideMenu .gtSideMenuOptions {
    padding: 0 !important;
    margin: 0 !important;
}

#bsSideMenu_bsGraph_options {
    height: auto;
    background-color: #fff;
    overflow: hidden;
}

.gtSideMenu ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}


/*.gtSideMenu li ul li.selected {
background:none !important;
}*/
.sideDefaultTab {
    background-repeat: repeat-x;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}

.sideSelectedTab {
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}

.childFilterSelected {
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}

/* clientGrid.attention */

img.attnRed {
    border: 1px solid #CF3B33;
}

img.attnOrange {
    border: 1px solid #FF7E00;
}

img.attnGreen {
    border: 1px solid #ADD831;
}

#clientGridDiv .icon44, .trainerGrid_row img.icon44 {
    width: 44px;
    height: 44px;
    margin-top: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ebebeb;
}

#clientGridDiv .attnRedRow .icon44 {
    /*border: 1px solid #CF3B33 !important;*/
}

#clientGridDiv .attnOrangeRow .icon44 {
    /*border: 1px solid #FF7E00 !important;*/
}

#clientGridDiv .attnGreenRow .icon44 {
    /*border: 1px solid #ADD831 !important;*/
}

#clientGridDiv .filterRight {
    padding-left: 26px;
}

.attnRed, #qv_needingAttn.attnRed {
    color: #CF3B33;
}

.attnOrange, #qv_needingAttn.attnOrange {
    color: #FF7E00;
}

.attnGreen, #qv_needingAttn.attnGreen {
    color: #ADD831;
}

.attnRedRow .attnLab {
    color: #CF3B33 !important;
}

.attnOrangeRow .attnLab {
    color: #FF7E00 !important;
}

.attnGreenRow .attnLab {
    display: none;
}

#clientNeedAttnMeaning {
    font-size: 13px;
}

.Level2Group {
    background: transparent;
}

/* General */
.noPad {
    padding: 0 !important;
}

.p8 {
    padding: 8px !important;
}

.p16 {
    padding: 16px !important;
}

.p32 {
    padding: 32px !important;
}

.p8t {
    padding-top: 8px !important;
}

.p16t {
    padding-top: 16px !important;
}

.pad8 {
    padding: 8px;
}

.btm8 {
    padding-bottom: 8px;
}

.h8 {
    height: 8px;
    line-height: 0;
    font-size: 0;
}

.h16 {
    height: 16px;
    line-height: 0;
    font-size: 0;
}

.h24 {
    height: 24px;
    line-height: 0;
    font-size: 0;
}

.h32 {
    height: 32px;
    line-height: 0;
    font-size: 0;
}

.h64 {
    height: 64px;
    line-height: 0;
    font-size: 0;
}

.cent {
    text-align: center;
}

.m8 {
    margin: 8px;
}

.m16 {
    margin: 16px;
}

.ml8 {
    margin-left: 8px;
}

.ml20 {
    margin-left: 20px;
}

.mr8 {
    margin-right: 8px;
}

.m8b {
    margin-bottom: 8px;
}

.m16b {
    margin-bottom: 16px;
}

.textMaxContent {
    width: max-content;
}

.clb {
    clear: both;
}

.imageMiddle {
    vertical-align: middle;
}

.waitOverlay {
    background-image: url(../../images/fade_wait.png);
}

.lightOverlay {
    background: #222;
    background: rgba(0, 0, 0, 0.05);
}

.whiteOverlay {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.7);
}

.spinnerDiv {
    height: 23px;
    white-space: nowrap;
    text-align: left;
}

.spinnerDiv .spinner {
    float: left;
    margin-right: 8px;
}

.spinnerText {
    font-size: 13px;
    line-height: 23px;
    color: #777;
}

.pickerIcon {
    margin-top: 6px;
    cursor: pointer;
    cursor: hand;
}

.dlgFloat {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.ui-datepicker-trigger {
    padding: 0px 0 0 4px;
    position: relative;
    top: 4px;
    cursor: hand;
    cursor: pointer;
}

#exerGraphRangeToolbar .ui-datepicker-trigger {
    width: 20px;
}

.gt-pointer {
    cursor: pointer;
}


/* Footer */
.ftIcon {
    position: relative;
    top: 2px;
    border: 0;
}

/* ComboBox dropdown menu */
.ddn {
    cursor: default;
    color: #D3D3D3;
    background: url(../../images/langDdlConBG.png);
    font-size: 11px;
    border: 1px solid #6D6D6D;
    z-index: 20000 !important;
}

.ddn-con {
    width: 98px;
    height: auto;
    background-color: transparent;
    text-align: left;
}

.ddn-item {
    width: 82px;
    padding-left: 8px;
    line-height: 22px;
    background: none;
}

.ddn-item-hover {
    width: 82px;
    padding-left: 8px;
    line-height: 22px;
    color: white;
}

.cmb {
    padding-left: 4px;
    background-color: transparent;
    border: none;
    float: left;
}

.cmb-hover {
    background-color: #2C2C2C;
    padding-left: 4px;
    border: none;
}

.txt {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #CCCCCC;
}

.cmb-hover .txt {
    color: white;
}

.t_text .icon {
    margin: 8px 8px 8px 0;
}


/*acct dropdown */
.t_ddn {
    cursor: default;
    color: #CCC;
    background: url(../../images/langDdlConBG.png);
    font-size: 14px;
    border: 1px solid #6D6D6D;
    z-index: 20000 !important;
}

.t_ddn-con {
    width: 298px;
    height: auto;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
}

.t_ddn-item {
    width: 298px;
    line-height: 22px;
    background: none;
    cursor: pointer;
}

.t_ddn-item-hover {
    width: 298px;
    line-height: 22px;
    color: white;
    background: url(../../images/siteMenuL2_hov.png);
    cursor: pointer;
}

.t_ddn-item-disabled {
    color: #888;
    cursor: default;
}

.t_cmb, .t_cmb-hover {
    padding-left: 4px;
    background-color: transparent;
    border: 1px solid #666;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
}

.t_cmb-hover {
    color: white;
}

.t_txt {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #CCC;
    cursor: pointer;
}

.t_cmb-hover .txt {
    color: white;
}

.t_ddn-item-disabled .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    zoom: 1;
}

.t_ddn-sep {
    width: 298px;
    background-color: #6D6D6D;
    background: url(../../images/menu_sep_bg.png) left top repeat-y #888888;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    height: 15px;
    margin: 0;
    padding: 3px 2px 1px 4px;
    color: #FFF;
}


/* Dialogue titlebar */
.dlg {
    border: 1px solid white;
    background-color: #232323;
    text-align: left;
}

.ttl {
    width: 100%;
    height: 30px;
    cursor: move;
    background-image: url(../images/dialog/dialog_head_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

.ttl-m {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 6px 0 0 6px;
}

.noTitleBar .ui-dialog-titlebar {
    display: none;
}


.switchDialog {
    border: 0;
    background: none;
    text-align: center !important;
}

.gtAlert {
    background: #000 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.gtAlertWhite {
    background: #FFF !important;
    background: rgba(255, 255, 255, 255) !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#dlg_switch {
    overflow: hidden;
    display: inline-block;
}

#switchAccountDlgText {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF !important;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    color: #FFF;
    background: url(../../images/spinnerSnakeDark.gif) no-repeat 0 4px;
    padding: 0 0 0 24px;
    max-width: 584px;
}

#dlg_successTrainedFirstClient .screenshot {
    width: 491px;
    height: 173px;
    background: url(../../images/dialog/dlg_successTrainedFirstClient_screenshot.png) top left no-repeat;
}

/* Dialogue contents */
.congrats {
    padding-left: 54px;
    background: url(../../images/ui/congrats.png) top left no-repeat;
}

.con {
    height: 198px;
    font-size: 12px;
    margin: 18px 18px 0 18px;
    overflow: hidden;
}

.conNoPad {
    height: 198px;
    font-size: 12px;
    margin: 4px 4px 0 4px;
    overflow: hidden;
}

.dlgTb {
    background-color: #717171;
    border: medium none;
    color: White;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
    padding: 2px;
}

.dlgTb100 {
    width: 100px;
}

.dlgTb200 {
    width: 100px;
}

/* workout dialog */
.woDlg {
    text-align: left;
    position: relative;
    border: 1px solid white;
    background: url(../../images/UI/dlg_bg.jpg) #313131 top repeat-x;
    font-size: 13px;
    overflow: auto;
    overflow-x: hidden;
}

.woDlg h1, .woDlg h2, .woDlg h3, .woDlg h4 {
    margin: 0;
    padding: 0;
}

.woDlg h1 {
    font-size: 24px;
    line-height: 24px;
    color: #AAA;
}

.woDlg h2 {
    font-size: 16px;
    line-height: 16px;
}

.woDlg h4 {
    font-size: 12px;
    line-height: 14px;
}

.woDlg .listbox {
    background: none;
    color: white;
}

.smallText {
    font-size: 11px;
    color: #AAA;
}

.dlgIcon {
    float: right;
}


/* Dialogue footer */
.ftr {
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../images/dialog/dialog_foot_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

/* ftr-m width is dialogue width (450px) - 18px (the left & right divs are 9px each) */
.ftr-m {
    margin: 6px 0 0 18px;
}

/* trainer panel */


.trainerToolbar {
    height: 36px;
    width: 990px;
    margin: 0 auto 0 auto;
    position: relative;
}

.trainerToolbar .pad {
    padding: 4px 0 0 0;
}

#workoutSparklineWrap {
    height: 128px;
    margin-bottom: 26px;
    overflow: hidden;
}

#workoutSparklineWrap div.text {
    color: #737373;
    font-size: 14px;
    font-weight: bold;
}


/*#workoutSparklineWrap #workoutSparklineCanvasWrap { --------------- alexander commented
style="position:relative"
}*/

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineRange {
    position: absolute;
    top: 135px;
    width: 316px;
    color: #555;
    font-size: 12px;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineRange #4weeksAgo {
    float: left;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineRange #lastWeek {
    float: right;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineLegend {
    position: absolute;
    top: 148px;
    width: 286px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineLegend span {
    margin-right: 8px;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineLegend em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineLegend #workout em {
    background: #05A9F5;
}

#workoutSparklineWrap #workoutSparklineCanvasWrap #workoutSparklineLegend #cardio em {
    background: #8cc34b;
    position: absolute;
    float: left;
    top: 0;
    font-size: 12px;
    float: right;
    height: 20px;
    line-height: 20px;
}

.trn_tb_con {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
}

#note_editDel {
}

/* toolbar2 edition panel */
#tb_profWrap {
    font-size: 13px;
    width: 400px;
    height: 36px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

#tb_profWrap .tb_profIcon, #mm_profWrap .tb_profIcon {
    height: 36px;
    width: 36px;
    float: left;
    margin-right: 8px;
}

.mmDropDown {
    float: left;
    background: url(../../images/lm-icons.png?v3) -120px 0 no-repeat;
    background-size: cover;
    width: 30px;
    height: 24px;
    margin-top: 6px;
    margin-left: 7px;
}

#tb_profWrap #lab_welcome {
    font-size: 18px;
    line-height: 19px;
}

#upgradeLink {
    padding-left: 8px;
    width: 600px;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
    height: 18px;
}

#upgradeLink.toolbar {
    color: #999;
}

#upgradeLink.toolbar:hover {
    color: #FFFFFF;
}

.viewLab {
    white-space: nowrap;
    font-weight: bold;
}

.acctType {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #CCC;
}

.acctType a {
    font-size: 10px;
    color: #335EDE;
}

/* switched into bar */

#switchedIntoBar {
    opacity: 1;
    padding: 4px;
    position: relative;
    margin: 0px 8px 16px 8px;
    background: #F7FCFF;
    border: 1px solid #4EC3F8;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 24px;
}

#switchedIntoBar h4 {
    color: #777;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 9px;
    opacity: 0.7;
}

#switchedIntoBar .profileWrap {
    height: 24px;
    margin-right: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
}

#switchedIntoBar .tb_profIcon {
    width: 28px;
    height: 28px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;;
}

#switchedIntoBar .name {
    margin-left: 34px;
    color: #444455;
    font-size: 18px;
    line-height: 28px;
    vertical-align: top;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;;
    z-index: 999;
}

#switchedIntoBar .injury {
    width: 16px;
    height: 16px;
    border: 1px solid #F6F6F6;
    position: absolute;
    bottom: -5px;
    left: 13px;
    background-size: 20px 20px;
    background-color: transparent;
    background-image: url(../../images/cqv/trainerNotesBadge.png) !important;
    background-position: 50% 50%;
    border-radius: 10px;
}

#switchedIntoBar .viewLink {
    font-size: 13px;
    line-height: 28px;
    vertical-align: top;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

#switchedIntoBar .msg {
    width: 26px;
    height: 26px;
    background-image: url(../../images/activeSession/msg.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 5px;
}

#switchedIntoBar .msg:hover {
    opacity: 1;
}


/* UI Buttons */
.ui_gtRB {
    height: 22px;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.ui_gtRB .l {
    width: 8px;
    height: 22px;
    background-image: url(../../images/UI/gtRB_l.gif);
    float: left;
}

.ui_gtRB .m {
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    background-image: url(../../images/UI/gtRB_bg.gif);
    background-repeat: repeat-x;
    float: left;
    text-transform: uppercase;
    color: #fff;
}

.ui_gtRB a, div.post .text .ui_gtRB a {
    text-decoration: none;
    color: white;
    border: 0;
}

.ui_gtRB .r {
    width: 8px;
    height: 22px;
    background-image: url(../../images/UI/gtRB_r.gif);
    float: left;
}

.btnRound, .btnRound:hover {
    padding: 4px 6px 2px 6px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    width: auto;
    overflow: visible;
    font-size: 11px !important;
    line-height: 13px !important;
    background: none;
    color: #EEE;
    text-transform: uppercase;
    border: 1px solid #EEE;
    -webkit-border-radius: 2px; /* for Safari */
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    cursor: hand;
    margin: 0;
}

.btnRound:hover {
    background: #3365FA;
}

/* cache def */
.cacheDiv {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.cacheImg {
    width: 0;
    height: 0;
}


/* main panel */


.mainPanel {
    height: 100%;
}

.recentActivityPanel {
    height: 100%;
    background-color: #f9fafc;
    border-left: 1px solid #ebebeb;
}


.mainPanel .head {
    height: 8px;
    margin: 0;
    overflow: hidden;
}

.mainPanel .head .tl {
    height: 8px;
}

.mainPanel .head .tr {
    height: 8px;
}

.mainPanel .head .tc {
    height: 8px;
    line-height: 5px;
    background: #EEE; /* widgetBg */
    margin: 0 8px 0 8px;
}

.mainPanel .foot {
    height: 8px;
    margin-bottom: 4px;
}

.mainPanel .foot .bl {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 8px;
}

.mainPanel .foot .br {
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 8px;
}

.mainPanel .foot .bc {
    height: 8px;
    margin: 0 8px 0 8px;
}

.mainPanel .content {
    margin: 0;
    position: relative;
    height: 100%;
}

.mainPanel .text h1 {
}

.mainPanel .text p {
    font-size: 13px;
    width: 400px;
}

.mainPanel .text #catCol ul.pageLinks li {
    margin-bottom: 2px;
    font-size: 14px;
}

.mainPanel .text .pad {
    padding: 0px 16px 16px 16px;
}

.mainPanel .text h1 {
    color: white;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 16px 0;
}

.mainPanel .text h2 {
    color: #6898F9;
    font-size: 18px;
    line-height: 20px;
    margin: 8px 0 4px 0;
    width: 75%;
}

.mainPanel .text h3 {
    color: #6898F9;
    font-size: 16px;
    line-height: 18px;
    margin: 8px 0 4px 0;
    width: 75%;
}

.mainPanel .text h4 {
    color: #6898F9;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 4px 0;
    width: 75%;
}

.mainPanel .text h5 {
    color: #6898F9;
    font-size: 13px;
    line-height: 15px;
    margin: 8px 0 4px 0;
    width: 75%;
}

.mainPanel .text h6 {
    color: #6898F9;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    margin: 8px 0 4px 0;
    width: 75%;
}


.mainPanel .text p {
    font-size: 13px;
    color: #eee;
    line-height: 16px;
    margin: 0 0 12px 0;
    width: 75%;
}

.mainPanel .text ul, .mainPanel .text ol {
    margin: 8px 0 8px 0;
    padding: 0 0 0 16px;
    width: 75%;
}

.mainPanel .text ul li {
    list-style-type: square;
    list-style-image: none;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-left: 16px;
    padding: 0;
}

.mainPanel .text ol li {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-left: 16px;
    padding: 0;
}

.mainPanel .text strong {
    color: #EEE;
}

.mainPanel .text blockquote {
    border: 1px solid #666;
    font-size: 13px;
    padding: 16px;
    margin: 0;
}

.mainPanel #cbfa-footer {
    font-size: 12px;
    font-weight: 300;
    color: #9a9a9a;
}


/* end main panel */

/* Profile panel */
#rpAcctProfile #menuAcctProfile_profile {
    background-repeat: repeat-x;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding: 6px 0px;
    border-radius: 5px;
    font-weight: bold;
}

#menuAcctProfile_profile img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding: 0px 6px;
}

#menuAcctProfile_profile a {
    color: #444;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.menuAcctProfile_name {
    vertical-align: top;
    line-height: 26px;
}

#rp_ExerciseLibraryMenu .content {
    margin: 0;
    padding: 0;
    height: 93%;
    max-height: 93%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

/* left menu override */
.main_leftMenu_Left {
    overflow-y: auto;
}

ul.funcLink {
    margin: 0 0 0 0 !important;
}

.funcLink li {
    margin: 0;
    padding: 0 0 0 16px;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    vertical-align: top;
    background: url(../../images/UI/icon_func.png) top left no-repeat;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.funcLink .sel {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.funcLink li a {
    margin: 0 !important;
}

.func_sep {
    line-height: 0px;
    font-size: 0;
    height: 8px;
    padding: 0;
    margin: 0;
}


/*group */
#groupLogo {
    width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    /*-moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;*/
    /*margin-bottom: 4px;*/
    background-size: 100%;
    /*padding: 2px;*/
    box-sizing: border-box;
}

#groupLogo.null {
    background: url(./images//mainPanel_cont_bg.png) repeat;
}

#groupLogo .text {
    padding: 8px 8px 0px 8px;
}

#groupLogo h1 {
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 170px;
}

.roundCorner {
    -moz-border-radius: 4px;
    -saf-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* icons profiles */

.icon12 {
    width: 12px;
    height: 12px;
    border: 1px solid #666;
}

.icon16 {
    width: 16px;
    height: 16px;
    border: 1px solid #666;
}

.icon24 {
    width: 24px;
    height: 24px;
    border: 1px solid #666;
    background-repeat: no-repeat;
    background-position: center;
}

.icon32 {
    width: 32px;
    height: 32px;
    border: 1px solid #666;
    background-repeat: no-repeat;
    background-position: center;
}

.icon44, .icon46 {
    width: 44px;
    height: 44px;
    border: 2px solid #cdcdcd;
    background-repeat: no-repeat;
    background-position: center;
}

.icon88 {
    width: 88px;
    height: 88px;
    border: 1px solid #666;
}

.icon-woStats {
    background: url(../../images/tr_icon_stats.png);
}

.icon-wifi {
    background: url(../../images/tr_icon_wifi.png);
}

.icon-iphone {
    background: url(../../images/tr_icon_mobile.png);
}

.icon-add {
    background: url(../../images/tr_icon_add.png);
}

.icon-print {
    background: url(../../images/tr_icon_print.png);
}

.icon-view {
    background: url(../../images/tr_view.png);
}

.icon-edit {
    background: url(../../images/tr_edit.png);
}

.icon-grey {
    background-color: #888;
    border: 0 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.iconJQ18 {
    width: 18px;
    float: left;
    margin-right: 4px;
}

.noProf {
    background: url(../../images/UI/noProfIcon.png);
}

.pageLayer {
    z-index: 0;
}

.profilePanel {
}

.profilePanel h1 {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
    line-height: 15px !important;
    font-weight: bold !important;
    color: white !important;
    width: 100%;
}

.profilePanel h2 {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: normal;
}

.widProfIcon {
    margin-right: 4px;
    width: 52px;
}

.widProfIcon .acctTag {
    padding: 3px 4px 1px 4px;
    text-align: center;
    color: #FFFFFF;
    background: #335EDE;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*position:relative; top:-12px; left:4px; zoom:1; display:inline-block;*/
    float: left;
    display: inline-block;
    margin-top: -12px;
    margin-left: 4px;
    z-index: 100;
}

.menu_icon {
}


/* grid def */
.Grid {
    border: 1px solid #57566F;
    border-bottom: 2px solid #57566F;
    background-color: #FFFFFF;
    cursor: pointer;
}

.GridData {
    border: 0px;
    border-left: 5px solid black;
    border-right: 5px solid black;
    height: 337px;
}

a.gridBtn:link, a.gridBtn:hover, a.gridBtn:visited, a.gridBtn:active {
    cursor: pointer;
    cursor: hand;
    color: #CCC;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #848484;
    padding: 3px 4px 2px 4px;
    border: none;
    text-decoration: none;
    height: 17px;
    line-height: 20px;
    background-color: #848484;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

a.gridBtn:hover {
    color: #FFF;
    background-color: #A2A2A2;
}

.GridFirstCol {
    padding-left: 12px !important;
}

.GridLeftBorder {
    border-left: 1px solid;
}

.SelectedRow td.DataCell {
    background: #E5F1FE;
}

.SelectedRow td.DataCell a.gridBtn {
    color: #FFF !important;
    background-color: #B1B1B1;
}

.SelectedRow td.DataCell a.gridBtn:hover {
    color: #FFF !important;
    background-color: #C2C2C2;
}


.GridNotify {
    color: #FFF;
    font-size: 12px;
    background: #FF813C; /* Old browsers */
    background: -moz-linear-gradient(top, #FF9F75 0%, #FF813C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9F75), color-stop(100%, #FF813C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF9F75 0%, #FF813C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF9F75 0%, #FF813C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF9F75 0%, #FF813C 100%); /* IE10+ */
}

.GridFooter {
    padding: 17px 8px 5px 8px;
    vertical-align: bottom;
    font-size: 12px !important;
    font-weight: bold;
}

.PagerText {
    font-size: 13px;
    color: #888;
}

.HeadingRow {
    display: none;
}

.HeadingCell, .HeadingCellHover, .HeadingCellActive {
    background: #CCC;
    color: #555;
    padding: 1px 4px 1px 4px;
    cursor: pointer;
    cursor: hand;
    border-left: 1px solid #999;
    border-collapse: collapse;
}

.HeadingFirstCol {
    border-left: none !important;
}

.firstCell {
    border-left: none !important;
}

.HeadingCellText, .firstCell {
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-align: left;
    color: #777;
    padding-top: 2px;
    padding-bottom: 0px;
}

.HeadingCellText {
    padding-top: 4px;
    padding-bottom: 4px;
}

.firstCell {
    padding-left: 4px;
}

.Row {
    background: none;
    cursor: pointer;
    height: 44px;
}

.Row a:link, .Row a:visited, .Row a:active {
    text-decoration: none !important;
}

.Row a:hover {
    text-decoration: underline !important;
}

.RowText {
    background: none;
    cursor: pointer;
}

.Row td, .RowText td {
    cursor: pointer;
    cursor: hand;
}

.deactive {
    color: #666 !important;
}

.cellBorder {
    border: 1px solid #666 !important;
    border-collapse: collapse;
}

.borderBottom {
    border-bottom: 1px solid #666 !important;
    border-collapse: collapse;
}

td.DataCell {
    font-size: 10px;
    text-align: left;
    height: 24px;
    cursor: pointer;
    cursor: hand;
    border-bottom: 1px solid #f4f4f4;
}

td.DataCellLarge {
    font-size: 13px;
}

.DataCellText {
    padding: 4px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}

.grid_desc {
    color: #B3B5B6;
    font-size: 11px;
    overflow: hidden;
    white-space: normal;
    height: 12px;
    text-overflow: ellipsis;
    font-weight: normal;
}


.grid_add {
    cursor: pointer;
    cursor: hand;
    margin-left: 4px;
}

.grid_exerName {
    font-size: 15px;
    font-weight: bold;
    width: 580px;
}

/* workout templates grid */
.gtJSGrid {
    position: relative;
    min-height: 20px;
    height: 644px;
}

.gtJSGrid-content {
    height: 100%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

#div_workoutsGridJs .gtJSGridContent {
    min-height: 440px;
}

#msgList .gtJSGridContent {
    min-height: 400px;
}

.gtJSGridRow {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.gtJSGrid .refreshDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.5);
}

.gtFooter {
    margin: 4px;
}

.gtFooter .total {
    position: relative;
    top: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}

#gtFooter_trainers {
    width: 100%;
    bottom: 0;
    right: 0;
    margin: 4px 0;
    box-sizing: border-box;
    padding: 0 4px;
    position: absolute;
}

#workoutsGridJs {
    width: 100%;
}

#divWorkoutLibInst {
    margin: 10px 8px;
}

#workout-footer {
    font-size: 12px;
    font-weight: 300;
    color: #9a9a9a;
    clear: both;
    margin: 0 10px;
}

#gtFooter_workouts {
    width: 250px;
    float: right;
}

.grid_wo_wrap {
    width: 100%;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.grid_wo_wrap input[type="checkbox"] {
    position: absolute;
    top: 7px;
    left: 6px;
}

.grid_woName .gtGridOpen {
    font-size: 16px;
    width: 630px;
    position: absolute;
    top: 0px;
    left: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid_woName .gtGridOpen:hover {
    color: #FFF;
}

.grid_woName .workoutIcon {
    position: absolute;
    left: 29px;
    top: 0px;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: #989898;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.div_workoutsGridJs {
    min-height: 480px;
    position: relative;
}

.grid_wo_wrap .gtBtnBar {
    float: right;
    margin-top: 4px;
}

.grid_woName .grid_desc {
    width: 380px;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid_wo_wrap .updated {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    right: 53px;
    font-weight: normal;
    width: 320px;
    text-align: right;
    color: #AAA !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid_wo_wrap .workout_tag {
    position: absolute;
    bottom: 0px;
    right: 13px;
    height: auto;
    color: #bbbbbb;
    font-weight: 100;
    font-size: 13px;
}

.grid_wo_wrap .workout_tag span {
    background-image: url(../../images/UI/icons/tagGrey.png);
    vertical-align: text-bottom;
}

ul li span.tr-tag-grey {
    background-image: url(../../images/UI/icons/tagGrey.png);
    vertical-align: text-bottom;
}

.ScrollBar {
    background-image: url(../images/scroller/scroller_bg.gif);
}

.ScrollGrip {
    background-image: url(../images/scroller/scroll_gripBg.gif);
}


/* grid toolbar */
.customExer_wrap {
    height: 32px;
    padding: 4px;
    position: relative;
}


.customExer_wrap .type {
    position: absolute;
    left: 510px;
    top: 8px;
    font-size: 11px;
    color: #999;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customExer_wrap .bodyPart {
    position: absolute;
    left: 510px;
    top: 23px;
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.customExer_wrap .grid_desc {
    position: absolute;
    left: 44px;
    top: 23px;
    width: 450px;
    font-size: 13px;
    line-height: 110%;
    height: 16px;
    color: #666 !important;
}

.customExer_wrap .grid_desc .created {
    float: right;
    width: 160px;
    text-align: right;
    font-size: 11px;
    color: #787878;
}

.customExer_wrap .grid_desc .desc {
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    color: #787878;
    text-overflow: ellipsis;
}

.customExer_wrap .grid_exerName {
    width: 500px !important;
    border-right: 1px solid #CCC !important;
    height: 36px !important;
}

.customExer_wrap .youtubeIcon {
    position: absolute;
    right: 8px;
    top: 12px;
    opacity: 0.5;
    width: 16px;
    height: 16px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAS1BMVEX////6+vrk5OTd3d3V1dXMzMzFxcW+vr61tbWrq6ulpaWZmZmTk5ONjY2EhIR7e3tzc3Nra2tmZmZbW1tSUlJKSkpDQ0M6OjozMzMJwtkBAAAACXBIWXMAAArrAAAK6wGCiw1aAAAAFXRFWHRDcmVhdGlvbiBUaW1lADYvMTQvMTI/qPn6AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAJFJREFUGJVdz9sOgzAIBmAU6MHWFnt+/ydddXOZ+wM3XwIBGH+B2b2O8oBmo3vAcCpttkisNwjlzQXvyg3JZL+H8AvNmGTMd2T0Ueto/b00sNaa1SzFHCesELIGcAgz6wRcSHCzknTYATsMAoosR0y5lOUEBJITYjnsB9CvWXz2R7x2JCQiJlKomPZ+fXunzYNeo6sQJzoeSMYAAAAASUVORK5CYII=) top left no-repeat;
}

.customIcon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

/* ----- */

/* brand color */
.brandText {
    color: #335EDE;
}

.brandBg {
    background: #335EDE;
}

/* customized content */
.copy, .copy pre {
    font-size: 13px;
}

.copy pre {
    font-family: Helvetica, Arial, sans-serif;
    margin: 8px;
}

.copy h1 {
    color: #335EDE;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy h6 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copy p {
    width: 75%;
    margin-top: 0;
}

.copy .designer_tooltip {
    border: 1px dotted #AAA;
    color: #AAA;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.copy blockquote {
    border: 1px solid #666;
    font-size: 13px;
    padding: 16px;
    margin: 0;
}

.copy ul, .copy ol {
    margin: 8px 0 8px 0;
    padding: 0 0 0 32px;
    width: 75%;
}

.copy ul li {
    list-style-type: square;
    list-style-image: none;
}

.copy li {
    margin-bottom: 16px;
    margin-bottom: 8px;
    width: 75%;
    margin-left: 16px;
    padding: 0;
}

/* designer tags */
.designer_inst {
    color: #FFF;
    background: url(../../images/UI/designer_info.png) top left no-repeat #999999;
    padding: 4px 4px 4px 22px;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCC;
    text-align: left;
    margin: 24px 0 24px 0;
    clear: left;
    display: none;
}

.designer_forward {
    border: 1px solid #CCC;
    background: url(../../images/UI/designer_mode.png) top left no-repeat #3E569E;
    padding: 4px 4px 4px 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    color: #EEE;
    position: relative;
    left: -12px;
}

.designer_forward a:link, .designer_forward a:link, .designer_forward a:visited, .designer_forward a:hover, .designer_forward a:active {
    color: #EEE;
}

.customize, .customize:hover {
    border: 1px solid #CCC;
    background: url(../../images/UI/designer_cust.png) top left no-repeat #3E569E;
    float: right;
    padding: 3px 2px 1px 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    right: -6px;
    top: 6px;
}

.customize:hover {
    background-color: #4068E0;
    color: #FFF;
}

.customize a:link, .customize a:visited, .customize a:hover, .customize a:active {
    color: #EEE;
    font-size: 9px;
    font-weight: bold;
    line-height: 9px;
    text-decoration: none;
}

.customize a:hover {
    color: #FFF;
}


.copy .ppl_table {
    margin-left: 16px;
}

.copy .ppl_table td {
    padding: 8px;
}

.copy .ppl_table td.col1 {
    width: 0;
}

.copy .ppl_table .col2 {
    width: 500px;
}

.copy .ppl_table .col2 h1 {
    margin-bottom: 0;
}

.copy .ppl_table .col2 h2 {
    margin-bottom: 0;
}


/*.copy li {
font-size:13px; line-height:15px;font-weight:normal; margin-bottom:8px;width:75%; margin-left:16px; padding:0;
}*/

.disabled50, .disabled50 span, .disabled50 div, .disabled50 input, .disabled50 td {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    cursor: default !important;
}

.disabled80, .disabled80 span, .disabled80 div, .disabled80 input, .disabled80 td {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    zoom: 1;
    cursor: default !important;
}

.opacity20 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.greyBg {
    background: rgba(0, 0, 0, 0.2);
}

/*--- entry ---*/
#signupLogo {
    background: url(./images/register/reg02_bar_1.jpg) top left repeat-x #424242;
}

#signupLogo .pad {
    padding: 8px;
}

#signupLogo .rightFloat {
    float: right;
    font-size: 12px;
    text-align: right;
    margin: 16px 8px 0 0;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#signupLogo .rightFloat .pad {
    padding: 8px;
}


/*--- logon prompt ---*/
#loginWrap {
    min-height: 768px;
}

.loginBox {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #FFF;
    width: 364px;
    position: absolute;
    top: 30%;
    left: 50%;
}

#loginDiv .loginElemWrap {
    height: 228px;
    position: relative;
    overflow: hidden;
}

#loginLoad {
    display: none;
    position: absolute;
    top: 32px;
}

#loginFields {
    display: none;
    position: absolute;
    top: 32px;
}

#loginDiv .loginLoader {
    text-align: center;
    width: 300px;
    left: 32px;
}

#loginDiv .loginLoader .spinnerLogin {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

#loginDiv.login {
    margin: -110px 0 0 -186px;
}

#loginDiv.forget {
    margin: -110px 0 0 -182px;
}

#loginDiv.setupPW {
    margin: -110px 0 0 -182px;
}

#loginDiv.sessionEnd {
    width: 340px;
    margin: -110px 0 0 -170px;
}

#loginDiv #groupLogo {
    margin: 0 auto 0 auto !important;
    background-size: contain !important;
    background-position: center !important;
}

#loginDiv .slate {
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
}

#loginDiv h1 {
    font-size: 18px;
    color: #444;
    text-align: center;
    vertical-align: middle;
    max-width: 330px;
}

#loginDiv .sep {
    line-height: 0;
    font-size: 0;
    height: 2px;
    border: 0;
    margin: 0;
    padding: 0;
}


#logoWrap {
    padding: 8px;
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
}

#logoWrap #groupLogo {
    margin-bottom: 0;
}

#logoWrap #groupLogo.null {
    background: none;
    height: auto;
    width: 100%;
}

.loginField {
    padding: 4px;
    width: 288px;
    font-size: 16px;
    border: 1px solid #AAA;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: Helvetica, Arial, Sans Serif;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.loginField:focus {
    border: 1px solid #729FFF !important;
    box-shadow: 0 0 4px #729FFF;
    -moz-box-shadow: 0 0 4px #729FFF;
    -webkit-box-shadow: 0 0 4px #729FFF;
    outline: none;
}

#loginElemWrap {
    width: 300px;
    min-height: 228px;
}


.loginTab {
    width: 300px;
    min-height: 228px;
    position: relative;
}

.loginTab label {
    font-size: 14px;
    color: #999;
}

.loginTab #staySignedIn {
    position: absolute;
    bottom: 0px;
}

.loginTab #lnk_forgotPw {
    text-align: center;
    display: block;
    text-decoration: none;
}

.loginTab .errorLab {
    margin-top: 16px;
    text-align: center;
}

.loginTab #b_logon {
    width: 100%;
}

.loginTab .loginBtnWrap {
    position: relative;
}

.loginTab .loginBtnWrap #div_loading {
    position: absolute;
    right: -22px;
    top: 8px;
    display: none;
}

.loginWrap {
    font-size: 14px;
}

.loginExpired p {
    font-size: 13px;
    font-weight: normal;
}

.loginWrap .slate {
    height: 120px;
}

.loginWrap .slate h2 {
    font-size: 20px;
    color: #FFF;
}

.loginWrap .slate p {
    font-size: 13px;
    color: #999999;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.loginWrap #labForTOSAgree {
    font-size: 12px;
    color: #999;
}

.loginWrap p {
    font-size: 14px;
    font-weight: normal;
}

.setupPanelWrap {
    width: 730px;
    margin: 32px auto;
}

#ctl00_PH_Page_ULogon1_l_Logon_PasswordRecoveryLink {
    float: right;
}

#forgetDiv {
}

#forgetPanel {
    padding: 32px;
    font-size: 13px;
    color: #999;
}

#forgetPanel p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}


#forgetPanel h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

#ctl00_PH_Page_ULogon1_welcome {
    text-align: center;
    padding-right: 24px;
}

#l_desc {
    margin-top: 13px;
    margin-bottom: 10px;
}

#l_prompt {
    margin-top: 0px;
}

#l_prompt .space {
    height: 10px;
    line-height: 10px;
}

.test_empty {
    background: url(./images/login_b_bg.png) repeat-x top left;
    font-size: 12px;
}

.promptLab {
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
}

.NotMember {
    padding: 8px;
    color: #9E9E9E;
}

.NotMember h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.NotMember p {
    font-size: 12px;
    line-height: 13px;
    padding: 4px 0 4px 0;
    margin: 0;
    font-weight: normal;
}

.regBtn {
}


#ie6Drop {
    padding: 8px;
}

#ie6Drop .content {
    padding: 8px;
    font-weight: normal;
}

#ie6Drop .content h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#ie6Drop .content p {
    font-size: 12px;
    line-height: 14px;
}

#ie6Drop .content ul {
    font-size: 12px;
    line-height: 14px;
}

#ie6Drop .content ul li {
    font-size: 13px;
    list-style-type: square;
    padding-bottom: 4px;
}

#ie6Drop img {
    position: relative;
    top: 4px;
}


/* end of logon prompt */

/* sign up page*/
.signupTable td.col1 {
    width: 600px;
}

.signupField {
    font-size: 15px;
    width: 300px;
    padding: 2px;
}

.signupPanels {
    width: 990px;
}

.signupPanels .pad {
    padding: 72px 0 128px 0;
    position: relative;
}

#signupBox {
    position: relative;
    width: 440px;
    left: 258px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #E4E4E4;
}

#signupBox small {
    width: 300px;
    font-size: 12px;
}

#signupBox .title {
    background: url(./images/login_t_bg.png) repeat-x #9C9C9C;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;;
    -moz-border-radius: 8px 8px 0 0;;
}

#signupBox .title h1 {
    margin: 0;
    padding: 16px 16px 8px 16px;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

#signupBox .sep {
    line-height: 0;
    font-size: 0;
    height: 2px;
    border: 0;
    margin: 0;
    padding: 0;
}

.signupColItem {
    width: 234px;
    padding: 0 16px 0 16px;
    border-right: 1px solid #999999;
    float: left;
}

.signupColItem p {
    font-size: 13px;
}

.acctItem {
    position: relative;
}

.signUpRow {
    padding-bottom: 8px;
}

.signUpRow h4 {
    font-size: 15px;
}

.signUpHightlight {
    box-shadow: 0 0 16px rgba(40, 175, 46, 0.9);
}

#signUpBtnWrap {
    margin: 32px 0 16px 0;
    width: 780px;
    height: 54px;
}

#reg_prompt {
    float: left;
    background: url(../../images/newuser/newuser_prompt.png) no-repeat top left;
    margin: -12px 0 0 0;
    width: 480px;
    height: 54px;
}

#reg_prompt .wrap {
    margin-left: 48px;
    height: 54px;
    background: #1078F2;
}

#reg_prompt .pad {
    padding: 4px;
}

#reg_prompt h1 {
    font-size: 15px;
    margin: 4px 0 0 0;
    color: #FFF;
}

#reg_prompt p {
    font-size: 12px;
    margin: 4px 0 0 0;
    color: #FFF;
}


.acctItemError {
    display: inline;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    left: 326px;
    padding: 6px 16px;
    position: absolute;
    text-shadow: 1px 1px 0 #000000;
    top: -8px;
    white-space: nowrap;
    width: 340px;
    z-index: 30;
    font-size: 14px;
}

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


#ctl00_PH_Page_uAccount_uFirtName_mLabel, #ctl00_PH_Page_uAccount_uLastName_mTextBox {
    width: 200px;
}

/* end of sign up page */


/* help section */

#helpMain {
    min-height: 524px;
}

#helpContent .content {
    min-height: 492px;
}

#helpContent .head {
}

#helpContent .head .left {
    background: url(../../images/UI/hp_left.jpg);
    width: 8px;
    height: 8px;
    float: left;
}

#helpContent .head .right {
    background: url(../../images/UI/hp_right.jpg);
    width: 8px;
    height: 8px;
    float: right;
}

a.helpCatLink:link, a.helpCatLink:visited, a.helpCatLink:hover, a.helpCatLink:active {
    color: #6898F9;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a.helpCatLink:hover {
    color: white;
}

.helpCatLeft, .helpCatRight {
    width: 500px;
}


.pageLinks a:link, .pageLinks a:visited, .pageLinks a:hover, .pageLinks a:active {
    color: #EEE;
    font-size: 14px;
}

#urlDiv {
    text-align: center;
    width: auto;
    background: url(../../images/UI/hl_btn.jpg) repeat-x top left #4c638f;
    -moz-border-radius: 4px;
    -saf-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #D9D9D9;
    word-wrap: break-word;
    margin-bottom: 8px;
    width: 210px;
}

#urlDiv .pad {
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* end help section */
/* theming engine */
.themeTab {
    width: 780px;
    height: 320px;
}

.themeTab {
    width: 732px;
    padding: 16px 16px 16px 16px;
}

#div_ThemeSetting {
    overflow: hidden;
}

.checkImg {
    padding: 2px 1px 0 0;
}

.iconFrame {
    border: 1px solid #CCC;
}

.themeName {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.themeIconSize {
    height: 164px;
    width: 168px;
}

.themeCell {
    width: 168px;
}

.themeIconImg {
    height: 164px;
    width: 168px;
}

.themeRepeat {
    padding-right: 8px;
    padding-bottom: 8px;
}

.bgTileSize {
    width: 64px;
    height: 64px;
}

.bgTileCell {
    width: 64px;
}

.applyLink, resetLink {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

.applyLinkSmall {
    font-size: 12px;
}

.resetLink {
    font-size: 12px;
}

.bgTileName {
}

#ctl00_UThemesetting_dl_background tr {
    vertical-align: top;
}

#ctl00_UThemesetting_dl_background tr td {
    padding-right: 8px;
    padding-bottom: 8px;
}


.rtb_pre {
    background: url(../../images/UI/rtb_arrow.png) top left no-repeat;
    padding-left: 30px;
    height: 14px;
    font-size: 11px;
}

/* keywords */
#seo_sample {
    background: url(../../images/designer/seo_logos.png) #FFFFFF right top no-repeat;
    border: 1px solid #999;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
}

/* end of theming engine */

/* share panel */


.shareTb {
    width: 420px;
    font-size: 16px;
    padding-left: 54px;
}

.shareTable .col1 {
    width: 64px;
}

#shareBarWrap {
    padding: 0;
}

#sharebubble {
    background: url('/images/UI/speech_bubble.png') no-repeat;
    height: 58px;
    width: 68px;
    padding: 7px;
    position: absolute;
    z-index: 100;
}

#ctl00_PH_Page_uShareStatus1_p_SharePanel {
    background: url("./images/row_diag.png") repeat scroll left top transparent;
}

#ctl00_PH_Page_uShareStatus1_p_SharePanel .pad {
    padding: 8px 8px 16px 8px;
}

/* mobile panel */
#homeMobileWrap {
    padding: 0;
}

#homeMobileWrap .pad {
    padding: 16px;
    width: 374px;
}

#home_mobile {
    background: url(../../images/UI/home_mobile.png) no-repeat;
    width: 298px;
    height: 48px;
    margin: 8px 0 8px 0;
    position: relative;
}

#home_grid {
    background: url(../../images/UI/home_grid.png) no-repeat;
    width: 298px;
    height: 67px;
    margin: 8px 0 8px 0;
}

#home_mobile #groupname {
    width: 298px;
    position: absolute;
    top: 12px;
    height: 19px;
    text-align: center;
    color: #444444;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#home_mobile #url {
    width: 298px;
    position: absolute;
    top: 28px;
    left: 32px;
    height: 24px;
    text-align: left;
    color: #555;
    font-size: 13px;
    font-weight: bold;
}

#homeMobileWrap h1 {
    font-size: 15px;
    line-height: 16px;
}

#homeMobileWrap .ctrlText {
    line-height: 13px;
    font-size: 12px;
}

/* dash / event log */
.nullDash {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
    min-height: 0; /* firefox fix for flex */
}

.nullDashShort {
    padding-top: 32px !important;
}

#trainerGrid_noTrainersInLocation {
    height: 544px;
}

#client-noplan {
    text-align: center;
}

#client-noplan h1 {
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 10px;
}

#client-noplan h2 {
    font-size: 18px;
    margin-bottom: 4px;
}

#client-noplan p {
    font-size: 14px;
    line-height: 16px;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

#trainer-noplan {
    text-align: center;
}

#trainer-noplan h1 {
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 10px;
}

#trainer-noplan h2 {
    font-size: 18px;
    margin-bottom: 4px;
}

#trainer-noplan p {
    font-size: 15px;
    line-height: 17px;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #999;
}

.nullDash img {
    width: 76px;
    margin-bottom: 15px;
}



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

.nullDashBubble .wrap {
    position: relative;
    left: -50%;
    transform: translateY(-50%);
    width: 470px;
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: center;
    border: 1px solid #DAE0E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nullDashBubble .wrap h2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.nullDashBubble .wrap h2.trHeading {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.nullDashBubble .wrap p {
    width: auto;
    max-width: 95%;
    font-size: 13px;
    color: #999;
    line-height: 16px;
    text-align: center;
}

.noWorkoutsDialog {
    position: absolute;
    top: 50%;
    left: 50%;
}

#ph_NoMatchClientToShow .pad.nullDash {
    height: 514px;
}


#div_photoNoPhotosInAcccount.pad.nullDash {
    height: 600px;
}

.advGraphWrap #divEmptyGraphContent.nullDash {
    min-height: 281px;
    padding-top: 0px;
}

.advGraphWrap #divEmptyGraphContent.nullDash img {
    width: 531px;
}

#ctl00_PH_Page_panelNoWorkPlan .pad.nullDash {
    height: 500px;
}

#ctl00_PH_Page_panelNoWorkout .pad.nullDash {
    height: 430px;
}

#woLibGridWrap .nullDashWithImage {
    background: url(../../images/trainingPlan/noWorkout.png) top left no-repeat;
    width: 100%;
    height: 547px;
    padding: 0;
    background-size: 732px 547px;
}

#previewGrid .nullDash {
    background: url(../../images/nullScreens/nullWorkoutGrid.png) top left no-repeat;
    width: 698px;
    height: 760px;
    padding: 0;
}

#woLibGridWrap #workoutTemplateNullDash {
    background: none;
}

#workoutTemplateNullDash .wrap {
    width: 544px;
    height: auto;
    padding: 16px;
}

#workoutTemplateNullDash {
    width: 698px;
    height: 687px;
    text-align: center;
}

#workoutTemplateNullDash button {
    width: 240px;
}

#workoutTemplateNullDash button#find_workout_btn {
    margin-right: 30px;
}

#workoutTemplateNullDash img {
    height: 234px;
    margin-bottom: 40px;
}

#workoutTemplateNullDash h1 {
    max-width: 440px;
    margin: 0 auto 10px;
}

#workoutTemplateNullDash p {
    margin: 6px auto 15px;
    max-width: 100%;
}

.nullProgressGrid {
    background: url(../../images/nullScreens/nullProgressGrid.png) 8px 8px no-repeat;
    width: 725px;
    height: 572px;
    padding: 0;
}

.nullProgressGrid .wrap {
    position: absolute;
    top: 160px;
    left: 160px;
    width: 380px;
    padding: 16px;
}

.nullDlg {
    width: 540px;
}

.nullDlg h1 {
    font-size: 22px;
    margin-bottom: 4px;
}

.nullDlg h2 {
    font-size: 18px;
    margin-bottom: 4px;
}

.nullDlg p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
}

.nullDlg .wrap {
    margin: 64px;
}

.contentMH {
    min-height: 520px;
    position: relative;
    height: 100%;
}

.dashTopWidget {
    font-size: 12px;
}

/* Activity Summary */
#clientSummary_horizontalWeekly {
    height: 150px;
    width: 100%;
}

.clientSummary_section {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.clientSummary_section > div {
    position: relative;
    width: 100%;
}

#clientSummary_personalBests {
    position: relative;
}

#clientSummary_activityCanvasJS {
    padding-top: 10px;
    width: 100%;
    height: 130px;
}

#client_summary {
    display: flex;
    justify-content: center;
}

#client_summary > div > div.clientSummary_section > div.cqv_activityCanvasJS_legend {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#client_summary > div > div.clientSummary_section > div.cqv_activityCanvasJS_legend > div {
    text-align: center;
    display: inline-block;
}

#activityOverlay {
    position: absolute;
    top: 40%;
    transform: translate(-50%);
    left: 50%;
    text-align: center;
    width: 360px;
    color: #000;
    z-index: 1;
}

#wid_trainingPlan {
    position: relative;
}

#wid_trainingPlan td {
    padding-bottom: 32px;
    vertical-align: top;
}

.dashTopWidgetLeft {
    border-right: 1px solid #CCC;
    width: 80%;
}

.dashTopWidgetRight {
}

.dashTopWidget .pad {
    padding: 8px;
    height: 32px;
}

.dashTopWidget h2 {
    font-size: 24px;
    color: #666;
    margin: 0;
    padding: 0;
}

.dashTopWidget h3 {
    font-size: 16px;
    color: #888;
    margin: 0 0 8px 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dashTopWidget p {
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
}

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

.dashBorderBottom {
    border-bottom: 1px solid #CCC;
}

.dashBorderTop {
    border-top: 1px solid #CCC;
}

#p_trainingPlan h2 {
    width: 450px;
    font-size: 24px;
    margin-top: 4px;
}

#p_trainingPlan h3 {
    width: 450px;
}

#p_trainingWith {
    margin-left: 8px;
    min-height: 160px;
    position: relative;
}

#p_trainingWith .profIcon {
    margin-right: 8px;
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #666;
    margin: 16px 0 0 16px;
}

#p_trainingWith .cont {
    min-width: 150px;
    padding-left: 92px;
    margin: 16px 16px 0 16px;
}

#p_trainingWith .shareWrap {
    margin: 24px 0 0 16px;
    display: none;
}

#p_trainingWith .shareWrap p {
    padding: 2px 0 0 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPBAMAAAAizzN6AAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///+cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJwmsXXAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTAvMTP4mr+cAAAAVElEQVQImWNgYGBewAACzD/BFPs/ARAl8wfMm/8dRDL9fwiiuP7/XnOUgUH+////fxgy1oOp+0Dy/1+G8yDqN4T6yzAfRB1hECs///8PyDTWzkQGAG3GLv13D1piAAAAAElFTkSuQmCC) top left no-repeat;
}

#p_trainingWith .shareWrap .socialShareList li {
    float: left;
}

#p_trainingWith .shareWrap .socialShareList .facebook {
    margin-right: 4px;
}

#p_trainingWith .shareWrap .socialShareList .twitter {
    overflow: hidden;
    width: 80px;
    margin-top: 1px;
}

#p_trainingWith #dash_messageTrainer {
    margin-top: 4px;
    display: none;
}


#p_trainingWith h2 {
    font-size: 18px;
    word-wrap: break-word;
    padding-right: 5px;
    /*    width: 240px;*/
}

#p_trainingPlan h2 {
    font-size: 20px;
}

#recentActivityWrap {
    position: relative;
    padding: 10px;
    max-width: 416px;
}

#recentActivityWrap .recentActivityHeader {
    padding: 5px;
}

#upcomingWorkoutWrap {
    padding: 0;
    position: relative;
}

#recentActivityWrap .calTag-add {
    background-position: -1px 0;
    width: 12px;
    height: 12px;
    margin: 1px;
}

/* status bars */

#profIncomplete, .mainPanelStatusBar {
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    background: #EEE;
    margin-bottom: 8px;
    white-space: nowrap;
}

#profIncomplete, .mainPanelStatusBar ul {
    list-style: none;
}

.gt-orangeBanner {
    background: url(../../images/UI/status_powerPlanExp.png) no-repeat -0 10px #F5D9C0;
    padding: 0;
}

.gt-orangeBanner h2 {
    color: #675B51;
    width: 550px;
    margin-bottom: 2px !important;
}

.gt-orangeBanner .pad {
    padding: 16px 16px 16px 42px;
}

.gt-orangeBanner p, .gt-orangeBanner ul, .gt-orangeBanner ul li {
    color: #F56E2F;
    width: 555px;
    white-space: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gt-orangeBanner .gtBtn {
    float: right;
    margin: 4px 4px 0 0;
}

.gt-icon16 {
    width: 16px;
}

.gt-icon24 {
    width: 24px;
}

.status_upg {
    color: #FFF;
}

.mainPanelStatusBar .dismiss {
    float: right;
    cursor: pointer;
}

.mainPanelStatusBar h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.mainPanelStatusBar p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 13px;
}

.recentWrap {
    min-height: 320px;
}

#ctl00_PH_Page_uUpcomingWorkoutSchedule_p_upcoming_client_detail, #ctl00_PH_Page_uUpcomingWorkoutSchedule_p_upcoming_trainer_detail {
    min-height: 140px;
}

#ctl00_PH_Page_uUpcomingWorkoutSchedule_p_upcoming_trainer_detail {
    border: 1px solid #E8E8E8;
    border-top: none;
    border-bottom: none;
}

#uRecent_seeOlder {
    font-size: 12px;
    padding: 4px 8px;
}

.logHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E8E8E8;
    padding: 14px 12px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-size: 16px;
    vertical-align: baseline;
}

.logHeader .time-frame-on-off-container {
    display: flex;
}

.logHeader .panel_Upcoming_turnOnOffLink {
    font-size: 13px;
}

.logHeader .panel_Upcoming_turnOnOffLink {
    font-size: 13px;
}

.logHeader .timeFrame {
    margin-right: 10px;
    font-size: 13px;
}

.logTable .icon24 {
    border-radius: 50%;
}

.logTable .upcoming-profile-img {
    border: 3px solid #E8E8E8;
}

.logTablePanel {
    border: 1px solid #666;
}

.logTablePanel .pad {
    padding: 32px 16px;
}

.logTablePanel h1 {
    font-size: 14px;
    color: #959595;
    font-weight: normal;
}

.logTablePanel p {
    font-size: 13px;
    width: 400px;
}

.logTable {
    border-collapse: collapse;
    width: 100%;
    /*margin:4px;*/
}

.logTable td {
    border-collapse: collapse;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
}

.logTable td .icon32 {
    margin: 0;
}

.logTable .today {
    font-weight: normal;
}

.logTable .col0 {
    width: 4px;
    border-right: none;
    padding: 0;
}

.logTable .col1 {
    width: 16px;
    padding-top: 0px;
    padding-top: 4px;
    padding-left: 4px;
    border-right: none;
    border-left: none;
}

.logTable .col2 {
    width: 70px;
    font-weight: normal;
    padding-top: 8px;
    border-left: none;
    font-size: 12px;
}

.logTable .col3 {
    /*day of week*/
    width: 80px;
    font-weight: normal;
    padding-top: 8px;
    border-right: none;
}

.logTable .col4 {
    /*dateof week*/
    width: 48px;
    text-align: right;
    padding-top: 8px;
    border-left: none;
}

.logTable .col5 {
    padding-top: 8px;
    min-width: 200px;
}

/*sub table*/
.logTable .subTable td {
    border: none;
    padding: 2px 8px 4px 2px;
}

.logTable .subTable td.col1 {
    padding: 2px 0 4px 4px;
    background: none;
}

.logTable .subTable td.col2 {
    background: none;
}

#UpcomingTrainerTable td.col1 {
    padding-left: 12px;
}

#UpcomingTrainerTable td.col2 {
    padding-top: 12px;
    width: 150px;
}

#UpcomingTrainerTable td.col3 {
    padding-top: 12px;
    width: 135px;
    color: #AAAAAA;
}

#ctl00_PH_Page_uUpcomingWorkoutSchedule_p_upcoming_trainer_nodetail .noDataTile {
    margin-top: auto;
    border: 1px solid #E8E8E8;
    border-radius: 0px;
    width: auto;
}

.override_on {
    margin-left: 10px;
    color: #039;
    font-style: italic;
}

.override_off {
    margin-left: 10px;
}

/* client grid */

#clientWrap {
    padding: 0;
}

#clientWrap .pad {
    /*padding-left: 8px;*/
}

#clientWrap .rollUp {
    height: 186px;
    position: relative;
}

#clientWrap .rollUpPanels {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 100%;
}

#clientWrap #rollUpData {
    display: none;
}


#clientWrap .rollUp .item {
    width: 14%;
    height: 152px;
    border: 1px solid #ebebeb;
    float: left;
    margin: 16px 0 16px 8px;
    text-align: center;
    cursor: pointer;
    background: #E1E1E1;
    position: relative;
    opacity: 0.95;
}

#clientWrap .rollUp .item:nth-child(1) {
    margin-left: 0;
}

#clientWrap .rollUp .item:hover {
    opacity: 1;
}

#clientWrap .rollUp h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #8E8E8E;
    position: absolute;
    top: 8px;
    width: 100%;
}

#clientWrap .rollUp h5 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #8E8E8E;
    position: absolute;
    top: 46px;
    width: 100%;
}

#clientWrap .rollUp h6 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #B1B1B1;
    position: absolute;
    top: 118px;
    width: 100%;
}

#clientWrap #client_attn.withClients {
    background: #D75D56;
}

#clientWrap #client_attn.withClients h4 {
    top: 8px;;
    color: #FFF !important;
}

#clientWrap #client_attn.withClients h5 {
    color: #FFF !important;
}

#clientWrap #client_attn.withClients h6 {
    color: #EEBBB8 !important;
}

#clientWrap #client_attn.withoutClients {
    background: #72A0E4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA8BAMAAAA3cOGjAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAVdEVYdENyZWF0aW9uIFRpbWUAOS8xNy8xM6xSFmsAAAJ0SURBVEiJjZW9axRBGMbnkruLGvWu0JBC5KyCjV6VMjkQrIRLI2gRvEYr9f4BxRMrETlRsBJFLBVMqZxwFoKSZv0CyzXRKLE5P1BOc7uP78zszs5MZlbfZmdnfjvzPu/HLGMeO/vat5JZAX/+DRWxkbs+Xv0PqL+WQd03no0QV1OohN+enQZY4iiHDnihJobsWAAsL7AArzzQFuAquMWXgYbP8wDKhj6GPAGi3hMOLXmhNvCuxthUH7jmY8rAZzEoDdzHFer8tKgu3/YACw5oLrrB+lhJP+EhmLlft6CHwBdAze7F8Bzw0oIumLrLIg7vLWiCx+hb9h7ymLZsp8ZOG7pp53WX711oX87jrQOhcoKmprLJocRmtfF2fHVDuk26oX3GW8UBTd0iyY81OQfx1Gb2D2SxXVQzbaxbSZlOSy3upFNULZRNzcZDVZCjWjIl3joa1M6qFh9ScbFZniKZzxtsF++CWHpSOLM6G+hpatLaPTE6QqNVNT92KmMKpGwtGVNaRzMPED2qWfK3qTPI30Hi2kbDhJrKW8aTn1JVA+rr3Tphy1QR0e8G1cTKBbb7Sq8HfDcPv3no8G1N5rT0U+/WSVzniu+QTDlRSrTotVx8ppZaYpSmwxSiZIquKydM5GD4XfWTP/lF8+Loec9tG0rRFKCP9Fh0X+5dxEwEKBLenHRC88JXOvWHc1laRSRiR851pqCK+6LaBLkCZPpEUA5D9Rer/bwWiv/eTrNlLKPC+sVE2a74oTm5Sqnz/0h5sXfkqbjrg7pp3k9QjV5yIkXepjIdW5FrLflBkMd8SnbN22qkmmXRy0StzMPjoZtZbsj1v+sMQPpoFtRXAAAAAElFTkSuQmCC) no-repeat 50% 41px;
    border: 1px solid #5F86C9;
}

#clientWrap #client_attn.withoutClients h4 {
    color: #FFF !important;
}

#clientWrap #client_attn.withoutClients h6 {
    color: #C4D7F4;
}

#clientWrap #clientSparklineWrap {
    width: 300px;
    float: right;
    margin: 16px 2px 0 0;
    text-align: center;
}

#clientWrap #clientSparklineWrap h4 {
    font-size: 14px;
}

#clientWrap #clientSparklineWrap h4 em {
    font-weight: normal;
}

#clientWrap #clientSparklineWrap canvas {
    margin-top: 40px;
}

#clientWrap #clientSparklineWrap .loading {
    margin-top: 64px;
    text-align: center;
}

#rp_client_widget .content {
    padding: 0;
    margin: 0;
}

#div_clientNoWorkouts {
    padding: 16px;
    width: 610px;
}

#div_clientNoWorkouts .logHeader2 {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 8px 5px 8px;
    border-bottom: 1px solid #D9D9D9;
    background: #AAA;
    color: white;
}

#div_clientNoWorkouts .row {
    padding: 4px 8px;
    font-size: 11px;
    border-bottom: 1px solid #D9D9D9;
}

#div_clientNoWorkouts .row .icon16 {
    margin-right: 8px;
}

#div_clientNoWorkouts .row strong {
    font-size: 13px;
    font-weight: bold;
    margin-right: 8px;
}

#div_clientNoWorkouts .link_switchInto {
    font-size: 11px;
    margin-left: 32px;
    float: right;
}

#div_client_summary {
    padding: 0px 10px 8px 10px;
}

#div_client_summary .load {
    padding: 8px 16px;
    color: #AAA;
    font-size: 12px;
}

#sp_client_pie_wrap {
    min-height: 48px;
}

#sp_client_pie {
    float: left;
    margin: 0 32px 0 8px;
}

#sp_client_pie .lm_planWrap {
    background: none !important;
    margin: 16px 0 16px 0;
}

#sp_client_pie .lm_planWrap em {
    font-size: 12px;
}

#sp_client_pie .lm_planWrap .meter {
    width: 172px;
    height: 14px;
}

#ul_client_detail {
    list-style: none;
    margin: 0;
    clear: both;
}

#ul_client_detail li {
    margin: 0 8px 6px 8px;
    padding: 0;
    font-size: 12px;
    width: 172px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#ul_client_detail li a:link {
    color: #666;
}

#ul_client_detail li a:link:hover {
    color: #97CF30;
}

#ul_client_detail li div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 8px;
    width: 8px;
    background: #CCC;
    margin-right: 4px;
    border: 1px solid #BBB;
}

#div_client_warning_wrap {
    margin: 16px 0 0 0;
    clear: both;
    display: none;
}

#clientGridDiv {
    height: 665px;
    padding: 0;
}

.trainerGrid_row, .clientGrid_row {
    padding: 8px 2px;
    height: 56px;
    position: relative;
}

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

.trainerGrid_row .icon44, .clientGrid_row .icon44 {
    margin-right: 8px;
}

.trainerGrid_row .gtGridOpen, .clientGrid_row .gtGridOpen {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    max-width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clientGrid_row .gtGridOpen {
    line-height: 110%;
}

.trainerGrid_row em, .clientGrid_row em {
    font-size: 12px;
}

.persBtnWrap {
    float: right;
    border: 1px solid #999;
    color: #999 !important;
    /*padding: 2px 4px 0px 6px;*/
    font-size: 12px;
    border-radius: 4px;
    background: #e6e6e6;
    cursor: default;
}

.persBtnWrap a {
    /*color: #999 !important;*/
    text-decoration: none !important;
    border-color: #EBEBEB;
}

.persBtnWrap .gtBtn-switch {
    opacity: 0.4;
}

.persBtnWrap-hover:hover {
    background: #EAEFF6;
    border: 1px solid #72A0E4;
}

.persBtnWrap-hover:hover > a {
    color: #72A0E4 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.trainerGrid_row .gtBtnBar {
    float: right;
    margin-top: 0px;
    text-align: right;
}

.trainerGrid_row .gtBtnBar .acctType {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    margin-top: 12px;
    float: right;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.trainerGrid_row .col1, .clientGrid_row .col1 {
    width: 22%;
    float: left;
    font-size: 12px;
    color: #777;
    overflow: hidden;
    position: relative;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.trainerGrid_row .col1 {
    flex-grow: 1;
}

.trainerGrid_row .col2, .clientGrid_row .col2 {
    width: 47%;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    height: 62px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.trainerGrid_row .col2 span {
    display: block;
    font-size: 13px;
    padding: 4px 0;
}

.trainerGrid_row .col3, .clientGrid_row .col3 {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 5px;
}

.trainerGrid_row .col3 {
    min-width: 15%;
}

.clientGrid_row .clientGrid_Nutrition,
.clientGrid_row .clientGrid_Payment {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.clientGrid_row .clientGrid_TrainingPlan {
    flex-direction: column;
}

#addNewTrainerSuccessDialog,
#addNewClientSuccessDialog {
    background: #FFF !important;
}

#addNewClientSuccessDialog .switchWrap,
#addNewTrainerSuccessDialog .switchWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#addNewClientSuccessDialog.ui-dialog-content.ui-widget-content .pDialog .switchWrap,
#addNewTrainerSuccessDialog.ui-dialog-content.ui-widget-content .pDialog .switchWrap {
    border: 1px solid #EBEBEB;
}

#addNewClientSuccessDialog #noWorkoutTemplate {
    font-size: 12px;
    font-weight: normal !important;
    padding-top: 16px;
}

#addNewClientSuccessDialog .confirmPrompt,
#addNewTrainerSuccessDialog .confirmPrompt {
    padding: 8px;
    text-align: center;
    background: #79A4E5;
    width: 529px;
}

#addNewClientSuccessDialog .confirmPrompt h3,
#addNewClientSuccessDialog .confirmPromptTimmy h3,
#addYourOwnClientDialog h3 {
    font-size: 24px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

#addNewClientSuccessDialog .switchWrap .confirmPrompt h3 {
    padding-bottom: 0px;
}

#addNewClientSuccessDialog .confirmPrompt h4,
#addNewClientSuccessDialog .confirmPromptTimmy h4,
#addYourOwnClientDialog h4 {
    font-size: 16px;
    line-height: 120%;
    color: #777;
    font-weight: normal;
    text-align: center;
    margin: 4px 0 8px 0;
}

#addNewClientSuccessDialog .clientWrap,
#addNewTrainerSuccessDialog .clientWrap {
    position: relative;
    padding: 16px;
    min-width: 500px;
}

#addNewClientSuccessDialog .clientWrap h3 {
    font-size: 18px;
    font-weight: normal;

}

#addNewClientSuccessDialog .clientWrap #smallText2 {
    color: #999;
    font-size: 13px;
    margin: 10px auto 10px auto;
}


#addNewClientSuccessDialog .clientWrapTimmy {
    position: relative;
    padding: 8px 0;
    display: flex;
    justify-content: center;
}

#addNewClientSuccessDialog .clientWrap .profIcon,
#addNewTrainerSuccessDialog .clientWrap .profIcon {
    border-radius: 50%;
}

#addNewClientSuccessDialog .clientWrap .welcome_link {
    text-align: right;
    font-size: 12px;
    color: #999;
}

#addNewClientSuccessDialog .clientWrap #link_url {
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    width: 180px;
    padding: 2px;
    text-align: left;
}

#addNewClientSuccessDialog .clientWrap .gtBtn-tooltip {
    opacity: 0.2;
}

#addNewClientSuccessDialog .clientWrap .gtBtn-tooltip:hover {
    opacity: 0.4;
}

#addNewClientSuccessDialog #btn_new_client_add_anothernewclient,
#addNewTrainerSuccessDialog #btn_new_client_add_anothernewclient {
    float: right;
}

#addNewClientSuccessDialog .pDialog,
#addNewTrainerSuccessDialog .pDialog {
    padding: 20px 33px 16px 20px !important;
}

#addYourOwnClientDialog #btn_notNow {
    font-size: 14px;
}

#clientNeedAttnMeaning {
    font-size: 12px;
}

#clientNeedAttnMeaning .gtBtn-tooltip {
    opacity: 0.7;
}

#help_needAttn {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
}

#help_needAttn .gtBtn-idea {
    opacity: 0.5;
}


/* contact */
#contactContent .content {
    padding: 0;
}

#contactTable tr td {
    padding-bottom: 16px;
    padding-right: 16px;
}

#contactTable tr td.col1 {
    padding-top: 4px;
}

/* store pages */
.thankYou {
    width: 420px;
    padding: 32px 0 0 32px;
}

.thankYou p {
    font-size: 14px;
    line-height: 16px;
}

/* find workouts */
#rp_findWorkout h1 {
    font-size: 12px;
    font-weight: bold;
}

.findWorkoutRow .col1 {
    padding: 16px 0 16px 16px;
    border-top: 1px solid #AAA;
}

.findWorkoutRow .col2 {
    padding: 16px 16px 16px 0;
    border-top: 1px solid #AAA;
}

.findWorkoutRow .col2 .routine {
    margin-left: 3px;
    display: inline;
}

.findWorkoutRow .col2 .workout {
    display: none;
}

.findWorkoutRow .icon {
    width: 64px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
    border: 1px solid #666;
}

.findWorkoutRow .icon img {
    width: 64px;
    height: 64px;
}

.findWorkoutRow .desc {
}

.findWorkoutRow h4 {
    font-size: 16px;
}

.findWorkoutRow {
    cursor: pointer;
}

.findWorkoutRow .desc p {
    font-size: 13px;
    margin-top: 2px;
    padding-top: 0;
    width: 70%;
}

#findGridLoad .pad {
    padding: 240px 0 240px 240px;
}

.woTag {
    padding: 2px 4px 2px 4px;
    float: left;
    zoom: 1;
    -moz-border-radius: 4px;
    -saf-border-radius: 4px;
    border-radius: 4px;
    border: 1px dotted #666;
    margin: 0 4px 4px 0;
}

.tagLine {
    white-space: nowrap;
    font-size: 11px;
    float: right;
    text-align: right;
    margin-right: 8px;
}

.tagLine .ui-icon {
    position: relative;
    top: -2px;
    float: left;
}

.tagWrap {
}

#rp_findWorkout .content ul.selList {
    margin: 8px 0 8px 8px;
    list-style: none !important;
}

#showTopThree {
    background: #666;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 80%;
    padding: 4px;
    margin: 16px auto 16px auto;
    -border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.selList li {
    padding: 2px;
    margin: 0 0 4px 0;
    list-style: none !important;
}

.selList li a {
    width: 180px;
    padding: 4px 6px 2px 6px;
    font-size: 11px;
    background: grey;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.selList li a:hover {
    background: #CCC;
}

.selList li a {
    color: white;
    text-decoration: none;
}

.selList a.bbq-current {
    font-weight: bold;
}

/* find workout widget */
#rp_findWorkoutRotator .content {
    padding: 0;
}

/* trainer widget */
#trainerWid .content {
    padding: 0;
}

#trainerWid .pad {
    padding: 8px;
}


/* recent workouts */
#rp_latestWorkout .content {
    padding: 0;
}


/*recent/find shared table defs */
.wo_row .recentIcon {
    width: 32px;
    height: 32px;
}

.wo_row .recentIconWrap {
    width: 32px;
    height: 32px;
    border: 1px solid #666;
    margin-bottom: 8px;
}

.rightPanel {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: auto;
}

.rightPanel .head {
    font-size: 14px;
    padding: 10px;
    min-height: 39px;
}

.rightPanel .head, .rightPanel .foot {
    box-sizing: border-box;
    width: 100%;
}

.rightPanel .content {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
}

.rightPanel .content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* workout rotator */
.rightPanel .content .wo_row h1 {
    padding: 0;
    margin: 0 !important;
}

.rightPanel .content .wo_row h1 a {
    font-size: 12px;
    line-height: 14px;
}

.rightPanel .content .wo_row p {
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 11px;
}

.rightPanel .content .wo_row td {
    min-height: 48px;
    padding-bottom: 8px;
}

#rp_findWorkoutRotator .content .wo_row td {
    border-bottom: 0;
}

.rightPanel .content .wo_row .col1 {
    padding: 8px 8px 8px 8px;
    width: 48px;
    text-align: center;
}

.rightPanel .content .wo_row .tag {
    float: none !important;
    display: block;
    background: #999;
    color: #FFF;
    font-weight: bold;
}

.rightPanel .content .wo_row .col2 {
    padding: 8px 8px 8px 0;
}

.rightPanel .conversation_text {
    margin-right: 11px;
}

.custom_tb {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #EBEBEB;
    border-bottom: 0;
}

.custom_tb .searchFilt {
    margin-top: 2px;
    height: 15px;
}

.custom_tb_MenuItem, .custom_tb_MenuItem_Hov {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
}

.custom_tb_group {
    margin-top: 24px; /* to remove */
}

/* jquery pager */

#pager {
    width: 100%;
    float: left;
    clear: left;
    margin: 0 0 10px;
}

#pager ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0;
}

#pager ul.pages li {
    list-style: none;
    float: left;
    border: 1px solid #888;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px;
    background-color: #fff;
}

#pager ul.pages li:hover {
    border: 1px solid #00376f;
}

#pager ul.pages li.pgEmpty {
    border: 1px solid #ccc;
    color: #aaa;
    cursor: default;
}

#pager ul.pages li.pgCurrent {
    border: 1px solid #003f7e;
    color: #042CCA;
    font-weight: 700;
    background: url(../images/ui-bg_glass_75_dadada_1x400.png) #dadada repeat-x 50% 50%;
}


/* jquery overrides */

.promptDialog .ui-dialog-content {
    padding: 16px !important;
}


.gt-done {
    background: url(../../images/UI/status_done.png) top left no-repeat;
    padding-left: 32px;
}

.gt-progress-top-label {
    margin-bottom: 4px;
    max-width: 284px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dlg_progress_dialog {
    background-color: transparent !important;
    overflow: visible;
    left: 0 !important;
}

#dlg_progress {
    position: relative;
    overflow: visible;
}

#dlg_progress .gt-progress-top-label {
    margin-bottom: 10px;
    max-width: 396px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
}

#dlg_progress #gt-progress-bottom-warning {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #4c4c4c;
    opacity: 0.5;
    text-align: center;
}

#dlg_progress #progressbar {
    width: 100%;
    height: 35px;
    padding: 2px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
}

#dlg_progress #progressbar .ui-progressbar-value {
    border: 0;
    margin: 0;
}

#dlg_progress .gt-progress-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#dlg_progress .gt-progress-wrapper .gt-progress-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

.gt-progress-label {
    float: left;
    margin: 5px 40%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.ui-dialog {
    -webkit-transform: translateZ(0);
}


/* MP dialog */
#MP_dialog {
    overflow: hidden;
}

.MPDialogBody {
    text-align: left;
    background: none;
    padding: 0;
    margin: 0;
}

.MPDialogContent {
    text-align: left;
}

.MPDialogContent .pad {
    padding: 16px;
}

.MPDialogBody h1 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}

.MPDialogBody h2 {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: bold;
}

.MPDialogBody h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.MPDialogBody h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
}


/* send Setup mailer dialog */
.tr-send-icon {
    float: left;
    display: block;
    margin-right: 32px;
    height: 180px;
    opacity: 0.7;
    width: 118px;
    background: url(../../images/send/send_welcome2.png) top left no-repeat;
}

.tr-send-icon:hover {
    opacity: 1;
}


/* copy training plan */

#dl_send_trainingPlan {
    position: relative;
}

#dl_send_trainingPlan .panel1 {
    width: 348px;
    position: absolute;
    top: 16px;
    left: 16px;
}

#dl_send_trainingPlan .panel2 {
    width: 348px;
    position: absolute;
    top: 16px;
    left: 376px;
    opacity: 0.25;
}

#dl_send_trainingPlan .panel .wrap {
    border: 1px solid #666;
    background: #F6F6F6;
}

#dl_send_trainingPlan .panel .people {
    background: #FFF;
    padding: 16px;
    height: 178px;
}

#dl_send_trainingPlan .panel .options {
    height: 180px;
    font-size: 12px;
}

#dl_send_trainingPlan .panel .checks ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 13px;
}

#dl_send_trainingPlan .panel .checks ul li {
    margin: 0;
    padding: 0;
    clear: both;
    vertical-align: baseline;
    margin-bottom: 16px;
}

#dl_send_trainingPlan .panel .checks ul .gtCheckbox {
    float: left;
}

#dl_send_trainingPlan .panel .checks ul li h5 {
    font-size: 14px;
}

#dl_send_trainingPlan .panel .checks ul li p {
    padding: 0 0 0 16px;
    margin: 0;
    color: #777;
}

#dl_send_trainingPlan .panel .checks ul li p small {
    color: #AAA;
    font-size: 11px;
}

#dl_send_trainingPlan .panel .foundPanels .pad {
    padding: 16px;
}

#dl_send_trainingPlan .panel .foundPanels h2 {
    font-size: 15px;
    margin: 0;
}

#dl_send_trainingPlan .panel .foundPanels .item {
    margin-bottom: 11px;
    height: 60px;
}

#dl_send_trainingPlan .panel .foundPanels p {
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 12px;
    line-height: 130%;
}

#dl_send_trainingPlan .panel .foundPanels .errorLab p {
    line-height: 120%;
}

#dl_send_trainingPlan .panel .foundPanels .img {
    width: 60px;
    float: left;
    height: 128px;
}

#dl_send_trainingPlan .panel .foundPanels .multiple {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2BAMAAAB+a3fuAAAAA3NCSVQICAjb4U/gAAAAElBMVEX///////+2traSkpKMjIx7e3vNbk/3AAAABnRSTlMA//////96eeD+AAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzIyLzEzJNsXWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABFSURBVDiNYxDEDRgGv5yIiwtOOWFj3HKCgiZkypkqKZElZyI4KjcqNyo3iOWcyZRzMcYCXKByWAHMLUrYTCVGDivAJwcAU4B025qXlokAAAAASUVORK5CYII=) top left no-repeat;
}

#dl_send_trainingPlan .gtDatepicker {
    font-size: 11px;
    width: 74px;
}

#dl_send_trainingPlan .ui-datepicker-trigger {
    width: 18px;
}

#dl_send_trainingPlan #foundWorkout {
    font-size: 13px;
    font-weight: bold;
    margin-top: 4px;
}

#dl_send_trainingPlan .toolbar {
    position: absolute;
    top: 442px;
    left: 16px;
}

#send_trainingPlan_arrow {
    background: url(../../images/dialog/send_trainingPlan_arrow.png);
    width: 34px;
    height: 32px;
    position: absolute;
    left: 364px;
    top: 331px;
    z-index: 10;
}

#dl_send_trainingPlan #l_error {
    font-size: 14px;
    margin-left: 16px;
}

#dl_send_trainingPlan #progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 491px;
    z-index: 100;
}

#dl_send_trainingPlan #progress .spinnerText {
    color: #FFF !important;
}

#dl_send_trainingPlan #progress .spinnerDiv {
    margin: 226px 240px;
}

#dl_send_trainingPlan .greenText {
    font-size: 12px;
    margin: 0 16px;
    position: relative;
    top: 16px;
}

#dl_send_trainingPlan .params {
    background: #444;
    color: #FFF;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: bold;
}

#sendTrainingPlan_tips {
    font-size: 12px;
    font-weight: normal;
    color: #AAA;
}

#target_workout_dates {
    white-space: nowrap;
}

#div_offsetWarning .ui-icon {
    display: inline-block;
    *display: inline;
}

#div_usersList #userENList .userTmpl {
    display: flex;
    align-items: center;
}

#div_usersList #userENList .userTmpl label {
    margin: auto 8px;
}


/* scrollable div list */
.divList {
    overflow: auto;
    border: 1px solid #dadada;
    padding: 8px;
}

.divList label {
    font-size: 14px;
}

.divListTb {
    font-size: 12px;
    float: right;
    padding: 4px;
}

/* sendworkout.aspx */
#div_workoutlist {
    background-color: #FFF;
}

#div_workoutlist .woTmplItem {
    float: left;
    width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 2px;
    white-space: nowrap;
}

/* new snake progress */

.snakeWaiting {
    background-image: url(../../images/spinnerSnake.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.snakeWaitingIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
}

.gtBtnBar .snakeWaitingIcon {
    vertical-align: text-bottom;
}

.snakeWaitingTestIcon {
    position: relative;
}

.snakeWaitingButtonAction {
    margin-left: 5px;
    vertical-align: sub;
}

.snakeWaitingTestIcon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-image: url(../../images/spinnerSnake.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

/* Custom spinner CSS icon */

.snakeWaitingCSS {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: transparent;
    /*background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);*/
    background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.snakeWaitingCSS:before {
    width: 50%;
    height: 50%;
    background: transparent;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.snakeWaitingCSS:after {
    background: transparent;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Messages  */
#ucMsgRightToolbar {
    float: right;
}

#btn_message_refresh {
    margin-left: 16px;
}

#divSelectedbar, #divSelectedTrainersBar {
    background: #05A9F5;
    font-size: 13px;
    padding: 4px 10px;
    text-align: left;
    color: #FFF;
}

#sp_selected_workout,
#sp_selected_trainers,
#sp_selected_clients {
    float: right;
}

#lnk_selectAllWorkouts, #lnk_selectAllTrainers, #lnk_selectAllClients {
    display: none;
    margin-right: 20px;
}

#lnk_unselectAll, #lnk_unselectAllTrainers, #lnk_selectAllTrainers, #lnk_selectAllClients, #lnk_selectAllWorkouts, #lnk_unselectAllClients, #lnk_unselectAllClients {
    font-size: 13px;
    cursor: pointer;
    opacity: 0.8;
}

#lnk_unselectAll:hover, #lnk_unselectAllTrainers:hover, #lnk_selectAllTrainers:hover {
    opacity: 1;
}

#div_message_total {
    margin: 0px 16px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    text-align: right;
    position: relative;
    top: 1px;
}

#msg_all {
    float: left;
    margin: 7px 0 0 0;
}

#msgGridWrap {
    position: relative;
    min-height: 480px;
}


#msgGridWrap .msgTotal {
    border: 1px solid;
    font-size: 11px;
    padding: 2px 2px;
    text-align: center;
    width: 14px;
    height: 14px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#msgWrap .gridHeader1 h1, #msgWrap .gridHeader1 a:link, #msgWrap .gridHeader1 a:visited, #msgWrap .gridHeader1 a:hover, #msgWrap .gridHeader1 a:active {
    font-size: 22px;
}

#msgWrap .gridHeader1 h1 {
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 720px;
}


#msgGridWrap .gtJSGridRow {
    font-size: 13px;
    line-height: 140%;
    font-weight: normal;
    height: 24px;
    position: relative;
    color: #666;
}

#msgGridWrap .gtJSGridRow a:link, #msgGridWrap .gtJSGridRow a:visited, #msgGridWrap .gtJSGridRow a:active {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
}

#msgGridWrap .gtJSGridRow a:hover {
    opacity: 1;
}

#msgGridWrap .gtJSGridRow .msg_cont {
    font-size: 12px;
}

#msgGridWrap .gtJSGridRow .msg_subj {
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 182px;
    top: 4px;
    display: block;
}

#msgGridWrap .gtJSGridRow .userList, #msgGridWrap .gtJSGridRow .threadToUser {
    width: 140px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 40px;
    top: 4px;
}

#msgGridWrap .gtJSGridRow .time {
    width: 68px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    position: absolute;
    right: 8px;
    top: 4px;
}

#msgGridWrap .gtJSGridRow input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 6px;
}

#msgGridWrap .unread #div_message_detail {
    font-weight: bold !important;
    color: #000;
}

#msgGridWrap .unreadDot {
    background: #FE8856;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    visibility: hidden;
    position: absolute;
    left: 26px;
    top: 7px;
}

#msgGridWrap .unread .unreadDot {
    visibility: visible !important;
}


#msgWrap .content {
    padding: 0;
}

#msg_revRight .navBar {
    margin-bottom: 0;
}

.msgView_header {
    font-size: 12px;
    cursor: pointer;
    background-color: #D5E0ED;
}

.msgView_header .msg_nameItem {
    font-weight: bold;
}

.msgView_thread .icon16 {
    position: relative;
    top: -2px;
    vertical-align: text-top;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#ucMsgToolbar #btn_Back {
    margin-right: 8px;
}

.msgView_thread {
    padding: 4px 8px 0 8px;
    width: 580px;
}

#msgView {
    padding: 0 8px;
}

.msgView_header .pad {
    padding: 6px 4px 2px 4px;
}

.msgView_header .msg_user {
    vertical-align: top;
}

.msgView_header .name a:link, .msgView_header .name a:visited, .msgView_header .name a:hover, .msgView_header .name a:active {
    text-decoration: none;
}

.msgView_content .pad {
    padding: 4px 4px 16px 4px;
}

.msgView_thread .updateTime {
    float: right;
    opacity: 0.8;
    font-size: 12px;
    vertical-align: baseline;
    font-weight: normal;
}

.msgView_content {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}

.msgView_wrap {
    border: 1px solid #CCC;
    width: 704px;
}

.msgView_content p {
    width: 65%;
    padding: 0;
    margin: 0;
}

.msgView_thread h4 {
    font-size: 13px;
    padding: 0;
    color: #3399FF;
    position: relative;
    top: 20px;
    left: 8px;
}

.msgReply {
}

.msgReplyTb {
    border: 1px solid #AAA;
    padding: 24px 8px 8px 8px !important;
    height: 120px !important;
}

.msgArrow {
    margin: 0 8px;
    width: 8px;
    height: 9px;
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKBAMAAACUK2mNAAAAA3NCSVQICAjb4U/gAAAAHlBMVEX///+qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpk62AHAAAACnRSTlMAM0RVZnfM3e7/eUz40gAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMy8xND1UBDsAAAAtSURBVAiZY2CAAMvJIJJ1ugCI8mxkYCgvy5jhwFBengkkISIMLGBZzclQLQwACcgI0MVZgNUAAAAASUVORK5CYII=) top left no-repeat;
}

.msgExp {
    width: 11px;
    height: 7px;
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHBAMAAAAsQKpuAAAAA3NCSVQICAjb4U/gAAAAFVBMVEX///+qqqqqqqqqqqqqqqqqqqqqqqpRDVqxAAAAB3RSTlMAETPM3e7/L1o/AgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMy8xND1UBDsAAAAoSURBVAiZY2CAAOa0tLRkBgZGs7Q0QyBXNC1VAEgxhQWBZVUUGGAAAIj5BKu6DTHRAAAAAElFTkSuQmCC) top left no-repeat;
}

.msgColl {
    width: 11px;
    height: 7px;
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHBAMAAAAsQKpuAAAAA3NCSVQICAjb4U/gAAAAFVBMVEX///+qqqqqqqqqqqqqqqqqqqqqqqpRDVqxAAAAB3RSTlMAETPM3e7/L1o/AgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMy8xND1UBDsAAAAnSURBVAiZY2CAARUFEMkUFgSiRNJSBBgYGM3S0gwZGJjT0tKSYcoAXAsEqcEStggAAAAASUVORK5CYII=) top left no-repeat;;
}

.collExpWrap {
    float: left;
    margin: 3px 4px 0 4px;
}

.greyBack {
    background: 0 3px no-repeat transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMy8xND1UBDsAAACsSURBVBiVhc8xToJBEIbh54fIDUiwAgtOYEHiQaaz9AJQaWFjSNCC4BlszAYP4G3kDjQ2YuGQrBsSptq8+07m+zrNlFKm+MRVoseIeDr+9xp5jLdK3uCldrpKvsYWk0T3EbFqE3Qp36R8iQOWeM0E/X8LpZS7FIbJfrDHABfthV4Lzk0d6QOjs5GOj6b0wV/p55MXqqUJ3jFLtMZDRHyf7BARX7jFLtEci9r5BabiLTb0mvy4AAAAAElFTkSuQmCC);
    padding-left: 16px;
}

#rp_whoseInbox .content {
    padding: 0 8px;
}

#rp_Messages .content {
    padding: 0;
}

#btn_writeNew span.ui-selectmenu-status {
    height: 16px;
    background: url("../../images/tr_icon_edit.png	") no-repeat 6px 4px;
    padding-left: 24px;
}

/* msg view */
.returnMsgWrap {
    padding: 8px 8px 0 8px;
    line-height: 19px;
}

.returnMsgWrap .ui-state-default {
    padding: 1px 0;
    cursor: pointer;
    float: left;
}

#myReply_icon {
    position: relative;
    top: 4px;
}

.span_cancel {
    font-size: 14px;
}

/* consultation */
#consultTop {
    width: 80%;
    font-size: 14px;
    color: #FFF !important;
    background: #E1EAFF;
    padding: 16px;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #0099FF;
    top: 17px;
    left: -5px;

}

#consultTop .point {
    width: 15px;
    height: 19px;
    background: url(../../images/setup/consultation_quote.png) top left no-repeat;
    position: absolute;
    left: -14px;
    float: left;
}

#consultTop h1 {
    font-size: 17px;
    line-height: 125%;
    font-weight: normal;
    color: #000;
}

#consultTop p {
    font-size: 14px;
    line-height: 125%;
    font-weight: normal;
    color: #000;
}

#consultTop p:last-of-type {
    padding-bottom: 0;
}

#consultFromWrap, #consultFromWrap span {
    font-size: 13px;
}

#consultFromWrap .gtField {
    font-size: 13px;
}

#consultFromWrap table.dynaForm_listbox {
    border: none;
}

.consult_video {
    padding: 36px 16px 16px 112px;
    width: 520px;
}

.consult_video span {
    font-size: 16px;
    font-weight: bold;
}


/* dynaform */
.consultFromWrap .ctrlText {
    font-size: 13px;
    line-height: 21px;
}

.consultFromWrap .gtField {
    width: 360px;
}

.dynaForm_textbox, .dynaForm_ddl, .dynaForm_textarea, .dynaForm_listbox {
    width: 360px;
}

.dynaForm_textarea {
    width: 360px;
    height: 200px;
}

.dynaForm_dateField {
    width: 40px;
}

.dynaForm_label {
    font-size: 14px !important;
    font-weight: bold;
    display: inline-block;
    width: 360px;
    line-height: 125%;
}

/* guide */
#guide #giveUs60 {
    background: url(../../images/setup/guide_60s.png) top left no-repeat;
    width: 538px;
    height: 51px;
    margin: 0 auto;
}

#guide #player {
    width: 700px;
    height: 394px;
}

#guide #player .text {
    padding-top: 172px;
    text-align: center;
}

#guide .cent small {
    color: #666;;
}

/* setupProfile */
#setupProfileTable {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#setupProfileTable .col1 {
    width: 264px;
    background: #333333;
    vertical-align: top;
}

#setupProfileTable .col1 h1 {
    font-size: 34px;
    line-height: 110%;
    color: white;
    text-shadow: -2px -2px 2 #000;
    font-weight: normal;
}

#setupProfileTable .col1 p {
    font-size: 14px;
    color: #999;
    vertical-align: top;
    line-height: 135%;
}

#setupProfileTable .col2 {
    vertical-align: top;
}

#setupProfile #btn_connect {
    width: 345px;
    height: 53px;
    background: url(../../images/setup/setupProfile_facebook.png) top left no-repeat;
    margin: 64px auto 64px auto;
    cursor: pointer;
}

#setupProfile #btn_connect:hover {
    background-position: 0 -60px;
}

#setupProfile #manual_connect {
    border-top: 2px dotted #ccc;
    margin: 0 16px 16px 16px;
}

#setupProfileTable .col2 .profImage {
    float: left;
    width: 88px;
    text-align: center;
}

#setupProfileTable .col2 .formWrap {
    float: right;
    width: 448px;
}

#setupProfileTable .col2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#setupProfileTable .col2 ul li {
    list-style-type: none;
    margin: 0;
    float: left;
    width: 224px;
    padding-bottom: 6px;
}

#setupProfileTable .col2 ul li label {
    color: #888;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

#setupProfileTable .col2 ul li .gtField {
    font-size: 18px;
    width: 200px;
}

#setupProfileTable .col2 ul li.birthDate {
    width: 350px;
}

#setupProfileTable .col2 ul li.birthDate .gtField {
    width: auto;
}

/* client Profile */
.cqv_notes_display {
    overflow: auto;
    padding: 8px;
    color: #444;
    font-size: 13px;
    border: 1px solid #666;
}

#div_aboutme {
    height: 290px;
    width: 718px;
    background: #FFF;
}

#t_aboutme {
    height: 290px;
    width: 726px;
    background: #FFF;
}

#cqv_consultation_header_preview, #cqv_consultation_header_edit {
    margin-bottom: 10px;
    margin-top: -4px;
}

#cqv_trainersnotes_tip {
    font-size: 11px;
    float: left;
    width: 392px;
}

#cqv_trainersnotes_today_note {
    width: 466px;
}

#cqv_shortcut {
    position: absolute;
    bottom: 4px;
    left: 4px;
}

.notes_display {
    min-height: 320px;
    border: 1px solid;
    padding: 8px;
    background: white;
    color: #777;
}

.notes_edit {
    width: 100%;
}

.crm_notesInst {
    font-size: 12px;
    padding: 8px 8px 8px 0;
}

/* back to client grid */
#btn_return {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* summary widgets */
.summaryContent {
    font-size: 12px;
}

.summaryContent .msgDiv {
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
    border: 1px solid;
}

.summaryTable {
    margin-bottom: 12px;
}

.summaryTable .heading {
    padding: 0 0 4px 0;
    font-weight: bold;
    font-weight: 16px;
}

.summaryTable .col1 {
    width: 160px;
    padding: 0px 0 4px 0;
}

.summaryTable .col2, .summaryTable .col3, .summaryTable .col4 {
    width: 24px;
    padding: 0px 0 4px 0;
    text-align: right;
}

.summaryTable .monthCol {
    width: 32px;
}

.summaryTable .weightCol {
    width: 96px;
}

.summaryTable .graphCol {
    width: 16px;
    padding-left: 8px;
}


/*uFooter.ascx */

.contact-img-links {
    text-decoration: none !important;
}

span.small-text {
    font-size: 11px !important;
}

/* flat grey */
.flat_grey {
    background: #FFFFFF;
}

#start_list, #start_optionalList {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    moz-border-radius: 8px;
    padding: 16px;
}

/* quick start table */
#quickStartTable .mainLeft .pad {
    padding: 0 0 16px 0;
    border: 1px solid #CCC;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -wekbit-border-radius: 6px;
    margin: 0 0 8px 0;
    background-image: url(./images/rightPanel_bc.png);
}

#show_advanced {
    width: 300px;
    margin-top: 32px;
}

#show_advanced h1 {
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
}

#show_advanced p {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 0;
}

#quickStartTable ul li h4 {
    color: #444;
    font-size: 18px;
}

#quickStartTable ul li .step_span {
    margin-right: 8px;
}


#quickStartTable ul {
    padding: 0;
    margin: 0 0 24px 0;
    list-style: none;
    list-style-type: none;
    width: 620px;
}

#quickStartTable ul li {
    margin-bottom: 16px;
    padding: 16px;
    background: #F9F9F9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 2px solid #84BD00;
    position: relative;
}

#quickStartTable ul li .content {
    display: none;
}

#quickStartTable ul li.optional {
    background: url(../../images/gettingStarted/start_advanced.png) bottom right no-repeat #F9F9F9;
    display: none;
}

#quickStartTable ul li .item {
    padding-left: 40px;
    float: left;
}

#quickStartTable ul li:hover {
    border: 2px solid #DBFC35;
}

#quickStartTable ul li.started .content {
    display: block;
}

#quickStartTable ul li.started h4 a {
    display: none;
}

#quickStartTable ul li .check {
    background: url(../../images/gettingStarted/start_unchecked.png) top left no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
}

#quickStartTable ul li.done {
    border: 2px solid #CCC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#quickStartTable ul li.done .content {
    display: none;
}

#quickStartTable ul li.done .check {
    background: url(../../images/gettingStarted/start_checked.png) top left no-repeat;
}

#quickStartTable ul li.done h4 a {
    display: none;
}

#quickStartTable ul li h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#quickStartTable ul li .content {
    margin-top: 16px;
    margin-bottom: 16px;
}

#quickStartTable ul li .content a {
    font-weight: bold;
}

#quickStartTable ul li p {
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
    width: 90%;
}

#quickStartTable ol {
    list-style: square;
    margin: 0;
    padding: 0 0 0 24px;
}

#quickStartTable ol li, #quickStartTable ol li:hover {
    margin: 0;
    padding: 0 0 8px 0;
    border: 0px;
}

#check_tag {
    background: url(../../images/ui/checklist_prompt.png) top left no-repeat;
    width: 378px;
    height: 27px;
    margin-left: 20px;
}

/* trainerize */
/* CSS Document */

/* trainerize menu */
#staticToolbar {
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 800;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.staticEmp {
    color: #FFF;
}

.staticDark {
    color: #AAA;
}

#trainerDiv {
    background: #222;
}


.msgMenu {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#megaMenu {
    height: 243px;
    width: 567px;
    border: 1px solid #666;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    overflow: hidden;
    -moz-box-shadow: 0px 8px 24px rgba(32, 32, 32, 0.6);
    -webkit-box-shadow: 0px 8px 24px rgba(32, 32, 32, 0.6);
    box-shadow: 0px 8px 24px rgba(32, 32, 32, 0.6);
    position: fixed;
    top: 36px;
}

#megaMenu.expanded {
    width: 778px;
}

#megaMenuContent, #megaMenu_status_content {
    margin: 0 auto 0 auto;
}

#megaMenutable {
    height: 244px;
}

#megaMenu_status {
    height: 24px;
    background: #333;
    color: #FFF;
}

#mm_contact {
    float: right;
}

.status_lab {
    padding: 2px 4px;
    font-size: 12px;
    color: #CCC;
}

.mm_star {
    margin-top: 1px;
    margin-left: 4px;
}

#megaMenu .mmLink {
    font-size: 11px;
    line-height: 130%;
    cursor: pointer;
    height: 20px;
    display: inline;
    *display: inline-block;
    margin-left: 4px;
    padding: 2px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #797979;
    float: right;
    color: #FFF;
    background: #555;
}

#mega_client_switch.mmLink {
    width: auto;
    overflow: visible;
    box-sizing: border-box;
}

#megaMenu .mmLink:hover {
    color: #FFF;
    cursor: pointer;
    border: 1px solid #474747;
    border: 1px solid #AAA;
    color: white;
    background: #646464;
}

#mega_client_message {
    float: left !important;
}

#megaMenu .col {
    height: 120px !important;
}

#megaMenu .appCol {
    width: 158px;
    height: 170px;
    overflow: hidden;
}

#megaMenu .appColHalf {
    width: 150px;
    height: 85px;
    overflow: hidden;
}

#megaMenu .appColHalf h1 {
    margin: 4px 0 0 4px;
}

#megaMenu .rowDiv {
    border-bottom: 1px solid #333;
}

#megaMenu .colDivLight {
    border-right: 1px dashed #222;
}

#megaMenu .col .padClient {
    padding: 0;
    position: relative;
}

#clientSectionTitle {
    padding: 5px 4px 0 4px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #333;
    height: 26px;
}

#megaMenu .viewAll {
    color: #777;
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
    line-height: 19px;
    height: 24px;
    text-align: center;
}

#viewAllClients {
    position: absolute;
    left: 0;
    top: 223px;
    width: 398px !important;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    border-top: 1px solid #262626;
}

#viewAllClients:hover {
    color: #FFF;
    cursor: pointer;
    background: rgba(0.2, 0.2, 0.2, 0.7);
}

#mega_client_view {
    position: absolute;
    left: 0px;
    top: 223px;
    width: 212px !important;
}


#clientsList {
    overflow: auto;
    overflow-x: hidden;
    height: 192px;
    width: 381px;
    padding: 0 8px 0 8px;
    position: absolute;
    top: 32px;
    left: 0px;
}

#mmClients_searchbox {
    position: absolute;
    left: 90px;
    top: -2px;
    width: 190px;
    height: 20px;
    background: transparent top left no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMS8xNJddzLAAAAFjSURBVDiNzdQxaxRRFMXx36xGQSw0KCI2NgnYCWn8AG5hYaMgWFsItgrvJYEQFMIdZcEiXSzS2IgWYuMXUKwEQ9IIdgYtxCLRJqibYmdgiZnNKBE8zWPe4f3fue9epuj3+/ZTnX2l/QvgwSajKIrf9iLiEK4g4Tw2sIReSukTFE1vuBMYEUfxEDewhS84gmN4j+sppbd/UvJcBfuAW+jiGp5jEstlWZ5slTAiJvAGP9DNOa8MeQfwApcw3zbhBYxjcRgGOeefBk/xDTfbAk9U67sG/yM2cbot8Ct+oRsRu52ZMqhgrS3wNdYNmnE1IsZqIyImcRuH0Wucwx26WCXo4AkeRcRLnMUsjmMZj/fsckTcwYMhax1nhr4/4ylySun7yIS7wO7iGc7hlMFwr+acV+pgjQnLspyuAPWl93POqenymjOqKZcrWB/3MDOqmlqjgLN4hQXMVwO8pxpL/lv9/z/YbY5xbdvcizW8AAAAAElFTkSuQmCC);
    border: 2px solid #444;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -saf-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 0.6;
}

#mmClients_searchbox.focused {
    opacity: 1;
}

#mmClients_searchTB {
    position: absolute;
    top: 1px;
    left: 24px;
    width: 146px;
    height: 18px;
    font-size: 13px;
    line-height: 16px;
    font-family: Helvetica, Arial, Sans Serif;
    color: #FFFFFF;
    background: none;
    border: none;
    outline: none;
}

#mmClients_searchboxClear {
    position: absolute;
    right: 0px;
    top: 0;
    height: 20px;
    width: 20px;
    background: top left no-repeat transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yMS8xNJddzLAAAAC1SURBVDiN7ZPBCcJAEEXfF4+BtLINCJayVpGUMFOFlhKwgbQSyH09OAFBExCjoDjwD/uXfXxmdlRKYc3arEr7A98HlIS7Z3dPkqZzcvcsaRGoR9/G3TNwBAZgH3YH1MChaZrTHHA74/cBq4FzeFV4/dMJJWFmKWBV2COwa9u2X1qGzwwl0nWRbgxVQBd3zwGBxLV/A7ALTT1dBFJKuVOkzLdpzCyZWZ57M+nhUF6pL1293wZeAKf+XVfAJdXmAAAAAElFTkSuQmCC);
}

#megaMenu .col .clientWrap {
    scroll: auto;
}

#megaMenu .col .clientWrap ul li {
    float: left;
    width: 160px;
    margin-right: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 160%;
}

#megaMenu .col .clientWrap ul li img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    opacity: 0.9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#megaMenu .col .clientWrap ul li img:hover {
    opacity: 1;
}

#megaMenu .col .clientWrap ul li a.selected {
    color: #D3D3D3 !important;
}

#megaMenu .col .clientWrap ul li.switchInto a {
    color: #83A7FF;
}

#megaMenu .col .clientWrap ul li.switchInto a:hover {
    color: #FFF;
}

#megaMenu .col .clientWrap ul li.switchInto img {
    border: 1px solid #83A7FF;
}

#megaMenu #appSections {
    border-right: 1px solid #AAA;
}

#megaMenu .col ul li a:link,
#megaMenu .col ul li a:visited,
#megaMenu .col ul li a:hover,
#megaMenu .col ul li a:active {
    text-decoration: none;
    cursor: pointer;
    color: #999;
}

#megaMenu .col ul li a:hover {
    color: #FFF;
}

#megaMenu h1 {
    font-size: 14px;
    color: #FFF;
    position: relative;
}

#mm_clientListHeader span {
    position: absolute;
    top: 2px;
    left: 4px;
}

#megaMenu h2 {
    font-size: 13px;
    color: #EEE;
    font-weight: normal;
}

#megaMenu p {
    font-size: 12px;
    color: #666;
    margin: 4px 0;
}

#megaMenu ul {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    color: #CCC;
}

#megaMenu li {
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
}

#megaMenu a {
    height: 24px;
    width: 134px;
    padding: 4px;
}

#mm_appList {
    padding-top: 0;
}

#mm_appList a {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAADoCAMAAADGzgTuAAAAA3NCSVQICAjb4U/gAAAAolBMVEX///////+8vLwAAAD////CwsK8vLxycnJsbGwGBgYAAAD///+8vLx9fX1ZWVn///+8vLylpaWZmZn///+8vLy1tbWurq7////f39/MzMy8vLyurq7////MzMzCwsK8vLy1tbX////Z2dnMzMy8vLz////f39/MzMy8vLz///+8vLz////v7+/m5ua8vLz////5+fnv7++8vLy8vLy8vLy8vLxoVgBwAAAANnRSTlMAERERIiIiIiIiIjMzMzNEREREVVVVVWZmZmZmd3d3d3eIiIiImZmZmaqqu7u7u8zMzMzd7v/B/uTNAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8xNS8xMi/cbhEAAAJ/SURBVFiF7Zhhk5MwEIYDRtRSCwdtUYpy0USh3HWhwP//ayahPZIQbvygny7vdIDysJtNhg2zi5DT/1BYA8AKy2aECzIrQ1ixChuYxSIGJGWq87uaBgoP4bvDyaph0zkzQ+KucMpZnS6i5U97qGiaEHsKmhw2YRbhNPRYqls1hNSYNSnCBFLdiv8NoxrqjABEmlXqRSEfaApfRTjia1On99mpiK+auh4q8jSiIZ0YDp2cXtN5HM92chq5TlZ0FehqIw8XiR5srJfIX4liLY4DJ0NuRT6Po7cSlPDB+q3FJK5kGEN1NC3kpCZdtGlXo6ZKQaOhv0NOb0fxMA6xlfjiRewX6eBvAxTLNyZGwVbDyblEiUS5X1Z7leQlTQ43RGmZqKyifiBREJS0VB0exN/rlMsl1cJMqjyQW0COgpzOY/nxqeJeYpEUVcyv6Ol4C7Kk9LGkl0GONVxoyW/chuMX1WXOheFKuSaU7/NeS5Se37mPtjWSSMno2ED2RXZy0iX3Yvuu/M+RC8PJ6UUZiEplKrUAChUBS2cxraa8PTiVa4WOiDhGLBQnYkEh1HgVEW8NZd6Kw3vNqKMGGKsZI0ycoFERzgohIo9ZiEwVwiZd3BazksVc7dmYk9O6vGIVEWArLxQTTRMrI4sei06KpZXHJmKxiWTfg1hjEI0hK8ERwgWzEb4hYITtc6oLbL3v5PSKsIdvP4w2HzQ0N9meNr+ePmuIRTd9/AnPOnrJg6/Q6Z0Rjg6yRDq0sEcGete133kh1sE3tEB5C7tdB783JuL5c2rbFp53PxZW/PDYQvf+i9mznbKu7I7G93UO/pP4epuolg3dgpC6MZHSuUVvV38ApamfzO+IF8kAAAAASUVORK5CYII=) no-repeat;
    padding: 6px 4px 8px 28px;
    height: 20px;
    border-bottom: 1px solid #1B1B1B;
    font-size: 14px;
    line-height: 23px;
}

/*#mm_appList a:before {
content: ' ';
display:block;
position: absolute;
height: 25px;
width:25px;
background: url(../../images/megaMenu/icon_menu_60x60_white.png) no-repeat;
background-size:100%;
left:2px;
}*/

#mm_appList a:hover {
    background-color: #223045;
}

#mm_appList li.selected a, #mm_appList li.selected a:hover {
    background-color: #444 !important;
    color: #FFF !important;
}

#mm_dashboard {
    border-top: 1px solid #1B1B1B;
}

#mm_dashboard a {
    background-position: 0 -4px;
}

#mm_clients a {
    background-position: 0 -39px;
}

#mm_trainers a {
    background-position: 0 -71px;
}

#mm_workoutTemplates a {
    background-position: 0 -104px;
}

#mm_allExercises a {
    background-position: 0 -136px;
}

#mm_siteDesigner a {
    background-position: 0 -168px;
}

#mm_gettingStarted a {
    background-position: 0 -159px;
    border-bottom: 0;
}

#clientcol {
    width: 398px;
}

#clientSectionTitle small {
    font-size: 11px;
    font-weight: normal;
    color: #777;
}

#megaMenu .icon12 {
    height: 12px;
    width: 12px;
    position: relative;
    top: 1px;
    margin-right: 2px;
    *position: static;
    *top: auto;
}

#mm_dashboard img {
    position: relative;
    top: 1px;
    left: 4px;
}

#mm_gettingStarted img {
    position: relative;
    top: 2px;
    left: 4px;
}


#megaMenu .appCol .pad ul li {
    white-space: nowrap;
}

#megaMenu #noClients {
    color: #777;
    margin: 48px 0 0 16px;
}

#noClients h3 {
    font-size: 15px;
    font-weight: bold;
    color: #EEE;
    margin-bottom: 4px;
}

#noClients p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#noClients p {
    color: #999;
}

#togglemegaMenu {
    width: 400px;
    font-size: 12px;
    cursor: pointer;
    height: 36px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}


#togglemegaMenu #mm_currentClient {
    width: 436px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 44px;
}

#togglemegaMenu .icon16 {
    position: relative;
    top: -2px;
}

#togglemegaMenu #drill {
    width: 16px;
    height: 16px;
    float: right;
    margin: 10px 4px 0 0;
}

#togglemegaMenu .exp {
    background: url(../../images/gtBtnIcons.png) -48px 0 no-repeat;
}

#togglemegaMenu .coll {
    background: url(../../images/gtBtnIcons.png) -64px 0 no-repeat;
}

#togglemegaMenu h1 {
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    margin-top: 2px;
}

#togglemegaMenu h1 span {
    font-size: 12px;
    color: #AAA;
    font-weight: normal;
    display: block;
}

#mmPreviewClientWrap {
    border-left: 1px solid #333;
    position: relative;
    cursor: pointer;
}

#mmPreviewClientWrap .topBar {
    position: absolute;
    width: 202px;
    top: 5px;
    left: 4px;
}

#mmPreviewClientWrap:hover {
    background: #223045;
}

#mmPreviewClientWrap:hover #mega_client_view {
    color: #FFF;
}

#mmPreviewClientData {
    padding-top: 8px;
}

#mmPreviewClient {
    display: none;
    font-size: 12px;
    width: 196px;
    padding: 8px;
    position: relative;
}

#mmPreviewClient .icon46 {
    float: left;
    margin: 0 8px 4px -2px;
    border: 1px solid #666;
    border-radius: 23px;
}

#mmTraining {
    font-weight: bold;
    color: #AAA;
    font-size: 11px;
    position: absolute;
    top: -20px;
    right: -1px;
    padding: 3px 8px;
    display: block;
    background: #333;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

#mmPreviewClient h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-height: 46px;
}


#mmPreviewClient .info {
    padding-top: 40px;
    margin-left: 16px;
}

#mmPreview_error {
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0;
}

#mmPreview_tp {
    color: #C4C4C4;
    font-size: 15px;
    width: 178px;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

#mmPreview_numberWorkouts {
    color: #AAA;
    font-size: 12px;
    line-height: 120%;
    width: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mmPreview_duration {
    color: #AAA;
    font-size: 12px;
    width: 196px;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mmPreviewClient .btmBar {
    margin: -8px;
    padding: 8px;
    vertical-align: top;
}

/* greenbar as */
a.tr-greenInfoBarWrap {
    text-decoration: none;
}

.tr-greenInfoBar {
    background: #D3EE96;
    border: 1px solid #AED657;
    color: #4B9706;
    font-size: 12px;
    padding: 4px;
    margin: 8px 8px 16px 8px;
}

.tr-greenInfoBar .underline {
    text-decoration: underline;
}


/* msg and copy menu */
.lm_msgWrap, .lm_copyWrap {
    white-space: nowrap;
    text-align: center;
    border: 0;
}

.lm_msgWrap .lm_bubble {
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 16px;
    text-align: center;
    margin-left: 4px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    margin-top: 3px;
}

.lm_msgWrap .unreadIcon {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    font-size: 1px;
    line-height: 11px;
    margin: 6px 0 0 2px;
}

.lm_msgWrap .lm_msgIcon {
    background: url(../../images/lm-icons.png?v3) 0 0 no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.lm_copyWrap .lm_copyIcon {
    background: url(../../images/lm-icons.png?v3) -48px 0 no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

/* right menu */
.lm_mobile {
    background: url(../../images/lm-icons.png?v3) -74px 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 24px;
}

.lm_settings {
    background: url(../../images/lm-icons.png?v3) -98px 0 no-repeat;
    background-size: cover;
    width: 18px;
    height: 24px;
}

.rMenu_icon {
    background-image: url(../../images/rMenu-icons.png);
    height: 12px;
    width: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: -8px;
}

#rMenu_ios {
    background-position: -24px 0;
}

#rMenu_android {
    background-position: -12px 0;
}

#rMenu_withings {
    background-position: 0px 0;
}


/* subscription menu */

.lm_MenuWidth {
    width: 240px;
    position: relative;
}

.lm_MenuWrap .gtBtn {
    position: absolute;
    top: -4px;
    right: -4px;
}

.lm_MenuWrap .sep {
    background-color: #222222 !important;
    color: #FFF !important;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin: -5px -12px 0 -20px;
    padding: 3px 2px 1px 4px;
}

.lm_addOn .sep {
    background-image: url(../../images/addons/addOn_menu.png);
    background-repeat: no-repeat;
    background-position: 4px 0;
    padding-left: 38px;
}

.lm_MenuWrap h2 {
    font-size: 12px !important;
    font-weight: normal;
    margin-top: 8px;
}

.lm_MenuWrap h3 {
    font-size: 15px !important;
    font-weight: bold;
    margin-top: 8px;
}

.lm_MenuWrap h4 {
    font-size: 11px !important;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 8px;
    font-style: italics;
}

.lm_MenuWrap .meter {
    position: relative;
    background: #D0D0D0;
    margin: 6px 0 5px 0;
    height: 10px;
    overflow: hidden;
    width: 108px;
    border: 1px solid #888;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.lm_MenuWrap .meter span {
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
    border: none;
    background-image: url(../../images/UI/btn_overlay.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.lm_MenuWrap em {
    font-size: 11px;
    font-style: normal;
}


/* tr expiry */

.lm_expiryWrap {
    white-space: nowrap;
    text-align: center;
    border: 0;
}

.lm_expiryWrap a {
    text-decoration: none;
}

.lm_expiryWrap .lm_expIcon {
    background: url(../../images/lm-icons.png?v3) -22px 1px no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.lm_expiryWrap .lm_bubble {
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    margin-right: 4px;
    color: #FFF;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-left: 8px;
}

#lm_expiryWrap {
    color: #FFF;
    font-size: 11px;
    padding: 4px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
}

.notify {
    background: #ff7200;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.lm_expiryLearnMore {
    width: 340px;;
    background: #F5D9C0;
    border: 1px solid #E4AB78;
    border-radius: 0 4px 4px 4px;
}

.lm_expiryLearnMore .pad {
    padding: 16px;
    width: 280px;
}

.lm_expiryLearnMore h1 {
    color: #26221D;
    font-size: 16px;
    padding: 0;
    margin: 0;
    white-space: normal;
}

.lm_expiryLearnMore ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lm_expiryLearnMore p, .lm_expiryLearnMore li {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    width: 280px;
    white-space: normal !important;
}

/* checklist */
#start_list .guideHeader {
    margin: 0;
    padding: 0;
    color: #444;
}

#start_list .guideText {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 85%;
    color: #444;
}

.startitem {
    float: right;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 32px;
}

#rp_trainerizeURL .content {
    overflow: hidden;
    padding: 0 8px;
}

#rp_trainerizeURL .anywhere {
    background: url(../../images/ui/trainingPlan_rp_mobile.png) top left no-repeat;
    height: 96px;
    margin-top: 8px;
}

#rp_trainerizeURL p {
    padding-left: 84px;
    padding-top: 18px;
    margin-bottom: 0px;
}


/* profiel uploader */

/* upload profile */

#dl_image {
    overflow: hidden;
}

#dl_image .profileWait {
    left: 0;
    position: absolute;
    top: 0;
    float: left;
    height: 512px;
    width: 640px;
}

#dl_image .profileWait .spinnerText {
    color: #FFF !important;
}

#dl_image .profileWait .pad {
    margin-top: 240px;
    margin-left: 160px;
}


/* wizard */
#wizard .slides {
    height: 300px;
    position: relative;
    overflow: hidden;
}

#wizard .slide {
    width: 800px;
    height: 300px;
    position: relative;
    float: left;
}

#wizard .slideWrap {
    width: 3200px;
    height: 300px;
    position: absolute;
    left: 0;
}

#wizard .slides img {
    margin-right: 16px;
}

#wizard .btmBar {
    padding: 8px 16px;
    text-align: right;
    background: #AAA;
}

#wizard_slide1 {
    background: url(../../images/wizard/wizard4_slide0.png) top left no-repeat;
}

#wizard_slide2 {
    background: url(../../images/wizard/wizard4_slide1.png) top left no-repeat;
}

#wizard_slide2 .url {
    position: absolute;
    top: 141px;
    left: 290px;
    width: 472px;
    background: #A8D92E;
    border: 1px solid #4F9B00;
    color: #FFF;
    padding: 8px;
    font-size: 24px !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#wizard_slide1 .spreadTheLove {
    position: absolute;
    top: 279px;
    left: 8px;
    width: 339px;
    height: 21px;
    background: url(../../images/wizard/wizard4_share.png) top left no-repeat;
}

#wizard_shareFB {
    width: 159px;
    height: 28px;
    background: url(../../images/wizard/wizard4_share_fb.png) top left no-repeat;
    margin-right: 4px;
    float: left;
    cursor: pointer;
    opacity: 0.9;
}

#wizard_back {
    float: left;
}

#wizard_shareFB:hover {
    opacity: 1;
}

#wizard_shareTW {
    width: 159px;
    height: 28px;
    background: url(../../images/wizard/wizard4_share_tw.png) top left no-repeat;
    float: left;
    cursor: pointer;
    opacity: 0.9;
}

#wizard_shareTW:hover {
    opacity: 1;
}

#wizard_slide3 {
    background: url(../../images/wizard/wizard4_slide2.png) top left no-repeat;
}


#note_all {
    margin: 0 9px;
}

#woLibGridWrap .GridFirstCol, #custom_new .GridFirstCol, #trainerPanelDiv .GridFirstCol {
    padding-left: 5px !important;
}

#trainerPanelDiv {
    border: 1px solid #ebebeb;
    min-height: 592px;
    position: relative;
}


/* setup guides*/
#setupGuide {
    width: 640px;
    margin: 64px auto;
    text-align: center;
}

/* MBO import */
.importResults, .linkWithTrainerResults {
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    height: 320px;
    overflow: scroll;
    overflow-x: hidden;
}

.importResults .item {
    float: left;
    width: 100%;
    height: 29px;
    font-size: 14px;
    padding: 6px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}

.importResults .item input[type="checkbox"] {
    float: left;
    margin: 2px 8px 2px 2px;
}

.importResults .conflict {
    opacity: 0.4;
}

.importResults label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 16px;
}

.linkWithTrainerResults .item {
    height: 36px;
    font-size: 16px;
    padding: 8px;
    border-bottom: 1px solid #AAA;
    line-height: 34px;
}

.linkWithTrainerResults .item button {
    float: right;
    margin-top: 4px;
}

.linkWithTrainerResults .icon32 {
    float: left;
    margin-right: 8px;
}

.linkWithTrainerResults .item input[type="checkbox"] {
    float: left;
    margin: 2px 4px;
}

.importHeader input[type="checkbox"] {
    float: left;
    margin: 10px 10px 6px 11px;
}

#dl_importMindBody {
    min-height: 508px;
}

#dl_importMindBody .searchIcon-grey {
    position: absolute;
    top: 5px;
    left: 6px;
}

#dl_importMindBody .searchBox {
    margin: 5px 4px 2px 0;
    float: right;
}

#dl_importMindBody #searchclear {
    position: absolute;
    top: 7px;
    left: 200px;
}

#dl_importMindBody .filterRight {
    margin: 0;
}

#dl_importMindBody .loadDivWrap {
    margin: 64px;
}

#dl_importMindBody #mboPoweredBy {
    background: url(../../images/mbo/poweredByMBO.png) top left no-repeat;
    width: 140px;
    height: 32px;
    z-index: 0;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

/* upgrade dialog */
#dlg_upgradeDialog_nextPlan {
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    width: 90%;
    margin: 32px auto;
}

#dlg_upgradeDialog #dlg_upgradeDialog_msg {
    font-size: 17px;
    font-weight: 100;
    line-height: 125%;
    text-align: center;
    color: #242424;
    padding-top: 10px;
}

#dlg_upgradeDialog_nextPlan .enterprise {
    text-align: center;
    float: right;
    margin: 38px 20px 0 0;
}

#dlg_upgradeDialog_nextPlan .enterprise p {
    color: #FFF !important;
    padding-top: 2px;
    opacity: 0.8;
    margin: 0;
}

#dlg_upgradeDialog_nextPlan .price {
    float: right;
    padding: 20px 30px;
    text-align: center;
    color: #FFF !important;
}

#dlg_upgradeDialog_nextPlan .price p {
    text-align: center !important;
    color: #FFF !important;
}

#dlg_upgradeDialog_nextPlan .price h1 {
    font-size: 24px !important;
    line-height: 150%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

#dlg_upgradeDialog_nextPlan .price h1 small {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 4px;
    position: relative;
    top: -8px;
    color: #FFF !important;
}

#dlg_upgradeDialog #billingCycleSelectWrap {
    font-size: 13px;
    color: #666;
    display: inline-block;
    *display: inline;
}

#dlg_upgradeDialog #billingCycleSelectWrap #select_billing_cycle {
    background: none;
    border: 1px solid #666;
    font-size: 12px;
    color: #666;
}

#dlg_upgradeDialog #showAllPlans {
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

#dlg_upgradeDialog #notNow {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background-position: center;
}

#billingCycleWrap {
    margin: -8px 0 8px 0;
    font-size: 12px;
    color: #FFF;
    opacity: 0.8;
    font-weight: 100;
}

#dlg_upgradeDialog_nextPlan .plan {
    padding: 16px 16px 16px 32px;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dlg_upgradeDialog_nextPlan .plan h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 150%;
    text-transform: uppercase;
}

#dlg_upgradeDialog_nextPlan .plan h2 {
    font-size: 13px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    line-height: 18px;
}

#plansTable #dlg_upgradeDialog_nextPlan.Plan10 .price, #plansTable #dlg_upgradeDialog_nextPlan.Plan20 .price,
#plansTable #dlg_upgradeDialog_nextPlan.Plan10 .price h1 small, #plansTable #dlg_upgradeDialog_nextPlan.Plan20 .price h1 small {
    color: #F25802 !important;
}


#dlg_upgradeDialog_nextPlan.Plan5 > div.plan > h1,
#dlg_upgradeDialog_nextPlan.Plan10 > div.plan > h1,
#dlg_upgradeDialog_nextPlan.Plan20 > div.plan > h1 {
    color: #FCAE67; /* orange */
}

#dlg_upgradeDialog_nextPlan.Plan60 > div.plan > h1 {
    color: #CCCCCC;
}

.Plan1030 .plan h1, .Plan1050 .plan h1, .Plan1075 .plan h1, .Plan1100 .plan h1, .Plan1200 .plan h1, .PlanEnt .plan h1 {
    color: #265DA0; /* blue */
}

.Plan100 .plan h1 {
    color: #444;
}

/* plan common colors */
.Plan10 .price {
    background: #ffb362;
}

.Plan20 .price {
    background: #FCAE67;
}

.Plan60 .price {
    background: #CCCCCC;
}

.Plan1030 .price {
    background: #96C1EB;
}

.Plan1050 .price {
    background: #96C1EB;
}

.Plan1075 .price {
    background: #96C1EB;
}

.Plan1100 .price {
    background: #53a2e3;
}

.Plan1200 .price, .PlanEnt .price {
    background: #3692de;
}

.Plan1900 .price {
    background: #2980c6;
}

.Plan3000 .plan h1, .Plan100 .plan h1 {
    color: #95cb56;
}

.Plan3000 .price, .Plan100 .price {
    background: #95cb56;
}

.Plan3000 .price button.gtBtn-blue, .Plan100 .price button.gtBtn-blue {
    background-color: #95cb56 !important;
    border: solid 1px #ffffff !important;
}

.Plan3000 .price button.gtBtn-blue:hover, .Plan100 .price button.gtBtn-blue:hover {
    background-color: #79a841 !important;
    border: solid 1px #ffffff !important;
}

.Plan3000 .price a, .Plan100 .price a {
    color: #ffffff;
    font-weight: 100;
}

.Plan3000 .price p, .Plan100 .price p {
    margin: 4px 0;
    font-weight: 100;
}

/* Plan page backgrounds */
#plansTable .Plan10 {
    background: #ffb362;
    background: -moz-linear-gradient(top, #ffb362 0%, #ff9657 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb362), color-stop(100%, #ff9657));
    background: -webkit-linear-gradient(top, #ffb362 0%, #ff9657 100%);
    background: -o-linear-gradient(top, #ffb362 0%, #ff9657 100%);
    background: -ms-linear-gradient(top, #ffb362 0%, #ff9657 100%);
    background: linear-gradient(to bottom, #ffb362 0%, #ff9657 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb362', endColorstr='#ff9657', GradientType=0);
}

#plansTable .Plan20 {
    background: #ffa950; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa950 0%, #ff8743 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa950), color-stop(100%, #ff8743)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa950 0%, #ff8743 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa950 0%, #ff8743 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa950 0%, #ff8743 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa950 0%, #ff8743 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa950', endColorstr='#ff8743', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1030 {
    background: #9bc9ef; /* Old browsers */
    background: -moz-linear-gradient(top, #9bc9ef 0%, #78a5e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bc9ef), color-stop(100%, #78a5e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9bc9ef 0%, #78a5e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9bc9ef 0%, #78a5e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9bc9ef 0%, #78a5e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9bc9ef 0%, #78a5e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc9ef', endColorstr='#78a5e4', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1050 {
    background: #85bdeb; /* Old browsers */
    background: -moz-linear-gradient(top, #85bdeb 0%, #5a91de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85bdeb), color-stop(100%, #5a91de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85bdeb 0%, #5a91de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85bdeb 0%, #5a91de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #85bdeb 0%, #5a91de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #85bdeb 0%, #5a91de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bdeb', endColorstr='#5a91de', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1075, #plansTable .Plan2300 {
    background: #70b2e8; /* Old browsers */
    background: -moz-linear-gradient(top, #70b2e8 0%, #3e7fd8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70b2e8), color-stop(100%, #3e7fd8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70b2e8 0%, #3e7fd8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70b2e8 0%, #3e7fd8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70b2e8 0%, #3e7fd8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #70b2e8 0%, #3e7fd8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b2e8', endColorstr='#3e7fd8', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1100, #plansTable .Plan2400 {
    background: #53a2e3; /* Old browsers */
    background: -moz-linear-gradient(top, #53a2e3 0%, #2a6fd0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53a2e3), color-stop(100%, #2a6fd0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53a2e3 0%, #2a6fd0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53a2e3 0%, #2a6fd0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53a2e3 0%, #2a6fd0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53a2e3 0%, #2a6fd0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53a2e3', endColorstr='#2a6fd0', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1200, #plansTable .PlanEnt, #plansTable .Plan2500 {
    background: #3692de; /* Old browsers */
    background: -moz-linear-gradient(top, #3692de 0%, #2563b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3692de), color-stop(100%, #2563b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3692de 0%, #2563b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3692de 0%, #2563b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3692de 0%, #2563b9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3692de 0%, #2563b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3692de', endColorstr='#2563b9', GradientType=0); /* IE6-9 */
}

#plansTable .Plan1900 {
    background: #2980c6; /* Old browsers */
    background: -moz-linear-gradient(top, #2980c6 0%, #2563b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2980c6), color-stop(100%, #2980c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2980c6 0%, #2563b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2980c6 0%, #2563b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2980c6 0%, #2563b9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2980c6 0%, #2563b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2980c6', endColorstr='#2563b9', GradientType=0); /* IE6-9 */
}

/* add client dlg */
#addNewClientDialog #wait_newWO {
    margin-top: 16px;
}

/* copy choice dlg */
#dlg_copyChoice {
    overflow: hidden;
    position: relative;
}

#dlg_copyChoiceClose {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 1000;
}

#dlg_copyChoice ul {
    list-item-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#dlg_copyChoice .slideFeatures {
    position: relative;
}

#dlg_copyChoice .slideFeatures h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 32px;
    right: 32px;
    color: #444;
}

#dlg_copyChoice .slideFeatures h2 {
    font-size: 13px;
    font-weight: normal;
    color: #B2B2B2;
    text-align: center;
    width: 360px;
}

#dlg_copyChoice .slideFeatures h2.clients, #dlg_copyChoice .slideFeatures h2.woTmpl {
    width: 355px;
    background: #999;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 4px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

#dlg_copyChoice .slideFeatures h2.clients {
    position: absolute;
    left: 0px;
    top: 0px;
}

#dlg_copyChoice .slideFeatures h2.woTmpl {
    position: absolute;
    left: 376px;
    top: 0px;
}


#dlg_copyChoice #slideVideo {
    position: absolute;
    width: 640px;
    height: 360px;
    top: 452px;
    left: 64px;
    opacity: 0;
    background: url(../../images/copyChoice/copyChoiceVideo.png) top left no-repeat;
}

#dlg_copyChoice #slideVideo .playIcon {
    position: absolute;
    top: 148px;
    left: 288px;
    width: 64px;
    height: 64px;
    background-image: url(../../images/copyChoice/copyChoiceVideoPlay.png);
    background-position: 0 0;
    cursor: pointer;
}

#dlg_copyChoice #slideVideo .playIcon:hover {
    background-image: url(../../images/copyChoice/copyChoiceVideoPlay.png);
    background-position: -64px 0;
}

#dlg_copyChoice ul li {
    display: block;
    width: 180px;
    height: 246px;
    position: absolute;
    top: 22px;
    background-color: #FFF;
    border: 1px solid #999999;
    cursor: pointer;
}

#dlg_copyChoice ul li:hover {
    background-color: #EAEFF6;
    border: 1px solid #72A0E4;
}

#dlg_copyChoice ul li div.text {
    position: absolute;
    bottom: 0;
    height: 36px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid #D5D5D5;
    width: 164px;
}

#dlg_copyChoice ul li div.text h3 {
    color: #999;
    font-size: 14px !important;
    font-weight: normal;
}

#dlg_copyChoice ul li div.text h4 {
    color: #545454;
    font-size: 14px;
    font-weight: normal;
}

#dlg_copyChoice #copyChoiceVideo {
    position: absolute;
    bottom: 12px;
    left: 32px;
    right: 32px;
    font-size: 15px !important;
    color: #777;
    text-align: center;
    z-index: 100;
}

#dlg_copyChoice #copyChoiceReturn {
    position: absolute;
    bottom: 16px;
    left: 32px;
    right: 32px;
    font-size: 15px !important;
    color: #777;
    text-align: center;
    display: none;
    z-index: 99;
}

#dlg_copyChoice .overflowWrap {
    position: absolute;
    top: 96px;
    height: 300px;
    left: 24px;
}

#dlg_copyChoice .overflowWrap .profile {
    width: 42px;
    height: 42px;
    position: absolute;
    border: 1px solid #666;
    background-position: center;
    background-size: contain;
}

#noRecipients_client {
    left: 136px;
    background-image: url(../../images/copyChoice/noRecipients_client.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#noRecipients_woTmpl {
    left: 384px;
    background-image: url(../../images/copyChoice/noRecipients_woTmpl.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#hasRecipients_to {
    left: 0;
    background-image: url(../../images/copyChoice/hasRecipients_to.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0 0 0 4px;
}

#hasRecipients_to.multiple {
    background-image: url(../../images/copyChoice/hasRecipients_to_mult.png);
}

#hasRecipients_to .profile {
    top: 75px;
    left: 69px;
}

#hasRecipients_from {
    left: 181px;
    background-image: url(../../images/copyChoice/hasRecipients_from.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}

#hasRecipients_from .profile {
    top: 75px;
    left: 64px;
}

#hasRecipients_woTmpl {
    left: 376px;
    background-image: url(../../images/copyChoice/hasRecipients_woTmpl.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
}

#hasRecipients_woTmpl.multiple {
    background-image: url(../../images/copyChoice/hasRecipients_woTmpl_mult.png);
}

#hasRecipients_upToWoTmpl .profile, #hasRecipients_woTmpl .profile {
    top: 75px;
    left: 69px;
}

#hasRecipients_upToWoTmpl {
    left: 557px;
    background-image: url(../../images/copyChoice/hasRecipients_upToWoTmpl.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}


/*explaination  styles */
.explain {
}

.explain h2 {
    color: #797979 !important;
    font-size: 16px !important;
    line-height: 115% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.explain p {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 128% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.explain .pad {
    padding: 16px 0 16px 16px;
}


/* test client */
#div_adduser {
    min-height: 242px;
}

.testClientPanels {
    display: none;
}

#afterTestClient {
    float: right;
    width: 246px;
    height: 240px;
    position: relative;
}

#afterTestClient h2 {
    font-size: 15px !important;
}

#afterTestClient p {
    font-size: 13px !important;
}

#afterTestClient .btmLink {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
}

/* before Timmy */

#timmy {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFF;
}

#timmy .profIntro {
    padding-left: 164px;
}

#timmy .profIntro p {
    font-size: 16px;
    line-height: 125%;
    color: #999;
    width: 90%;
}

#timmyIcon {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    float: left;
    margin-left: 16px;
}

#timmy h2 {
    font-size: 24px !important;
}

#timmy #dismissTimmy {
    font-size: 14px;
    text-decoration: none;
}


#addNewTrainerExp {
    width: 240px;
    float: right;
}

/* training plan */


/* tr-lightBox */

.tr-dialog-white {
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* dlg_needAttnResolution */
#dlg_needAttnResolution h3 {
    border-top: 1px solid #CCC;
    padding-top: 8px;
}

#dlg_needAttnResolution h3:first-of-type {
    border-top: 0;
}


#dlg_needAttnResolution p {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 16px;
    line-height: 130%;
}

#dlg_needAttnResolution ul {
    margin-top: 0;
    margin-bottom: 16px;
}

#dlg_needAttnResolution ul li {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 4px;
}

/* social shares */
ul.socialShareList {
    margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul.socialShareList li {
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 0 4px 0;
}

/* dialog switchedInto */
#switchedUser img {
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    float: left;
}

#switchedUser .wrap {
    padding-left: 104px;
}

#switchedUser .wrap h1 {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    line-height: 110%;
}

#switchedUser .wrap p {
    width: 500px;
    font-size: 14px;
    line-height: 110%;
    color: #888;
    margin: 0;
    padding: 0;
}

.switchedIntoDlg {
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    height: 120px;
}


/* photo2 */
.photoGrid {
    min-height: 523px;
    width: 680px;
    padding: 16px 0 16px 16px;
    margin-left: 19px;
}

#photoGridWrap .photoGrid {
    width: auto;
    margin-left: 0;
    padding: 16px 0 16px 7px;
}

.photoViewWrap {
    position: relative;
    height: 576px;
    width: 776px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.photoViewWrap .photoBtn {
    background: transparent;
    color: #FFF;
    padding: 16px 16px !important;
    border: 0;
    opacity: 0.8;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.photoViewWrap .photoBtn:hover {
    opacity: 1;
    cursor: pointer;
}

.photoViewWrap #btn_back {
    background-image: url(../../images/photo2/darkBorderBack.png);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    background-size: 50%;
    opacity: 0.8;
}

.photoViewWrap #btn_back:hover {
    opacity: 1;
}

.photoViewWrap #btn_next {
    background-image: url(../../images/photo2/darkBorderNext.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    background-size: 50%;
    opacity: 0.8;
}

.photoViewWrap #btn_next:hover {
    opacity: 1;
}

.photoViewWrap .photoNav {
    width: 48px;
    height: 48px;
    border: none;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    padding: 0;
    z-index: 10000;
}

.photoViewWrap .photoNav:hover {
    opacity: 1;
    cursor: pointer;
}

.photoViewWrap .photoTB {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52px;
    z-index: 10000;
    font-size: 13px;
    color: #FFF;
}

.photoViewWrap #dlg_editTag {
    background: #000;
    background: rgba(20, 20, 20, 0.7);
    padding: 12px;
    height: 28px;
    width: 752px;
}

.photoViewWrap #poseDatelabels {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10000;
}

.photoViewWrap #poseDatelabels #pose {
    font-size: 22px;
    text-transform: uppercase;
}

.photoViewWrap #poseDatelabels #date {
    font-size: 13px;
    font-weight: 300;
}

#editTag_datepicker, #uploadPhoto_datepicker {
    width: 88px;
}

#upload_pose, #editTag_pose {
    width: 120px;
}

.photoGrid .photoItem {
    float: left;
    width: 120px;
    margin: 0 16px 16px 0;
}

.photoGrid .photoItem .photoThumb {
    width: 120px;
    height: 120px;
    background-size: cover;
    border: 1px solid #CCC;
    cursor: pointer;
    opacity: 0.9;
}

.photoGrid .photoItem .photoThumb:hover {
    opacity: 1;
    cursor: pointer;
}

.photoGrid .photoItem .pose {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    color: #999;
}

.photoGrid .photoItem .date {
    float: right;
    font-size: 12px;
    color: #999;
}

#photoTopBar {
    position: relative;
}

#dlg_uploadPhoto {
    position: relative;
    height: 224px;
    position: relative;
}

#dlg_uploadPhoto #btn_CancelUpload {
    position: absolute;
    top: 12px;
    right: 12px;
}

#d_fileuploader {
    margin: 0px auto;
}

.uploader-dashed-border {
    background: white;
    border-radius: 10px;
    border: 2px dashed #2196F3;
}

.msgLab {
    position: absolute;
    top: 188px;
    width: 340px;
    margin-left: -170px;
    left: 50%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#messageStatus {
    color: #62C462;
}

.tr-lightBox-photo .ui-dialog-titlebar {
    width: 800px !important;
    height: 40px !important;
}

#tb_upload {
    font-size: 12px;
    width: 340px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

#tb_upload #upload_pose {
    font-size: 14px;
    width: 64px;
}

.ui-selectmenu-menu ul {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* lightbox */
.tr-lightBox .lightBoxContent {
    border: 0px solid #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
    background-color: black;
    border-radius: 4px;
}

.ui-widget-content.tr-transparent-bg {
    background-color: rgba(0, 0, 0, 0.88);
}

.ui-widget-overlay {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    filter: alpha(opacity=50);
    background-image: none !important;
    opacity: 1 !important;
    position: fixed;
}

.tr-lightBox #tr-youtubeWrap {
    width: 720px;
    height: 404px;
    padding: 8px;
}

.tr-lightBox #tr-vimeoWrap {
    width: 720px;
    height: 434px;
    /*padding: 8px;*/
    margin-left: calc((100vw - 720px) / 2);
    margin-top: calc((100vh - 434px) / 2);
}

.tr-lightBox #tr-mobileWrap {
    width: 736px;
    height: 420px;
}

.tr-lightBox #tr-YTVimeoWrap {
    width: 720px;
    height: 404px;
    /*padding: 8px;*/
    margin-left: calc((100vw - 720px) / 2);
    margin-top: calc((100vh - 404px) / 2);
}

.tr-lightBox .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
    opacity: 1;
}

.tr-lightBox .photoViewWrap {
    width: 800px;
    height: 576px;
    padding: 0;
    margin: 40px auto;
}

/* vimeo box */
.gotoVimeo {
    text-align: center;
    height: 30px;
}

.gotoVimeo a:link, .gotoVimeo a:visited, .gotoVimeo a:hover, .gotoVimeo a:active {
    color: #AAA;
    font-size: 16px;
    line-height: 37px;
    padding: 3px;
    text-decoration: none;
}

.gotoVimeo a:hover {
    color: #FFF;
}

/* mobile box */

#dlg_mobile {
}

#dlg_mobile .lightBoxContent {
    background: url(../../images/getApp/getAppBanner.png) no-repeat top left #A9CCFF;
    position: relative;
}

#dlg_mobile .lightBoxContent .contentWrap {
    position: absolute;
    left: 247px;
    width: 488px;;
    top: 72px;
    height: 290px;
    text-align: center;
}

#dlg_mobile .lightBoxContent h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    font-weight: normal;
    line-height: 100%;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 32px;
}

#dlg_mobile .lightBoxContent h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    font-weight: normal;
    line-height: 125%;
    margin-bottom: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#dlg_mobile .lightBoxContent em {
    color: #999999;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

#dlg_mobile #iOS {
    display: block;
    background: url(../../images/getApp/getAppIOS.png);
    width: 98px;
    height: 36px;
    position: absolute;
    right: 132px;
    top: 384px;
}

#dlg_mobile #android {
    display: block;
    background: url(../../images/getApp/getAppAndroid.png);
    width: 98px;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 384px;
}

#dlg_mobile .appStore {
    opacity: 0.9;
}

#dlg_mobile .appStore:hover {
    opacity: 1;
}

#dlg_mobile #btn_sendGetApp {
    padding: 14px 16px 11px 16px !important;
    min-width: 322px;
    text-align: center;
}

#dlg_mobile #btn_sendGetApp #sendingWait {
    background: url(../../images/spinnerSnake.gif);
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* global palette */

/* change training plan */

#dlg_extendTrainingPlan #div_FullDate {
    margin-left: 20px;
}

/* change duration option box */
.gtOptionsDuration {
    min-width: 426px;
    position: relative;
    min-height: 54px;
    padding: 8px;
}

.gtOptionsDuration #lTPEndDate {
    position: absolute;
    left: 8px;
    bottom: 9px;
    font-size: 11px;
    color: #AAA;
}

/* GT loader */

/* GT loader */
#staticBtmBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    background: #1E1E1E;
    background: rgba(0, 0, 0, 0.8);
}

#staticBtmBar .center {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

#btmMenu {
    float: left;
}

#btmMenu ul {
    list-type: none;
    padding: 0;
    margin: 0;
}

#btmMenu ul li {
    padding: 8px 8px;
    height: 30px;
    margin: 0;
    border: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #DDD;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #555;
}

#btmMenu ul li:hover {
    color: #FFF;
    cursor: pointer;
}

#btmMenu .btmMenu-gotoMobile-upg {
    width: 140px;
    text-align: left;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

#btmMenu .btmMenu-gotoMobile-upg #heroIcon {
    width: 56px;
    height: 49px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAxCAMAAAC4V5rkAAAAA3NCSVQICAjb4U/gAAACl1BMVEX/////68/+5Lb+3bX/zZD/vwD/tAD3rAD2pQD2nADwjgHsgwTmNQ/dMQ/OMA3iKRCsOAqNOgUvKSIUEBcAAAD////+wH33rADypwDjTApvYU7pNw/dMQ/OMA3KLgyVDw8nIh54AAD93b3+3bX8z5z3rADypwD2pQDmNQ/dMQ/KLgxeFQb93a3/1AD1tAH/pQD2pQD/mQD3lADJXwbmNQ/THhEAAAX+wH33rADypwD/lAD2jADpewWhXALmNQ/KLgwnIh4hHxv+3bX8y4X/tAD2pQDypwDWo272jADmNQ/KLgzBHA8kIR0hHxs8AQb93b392Kv/xYL2pQD2nAD2jACTeVbmNQ/dMQ/OMA0TEhD6v4H2pQDmNQ/dMQ/VMQ7OMA3KLgykKwknIh4rHw3+3bX8y4X/vwD3rADypwDxmwH3lAD3hQDmNQ/VMQ7WJxDTHhHMDAD/5rz+3bX+wH33rAD2pQD2jACif1jtagXmNQ/NOBrdMQ8vKSITFRb8x4zypwD3lAD3hQCdcAfXTT7dMQ/VMQ72nADmNQ/dMQ/3rADypwDmNQ/dMQ/3rAD2pQD3lADdMQ/KLgz/////9+3/9cz+7tj/68/+6MX958v/5rz+5Lb+3bX93b393a392Kv91qb8z5z/zZD8x4z+wH37uXX1tAH3rAC9rpH2pQDypwD2nAD/mQDxmwH3lADukwH2jADwjgH9igD3hQDnigLohQLnfF3mfgLefwPteADrdQXXdwPoageNe2bkZQDgWgfbTArXSQrcQQzpNw/VOwvmNQ/dMQ/VMQ7OMA3bKg/KLgzHLw3RKQ7JKA69Kwy2KQzVHwCwKQykKwmbIAuFHwk6Mit8HQiAGgh7FgkvKSInIh5lEAgYFhQTEhBUf5OuAAAA3XRSTlMAEREREREREREREREREREREREREREiIiIiIiIiIiIiIiIiMzMzMzMzMzMzM0REREREREREREREVVVVVVVVVVVVVVVmZmZmZmZmZmZmZmZmd3d3d3d3d3d3d3eIiIiIiIiIiIiImZmZmZmZmZmZmZmZmaqqqqqqqqqqqqqqqqq7u7u7u7u7u8zMzN3d3d3u7u7u7v///////////////////////////////////////////////////////////////////////////////////////////////////zbwHPMAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjIvMTMk2xdaAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAABDlJREFUSImtlPt701QYx493RQHnBUXUIQ6dV7wx76LOKRNvIE6mqKhTEUQRFIe4wXDr5ti6jV2qTdt1vaRJyEnS0s2ujYx2TbPuam+ytf1jPEk26Z4m8KyP31963tP3k+857/smAPxvqn6zMK4s+9naG9a+WF1XtmTHbKYuk8lmsy8tlXyjbjYzm0wm58puXCJZPsj3W3pdc9UXS7xk3aWL4vqBnp4eg2vuog5bse/XnY/K3nPYXHwmySvVffnA25rgQbPlnf+Cm+oySauF5138bVJYgpktmmC5zVaS48gPGg08b6iRoxLrQP0qLfA1R+5fW+0DRpOL7zGWy+Gj1i80Het+yY2O2awmzGjADtytxD/xWlyR/3hOtMpht2CSHpzf+Hz2LQ3wYeeXOdGTDpvJiJnN5prLlI3N7mc1wK/w3TnRBw77QD9mMvSZ5i2fce/VAH9bBB60mky93d0ne2suVzYe8zSsXqkKOsmjOVG99SRS9+/mm+Vw+cZa1tfcfPgFFRDHW69WVivBXT/b+w19vQbMaPp1/3ffHmlsawtAX0gId1bmg+04uU36rWrwNDQ7LBarBTNjff2BQCA4JoyNuFlfWNITeeAPTlL/CAB7OY71BCx9fyAZDHYnSRBwZHLUA9lhQUDg4TxwfTtJ6Ldv7mBYlqYdDsegJImjCO9ZL/SwgbEwIk9szCNrnQRBUzTkIO5kgjMzwb98hATSFEVBlnMHESeonfWWdpJCHMNSThwPDPkCyAuXQQg5FgYEJERW5ZfnadmRhaSUjuMMhDRyJOWHnfLGJgQZ/UilIxV6dCjI4DgpXQ0B0jMommIowh38ZzosW36zXIW892sp20mSym0hJ5+VIqjh0bHphOLYcp0KCMDqbXt0uJwt14kicZyAwyMRdM7EtELepwoCsGy9DNIEjSxZihs5OypOTEQi4b8TEZlUqY6iK1pxuSQUZBB4ZnJyQowgCZFETLql0KY+60hPKU1AJAfZ0UlRFCMSKkylxuX67NACwautBOH1nua8Q9xwVAJly4gQTwgS2VmqSV51lKBPe4e8HHWmSwEVNJEQQohsUeuIogoS9QA1teO5LVFRXPBE10yJoVBYODKflj+397TSciN1AOyKRs8fVoinYhEhFNq/RsraovJe/0h7EcccQsv4TI5naDwej02JM81VpaU7G1VmoUI/xKDx2w4WLJs+2dckoWFBHJ+aEgXhRJvKi4LUgPrPQOmT+Ho02rXjjhUAFN/+cad03PD8e7JTtTwfotqc6tiAVpu6dq1Y2C2ubEIlkgeoU2OCrtT5/f5YEVrdef+iP4or9zW2tDS+v0adA+DTxLl0WuuzfyFdHzuXTj1fAAh2x/z0K4WADzlxYk8hINDRlO6aQsB3SRoeW1YAeKsejeuhawsgawmKgxsKAB//05+IHS9aOlgcj6fS6QculPIvDn9+xUv8nhQAAAAASUVORK5CYII=) top left no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
}

#btmMenu .btmMenu-gotoMobile-upg:hover #heroIcon {
    top: -18px;
}

#btmMenu .btmMenu-gotoMobile-upg a {
    cursor: pointer;
    color: #DDD;
    text-decoration: none;
    text-transform: none;
    line-height: 105%;
    font-size: 11px;
    padding: 5px 4px 0 56px;
    height: 30px;
    display: block;
    letter-spacing: 0.5px;
}

#btmMenu .btmMenu-gotoMobile-upg a:hover {
    color: #FFF;
}

/*ap-code test 20.05.2015 step-1*/

#signUpStep1 {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#signUpStep1 > h1, #manual_connect h1 {
    color: #FFB400;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
}

#signUpStep1 > h2 {
    font-size: 16px;
    color: rgb(12, 12, 12);
    text-align: center;
    line-height: 26px;
    font-weight: 300;
}

#signUpStep1 > h2 > br {
    display: none;
}

#signUpStep1 > ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

#signUpStep1 > ul > li {
    margin-top: 15px;
    margin-bottom: 20px;
}

#signUpStep1 > ul > li > label {
    display: block;
    font-size: 16px;
    color: rgb(131, 131, 131);
    line-height: 32px;
    font-weight: 300;
}

#signUpStep1 > ul > li > select {
    font-size: 16px;
    color: rgb(12, 12, 12);
    line-height: 32px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
}

.acctItem > select {
    font-size: 16px;
    color: rgb(12, 12, 12);
    line-height: 32px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
}

#signUpStep1 > button {
    background: rgb(139, 195, 74);
    width: 100%;
    border: none;
    height: 50px;
    font-size: 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    font-weight: 500;
}

#signUpStep1 > button:hover {
    background: rgba(139, 195, 74, 0.9);
    width: 100%;
    border: none;
    height: 50px;
    font-size: 20px;
    box-shadow: none;
    border-radius: 5px;
    text-shadow: none;
    font-weight: 500;
}

#signUpStep1 .otherTextEntry {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(217, 217, 217);
    margin-top: 5px;
    font-size: 14px;
}

/*ap-code test 22.05.2015 step-4*/
.signUp-4 {
    margin-left: auto;
    margin-right: auto;
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .gtBtnBar .gtBtn-blue {
    max-width: 390px;
    width: 100%;
    height: 54px;
    background: rgb(6, 169, 246) !important;
    text-shadow: none;
    border: none !important;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 500;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 > .gtBtnBar .gtBtn-blue {
    max-width: 260px;
    width: 100%;
    height: 54px;
    background: rgb(139, 195, 74) !important;
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    line-height: 33px;
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 400;
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .gtBtnBar .gtBtn-blue:hover {
    background: rgba(6, 169, 246, 0.9) !important;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 > .gtBtnBar .gtBtn-blue:hover {
    max-width: 260px;
    width: 100%;
    height: 54px;
    background: rgba(139, 195, 74, 0.9) !important;
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    line-height: 33px;
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 400;
}

#signUpStep4 {
    width: 100% !important;
    max-width: 990px !important;
    height: 745px !important;
    background-color: white !important;
}

#signUpStep4 > .slideWrap {
    width: 100% !important;
    height: 100% !important;
}

#signUpStep4 > .url_over {
    top: 149px;
    position: relative;
    left: 228px;
    z-index: 1;
    background-color: white;
    width: 480px;
    font-size: 10px;
    text-overflow: ellipsis;
}

#signUpStep4 > .slideWrap > #wizard_slide2 {
    background: url(../../images/wizard/step4Image.jpg) no-repeat;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-top: 40px;
    width: 755px !important;
    height: 400px !important;
    background-color: white;
    padding-top: 200px;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 {
    background-image: url(../../images/wizard/step4Image.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 285px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-top: 40px;
    width: 755px !important;
    height: 235px !important;
    background-color: white;
    padding-top: 335px;
}

#img-signUp4 {
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .cont > h1 {
    font-size: 35px;
    line-height: 46px;
    color: rgb(255, 152, 0);
    text-align: center;
    font-weight: 500;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 > .cont > h1 {
    font-size: 28px;
    line-height: 25px;
    color: #ffb400;
    text-align: center;
    font-weight: 400;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 > .cont > h1 > small {
    display: block;
    font-size: 10px;
    text-align: right;
    color: #ffb400;
    margin-right: 130px;
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .cont > p {
    font-size: 19px;
    line-height: 26px;
    color: rgb(131, 131, 131);
    text-align: center !important;
}

#alloyUpgradeDialog > .slides > .slideWrap > #wizard_slide2 > .cont > p {
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b;
    font-weight: 300;
    text-align: center !important;
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .cont > .url {
    height: 66px !important;
    font-size: 22px;
    line-height: 66px;
    border: 2px solid rgb(6, 169, 246);
    border-radius: 5px;
    color: rgb(131, 131, 131) !important;
    text-align: left;
    text-shadow: none;
    background-color: white !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
    padding-left: 10px !important;
    font-weight: 300 !important;
    position: initial !important;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#signUpStep4 > .slideWrap > #wizard_slide2 > .gtBtnBar {
    background-color: white !important;
    text-align: center !important;
}

.cont {
    top: 177px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.circle-or {
    width: 57px;
    height: 57px;
    margin-top: 115px;
    text-align: center;
    border-radius: 50%;
    line-height: 57px;
    z-index: 188;
    border: 1px solid rgb(202, 202, 202);
    color: black;
    font-size: 18px;
    margin-left: 276px;
    background-color: white;
    position: absolute;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

#drop-animation-container {
    background-color: rgba(20, 21, 24, 0.9) !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    text-align: center !important;
}

#drop-animation-container > div {
    width: 363px;
    height: 363px;
    border-radius: 50%;
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    pointer-events: none;
}

#drop-animation-container > div > img {

    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    pointer-events: none;
}

#drop-animation-container > div > h1 {
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    pointer-events: none;
}

#meal-plan-cont [type=file] {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}


#div_freePlan {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

#div_freePlan h1 {
    color: rgb(255, 152, 0);
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    font-weight: normal;
}

#div_freePlan h2 {
    font-size: 16px;
    color: rgb(131, 131, 131);
    text-align: center;
    line-height: 26px;
    font-weight: 300;
    width: 418px;
    margin: auto;
}

.gtBtnXXL, .gtBtnXXL:hover {
    padding: 17px 50px 14px 50px !important;
    font-size: 20px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* end nutrition-meal-plan  ap-01.06.2015*/

/*globals*/
.pull-left {
    float: left;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

/* import Youtube wigdet */
#importYoutubeDlg #dlg_importYoutube_toolbar #gtToolbar_import {
    margin-left: 8px;
}

#importYoutubeDlg .videoRow {
    border-bottom: 1px solid #CCC;
    padding: 4px;
    position: relative;
    height: 26px;
}

#importYoutubeDlg .videoRow input[type=checkbox] {
    position: absolute;
    top: 8px;
    left: 3px;

}

#importYoutubeDlg .ytImportThumb {
    height: 24px;
    width: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #999;
    float: left;
    margin: 0 8px 0 23px;
    display: inline-block;
}

#importYoutubeDlg .ytTitleLab {
    font-size: 15px;
    line-height: 27px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

#importYoutubeDlg .ytLinked {
    font-size: 13px;
    float: right;
    margin-top: 6px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../../images/EN/user_synced.png) 0% 50% no-repeat;
    color: #AAA;
    font-size: 13px;
    padding-left: 18px;
}

#importYoutubeDlg #youTubeToolTip {
    opacity: 0.2;
}

#b_workoutplan_build {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* dropZones */
#dropZoneOverlay {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1px 1px rgba(0, 163, 247, 0.7) inset;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 163, 247, 0.7) inset;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 163, 247, 0.7) inset;
    display: none;
}

#dropZoneOverlay #dropIcon {
    background-image: url(../../images/workoutBuilder/dragOver.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 145px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -72px;
}

/* Intercom */
#intercom-container .intercom-launcher-button {
    background-color: #05a9f5 !important;
    border-color: #05a9f5 !important;
}

/* Client page */


/* Small screens support */
@media only screen and (max-width: 1024px) {

    .ui-button-text-icon-primary .ui-button-text {
        width: 0px;
        overflow: hidden;
        text-indent: -9999px;
    }

}

@media only screen and (max-width: 1279px) {

    #groupLogo h1 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 50px;
        max-height: 50px;
    }

    #loginDiv h1 {
        max-width: 330px;
    }

}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

#clientGridDiv #gtToolbar_import {
    width: 24px;
}

#clientGridDiv #gtToolbar_import .ui-icon-triangle-1-s {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

/* Dialog photo viewer */

.photoViewButtons {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: white;
    font-weight: 100;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px;
    position: relative;
}

#btn_photoAttachement_download:before {
    position: absolute;
    left: -13px;
    top: 4px;
    height: 16px;
    width: 16px;
    content: ' ';
    background-image: url(../../images/UI/icons/download.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
}

#btn_photoAttachment_attach:before {
    position: absolute;
    left: -13px;
    top: 4px;
    height: 16px;
    width: 16px;
    content: ' ';
    background-image: url(../../images/UI/icons/paperclip.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
}

/* Payments.aspx */
.payments-subPages {
    overflow: hidden;
    background: #fff;
}

.payments-subPages li {
    margin-left: 20px;
    box-sizing: border-box;
}

.payments-subPages li a {
    padding: 6px 4px 6px 9px;
}

.payments-subPages li .tr-icon {
    margin-left: 6px;
}

.payments-indicator {
    display: inline-block;
    min-width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #ff5d6f;
}

#sideMenu_gateway_status {
    border-radius: 4px;
    background-color: white;
    height: 14px;
    font-size: 11px;
    color: #797c80;
    text-transform: uppercase;
    border: solid 1px #dae0e6;
    padding: 4px 6px;
}

#sideMenu_gateway_status .not-live-text {
    color: #A3A3A3;
}

.shape-circle {
    display: inline-block;
    min-width: 10px;
    height: 10px;
    border: solid 1px #ced3d9;
    border-radius: 50%;
    margin-right: 5px;
}

.circle-green {
    background-color: #8cc34b;
}

.circle-red {
    background-color: #ff5d6f;
}

.circle-orange {
    background-color: #ffb400;
}

.circle-white {
    background-color: #ffffff;
}

.gt-done-animation {
    height: 53px;
    width: 53px;
}

.gt-done-animation-small {
    height: 24px;
    width: 24px;
}

.disabled-no-opacity-change {
    zoom: 1;
    cursor: default !important;
    pointer-events: none;
}

.panel_RecentActivity_turnOnOffLink {
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #1eb6f8;
    cursor: pointer;
}

/* Purchase and Invoice Status Colors */
.payment-status-active {
    color: #97ca55 !important;
}
.payment-status-canceled, .payment-status-failing, .payment-status-refundCanceled {
    color: #ffb400 !important;
}
.payment-status-failed, .payment-status-refundFailed {
    color: #ff5366 !important;
}

.payment-transaction-fee-labels {
    color: #ffb400 !important;
    font-size: 12px;
    line-height: 1.1;
}

.tr-orange-text {
    color: #ffb400 !important;
}

#nameComplete {
    font-weight: 400;
    padding-left:10px;
    font-size: 20px;
}
