@font-face {
    font-family: "Metronic Pro";
    src: url('../fonts/MetronicProRegular.woff') format('woff'), url('../../fonts/MetronicProRegular.woff') format('truetype'), url('../../fonts/MetronicProRegular.woff') format('embedded-opentype'), url('../fonts/MetronicProRegular.woff') format('svg');
    font-weight: 400;
    font-style: normal;
  }
body{
	font-family: "Metronic Pro", "Noto Sans TC", "Verdana", "Arial Unicode MS", "microsoft jhenghei", "microsoft mhei", stheititc, sans-serif !important;	
	background: #333;
	font-size: 16px;
}
a{outline: none; text-decoration: none;}
a:hover{outline: none; text-decoration: none;}
img.ico_inline{
	display: inline;
	margin-bottom: 4px;
}
img.vt{vertical-align: text-top !important;	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Metronic Pro", "Noto Sans TC", "Verdana", "Arial Unicode MS", "microsoft jhenghei", "microsoft mhei", stheititc, sans-serif !important;	
}
.FC_B{color:#000!important;}
.FC_R{color:#DE0E0E!important;}
input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #aaa;
}
input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #F05A1E;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {background: #D8D8D8;}
	
.form-control {
	font-size: 16px;
	border: 1px solid #979797;
}
.form-select {
    display: block;
    width: 100%;
	padding: .7rem 1rem .7rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #979797;
	border-radius: 4px;
}
p.des, label.des{
	font-size: 14px;
	color: #525252;
}
hr {
  margin-top: 3rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 1px solid #CBCBCB;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.FC_W{color: #fff !important;}
.mt-20{margin-top:20px !important;}
.mt-60{margin-top:60px !important;}

.btn:focus{outline: none !important;}
.btn-primary{
	background: #F05A1E !important;
	color: #fff;
	font-size: 16px;
}
.btn-primary:hover, .btn-primary:active{
	background: #CD4300 !important;
}
.btn-dark{background: #525252 !important;}
.btn-dark:hover, .btn-dark:active{
	background: #383838 !important;
}
.btn-gray{
	background: #d8d8d8;
	border: 1px #c8c8c8 solid;
}
.btn-gray:hover{
	background: #d8d8d877;
	border: 1px #c8c8c8 solid;
}
.btn-brown{
	background: #826B5C;
	color: #fff;
}
.btn-skygreen{
	background: #48AA85;
	color: #fff;
}
.btn-deeporg{
	background: #C7653E;
	color: #fff;
}
.btn-blue{
	background: #5F85A2 !important;
	color: #fff;
}
.btn-white{
	background: #fff !important;
	color: #444;
}
.btn-white-border{
	background: #fff;
	color: #444;
	border: 1px #d8d8d8 solid;
}
.btn-white-border:hover{
	background: #e8e8e8;
}
button.btn.btn-sm{padding: 3px 12px !important;}
button.btn.btn-xs{
	padding: 1px 12px 0px 12px!important;
    height: 21px;
    font-size: 13px;
}
button.btn.btn-long{padding: 15px 50px!important; font-weight: bold; font-size: 2rem;}
.ico_back{}
button.btn_pagi{
	background-color: #E7E7E7;
	height: 32px;
	width: 32px;
	padding: 2px;
}

.btn-circle{
	width: 32px;
    height: 32px;
	border-radius: 100%;
}
.btn-light{
	background: #fff;
	border: 1px #c8c8c8 solid;
}
.btn-light:hover{
    background-color: #efefef;
    border: 1px #efefef solid;
}
.btn-transfer{opacity: .9;}

.page_main .mainHead .tool {
    position: absolute;
    bottom: 5px;
    left: 110px;
    height: 32px;
    width: 32px;
    border: none;
}
.page_main .mainCover .tool {
    position: absolute;
    top:110px;
    right: 28px;
    height: 32px;
    width: 32px;
    border: none;
}

.ST-wrap {
    position: relative;
    float: left;
}
.ST::after {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background: #DBDBDD;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
}
.notice .ST::after {
    background: #F33737;
}

.fl{float:left!important;}
.fr{float:right!important;}
.tl{text-align: left!important;}
.tr{text-align: right!important;}
.tc{text-align:center !important;}

.pt-10{padding-top: 10px !important;}
.pl-15{padding-left: 15px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px !important;}

.fix_top_bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #F7F6F5;
    color: #555;
    z-index: 99;
}
.fix_top_bar .open{
    display: flex;
    height: 70px;
    align-items: center;
}
.fix_top_bar .tit{
	color: #666;
	margin-bottom: 0px;
}
.fix_top_bar .des{
	display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 15px;
}
.fix_top_bar .close a{color: #444;}
button.logo_app{
    width: 50px;
    height: 50px;
    background: #F05A1E;
    border-radius: 10px;
    padding: 8px;
}
button.logo_app img{width:100%;}

#header{
	height: 60px;
	margin: 0 auto;
	background: #333333;
	margin-top: 70px;
}
#header .navbar{
	height: 60px;
	max-width: 1320px;
	margin: 0 auto;
}
#header .logo img{
	margin: 13px;
}
#page-header .banNav{
	display: inline-block;
	margin-top: 5px;
}
#page-header .navbar-nav .nav-item.active a{color:#F05A1E;}
#page-header .banLogo{
	float: left;
}
#page-header .topTools{
	/*padding: 0 5px;
	width: auto;*/
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
    list-style: none;
}
#page-header .topTools>li {
	float: left;
	padding: 8px 10px;
	text-align: center;
	cursor: pointer;
}
#page-header .topTools>li a{
	display: inline-block;
	color: #FFF;
    font-size: 16px;
    /*margin: 5px 0px;*/
    width: auto;
    max-width: 180px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
}
#page-header .topTools>li a:hover{
	text-decoration: none;
}
#page-header .topTools>li .btn{
	padding: 0 18px;
}
#page-header .nav>li {
	padding-right: 35px;
	font-size: 1.7rem;
	color: #fff;
}
#page-header .btn {
      background: #ef8200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTQ4MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ef8200 0%, #ca480d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef8200), color-stop(100%,#ca480d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ef8200 0%,#ca480d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ef8200 0%,#ca480d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ef8200 0%,#ca480d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ef8200 0%,#ca480d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8200', endColorstr='#ca480d',GradientType=0 ); /* IE6-8 */
  
  border:none;
  padding: 0 8px;
  top: 35px;
  font-size: 15px;
  width:auto;
  max-width: 200px;
  height: auto;
  min-height:34px;
  max-height: 54px;
  filter: none;
  -pie-poll: true;
}

