
.gablue {
    color: #0E6EA4 !important;
}

.text-blue1 {
    color: #0E6EA4 !important;
}

.text-color-goactive {
    color: #0E6EA4;
}

.text-color-green {
    color: #289a28 !important;
}

.text-color-red {
    color: #982929 !important;
}

.text-color-grey {
    color: #aaa !important;
}

.btn-goactive {
    background-color: #0E6EA4;
    border-color: #0B67A1 #0B67A1 #0B7FC8;
    color: #FFF;
    --color: #0B67A1;
    --hover: #116FA9;
    --disabled: #0B67A1;
    --active: #14547B;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.img24 {
    height: 16px;
}

.img16 {
    height: 24px;
}

.img32 {
    height: 32px;
}

.img48 {
    height: 48px;
}

.img64 {
    height: 64px;
}

.btnTrainerDetail {
    text-decoration: underline;
    cursor: pointer;
}

/* === Trainer Popup Card === */
.trainer-popup-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    max-width: 600px;
    font-family: inherit;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}

.trainer-popup-header {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 26px 30px;
    background: linear-gradient(135deg, #1a3c5e 0%, #2c6fa8 100%);
    color: #fff;
}

.trainer-popup-img-wrap {
    flex-shrink: 0;
    width: 88px;
    height: 115px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.trainer-popup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.trainer-popup-name-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.trainer-popup-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    opacity: 0.75;
    font-weight: 600;
}

.trainer-popup-name {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.trainer-popup-bio {
    padding: 22px 30px;
    color: #444;
    line-height: 1.75;
    font-size: 0.95rem;
    border-top: 1px solid #f0f0f0;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dropdown-item {
    cursor: pointer;
}

.memberSignupTile {
    min-height: 146px;
    margin-bottom: 5px;
    display: inline-block;
}

.text-gradient-1 {
    color: #0088CC;
    background: linear-gradient(to bottom right, #0088CC, #e36159);
    background-image: linear-gradient(to right, #0088CC, #e36159);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.text-fancy-1 {
    background: linear-gradient(
            to right,
            hsl(98 100% 62%),
            hsl(204 100% 59%)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}


/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

.tiles:before, .tiles:after {
    display: table;
    content: " ";
}

.tiles:after {
    clear: both;
}

.tiles .tile {
    display: block;
    letter-spacing: 0.02em;
    float: left;
    height: 135px;
    width: 135px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0;
}

.tiles .tile:after, .tiles .tile:before {
    content: "";
    float: left;
}

.tiles .tile.double {
    width: 280px !important;
}

.tiles .tile.double-down {
    height: 280px !important;
}

.tiles .tile.double-down i {
    margin-top: 95px;
}

.tiles .tile:hover {
    border-color: #aaa !important;
}

.tiles .tile:active, .tiles .tile.selected {
    border-color: #ccc !important;
}

.tiles .tile.selected .corner:after {
    content: "";
    display: inline-block;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #ccc;
    position: absolute;
    top: -3px;
    right: -3px;
}

.tiles .tile.selected .check:after {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
}

.tiles .tile.icon {
    padding: 0;
}

.tiles .tile.image .tile-body {
    padding: 0 !important;
}

.tiles .tile.image .tile-body > img {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
}

.tiles .tile.image .tile-body h3 {
    display: inline-block;
}

.tiles .tile .tile-body {
    height: 100%;
    vertical-align: top;
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    color: #ffffff;
    margin-bottom: 10px;
}

.tiles .tile .tile-body p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    color: #ffffff;
    line-height: 20px;
    overflow: hidden;
}

.tiles .tile .tile-body p:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tiles .tile .tile-body p:active {
    color: rgba(0, 0, 0, 0.4);
}

.tiles .tile .tile-body p:hover {
    color: #ffffff;
}

.tiles .tile .tile-body img {
    float: left;
    margin-right: 10px;
}

.tiles .tile .tile-body img.pull-right {
    float: right !important;
    margin-left: 10px;
    margin-right: 0px;
}

.tiles .tile .tile-body > .content {
    display: inline-block;
}

.tiles .tile .tile-body > i {
    margin-top: 17px;
    display: block;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
}

.tiles .tile .tile-body h1,
.tiles .tile .tile-body h2,
.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4,
.tiles .tile .tile-body h5,
.tiles .tile .tile-body h6,
.tiles .tile .tile-body p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.tiles .tile .tile-body h1:hover,
.tiles .tile .tile-body h2:hover,
.tiles .tile .tile-body h3:hover,
.tiles .tile .tile-body h4:hover,
.tiles .tile .tile-body h5:hover,
.tiles .tile .tile-body h6:hover,
.tiles .tile .tile-body p:hover {
    color: #ffffff;
}

.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4 {
    margin-bottom: 5px;
}

.tiles .tile .tile-object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background-color: transparent;
    *zoom: 1;
}

.tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
    display: table;
    content: "";
}

.tiles .tile .tile-object:after {
    clear: both;
}

.tiles .tile .tile-object > .name {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
}

.tiles .tile .tile-object > .name > i {
    vertical-align: middle;
    display: block;
    font-size: 24px;
    height: 18px;
    width: 24px;
}

.tiles .tile .tile-object > .number {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 14px;
    margin-bottom: 8px;
    margin-right: 10px;
}

/*
  Notes
 */

.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

.note h1, .note h2, .note h3, .note h4, .note h5, .note h6 {
    margin-top: 0;
}

.note h1 .close, .note h2 .close, .note h3 .close, .note h4 .close, .note h5 .close, .note h6 .close {
    margin-right: -10px;
}

.note p {
    margin: 0;
}

.note p:last-child {
    margin-bottom: 0;
}

.note.note-default {
    border-color: #b0c1d2;
    color: #000;
}

.note.note-default.note-bordered {
    background-color: #eef1f5;
    border-color: #c0cedb;
}

.note.note-default.note-shadow {
    background-color: #f1f4f7;
    border-color: #d1dbe4;
    box-shadow: 5px 5px rgba(212, 221, 230, .2);
}

.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}

.note.note-success.note-bordered {
    background-color: #a7e6ec;
    border-color: #6dd6df;
}

.note.note-success.note-shadow {
    background-color: #abe7ed;
    border-color: #81dbe3;
    box-shadow: 5px 5px rgba(134, 221, 228, .2);
}

.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note.note-info.note-bordered {
    background-color: #dbe8f8;
    border-color: #a0c2ec;
}

.note.note-info.note-shadow {
    background-color: #e0ebf9;
    border-color: #b5cff0;
    box-shadow: 5px 5px rgba(185, 210, 241, .2);
}

.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}

