@charset "utf-8";
/* CSS Document */

body {
  min-width: 1280px;
  font-family: Arial,  'Noto Sans JP', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

.red-color{
	color: red;
	font-weight: bold;
}
.button-text {
	display: inline-block;
	padding-right: 4px;
  padding-left: 25px;
}
.button-load.on {
	height: 11px;
	background: url(../images/ajax-loading-sideways.gif) no-repeat;
	line-height: 13px;
}

.button-load {
	width: 16px;
  margin-right:5px;
	display: inline-block;
}


.box1.control_list table {
	font-family: Arial, "Noto Sans JP", "微軟正黑體", sans-serif;
}

.box1.control_list table thead tr {
	background-color: #E3E3E3;
}

.box1.control_list table thead th {
	padding: 6px 0px;
	height: 35px;
	color: #999999;
}

.box1.control_list table tbody tr td {
	font-size: 15px;
	border-bottom-width: 0px; /*1 to 0*/
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px 0;

}

/*
.box1.control_list table tbody tr:hover td
{
	background-color: #FFCC66;
}
*/

.box1.control_list table .text_a_r {
	text-align: right;
}

.box1.control_list table .padding_left_10 {
	padding-left: 10px;
}

.box1.control_list table .padding_right_10 {
	padding-right: 10px;
}

.box1.control_list table .vertical_a_t {
  vertical-align: top;
}

.box1.control_list table tbody tr td.route_info span {
	display: block;
	font-size: 14px;
}

.box1.control_list table tbody tr td.route_info span.address {
	font-size: 12px;
	color: #606060;
}

.box1.control_list table tbody .info_icon {
	display: block;
	padding: 0 8px;
	cursor: pointer;
}

*::-webkit-scrollbar-track
{
	//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	//background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	//background-color: #DDDDDD;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #AAA;
}


.box1.control_list li {
  /*
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
	font-size: 15px;
	font-family: Arial, "微軟正黑體";
  */
	padding: 0px;  /* 10 to 0 */
}
.box1.control_list li span {
	margin-right: 10px;
}

.box1.control_list li span img {
	vertical-align: middle;
}


.control_list li .photo{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.control_list li span{
	float: left;
}
.wrap .wr_th {
	background-color: #E3E3E3;
	height: 35px;
	padding: 6px;
}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-turn_0 {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
    padding-left: 10px;
}

.sprite-turn_1 {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-turn_10 {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-turn_11 {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-turn_12 {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-turn_13 {
    width: 24px;
    height: 24px;
    background-position: -175px -5px;
}

.sprite-turn_14 {
    width: 24px;
    height: 24px;
    background-position: -209px -5px;
}

.sprite-turn_15 {
    width: 24px;
    height: 24px;
    background-position: -243px -5px;
}

.sprite-turn_16 {
    width: 24px;
    height: 24px;
    background-position: -277px -5px;
}

.sprite-turn_17 {
    width: 24px;
    height: 24px;
    background-position: -311px -5px;
}

.sprite-turn_2 {
    width: 24px;
    height: 24px;
    background-position: -345px -5px;
}

.sprite-turn_3 {
    width: 24px;
    height: 24px;
    background-position: -379px -5px;
}

.sprite-turn_4 {
    width: 24px;
    height: 24px;
    background-position: -413px -5px;
}

.sprite-turn_5 {
    width: 24px;
    height: 24px;
    background-position: -447px -5px;
}

.sprite-turn_6 {
    width: 24px;
    height: 24px;
    background-position: -481px -5px;
}

.sprite-turn_7 {
    width: 24px;
    height: 24px;
    background-position: -515px -5px;
}

.sprite-turn_8 {
    width: 24px;
    height: 24px;
    background-position: -549px -5px;
}

.sprite-turn_9 {
    width: 24px;
    height: 24px;
    background-position: -583px -5px;
}

.elevationContainer {
	width: 100% !important;
	height:128px !important;
}

.smartSignPanel {
	position: relative;
	//width: 778px;
	height: 40px;
	background-color: #FFFFFF;
	z-index: 0;
}


.map-control_graph {
  opacity : 0;
  z-index: 1000;
  left: 15px !important;
  bottom: 26px !important;
}


.dygraph-legend {
  padding: 3px !important;
  border: 1px solid #E25B32 !important;
  border-radius: 5px !important;
  box-shadow: 1px 1px 4px #CCCCCC !important;
  opacity: 0.85 !important;
  width: auto !important;
  z-index: 999999 !important;
}

.map-fitbounds {
  background-size: cover;
  cursor: pointer;
  text-align:center;
  vertical-align: middle;
  line-height: 30px;
  background-color: #fff;
  width: 28px;
  height: 28px;
  margin-right: 11px;
  color: #666;
  /* box-shadow: 2px 2px; */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 0 rgba(0, 0, 0, 0.19);
  padding-top: 2px;
}

.map-fitbounds:hover {
  color: #333;
}


.title_cut {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.image-block {
  width: 358px;
  height: 217px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
img.resize-able {
  margin-left: -50%;
  margin-right: -50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image-block-banner{
  width: 548px;
  height: 332px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

img.resize-able-banner {

  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

img.resize-able-detail-banner {
  margin-left: -50%;
  margin-right: -50%;
  margin-top: -25%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image-block-detail{
  width: 1120px;
  height: 383px;
  background-color:#c3c3c3;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_bar_full {
  position: absolute;
  left: 0px;
  right: 0px;
}

.top_bar {
  background-color: initial !important;
  height: 71px !important;
}

.content_with_top_bar {
  margin-top: 71px;
}

.content_with_advancedSearch {
  margin-top: 509px;
}

.go_profile ul {
  display: inline-block;
  width: 100%;
}

li.fraction {
  display: inline-block;
}

tr.clickable {
  cursor: pointer;
}

#signOutForm {
  margin-bottom: 0px;
}

.map_01 .win_bb .w_list {
  margin: 0px;
  padding: 0px;
}

.win_menu {
  overflow: auto;
  padding-right: 20px;
}

.carlorie_gray{
	font-size: 20px;
	color: rgba(153, 153, 153, 0.55);
}

.En_12_black02_big {
	font-family: Arial, Helvetica, "Noto Sans JP", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}

.ajax-loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.user_stats_img {
	vertical-align: text-top;
}

.route-item-attr-icon {
  width: 12px;
  height: 12px;
}

a {
    color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

a:visited {
  //color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.route_list .route_item a:hover {
  text-decoration: none;
}

.route_list .route_item ul {
  //padding-left: 20px;
  //padding-right: 20px;
}

.route_list .route_item .go_detail ul li {
  display: inline;
}

.route_list .route_item .go_detail ul li {
  overflow: hidden;
}

.route_list .route_item .go_detail ul li.map_a {
  height: 179px;
  //width: 358px;
  display: block;
  position: relative;
}

.route_list .route_item .go_divs ul li.detail-item-row {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px;
}


.route_list .route_item .go_divs ul li.route-attr-list {
  max-height: 15px;
  line-height: 15px;
  min-height: 15px;
}



.route_list .route_item ul li .attr {
  display: inline;
  color: #999;
}

.route_list .route_item .go_thumb ul {
  padding-left: 0px;
  padding-right: 0px;
}

.route_list .route_item ul li.route-block-title {
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
}

.route_list .route_item ul li.detail-item-row {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}

.route_list .route_item ul li.detail-item-row ul li {
  margin-right: 5px;
}

.route_list .route_item ul li.detail-item-row ul li:last-child {
  margin-right: 0px;
  padding: 0px;
}

.route_list .route_item ul li.detail-item-row ul li.fraction {
  margin-top: 20px;
  max-width: 100px;
}


.route_list .sensor {
  cursor: help;
}

.route_list .route_item .go_profile ul li.fraction {
  text-align: right;
}

.route_list .route_item ul li.detail-item-row ul li.people {
  padding-left: 0px;
  max-width: 215px;
  overflow: hidden;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
}

.route_list .route_item ul li.detail-item-row ul li:hover {
  background-color: #EEEEEE;
}

.route_list .route_item ul li.detail-item-row ul li.people img {
  margin-right: 5px;
}

.route_list .route_item ul li.detail-item-row ul li.people .creator-name {
    color: #2F6B5D;
    vertical-align: middle;
    display: inline-block;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

.profile-cell {
  display: table-cell;
}

.go_profile {
  display: block;
  margin-bottom: 7px;
}

.route_list a:hover {
  text-decoration: underline;
}

.bread a:hover {
  text-decoration: underline;
}

/**
div.modal-body {
  padding: 0px;
}
 */

.win_bb .w_list a {
  display: block;
  padding: 8px;
}

.btn_dff .btn.btn-lg.btn-primary.btn-block.btn01 {
  display: table-cell;
  vertical-align: middle;
  outline: unset;
  transition: .3s;
}

.btn_dff {
  display: table;
}

a.slick-slide {
  height: initial;
}

/*直播頁面*/

.event_content_right.video-mode .a_tab a.video-list
{
	color: #fff
}

.event_content_right:not([class~=video-mode]) .a_tab a.player-list
{
	color: #fff
}

.event_content_right.video-mode .div_tab .list-container
{
			transform: translate3d(-250px, 0px, 0px) !important;
	-webkit-transform: translate3d(-250px, 0px, 0px) !important;
}

.event_content_right.video-mode .a_tab:after
{
	left: 110px;
}

.event_content_right:not([class~=video-mode]) .a_tab:after
{
	left: 0px;
}

div.map_Live.video-mode .container
{
			transform: translate3d(-460px, 0px, 0px) !important;
	-webkit-transform: translate3d(-460px, 0px, 0px) !important;
}


.event_content .middle_container {
	float: left;
	background-color: #CCC;
	height: 720px;
	width: calc(100% - 560px);
	position: relative;
	display: inline-block;
}


.event_content .vedio_live {
	float: left;
	background-color: #CCC;
	height: 720px;
	width: calc(100% - 560px);
	position: relative;
}

.video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mapContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-marker {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: #E15B31;
	border-radius: 50%;
	overflow: hidden;
}


.event_content_right .select {
	background-color: #333;
	width: 220px;
	margin-top: 10px;
	border: 1px solid #999;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.event_content_right .select:focus {
transition:border linear .2s,box-shadow linear .5s;
 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 outline:none;border-color:rgba(225,91,49,.75);
 box-shadow:0 0 8px rgba(225,91,49,.5);
 -moz-box-shadow:0 0 8px rgba(225,91,49,.5);
 -webkit-box-shadow:0 0 8px rgba(225,91,49,3);

}

/* 直播 end */


/** 個人資料編輯頁使用 **/
.profile_row_normal .message {
    float: left;
    margin-top: 30px;
    margin-left: -10px;
    display: none;
}

.message_error {
    color: #C00;
    background-color: #FFD1D1;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.p_file2 span {
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 20px!important;
}

.transit {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jslider div.jslider-value {
  background: transparent;
}

.modal-body-gray {
  background-color: #f5f5f5;
  padding: 10px 20px 20px 20px;
}



.modal-line {
  color: #666;
  font-size: 13px;
}

#modal-save-route .modal-dialog .modal-content {
  width: 343px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    //pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    //pointer-events:none;
    margin: auto;
}

.modal-content {
  margin: auto;
}

.graph_open {
  padding-right: 0px;
}

.plan-tools {
  width: 20px;
  height: 20px;
}

.img20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.shadowed {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

/*
.ccvc:hover {
    background-color: #999;
}
*/

/**影片播放頁使用**/
.video_content .like {
	color: #666;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image: url(../images/btn_like_normal.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}


.video_content .like:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_like_press.svg);
}



.video_content .like_on {
	color: #F60;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image:
	url(../images/btn_like_press.svg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}


.video_content .like_on:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_like_press.svg);
}

.video_content .share {
	color: #666;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;

}

.video_content .share a {
	color: #666;
	text-decoration: none;
	display: block;
	background-image: url(../images/btn_share_normal.svg);
}

.video_content .share a:hover {
	color: #F60;
	display: block;
	background-image: url(../images/btn_share_press.svg);
}

.video_content .share_on a {
	color: #666;
	text-decoration: none;
	display: block;
	background-image: url(../images/btn_share_press.svg);
}

.video_content .sharebtn .s_result {
	float: right;
	margin-top: 20px;
	color: #666;

}

.video_content .sharebtn .share .dropdown .dropdown-toggle {

	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}

.video_detail_main_video {
    background-color: black;
}

.video_content .delete{
	color: #666;
	height: 25px;
	min-width: 60px;
	display: block;
	margin: 10px;
	float: left;
	cursor: pointer;
	background-image: url(../images/btn_cancel_black.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
}

.graph {
  height: 180px;
  width: 100%;
  background-color: #fff;
  opacity: .9;
}

.graph_Reset {
  width: auto;
  position: relative;
}

/*
.graph_Reset:hover {
  background-color: #FF6600;
}
*/

.label-for-switch {
    line-height: 30px;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    display: inline;
}

.mypoi-wrap {
  margin-top: 50px;
}



.xplova_elevation_chart {
  width: 100%;
  height: 100%;
}

#div_block_elevation {
  position: absolute;
  background-color: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.smartsign-menu-icons {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.f_into {
  border: 2px dashed #bbb;
  cursor: pointer;
}

.dragover {
  border: 2px dashed #ddd;
}

/**舊版關於我使用*/
.txt_03 {
    color: #F60;
}

ul.dropdown-menu li {
  width: 100%;
}

.progress-bar {
  max-height: 20px ;
}

.smartsign-diag-wrap {
  width: 320px;
  height: 100%;
  overflow:hidden;
  border: 0px;
}

.smartsign-diag-table {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.smartsign-diag-name {
  word-wrap: break-word;
}

#latlng-control hr {
  border: 1px solid #DDD;
  margin-top: 3px;
  margin-bottom: 3px;
}

#ctrl_turn_div {
  width: 100%;
}

.slddsa {
  left: 310px;
}


.slddsa .form-group {
  margin-bottom: 0px;
}

.search_btn_black {
  top: -2px;
}


.map_plan_content .c_content {

}

.streetView {
  height: 200px;
  background-color: #000;
}

.control_list {
  overflow-y: auto;
}

#ctrl_turn_div {
  overflow-y: auto;
  /*height: 560px; */
  height: 100%;
}

#ctrl_turn_div.StreetViewOn {
  /*height : 360px;*/
  height: calc(100% - 200px);
}

.planpoints_address {
    font-size: 10px;
    color: #fff;
    display: block;
}

.c_content table {
  color: #fff;
  font-size: 13px;
}

.c_content tr {
  height: 40px;
}

.c_content_tables tr:hover {
  background-color: #FFD788;
  cursor: pointer;
}

/*
.c_content table#ctrl_turn_table tr:hover {
  background-color: #FFCC66;
  cursor: pointer;
}
*/

.c_content table#ctrl_turn_table tr td {
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 2px;
}

.c_content table#PlanPoints tr td {
  vertical-align: middle;
  padding-bottom: 10px;
}

.c_content table tr td:first-child {
  padding-left: 7px;
  padding-right: 7px;
}

.c_content table tr td:last-child {
  padding-left: 7px;
  padding-right: 7px;
}

.c_content table#table_marks tr td {
  vertical-align: middle;
}

.c_content table#table_marks tr td:first-child {
  width: 30px;
}

.c_content table#table_marks tr td:last-child {
  width: 30px;
}

.c_content table#ctrl_turn_table  {
  font-size: 10px;
}

.c_content {
  height: calc(100% - 43px);
  height: -moz-calc(100% - 43px);
  height: -webkit-calc(100% - 43px);
  overflow: auto;
}

.img-turnpoint {
  width: 32px;
  height: 32px;
}

.subline {
  color: #C3C3C3;
}

.c_content td.internal {
  padding-right: 7px;
}

.c_content tr {
  border-bottom: 1px solid #7f7f7f;
}

.c_content .c_content_innerwrap {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.c_content .c_content_innerwrap tr {
  cursor: pointer;
}



.container_full_screen {

}

/*
.turnlist-icon-cell {
  vertical-align: top;
}
*/



body.fully-background {
  /*display: none; */
  opacity: 1;
}


.fully-background .container {
  padding-top: 60px;
  /*height: calc(100% - 175px);*/
  height: 100%;
  background: url(../images/bg_img/bg001.jpg) no-repeat center center fixed;

}

.fully_bg2 .container {
	background: url(../images/bg_img/bg002.jpg) no-repeat center center fixed;
}

.fully-background .container_full_screen {
  min-height: 550px;
  height: initial;

}

.fully-background .container {


  height: 100%;
  width: 100%;
  min-height: 650px;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fully-background .win_c01 {
  margin-top: 0px;
  margin-bottom: 70px;
}

.top_control_d .search_black {
  padding-left: 4px;
}

.map-fit-button {
    /* box-shadow: 2px 2px; */
  background-image: url('../images/fit-button.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -4px -5px;
  background-size: 35px;
  margin-bottom: 2px;
}

.map-fit-button:hover {
  background-position: -4px -40px;
}

.map-button {
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  /* box-shadow: 2px 2px; */
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;

}

.map-button {
  color: #666;
}

.map-button:hover {
  color: #333;
}

#get-location-button {
  margin-bottom: 10px;
}

#map-fulls-button {
 margin-bottom: 2px;
}

#map-fit-button {
  margin-bottom: 10px;
}

.map-button.disabled {
  color: #999;
}

.map-button.disabled:hover {
  color: #999;
}

@media screen and (max-height: 600px) {
  .map_plan_content{
    min-height: calc(100% - 50px);
    width: 100%;
  }

  .fullscreen .edit_area .map_plan_content {
    min-height: initial;
    height: calc(100% - 50px);
  }

  .window_route {
    height: calc(100% - 140px);
  }
}

@media screen and (max-height: 768px) {
  .map_plan_content{
    height: calc(100% - 50px);
    width: 100%;
  }

  .window_route {
    height: calc(100% - 140px);
    height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
  }
}

@media screen and (min-height: 769px) {
  .map_plan_content{
    height: calc(100% - 50px);
    width: 100%;
  }

  .window_route {
    height: 603px;
  }
}

.fullscreen .edit_area .map_plan_content {
  min-height: initial;
  height: calc(100% - 50px);
}

.fullscreen .edit_area {
  height: 100%;
  width: 100%;
}

.fullscreen .ui-dialog {
  z-index: 2222222222 !important ;
}

.route-plan .ui-dialog {
  z-index: 2222222222 !important ;
}

.fullscreen .map-control_graph {
  display: none !important;
}

.fullscreen .graph_open {
  display: none;
}

.fullscreen .control_btn {
  display: none;
}

.fullscreen .window_route {
  display: none;
}

.window_route.invisible {
  visibility: hidden;
  opacity: 0;
}

.window_route {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
#insertTracks {
  width: 100%;
}

/*
hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
*/

.En_11_black {
  font-size: 12px;
}

#divSmartSignPanel {
  height: 30px;
  cursor: pointer;
  top: 0;
}

#imgSmartsignPanelLeft {
  width: 20px;
  height: 20px;
  top: 2px;
  left:  2px;
}

#imgSmartSignPanelRight {
  width: 20px;
  height: 20px;
  top: 2px;
  right:  2px;
}

.float-com {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.smartsignPanelArrows {
  color: #999;
  opacity: .9;
}
.smartsignPanelArrows.active {
  color: #e15b31;
}

.smartsignPanelArrows.active:hover {
  opacity: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}


@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
    50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.marker {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 130px;
  left: 200px;
  display: block;
}
.pin {
  width: 16px;
  height: 16px;
  position: relative;
  top: 7px;
  left: 1px;
  background: rgba(229, 55, 52, 1);
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 1000;
}
.pin-effect {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: -19px 0px 0px -21px;
  top: 4px;
  display: block;
  background: rgba(229, 55, 52, 0.4);
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2.5s ease-out infinite;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.w_open .c_tab li {
  border-bottom-color: #333;
}

.w_open .c_tab li.on {
  border-bottom-color: #F60;
}


.fullyloaded .map-control_graph {
  opacity: 1;
}


.reveal {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

#main-slider.carousel {
  position: initial;
}

.width50 {
  width: 44%;
}
#Fullscreen.fullscreen{
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	background-color: #EDEDED;

 }


/*#Fullscreen:-webkit-full-screen { min-width: 100%;   min-height: 100%; }
 .ui-dialog {
  position: absolute !important;
  z-index: 2222222222 !important ;

}
 .ui-widget-overlay{
  z-index: 0 !important ;
 }*/

.container_full {
  background-color: #fff;
}

.map_02 .BOXS tr {
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}

.c_content_tables {
  width: 100%;
  border: 0;
}

.boxs_inner_wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.BOXS {
  height: calc(100% - 61px);
}

.graph_inner_table {
  width: 100%;
  border: 0;
}

.format_table {
  width: 100%;
  border: 0;
}

.route_list .route_item ul .map_a img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -50%;
  right: -50%;
}

.route-form {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.route-form em {
  font-style: normal;
  color: #C00;
}


.wallop-item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.people object {
    /* width: 50px;
    display: inline-block;*/
    overflow: hidden;
    vertical-align: middle;
}

.people object a {
  white-space: nowrap;
}

.edit_area {
  height: calc(100% - 68px);
}

.map_route .control_btn span i, .map_route .control_btn span img {
  color: #fff;
  opacity: 0.8;
}

.map_route .control_btn span:hover i, .map_route .control_btn span:hover img {
  opacity: 1;
}

.map_route .control_btn span.on  i, .map_route .control_btn span.on  img {
  opacity: 1;
}

.top_control_d .ccvc i {
  color: #f60;
  opacity: 0.8;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.top_control_d .ccvc i.disabled {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.top_control_d .ccvc:hover i {
  opacity: 1;
}

.top_control_d .ccvc:hover i.disabled {
  opacity: 0.8;
}

table.c_content_tables i {
    opacity: 0.8;
}

table.c_content_tables i:hover {
    opacity: 1;
}

div.graph_Reset div.btn_text {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  padding-right: 5px;
}

div.graph_Reset i {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 5px;
}

div.graph_Reset {
    display: table;
}

div.graph_Reset .btn_text, div.graph_Reset i {
  opacity: 0.8;
}

div.graph_Reset:hover .btn_text, div.graph_Reset:hover i {
  opacity: 1;
}

div.graph_Reset.required {
  color: #F60;
}


.img16 {
  width: 16px;
  height: 16px;
}

.img12 {
  width: 12px;
  height: 12px;
}

#div_paging.pagination.digg {
  width: 100%;
}

.landmark {
  overflow: hidden;
  min-width: 337px;
  min-height: 271px;
}

.bgGray {
  background-color: #f2f2f2;
}


.w3c-ajax-loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #e15b31; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#list.win_menu div.pagination.digg li.li_page_class {
  display:none;
}

#list.win_menu div.pagination.digg li.li_page_class.current {
  display:inline;
}

.menuda li a.on:hover {
    color: #fff;
    background-color: #f90;
}

.x5-liveTracking {
		height: 500px;
	}




.c_tab .equal3 {
  vertical-align: middle;
  display: table-cell;
  padding: 0px;
  float: none;
  height: 43px;
  overflow: hidden;
}

.map-control .control_memu ul {
  display: block;
}

.map-control .control_memu ul li {
    background-color: #FFF;
    display: table-cell;
    height: 43px;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
    float: none;
    word-break: break-word;
}

.graph_open img {
  margin: 4px;
}

.graph_open {
  line-height: 27px;
  width: initial;
  min-width: 115px;
  left: 16px !important;
  bottom: 20px !important;
}

/* for comment */
.in-com {
  width: 100%;
}
.profile_content .in-com {
  width: 100%;
}

.modal-content .modal-body {
  padding: 0px;
}

.btn-click {
	color: #333;
	background-color: #d4d4d4;
	border: 2px solid #7cb0d9;
	border-radius: 3px;
}

.inside_img_css {
	height: 324px;
	width: 826px;
	position: relative;
}

.preview_img_css {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.indent {
  text-indent: 20px;
}

.smartSignInfo {
  color: #8E8E8E;
  font-size: 10px;
  width: 142px;
}


.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}


.upload_route_memo {
	float:right;
	background-color:#FFFFFF;
	margin-right:100px;
	margin-top:30px;
	border-style:solid;
	border-width:2px;
	border-color: #5585BE;
}


.smartSignDet {
  transform: rotate(-90deg);
  transform-origin: left;
  white-space: nowrap;
  position: absolute;
  z-index: 999;
  top: -12px;padding: 2px;
  border-radius: 15px;
  background-color: rgba(255, 250, 250, 0.9);
}


/** 路線詳細頁的分享地圖頁使用 **/
@media only screen and (max-width: 500px){
    .route_map_hide {
      display : none;
    }

    div.control_rsize {
      width: calc(100% - 70px);
    }

    #control_btn_route {
      display: none;
    }
}

@media only screen and (max-width: 299px) and (max-height: 299px){
    .route_title_hide {
        display : none;
    }

	body {
		margin-top: -20px;
	}
}

@media screen and (max-width: 700px) {
   h1 {
      font-size: 1.2em;
   }

   .text20 {
		font-size: 15px;
	}

	.material-icons.dif-stars {
		font-size: 11px;
	}
}

.header_full .route_idle_text {
  float: right;
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
  padding-left: 10px;
  display: none;
}

.route_button_box {
  height: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}

.route_lightbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 501;
  position: fixed;
  display: none;
}

