html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    /* height: 60px; */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer.raceFooter{
    color: rgba(233, 255, 234, 0.6);
}

.footer.raceFooter a{ 
    color: #2C3E50;
}

.jumbotron {
    text-align: center;
    /*background-color: transparent;*/
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* cutoms reuse style*/

.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-inline {
    display: inline;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.p-absolute-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-absolute-row-center {
    left: 50%;
    transform: translateX(-50%);
}
.p-absolute-col-center {
    top: 50%;
    transform: translateY(-50%);
}
.f-bold {
    font-weight: bold;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.itemBlock {
    font-size: 21px;
    padding: 50px 24px;
}

.table.centerText tr th, table.centerText tr td{
    text-align: center;
    vertical-align: middle;
}

table.centerText{
    text-align: center;
}

/* 大圖下方表單 */

.chartWrap {
    border: 1px solid gray;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.googleChart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
}

.mycard-price{
  font-size: 2.75em;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5em;
}

.mycard-description {
    opacity: .75;
}

.myCard .panel-body{
  padding: 2em;
  border-radius:6px 6px 0 0;
  color: white;
  text-align: center; 
  font-size: 18px;
  background: #00AB7B;
}

.my-course-card {
    padding-top: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    background-color: rgba(255, 255, 255, 0.95);
}

.my-course-card a {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 5px;
}

.card-inform{
  border-radius: 30px;
  color: white;
  text-align: center; 
  font-size: 18px;
  background: #00AB7B;
  margin-left: 15px;
  margin-right: 15px;
}

.card-inform h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 20px;
}
.card-inform span {
    font-size: 18px;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
}
.card-inform hr {
    display:inline-block;
    width: 30%;
    color: #fff;
}
.card-inform .card-price {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 0;
}
.course-list {
    list-style: none;
    margin-top: 20px;
    padding-right: 30px;
}
.course-list > li > ul > li {
    display: inline-block;
    list-style-type: circle;
    padding: 10px 0; 
    border-bottom: 1px solid #D5D8DC;
    font-size: 14px;
}  









































.coachCard {
  padding: 0;
  color: black;
  text-align: center; 
  background: #eeeeee;
  position: relative;
  border-radius: 6px;
}
.coachCard > .panel{
    border-width: 0px;
}
.coachCard > .panel > .list-group > .list-group-item{
  background: #eeeeee;
}

.coachCard .nameCaption{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.7);
    width: 100%;
    vertical-align: top;
    border-radius: 0;
}
.coachCard .nameCaption .name{
    padding: .2em;
    font-size: 1.6em;
    font-weight: bolder;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.coachCard .nameCaption .motto{
    font-size: 1em;
}

.myCard .pricePerWeek{
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5em;
}

/* evaluation's 承諾事項 => span */
.promise-contract {
    display: block;
    padding-top: 10px;
    color: #00AB7B;
    font-weight: bold;
}

.connect-coach-intro {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
}


.service-content {
    padding: 20px 15px;
}

.myCard .list-group-item h3 {
    font-size: 18px;
    display: inline;
    border-bottom: 2px solid #00AB7B;
    padding-bottom: 3px;
}

.myCard .list-group-item > ul {
    list-style-type: disc;
    padding-top: 15px;
}
.myCard .list-group-item > ul li{
    margin-bottom: 5px;
}

.target-select h4 {
    font-weight: bold;
}

.basicPrice .panel-body{
  padding: 2em;
  border-radius:6px 6px 0 0;
  color: white;
  text-align: center; 
  font-size: 18px;
  /*background: #298fca;*/
  /*background: #3AA3C1;*/
  /*background: #1BB5EC;*/
  background: #02AFEE;/*黑黑選的配色*/
  
}

.vipPrice .panel-body{
  padding: 2em;
  border-radius:6px 6px 0 0;
  color: white;
  text-align: center; 
  font-size: 18px;
  /*background: #42548e;*/
  /*background: #283996;*/
  background: #00AB7B;
}

.vasPrice .panel-body{
  padding: 2em;
  border-radius:6px 6px 0 0;
  color: white;
  text-align: center; 
  font-size: 18px;
  background: #004533;
}

/***** HEADER **********/
.navbar-default.mainheader .navbar-header .navbar-brand{
    font-weight: 700;
    font-style: oblique;
    color: #00AB7B!important;
    font-size: 1.6em;
}
.navbar-default.raceHeader .navbar-header .navbar-brand{
    /*text-transform: uppercase;*/
    font-family: Merriweather, 'Microsoft JhengHei',Arial, sans-serif;
    font-weight: 700;
    color: black !important;
    font-size: 1.6em;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li > a:focus {
    color: #fff !important;
    background-color: #00ab7b !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #EBF4EB !important;
    background-color: #004533 !important;
}

.navbar-default .navbar-nav > li > a {
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/* main page */
.sortable-placeholder {
    margin-left: 0 !important;
    border: 1px solid #ccc;
    /*background-color: yellow;*/
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    height: 2em; 
    line-height: 1.8em;
    margin-bottom: 1em;
}

.panel .glyphicon-move{
  cursor: move;
}

.myrunlevel{
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #00AB7B!important;
    font-size: 3em;
}

.myBlock{
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    font-size: 3em;
}

.fitness{
    color: #1F77B4;
}
.condition{
    color: #FF7F0E;
}
.fatigue{
    color: #FF0000;
}
.cadence{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 2em;
}

/* articles */
.rqBg {
    background-color: #00AB7B !important;
}
.lightrqBg {
    background-color: #00AB7B !important;
}
.mainContent .caption{
    font-size: 13px;
}
.mainContent .aTitle{
    margin-top: 0;
}
img.media-object{
    width:64px;
    height:64px;
    overflow:hidden;
}
.section .title{
    font-weight: bold;
}
.articleSingle .section{
    padding: .5em .5em;
    margin-bottom: 2em;
}

.articleSingle{
    font-size: 16px;
}

.articleSingle .sideBar{
    font-size: 14px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.articleSingle .note{
    color: #888888;
}
.articleTitle{
    font-weight: bolder;
}

.mainContent{
    padding: 2em 2em;
    padding-top: 0;
}
.mainContent .detail{
    padding: 1em 0;
}
.mainContent .detail .author{
    padding-right: 1em;
}
.articleContent{
    padding: .5em .5em; 
}
.data-block{
  margin-bottom: 22px;
}

.data-block .data-bit{
  font-size: 2em;
}

.selection .data-block .data-bit{
  font-size: 2.7em;
}

.data-block .data-bit small{
  font-size: .6em;
}

.data-block .data-label{
  color: #888;
}

#lastDataChart svg{
    margin-left: -20px;
}

.lineLoginBtn
{
    display: inline-block;
    width: 110px;
    height: 32px;
    background-size: 100%;
    background-image: url(../img/line/32dp/btn_login_base.png);
}
.lineLoginBtn:active{
    background-image: url(../img/line/32dp/btn_login_press.png);
}
.lineLoginBtn:hover{
    background-image: url(../img/line/32dp/btn_login_hover.png);
}

.lineBLoginBtn
{
    width: 100%;
    min-width: 110px;
    max-width: 230px;
    min-height: 32px;
    background-size: 100%;
    background-image: url(../img/line/44dp/btn_login_base.png);
}
.lineBLoginBtn:active{
    background-image: url(../img/line/44dp/btn_login_press.png);
}

.lineBLoginBtn:hover{
    background-image: url(../img/line/44dp/btn_login_hover.png);
}
    
.blockRqflag {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.rqflag {
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-color: #00AB7B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00AB7B), to(#2C6017)); 
  background-image: -webkit-linear-gradient(top, #00AB7B, #2C6017); 
  background-image:    -moz-linear-gradient(top, #00AB7B, #2C6017); 
  background-image:     -ms-linear-gradient(top, #00AB7B, #2C6017); 
  background-image:      -o-linear-gradient(top, #00AB7B, #2C6017); 
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.rqflag:before, .rqflag:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.rqflag:before {
  left: 0;
}
.rqflag:after {
  right: 0;
}

.mainContent .imgBlock:hover{
    -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
    box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
}

.detailDescrip{
    font-size: 1em;
}

.courseTitle{
    text-align: center;
}

.imgBlock {
  position: relative;
  z-index: 90;
  margin-bottom: 1em;
}

.btnBsDefault{
    border-style: solid;
    border-width: 1px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.coachesPage .skillList {
    font-size: 1.35em;
}
.coachesPage .skillList a{
    text-decoration: none;
}
.coachesPage .now{
    font-size: 1.5em;
}

.cooperations .coop{
    font-size: 1.5em;
    height: 4em;
    top: 50%;
}

.videoCaption{
    font-size: 1.2em;
    padding-top: .3em;
    padding-bottom: 1.3em;
}

/*pace block*/
.paceBlock .min{
display: inline-block;
    width: 20%;
    margin-left: 2em;
    margin-right: 1em;
}

.paceBlock .sec{
    display: inline-block;
    width: 20%;
    margin: 0 1em;
}

/* header 大圖 style */
/*.fixedJum{*/
/*    margin: 0;*/
/*    min-height: 450px;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*    padding: 2em 2em;*/
/*    background-size: cover;*/
/*    background-position: 50%;*/
/*}*/

/*.fixedJum .title{*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,0.7);*/
/*    color: white;*/
/*    float: left;*/
/*    padding: 30px;*/
/*    margin-bottom: 1em;*/
    /*text-shadow:1px 1px 1px #cccccc;*/
/*}*/
.fixedJum {
    margin: 0;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.fixedJum .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

.fixedJum .title .main{
    font-size: 3em;
    font-weight: bolder;
    margin-bottom: 30px;
}

.fixedJum .title .submain{
    font-size: 1.6em;
}

@media(max-width:767px) {
    .fixedJum {
        background-attachment: initial; 
    }
    .fixedJum .title {
        padding: 20px;
    }
}


.navbar-bg-img > a {
/*  這裡再根據實際高度調整  */
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
.navbar-bg-img > a > img {
  display: inline-block;
/* 圖片大小須根據實際寬度調整   */
  width: 38px;
  height: 38px;
  border-radius: 100px;
}

.userAvatar{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100px;
}
.userAvatar.premium, .userPhoto.premium {
  border: 2px solid #f0ad4e;
}
.userAvatar.coach, .userPhoto.coach {
  border: 2px solid #D9534F;
}

/* Avatar Frame Container - 頭像框 */
.avatar-frame-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.avatar-frame-wrap .avatar-photo {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
}
.avatar-frame-wrap .avatar-frame-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* 訊息頁面頭像框間距 */
.msg-log-index .each .avatar-frame-wrap {
    padding-right: .2em;
}
/* 頭像框選擇頁面 */
.avatar-frame-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.avatar-frame-card {
    width: 160px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.avatar-frame-card:not(.unavailable):hover {
    border-color: #337ab7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.avatar-frame-card.selected {
    border-color: #5cb85c;
    background-color: #f0fff0;
}
.avatar-frame-card.unavailable {
    opacity: 0.5;
    cursor: default;
}
.avatar-frame-card .frame-name {
    font-weight: bold;
    margin-top: 8px;
    font-size: 13px;
}
.avatar-frame-card .frame-desc {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}
.avatar-frame-card .frame-badge {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}
.avatar-frame-card .frame-badge.in-use {
    background-color: #5cb85c;
    color: #fff;
}
.avatar-frame-card .frame-badge.get-it {
    background-color: #f0ad4e;
    color: #fff;
}
.avatar-frame-preview {
    text-align: center;
    margin-bottom: 30px;
}
.avatar-frame-preview .preview-label {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.navbar-bg-img > a > .avatar-frame-wrap {
  vertical-align: middle;
}

.navbar-bg-img > a > img.premium {
  border: 2px solid #f0ad4e;
}

.navbar-bg-img > a > img.coach {
  border: 2px solid #D9534F;
}

.navbar-bg-img > a > span:not(.avatar-frame-wrap) {
  font-size: 12px;
  font-weight: bold;
}

/* Coach Strip v3 - 尊榮線上教練區塊 */
.coach-strip-wrap {
    padding: 0 15px;
    margin-bottom: 12px;
}
.coach-strip {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 24px;
    background: linear-gradient(135deg, #004D38 0%, #006B4F 40%, #004533 100%);
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 75, 51, 0.3);
    animation: coachStripFadeIn 0.5s ease-out;
}
.coach-strip::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 95% 15%, rgba(232,195,106,0.08) 0%, transparent 45%),
        radial-gradient(circle at 5% 85%, rgba(0,171,123,0.12) 0%, transparent 35%);
    pointer-events: none;
}
@keyframes coachStripFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.coach-strip-avatar {
    flex-shrink: 0;
    margin-right: 18px;
    position: relative;
    z-index: 1;
}
.coach-strip-avatar .avatar-frame-wrap {
    box-shadow: 0 0 0 3px rgba(200, 150, 62, 0.5), 0 0 15px rgba(200, 150, 62, 0.15);
    border-radius: 50%;
}
.coach-strip-body {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.coach-strip-label {
    font-size: 12px;
    color: #E8C36A;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}
.coach-strip-label i {
    margin-right: 5px;
    font-size: 11px;
}
.coach-strip-name {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}
.coach-strip-msg {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.coach-strip-quote-icon {
    color: #E8C36A;
    font-size: 10px;
    margin-right: 4px;
    opacity: 0.6;
}
.coach-strip-action {
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
.coach-strip-btn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none !important;
}
.coach-strip-btn:hover,
.coach-strip-btn:focus {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-decoration: none !important;
}
.coach-strip-btn i {
    margin-left: 5px;
    font-size: 12px;
}

/* RWD: Tablet */
@media (max-width: 768px) {
    .coach-strip {
        padding: 16px 18px;
    }
    .coach-strip-name {
        font-size: 16px;
    }
}
/* RWD: Mobile */
@media (max-width: 575px) {
    .coach-strip {
        flex-wrap: wrap;
        padding: 14px;
    }
    .coach-strip-avatar {
        margin-right: 12px;
    }
    .coach-strip-body {
        flex: 1 1 0;
        min-width: calc(100% - 96px);
    }
    .coach-strip-msg {
        -webkit-line-clamp: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    .coach-strip-action {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .coach-strip-btn {
        display: block;
        text-align: center;
        padding: 10px 22px;
    }
}

img.user-photo {
  display: inline-block;
  width: 38px;
  border-radius: 100px;
}
/*.img-adjust {*/
/*    width: 38px;*/
/*    height: 38px;*/
/*}*/

img.premium {
  border: 2px solid #f0ad4e;
}

.fa-cloud-upload {
    padding-left: 0;
}

 /**** 經典跑道TW列表 ****/
 .section-part {
  margin-bottom: 30px;
  position: relative; 
 }
 
 .intro-race {
    box-shadow: 8px 12px 12px -5px gray;
 }
 
 .intro-race > a {
      text-decoration: none !important; 
 }
 
 .intro-race:hover {
      transition: all 0.5s;
      opacity: 0.8; 
 }
      
 .intro-race-box {
    padding: 10px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 }
 
 .intro-race-box:after {
    content: "";
    display: table;
    clear: both; 
 }
 
 .intro-race-box h2 {
    display: inline-block;
    text-shadow: 0px 0px 20px #000;
    font-size: 60px;
    font-weight: bold;
    color: #fff; 
 }

 .situation-list {
    margin-top: 10px; 
 }
          
 .situation-list > span {
    padding: 5px;
    color: #eee;
    font-size: 17px; 
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    font-weight: 500;
    text-shadow: 0 1px 5px black;
 }
 
  .situation-list > span i {
    padding-right: 3px;
 }
 
 .intro-race-box h3 {
    float: right;
    margin-bottom: 21px;
    /*border-bottom: 3px solid #00AB7B;*/
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    color: #eee;
    font-size: 34px; 
 }
 
 .intro-race-box h3 small {
    color: #eee;
 }
 #btn-ranking {
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 3px 6px 2px 6px;
    font-size: 12px;
 }
 #btn-ranking > .fa {
  color: #fff;
 }

@media(max-width:990px){
  .intro-race-box h2 {
    font-size: 50px;
    }
  .situation-list > span {
    font-size: 14px;
    margin-right: 8px;
    }
   .intro-race-box h3 {
    font-size: 26px;
    }
}

@media(max-width:768px) {
  .intro-race-box h2 {
    font-size: 42px;
    }
  .situation-list {
    margin-top: 5px;
    }
  .situation-list > span {
    padding: 5px;
    margin-right: 6px;
    font-size: 12px;
    }
  .intro-race-box h3 {
    font-size: 24px;
    }
}

@media(max-width:568px) {
  .intro-race-box {
     text-align: center;
     padding-top: 20px;
    }
  .intro-race-box h2 {
    font-size: 34px;
    }
  .situation-list > span {
    padding: 3px;
    margin-right: 2px;
    }
   .intro-race-box h3 {
    font-size: 18px;
    float: none;
    display: inline-block;
    border-bottom: 0;
    }
}

@media(max-width:425px) {
 .intro-race-box h2 {
    font-size: 28px;
    }
  .situation-list > span {
    display: block;
    width: 65%;
    padding-left: 5px;
    margin: 0 auto 5px auto;
   }
}

@media(max-width:330px) {
 .intro-race-box h2 {
    font-size: 26px;
    }
}


.intensityBlk{
	font-weight: bolder;
}
/* main layout */
.notificationHead .userAvatar, .notificationHead .notiItem img{
    width: 26px;
    height: 26px;
}

.notificationHead .unread{
    background-color: #eeeeee;
}

.notificationHead li > a{
    padding: 9px 20px;
    padding-right: 40px;
}
.notificationHead li{
    border-bottom: 1px #eee solid;
}
.notificationHead li:last-child{
    border-bottom: 0px;
}
.notificationHead .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
}
.notificationHead .notiViewAll {
    border-bottom: 2px solid #ddd;
}

.dropdown-notice {
    position: absolute;
    top: 13px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    background-color: #f00;
    color: #fff;
}