@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  font-family: "Century Gothic", "微軟正黑體", "新細明體";
  border: none;
  word-break: break-all;
}
*:focus {
  outline: 2px solid #f00;
}
.logo-box {
  width: 100%;
  max-width: 975px;
  margin: auto;
  position: relative;
}
.logo-box a {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 990px) {
  .logo-box a {
    top: 15px;
    left: auto;
    right: 50px;
  }
  .logo-box a img {
    width: 100%;
    max-width: 120px;
  }

  .cell-content .checkDetail {
    width: 80px;
    height: 30px;
    display: inline-block;
    background: #ffae00;
    color: #000;
    text-align: center;
  }
}
.accesskey-banner {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #000;
  padding: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.accesskey-content {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.accesskey-paging {
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 3;
}
html,
body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
ul {
  list-style-type: none;
}
li {
  display: inline;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #c6c6c6;
  color: #595959;
  padding: 3px 5px;
  border-radius: 6px;
  font-family: "微軟正黑體", "新細明體";
}
select {
  border: 1px solid #c6c6c6;
  color: #595959;
  outline: none;
  padding: 3px 5px;
  border-radius: 6px;
  font-family: "Century Gothic", "微軟正黑體", "新細明體";
}
a {
  cursor: pointer;
}
a:link {
  text-decoration: none;
  cursor: pointer;
  color: #707070;
}
a:visited {
  color: #707070;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999999;
}
a:active {
  color: #707070;
  text-decoration: none;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.color-red {
  color: #f33;
}
.color-green {
  color: #396;
}
.mobile-version {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.web-version {
  display: none;
}
#box {
  width: 100%;
  min-height: 100%;
  position: relative;
}

/*--------------------------------------------------------------------------- button*/
.mobile-version a.btn-small {
  width: 80px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.mobile-version a.btn-large {
  width: 110px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.mobile-version a.btn-style-1 {
  background: #ffae00;
}
.mobile-version a.btn-style-2 {
  background: #ff9000;
}
.web-version a.btn {
  width: 236px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #2b2b2b;
  text-align: center;
  background: url(../img/web/btn.jpg) no-repeat;
}
.web-version a.btn-disabled {
  background: url(../img/web/btn_disabled.png) no-repeat;
}

/*--------------------------------------------------------------------------- Header*/
#header {
  width: 100%;
  height: 52px;
  position: relative;
}
#header a.menu-btn {
  width: 45px;
  height: 52px;
  background: url(../img/mobile/menu_small.png) center;
  display: inline-block;
  background-color: #3d549d;
}
#header span.word {
  color: #ffffff;
  right: 15px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  padding: 5px 15px;
  text-align: center;
  background-color: #178569;
  border-top: 3px solid #ddd;
}

/*--------------------------------------------------------------------------- Main Content*/
#main-content {
  padding: 35px 15px 70px;
  margin-top: 50px;
}
#main-content .line {
  height: 25px;
  background: url(../img/web/line.jpg) repeat-x;
}
h2.title {
  text-align: center;
  background: #3d549d;
  color: #ffffff;
  padding: 15px;
}
.back {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

/*--------------------------------------------------------------------------- div table*/
.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table .caption {
  display: table-caption;
  padding: 8px 10px;
}
.table .caption h1 {
  color: #818181;
  margin-bottom: 5px;
}
.table .row {
  display: table-row;
}
.table .cell-left {
  text-align: left;
}
.table .cell-right {
  text-align: right;
}
.table .cell-center {
  text-align: center;
}
.table .cell-title {
  display: table-cell;
  padding: 5px 10px;
  background: #707070;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.table .cell-content {
  display: table-cell;
  color: rgb(84, 84, 84);
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
  background: rgb(232, 232, 232);
}
.table .cell-content a {
  width: 80px;
  text-align: center;
}

/* 按鈕背景色變更_電腦版 */
.web-version .cancel {
  background: #ffae00;
  height: 30px;
  display: inline-block;
  background: #ffae00;
  color: #000;
  /* 調整文字位置 */
  margin-bottom: 3px;
  padding-top: 5px;
}

.web-version .cousersChange {
  background: #ffae00;
  background: #ffae00;
  height: 30px;
  display: inline-block;
  background: #ffae00;
  color: #000;
  padding-top: 4px;
}
.cell-content .checkDetail {
  width: 80px;
  height: 30px;
  display: inline-block;
  background: #ffae00;
  color: #000;
  /* text-align: center; */
  padding-top: 5px;
}
/*--------------------------------------------------------------------------- Footer*/
#footer {
  width: 100%;
  background: #494949;
  position: relative;
}
#footer .mobile-version p {
  color: #ffffff;
  line-height: 18px;
  padding-left: 10px;
}
#footer .home {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(../img/mobile/home.png) no-repeat;
  position: absolute;
  top: 3px;
  right: 8px;
}

