@charset "utf-8";
#res-tab {
  margin-top: 10px;
}
#res-tab a {
  width: 80px;
  height: 49px;
  line-height: 50px;
  padding-left: 60px;
  display: inline-block;
  float: left;
  color: #585858;
  margin-right: 6px;
}
#res-tab a.tab-reservation {
  background: url(../img/web/reicon_01a.png) no-repeat;
}
#res-tab a.tab-use {
  background: url(../img/web/reicon_02a.png) no-repeat;
}
#res-tab a.tab-violation {
  background: url(../img/web/reicon_03a.png) no-repeat;
}
#res-tab span {
  line-height: 60px;
  float: left;
  margin-left: 30px;
}
#user-info {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
}
#user-info .data {
  display: table-row;
}
#user-info .data .user-data {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  background-color: #ebebeb;
  border-right: 15px solid #fff;
}
#user-info .data .user-data:last-child {
  border: none;
}
#user-info .data .user-data span.title {
  width: 100px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a29ac+0,4c98cf+100 */
  background: rgb(74, 41, 172); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(74, 41, 172, 1) 0%,
    rgba(76, 152, 207, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(74, 41, 172, 1) 0%,
    rgba(76, 152, 207, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(74, 41, 172, 1) 0%,
    rgba(76, 152, 207, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a29ac', endColorstr='#4c98cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-right: 6px solid #3a70af;
  margin-right: 10px;
}
#res-query {
  line-height: 50px;
  color: #333;
  vertical-align: middle;
  background: #ebebeb;
  padding-left: 12px;
}
#res-query .condition {
  display: block;
  width: 100%;
  margin: auto;
}
#res-query .condition-row {
  display: flex;
  width: 100%;
  align-items: center;
}
#res-query .condition-row .title {
  display: table-cell;
  width: 100px;
  padding-right: 10px;
}
#res-query .condition-row .data {
  display: table-cell;
  width: 255px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#res-query .condition-row .data select {
  width: 235px;
}
#res-query .condition-row .data input {
  width: 115px;
  margin-right: 5px;
}
#res-query .condition-row .data input:nth-child(3) {
  margin-left: 10px;
}
#res-query .condition-row .data img {
  cursor: pointer;
  margin-right: 10px;
}
#res-query .search-btn {
  width: 89px;
  height: 35px;
  line-height: 35px;
  float: right;
  margin-top: 10px;
  margin-right: 16px;
}
#res-query .search-btn a {
  width: 69px;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  text-align: center;
  display: block;
  background: url(../img/web/search_bg.png) no-repeat;
  background-position: left 10px center;
  background-size: 17px;
  background-color: #fff;
  color: #000;
  border-radius: 7px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
#res-query .search-btn a:hover {
  background-color: #ffeeb8 !important;
  background: url(../img/web/search_bg-1.png) no-repeat;
  background-position: left 10px center;
  background-size: 17px;
}
#res-query .search-btn a:active {
  position: relative;
  top: 1px;
}
.no-data {
  background: #e8e8e8;
  text-align: center;
  line-height: 30px;
}

@media screen and (min-width: 990px) {
  /*--------------------------------------------------------------------------- 預約記錄(recoard_reservation.html)*/
  #recoard-reservation {
    margin-bottom: 10px;
  }
  #recoard-reservation #res-tab a.tab-reservation {
    background: url(../img/web/reicon_01.png) no-repeat;
    color: #fff;
  }
  #recoard-reservation a.cancel {
    width: 45px;
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: url(../img/web/cancel.png) no-repeat;
  }

  /*--------------------------------------------------------------------------- 使用記錄(recoard_use.html)*/
  #recoard-use {
    margin-bottom: 10px;
  }
  #recoard-use #res-tab a.tab-use {
    background: url(../img/web/reicon_02.png) no-repeat;
    color: #fff;
  }

  /*--------------------------------------------------------------------------- 違規記錄(recoard_violation.html)*/
  #recoard-violation {
    margin-bottom: 10px;
  }
  #recoard-violation #res-tab a.tab-violation {
    background: url(../img/web/reicon_03.png) no-repeat;
    color: #fff;
  }
}