.route_confirm_lightbox {
  width: 500px;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  text-align: center;
  box-shadow: 7px 8px 15px rgba(0, 0, 0, 0.3);
}

.route_confirm_content {
  margin: 30px 40px 30px 40px;
  font-size: 18px;
  height: auto;
  width: calc(100% - 80px);
  overflow: auto;
  text-align: left;
  font-weight: bold;
}

.route_content_box {
  overflow: auto;
  height: calc(100%-50px);
  height: -moz-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  position: relative;
  display: flex;
  align-items:center;
  justify-content:center;
}


.route_confirm_content a {
color:#84c1ff !important;
}

.route_confirm_content a:hover {
color:#84c1ff;
text-decoration: underline;
}


.route_confirm_content_line {
  border:none;
  width: 95%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid#d0d0d0;
  box-shadow: 0 20px 30px -20px #adadad;
  position: absolute;
  left: 13px;
  top: -50px;
}

.continue_btn {
  width: 100%;
  color: #FFF;
  height: 50px;
  padding: 10px;
  background-color: #e15b31;
  border: 1px solid #e15b31;
  font-size: 20px;
  transition: 300ms;
  position: absolute;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  bottom: 0px;
  cursor: pointer;
  font-weight: bold;
}

.continue_btn:hover {
  background-color: #F90;
  border: 1px solid #F90;
}

