﻿@charset "UTF-8";
/* 1200px以上 */
/* 1119px以下 */
/* 991px以下 */
/* 767px以下 */
/* 575px以下 */
/*base_Style start*/
a {
  font-family: Arial, 微軟正黑體, serif; }

a, button {
  text-align: center; }
  a.back_btn:hover, a.back_btn:focus, button.back_btn:hover, button.back_btn:focus {
    background: #D64C82 !important;
    color: #fff !important; }
  a.style01_btn, button.style01_btn {
    background: #777 !important;
    color: #fff !important; }
    a.style01_btn:hover, a.style01_btn:focus, button.style01_btn:hover, button.style01_btn:focus {
      background: #D64C82 !important;
      color: #fff !important; }
  a.style02_btn, button.style02_btn {
    background: #047c8c !important; }
    a.style02_btn:hover, a.style02_btn:focus, button.style02_btn:hover, button.style02_btn:focus {
      background: #D64C82 !important;
      color: #fff !important; }
  a.style03_btn, button.style03_btn {
    background: #0396c4 !important; }
    a.style03_btn:hover, a.style03_btn:focus, button.style03_btn:hover, button.style03_btn:focus {
      background: #D64C82 !important;
      color: #fff !important; }
  a.style04_btn, button.style04_btn {
    background: #D64C82 !important; }
    a.style04_btn:hover, a.style04_btn:focus, button.style04_btn:hover, button.style04_btn:focus {
      background: #840f3a !important;
      color: #fff !important; }
  a.style05_btn, button.style05_btn {
    background: #333 !important; }
    a.style05_btn:hover, a.style05_btn:focus, button.style05_btn:hover, button.style05_btn:focus {
      background: #555 !important;
      color: #fff !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, 微軟正黑體, serif; }

i {
  margin: 0 3px 0 0; }

span {
  font-family: Arial, 微軟正黑體, serif; }

p {
  font-family: Arial, 微軟正黑體, serif; }

body {
  font-family: Arial, 微軟正黑體, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

.color-1 {
  color: #047c8c; }

.color-2 {
  color: #0396c4; }

.color-3 {
  color: #D64C82; }

.color-4 {
  color: #ecc46d; }

/*base_Style end*/
#footer {
  border-top: #ecc46d solid 10px;
  border-top-color: #ecc46d !important; }

#copyrights {
  padding: 10px 0; }

#header {
  height: auto !important;
  border-bottom: #ecc46d solid 10px; }

#logo {
  display: flex;
  margin: 15px 0;
  height: auto; }
  #logo img {
    height: auto; }
  #logo .logo_text {
    margin: 0px 15px;
    align-items: center; }
    #logo .logo_text a {
      color: #047c8c;
      font-weight: bold;
      font-size: 26px; }

.sel_div {
  margin: 17px auto !important;
  max-width: 520px;
  width: 100%; }

ul#customComboBox {
  width: 100px;
  height: 32px;
  border: 2px solid #ddd;
  display: block; }
  ul#customComboBox #customComboBoxText {
    padding: 5px 0 0 10px; }
  ul#customComboBox li {
    position: relative;
    z-index: 10;
    padding: 5px 0px;
    width: 50px;
    display: none; }

.hospital_sel {
  /*appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;*/
  min-width: 250px;
  font-size: 16px;
  padding: 3px 0 3px 18px;
  background-image: url(../images/hospital.png);
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 15px; }
  .hospital_sel option {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px 30px; }
    .hospital_sel option:checked {
      color: #fff;
      background: #32526E; }
  .hospital_sel option[value="hospital_cmuh"] {
    background-image: url("../images/test.png"); }

.lang_sel {
  min-width: 100px;
  font-size: 16px;
  padding: 3px 0 3px 18px;
  background-image: url(../images/lang.png);
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 15px; }
  .lang_sel option {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px 30px;
    background: #fff; }
    .lang_sel option:checked {
      color: #fff;
      background: #32526E; }

.btn_div {
  margin: 30px 0; }
  .btn_div .back_btn {
    text-transform: none;
    font-size: 21px;
    border-radius: 5px; }

.page_banner_bg {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .page_banner_bg::after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }

.page_banner_cover {
  background: url(../images/banner_arrow.png);
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.page_banner_title {
  text-align: center;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .page_banner_title .hospital_div {
    display: inline-block;
    background: #047c8c;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 10px; }
  .page_banner_title .title {
    color: #fff;
    margin: 10px 0; }
    .page_banner_title .title::after {
      content: '';
      display: block;
      width: 80px;
      margin: 10px auto;
      border-color: #ffffff transparent transparent transparent;
      border-style: solid solid solid solid;
      border-width: 13px 40px 13px 40px; }
    .page_banner_title .title .main_title {
      font-size: 38px;
      line-height: 38px;
      text-shadow: 1px 1px 8px #000; }
    .page_banner_title .title .sub_title {
      font-size: 18px;
      display: none; }

.page_menu {
  margin: 0 0;
  border-radius: 5px;
  padding: 5px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #70c8cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #70c8cf 0%, #0396c4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #70c8cf 0%, #0396c4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #70c8cf 0%, #0396c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-2-1', endColorstr='$color-2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .page_menu li {
    list-style: none;
    font-size: 18px;
    margin: 0; }
  .page_menu li.title {
    margin: 0;
    padding: 0; }
    .page_menu li.title div {
      padding: 10px;
      border-radius: 10px; }
      .page_menu li.title div a {
        margin: 0;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        font-size: 21px; }
        .page_menu li.title div a img {
          width: 45px;
          margin: 0 5px 5px 0; }
  .page_menu li.link {
    background: #fff;
    border-radius: 10px;
    padding: 0 !important; }
    .page_menu li.link > div {
      padding: 10px;
      margin: 0;
      text-align: center;
      transition: all .2s ease-in;
      border-right: 1px #0396c4 solid; }
      .page_menu li.link > div:last-child {
        border-right: 0px #0396c4 solid; }
      .page_menu li.link > div a {
        color: #0396c4;
        font-weight: bold; }
        .page_menu li.link > div a i {
          margin: 0 5px 0 0;
          width: 100%;
          font-size: 25px; }
      .page_menu li.link > div:hover, .page_menu li.link > div:focus {
        background: #0396c4; }
        .page_menu li.link > div:hover a, .page_menu li.link > div:focus a {
          color: #fff; }

.doctor_detail .doctor_name {
  color: #047c8c;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.doctor_detail .doctor_position {
  color: #047c8c;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.doctor_detail .doctor_dep .doctor_dep_list {
  margin: 15px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .doctor_detail .doctor_dep .doctor_dep_list .item {
    margin: 0; }
    .doctor_detail .doctor_dep .doctor_dep_list .item a {
      font-size: 18px;
      background: #ddd;
      border-radius: 5px;
      text-transform: none;
      white-space: normal;
      display: table; }

.doctor_detail .doctor_link {
  text-align: center;
  margin: 15px 0; }
  .doctor_detail .doctor_link a {
    font-size: 18px;
    background: #ddd;
    border-radius: 5px; }

.doctor_detail .skill_div {
  font-size: 16px; }

.doctor_detail .lang_div {
  /*text-align: center;*/
  margin: 15px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .doctor_detail .lang_div span.item {
    /*background: #777;
            color: #fff;
            padding: 5px 20px;
            border-radius: 5px;
            margin: 0 5px;*/
    margin: 5px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    background: #777;
    border-radius: 5px;
    text-align: center;
    max-width: 120px;
    cursor: default; }

.doctor_appointments_time .remarks_content {
  margin: 0 0 20px;
  text-align: center; }

.doctor_appointments_time .appointments_table {
  margin: 0 0 20px; }
  .doctor_appointments_time .appointments_table .appointments_month .text {
    background: #D64C82;
    color: #FFF;
    border-radius: 0;
    padding: 5px;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .doctor_appointments_time .appointments_table .appointments_time {
    margin: 0; }
    .doctor_appointments_time .appointments_table .appointments_time ul, .doctor_appointments_time .appointments_table .appointments_time div {
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding: 5px 0; }
      .doctor_appointments_time .appointments_table .appointments_time ul .item, .doctor_appointments_time .appointments_table .appointments_time div .item {
        margin: 5px 0 5px;
        padding: 0 5px; }
        .doctor_appointments_time .appointments_table .appointments_time ul .item a, .doctor_appointments_time .appointments_table .appointments_time div .item a {
          padding: 8px 15px;
          font-size: 18px;
          background: #c0e1e4;
          color: #333;
          font-weight: bold;
          border-radius: 5px;
          box-shadow: 0px 0 0px #588083;
          transition: all .1s ease-in;
          display: block;
          min-width: 165px;
          width: 100%;
          position: relative;
          top: 0;
          height: 100%;
          display: flex;
          flex-flow: wrap;
          cursor: pointer; }
          .doctor_appointments_time .appointments_table .appointments_time ul .item a .dep, .doctor_appointments_time .appointments_table .appointments_time ul .item a .time, .doctor_appointments_time .appointments_table .appointments_time ul .item a .status, .doctor_appointments_time .appointments_table .appointments_time div .item a .dep, .doctor_appointments_time .appointments_table .appointments_time div .item a .time, .doctor_appointments_time .appointments_table .appointments_time div .item a .status {
            flex: 0 0 100%;
            align-items: center;
            justify-content: center;
            display: flex; }
          .doctor_appointments_time .appointments_table .appointments_time ul .item a:hover, .doctor_appointments_time .appointments_table .appointments_time ul .item a:focus, .doctor_appointments_time .appointments_table .appointments_time div .item a:hover, .doctor_appointments_time .appointments_table .appointments_time div .item a:focus {
            position: relative;
            top: -2px;
            background: #D64C82;
            color: #fff;
            box-shadow: 0px 5px 0px #840f3a; }
          .doctor_appointments_time .appointments_table .appointments_time ul .item a:active, .doctor_appointments_time .appointments_table .appointments_time div .item a:active {
            box-shadow: 0px 0px 0px #840f3a; }
      .doctor_appointments_time .appointments_table .appointments_time ul .over a, .doctor_appointments_time .appointments_table .appointments_time ul .rest a, .doctor_appointments_time .appointments_table .appointments_time ul .reservation a, .doctor_appointments_time .appointments_table .appointments_time ul .full a, .doctor_appointments_time .appointments_table .appointments_time div .over a, .doctor_appointments_time .appointments_table .appointments_time div .rest a, .doctor_appointments_time .appointments_table .appointments_time div .reservation a, .doctor_appointments_time .appointments_table .appointments_time div .full a {
        background: #ddd;
        color: #333;
        box-shadow: 0px 0 0px #aaa;
        cursor: no-drop; }
        .doctor_appointments_time .appointments_table .appointments_time ul .over a:hover, .doctor_appointments_time .appointments_table .appointments_time ul .over a:focus, .doctor_appointments_time .appointments_table .appointments_time ul .rest a:hover, .doctor_appointments_time .appointments_table .appointments_time ul .rest a:focus, .doctor_appointments_time .appointments_table .appointments_time ul .reservation a:hover, .doctor_appointments_time .appointments_table .appointments_time ul .reservation a:focus, .doctor_appointments_time .appointments_table .appointments_time ul .full a:hover, .doctor_appointments_time .appointments_table .appointments_time ul .full a:focus, .doctor_appointments_time .appointments_table .appointments_time div .over a:hover, .doctor_appointments_time .appointments_table .appointments_time div .over a:focus, .doctor_appointments_time .appointments_table .appointments_time div .rest a:hover, .doctor_appointments_time .appointments_table .appointments_time div .rest a:focus, .doctor_appointments_time .appointments_table .appointments_time div .reservation a:hover, .doctor_appointments_time .appointments_table .appointments_time div .reservation a:focus, .doctor_appointments_time .appointments_table .appointments_time div .full a:hover, .doctor_appointments_time .appointments_table .appointments_time div .full a:focus {
          position: relative;
          top: -2px;
          background: #ddd;
          color: #333;
          box-shadow: 0px 0px 0px #aaa; }
        .doctor_appointments_time .appointments_table .appointments_time ul .over a:active, .doctor_appointments_time .appointments_table .appointments_time ul .rest a:active, .doctor_appointments_time .appointments_table .appointments_time ul .reservation a:active, .doctor_appointments_time .appointments_table .appointments_time ul .full a:active, .doctor_appointments_time .appointments_table .appointments_time div .over a:active, .doctor_appointments_time .appointments_table .appointments_time div .rest a:active, .doctor_appointments_time .appointments_table .appointments_time div .reservation a:active, .doctor_appointments_time .appointments_table .appointments_time div .full a:active {
          box-shadow: 0px 0px 0px #aaa; }
      .doctor_appointments_time .appointments_table .appointments_time ul .teach a, .doctor_appointments_time .appointments_table .appointments_time div .teach a {
        background: #ecc46d;
        color: #333;
        box-shadow: 0px 0 0px #b7810d;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time ul .video a, .doctor_appointments_time .appointments_table .appointments_time ul .mix a, .doctor_appointments_time .appointments_table .appointments_time div .video a, .doctor_appointments_time .appointments_table .appointments_time div .mix a {
        background: #f5ebd3;
        color: #333;
        box-shadow: 0px 0 0px #f8e8c0;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time ul .check a, .doctor_appointments_time .appointments_table .appointments_time div .check a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time ul .ownexpense a, .doctor_appointments_time .appointments_table .appointments_time div .ownexpense a {
        background: #b3e4c2;
        color: #333;
        box-shadow: 0px 0 0px #6fb384;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time ul .vaccin a, .doctor_appointments_time .appointments_table .appointments_time div .vaccin a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }
  .doctor_appointments_time .appointments_table .appointments_time2 {
    margin: 0; }
    .doctor_appointments_time .appointments_table .appointments_time2 thead {
      border-bottom: 3px #D64C82 solid; }
    .doctor_appointments_time .appointments_table .appointments_time2 th {
      font-size: 21px;
      font-weight: bold;
      text-align: center; }
      .doctor_appointments_time .appointments_table .appointments_time2 th img {
        max-width: 50px; }
    .doctor_appointments_time .appointments_table .appointments_time2 td.week {
      vertical-align: middle;
      background: #f5f5f5;
      color: #333; }
    .doctor_appointments_time .appointments_table .appointments_time2 td {
      text-align: center;
      font-weight: bold;
      font-size: 21px;
      margin: 0;
      padding: 5px 0;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .item {
        margin: 5px 0 5px;
        padding: 0 5px; }
        .doctor_appointments_time .appointments_table .appointments_time2 td .item a {
          padding: 8px 15px;
          font-size: 18px;
          background: #c0e1e4;
          color: #333;
          font-weight: bold;
          border-radius: 5px;
          box-shadow: 0px 0 0px #588083;
          transition: all .1s ease-in;
          display: block;
          min-width: 165px;
          width: 100%;
          position: relative;
          top: 0;
          height: 100%;
          display: flex;
          flex-flow: wrap;
          cursor: pointer; }
          .doctor_appointments_time .appointments_table .appointments_time2 td .item a .dep, .doctor_appointments_time .appointments_table .appointments_time2 td .item a .time, .doctor_appointments_time .appointments_table .appointments_time2 td .item a .status {
            flex: 0 0 100%;
            align-items: center;
            justify-content: center; }
          .doctor_appointments_time .appointments_table .appointments_time2 td .item a:hover, .doctor_appointments_time .appointments_table .appointments_time2 td .item a:focus {
            position: relative;
            top: -2px;
            background: #D64C82;
            color: #fff;
            box-shadow: 0px 5px 0px #840f3a; }
          .doctor_appointments_time .appointments_table .appointments_time2 td .item a:active {
            box-shadow: 0px 0px 0px #840f3a; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .over a, .doctor_appointments_time .appointments_table .appointments_time2 td .rest a, .doctor_appointments_time .appointments_table .appointments_time2 td .reservation a, .doctor_appointments_time .appointments_table .appointments_time2 td .full a {
        background: #ddd;
        color: #333;
        box-shadow: 0px 0 0px #aaa;
        cursor: no-drop; }
        .doctor_appointments_time .appointments_table .appointments_time2 td .over a:hover, .doctor_appointments_time .appointments_table .appointments_time2 td .over a:focus, .doctor_appointments_time .appointments_table .appointments_time2 td .rest a:hover, .doctor_appointments_time .appointments_table .appointments_time2 td .rest a:focus, .doctor_appointments_time .appointments_table .appointments_time2 td .reservation a:hover, .doctor_appointments_time .appointments_table .appointments_time2 td .reservation a:focus, .doctor_appointments_time .appointments_table .appointments_time2 td .full a:hover, .doctor_appointments_time .appointments_table .appointments_time2 td .full a:focus {
          position: relative;
          top: -2px;
          background: #ddd;
          color: #333;
          box-shadow: 0px 0px 0px #aaa; }
        .doctor_appointments_time .appointments_table .appointments_time2 td .over a:active, .doctor_appointments_time .appointments_table .appointments_time2 td .rest a:active, .doctor_appointments_time .appointments_table .appointments_time2 td .reservation a:active, .doctor_appointments_time .appointments_table .appointments_time2 td .full a:active {
          box-shadow: 0px 0px 0px #aaa; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .teach a {
        background: #ecc46d;
        color: #333;
        box-shadow: 0px 0 0px #b7810d;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .video a, .doctor_appointments_time .appointments_table .appointments_time2 td .mix a {
        background: #f5ebd3;
        color: #333;
        box-shadow: 0px 0 0px #f8e8c0;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .check a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .ownexpense a {
        background: #b3e4c2;
        color: #333;
        box-shadow: 0px 0 0px #6fb384;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time2 td .vaccin a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }
  .doctor_appointments_time .appointments_table .appointments_time3 {
    margin: 0; }
    .doctor_appointments_time .appointments_table .appointments_time3 tr {
      margin: 0;
      list-style: none;
      padding: 5px 0; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr th, .doctor_appointments_time .appointments_table .appointments_time3 tr td {
        border: 3px solid #fff; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .item {
        margin: 5px 0 5px;
        padding: 5px;
        border-top: 0px solid #dee2e6;
        color: #333;
        font-size: 18px; }
        .doctor_appointments_time .appointments_table .appointments_time3 tr .item a {
          font-size: 18px;
          background: #c0e1e4;
          font-weight: bold;
          border-radius: 5px;
          box-shadow: 0px 0 0px #588083;
          transition: all .1s ease-in;
          display: block;
          width: 100%;
          position: relative;
          top: 0;
          height: 100%;
          display: flex;
          flex-flow: wrap;
          cursor: pointer; }
          .doctor_appointments_time .appointments_table .appointments_time3 tr .item a .dep, .doctor_appointments_time .appointments_table .appointments_time3 tr .item a .time, .doctor_appointments_time .appointments_table .appointments_time3 tr .item a .status {
            flex: 0 0 100%;
            align-items: center;
            justify-content: center;
            display: flex; }
          .doctor_appointments_time .appointments_table .appointments_time3 tr .item a:hover, .doctor_appointments_time .appointments_table .appointments_time3 tr .item a:focus {
            position: relative;
            top: -2px;
            background: #D64C82;
            color: #fff;
            box-shadow: 0px 5px 0px #840f3a; }
          .doctor_appointments_time .appointments_table .appointments_time3 tr .item a:active {
            box-shadow: 0px 0px 0px #840f3a; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .over a, .doctor_appointments_time .appointments_table .appointments_time3 tr .rest a, .doctor_appointments_time .appointments_table .appointments_time3 tr .reservation a, .doctor_appointments_time .appointments_table .appointments_time3 tr .full a {
        background: #ddd;
        color: #333;
        box-shadow: 0px 0 0px #aaa;
        cursor: no-drop; }
        .doctor_appointments_time .appointments_table .appointments_time3 tr .over a:hover, .doctor_appointments_time .appointments_table .appointments_time3 tr .over a:focus, .doctor_appointments_time .appointments_table .appointments_time3 tr .rest a:hover, .doctor_appointments_time .appointments_table .appointments_time3 tr .rest a:focus, .doctor_appointments_time .appointments_table .appointments_time3 tr .reservation a:hover, .doctor_appointments_time .appointments_table .appointments_time3 tr .reservation a:focus, .doctor_appointments_time .appointments_table .appointments_time3 tr .full a:hover, .doctor_appointments_time .appointments_table .appointments_time3 tr .full a:focus {
          position: relative;
          top: -2px;
          background: #ddd;
          color: #333;
          box-shadow: 0px 0px 0px #aaa; }
        .doctor_appointments_time .appointments_table .appointments_time3 tr .over a:active, .doctor_appointments_time .appointments_table .appointments_time3 tr .rest a:active, .doctor_appointments_time .appointments_table .appointments_time3 tr .reservation a:active, .doctor_appointments_time .appointments_table .appointments_time3 tr .full a:active {
          box-shadow: 0px 0px 0px #aaa; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .teach a {
        background: #ecc46d;
        color: #333;
        box-shadow: 0px 0 0px #b7810d;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .video a, .doctor_appointments_time .appointments_table .appointments_time3 tr .mix a {
        background: #f5ebd3;
        color: #333;
        box-shadow: 0px 0 0px #f8e8c0;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .check a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .ownexpense a {
        background: #b3e4c2;
        color: #333;
        box-shadow: 0px 0 0px #6fb384;
        cursor: pointer; }
      .doctor_appointments_time .appointments_table .appointments_time3 tr .vaccin a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #b6dbaf;
        cursor: pointer; }

.dep_appointments_control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  /*.prev {
        text-align: right;
    }

    .next {
        text-align: left;
    }*/ }
  .dep_appointments_control .change_week {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0; }
  .dep_appointments_control .prev, .dep_appointments_control .next {
    font-size: 18px;
    cursor: pointer;
    margin: 0 10px; }
    .dep_appointments_control .prev i, .dep_appointments_control .next i {
      padding: 0px 5px;
      margin: 3px;
      border-radius: 15px;
      background: #fff;
      font-size: 14px;
      color: #333;
      vertical-align: middle; }
    .dep_appointments_control .prev div, .dep_appointments_control .next div {
      padding: 0 10px;
      background: #ddd;
      width: 140px;
      border-radius: 5px;
      word-break: keep-all; }
      .dep_appointments_control .prev div:focus, .dep_appointments_control .prev div:hover, .dep_appointments_control .next div:focus, .dep_appointments_control .next div:hover {
        background: #D64C82;
        color: #fff;
        box-shadow: 0px 5px 0px #840f3a; }
      .dep_appointments_control .prev div:active, .dep_appointments_control .next div:active {
        box-shadow: 0px 0px 0px #840f3a; }
      .dep_appointments_control .prev div span, .dep_appointments_control .next div span {
        vertical-align: bottom; }
  .dep_appointments_control .dep_appointments_control_sel {
    max-width: 250px; }

.dep_list {
  background: #FFF;
  border: 0px #ddd solid;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px; }
  .dep_list .title {
    color: #047c8c;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px 0;
    border-radius: 5px;
    border-bottom: 1px #ddd solid; }
  .dep_list .item {
    margin: 5px 0;
    padding: 0 5px 5px; }
    .dep_list .item a {
      padding: 8px 15px;
      font-size: 18px;
      color: #333;
      font-weight: bold;
      border-radius: 5px;
      transition: all .1s ease-in;
      display: block;
      position: relative;
      top: 0;
      background: #c9f0f3;
      color: #333; }
      .dep_list .item a:active {
        position: relative;
        top: -2px;
        background: #D64C82;
        color: #fff;
        box-shadow: 0px 0 0px #840f3a; }
      .dep_list .item a:hover, .dep_list .item a:focus {
        position: relative;
        top: -2px;
        background: #D64C82;
        color: #fff;
        box-shadow: 0px 5px 0px #840f3a; }
  .dep_list .sub {
    background: #f5f5f5;
    max-width: calc(100% - 10px);
    margin: 5px auto;
    padding: 0 30px; }
    .dep_list .sub .title, .dep_list .sub .title > a {
      color: #777;
      font-size: 21px; }
    .dep_list .sub .item {
      padding: 5px; }
      .dep_list .sub .item a {
        background: #ffcbe0;
        font-size: 18px;
        padding: 3px 5px; }
        .dep_list .sub .item a:active {
          position: relative;
          top: -2px;
          background: #D64C82;
          color: #fff;
          box-shadow: 0px 0 0px #840f3a; }
        .dep_list .sub .item a:hover, .dep_list .sub .item a:focus {
          position: relative;
          top: -2px;
          background: #D64C82;
          color: #fff;
          box-shadow: 0px 5px 0px #840f3a; }

.dep_appointments_timetable_div {
  width: 100%; }
  .dep_appointments_timetable_div thead {
    border-bottom: 3px #D64C82 solid; }
    .dep_appointments_timetable_div thead tr th {
      text-align: center; }
      .dep_appointments_timetable_div thead tr th img {
        max-width: 50px; }
  .dep_appointments_timetable_div tbody tr:nth-child(even) {
    background-color: #f5f5f5; }
  .dep_appointments_timetable_div tbody tr:hover {
    background-color: #FFF4E5; }
  .dep_appointments_timetable_div tbody tr td {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .dep_appointments_timetable_div .remarks_content {
    margin: 0 0 20px;
    text-align: center; }
  .dep_appointments_timetable_div .timetable {
    width: 100%;
    margin: 0 0 20px; }
    .dep_appointments_timetable_div .timetable .appointments_date {
      width: 19%;
      vertical-align: middle; }
      .dep_appointments_timetable_div .timetable .appointments_date .text {
        color: #333;
        border-radius: 10px;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 21px; }
    .dep_appointments_timetable_div .timetable .appointments_time {
      width: 27%;
      margin: 10px 0;
      margin: 0; }
      .dep_appointments_timetable_div .timetable .appointments_time > i {
        display: none; }
      .dep_appointments_timetable_div .timetable .appointments_time .item {
        margin: 0 0px;
        padding: 0 3px;
        text-align: center; }
        .dep_appointments_timetable_div .timetable .appointments_time .item a {
          padding: 0px 7px;
          margin: 5px;
          font-size: 18px;
          background: #c0e1e4;
          color: #333;
          font-weight: bold;
          border-radius: 5px;
          transition: all .1s ease-in;
          display: block;
          position: relative;
          top: 0;
          display: inline-block;
          cursor: pointer;
          width: 65%;
          min-width: 100px;
          max-width: 300px; }
          .dep_appointments_timetable_div .timetable .appointments_time .item a .name {
            display: inline-block; }
          .dep_appointments_timetable_div .timetable .appointments_time .item a div.dep {
            font-size: 16px;
            font-weight: normal;
            color: #555; }
          .dep_appointments_timetable_div .timetable .appointments_time .item a .status {
            font-size: 16px;
            display: inline-block; }
          .dep_appointments_timetable_div .timetable .appointments_time .item a:hover, .dep_appointments_timetable_div .timetable .appointments_time .item a:focus {
            position: relative;
            top: -2px;
            background: #D64C82;
            color: #fff;
            box-shadow: 0px 5px 0px #840f3a; }
            .dep_appointments_timetable_div .timetable .appointments_time .item a:hover div.dep, .dep_appointments_timetable_div .timetable .appointments_time .item a:focus div.dep {
              color: #fff; }
          .dep_appointments_timetable_div .timetable .appointments_time .item a:active {
            box-shadow: 0px 0px 0px #588083; }
      .dep_appointments_timetable_div .timetable .appointments_time .over a, .dep_appointments_timetable_div .timetable .appointments_time .rest a, .dep_appointments_timetable_div .timetable .appointments_time .reservation a, .dep_appointments_timetable_div .timetable .appointments_time .full a {
        background: #ddd;
        color: #333;
        box-shadow: 0px 0 0px #aaa;
        cursor: no-drop; }
        .dep_appointments_timetable_div .timetable .appointments_time .over a:hover, .dep_appointments_timetable_div .timetable .appointments_time .over a:focus, .dep_appointments_timetable_div .timetable .appointments_time .rest a:hover, .dep_appointments_timetable_div .timetable .appointments_time .rest a:focus, .dep_appointments_timetable_div .timetable .appointments_time .reservation a:hover, .dep_appointments_timetable_div .timetable .appointments_time .reservation a:focus, .dep_appointments_timetable_div .timetable .appointments_time .full a:hover, .dep_appointments_timetable_div .timetable .appointments_time .full a:focus {
          position: relative;
          top: -2px;
          background: #ddd;
          color: #333;
          box-shadow: 0px 0px 0px #aaa; }
          .dep_appointments_timetable_div .timetable .appointments_time .over a:hover div.dep, .dep_appointments_timetable_div .timetable .appointments_time .over a:focus div.dep, .dep_appointments_timetable_div .timetable .appointments_time .rest a:hover div.dep, .dep_appointments_timetable_div .timetable .appointments_time .rest a:focus div.dep, .dep_appointments_timetable_div .timetable .appointments_time .reservation a:hover div.dep, .dep_appointments_timetable_div .timetable .appointments_time .reservation a:focus div.dep, .dep_appointments_timetable_div .timetable .appointments_time .full a:hover div.dep, .dep_appointments_timetable_div .timetable .appointments_time .full a:focus div.dep {
            color: #555; }
        .dep_appointments_timetable_div .timetable .appointments_time .over a:active, .dep_appointments_timetable_div .timetable .appointments_time .rest a:active, .dep_appointments_timetable_div .timetable .appointments_time .reservation a:active, .dep_appointments_timetable_div .timetable .appointments_time .full a:active {
          box-shadow: 0px 0px 0px #aaa; }
      .dep_appointments_timetable_div .timetable .appointments_time .teach a {
        background: #ecc46d;
        color: #333;
        box-shadow: 0px 0 0px #b7810d; }
      .dep_appointments_timetable_div .timetable .appointments_time .video a, .dep_appointments_timetable_div .timetable .appointments_time .mix a {
        background: #f5ebd3;
        color: #333;
        box-shadow: 0px 0 0px #f8e8c0;
        cursor: pointer; }
      .dep_appointments_timetable_div .timetable .appointments_time .check a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #c9ddf7;
        cursor: pointer; }
      .dep_appointments_timetable_div .timetable .appointments_time .ownexpense a {
        background: #b3e4c2;
        color: #333;
        box-shadow: 0px 0 0px #6fb384;
        cursor: pointer; }
      .dep_appointments_timetable_div .timetable .appointments_time .vaccin a {
        background: #c3f2ba;
        color: #333;
        box-shadow: 0px 0 0px #c3f2ba;
        cursor: pointer; }

.appointment_check_form .appointment_check_div .title h3, .appointment_check_form .data_form_div .title h3, .data_form .appointment_check_div .title h3, .data_form .data_form_div .title h3 {
  color: #047c8c;
  margin: 0;
  padding: 20px; }

.appointment_check_form .appointment_check_div .base_btn, .appointment_check_form .appointment_check_div .first_btn, .appointment_check_form .appointment_check_div .loading_btn, .appointment_check_form .data_form_div .base_btn, .appointment_check_form .data_form_div .first_btn, .appointment_check_form .data_form_div .loading_btn, .data_form .appointment_check_div .base_btn, .data_form .appointment_check_div .first_btn, .data_form .appointment_check_div .loading_btn, .data_form .data_form_div .base_btn, .data_form .data_form_div .first_btn, .data_form .data_form_div .loading_btn {
  font-size: 21px;
  color: #fff;
  text-transform: none; }

.appointment_check_form .appointment_check_div .first_appointment_info, .appointment_check_form .appointment_check_div .base_appointment_info, .appointment_check_form .appointment_check_div .data_form_info, .appointment_check_form .data_form_div .first_appointment_info, .appointment_check_form .data_form_div .base_appointment_info, .appointment_check_form .data_form_div .data_form_info, .data_form .appointment_check_div .first_appointment_info, .data_form .appointment_check_div .base_appointment_info, .data_form .appointment_check_div .data_form_info, .data_form .data_form_div .first_appointment_info, .data_form .data_form_div .base_appointment_info, .data_form .data_form_div .data_form_info {
  background: #f5f5f5;
  box-shadow: 5px 5px #ddd;
  padding: 15px 15px; }

.appointment_check_form .appointment_check_div .highlight, .appointment_check_form .data_form_div .highlight, .data_form .appointment_check_div .highlight, .data_form .data_form_div .highlight {
  background: #ecd6df;
  color: #D64C82;
  border-radius: 15px;
  padding: 0px 0;
  margin: 0 5px; }

.appointment_check_form .appointment_check_div .form-row, .appointment_check_form .data_form_div .form-row, .data_form .appointment_check_div .form-row, .data_form .data_form_div .form-row {
  margin: 0; }

.appointment_check_form .appointment_check_div .form-group, .appointment_check_form .data_form_div .form-group, .data_form .appointment_check_div .form-group, .data_form .data_form_div .form-group {
  margin: 0;
  align-items: center;
  background: #fff;
  padding: 15px; }

.appointment_check_form .appointment_check_div label, .appointment_check_form .data_form_div label, .data_form .appointment_check_div label, .data_form .data_form_div label {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  text-transform: none; }

.appointment_check_form .appointment_check_div label:not(.col-12), .appointment_check_form .data_form_div label:not(.col-12), .data_form .appointment_check_div label:not(.col-12), .data_form .data_form_div label:not(.col-12) {
  padding: 0;
  text-align: left; }

.appointment_check_form .appointment_check_div label.col-12, .appointment_check_form .data_form_div label.col-12, .data_form .appointment_check_div label.col-12, .data_form .data_form_div label.col-12 {
  color: #32526E; }

.finish_check, .base_check {
  border: 2px dashed #777;
  border-radius: 5px;
  padding: 15px !important;
  margin: 0;
  background: #fff; }
  .finish_check .main_title, .base_check .main_title {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    font-size: 28px;
    text-align: center;
    border-bottom: 3px solid #ddd; }
  .finish_check .main_div .title, .base_check .main_div .title {
    color: #047c8c;
    font-size: 18px;
    font-weight: bold; }
  .finish_check .main_div .text, .base_check .main_div .text {
    background: #c9f0f3;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .finish_check .detail_div .text, .base_check .detail_div .text {
    padding: 15px;
    font-weight: bold;
    background: #ffcbe0;
    margin: 20px auto; }
  .finish_check .remind_div .text, .base_check .remind_div .text {
    background: #FFF4E5;
    padding: 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 18px; }

.login_div_tabs ul.tab-nav {
  display: flex; }
  .login_div_tabs ul.tab-nav li.ui-tabs-tab {
    flex: 1;
    height: 40px;
    margin: 0; }
    .login_div_tabs ul.tab-nav li.ui-tabs-tab a.ui-tabs-anchor {
      font-size: 18px; }
  .login_div_tabs ul.tab-nav li.ui-state-active a.ui-tabs-anchor {
    background-color: #D64C82; }

.login_div_tabs .tab-container {
  padding: 0; }
  .login_div_tabs .tab-container label {
    font-size: 16px; }
  .login_div_tabs .tab-container a.button {
    font-size: 18px !important; }

a.login_btn {
  font-size: 16px !important;
  margin: 1px 0;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 5px; }

.user_history_div, .user_more_div {
  border: 0px #ddd solid;
  margin: 0 0 20px;
  box-shadow: 0 0 10px #aaa; }
  .user_history_div .title, .user_more_div .title {
    color: #047c8c;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 1px #ddd solid; }
  .user_history_div .item, .user_more_div .item {
    margin: 5px 0;
    padding: 15px; }
    .user_history_div .item a, .user_more_div .item a {
      padding: 8px 15px;
      font-size: 18px;
      color: #333;
      font-weight: bold;
      border-radius: 5px;
      transition: all .1s ease-in;
      display: block;
      position: relative;
      top: 0;
      background: #c9f0f3;
      color: #333; }
      .user_history_div .item a:active, .user_more_div .item a:active {
        position: relative;
        top: -2px;
        background: #D64C82;
        color: #fff;
        box-shadow: 0px 0 0px #840f3a; }
      .user_history_div .item a:hover, .user_history_div .item a:focus, .user_more_div .item a:hover, .user_more_div .item a:focus {
        position: relative;
        top: -2px;
        background: #D64C82;
        color: #fff;
        box-shadow: 0px 5px 0px #840f3a; }

.page_content {
  padding: 15px; }
  .page_content .page_content_div {
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%; }
    .page_content .page_content_div .page_content_title {
      margin: 0 0 30px 0;
      padding: 15px 0;
      border-bottom: 1px #ddd solid; }
      .page_content .page_content_div .page_content_title h2, .page_content .page_content_div .page_content_title h3 {
        color: #047c8c;
        margin: 0; }
      .page_content .page_content_div .page_content_title span {
        color: #777;
        font-size: 21px; }
    .page_content .page_content_div .page_content_text {
      margin: 0 0 30px 0; }

.breadcrumb {
  position: relative !important;
  justify-content: center;
  font-size: 16px;
  padding: 10px 0 !important;
  margin: 0 0 0 0 !important;
  left: 0 !important;
  right: 0 !important; }

.custom_link_div:last-child {
  margin-bottom: 30px; }

.custom_link_div .item_title {
  color: #047c8c;
  margin: 30px 0 15px;
  padding: 15px;
  border-bottom: 1px #ddd solid; }

.custom_link_div .custom_link_subdiv {
  background: #fff;
  padding: 0;
  margin: 0px;
  border-radius: 5px; }
  .custom_link_div .custom_link_subdiv .item_link {
    margin: 5px 0; }
    .custom_link_div .custom_link_subdiv .item_link a div {
      padding: 8px 15px;
      font-size: 18px;
      color: #333;
      font-weight: bold;
      border-radius: 5px;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in;
      display: block;
      position: relative;
      top: 0;
      background: #f5f5f5;
      color: #333;
      /* -webkit-box-shadow: 0px 5px 0px #aaa; */
      /* box-shadow: 0px 5px 0px #aaa;*/ }
    .custom_link_div .custom_link_subdiv .item_link a:active div {
      position: relative;
      top: -2px;
      background: #D64C82;
      color: #fff;
      box-shadow: 0px 0px 0px #840f3a; }
    .custom_link_div .custom_link_subdiv .item_link a:hover div, .custom_link_div .custom_link_subdiv .item_link a:focus div {
      position: relative;
      top: -2px;
      background: #D64C82;
      color: #fff;
      box-shadow: 0px 5px 0px #840f3a; }

#index_area {
  margin-bottom: 50px;
  overflow: unset;
  z-index: 1000; }
  #index_area .area-North, #index_area .area-Central, #index_area .area-South, #index_area .area-Collaborate {
    z-index: 100;
    position: absolute; }
    #index_area .area-North:hover, #index_area .area-North:focus, #index_area .area-Central:hover, #index_area .area-Central:focus, #index_area .area-South:hover, #index_area .area-South:focus, #index_area .area-Collaborate:hover, #index_area .area-Collaborate:focus {
      z-index: 1000; }
  #index_area .area_item {
    background: #ecc46d;
    margin: 0px 0px 20px;
    padding: 0;
    transition: all linear .3s; }
    #index_area .area_item .area_item_image img {
      width: 100%;
      transition: all linear .3s; }
    #index_area .area_item .area_item_content {
      padding: 0px; }
      #index_area .area_item .area_item_content .area_item_title {
        padding: 10px;
        min-height: 100px;
        display: flex;
        align-items: center; }
        #index_area .area_item .area_item_content .area_item_title h3 {
          margin: 0;
          font-size: 18px;
          text-align: center;
          width: 100%; }
          #index_area .area_item .area_item_content .area_item_title h3 a {
            color: #333; }
      #index_area .area_item .area_item_content .area_item_link {
        height: 0;
        transition: all linear .1s; }
        #index_area .area_item .area_item_content .area_item_link ul {
          opacity: 0;
          display: none;
          transition: all linear .3s;
          margin-bottom: 0; }
          #index_area .area_item .area_item_content .area_item_link ul li {
            list-style: none;
            margin-bottom: 5px; }
            #index_area .area_item .area_item_content .area_item_link ul li a {
              font-size: 18px;
              color: #333;
              display: block;
              padding: 0 10px; }
              #index_area .area_item .area_item_content .area_item_link ul li a:hover, #index_area .area_item .area_item_content .area_item_link ul li a:focus {
                background: #ecc46d;
                color: #fff;
                border-radius: 10px;
                font-weight: bold; }
    #index_area .area_item:focus, #index_area .area_item:hover {
      background: #FFF4E5;
      box-shadow: 0 0 15px #777; }
      #index_area .area_item:focus .area_item_image img, #index_area .area_item:hover .area_item_image img {
        transform: scale(0.9, 0.85); }
      #index_area .area_item:focus .area_item_content, #index_area .area_item:hover .area_item_content {
        padding: 0; }
        #index_area .area_item:focus .area_item_content .area_item_title, #index_area .area_item:hover .area_item_content .area_item_title {
          padding: 10px; }
          #index_area .area_item:focus .area_item_content .area_item_title h3 a, #index_area .area_item:hover .area_item_content .area_item_title h3 a {
            color: #ecc46d; }
        #index_area .area_item:focus .area_item_content .area_item_link, #index_area .area_item:hover .area_item_content .area_item_link {
          padding: 10px 20px;
          height: 100%; }
          #index_area .area_item:focus .area_item_content .area_item_link ul, #index_area .area_item:hover .area_item_content .area_item_link ul {
            opacity: 1;
            display: block; }

#index_filter {
  border: 0;
  text-align: center;
  float: none; }
  #index_filter li.activeFilter a {
    background: #047c8c; }
  #index_filter li {
    float: none;
    max-width: 300px;
    width: auto;
    display: inline-block;
    margin: 0 !important; }
    #index_filter li a {
      background: #fff;
      padding: 10px 20px;
      font-weight: bold;
      font-size: 21px;
      border-radius: 20px !important;
      margin: 10px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.3); }
      #index_filter li a:hover, #index_filter li a:focus {
        color: #047c8c; }

.index_notice {
  padding: 15px; }
  .index_notice .notice_div {
    margin: 0px 0;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: white; }
  .index_notice .notice_title {
    margin: 0 0 15px 0;
    padding: 10px 0;
    border-bottom: 1px #ddd solid; }
    .index_notice .notice_title h2 {
      color: #D64C82;
      margin: 0; }
    .index_notice .notice_title span {
      color: #777;
      font-size: 21px;
      display: none; }
  .index_notice .notice_content p {
    margin: 0 0 15px; }

.page_notice {
  padding: 15px; }
  .page_notice .notice_div {
    margin: 0;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: rgba(245, 245, 245, 0.95);
    box-shadow: 0 0 10px #aaa; }
  .page_notice .notice_title {
    margin: 0 0 15px 0;
    padding: 10px 0;
    border-bottom: 1px #ddd solid; }
    .page_notice .notice_title h2 {
      color: #D64C82;
      margin: 0; }
    .page_notice .notice_title span {
      color: #777;
      font-size: 21px; }
  .page_notice .notice_content h3 {
    color: #047c8c;
    margin: 0; }

#index_owlslider .owl-dots {
  bottom: 20px;
  width: 100%;
  position: absolute; }

.index_step {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0; }
  .index_step .item {
    margin: 5px auto;
    max-width: 250px; }
    .index_step .item .title {
      margin: 0 0 10px 0;
      font-size: 28px;
      font-weight: bold;
      background: -webkit-linear-gradient(#70c8cf, #0396c4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .index_step .item .content {
      padding: 10px;
      border-radius: 15px;
      background: #70c8cf;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #70c8cf 0%, #0396c4 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #70c8cf 0%, #0396c4 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #70c8cf 0%, #0396c4 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-2-1', endColorstr='$color-2',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .index_step .item .content .sub_title {
        font-size: 24px;
        color: #fff;
        margin: 0 0 0 0;
        font-weight: bold; }
      .index_step .item .content .sub_content {
        padding: 10px 0;
        min-width: 180px;
        border-radius: 15px;
        background: #fff;
        font-size: 21px; }
        .index_step .item .content .sub_content img {
          max-width: 70px;
          width: 100%; }
        .index_step .item .content .sub_content b {
          color: #D64C82; }

.title_style01 {
  padding: 0; }
  .title_style01 h1 {
    margin: 0;
    color: #D64C82; }
    .title_style01 h1::after {
      content: '';
      border-bottom: 5px solid #d64d82;
      display: block;
      width: 70px;
      margin: 20px auto; }
  .title_style01 h2 {
    margin: 0;
    color: #D64C82; }
    .title_style01 h2::after {
      content: '';
      border-bottom: 5px solid #d64d82;
      display: block;
      width: 60px;
      margin: 15px auto; }
  .title_style01 h3 {
    margin: 0;
    color: #D64C82; }
    .title_style01 h3::after {
      content: '';
      border-bottom: 5px solid #d64d82;
      display: block;
      width: 50px;
      margin: 10px auto; }

.search_bar {
  width: 100%;
  float: none;
  margin: 0 auto 0 auto;
  height: auto;
  padding: 20px;
  text-align: center;
  background: #efefef;
  border-radius: 5px; }
  .search_bar .search_form {
    position: relative; }
  .search_bar .search_div input {
    width: 100%;
    height: 50px; }
  .search_bar a, .search_bar .button {
    font-size: 16px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #fff !important;
    background-color: #0396c4;
    margin: 5px 5px 0px 0px; }

.pagination_div {
  margin: 30px 0 0;
  text-align: center;
  width: 100%; }
  .pagination_div .pagination {
    display: block;
    margin: 0 !important; }
    .pagination_div .pagination li {
      display: inline-block;
      margin: 5px 0; }
      .pagination_div .pagination li .page-link {
        white-space: nowrap; }
    .pagination_div .pagination .page-item.active .page-link, .pagination_div .pagination .page-link:hover, .pagination_div .pagination .page-link:focus {
      color: #FFF !important;
      background-color: #0396c4 !important;
      border-color: #0396c4 !important; }

.doctor_list {
  padding: 0 15px; }
  .doctor_list .doctor_list_sub {
    box-sizing: border-box;
    padding: 15px 15px;
    margin: 0;
    border-bottom: 0px #ddd solid; }
    .doctor_list .doctor_list_sub:hover, .doctor_list .doctor_list_sub:focus {
      background: #f5f5f5;
      box-shadow: 0 0 10px #aaa;
      -moz-transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .doctor_list .doctor_list_sub .doctor_name {
      font-size: 18px;
      margin-right: 10px;
      color: #333;
      font-weight: bold; }
      .doctor_list .doctor_list_sub .doctor_name:hover, .doctor_list .doctor_list_sub .doctor_name:focus {
        color: #D64C82; }
    .doctor_list .doctor_list_sub .doctor_tagdiv {
      padding: 0 5px;
      font-size: 18px;
      clear: both;
      background: #999;
      color: #fff;
      border-radius: 5px;
      white-space: nowrap;
      display: inline-block; }
      .doctor_list .doctor_list_sub .doctor_tagdiv:hover, .doctor_list .doctor_list_sub .doctor_tagdiv:focus {
        background: #D64C82; }
    .doctor_list .doctor_list_sub .button {
      background: #999;
      float: right;
      font-size: 18px; }
      .doctor_list .doctor_list_sub .button:hover, .doctor_list .doctor_list_sub .button:focus {
        background: #D64C82; }

.status_div {
  margin: 20px 0;
  border-radius: 5px;
  padding: 15px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  background: #70c8cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #70c8cf 0%, #0396c4 25%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #70c8cf 0%, #0396c4 25%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #70c8cf 0%, #0396c4 25%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-2-1', endColorstr='$color-2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  clear: both;
  display: flex;
  align-items: center;
  min-height: 70px; }
  .status_div .status_text {
    flex: 1;
    color: #fff;
    font-size: 21px;
    font-weight: bold; }

.doctor_lastname_list {
  padding: 0; }
  .doctor_lastname_list .row {
    width: 100%;
    padding: 0;
    margin: 0; }
  .doctor_lastname_list .doctor_lastname_item {
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0; }
    .doctor_lastname_list .doctor_lastname_item a {
      font-size: 21px;
      color: #333;
      display: flex;
      padding: 15px 5px;
      width: 100%;
      background: none;
      border-radius: 20px;
      border: 1px solid #aaa;
      width: 80%;
      height: 80%;
      line-height: 21px;
      align-items: center;
      justify-content: center; }
      .doctor_lastname_list .doctor_lastname_item a span {
        display: inline-block;
        margin: 0; }
      .doctor_lastname_list .doctor_lastname_item a:focus, .doctor_lastname_list .doctor_lastname_item a:hover {
        color: #fff;
        background: #047c8c;
        font-weight: bold;
        box-shadow: 0 0 10px #aaa;
        -moz-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }

/*table RWD start*/
.rwd-table td:before {
  display: none; }

.rwd-table th, .rwd-table td {
  display: table-cell; }

/*table RWD end*/
.SearchByDepartment_tabs .tab-nav, .SearchBySymptom_tabs .tab-nav {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0px solid #DDD !important; }
  .SearchByDepartment_tabs .tab-nav .ui-tabs-tab, .SearchBySymptom_tabs .tab-nav .ui-tabs-tab {
    height: auto;
    padding: 0;
    margin: 0 !important;
    border: 6px solid #fff; }
    .SearchByDepartment_tabs .tab-nav .ui-tabs-tab div, .SearchBySymptom_tabs .tab-nav .ui-tabs-tab div {
      padding: 5px;
      font-size: 18px; }
    .SearchByDepartment_tabs .tab-nav .ui-tabs-tab a, .SearchBySymptom_tabs .tab-nav .ui-tabs-tab a {
      height: 100%;
      line-height: 1.5;
      padding: 5px 0; }
  .SearchByDepartment_tabs .tab-nav li.ui-tabs-active a, .SearchBySymptom_tabs .tab-nav li.ui-tabs-active a {
    border-top: 3px solid #047c8c !important;
    box-shadow: 0px 0px 15px #aaa; }

.SearchByDepartment_tabs .tab-content table th, .SearchBySymptom_tabs .tab-content table th {
  background: #047c8c;
  color: #fff;
  font-size: 21px; }

.SearchByDepartment_tabs .tab-content table .col1, .SearchBySymptom_tabs .tab-content table .col1 {
  width: 150px;
  text-align: left; }

.SearchByDepartment_tabs .tab-content table .col2, .SearchBySymptom_tabs .tab-content table .col2 {
  text-align: left; }

.SearchBySymptom_tabs .tab-content table th {
  background: #047c8c;
  color: #fff;
  font-size: 21px; }

.SearchBySymptom_tabs .tab-content table .col1 {
  width: 50%;
  text-align: left; }

.SearchBySymptom_tabs .tab-content table .col2 {
  text-align: left; }

/*導覽機虛擬鍵盤*/
.keyboard_div {
  background: #f3d9a2;
  padding: 20px;
  border-radius: 5px;
  width: 100%; }
  .keyboard_div #keyboard_btn {
    cursor: pointer; }

#keyboard_area {
  background: #f3d9a2;
  padding: 0;
  width: 90%;
  margin: 0 auto; }
  #keyboard_area .keyboard_number, #keyboard_area .keyboard_alphabet, #keyboard_area .tool_alphabet {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #keyboard_area .keyboard_number .keyboard_btn, #keyboard_area .keyboard_alphabet .keyboard_btn, #keyboard_area .tool_alphabet .keyboard_btn {
      padding: 10px 20px;
      box-shadow: 0 5px 0px #777;
      margin: 5px;
      border-radius: 10px;
      background: #fff;
      color: #333;
      cursor: pointer;
      min-width: 55px;
      text-align: center;
      font-weight: bold; }
      #keyboard_area .keyboard_number .keyboard_btn:hover, #keyboard_area .keyboard_alphabet .keyboard_btn:hover, #keyboard_area .tool_alphabet .keyboard_btn:hover {
        background: #efefef;
        color: #333;
        box-shadow: 0 0 0px #777; }
      #keyboard_area .keyboard_number .keyboard_btn:active, #keyboard_area .keyboard_alphabet .keyboard_btn:active, #keyboard_area .tool_alphabet .keyboard_btn:active {
        background: #047c8c;
        color: #fff;
        box-shadow: 0 0 0 #777; }
    #keyboard_area .keyboard_number .word_break, #keyboard_area .keyboard_alphabet .word_break, #keyboard_area .tool_alphabet .word_break {
      width: 100%;
      min-width: 100%; }

/*===================== desktop-large =====================*/
/*===================== desktop-medium =====================*/
/*===================== tablet =====================*/
@media (max-width: 991px) {
  #logo {
    display: flex;
    margin: 30px 0 !important; }
    #logo .retina-logo img {
      height: 50px; }
  .page_banner {
    display: none; }
  .page_menu li.link > div {
    text-align: left;
    border-right: 0px #0396c4 solid;
    padding: 0px 5px;
    margin: 0px 0; }
    .page_menu li.link > div a i {
      display: unset; }
  .dep_appointments_timetable_div {
    width: 100%; }
    .dep_appointments_timetable_div thead tr:hover {
      background-color: #ddd; }
    .dep_appointments_timetable_div tbody tr {
      border: 2px solid #ddd !important; }
      .dep_appointments_timetable_div tbody tr td {
        border: 0px solid #ddd !important;
        border-bottom: 1px solid #ddd !important; }
      .dep_appointments_timetable_div tbody tr:nth-child(even) {
        background-color: #fff; }
      .dep_appointments_timetable_div tbody tr:hover {
        background-color: #fff; }
    .dep_appointments_timetable_div .remarks_content {
      margin: 0 0 20px;
      text-align: center; }
    .dep_appointments_timetable_div .timetable {
      width: 100%;
      margin: 0 0 20px; }
      .dep_appointments_timetable_div .timetable .appointments_date {
        width: 100%;
        background: #D64C82; }
        .dep_appointments_timetable_div .timetable .appointments_date .text {
          color: #fff;
          border-radius: 10px;
          padding: 0;
          margin: 0;
          height: 100%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
      .dep_appointments_timetable_div .timetable .appointments_time {
        width: 100%;
        margin: 0;
        text-align: center;
        position: relative; }
        .dep_appointments_timetable_div .timetable .appointments_time > i {
          display: block;
          color: #840f3a;
          font-size: 30px;
          position: absolute;
          top: 5px;
          right: 20px; }
        .dep_appointments_timetable_div .timetable .appointments_time h3 {
          opacity: 0;
          height: 0px;
          overflow: hidden;
          margin: 0; }
        .dep_appointments_timetable_div .timetable .appointments_time .item {
          margin: 0px;
          padding: 0 3px;
          vertical-align: top;
          transition: all .2s ease-in;
          opacity: 0;
          height: 0px;
          overflow: hidden; }
        .dep_appointments_timetable_div .timetable .appointments_time.active .item {
          margin: 10px 0px;
          opacity: 1;
          display: block;
          height: 100%;
          overflow: unset; }
        .dep_appointments_timetable_div .timetable .appointments_time.active h3 {
          margin: 10px 0px;
          opacity: 1;
          display: block;
          height: 100%;
          overflow: unset;
          color: #047c8c; }
      .dep_appointments_timetable_div .timetable .RWD_Table_Nodata {
        display: none; }
  /*table RWD start*/
  .rwd-table {
    background: #fff;
    overflow: hidden; }
  .rwd-table tr:nth-of-type(2n) {
    background: #eee; }
  .rwd-table {
    min-width: 100%; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
  .rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center; }
  .rwd-table th:first-child:before, .rwd-table td:first-child:before {
    color: #fff;
    display: none; }
  .rwd-table th, .rwd-table td:before {
    color: #840f3a;
    font-weight: bold;
    font-size: 21px; }
  /*table RWD end*/ }

/*===================== phone-large  =====================*/
@media (max-width: 767px) {
  .container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #logo {
    display: block;
    margin: 10px 0 !important; }
  .lang_sel, .hospital_sel {
    margin: 0 0 10px 0;
    min-width: 100%; }
  a.login_btn {
    margin: 0 auto; }
  .page_menu li.title {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_menu li.title div a img {
      display: none; }
  .page_menu li.link {
    display: none; }
  .page_menu li.show {
    display: block; }
  .page_menu_btn {
    color: #FFF !important;
    border-radius: 5px;
    padding: 0px 5px;
    margin-left: 0px;
    font-size: 21px;
    cursor: pointer; }
  .sel_div {
    height: 0px;
    overflow: auto;
    text-align: center;
    margin: 5px auto !important; }
  .sel_div.show {
    height: 100vh;
    background: #ddd;
    position: fixed;
    top: -5px;
    left: 0;
    z-index: 10000;
    padding: 10%;
    max-width: 100%;
    width: 100vw;
    align-content: flex-start;
    cursor: pointer; }
  .sel_div .sel_close_btn {
    margin: 0 auto 10px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer; }
    .sel_div .sel_close_btn i {
      margin: 0; }
    .sel_div .sel_close_btn:hover, .sel_div .sel_close_btn:active {
      background: #efefef;
      color: #047c8c; }
  .sel_div_btn {
    border: 3px solid #047c8c;
    border-radius: 5px;
    padding: 0px 5px;
    margin-left: 10px;
    cursor: pointer; } }

/*===================== phone =====================*/
