/*
$blue_level_1: #B7D4FE;
*/
/* line 5, ../../sass/mobile/common/header.scss */
header.header {
  border-bottom: 3px solid #583C30;
}
/* line 7, ../../sass/mobile/common/header.scss */
header.header nav.navbar {
  background-image: linear-gradient(-180deg, white 44%, #EDEDED 100%);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 16, ../../sass/mobile/common/header.scss */
header.header a.navbar-brand {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: none;
}
/* line 22, ../../sass/mobile/common/header.scss */
header.header ul.nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 26, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: -.3rem;
}
/* line 32, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link, header.header ul.nav li.nav-item:hover a.nav-link {
  color: rgba(0, 0, 0, 0.8);
}
/* line 34, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link.nav_color1, header.header ul.nav li.nav-item:hover a.nav-link.nav_color1 {
  background-color: #7baef6;
}
/* line 37, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link.nav_color2, header.header ul.nav li.nav-item:hover a.nav-link.nav_color2 {
  background-color: #C8E664;
}
/* line 40, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link.nav_color3, header.header ul.nav li.nav-item:hover a.nav-link.nav_color3 {
  background-color: #F9E5E8;
}
/* line 43, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link.nav_color4, header.header ul.nav li.nav-item:hover a.nav-link.nav_color4 {
  background-color: #F4EFE6;
}
/* line 46, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item.active a.nav-link.nav_color5, header.header ul.nav li.nav-item:hover a.nav-link.nav_color5 {
  background-color: #FFEAB7;
}
/* line 51, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item a.nav-link {
  font-size: .875rem;
  position: relative;
  color: black;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  /* line 51, ../../sass/mobile/common/header.scss */
  header.header ul.nav li.nav-item a.nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* line 69, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item a.nav-link img.left_icon {
  position: relative;
  top: -1px;
  height: 20px;
}
/* line 74, ../../sass/mobile/common/header.scss */
header.header ul.nav li.nav-item a.nav-link span.label_number {
  position: absolute;
  display: inline-block;
  left: 6px;
  bottom: 26px;
  background-color: #D0021B;
  color: white;
  font-size: .625rem;
  line-height: 1.3em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
}
/* line 91, ../../sass/mobile/common/header.scss */
header.header ul.right_nav, header.header ul.right_nav_func {
  position: relative;
  top: 2px;
}
/* line 94, ../../sass/mobile/common/header.scss */
header.header ul.right_nav a.logout, header.header ul.right_nav_func a.logout {
  color: black;
}
@media (max-width: 991px) {
  /* line 94, ../../sass/mobile/common/header.scss */
  header.header ul.right_nav a.logout, header.header ul.right_nav_func a.logout {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 101, ../../sass/mobile/common/header.scss */
  header.header ul.right_nav a.nav-link, header.header ul.right_nav_func a.nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 109, ../../sass/mobile/common/header.scss */
header.header h1.h1_title {
  margin: 0;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 13px;
  padding-bottom: 11px;
}
/* line 119, ../../sass/mobile/common/header.scss */
header.header.mobile {
  height: 44px;
}
/* line 122, ../../sass/mobile/common/header.scss */
header.header.mobile nav.navbar {
  height: 100%;
  border-radius: 0;
  background: none;
  background-color: #C9AB77;
}
/* line 128, ../../sass/mobile/common/header.scss */
header.header.mobile h1.h1_title {
  color: white;
  font-size: 1.75rem;
  height: 100%;
  line-height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* line 137, ../../sass/mobile/common/header.scss */
header.header.mobile img.header_icon {
  position: relative;
  top: -3px;
}
/* line 141, ../../sass/mobile/common/header.scss */
header.header.mobile div.btn_group {
  position: absolute;
  width: 96%;/* for netscape瀏覽器跑版 */
  width: calc(100% - 15px);
}
/* line 145, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_left, header.header.mobile button.btn_right, header.header.mobile button.open_popup_filter, header.header.mobile button.btn_right_switch, header.header.mobile button.btn_right_show_data, header.header.mobile button.btn_sound_switch {
  border: none;
  background: none;
  z-index: 9;
  outline: none;
  width: 48px;
  height: 41px;
  vertical-align: top;
  top: 0px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0px;
}
/* line 160, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_left {
  float: left;
  position: relative;
  background-image: url(../../images/icon/btn_menu_off.png);
  background-position:center;
}
/* line 165, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_left:active, header.header.mobile button.btn_left.active {
  background-image: url(../../images/icon/btn_menu_on.png);
  background-position:center;
}
/* line 169, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right {
  float: right;
  position: relative;
  background-image: url(../../images/icon/btn_search_off.png);
}
/* line 173, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right:active, header.header.mobile button.btn_right.active {
  background-image: url(../../images/icon/btn_search_on.png);
}
/* line 177, ../../sass/mobile/common/header.scss */
header.header.mobile button.open_popup_filter {
  float: right;
  position: relative;
  background-image: url(../../images/icon/btn_moresearch_off.png);
  background-position:center;
}
/* line 181, ../../sass/mobile/common/header.scss */
header.header.mobile button.open_popup_filter:active, header.header.mobile button.open_popup_filter.active {
  background-image: url(../../images/icon/btn_moresearch_on.png);
}
/* line 185, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right_switch {
  float: right;
  position: relative;
  background-image: url(../../images/icon/btn_carlistinfo_off.png);
}
/* line 189, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right_switch.active {
  background-image: url(../../images/icon/btn_carlistinfo_on.png);
}
/* line 193, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_sound_switch {
  float: right;
  position: relative;
  background-image: url(../../images/icon/btn_unusualset_sound_no.png);
  background-size: 100%;
  background-position: center center;
  margin-right: 15px;
}
/* line 200, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_sound_switch.active {
  background-image: url(../../images/icon/btn_unusualset_sound_ok.png);
}
/* line 204, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right_show_data {
  float: right;
  width: 44px;
  position: relative;
  background-image: url(../../images/icon/btn_literal_on.png);
  /* top: -3px; */
  background-position:center;
}
/* line 210, ../../sass/mobile/common/header.scss */
header.header.mobile button.btn_right_show_data.active {
  background-image: url(../../images/icon/btn_locus_on.png);
}
/* line 214, ../../sass/mobile/common/header.scss */
header.header.mobile a.link_left {
  float: left;
  position: relative;
  top: 6px;
}

/* line 2, ../../sass/mobile/common/aside.scss */
aside.aside {
  position: absolute;
  background-color: #514333;
  height: 80%;
  height: calc(100% - 44px);
  left: 0;
  top: 44px;
  width: 40%;
  border: 1px solid black;
  padding-top: 1em;
  z-index: 99;
  overflow-y: auto;
  -webkit-transition: 1s transform;
  -moz-transition: 1s transform;
  -ms-transition: 1s transform;
  -o-transition: 1s transform;
  transition: 1s transform;
}
/* line 18, ../../sass/mobile/common/aside.scss */
aside.aside.action_open {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
/* line 25, ../../sass/mobile/common/aside.scss */
aside.aside.action_close {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 33, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list {
  margin-bottom: 20px;
}
/* line 35, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li {
  margin-bottom: 8px;
}
/* line 37, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li:last-child {
  margin-bottom: 0;
}
/* line 40, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li > a {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.125rem;
  height: 44px;
  line-height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li > a.active, aside.aside ul.aside_list > li > a:hover, aside.aside ul.aside_list > li > a:focus {
  background-color: #989898;
}
/* line 55, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li > a img.aside_icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
/* line 60, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li > a span.img_and_number {
  position: relative;
}
/* line 62, ../../sass/mobile/common/aside.scss */
aside.aside ul.aside_list > li > a span.img_and_number span.number_hint {
  position: absolute;
  display: inline-block;
  background-color: red;
  font-size: .75rem;
  color: white;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
/* line 82, ../../sass/mobile/common/aside.scss */
aside.aside div.brand {
  width: 100%;
}
/* line 84, ../../sass/mobile/common/aside.scss */
aside.aside div.brand div.logo_block {
  text-align: center;
}
/* line 86, ../../sass/mobile/common/aside.scss */
aside.aside div.brand div.logo_block img.logo_img {
  max-width: 100%;
}
/* line 89, ../../sass/mobile/common/aside.scss */
aside.aside div.brand div.logo_block a.phone_number {
  color: yellow;
  display: block;
  text-decoration: none;
  margin-top: 6px;
}
/* line 95, ../../sass/mobile/common/aside.scss */
aside.aside div.brand div.logo_block div.ver_number {
  color: white;
  font-size: .75rem;
  margin-left: 27px;
}

/* line 1, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile {
  background: #4A4A4A \9;
  filter: alpha(opacity=80) \9;
  background-color: rgba(74, 74, 74, 0.8);
  border-radius: 5px;
  z-index: 9;
  padding: 10px;
  font-size: .875rem;
  display: none;
  width: 90%;
  position: absolute;
}
/* line 12, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile button.icon_remove {
  background-image: url(../../images/icon/btn_remove.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 32px;
  right: 4px;
  top: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
}
/* line 28, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile span.title_remove {
  color: white;
  font-size: 1.2rem;
}
/* line 33, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile div.text_search_block {
  clear: both;
}
/* line 35, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile div.text_search_block input.search_input {
  width: 100%;
  height: 50px;
}
/* line 40, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile div.action_search {
  margin-top: 8px;
  text-align: right;
}
/* line 43, ../../sass/mobile/common/search_box.scss */
div.overlay_box div.search_box.mobile div.action_search button.btn_search {
  font-size: 1rem;
  color: black;
  background-color: #E6E6E6;
  width: 80px;
  height: 32px;
  padding: 0;
  text-align: center;
}

/*
$blue_level_1: #B7D4FE;
*/
/* line 3, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter {
  background: #4A4A4A \9;
  filter: alpha(opacity=80) \9;
  background-color: rgba(81, 67, 51, 0.8);
  border-radius: 5px;
  z-index: 9;
  padding: 10px;
  font-size: .875rem;
  display: none;
  width: 90%;
  position: absolute;
}
@media screen and (max-height: 667px) and (orientation: landscape) {
  /* line 3, ../../../sass/mobile/common/popup_filter.scss */
  div.overlay_box div.popup_filter {
    overflow-y: scroll;
    max-height: 300px;
  }
}
@media screen and (max-height: 500px) and (orientation: portrait) {
  /* line 3, ../../../sass/mobile/common/popup_filter.scss */
  div.overlay_box div.popup_filter {
    overflow-y: scroll;
    max-height: 400px;
  }
}
/* line 24, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter button.icon_remove {
  background-image: url(../../images/icon/btn_remove.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 32px;
  right: 6px;
  top: 12px;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
}
/* line 40, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter span.title_remove {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 47, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.text_search_block {
  clear: both;
}
/* line 49, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.text_search_block div.col {
  margin-bottom: 15px;
}
/* line 52, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.text_search_block input.search_input {
  width: 100%;
}
/* line 55, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.text_search_block textarea.date_range {
  display: none;
  font-size: 1rem;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  position: relative;
  text-align: center;
  top: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 350px) {
  /* line 55, ../../../sass/mobile/common/popup_filter.scss */
  div.overlay_box div.popup_filter div.text_search_block textarea.date_range {
    font-size: .875rem;
  }
}
/* line 76, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.action_search {
  /*text-align: right;*/
  text-align: center;
}
/* line 79, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.action_search button.btn_search_data {
  height: 44px;
  width: 100%;
  font-size: 1.25rem;
  color: #583C30;
  /*background-color: #fff;*/
  background-color: #C9AB77;
  /*padding:0;*/
  border: none;
}
/* line 91, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter select.filter_select {
  font-size: 1rem;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 96, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter #inline_date_range {
  text-align: center;
}
/* line 99, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.start_date_block {
  border: 1px solid red;
}
/* line 103, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.liu_01 {
  margin-top: 6px;
  margin-bottom: 0 !important;
  padding-left: .2rem;
  padding-right: .2rem;
}
/* line 109, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter input.start_date, div.overlay_box div.popup_filter input.end_date {
  min-width: calc(100% - 17px);
  /*margin-bottom: 15px;*/
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  height: 31px;
  line-height: 30px;
}
/* line 118, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.start_text {
  color: white;
  font-size: 1.125rem;
}
/* line 122, ../../../sass/mobile/common/popup_filter.scss */
div.overlay_box div.popup_filter div.text-center {
  text-align: center;
}


/* line 3, ../../sass/mobile/common/paginator.scss */
div.paginator_block {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
}
/* line 8, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list {
  max-width: 320px;
  margin: 0 auto;
}
/* line 11, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list > li {
  width: 18.8%;
  display: inline-block;
  text-align: center;
}
/* line 16, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list > li.plus.hide_this, div.paginator_block ul.paginator_block_list > li.minus.hide_this {
  display: none;
}
/* line 20, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list > li button.paginator_item {
  border: 0;
  outline: none;
  display: inline-block;
  width: 44px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  color: #583C30;
  font-size: .875rem;
  background-color: #C9AB77;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 36, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list > li button.paginator_item.active {
  background-color: #583C30;
  color: #FCE4DF;
}
/* line 39, ../../sass/mobile/common/paginator.scss */
div.paginator_block ul.paginator_block_list > li button.paginator_item span.sign_plus, div.paginator_block ul.paginator_block_list > li button.paginator_item span.sign_minus {
  position: relative;
  display: inline-block;
  top: -1px;
  width: 100%;
}

/* line 2, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper {
  z-index: 10;
  padding-bottom: 5px !important;
  /*
  div.ranges{
    float:none !important;
  }
  span.colon, select.minuteselect{
    display: none;
  }
  div.time_select{
    text-align: left;
  }
  select.hourselect{
    width: 100px;
    cursor: pointer;
    z-index: 50;
  }
  input.input-mini{
    background-color: #eee;
    cursor: not-allowed;
  }
  */
}
/* line 5, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper th.month-name {
  font-size: 1rem;
}
/* line 8, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.drp_top-bar {
  padding-right: 0;
  padding-bottom: 0;
}
/* line 12, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.normal-top {
  text-align: center;
}
/* line 15, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper input.apply-btn {
  position: relative;
}
/* line 18, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.start_date_time {
  margin-bottom: 8px;
}
/* line 20, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.start_date_time b.start-day {
  font-size: 1rem;
  padding-right: 4px;
}
/* line 23, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.start_date_time b.start-day.dynamic_color {
  color: #49e;
}
/* line 28, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.end_date_time {
  margin-bottom: 0;
}
/* line 30, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.end_date_time b.end-day {
  font-size: 1rem;
  padding-right: 4px;
}
/* line 33, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.end_date_time b.end-day.dynamic_color {
  color: #49e;
}
/* line 39, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper select.select_start_hour, div.date-picker-wrapper select.select_end_hour {
  display: inline-block;
  width: 80px;
  padding: 0;
}
/* line 43, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper select.select_start_hour.error, div.date-picker-wrapper select.select_end_hour.error {
  border: 1px solid red;
}
/* line 47, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.action_button {
  position: relative;
  text-align: center;
  margin-top: 8px;
}
/* line 51, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.action_button input.btn_action {
  position: relative;
  width: 44px;
  height: 20px;
  vertical-align: top;
  border-radius: 5px;
  top: 0;
  padding: 3px 5px;
}
/* line 60, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.action_button input.apply-btn {
  margin-right: 14px;
}
/* line 63, ../../sass/mobile/common/daterangepicker.scss */
div.date-picker-wrapper div.action_button input.cancel-btn {
  background-color: white;
  color: black;
  border: 1px solid black;
}