.profile_date_select {
	color: #000;
    display: block;
    width: 100px;
    height: 24px;
    padding: 0px 7px 2px 7px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;   
    border-radius: 5px;
    margin-right: 8px;

}

.activity_date_select {
	color: #000;
    display: block;
    width: 105px;
    height: 24px;
    padding: 0px 7px 2px 7px;
    line-height: 1.428571429;
    /*vertical-align: middle;*/
    background-color: #fff;   
    border-radius: 5px;
    margin-right: 8px;

}

.activity_input {
	color: #000;
    display: block;
    width: 50px;
    height: 24px;
    padding: 0px 7px 2px 7px;
    line-height: 1.428571429;
    /*vertical-align: middle;*/
    background-color: #fff;   
    border-radius: 5px;
    margin-right: 8px;

}

.creator_url {
	color: #497D71;
	cursor: pointer;
  font-weight: normal;
}

.delete_hover:hover{
	color: #666666;
}

.highlightSmartSign.on {
  background-color: #FFD788;
}

.smartSignGraph.on {
  background-color: #FFD788; 
}

.highLightMidPoint.on {
  background-color: #FFD788; 
}

.highLightTurnList.on {
 background-color: #FFD788; 
}

.video_comment_img_css {
	height: 324px;
	width: 100%;
	position: relative;
	border: 1px dashed #999;
    text-align: center;
	margin-top: 55px;
}