.navbar-nav, ul.acco {
    list-style: none;
}
ul.acco{margin-left: -40px;}
ul.acco .nav-link{padding-bottom:15px;}
.avatar {
    height: 34px;
    width: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .55em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#page-footer{
	clear:both;
	background-color: #333333 !important;
}
#page-footer .container{
	background-color: #333333 !important;
}
#page-footer .breadcrumb > li + li:before {
    padding: 0 15px;
    color: #cccccc;
    content: "|";
}
#page-footer .breadcrumb li a {
    font-size: 12px !important;
    color: #dfdddd !important;
}
#page-footer .breadcrumb > li a:active{font-weight: bold;}
#page-footer .breadcrumb {
    margin: 0px auto;
    text-align: center;
    max-width: 615px;
    height: 60px;
    background-color: transparent !important;
    padding-top: 20px;
}

.container_full{
	position: relative;
	width: 100%;
}
.container_wrapper{
	position: relative;
	width: 100%;
	background-color: #F7F6F5;
}
.container{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	background-color: #F7F6F5;
	color: #3D3D3D;
}
.swiper-container{
	height: calc(100vh - 122px)!important;
}
.swiTxtArea{}
.swiTxtArea h1{
	font-size: 5.5rem !important;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover, .nav-link:active{
	color: #f05a1e;
	text-decoration: none;
}

.dropdown-menu, .dashboard-content>.dropdown-menu {
    overflow-y: auto;
    padding:0;
    border-radius: initial;
    background-color:#525252;
    margin-top:5px;
    z-index:1001;
}

.dropdown-menu li, .dashboard-content>.dropdown-menu li{
    padding:0;
    margin:0;
	border-bottom: 1px #7C7C7C solid;
}

.dashboard-content .dropdown-menu li a {
    white-space:nowrap !important;
}

.dropdown-menu li a {
    color: #dfdddd;
    white-space:inherit;
    font-size:15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dropdown-menu li:hover a {
    color: #FFF;
    background-color:#333;
}

.dropdown-menu li a:active{
    color:#FFF;
    font-size:15px;    
}
.dropdown-menu li:hover{background-color: #333;}
.dropdown-menu li a {
    color: #dfdddd;
    white-space:inherit;
    font-size:15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.page_tool_bar{
	max-width: 780px;
	height: 60px;
    margin: 30px auto 10px;
}
.page_tool_bar button{
	padding: 6px 30px 4px 30px;
	font-size: 15px;
	margin: 10px 20px 10px 0;
}
.page_tool_bar button.fr{
	margin: 10px 0 10px 20px;
}
.page_info_bar{
	width: 95%;
	height: 50px;
	margin: 30px auto 20px;
}
button img{padding-bottom: 4px;}
.side_bar{
	margin-top: 100px;
	width: 100%;
	max-width: 264px;
}
.side_bar .box{
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.side_bar .box .tit{
    background-color: #E2E2E2;
    height: 58px;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 18px;
}
ul.list_account{
	padding: 5px 10px 20px;
	margin-bottom: 30px;
}
ul.list_account li{
	display: block;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
    margin: 10px;
}
ul.list_account li .img{
    display: inline-block;
    padding-right: 15px;
}
.Dashboard .page_main{
	position: relative;
    margin: 0px auto 20px;
	width: 95%;
    max-width: 912px;
    background: none;
    border-radius: unset;
    box-shadow: none;
	overflow: hidden;
}
.Dashboard .page_main .mainMapView,
.Dashboard .page_main .mainPhoto{
	padding: 0 0 4rem;
}
.page_main{
	position: relative;
	background: #fff;
	width: 780px;
	margin: 0px auto 60px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.page_main .tit{
    font-size: 2rem;
    font-weight: bold;
	margin: 0 0 20px 0px;
}
.page_main .mainCover{
	margin:0;
	/*padding: 5rem 5rem 0;*/
}
.page_main .mainCover .head_bg{
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
}
.page_main .mainCover .profile_bg{
    height: 155px;
    background-size: cover !important;
    background-position: center center !important;
}
.page_main .mainHead,
.page_main .mainData,
.page_main .mainPhoto,
.page_main .mainMap,
.page_main .mainChart{
	padding: 0 5rem 4rem;
}
.page_main .mainEdit{
	padding: 3rem 4rem;
}
.page_main .mainCover img{
	width: 100%;
	/* margin: -5rem -5rem 0 -5rem; */
	min-width: 780px;
	height: 240px;
}
.page_main .mainHead{
	
}
.page_main .mainHead .cat, .page_main .mainHead .tour_name{
	display: flex;
    height: 100px;
    align-items: center;
	padding-top: 20px;
}
.page_main .mainHead .tour_name h3{
	color: #1C1C1C;
    font-weight: bold;
}
.page_main .mainHead .ico{
	display: inline-block;
	width: 48px;
	height: 48px;
	padding: 8px;
	background-color: #4B9AA9;
	border-radius: 100%;
}
/* .page_main .mainHead .attr{
	margin-left: 60px;
} */
.page_main .mainHead .attr span,
.page_main .mainHead .attr_tour span{
	margin-right:10px;
}
.page_main .mainHead .attr .date,
.page_main .mainHead .attr_tour .date{
	display: inline-block;
    font-size: 16px;
    color: #9a9a9a;
}
.page_main .mainHead .avatar_area{
	position: absolute;
	bottom: 0px;
	width: 82px;
	height: 82px;
}
.page_main .mainHead .avatar_area img.avatar{
	width: 82px;
	height: 82px;
}
.page_main .mainData{
	padding: 20px 4rem;
	margin-bottom: 50px;
	background-color: #F4F4F4;
	border-bottom: 2px #e2e2e2 solid;
}
.page_main .mainData .more{
	margin-top: 8px;
}
.page_main .mainData .lab_box{
	width: 100%;
	height: 56px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.page_main .mainData .lab_box .ico{
	display: inline-block;
    width: 64px;
    height: 56px;
	padding: 12px 16px;
    border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ico.distance{background-color: #988C7D;}
.ico.duration{background-color: #6E937C;}
.ico.calories{background-color: #ED7342;}
.ico.ascent{background-color: #D5A054;}
.ico.descent{background-color: #D5A054;}
.page_main .mainData .lab_box .inf{
	padding-top: 4px;
    padding-left: 10px;
}
.page_main .mainData .lab_box .cla{
	display: inline-block;
	color: #525252;
	font-size: 14px;
	line-height: 17px;
}
.page_main .mainData .lab_box .dig{
	color: #444444;
	font-size: 2.0rem;
    font-weight: bold;
	line-height: 29px;
}
.page_main .mainData .lab_box .unit{
  color: #8F8F8F;
  font-size: 14px;
  line-height: 17px;
}

.page_main .mainPhoto{

}
.page_main .mainPhoto .upl{
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 20px 15px 14px;
  color: #737373;
}
.page_main .mainPhoto .upl button{
	padding: 3px 20px;
	margin: 10px 0;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
.page_main .mainMap{

}
.page_main .mainMap .EMBED_never_miss{

}
.page_main .mainChart{

}
.page_main .mainChart p{
	color: #7D7D7D;
}
.page_main .mainChart .EMBED_info_chart{

}
.page_main .mainEdit label{
	font-weight: normal;
}
.profileForm button.btn-primary{
	margin: 15px 0;
	width: auto;
    height: 45px;
    padding: 10px 50px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.page_main .profileForm{
    padding: 10px 25px 35px;
}
.page_main .profileForm [class^=col-]{
	padding: 15px 40px 6px;
}
.page_main .profileForm hr{
	margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid #e8e8e8;
    max-width: 680px;
}
.profileForm label{
	font-weight: normal;
}
.profileForm .btn-group {
	display: flex;
    background: #d8d8d8;
    padding: 3px;
    border-radius: 4px;
}
.profileForm .btn-group .btn.btn-active {
    color: #444;
    background-color: #fff;
    border-radius: 4px;
    font-weight: bold;
}
.profileForm .btn-group .btn {
    background: #d8d8d8;
    font-size: 15px;
	padding: 1px 45px 0px;
    height: 29px;
	width: 145px;
}
.profileForm .switch_sett_area,
.profileForm .sync_sett_area,
.profileForm .upload_sett_area{
	margin: 0 auto;
	max-width: 680px;
	padding: 40px 0 20px;
}
.profileForm .switch_sett_area .sett_sep,
.profileForm .sync_sett_area .sett_sep{
	width: 100%;
	border-bottom: 1px #D8D8D8 solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
	overflow: hidden;
}
.profileForm .switch_sett_area .sett_sep .item{
	float: left;
	width: 85%;
}
.profileForm .switch_sett_area .sett_sep .item span{
	display: block;
	font-size: 13px;
	color: #999;
}
.profileForm .switch_sett_area .sett_sep .func{
	float: left;
	width: 15%;
	text-align: center;
}
.profileForm .sync_sett_area .titGgr{
	cursor: pointer;
}
.profileForm .sync_sett_area .switch_sett_area{
	background-color: #F8F7F6;
	padding-left: 63px;
	padding: 15px 0 0 63px;
}
.profileForm .sync_sett_area .sett_sep .item{
	float: left;
	width: 90%;
}
.profileForm .sync_sett_area .switch_sett_area .sett_sep .item{
	width: 85%;
}
.profileForm .sync_sett_area .sett_sep .item span.app_icon{
	margin: 0 12px 0 15px;
}
.profileForm .sync_sett_area .sett_sep .item span.app_icon img{
	width: 32px;
    height: 32px;
}
.profileForm .sync_sett_area .sett_sep .item span.app_name{

}
.profileForm .sync_sett_area .sett_sep .coll{
	float: left;
	width: 10%;
	text-align: center;
}
.mainEdit button.btn-primary{
	margin: 15px 0;
	width: auto;
    height: 45px;
    padding: 10px 50px;
}
.radioBox{
	border: 1px solid #979797;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}
.radioBox.active{
  background-color: rgba(240, 90, 30, 0.15);
  border: 1px solid #F05A1E;
}
.radioBox p{
	margin:0;
	padding-left: 20px;
}

.side_bar .side_btn{
	margin-bottom: 30px;
}
.side_bar .side_btn button{
	width:100%;
	background: #fff;
	font-size: 16px;
    padding: 8px 20px 4px;
	margin-bottom: 20px;
	text-align: left;
	color: #444;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.side_bar .side_btn button:hover{
	background: #EDEDED;
}
.side_bar .side_btn button img{
	margin-right:10px;
}
.side_bar .side_btn .group{margin-bottom: 20px;}
.side_bar .side_btn .group button{
	margin-bottom: 1px;
}
.side_bar .actsel{
	margin-bottom: 10px;	
}
.side_bar label{
	font-size: 18px;
	font-weight: normal;
}
.side_bar .lab_box{
	overflow: hidden;
	border-bottom: 2px #d6d6d6 dashed;
	padding: 12px 0;
}
.lab_box .ico{
	display: inline-block;
	width: 50px;
    height: 50px;
    padding: 9px;
    border-radius: 50px;
}
.lab_box .inf{
	padding-top: 6px;
    padding-left: 15px;
}
.lab_box .cla{
	display: inline-block;
	color: #666;
    font-size: 17px;
    font-weight: bold;
	line-height: 17px;
}
.lab_box .dig{
	color: #444444;
	font-size: 22px;
	line-height: 29px;
}
.lab_box .unit{
  font-size: 2.3rem;
  line-height: 17px;
}
.hor_top{
	/* margin: 0 auto;
    width: 72%; */
	padding-left: 15%;
}
.hor_top .lab_box{
	display: inline-block;
	overflow: hidden;
	padding: 12px 20px;
	border-right: 2px #d6d6d6 dashed;
}
.hor_top .lab_box:last-child{
	border-right: 0px;
}
.date-switch button.btn{border:0px;}
.date-switch button.btn-std,
.list_tool_bar button.btn-std{
	float: left;
    padding: 7px 15px 3px;
	margin-right: 15px;
	background: #fff;
    border: 0px;
    border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.list_tool_bar button.btn-std.dummyDeleteButton:hover{
	background-color: #EDEDED;
}

.list_tool_bar button.btn-pri{
	float: left;
	height: 38px;
    color: #fff;
    padding: 3px 15px 3px;
	margin-right: 15px;
	background: #F05A1E;
    border: 0px;
    border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.list_tool_bar button.btn-pri:hover, .list_tool_bar button.btn-pri:active{
	background-color: #CD4300;
}
.adBox{
	width: 100%;
	margin-bottom: 25px;
}
.adBox img{width: 100%;}

.acti{
	margin-bottom: 25px;
}
.acti .tit{font-size: 1.8rem;}

#page-wrap .btn-group {
    margin: 35px auto 20px;
    left: 35%;
	background: #d8d8d8;
    padding: 3px;
	border-radius: 4px;
}
#rec-switch .btn {
	background: #d8d8d8;
	font-size: 15px;
	padding: 1px 30px 0px 30px;
    height: 21px;
}
#rec-switch .btn.btn-active{
	color: #444;
	background-color: #fff;
	border-radius: 4px;
	font-weight: bold;
}

/*table*/
.list_tool_bar{
	max-width: 1030px;
	height: 60px;
    margin: 30px auto 10px;
}
.list_tool_bar button.fr{
	margin: 10px 0 10px 20px;
}
.list_tool_bar .form-control{
	height: 40px;
}
.list_tool_bar .btn-search{
	height: 40px;
	width: 40px;
}
.search-icon{
	background-image: url(../images/24x24/search.png);
	margin: 6px;
}
.list_tool_bar .form-control{
	border: 1px solid #cccccc;
}
.calendar.table-view .active,
.tracks.tracks-table .active{
	background-color: #FAD4AC;
}
.table-view .col-lg-1 {
	margin: 0px;
	background-color: #ffffff;
}
.table-view .col-lg-1.width101 {
	background-color: #ffffff;
	padding-top: 13px;
}
.table-view .col-lg-1.width100 {
	padding-top: 10px;
}
.table-view .row-date .col-lg-1 {
	margin: 0px;
    height: 40px;
	/* padding-top: 16px; */
    background-color: #E2E2E2;
}
.text-date-title {
	color: #6d6d6d;
}
.table-view .col-lg-1 .function-list:hover, .tracks-table .col>.top-col:hover {
    background-color: #a7a7a7;
}
.text-sm {
    font-size: 15px;
}
.table-view .col-lg-1.width100-2 {
    border-bottom: 1px #d8d8d8 solid;
	padding-top: 13px;
}
.table-view .col-lg-1.width100, .table-view .col-lg-1.width101 {
    border-bottom: 1px #d8d8d8 solid;
}
.col-lg-1 .text-sm {
    margin-top: 0px;
}
.table-view .col-lg-1 .function-list .edit, .tracks-table .col .col-lg-1 .edit {
	/*正式機路徑請自行指定*/
	background-image: url(http://preview.mio.com/mioShare/images/24x24/edit-gray.png);
}
.form-function-list {
	/*正式機路徑請自行指定*/
    background-image: url(http://preview.mio.com/mioShare/images/24x24/more-gray.png);
}
.pagiBox{
    /* float: right; */
    width: auto;
    margin: 3px 0;
	float: right;
}
.pagiBox .ps-btn-group{
	margin: 0 10px;
}
.pagiBox .ps-btn-group .dropdown-toggle{
	padding: 5px 24px;
    font-size: 16px;
}
span#selectorButtonStart{margin-right: 3px;}
span#selectorButtonEnd{margin-left: 3px;}
.pagiBox .pagiBtns{
	float: left;
	display: inline-block;
	margin-left: 18px;
}
.pagiBox .rec{
	float: left;
	display: inline-block;
	padding: 5px 0;
}

.actIco.mtb{background-color: #967E57;}
.actIco.bicycle{background-color: #4B9AA9;}
.actIco.speed{background-color: #DB780D;}
.actIco.running,.actIco.walk{background-color: #769C5D;}
.actIco.Gravelbike{background-color: #7A5E9D;}
.actIco.Tourbike{background-color: #938382;}
.actIco.E-MTB{background-color: #B0625A;}
.actIco.E-Bike{background-color: #8A8C7C;}
.actIco.Trekkingbike{background-color: #4769A2;}
.actIco.Indoor-act{background-color: #936B4D;}
.actIco.Motorcycle-act{background-color: #5A5A5A;}

.actIco.mountain-bike{background-color: #967E57;}
.actIco.city-bike{background-color: #4B9AA9;}
.actIco.race-bike{background-color: #DB780D;}
.actIco.walk-run{background-color: #769C5D;}
.actIco.gravel-bike{background-color: #7A5E9D;}
.actIco.tour-bike{background-color: #938382;}
.actIco.e-mtb{background-color: #B0625A;}
.actIco.e-bike{background-color: #8A8C7C;}
.actIco.trekking-bike{background-color: #4769A2;}

.leaflet-popup-content .actHead{width:100%;overflow:hidden;}
.leaflet-popup-content .actHead .l{float:left;margin-right:10px;}
.leaflet-popup-content .actHead .r{float:left;}
.leaflet-popup-content .actHead .routeTit{font-size:16px;font-weight: bold;}
.leaflet-popup-content .actHead .date{font-size: 14px;color: #9a9a9a;}
.leaflet-popup-content .actHead .actIco{
	display: inline-block;
	width: 42px;
	height: 42px;
	padding: 8px;
	border-radius: 100%;
}
.leaflet-popup-content .actHead .actIco img{width: 26px;height: 26px;}
.leaflet-popup-content .actBody{height:40px;}
.leaflet-popup-content .actFoot span{margin-right: 10px;}

.lab_pk{
	float:left;
	display: inline-block;
	padding: 10px 3px;
	overflow: hidden;
}
.lab_pk .ico{
	display: inline-block;
	width: 16px;
    height: 16px;
	margin-right: 3px;
}
.lab_pk .inf{
	
}
.lab_pk .dig, .lab_pk .unit{font-size: 13px;font-weight: bold;}

.calendar-monthly .actIco{
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0px 3px;
    border-radius: 100%;
}
.calendar-monthly .actIco img{width:20px;height:20px;}

.calendar-weekly .actIco{
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0px 3px;
    border-radius: 100%;
}
.calendar-weekly .actIco img{width:20px;height:20px;}

.page_main .mainHead .actIco{
	display: inline-block;
	width: 48px;
	height: 48px;
	padding: 8px;
	border-radius: 100%;
}


/*-------------------Midea---------------------*/
	@media (min-width: 768px){
		.navbar-nav > li > a {
			padding-right: 35px;
			font-size: 1.7rem;
			color: #fff;
		}
		/* .EMBED_light_box .demo-list{overflow-x: hidden;} */
		.EMBED_light_box .demo-list a{
		    position: relative;
			display: inline-block;
		}
		.EMBED_light_box .demo-list a span.tt{
			position: absolute;
			right: 10px;
			bottom: 10px;
			font-size: 13px;
			color: #fff;
		}
		.EMBED_light_box .js-smartPhoto img, 
		.EMBED_light_box .js-smartPhoto-fit img, 
		.EMBED_light_box .js-smartPhoto-hide img, 
		.EMBED_light_box .js-smartPhoto2 img {
			height: 150px;
		}
		.EMBED_light_box .bh-photo-grid-thumb-more-inner {
			position: absolute;
			top: 0;
			color: #fff;
			font-size: 1.8rem;
			padding: 28%;
			height: 150px;
			width: 100%;
			background-color: rgba(0,0,0,0.40);
		}
		
	}
	@media all and (min-width: 992px) {
		.navbar .nav-item .dropdown-menu{ display: none; }
		.navbar .nav-item:hover .nav-link{   }
		.navbar .nav-item:hover .dropdown-menu{ display: block; }
		.navbar .nav-item .dropdown-menu{ margin-top:0; }
	}
	@media (min-width: 1200px){
		.container {
			/*width: 1140px;
			max-width: 100%;*/
		}
	}

	@media (max-width: 1200px){
		.container {
			max-width: 100%;
			padding-right: 0;
			padding-left: 0;
			overflow: hidden;
		}
		.container .page_main {
			width: 100%;
			border-radius: 0px;
		}
		.page_main .mainCover, .page_main .mainData {padding: 0;}
		.page_main .mainCover img{
			margin: 0;
			min-width: 100%;
		}
		.page_main .mainHead {padding: 0 15px;}
		.page_main .mainPhoto, .page_main .mainChart{padding: 0 15px 2rem;}
		.page_main .mainMap{padding: 0 0 2rem;}
		#page-footer{
			text-align: center;
			font-size: 12px;
			color: #dfdddd !important;
			padding: 15px 0;
		}
		#page-footer .copy{
			color: #dfdddd !important;
		}
		.footer-nav{
			margin-bottom: 5px;
		}
		.footer-nav a{
			font-size: 12px;
			color: #dfdddd;
			text-align: center;
			margin-bottom:10px;
		}
		.footer-nav a:nth-child(even)::before {
			padding: 0 15px;
			color: #cccccc;
			content: "|";
		}
	}
	@media (max-width: 767px) {
		.navbar {padding-top:0px;}
		.page_main .tit {font-size: 1.2rem;}
		.page_main .mainHead .tour_name h3{font-size: 1.0rem;}
		.page_main .mainHead .cat, .page_main .mainHead .tour_name { height: 80px;}
		.page_main .mainHead .attr{margin-left: 0px;}
		.sep-3 .mob_lab_box{
			float: left;
			width: 33.3%;
			margin:0;
		}
		.sep-3{overflow: hidden;}
		.sep-3 .mob_lab_box .ico{
			height: 56px;
			padding-top: 12px;
		}
		.mob_lab_box .inf{
			padding: 4px 0 10px;
			background-color:#fff;
		}
		.mob_lab_box .cla {
			display: inline-block;
			color: #525252;
			font-size: 14px;
			line-height: 17px;
		}
		.mob_lab_box .dig {
			color: #444444;
			font-size: 1.5rem;
			font-weight: bold;
			line-height: 29px;
		}
		.mob_lab_box .unit {
			color: #8F8F8F;
			font-size: 14px;
			line-height: 17px;
		}
		.mob_btn{padding: 25px 15px;}
		.mob_btn button{
			width:100%;
			background: #fff;
			font-size: 16px;
			padding: 8px 20px 4px;
			margin-bottom: 20px;
			text-align: left;
			color: #444;
			border-radius: 4px;
			box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
		}
		.mob_btn .group {
			margin-bottom: 20px;
		}
		.mob_btn .group button {
			margin-bottom: 1px;
		}
		.EMBED_data{padding:15px;}
	}

	@media (min-width: 300px){
		.sync-container {
			/*width: 1140px;
			max-width: 100%;*/
		}
	}

	@media (max-width: 1200px){
		.sync-container {
			max-width: 100%;
			padding-right: 0;
			padding-left: 0;
			overflow: hidden;
		}
	}