/*--------------------------------------------------------------------------- menu*/
#menu {
  display: none;
  width: 215px;
  height: auto;
  position: absolute;
  top: 0px;
  left: -215px;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(left, #f2f2f2 0%, #d6d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #f2f2f2),
    color-stop(100%, #d6d6d6)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #f2f2f2 0%,
    #d6d6d6 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #f2f2f2 0%,
    #d6d6d6 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f2f2f2 0%, #d6d6d6 100%); /* IE10+ */
  background: linear-gradient(to right, #f2f2f2 0%, #d6d6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 */
}
#menu ul li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #272727;
  padding-left: 15px;
  border-bottom: 1px solid #b3b3b3;
  display: list-item;
}
#menu ul li.sub-menu {
  width: 185px;
  padding-left: 30px;
}
#menu ul li a {
  width: 190px;
  height: 40px;
  line-height: 40px;
  color: #272727;
  display: block;
}

/*--------------------------------------------------------------------------- RWD*/

/*--------------------------------------------------------------------------- Header*/

/*--------------------------------------------------------------------------- Table*/

/*--------------------------------------------------------------------------- Footer*/

@media screen and (min-width: 700px) {
  /*--------------------------------------------------------------------------- Main Content*/
  #main-content {
    padding-bottom: 66px;
  }
  #main-content .path {
    color: #818181;
  }

  .cell-content .checkDetail {
    width: 80px;
    height: 30px;
    display: inline-block;
    background: #ffae00;
    color: #000;
    text-align: center;
  }

  /*--------------------------------------------------------------------------- Footer*/
  #footer {
    background: #494949;
  }
  #footer .mobile-version p {
    line-height: 22px;
  }
}