.video_comment_close{
	float:right; 
	margin-right:10px;
}

.upload_info {
  background-color: #FFFFFF;
  margin-right: 2px;
  height: 180px;
  width: 547px;
  border: 1px dashed #999;
  padding: 10px;
  float: right;
}

.font_size19{
	font-size: 19px;
}

a.media_links {
  color: blue;
}

a.media_links:hover {
  color: blue;
}

a.media_links:visited {
  color: blue;
}

a.media_links:focus {
  color: blue;
}

.header_chrome_tip {
  padding: 10px;
  position: relative;
  background-color:#99D9EA;
  text-align: center;
}

.header_chrome_tip_p {
  color:#0000FF;
  font-size: 14px;
  word-break: break-word;
}

.header_chrome_tip_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 36px;
  padding: 10px !important ;
}

/*route map*/
.control_btn_route {
	background-color: #666;
	position: absolute;
	margin: 16px 10px 0px 0px;
	padding: 0px;
	z-index: 500;
	 
}
.control_btn_route .c_icon{
	cursor: pointer;
	padding: 4px;
	margin: 0px;
	float: left;
	height: 28px;
	width: 28px;
	background-color: transparent;
	 
}
.control_btn_route .c_icon.on{
	background-color: #F60;
}

.control_btn_route span i, .control_btn_route span img {
  color: #fff;
  opacity: 0.8;
}
	