.note.note-warning.note-bordered {
    background-color: #f8e38c;
    border-color: #f4d249;
}

.note.note-warning.note-shadow {
    background-color: #f9e491;
    border-color: #f6d861;
    box-shadow: 5px 5px rgba(246, 217, 102, .2);
}

.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.note.note-danger.note-bordered {
    background-color: #fbdcde;
    border-color: #f39da3;
}

.note.note-danger.note-shadow {
    background-color: #fbe1e3;
    border-color: #f6b3b8;
    box-shadow: 5px 5px rgba(246, 184, 189, .2);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(55, 135, 78, 0.33);
}

.editable img {
    max-width: 100%;
}

.bg_wave_1 {
    background-color: #fff;
    /*background-size: cover;*/
    background-position: center center;
    background-repeat: no-repeat;
}

.btn {
    word-wrap: break-word !important;
    white-space: normal !important;
}

.tile-border-admin {
    border-color: #cfa500 !important;
}

.tile-border-manager {
    border-color: #dc4c4c !important;
}

.tile-border-trainer {
    border-color: #3598dc !important;
}

.member_in_tile {
    filter: drop-shadow(2px 2px 1px #000);
}

.small_avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 4px;
}

.small_avatar img {
    width: 80px !important;
    height: 80px !important;
}

.dropzone_container {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    text-align: center;
    font-size: 1.1em;
    padding: 2em;
}

.dz-preview {
    display: none;
}

.loading {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('/assets/gif/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px dashed #ddd;
    color: rgba(0, 0, 0, 0);
}

.hide {
    display: none;
}

.timeline-rate-training-inner {
    background-color: #fff;
    padding: 1em !important;
    color: #000;
}


/* blog bugfix */
#text_short img {
    max-width: 100%;
}

#text_long img {
    max-width: 100%;
}

.blog_preview img {
    max-width: 100%;
}

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

/* chart */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.goactive_blogpop_modal {
    z-index: 10001 !important;
    margin-top: 35px !important;
}

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

.page-footer-inner a {
    color: #98a6ba !important;
}

.memberSignupTile {
    min-height: 146px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    .memberSignupTiles {
        text-align: center;
    }

    .fc .fc-toolbar > * > * {
        margin: 0 !important;
    }

    .portlet.calendar .fc-toolbar h2 {
        padding-top: 7px !important;
        margin-right: 6px !important;
    }

}

.btnAttendence {
    width: 88px;
}

.tile-object .name {
    text-align: left;
}

.dashboard-tile {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

/* moderntile */
.moderntile1 {
    background-color: #231F20;
}

.moderntile1 .visual {
    color: rgba(255, 255, 255, .2);
}

.moderntile1 .details {
    color: rgba(255, 255, 255, 1);
}

.moderntile1 a {
    color: rgba(255, 255, 255, .9);
}


.moderntile2 {
    background-color: #2f2d2d;
}

.moderntile2 .visual {
    color: rgba(255, 255, 255, .2);
}

.moderntile2 .details {
    color: rgba(255, 255, 255, 1);
}

.moderntile2 a {
    color: rgba(255, 255, 255, .9);
}


.moderntile-visual-green .visual {
    color: rgba(172, 204, 31, .3) !important;
}

.moderntile-visual-cyan .visual {
    color: rgba(8, 236, 211, 0.3) !important;
}

.moderntile-visual-red .visual {
    color: rgba(231, 11, 11, 0.45) !important;
}

.moderntile-visual-orange .visual {
    color: rgba(231, 95, 11, 0.32) !important;
}

.moderntile-visual-magenta .visual {
    color: rgba(236, 8, 217, 0.3) !important;
}

.moderntile-visual-yellow .visual {
    color: rgba(228, 236, 8, 0.45) !important;
}


/* modernized container headline */
.modernheadline {
    margin: 10px 0;
}

.modernheadline h1,
.modernheadline h2,
.modernheadline h3,
.modernheadline h4 {
    margin: 0 0 10px 0;
    padding: 2px 20px 6px 9px;
    background-color: #231F20;
    font-family: Oswald;
    display: inline-block;
}

.modernheadline h1,
.modernheadline h2,
.modernheadline h3,
.modernheadline h4 {
    color: #fff !important;
    font-size: 1.3em;
}

.modernheadline h1:first-child,
.modernheadline h2:first-child,
.modernheadline h3:first-child,
.modernheadline h4:first-child {
    color: #fff !important;
    font-size: 1.3em;
}


.form-control {
    color: #000;
    font-weight: 400;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .2));
}