@media screen and (min-width: 990px) {
  .mobile-version {
    display: none;
  }
  .web-version {
    display: block;
    position: relative;
  }

  /*--------------------------------------------------------------------------- Header*/
  #header {
    height: auto;
    background: #fff;
    margin-bottom: 10px;
    background-image: url(../img/web/header-bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
  }
  #top {
    width: 990px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top h1 {
    width: 100%;
    max-width: 230px;
    padding: 20px 0px 0px;
    position: relative;
    top: 7px;
    z-index: 4;
  }
  #top h1 a {
    display: block;
  }

  #top h1 a img {
    width: 100%;
  }
  #top ul {
    width: 100%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #top ul .accesskey-top {
    margin-right: 10px;
  }
  #top ul .accesskey-top a::after {
    display: none;
  }
  #top ul li {
    width: auto;
    color: #585858;
    height: 57px;
    line-height: 57px;
    display: flex;
    align-items: center;
  }
  #top ul li.word {
    color: #5e5e5e;
    font-weight: bold;
    margin-right: 15px;
  }
  #top ul li select {
    width: 90px;
    padding: 3px 5px;
    margin-left: 5px;
    border-radius: 6px;
  }
  #top ul li span {
    margin: 0 10px;
  }
  #top ul li a {
    color: #585858;
    position: relative;
  }
  #top ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: url(../img/web/arrow-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.2s;
  }
  #top ul li a:hover:after {
    height: 10px;
  }

  #bottom {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34bde7+0,873b92+100 */
    background: rgb(52, 189, 231); /* Old browsers */
    background: -moz-linear-gradient(
      -45deg,
      rgba(52, 189, 231, 1) 0%,
      rgba(135, 59, 146, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      -45deg,
      rgba(52, 189, 231, 1) 0%,
      rgba(135, 59, 146, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      135deg,
      rgba(52, 189, 231, 1) 0%,
      rgba(135, 59, 146, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bde7', endColorstr='#873b92',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /* border-top: 4px solid #e9e9e9; */
    position: relative;
    box-shadow: inset 0px 45px 18px rgba(74, 31, 159, 0.08),
      inset 0px -45px 18px rgba(74, 31, 159, 0.08);
  }
  #bottom::before {
    content: "";
    width: 50%;
    height: 55px;
    background-image: url(../img/web/banner-border-A1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    background-size: contain;
    z-index: 2;
    left: -4px;
    top: -1px;
  }
  #bottom::after {
    content: "";
    width: 50%;
    height: 55px;
    background-image: url(../img/web/banner-border-A2.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    background-size: contain;
    z-index: 2;
    right: -4px;
    bottom: -1px;
  }
  #bottom .banner-login {
    width: 990px;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/web/banner-1.png), url(../img/web/banner-1.gif);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: contain, contain;
  }
  #bottom .login {
    width: 266px;
    height: 165px;
    background: url(../img/web/login_bg.png) no-repeat;
    position: absolute;
    right: 55px;
    bottom: -10px;
  }
  #bottom .login-data {
    width: 236px;
    height: 145px;
    text-align: right;
    position: absolute;
    top: 7px;
    left: 14px;
  }
  #bottom .login-data a.forgot {
    color: #0a4136;
    font-weight: bold;
  }
  #bottom .login-data input {
    width: 195px;
    margin: 1px 30px 13px 0;
    border: none;
  }
  #bottom .login-data .btn {
    width: 236px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    font-weight: bold;
    background: url(../img/web/login.png) no-repeat;
  }
  #bottom .login-data .btn:hover {
    text-decoration: none;
    color: #000;
  }
  #bottom .login-data .btn:active {
    position: relative;
    top: 1px;
  }

  #bottom a.login-btn-2 {
    width: 101px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    display: inline-block;
    position: absolute;
    /* letter-spacing: 5px; */
    font-size: 1.4rem;
    font-weight: bold;
    color: #322f3a;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 1s;
    text-decoration: none;
    right: 135px;
    bottom: 79px;
    transform: rotate3d(0, 3, 0, 10deg) skewX(-9deg) skewY(-8deg);
    box-shadow: 9px 8px 0px #3eaddd;
    border-radius: 14px;
    z-index: 4;
  }
  #bottom a.login-btn-2:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fef8dc+0,ffd45a+100 */
    background: rgb(254, 248, 220); /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8dc', endColorstr='#ffd45a',GradientType=0 ); /* IE6-9 */
    box-shadow: 5px 5px 0px #294754;
    transform: rotate3d(0, 0, 0, 0deg) skewX(-9deg) skewY(-2deg);
  }
  #bottom a.login-btn-2:hover p::after {
    border-color: #ffd45a transparent transparent transparent;
  }
  #bottom a.login-btn-2:hover p::before {
    right: 25px;
    border-color: #294754 transparent transparent transparent;
  }
  #bottom a.login-btn-2:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d12929+0,891b1b+100 */
    background: rgb(209, 41, 41); /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12929', endColorstr='#891b1b',GradientType=0 ); /* IE6-9 */
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
    transform: rotate3d(0, 0, 0, 0deg) skewX(-9deg) skewY(-2deg);
    outline: none;
    color: #fff;
  }
  #bottom a.login-btn-2:focus p::after {
    border-color: #891b1b transparent transparent transparent;
  }
  #bottom a.login-btn-2:focus p::before {
    right: 25px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }
  #login-menu a.logout:focus p::after {
    border-color: #891b1b transparent transparent transparent;
  }
  #login-menu a.logout:focus p::before {
    right: 25px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }
  #login-menu a.logout:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d12929+0,891b1b+100 */
    background: rgb(209, 41, 41); /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(209, 41, 41, 1) 0%,
      rgba(137, 27, 27, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12929', endColorstr='#891b1b',GradientType=0 ); /* IE6-9 */
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
    transform: rotate3d(0, 0, 0, 0deg) skewX(-9deg) skewY(-2deg);
    outline: none;
    color: #fff;
  }
  #login-menu a.logout:focus p::after {
    border-color: #891b1b transparent transparent transparent;
  }
  #login-menu a.logout:focus p::before {
    right: 25px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }
  #bottom a.login-btn-2 p {
    position: relative;
  }
  #bottom a.login-btn-2 p::after {
    content: "";
    position: absolute;
    bottom: -17px;
    display: block;
    right: 30px;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #e6e6e6 transparent transparent transparent;
  }
  #bottom a.login-btn-2 p::before {
    transition: 1s;
    content: "";
    position: absolute;
    bottom: -21px;
    display: block;
    right: 23px;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #3eaddd transparent transparent transparent;
  }
  #bottom a.login-btn-2:active {
    bottom: 0px;
  }
  #login-menu {
    width: 100%;
    position: relative;
    top: -65px;
    z-index: 4;
  }
  #login-menu .menu-logout {
    width: 990px;
    margin: 0 auto;
    position: relative;
  }
  #login-menu a {
    font-weight: bold;
    display: inline-block;
    text-align: right;
    float: left;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  /* --------------------------------------- */
  #login-menu .menu-logout .menu-1:focus {
    background-color: #a42020;
    box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.5);
    outline: none;
    color: #fff;
    background-image: url(../img/web/chair-2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu .menu-logout .menu-2:focus {
    background-color: #a42020;
    box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.5);
    outline: none;
    color: #fff;
    background-image: url(../img/web/record-2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu .menu-logout .menu-3:focus {
    background-color: #a42020;
    box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.5);
    outline: none;
    color: #fff;
    background-image: url(../img/web/pen-2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu a:hover {
    text-decoration: none;
  }
  #login-menu a.menu-1 {
    padding: 15px;
    border-radius: 13px;
    padding-left: 50px;
    margin-right: 15px;
    background-image: url(../img/web/chair.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu a.menu-1:hover {
    color: #272727;
    background-color: #ffeeb8;
    background-image: url(../img/web/chair-1.png);
  }
  #login-menu a.menu-2 {
    padding: 15px;
    border-radius: 13px;
    padding-left: 50px;
    margin-right: 15px;
    background-image: url(../img/web/record.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu a.menu-2:hover {
    color: #272727;
    background-color: #ffeeb8;
    background-image: url(../img/web/record-1.png);
  }
  #login-menu a.menu-3 {
    padding: 15px;
    border-radius: 13px;
    padding-left: 50px;
    background-image: url(../img/web/pen.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
  }
  #login-menu a.menu-3:hover {
    color: #272727;
    background-color: #ffeeb8;
    background-image: url(../img/web/pen-1.png);
  }
  #login-menu .user {
    float: right;
    width: 240px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5e5e5e;
    position: relative;
    left: 0;
    top: 35px;
  }
  #login-menu a.logout {
    width: 101px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    display: inline-block;
    position: absolute;
    /* letter-spacing: 5px; */
    font-size: 1.4rem;
    font-weight: bold;
    color: #322f3a;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    );
    background: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    );
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(226, 226, 226, 1) 100%
    );
    transition: 1s;
    text-decoration: none;
    right: 135px;
    bottom: 65px;
    transform: rotate3d(0, 3, 0, 10deg) skewX(-9deg) skewY(-8deg);
    box-shadow: 9px 8px 0px #3eaddd;
    border-radius: 14px;
    z-index: 4;
    padding: 0;
  }
  #login-menu a.logout:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fef8dc+0,ffd45a+100 */
    background: rgb(254, 248, 220); /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(254, 248, 220, 1) 0%,
      rgba(255, 212, 90, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8dc', endColorstr='#ffd45a',GradientType=0 ); /* IE6-9 */
    box-shadow: 5px 5px 0px #294754;
    transform: rotate3d(0, 0, 0, 0deg) skewX(-9deg) skewY(-2deg);
  }
  #login-menu a.logout:hover p::after {
    border-color: #ffd45a transparent transparent transparent;
  }
  #login-menu a.logout:hover p::before {
    right: 25px;
    border-color: #294754 transparent transparent transparent;
  }
  #login-menu a.logout p {
    position: relative;
  }
  #login-menu a.logout p::after {
    content: "";
    position: absolute;
    bottom: -17px;
    display: block;
    right: 30px;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #e6e6e6 transparent transparent transparent;
  }
  #login-menu a.logout p::before {
    transition: 1s;
    content: "";
    position: absolute;
    bottom: -21px;
    display: block;
    right: 23px;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #3eaddd transparent transparent transparent;
  }
  /*--------------------------------------------------------------------------- Main Content*/
  #main-content {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 0;
    position: relative;
  }
  #main-content p.welcome {
    font-weight: bold;
    color: #666;
    line-height: 27px;
    text-align: center;
    padding: 10px 0 20px 0;
  }
  h2.title {
    height: 35px;
    line-height: 30px;
    text-align: left;
    background: none;
    color: #666;
  }
  #main-content .path {
    line-height: 27px;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  /*--------------------------------------------------------------------------- div table*/
  .table .cell-title {
    height: 30px;
    line-height: 30px;
    background: #585858;
    font-size: 0.5rem;
  }

  /*--------------------------------------------------------------------------- Footer*/
  #footer {
    padding: 15px;
    background: #f1f1f1;
  }
  #footer .web-version {
    width: 990px;
    margin: 0 auto;
    text-align: center;
  }
  #footer p {
    line-height: 26px;
    color: #333;
  }
}
@media screen and (max-width: 1000px) {
  #menu {
    display: block;
  }
  .accesskey-content {
    display: none;
  }
  .cell-content .checkDetail {
    width: 80px;
    height: 30px;
    display: inline-block;
    background: #ffae00;
    color: #000;
    text-align: center;
  }
}

html:lang(en) #user-info .data .user-data span.title{
  width: 150px;
}
html:lang(en) #res-query .condition-row .title{
  width: 55px;
}
html:lang(en) #res-tab a{
  width:90px;
}

html:lang(en) #res-query .condition-row .data{
  width: calc(100% - 80px) !important;
}
html:lang(en) #res-query .condition-row{
  align-items: center;
  flex-wrap: wrap;
}