.gm-fullscreen-control {
	  color: #fff;
}

.control_btn_route span:hover i, .control_btn_route span:hover img {
  opacity: 1;
}

.control_btn_route span.on  i, .control_btn_route span.on  img {
  opacity: 1;
}

@media only screen and (min-width: 501px){
  div.control_rsize {
    width: calc(100% - 330px)
  }
}

/* for comment 
#comment_list > li > img {
    padding-left: 52px;
}
*/

button.ui-dialog-button-active {
  color: #fff;
  background-color: #e15b31;
}

button.ui-dialog-button-active:hover {
  background-color: #F90;
}

.load-more-button {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.load-more-button.on .fa {
  opacity: 1;
}

.load-more-button .fa {
  opacity: 0;
  margin-left: 3px;
  margin-right: -18px;
}

#wn2 {
  margin: 0px;
  padding: 0px;
  width:100%;
  //margin-top: 20px;
  margin-bottom: 20px;
  height: 600px;
}


#div_main_page .map_02 {
  height: calc(100% - 250px);
}

#div_main_page #wn2 {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

ul#search_friend_ul li input[type=checkbox] {
    margin-left: 20px;
}

/** 影片播放頁，私人影片時使用 **/
.non_video_background {
	width:740px; 
	height: 555px; 
	background-color: #000;
	text-align: center;
    vertical-align: middle;
	display: table-cell;
}