/* line 9, ../../sass/mobile/layout.scss */
html {
  height: 100%;
}

/* line 13, ../../sass/mobile/layout.scss */
body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 19, ../../sass/mobile/layout.scss */
div#main_container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 44px);
}

/* line 25, ../../sass/mobile/layout.scss */
.scrolloff {
  pointer-events: none;
}

/* line 29, ../../sass/mobile/layout.scss */
.hide_this {
  display: none !important;
}

/* line 33, ../../sass/mobile/layout.scss */
span.circle_hint {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
/* line 39, ../../sass/mobile/layout.scss */
span.circle_hint.green {
  background-color: #B8E986;
}
/* line 42, ../../sass/mobile/layout.scss */
span.circle_hint.orange {
  background-color: #F5A623;
}
/* line 45, ../../sass/mobile/layout.scss */
span.circle_hint.tune_circle {
  position: relative;
}

/* line 51, ../../sass/mobile/layout.scss */
div.start_date_time span.pure_text, div.end_date_time span.pure_text {
  font-size: 1rem;
  color: black;
}

/* line 57, ../../sass/mobile/layout.scss */
textarea.date_range {
  resize: none;
}

/* line 61, ../../sass/mobile/layout.scss */
div.overlay_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #000 \9;
  filter: alpha(opacity=50) \9;
  background-color: rgba(81, 67, 51, 0.2);
  z-index: 999;
}
/* line 72, ../../sass/mobile/layout.scss */
div.overlay_box div.search_box.mobile, div.overlay_box div.popup_filter {
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 86, ../../sass/mobile/layout.scss */
div.date-picker-wrapper {
  z-index: 999;
}