.non_video_block {
	display: table;	  
	margin: 0 auto; 
	width: 640px;
	height: 450px; 
	background-color: #999;
	text-align: center;
  vertical-align: middle;	
}

.non-video-desc {
	display: table-cell;
  text-align: center;
  vertical-align: middle;
	font-size: 250%;
}

label.mapSource {
  color: #333;
  font-weight: normal;
  background-color: rgba(255,255,255,.4);
  margin : 0px 2px;
}

label.mapSource a {
  color: #666;
  text-decoration: none;
}

label.mapSource a:hover {
  text-decoration: underline;
}

/**這是用於靜態頁面要顯示連結用的樣式**/
.underline-on-hover:hover {
  text-decoration: underline;
}

/**強制session過期視窗必須顯示在最上層**/
.header_session_show {
	opacity: 1 !important;
	z-index: 2222222222 !important ;
}

.statistics_info {
	background-color: #FFFFFF;    
    width: 93%;
	height: 200px;
    border: 1px dashed #999;
    padding: 10px; 
	margin: 10px;
}
.statistics_info_title {
	font-weight:bold;
	margin: 10px;
}

.statistics_info_content_left {
	font-weight:bold;
	width: 45%;	
	padding-left: 30px; 
}
.statistics_info_content_right {
	font-weight:bold;
	width: 45%;	
	float: right;
}

.statistics_info_close {
	float: right;
    margin-right: 20px;
}

.xplova_url_color{
	color: #2F6B5D;
}

.table_layout_fix{
	table-layout: fixed;
}

.profile_table td {
  word-break: break-all;
  text-overflow: ellipsis;
}

.profile_row_1{
	width: 5%;
}

.profile_row_2{
	width: 5%;
}

.profile_row_3{
	width: 35%;
}

.profile_row_4{
	width: 17%;
}

.profile_row_5{
	width: 11%;
}

.profile_row_6{
	width: 12%;
}

.profile_row_7{
	width: 15%;
}

/** header cookie msg*/
.header_cookie_bg {
	background-color: rgb(230, 230, 235); 
	bottom: -1px; 
	left: -1px; 
	padding: 25px; 
	position: fixed; 
	right: -1px; 
	z-index: 11000;
}

.header_cookie_tip {
	align-items: center; 
	color: rgb(106, 106, 121); 
	//display: flex; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 1.45em; 
	margin-left: auto; 
	margin-right: auto; 
	max-width: 1216px; 
	justify-content: center;
}

span.header_cookie_url > a {
	color: rgb(0, 0, 0);
	font-weight: 700; 
	text-decoration: none;
	opacity: 0.75;
}
span.header_cookie_url > a:visited {
    opacity: 0.8;
}

span.header_cookie_url > a:hover {
    opacity: 0.9;
	text-decoration: underline;
}

span.header_cookie_url > a:active{
    opacity: 1;
}

button.header_cookie_tip_close {
  display: inline;
	background: transparent; 
	border: 1px solid gray; 
  border-radius: 15px;
	color: rgb(34, 34, 34); 
	cursor: pointer; 
	display: inline-block; 
	font-size: 16px; 
	font-weight: 200; 
  margin-left: 20px;
  padding: 2px 10px;
	//height: 24px; 
	//line-height: 0; 
	//margin-left: 20px; 
	//margin-top: -2px; 
	//padding: 4px; 
	//width: 24px;
  float:right;
  margin-right: 20px;
  transition: .3s;
}

button.header_cookie_tip_close:hover {
  background-color: #999;
}

.profile_calendar_button_container {
  display: inline-block;
  padding: 5px;
}

.profile_calendar_button {
  cursor: pointer;
  display: inline-block;
  background-color: #e15b31;
  color: #FFFFFF;
  border: 0px;
  padding: 3px 5px;
  border-radius: 3px;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s; /* Chrome & safari */
  -moz-transition: background-color 0.5s; /* firefox */
}

.profile_calendar_button:hover {
  background-color: #F90;
}

.spinner_container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300000000;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0px;
  top: 0px;
  display: none;
}

.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -35px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}


.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.wait_time_text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 55%;
  width: 100px;
  margin-left: -50px;
  font-size: 20px;
}

.sample_map_marker_start {
  background-image: url(../images/point_start.png);
  width: 32px;
height: 32px;
}

.sample_map_marker_end {
  background-image: url(../images/point_end.png);
  width: 32px;
  height: 32px;
}

.bmap_container {
  height: 600px !important;
}

.btn_right {
	float: right;		
	padding-bottom: 14px;		
}

.campaign_banner1 {
	width: 728px;
	height: 90px;
	display:block;
    margin:auto;
	margin-top: 10px;
    margin-bottom: 10px;
}

.campaign_banner2 {
	width: 65%;
	float: left;
    margin: auto;
    display: block;
    margin-top: 15px;
	text-align: center;
	font-size: 24px;
	color: #ff6600;
}

.campaign_banner3 {
	width: 728px;
	height: 90px;
	display:block;
    margin:auto;
	margin-top: 10px;
    margin-bottom: 10px;
}


.campaign_banner4 {
	width: 200px;
	height: 200px;	
	float: left;
    /** margin-left: 30px;
    margin-top: 30px;	**/
}

.campaign_banner5 {
	width: 728px;
	height: 90px;
	display:block;
    margin:auto;
	margin-top: 10px;
    margin-bottom: 10px;
}

.campaign_banner6 {
	width: 100%;
	float: left;
    margin: auto;
    display: block;
    margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #ff6600;
}