@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");

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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  /*-moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; */}

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffff; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Type */
body, input, select, textarea {
  color: #000;
  font-family: "微軟正黑體", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.65; }
  @media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 11pt; } }
  @media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 10pt; } }
  @media screen and (max-width: 360px) {
    body, input, select, textarea {
      font-size: 9pt; } }

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 0px;
  color: #fff;
  text-decoration: none; }
  a:hover {
    border-bottom-color: #1e302d;
    color: #1e302d !important;}
    a:hover strong {
      color: inherit; }

strong, b {
  color: #3d4449;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "微軟正黑體", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 4em ;
  margin: 0 0 0.5em 0;
  line-height: 1.3; }
  .h1_title {
    font-size: 3em; text-decoration: underline; text-underline-offset: .2em; letter-spacing: .2em;
    margin: 0 0 0.5em 0; text-align: center; font-weight: bold;
    line-height: 1.3; }
h2 {
  font-size: 1.75em; }
  .h2_title {
    font-size: 2em; text-decoration: underline; text-underline-offset: .2em; letter-spacing: .2em;
    margin: 0 0 0.5em 0; text-align: center; font-weight: bold;
    line-height: 1.3; }

h3 {
  font-size: 1.25em; }
  .h3_title {
    font-size: 1.8em; text-decoration: underline; text-underline-offset: .2em; letter-spacing: .2em;
    margin: 0 0 0.5em 0; text-align: center; font-weight: bold;
    line-height: 0.3; }
h4 {
  font-size: 1.1em ; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 3.5em; } }

@media screen and (max-width: 980px) {
  h1 {
    font-size: 3.25em; } }

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    line-height: 1.4; }
  h2 {
    font-size: 1.5em; } }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(210, 215, 217, 0.75);
  margin: 2em 0; }
  hr.major {
    margin: .03em 0; clear: both;}

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .off-1 {
    margin-left: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .off-2 {
    margin-left: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .off-4 {
    margin-left: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .off-5 {
    margin-left: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .off-7 {
    margin-left: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .off-8 {
    margin-left: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .off-10 {
    margin-left: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .off-11 {
    margin-left: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em; }
  .row {
    margin-top: 0;
    margin-left: -1.5em; }
    .row > * {
      padding: 0 0 0 1.5em; }
    .row.gtr-uniform {
      margin-top: -1.5em; }
      .row.gtr-uniform > * {
        padding-top: 1.5em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-200 > * {
      padding: 0 0 0 3em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.33333%; }
      .row > .off-1-xlarge {
        margin-left: 8.33333%; }
      .row > .col-2-xlarge {
        width: 16.66667%; }
      .row > .off-2-xlarge {
        margin-left: 16.66667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.33333%; }
      .row > .off-4-xlarge {
        margin-left: 33.33333%; }
      .row > .col-5-xlarge {
        width: 41.66667%; }
      .row > .off-5-xlarge {
        margin-left: 41.66667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.33333%; }
      .row > .off-7-xlarge {
        margin-left: 58.33333%; }
      .row > .col-8-xlarge {
        width: 66.66667%; }
      .row > .off-8-xlarge {
        margin-left: 66.66667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.33333%; }
      .row > .off-10-xlarge {
        margin-left: 83.33333%; }
      .row > .col-11-xlarge {
        width: 91.66667%; }
      .row > .off-11-xlarge {
        margin-left: 91.66667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.33333%; }
      .row > .off-1-large {
        margin-left: 8.33333%; }
      .row > .col-2-large {
        width: 16.66667%; }
      .row > .off-2-large {
        margin-left: 16.66667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.33333%; }
      .row > .off-4-large {
        margin-left: 33.33333%; }
      .row > .col-5-large {
        width: 41.66667%; }
      .row > .off-5-large {
        margin-left: 41.66667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.33333%; }
      .row > .off-7-large {
        margin-left: 58.33333%; }
      .row > .col-8-large {
        width: 66.66667%; }
      .row > .off-8-large {
        margin-left: 66.66667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.33333%; }
      .row > .off-10-large {
        margin-left: 83.33333%; }
      .row > .col-11-large {
        width: 91.66667%; }
      .row > .off-11-large {
        margin-left: 91.66667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.33333%; }
      .row > .off-1-medium {
        margin-left: 8.33333%; }
      .row > .col-2-medium {
        width: 16.66667%; }
      .row > .off-2-medium {
        margin-left: 16.66667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.33333%; }
      .row > .off-4-medium {
        margin-left: 33.33333%; }
      .row > .col-5-medium {
        width: 41.66667%; }
      .row > .off-5-medium {
        margin-left: 41.66667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.33333%; }
      .row > .off-7-medium {
        margin-left: 58.33333%; }
      .row > .col-8-medium {
        width: 66.66667%; }
      .row > .off-8-medium {
        margin-left: 66.66667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.33333%; }
      .row > .off-10-medium {
        margin-left: 83.33333%; }
      .row > .col-11-medium {
        width: 91.66667%; }
      .row > .off-11-medium {
        margin-left: 91.66667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.33333%; }
      .row > .off-1-small {
        margin-left: 8.33333%; }
      .row > .col-2-small {
        width: 16.66667%; }
      .row > .off-2-small {
        margin-left: 16.66667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.33333%; }
      .row > .off-4-small {
        margin-left: 33.33333%; }
      .row > .col-5-small {
        width: 41.66667%; }
      .row > .off-5-small {
        margin-left: 41.66667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.33333%; }
      .row > .off-7-small {
        margin-left: 58.33333%; }
      .row > .col-8-small {
        width: 66.66667%; }
      .row > .off-8-small {
        margin-left: 66.66667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.33333%; }
      .row > .off-10-small {
        margin-left: 83.33333%; }
      .row > .col-11-small {
        width: 91.66667%; }
      .row > .off-11-small {
        margin-left: 91.66667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.33333%; }
      .row > .off-1-xsmall {
        margin-left: 8.33333%; }
      .row > .col-2-xsmall {
        width: 16.66667%; }
      .row > .off-2-xsmall {
        margin-left: 16.66667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.33333%; }
      .row > .off-4-xsmall {
        margin-left: 33.33333%; }
      .row > .col-5-xsmall {
        width: 41.66667%; }
      .row > .off-5-xsmall {
        margin-left: 41.66667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.33333%; }
      .row > .off-7-xsmall {
        margin-left: 58.33333%; }
      .row > .col-8-xsmall {
        width: 66.66667%; }
      .row > .off-8-xsmall {
        margin-left: 66.66667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.33333%; }
      .row > .off-10-xsmall {
        margin-left: 83.33333%; }
      .row > .col-11-xsmall {
        width: 91.66667%; }
      .row > .off-11-xsmall {
        margin-left: 91.66667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase; }

header.major > :last-child {
  border-bottom: solid 3px #576f87;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0; }

header.main > :last-child {
  margin: 0 0 1em 0; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #000;
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: 600;
  margin: .5em 1em 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(210, 215, 217, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 2.5em;
  text-decoration: none;
  resize: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  input[type="number"]:invalid,
  input[type="date"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  select:focus,
  textarea:focus {
    border-color: #576f87;
    box-shadow: 0 0 0 1px #576f87; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select option {
    color: #3d4449;
    background: #ffffff; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #7f888f;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: #ffffff;
      border-radius: 0.375em;
      border: solid 1px rgba(210, 215, 217, 0.75);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #3d4449;
    border-color: #3d4449;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #576f87;
    box-shadow: 0 0 0 1px #576f87; }

input[type="checkbox"] + label:before {
  border-radius: 0.375em; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #9fa3a6 !important;
  opacity: 1.0; }

/* Box */
.box {
  background-color: #FFF;
  border-radius: 0.375em;
  border: solid 0px rgba(210, 215, 217, 0.25);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }
.box_inf_bar{
  background-color: #FFF;
  width: 100%;
  height: 3.5em; max-height: 3.5em;
}
.box_inf{
  background-color: #FFF;
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.25);
  height: 10.5em; max-height: 10.5em; overflow-y: auto; 
  margin-bottom: 0.5em;
  padding: 0.5em; 
}
#show_today_SignPsio{
  background-color: #FFF;
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.25);
  height: 8.5em; max-height: 8.5em; overflow-y: auto;
  margin-bottom: 2em;
  padding: 1.5em; 

}
    .box ul li{ border-bottom: 1px solid #efefef; list-style:none; padding-bottom: .5em; padding-top: .5em;}
    .box_A {
      background-color: #FFF;
      border-radius: 0.375em;
      border: solid 0px rgba(210, 215, 217, 0.25);
      box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
      margin-bottom: 2em;
      padding: 1.5em; }
      .box_A > :last-child,
      .box_A > :last-child > :last-child,
      .box_A > :last-child > :last-child > :last-child {
        margin-bottom: 0; }
      .box_A.alt {
        border: 0;
        border-radius: 0;
        padding: 0; }

        .box_B {   
          background-color: #FFF;       
          border-radius: 0.375em;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          margin-bottom: 2em;
          padding: 1.5em; }
          .box_B > :last-child,
          .box_B > :last-child > :last-child,
          .box_B > :last-child > :last-child > :last-child {
            margin-bottom: 0; }
          .box_B.alt {
            border: 0;
            border-radius: 0;
            padding: 0; }


            .box_C {   
              background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
              border-radius: 0.375em;
              box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
              margin-bottom: 2em;
              padding: 1.5em; }
              .box_C > :last-child,
              .box_C > :last-child > :last-child,
              .box_C > :last-child > :last-child > :last-child {
                margin-bottom: 0; }
              .box_C.alt {
                border: 0;
                border-radius: 0;
                padding: 0; }

                .box_C p{ color: #fff; letter-spacing: .2em; font-size: 90%; font-weight: 800; }
                .box_C ul li{ list-style-type:none; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.25); font-size: 90%; letter-spacing: .2em; padding-bottom: .5em; padding-top: .5em; color: #067188;}


                .box_D {   
                  background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 100%);
                  border-radius: 0.375em;
                  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
                  margin-bottom: 2em;
                  padding: 1.5em; }
                  .box_D > :last-child,
                  .box_D > :last-child > :last-child,
                  .box_D > :last-child > :last-child > :last-child {
                    margin-bottom: 0; }
                  .box_D.alt {
                    border: 0;
                    border-radius: 0;
                    padding: 0; }
    
                    .box_D p{ color: #fff; letter-spacing: .2em; font-size: 90%; font-weight: 800; }
                    .box_D ul li{ list-style-type:none; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.25); font-size: 90%; letter-spacing: .2em; padding-bottom: .5em; padding-top: .5em; color: #067188;}


                    .box_E {
                      background-color: #FFF;
                      border-radius: 0.375em;
                      border: solid 1px rgba(210, 215, 217, 0.25);
                      box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
                      margin-top: 1em;
                      margin-bottom: 2em;
                      padding: 1.5em; }
                      .box_E > :last-child,
                      .box_E > :last-child > :last-child,
                      .box_E > :last-child > :last-child > :last-child {
                        margin-bottom: 0; }
                      .box_E.alt {
                        border: 0;
                        border-radius: 0;
                        padding: 0; }
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }

/* Image */
.image {
  border-radius: 0.375em;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 0.375em;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

a.image {
  overflow: hidden; }
  a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease; }
  a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075); }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(210, 215, 217, 0.75);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0; }
  dl dd {
    margin-left: 2em; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }


      ul.actions_sub {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction:row-reverse;
        cursor: default;
        list-style: none;
        margin-left: -1em;
        margin-top: 1.5em;
        padding-left: 0; }
        ul.actions_sub li {
          padding: 0 0 0 1em;
          margin-right: 1.2em;
          vertical-align: middle; }
        ul.actions_sub.special {
          -moz-justify-content: center;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          width: 100%;
          margin-left: 0; }
          ul.actions_sub.special li:first-child {
            padding-left: 0; }
        ul.actions_sub.stacked {
          -moz-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-left: 0; }
          ul.actions_sub.stacked li {
            padding: 1.3em 0 0 0; }
            ul.actions_sub.stacked li:first-child {
              padding-top: 0; }
        ul.actions_sub.fit {
          width: calc(100% + 1em); }
          ul.actions_sub.fit li {
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            width: 100%; }
            ul.actions_sub.fit li > * {
              width: 100%; }
          ul.actions_sub.fit.stacked {
            width: 100%; }
/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon {
      color: inherit; }
      ul.icons li .icon:before {
        font-size: 1.25em; }

/* Contact */
ul.contact {
  list-style: none;
  padding: 0; }
  ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative; }
    ul.contact li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400; }
    ul.contact li:before {
      color: #576f87;
      display: inline-block;
      font-size: 1.5em;
      height: 1.125em;
      left: 0;
      line-height: 1.125em;
      position: absolute;
      text-align: center;
      top: 1em;
      width: 1.5em; }
    ul.contact li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
      ul.contact li:first-child:before {
        top: 0; }
    ul.contact li a {
      color: inherit; }

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle; }
    ul.pagination li > .page {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      border-bottom: 0;
      border-radius: 0.375em;
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600;
      height: 2em;
      line-height: 2em;
      margin: 0 0.125em;
      min-width: 2em;
      padding: 0 0.5em;
      text-align: center; }
      ul.pagination li > .page.active {
        background-color: #576f87;
        color: #ffffff !important; }
        ul.pagination li > .page.active:hover {
          background-color: #f67878; }
        ul.pagination li > .page.active:active {
          background-color: #f45c5c; }
    ul.pagination li:first-child {
      padding-right: 0.75em; }
    ul.pagination li:last-child {
      padding-left: 0.75em; }
  @media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
      display: none; }
    ul.pagination li:first-child {
      padding-right: 0; } }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; border-left: 1px solid #efefef;}
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
  table td {
    padding: 0.25em 0.75em 0.25em; line-height: 130%; border-right: 1px solid #efefef; color: #171b1e;}
  table th {
    color: #3d4449;
    font-size: 1em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }


  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }


      .tablesorter-blue .header,
      .tablesorter-blue .tablesorter-header {
        /* black (unsorted) double arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        /* white (unsorted) double arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
        /* image */
        /* background-image: url(images/black-unsorted.gif); */
        background-repeat: no-repeat;
        background-position: center right;
        padding: 4px 18px 4px 12px;
        white-space: normal;
        cursor: pointer;
      }
      .tablesorter-blue .headerSortUp,
      .tablesorter-blue .tablesorter-headerSortUp,
      .tablesorter-blue .tablesorter-headerAsc {
        /*background-color: #9fbfdf;
         black asc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        /* white asc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
        /* image */
        /* background-image: url(images/black-asc.gif); */
      }
      .tablesorter-blue .headerSortDown,
      .tablesorter-blue .tablesorter-headerSortDown,
      .tablesorter-blue .tablesorter-headerDesc {
        /*background-color: #8cb3d9;
         black desc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        /* white desc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
        /* image */
        /* background-image: url(images/black-desc.gif); */
      }     

      @media only screen and (max-width: 767px) {
        .table {
          display: block;
        }
        .table thead,
        .table tbody,
        .table tfoot,
        .table th,
        .table td,
        .table tr {
          display: block;
        }
      
        .table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
        }
      
        .table tbody tr td {
          height: auto;
          min-height: 30px;
          /*position: relative;
          padding-left: 6em;*/
          position: relative;
          padding-left: 8em; border-bottom: 1px solid #dbdbdb;
          line-height: 30px;
          
        }
      
        .table tbody tr td span,
        .table tbody tr td a {
          line-height: 34px;
        }
      
        .table td:before {
          position: absolute;
          top: 0;
          left: 10px;
          line-height: 35px;
        }
      
        .table td:before {
          content: attr(data-title);
        }

        .table td:before {
          content: attr(data-th) " : ";
          font-weight: 800;
          width: 7.5em;
          display: inline-block;
          color: rgb(10, 34, 109);          
          }
      
        .table td span.spill {
          display: inline-block;
          width: 200px;
        }
      
        tfoot tr td {
          position: relative;
        }
      
        /* spec */
        .content-main .table tr,
        .rank-container .table tr {
          border-bottom: 1px solid #ba1830;
        }
      
        .content-main .table tr:first-child,
        .rank-container .table tr:first-child {
          border-top: 1px solid #ba1830;
        }
      }
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 1px #1354d7;
  color: #1354d7 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 2.6em;
  letter-spacing: 0.075em;
  line-height: 2.6em;
  padding: 0 1.25em;
  position: relative;
  /*top:-.4em;*/
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (max-width: 480px) {
    .button {
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      appearance: none;
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      background-color: transparent;
      border-radius: 0.375em;
      border: 0;
      box-shadow: inset 0 0 0 1px #1354d7;
      color: #1354d7 !important;
      cursor: pointer;
      display: inline-block;
      font-family: "Roboto Slab", serif;
      font-size: 0.8em;
      font-weight: 700;
      height: 3.2em;
      letter-spacing: 0.075em;
      line-height: 3.2em;
      padding: 0 1.25em;
      position: relative;
      /*top:-.4em;*/
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap; }
  }
  .button_smail {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0.375em;
    border: 0;
    box-shadow: inset 0 0 0 1px #1354d7;
    color: #1354d7 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.6em;
    font-weight: 700;
    height: 2.5em;
    letter-spacing: 0.075em;
    line-height: 2.5em;
    padding: 0 0.85em;
    position: relative;
    /*top:-.4em;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(245, 106, 106, 0.05); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(245, 106, 106, 0.15); }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.6em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #ffc600;
    border: 1px solid #f2bc02;
    box-shadow: none;
    color: #000 !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #f67878; border: 1px solid #f77272;}
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #f45c5c; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

    .button.greyish {
      background-color: #576270;
      box-shadow: none;
      color: #ffffff !important; }
      button.greyish:hover,
      .button.greyish:hover {
        background-color: #f67878; }

        .button.red {
          background-color: #FFF;
          box-shadow: inset 0 0 0 1px #f95175 !important;
          box-shadow: none;
          color: #f95175 !important; }
          button.red:hover,
          .button.red:hover {
            background-color: #f67878; color: #fff !important; }

            .button.green {
              background-color: #FFF;
              box-shadow: inset 0 0 0 1px #2f9f2b !important;
              box-shadow: none;
              color: #2f9f2b !important; }
              button.green:hover,
              .button.green:hover {
                background-color: #f67878; color: #fff !important;}
                .button.dgreen {
                  background-color: #20771d;
                  box-shadow: inset 0 0 0 1px #20771d !important;
                  box-shadow: none;
                  color: #FFF !important; }
                  button.dgreen:hover,
                  .button.dgreen:hover {
                    background-color: #ffe169; color: #000 !important;}

                    .button.dgblue {
                      background-color: #4d718e;
                      box-shadow: inset 0 0 0 1px #4d718e !important;
                      box-shadow: none;
                      color: #bdc9c7 !important; }
                      button.dgblue:hover,
                      .button.dgblue:hover {
                        background-color: #0a2140; color: #FFF !important;}

                        .button.chkblue {
                            background-color: #00bfff;
                            box-shadow: inset 0 0 0 1px #07a6db !important;
                            box-shadow: none;
                            color: #FFF !important; }
                            button.chkblue:hover,
                            .button.chkblue:hover {
                              background-color: #07a6db; color: #FFF !important;}
  
                              .button.chkred {
                                background-color: #d23162;
                                box-shadow: inset 0 0 0 1px #9f2147 !important;
                                box-shadow: none;
                                color: #FFF !important; }
                                button.chkred:hover,
                                .button.chkred:hover {
                                  background-color: #9f2147; color: #FFF !important;}
  
  
                              .button.chkgreen {
                                background-color: #08bb08;
                                box-shadow: inset 0 0 0 1px #0b9c0b !important;
                                box-shadow: none;
                                color: #FFF !important; }
                                button.chkgreen:hover,
                                .button.chkgreen:hover {
                                  background-color: #0b9c0b; color: #FFF !important;}

                                  .chkred{
                                    color: #d23162 !important;
                                  }
                                  .chkgreen{
                                    color: #08bb08 !important;
                                  }
                                  .chkblue{
                                    color: #00bfff !important;
                                  }
/* Mini Posts */
.mini-posts article {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin-top: 2em;
  padding-top: 2em; }
  .mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0; }
    .mini-posts article .image img {
      display: block;
      width: 100%; }
  .mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Features */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -3em;
  width: calc(100% + 3em); }
  .features article {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em); }
    .features article:nth-child(2n - 1) {
      margin-right: 1.5em; }
    .features article:nth-child(2n) {
      margin-left: 1.5em; }
    .features article:nth-last-child(1), .features article:nth-last-child(2) {
      margin-bottom: 0; }
    .features article .icon {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block;
      height: 10em;
      line-height: 10em;
      margin: 0 2em 0 0;
      text-align: center;
      width: 10em; }
      .features article .icon:before {
        color: #576f87;
        font-size: 2.75rem;
        position: relative;
        top: 0.05em; }
      .features article .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0.25rem;
        border: solid 2px rgba(210, 215, 217, 0.75);
        content: '';
        display: block;
        height: 7em;
        left: 50%;
        margin: -3.5em 0 0 -3.5em;
        position: absolute;
        top: 50%;
        width: 7em; }
    .features article .content {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      .features article .content > :last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .features {
      margin: 0 0 2em 0;
      width: 100%; }
      .features article {
        margin: 0 0 3em 0;
        width: 100%; }
        .features article:nth-child(2n - 1) {
          margin-right: 0; }
        .features article:nth-child(2n) {
          margin-left: 0; }
        .features article:nth-last-child(1), .features article:nth-last-child(2) {
          margin-bottom: 3em; }
        .features article:last-child {
          margin-bottom: 0; }
        .features article .icon {
          height: 8em;
          line-height: 8em;
          width: 8em; }
          .features article .icon:before {
            font-size: 2.25rem; }
          .features article .icon:after {
            height: 6em;
            margin: -3em 0 0 -3em;
            width: 6em; } }
  @media screen and (max-width: 480px) {
    .features article {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
      .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em; }
        .features article .icon:before {
          font-size: 1.5rem; }
        .features article .icon:after {
          height: 4em;
          margin: -2em 0 0 -2em;
          width: 4em; } }
  @media screen and (max-width: 480px) {
    .features article .icon:before {
      font-size: 1.25rem; } }

/* Posts */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em); }
  .posts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    width: calc(25% - 6em); }
    .posts article:before {
      background: rgba(210, 215, 217, 0.75);
      content: '';
      display: block;
      height: calc(100% + 6em);
      left: -3em;
      position: absolute;
      top: 0;
      width: 1px; }
    .posts article:after {
      background: rgba(210, 215, 217, 0.75);
      bottom: -3em;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      width: calc(100% + 6em); }
    .posts article > :last-child {
      margin-bottom: 0; }
    .posts article .image {
      display: block;
      margin: 0 0 2em 0; }
      .posts article .image img {
        display: block;
        width: 100%; }
        .posts article p{ padding-top: 1em; padding-bottom: 1em;}
  @media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
      display: none; }
    .posts article:nth-child(3n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
        display: none; } }
  @media screen and (max-width: 1680px) {
    .posts article {
      width: calc(50% - 6em); }
      .posts article:nth-last-child(3) {
        margin-bottom: 6em; } }
  @media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
      display: none; }
    .posts article:nth-child(2n + 1):after {
      width: 100%; }
    .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
      margin-bottom: 0; }
      .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
        height: 100%; }
      .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
        display: none; } }
  @media screen and (max-width: 736px) {
    .posts {
      margin: 0 0 2em -4.5em;
      width: calc(100% + 4.5em); }
      .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em); }
        .posts article:before {
          height: calc(100% + 4.5em);
          left: -2.25em; }
        .posts article:after {
          bottom: -2.25em;
          width: calc(100% + 4.5em); }
        .posts article:nth-last-child(3) {
          margin-bottom: 4.5em; } }
  @media screen and (max-width: 480px) {
    .posts {
      margin: 0 0 2em 0;
      width: 100%; }
      .posts article {
        margin: 0 0 4.5em 0;
        width: 100%; }
        .posts article:before {
          display: none; }
        .posts article:after {
          width: 100%; }
        .posts article:last-child {
          margin-bottom: 0; }
          .posts article:last-child:after {
            display: none; } }

/* Wrapper */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 100vh; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Main */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%; }
  #main > .inner {
    padding: 0 3em 0.1em 3em ;
    margin: 0 auto;
    max-width: 110em; }
    #main > .inner > section {
      padding: 3em 0 4em 0 ;
      border-top: solid 4px rgba(210, 215, 217, 0.75); }
      #main > .inner > section:first-of-type {
        border-top: 0 !important; }
  @media screen and (max-width: 1680px) {
    #main > .inner {
      padding: 0 5em 0.1em 5em ; }
      #main > .inner > section {
        padding: 5em 0 3em 0 ; } }
  @media screen and (max-width: 1280px) {
    #main > .inner {
      padding: 0 4em 0.1em 4em ; }
      #main > .inner > section {
        padding: 4em 0 2em 0 ; } }
  @media screen and (max-width: 736px) {
    #main > .inner {
      padding: 0 2em 0.1em 2em ; }
      #main > .inner > section {
        padding: 3em 0 1em 0 ; } }

/* Sidebar */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
  #search form:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #7f888f;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em;}
  #search form input[type="text"] {
    padding-right: 2.75em; }

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
 /*background-color: #fff;*/
 background-image: linear-gradient(to top, #868f96 0%, #596164 100%);
 /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);*/

 /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
 border-right: 1px solid rgba(255, 255, 255, 0.25);;
  font-size: 0.9em;
  position: relative; margin-top: 0 !important; z-index: 9999;
  width: 19em; }
  #sidebar h2 {
    font-size: 1.38889em; }
  #sidebar > .inner {
    padding: 2.22222em 2.22222em 2.44444em 2.22222em ;
    position: relative;
    width: 19em; }
    #sidebar > .inner > * {
      border-bottom: solid 1px rgba(255, 255, 255, 0.25);
      margin: 0 0 3.5em 0;
      padding: 0 0 1.5em 0; }
      #sidebar > .inner > * > :last-child {
        margin-bottom: 0; }
      #sidebar > .inner > *:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    #sidebar > .inner > .alt {
      background-color: #eff1f2;
      border-bottom: 0;
      margin: -2.22222em 0 4.44444em -2.22222em;
      padding: 2.22222em;
      width: calc(100% + 4.44444em); }
  #sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 4em;
    left: 19.5em;
    line-height: 4em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;  
    top: .2em;
    width: 4em;
    z-index: 10000; 
    
  }
    #sidebar .toggle:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    #sidebar .toggle:before {
      content: '\f141';
      font-size: 2rem;
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      text-indent: 0;
      top: 0;
      width: inherit; }
  #sidebar.inactive {
    margin-left: -19em; }
  @media screen and (max-width: 1680px) {
    #sidebar {
      width: 20m; }
      #sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
        width: 20em; }
        #sidebar > .inner > .alt {
          margin: -1.66667em 0 3.33333em -1.66667em;
          padding: 1.66667em;
          width: calc(100% + 3.33333em); }
      #sidebar .toggle {
        height: 6.25em;
        left: 19em;
        line-height: 6.25em;
        text-indent: 5em;
        width: 5em; top:-.9em; }
        #sidebar .toggle:before {
          font-size: 1.5rem; }
      #sidebar.inactive {
        margin-left: -20em; } }
  @media screen and (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 10000; }
      #sidebar.inactive {
        box-shadow: none; }
      #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0; }
        #sidebar > .inner:after {
          content: '';
          display: block;
          height: 4em;
          width: 100%; }
      #sidebar .toggle {
        text-indent: 6em;
        width: 6em; }
        #sidebar .toggle:before {
          font-size: 1.5rem;
          margin-left: -0.4375em; }
      body.is-preload #sidebar {
        display: none; } }
  @media screen and (max-width: 736px) {
    #sidebar .toggle {
      text-indent: 7.25em;
      width: 7.25em; }
      #sidebar .toggle:before {
        color: #7f888f;
        margin-left: -0.0625em;
        margin-top: -0.25em;
        font-size: 1.1rem;
        z-index: 1; }
      #sidebar .toggle:after {
        background: rgba(222, 225, 226, 0.75);
        border-radius: 0.375em;
        content: '';
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 5em; } }

/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: solid 5px #576f87;
  padding: 6em 0 1em 0;
  position: relative; }
  #header > * {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
  #header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 1.125em; }
  #header .icons {
    text-align: right; }
  @media screen and (max-width: 1680px) {
    #header {
      padding-top: 5em; } }
  @media screen and (max-width: 736px) {
    #header {
      padding-top: 6.5em; }
      #header .logo {
        font-size: 1.25em;
        margin: 0; }
      #header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: -0.5em;
        top: 0; } }

/* Banner */
#banner_top{
		position:relative; left:0; top:0; z-index:1; width:100%; height:60px; min-height:60px;  background-size:100% auto; 
    /*background-image: linear-gradient(to left, #09203f 0%, #537895 100%);
    background-image: linear-gradient(to left, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);*/
    background-image: linear-gradient(to left, #868f96 0%, #596164 100%);

     line-height: 60px; text-align: right; font-size: 80%; letter-spacing: .1em; padding-right: 1em; 
		
	}
  #banner_top .leftdiv_{ width:34%;  text-align: left; height:60px; max-height:60px; min-height:60px; line-height:60px; 
    float:left; font-size:130%; font-weight:900; letter-spacing:0.1em; padding-left: 4em; color:rgba(255, 255, 255, 0.75);}
  #banner_top .rightdiv_{ width:65%; height:60px; max-height:60px; min-height:60px; line-height:60px; float:left; font-size:98%; letter-spacing:0.1em; }
	#banner_top img{ width:100%;}
	@media screen and (max-width: 1600px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 1400px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 1366px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 1280px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 1024px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 812px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px; background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 800px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; max-height:60px; min-height:60px; line-height:60px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 768px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:70px; min-height:70px; background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 740px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:70px; min-height:70px;  background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 736px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:60px; min-height:60px; background-size:100% auto;
		
	}
	}
	@media screen and (max-width: 667px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:40px; min-height:40px; background-size:100% auto;
    line-height: 40px; text-align: right; font-size: 90%; letter-spacing: .1em; padding-right: 1em;
		
	}
  #banner_top .leftdiv_{ width:40%; text-align: left; height:40px; max-height:40px; min-height:40px; line-height:40px; float:left; font-size:98%; font-weight:900; letter-spacing:0.1em; padding-left: 1em;}
  #banner_top .rightdiv_{ width:55%; height:40px; max-height:40px; min-height:40px; line-height:40px; float:left; font-size:98%; letter-spacing:0.1em; }
	}
	@media screen and (max-width: 414px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:40px; min-height:40px; background-size:100% auto;
    line-height: 40px; text-align: right; font-size: 90%; letter-spacing: .1em; padding-right: 1em;
		
	}
  #banner_top .leftdiv_{ width:40%; text-align: left; height:40px; max-height:40px; min-height:40px; line-height:40px; 
    float:left; font-size:98%; font-weight:900; letter-spacing:0.1em; padding-left: 1em; display: none;}
  #banner_top .rightdiv_{ width:99%; height:40px; max-height:40px; min-height:40px; line-height:40px; float:left; font-size:98%; letter-spacing:0.1em; }
	}
	@media screen and (max-width: 375px) {
		#banner_top{
		position:relative; left:0; top:0; z-index:9; width:100%; height:40px; min-height:40px;  background-size:100% auto;
    line-height: 40px; text-align: right; font-size: 90%; letter-spacing: .1em; padding-right: 1em;
		
	}
  #banner_top .leftdiv_{ width:40%; text-align: left; height:40px; max-height:40px; min-height:40px; line-height:40px; float:left; font-size:98%; font-weight:900; letter-spacing:0.1em; padding-left: 1em;}
  #banner_top .rightdiv_{ width:55%; height:40px; max-height:40px; min-height:40px; line-height:40px; float:left; font-size:98%; letter-spacing:0.1em; }
	}
#banner {
  padding: 6em 0 4em 0 ;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }

/* Footer */
#footer .copyright {
  color: #fff;
  font-size: 0.9em; }
  #footer .copyright a {
    color: inherit; }

/* Menu */

#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-family: "微軟正黑體","Roboto Slab", serif;
  font-weight: 800;
  letter-spacing: 0.075em;
  list-style: none;
  
  margin-bottom: 0;
  margin-top: 1em;
 
  padding: 0; 
  text-transform: uppercase; }
  #menu ul a, #menu ul .opener {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 1.1em; 
    padding: 0.625em 0; }
    #menu ul a:hover, #menu ul .opener:hover {
      color: #f7da02; }
    #menu ul a.opener, #menu ul span.opener {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      position: relative; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: "微軟正黑體",'Font Awesome 5 Free';
        font-weight: 900; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        color: #fff;
        content: '\f107';
        position: absolute;
        right: 0; top:1em; }
      #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
        color: #f7da02; }
      #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
        display: block; }
      #menu ul a.opener.active:before, #menu ul span.opener.active:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

#menu > ul > li {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0; }
  #menu > ul > li > ul {
    color: #fff;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em; }
    #menu > ul > li > ul a, #menu > ul > li > ul .opener {
      font-size: 0.95em; }
     
    #menu > ul > li > ul > li {
      margin: 0.005em 0 0 0;
      padding: 0.005em 0 0 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
	
	 #menu > ul > li .nowpage{
       color: #f7da02; font-size: 110%;
    }
    #m01 ul{ background-color: rgba(0, 0, 0, 0.55); border-radius: 1em;}
    #m01 ul li a:hover{color: #f7da02 !important;}

.leftdiv{ width:14%; height:58px; max-height:58px; min-height:58px; line-height:58px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef; padding-top: .2em;}
.rightdiv{ width:85%; height:58px; max-height:58px; min-height:58px; line-height:28px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef; padding-top: .2em;}
.rightdiv input{ float:left;}

.leftdiv_h{ width:14%; height:90px; max-height:90px; min-height:90px; line-height:90px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef;}
.rightdiv_h{width:85%; height:90px; max-height:90px; min-height:90px; line-height:90px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef;}
.rightdiv_h textarea{ height:80px !important; resize:none; font-size:90% !important; font-weight:normal; margin-right:6px; margin-top:6px;}
.rightdiv span{ float:left; color:#333 !important; margin-right:6px;}
.rightdiv input[type="text"]{ width:90% !important; margin-right:6px; font-weight:normal}
.rightdiv select{ width:220px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h input[type="text"]{ width:270px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h select{ width:220px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
@media screen and (max-width: 600px) {
.leftdiv{ width:100%; height:58px; max-height:58px; min-height:58px; line-height:58px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef;}
.rightdiv{ width:100%; height:58px; max-height:58px; min-height:58px; line-height:58px; float:left; font-size:98%; font-weight:normal; letter-spacing:0.1em; border-bottom:1px solid #efefef;}	
.rightdiv input[type="text"]{ width:90% !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv select{ width:90% !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h input[type="text"]{ width:90% !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h select{ width:90% !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
	}
@media screen and (max-width: 1279px) {
	
.rightdiv input[type="text"]{ width:150px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv select{ width:100px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h input[type="text"]{ width:150px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}
.rightdiv_h select{ width:100px !important; margin-right:6px; margin-top:9px; font-size:98%; font-weight:normal}	
	}
.bath_select span select{width:220px !important; margin-right:6px; margin-top:9px; }

#dtime input{ width:30%; display:inline-block; margin:0.5em 0 auto}


.search_list{ position:absolute; right:0em; top:3.5em; padding:0.5em; display:none; background:#f4f4f4; border-left:1px solid #efefef;}
		search_list ul {
				height: auto;
				line-height: auto;
			}
		.search_list ul li {
					height:auto;
					line-height: auto;
					white-space: nowrap;
				}
#vp,#vp_sub{ cursor: pointer; position: absolute; margin-top: 1em; margin-left: 1em;}
select,input[type="text"],input[type="number"],input[type="password"],input[type="date"],input[type="email"],textarea{ background-color: #f5f5f5; }
.user li{ list-style-type:none; line-height: 250%;}
.user li a{ border: 1px solid; padding-top: .4em; padding-bottom: .4em; padding-left: .6em; padding-right: .6em; border-radius: .2em; 
  border-color: #dadada; background-color: #dadada; color: #222222 !important;}
.user li a:hover {
  border-color: #576f87; background-color: #576f87;
  color: #053d46 !important; }
.user li i{ width: 2em; }
#m02,#m02a,#m03,#m04,#m05,#m05a,#m05b,#m06{ display: none;}


/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
  margin-top: 25px;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
  color: #02caad !important;
}

.page-nav li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #02caad !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #02caad !important;
 
}

.page-nav li a:hover {
  color: #fff !important;
  opacity: 1;
  background-color: #02caad;
}

.page-nav li a.active i, .page-nav li a:hover i {
  color: #fff !important;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}



#ADcontent input[type="text"],input[type="number"],input[type="date"],input[type="email"],input[type="password"]{padding: 0 .5em;}
#ADcontent p label{margin: .5em 1em 1em 0;}
.cd-search{ width: 100% !important;  margin-top: .5em; margin-bottom: .5em;}
.td_nowrap{white-space:nowrap;}
.form-group_a{padding:0;position:relative}
.form-group_a i{position:absolute;top:14px;left:20px;font-size:17px;color:#c8c8c8;transition:all .5s ease 0}

.form-group_b{padding:0;position:relative}
.form-group_b i{position:absolute;top:0px;right:-2px;font-size:17px;color:#c8c8c8;transition:all .5s ease 0}

.inner_content{box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; padding: 2em; border-radius: 1.2em; background-color: #FFF;}

.logoc{ width: 100%;}


DIV.quotes {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center; font-size:80%; border-radius: .2em;
}
DIV.quotes A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none; border-radius: .2em;
}
DIV.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid; border-radius: .2em;
}
DIV.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid; border-radius: .2em;
}
DIV.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; COLOR: #FFF; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-COLOR: #44a7ce; border-radius: .2em;
}
DIV.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid; border-radius: .2em;
}
.showimg{ width: 100px; max-width: 100px;}


.liststyle_a{
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: solid 1px;
  color: #056ccc;
  cursor: pointer;
}
.topbutlist{ width: 100% !important; display: inline-block; padding: .3em;}
.topbutlist button{ margin: 1em .2em;}
.topbutlist select{ width: 20%; float: left; padding-left: 1em; margin: .2em;}
.topbutlist input{width: 13%; float: left; padding-left: 1em; margin: .2em; height: 2.7em;}
.topbutlist label {
  color: #3d4449;
  display: block;
  font-size: 1.1em;
  line-height: 2.2em;
  font-weight: 600;
  margin: .2em;
}
.asubject{color: #3d4449;
  display: block;
  font-size: 1.1em;
  line-height: 2.2em !important;
  font-weight: 600;
  margin: .2em;}

  .bsubject{color: #3d4449;
    display: block;
    font-size: .9em;
    line-height: 2.2em !important;
    font-weight: 400;
    margin: .2em;}

    .bsubject A {
      PADDING-BOTTOM: 2px;  COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
    }
    .bsubject A:hover {
      BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
    }
    .bsubject A:active {
      BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
    }

.ui-datepicker select{ width: 10%; float: left; padding-left: 1em; margin: .2em; height: 2em;}

.div_fram{ width: 200px; max-width: 200px; word-wrap:break-word; height: auto;}

.rightsite{ float: right; margin-bottom: .5em; margin-right: .2em;}
.leftsite{ float: left; margin-bottom: .5em;}
.rightbutton{float: right; position: absolute; z-index: 99; right: .2em; top: .2em;}

.leftsite_none{ display: inline-block !important; margin: 0 .2em;}
.rightsite_none{margin: .2em .2em; float: right;}

.select_icon {cursor:pointer; position:relative; z-index:9; left:42px; top:35px; width:90%;}
.select_icon label{ position: relative; left: 0px; bottom: -20px;}
.my_select_icon{ width:30px; height:30px; position: absolute; line-height:30px; background:#f6f6f6; border:0px solid #262626; text-align:center; display:inline-block; }
.my_select_icon_{ width:30px; height:30px; line-height:30px; border:1px solid #f6f6f6; border-radius:50%; text-align:center; display:inline-block;}
.my_select_icon:hover { background:#d1d1d1; border:1px solid#CCC;}

.get_hidden_div{display: none; width:70%; max-width:90%;}
.get_hidden_div h2{ font-size:100%; font-weight:800; font-family:"微軟正黑體"; padding-bottom:6px;}
.hidden_content{ width:100%; height:160px; resize:none; padding:6px; border:1px solid #efefef; background:#efefef; border-radius: 2px; color:#0d273d;}
.div_style_a{padding-top: 1em;}

#banner_top{ border-bottom: 1px solid #ccc !important;}
#wrapper{border-top: 1px solid #ccc !important;}

.upfile_div_pj{display:inline-block;margin:.8em .8em auto;width:230px;height:300px;max-height:300px;overflow:hidden;background:#efefef}.upfile_div_pj div{height:180px;max-height:180px;overflow:hidden}.upfile_div_pj div img{width:100%}


#write_story_loading{position:fixed;width:260px;left:50%;margin-left:-130px;top:45%;text-align:center;color:#6cbfd4;display:none}
#write_story_loading .spinner{margin:50px auto 0;width:150px;text-align:center}
#write_story_loading .spinner > div{width:20px;height:20px;background-color:#183954;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}
#write_story_loading .spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}
#write_story_loading .spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.filenamediv{max-height:2em;height:2em;overflow:hidden;font-size:80%}.imgcontent{width:140px;height:140px;max-height:140px;overflow:hidden}.imgcontent img{width:100%}

.img_style{ width: 30%;}
.oneOne{ width: 20%;  float: left; padding: .5em; border: 1px solid #efefef;}
.oneOne img{ width: 100%; }


#mask_one{
  position: fixed; width: 100%; height: 100%; z-index: 999; background-color: #f6f7fb; display: none;
}
#mask_bg{
  position: fixed; width: 100%; height: 100%; z-index: 999999999999; background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); display: none;
  text-align: center; padding: 5em;
}
#mask_bg_o{
  position: fixed; width: 100%; height: 100%; z-index: 999; background-color: #e9f0ee; display: block;
  text-align: center; padding: 5em;
}



.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: currentColor;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


/*loading*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*loading end*/

.loadupfile{ position: fixed; width: 200px; z-index: 999999; background-color: #09203f; padding: .5em; color: #fff; font-weight: bold; 
  left: 50%; margin-left: -100px; text-align: center; top:30%; display: none;}
.select_default{ padding-left: .5em;}
.select_default_sub{ padding-left: .5em; width: 70%;}
.select_default_wa{width: 70%;}  
.select_default_wb{width: 30%;}  
.select_default_wc{width: 10%; float: left; }
.select_default_wd{width: 15%; float: left; margin-right: 1em;}
.select_default_we{width: 20%; float: left; padding-left: .8em !important; height: 36px; margin-right: .5em;}

.input_default_wa{width: 13% !important; float: left !important; padding-left:.5em !important }
.input_default_wb{width: 60% !important; float: left !important;}

.button_site_a{top: -1em; position: relative;}

.left_space{ margin-left: .5em;}
#show_address_div_content{width: 98%; position: absolute;}
#show_address_div_content_sub{width: 98%; position: absolute;}
/* Basic */
#mask_div_a{
  position: fixed; width: 100%; height: 100%; z-index: 20000; background-color: rgba(0, 0, 0, 0.75); display: none;

}
#mask_div_a_info{
  width: 60%; height: 70%; z-index: 2001; background-color: rgba(255, 255, 255, 1); display: block; position:absolute; border-radius: .6em; top: 50%;  
  left: 50%;
  transform: translate(-50%, -50%);
}
#mask_div_a_info i{ font-size: 30pt;  top:.5em; right:.5em; position: absolute; z-index: 2002; cursor: pointer;}
#mask_div_a_info_body{ padding: 2em; height: 80%; max-height:80%; overflow-y: auto; border: 0px solid #efefef; margin-top: 6%; font-size: 100%; box-shadow: rgba(17, 17, 26, 0.5) 1px 0px 0px;}
#mask_div_a_info_body i{ position: relative; font-size: 10pt; top:0;}

.top_menu_left{ width: 50%; float: left;}
.top_menu_right{ width: 50%; float: left;}
.top_menu_left_s{float: left; padding: 1em; vertical-align: middle;}
@media screen and (max-width: 480px) {
  #mask_div_a_info{
    width: 90%; height: 60%; z-index: 2001; background-color: rgba(255, 255, 255, 1); display: block; position:absolute; border-radius: .6em;
  }

  .top_menu_left{ width: 100%; float: left; padding: .2em;}
.top_menu_right{ width: 100%; float: left; padding: .2em;}
.select_default_we{width: 60%; float: left; padding-left: .8em !important; height: 36px; margin-right: .5em;}

}


.div_right_a{ width: 100%; text-align: right;}
.div_right_a input{  float: right; margin: .2em;}
.div_right_a a{  float: right; margin: .2em;}

.barb{ width: 100%; clear: both; padding-top: .2em;}
.barb_sub{ width: 100%; clear: both; }
#zi_box_div label{ margin-left: .5em;}
.zi_box_1 {
  border: 1px solid #ccc;/* 框線顏色 */
  border-radius: 4px;
  margin: 2em 0;
  padding: 20px;
  position: relative;
  }
  .zi_box_1::before {
  background-color: #fff;
  color: #106cc9;
  content: "執行功能"; /*標題*/
  font-weight: bold;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
  }

  .zi_box_2 {
    border: 1px solid #ccc;/* 框線顏色 */
    border-radius: 4px;
    margin: 2em 0;
    padding: 20px;
    position: relative;
    }
    .zi_box_2::before {
    background-color: #fff;
    color: #106cc9;
    content: "密碼應使用數字、大小寫字母及符號(例如：# $ @ !)混合穿插的密碼字串"; /*標題*/
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
    }
    .zi_box_6 {
      clear: both;
      border: 1px solid #ccc;/* 框線顏色 */
      border-radius: 4px;
      margin: 2em 0;
      padding: 20px;
      position: relative;
      }
      .zi_box_6::before {
      background-color: #fff;
      color: #106cc9;
      content: "執行功能"; /*標題*/
      font-weight: bold;
      left: 1em;
      padding: 0 .5em;
      position: absolute;
      top: -1em;
      }
  
    .label_a{ position: absolute !important; margin-top: -1em !important;}

.step_table_a td{ width: 16% !important;}
.td_width_a{ width: 12% !important; position: relative;}
.td_width_b{ width: 10% !important;}
.td_width_c{ width: 16% !important;}
.td_width_d{ width: 5% !important;}


.td_width_a select{ font-size: 80% !important;}
.td_width_a input{ font-size: 80% !important;}
.td_width_b input{ font-size: 80% !important;}
.td_width_c input{ font-size: 80% !important;}


#ADcontent select{ padding-left: 1em;}

.menudiv{ display: inline-block;}
.button_top{top:-.4em;}
.button_top_b{top:.3em;}
.fast_th{ width: 5% !important;}
.last_th{ width: 10% !important;}


.td_justify{
  width: 90%;
  float: left;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;  height: 20px;
 
}
.td_justify::after {
  content: " ";
  display: inline-block;
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.td_justify_sub{
  width: 5%;
  float: left;
  height: 20px;
 
}
/*下拉選單*/
.tools_menu ul {
  /* 取消ul預設的內縮及樣式 */
  margin: 0;
  padding: 0;
  list-style: none;
}

.tools_menu ul.drop-down-menu {
  border: #464e59 0px solid;
  display: inline-block;
  
 /*font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;*/
}

.tools_menu ul.drop-down-menu li {
  position: relative;
  white-space: nowrap;
  
  border-right: #464e59 0px solid;
  
}

.tools_menu ul.drop-down-menu>li:last-child {
  border-right: none;
}

.tools_menu ul.drop-down-menu>li {
  float: left;
  
  /* 只有第一層是靠左對齊*/
}

.tools_menu ul.drop-down-menu a {
 /* background-color: #efefef;*/
  color: #363636;
  display: block;
  padding: 0;
  font-size: 110%;
  text-decoration: none;
 /* line-height: 40px;*/
}

.tools_menu ul.drop-down-menu a:hover {
  /* 滑鼠滑入按鈕變色*/
 /* background-color: #ef5c28;*/
  color: #fff;
}

.tools_menu ul.drop-down-menu li:hover>a {
  /* 滑鼠移入次選單上層按鈕保持變色
  background-color: #ef5c28;*/
  color: #fff;
}

.tools_menu ul.drop-down-menu ul {
  
  position: absolute;
  z-index: 99999;
  left: -100%;
  top: 100%;
  min-width: 200px;
  border-radius: .8em;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.tools_menu ul.drop-down-menu ul li {
  border-bottom: #efefef 1px solid;
}

.tools_menu ul.drop-down-menu ul li:last-child {
  border-bottom: none;
}

.tools_menu ul.drop-down-menu ul ul {
  /*第三層以後的選單出現位置與第二層不同*/
  z-index: 999;
  top: 10px;
  left: -80%;
}

.tools_menu ul.drop-down-menu ul {
  /*隱藏次選單*/
  display: none;
}

.tools_menu ul.drop-down-menu li:hover>ul {
  /* 滑鼠滑入展開次選單*/
  display: block;
}
.li_bg_color{background-color: #fff; text-align: left; padding-left: 1em; padding-top: .4em; padding-bottom: .4em;}
/*下拉選單 END*/


.p20{width: 20% !important;}
.p30{width: 30% !important;}
.input_style_a50{ position: relative; width: 50% !important;}
.hr-solid-content{
  color: #dddddd;
  border: 0;
  font-size: 12px;
  padding: 1em 0;
  position: relative;
}
.hr-solid-content::before {
  content: attr(data-content);
  position: absolute;
  padding: 0 1ch;
  line-height: 1px;
  border: solid #dddddd;
  border-width: 0 99vw;
  width: fit-content;
  /* for IE */
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}


#mask_bg_sub{
  position: fixed; width: 100%; height: 100%; z-index: 999999999999; background-color:rgba(0, 0, 0, 0); display: none;
  text-align: center; padding: 5em; top:20%;
}

/*loading dark*/
.lds-ripple_dark {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple_dark div {
  position: absolute;
  border: 10px solid #067188;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple_dark 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple_dark div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple_dark {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*loading dark end */
/*search list*/
#p_subject_menu_list{position:relative;}
.search_list{ position:absolute;  width: 100%; height: auto; overflow-y: auto; right:0em; top:2.8em; padding:0.2em; 
  display:none; background:#efefef; border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd; }
.search_list ul {
				height: auto;
				line-height: auto;
        width: 100%;
        
			}
.search_list ul li {
					height:auto;
					line-height: auto;
					white-space: nowrap;
          width: 100%;
          padding-top: .5em;
          padding-bottom: .5em;
          border-top: 1px solid #ddd;
         
				}
/*search list*/

/*#ADcontent_form table tr td{ font-size: 110%;}*/
#ADcontent_form input[type="text"],#ADcontent_form input[type="number"],#ADcontent_form input[type="date"],#ADcontent_form input[type="email"],#ADcontent_form input[type="password"]{padding: 0 .5em;}

.font_size_a{ font-size: 80%; color: #828282; padding: 1em;}
.font_size_b{ font-size: 90%; color: #000; padding: 1em; line-height: 130%;}
.font_size_b a{color: #299ac7; }
.font_big tr td{ font-size:130% !important;}
.font_big .st{ font-weight: bold !important; width: 30% !important; text-align:justify !important; text-justify: distribute-all-lines !important;
  text-align-last: justify !important;}

.font_title_a{ font-size: 100%; font-weight: bold;}
.font_title_b{ font-size: 100%; 
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.click_font_a{ color: #067188; border-bottom: 1px solid #067188; cursor: pointer;}
.font_title_c{ font-size: 130%; font-weight: bold;}
.font_title_T{ font-size: 90%; color: #000; padding-left: 1em; line-height: 130%;}
.font_title_F{ font-size: 105%; font-weight: bold; border-left: 5px solid #b33434; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: 2em;letter-spacing: .2em;}
.font_title_H{ font-size: 105%; font-weight: bold; border-left: 1px solid #d0baba; color:#bbb; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: 2em;letter-spacing: .2em;}
.font_title_G{ font-size: 105%; font-weight: bold; border-left: 1px solid #cae3e9; color:#808080; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: .2em;letter-spacing: .2em;}
.font_title_I{ font-size: 105%; font-weight: bold; border-left: 1px solid #001e69; color:#001e69; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: .2em;letter-spacing: .2em;}
.font_title_J{ font-size: 105%; font-weight: bold; border-left: 1px solid #ffc803; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: 2em;letter-spacing: .2em;}
.font_title_K{ font-size: 105%; font-weight: bold; border-left: 1px solid #787878; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: 2em;letter-spacing: .2em;}
.font_title_L{ font-size: 105%; font-weight: bold; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-left: .5em; margin-bottom: 2em; color: #FFF;letter-spacing: .2em;}
.font_title_L i{color: rgba(255, 255, 255, 0.5); padding-right: 1em;}

#hidden_div{display: none;}

.MultiFile-remove{ color: #036 !important;}
#img_div_a{ width: 80px; max-width: 80px; height: 50px; max-height: 50px; overflow: hidden; border-radius: .3em;}
#img_div_b{ width: 100%; max-width: 100%; height: 150px; max-height: 150px; overflow: hidden; border-radius: .3em; border: 1px solid #efefef;}
.img_style_a{ width: 100%; max-width: 100%; min-width: 100%; }
.img_style_b{ width: 100% !important; max-width: 100% !important; min-width: 100% !important;}
.img_style_c{ width: 80%; max-width: 80%; min-width: 80%; box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;border-radius: .5em;}

@media only screen and (max-width: 600px) {
  #img_div_b{ width: 100%; max-width: 100%; height: 150px; max-height: 150px; overflow: hidden; border-radius: .3em; border: 1px solid #efefef;}

  }

.img_list{ position: relative; width: 120px; max-width: 120px; height: 70px; max-height: 70px; overflow: hidden; }
.img_list img{ width: 100%;}
.img_list_out_div{width: 120px; max-width: 120px; height: 130px; max-height: 130px; display: inline-block; margin: .2em .2em auto; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}
.img_list_out_div span{ margin-left: 2em;}

.sub_bg{ background-color: #efefef; border-radius: .2em; border-bottom: 1px solid #ccc; padding: 1em; letter-spacing: .2em;}


.font_color_a{background-color: #7f888f; color: #f4f4f4; padding:.2em; width: 80px; font-size: 80%;}
.font_color_b{background-color:rgb(201, 201, 201); color: #636262; padding:.2em; width: 80px; font-size: 80%;}
.font_color_c{background-color: rgb(8, 187, 8); color: #f4f4f4; padding:.2em; width: 80px; font-size: 80%;}
.font_color_d{background-color:deepskyblue; color: #f4f4f4; padding:.2em; width: 80px; font-size: 80%;}
.font_color_e td{color: #d23162; }

.font_color_cc{background-color: rgb(8, 187, 8); color: #f4f4f4; }
.font_color_dd{background-color:deepskyblue; color: #f4f4f4; }


/*凍結表頭*/
.table_style_a{text-align: center; height:100%;width:78vw;overflow:auto; }
@media only screen and (max-width: 1450px) {
  .table_style_a{text-align: center; height:100%;width:68vw;overflow:auto; }
}
.tg {
  border-collapse:collapse;
  
  table-layout: fixed;
  min-width: 100%;
  width: auto;
  overflow: unset!important
}
.tg td{
  /*background-color:#fff;*/
  /*固定td長寬*/
  min-width:120px;
  height:80px;
  
  /*color:#086776;
  font-family:Arial, sans-serif;
  font-size:14px;overflow:hidden;*/
  padding:10px 5px;
  word-break:normal;
  /*用box-shadow做邊框，hover亦同
  box-shadow: 0px 0px 0px 1px inset #ddd;*/
  /*
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  text-align: center
}
.tg td div{width: 100%; height: 33%; padding: .2em; display: inline-block; border-bottom: 1px solid #efefef; font-size: 90%; text-align: left; color: #036; }
.tg th{
  background-color:#f0f0f0;
  /*color:#333;
  font-family:Arial, sans-serif;
  font-size:14px;*/
  font-weight:normal;
  overflow:hidden;
  /*padding:10px 5px;*/
  word-break:normal;
  
  position:sticky;
  word-break: keep-all;
  /*background: #c3ebff*/
}

.tg .tg-0lax{
  text-align: center;
  vertical-align: middle;
}
/*左上角*/
.tg thead tr th:first-of-type {
  left:0;/*貼齊左側邊界，距離0*/
  z-index:3;
  border-right: 0;
  /*box-shadow: 0px 0px 6px 6px inset skyblue;*/
  width:200px  
}
/*上方欄位，貼齊div邊界*/
.tg thead tr th{
  top:0;/*貼齊上方邊界，距離0*/
  /*background: #c3ebff;*/
  vertical-align: top;
  border-bottom: 0;
  border-right: 0px solid #ddd;
  /*往下滑之後外框線會消失，
  用box-shadow設定框線*/
  /*box-shadow: 0 0px 6px 5px inset lightblue;*/
  z-index: 2;
}
.tg .tg-0laxC {
  position:sticky;
  left: 0;/*貼齊左側邊界，距離0*/
  background: #fff;
  border-right: 1px solid #efefef; border-bottom: 1px solid #efefef;
  vertical-align: middle;
  z-index: 2;/*遮蓋表格內容的圖層層級設定*/
  /*box-shadow: 0px 0 0px 1px inset #ddd;內框線*/
}

.tg-0laxC:nth-child(even) {

  background-color: #efefef;
  border-right: 1px solid #efefef; border-bottom: 1px solid #efefef;

}

.tg .tdw2{min-width:180px !important;}
.tg a{ color: #036; border-bottom: 1px double #036;}


/*凍結表頭 END*/

.pmdiv{ clear: both; min-height: 80px;}

.tdw25{width: 25% !important; vertical-align: middle;}
.tdw35{width: 35% !important; vertical-align: middle;}
.tdw75{width: 75% !important; vertical-align: middle;}
.tdw_middle{vertical-align: middle;}
.tdw_middle_nowrap{vertical-align: middle; white-space:nowrap;}

.tdw10{width: 10% !important; vertical-align: middle;}
.tdw15{width: 15% !important; vertical-align: middle;}
.tdw85{width: 85% !important; vertical-align: middle;}

.tdw5{width: 5% !important; vertical-align: middle;}

.h4_title{

    font-size: 1.2em !important; padding-top: .5em; padding-bottom: .2em;
}

.leave_div_left{ width: 70%; display: inline-block; border-right: 1px solid #efefef; vertical-align:text-top;}
.leave_div_right{ width: 29%; display: inline-block; padding-left: 2em; vertical-align:text-top;}
@media only screen and (max-width: 480px) {
  .leave_div_left{ width: 100%; display: inline-block; border-right: 0px solid #efefef; vertical-align:text-top;}
  .leave_div_right{ width: 100%; display: inline-block; padding-left: 0em; vertical-align:text-top;}

  }

.alt02 .tdw_middle{ font-size: 90%; }
.alt02 th i{ margin-left: 1.5em; color: #ccc; font-size: 110%;}
.alt02 .tdw_middle div{ width: 30px; height: 30px; border-radius: 50%; vertical-align: middle; text-align: center; background-color: #4d718e; color: #FFF; float: left; margin-right: 1em; line-height: 30px;}

.show_help td{padding-top: 1em; padding-bottom: 1em; line-height: 140%;}

.bar_for_Separate_identities{ width: 100%; height: 2.6em;}
.news_list i{color: #b33434;}
.news_list{padding-bottom: .5px; padding-top: .5px; margin-bottom: 1em; color: #d54242;}


.time_choose{ width: 45%; float: left; margin-right: .2em;}

#job_agency_list_s{ display: none;}


.item_loadering {
  display: none;
  width: 280px;
  height: 120px;
  margin: 20px;
  left: 50%;
  margin-left: -140px;/**/
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  position:fixed; 
  top:25%;
z-index: 999999;}
.loader10_note{position: relative; top: 75%; width: 100px; height: 28px; margin:auto; text-align: center;}
.loader10 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: loader10-uba7e1836 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  top: 50%;
  margin: -42px auto 0; }
  .loader10::after, .loader10::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    animation: loader10-uba7e1836 0.9s ease alternate infinite; }
  .loader10::before {
    left: -40px;
    animation-delay: 0.18s; }
  .loader10::after {
    right: -40px;
    animation-delay: 0.54s; }

@keyframes loader10-uba7e1836 {
  0% {
    box-shadow: 0 28px 0 -28px #0052ec; }
  100% {
    box-shadow: 0 28px 0 #0052ec; } }

/*高度*/
.height_style_a{ height: 1em;}

/*高度 END*/


/*隱藏選單*/
.Execute_menu{
  padding: 0;
  list-style: none;  
  display: inline-block;
  width: 33px;
}
.Execute_menu li{
  display: inline-block;
  position: relative;
  line-height: 33px;
  text-align: left;
  cursor: pointer;
}
.Execute_menu li a{
  display: block;
  padding: 2px;
  color: #333;
  text-decoration: none;
}
.Execute_menul li a:hover{
  color: #fff;
  background: #939393;
}
.Execute_menu span:hover{  
  background: #fff7f7 !important;
}
.Execute_menu a:hover{  
  background: #fff7f7 !important;
}
.Execute_menu li ul.dropdown-menu{
  width: 160px;
  min-width: 100%; /* Set width of the dropdown */
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
}
.Execute_menu li ul.dropdown-menu li{
  display: block; 
  text-align: left !important; 
  margin-left: -.5em;
}

@media only screen and (max-width: 480px) {
  .Execute_menu li ul.dropdown-menu{
    width: 260px;
    min-width: 100%; /* Set width of the dropdown */
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: none;
    position: absolute;
    z-index: 999;
    right: -10em;
  }
  .Execute_menu li ul.dropdown-menu li{
    display: block; 
    text-align: left !important; 
    margin-left: -.5em;
    font-size: 160%;
  }
}
/*隱藏選單 END*/

.clock_style_a{border: 0; border-collapse:separate; border-spacing:3px 3px;}
.clock_style_a tr{border: 0; padding: 0% !important;}
.clock_style_a td{border: 0; padding: 0% !important; text-align: center;  border-radius: .2em; }
.clock_style_b{ color:  rgba(255, 255, 255, 1); font-size:200%; font-weight: bold; width: 30%;}
.clock_style_t{ color:  rgba(255, 255, 255, .5); font-size:80%; font-weight: bold; text-align: right !important; vertical-align: middle; background-color: rgba(255, 255, 255, 0) !important;}
.clock_style_s{ color:  rgba(255, 255, 255, .5); font-size:200%; vertical-align: middle;}

.p_Stationery_title{ font-size: 110%; border-left: 3px solid #f2bc02; margin-top: .5em; margin-bottom: .5em; padding-left: .2em;}
.p_Stationery_total{ margin-top: .5em; margin-bottom: .5em; padding-left: .2em;}
.about_ui li span{ border-bottom: 1px solid #efefef;}
.about_ui li{list-style: decimal;}


/*行事曆*/
.today {
  background-color: #ecdfca;
}
.Calendar_type_a {
  width: 100%;
  border-collapse: collapse;
}
.Calendar_type_a tr th{ text-align: center; padding: .2em; font-size: 90%; background-color: #f2f2f2; font-weight:bold;}
.Calendar_type_a tr td{ min-height: 100px !important; height: 100px; width: 14%; max-width: 14%; position: relative;}
.Calendar_type_a tr td .apply_inf{width: 90%; max-width: 90%; height: 70px; max-height: 70px; overflow:auto; position: absolute; right: 0; bottom: 0; font-size: 90%;}
.Calendar_type_a tr td .apply_inf_div{
  width: 90%; max-width: 90%;
  height: 25px; max-height: 25px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 
}
.today_day_style_show{ font-size: 80%; margin-top: -.3em; color: #7f888f; width: 2.5em; height: 2.5em; text-align: center; border-radius: 50%; background-color: #ecdfca; line-height: 2.2em; float: left;}
.today_day_style{ font-size: 80%; position: absolute; top:0; color: #7f888f; padding: .2em; width: 2.5em; height: 2.5em; text-align: center; border-radius: 50%; background-color: #FFF; line-height: 2.2em;}
.day_style{ font-size: 80%; position: absolute; top:0; color: #7f888f; padding: .2em; width: 2.5em; height: 2.5em; text-align: center; border-radius: 50%; line-height: 2.2em;}
.more_apply_show{font-size: 80%; position: absolute; top:0; right:0; color: #7f888f; padding: .2em; cursor: pointer;}
.Calendar_type_div{width: 100%; text-align: center; padding: .2em;}
.Calendar_type_div a{ color: rgb(189, 189, 189); border-bottom: 1px solid  rgb(189, 189, 189);}
.Calendar_type_div span{ font-size: 110%; font-weight: bold; padding-left: 2em; padding-right: 2em;}
.sunday_bg{ background-color: #870600 !important; color: #FFF !important;}
.saturday_bg{ background-color: #008748 !important; color: #FFF !important;}
/*行事曆 END*/

/*比率圖*/
.bar-container {
  width: 100%;
  height: 30px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 5px 0 0 5px;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 30px;
  transition: width 0.5s;
  color: white;
  width: 0%;
}

.bar-used {
  background-image: linear-gradient(120deg, #4caf50 0%, #69b46b 100%);
}


.bar-unused {
  background-color: #aaa;
  text-align: center;
  color: #fff;
}

.bar-text {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  pointer-events: none;
}
.bar-used_red {
  background-image: linear-gradient(120deg, #f5576c 0%, #fe7e8f 100%); 
}

/*電子化會議比率 END*/
/*問卷調查*/

.bar-used_org {
  background-image: linear-gradient(120deg, #fa8303 0%, #ffb833 100%); 
}

.question-block {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
}
.question-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.option-item input {
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.option-list {
  margin-top: 10px;
}
.survey_td_a{ width: 63%; float: left; }
.survey_td_b{ width: 15%; float: left; margin-top: .2em;}
.survey_td_c{ width: 7%; float: left; margin-left: .6em; margin-top: .7em;}
.survey_td_d{ width: 3em; float: left; margin-left: .6em; margin-top: .2em; font-size: 120% !important; height: 25px; line-height: 25px;}
.survey_td_e{ width: 7%; float: left; margin-left: .6em; margin-top: .2em;}
@media screen and (max-width: 700px) {
  .survey_td_a{ width: 100%; float: left; }
  .survey_td_b{ width: 100%; float: left; margin-top: .2em;}
  .survey_td_c{ width: 30%; float: left; margin-left: .6em; margin-top: .9em;}
  .survey_td_d{ width: 3em; float: left; margin-left: .6em; margin-top: .2em; font-size: 120% !important; height: 25px; line-height: 25px;}
  .survey_td_e{ width: 7%; float: left; margin-left: .6em; margin-top: .2em;}
  }
.qbar{ clear: both;}
.tdsz{ padding: 0 !important;}
#table_survey_answer{ background-color:#efefef; }
.answer_td_a{width: 2%;}
.answer_td_b{width: 92%;}
.answer_td_c{width: 6%;}
.option-number{width: 25px; height: 25px; line-height: 25px; text-align: center; font-size: 80%; border-radius: 50%; background-color: rgb(120, 120, 120); font-weight: 800; color: #FFF;}

/* 開關容器 */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* 隱藏原始的 checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 開關的背景顏色 */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* 開關圓形 */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

/* 當選擇 "Y" 時，開關背景顏色變為綠色 */
input:checked + .slider {
  background-color: #4CAF50;
}

/* 當選擇 "Y" 時，圓形移動到右側 */
input:checked + .slider:before {
  transform: translateX(26px);
}

.survey_topics{ font-size: 120%; font-weight: 800; list-style-type: none; border: 1px solid #ccc; border-radius: .5em; margin-bottom: 2em; padding: .5em;}
.topics_answer{ width: 100%; font-size: 100%; font-weight: normal; list-style-type: none; margin-top: .5em; margin-bottom: .5em; display: inline-block;}
/*問卷調查 END*/



/*常使用功能*/
.box_T {
  background-color: #FFF;
  border-radius: 0.375em;
  border: solid 0px rgba(210, 215, 217, 0.25);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  margin-bottom: 2em;
  padding-left: 1.5em; 
padding-right: 1.5em;
padding-top: 1em;
padding-bottom: 1em;
}
  .box_T > :last-child,
  .box_T > :last-child > :last-child,
  .box_T > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box_T.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }
 .font_title_K{ font-size: 105%; font-weight: bold; border-left: 1px solid #6c0688; border-bottom: 1px solid #efefef; padding-left: .5em; margin-bottom: .2em; letter-spacing: .2em;}   
.settings_icon{ float: right; color: #c6c6c6; cursor: pointer; }
.settings_icon :hover{ color: #036;}
.container {
    width: 100%;
    margin: 5px auto 0;
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, 100px);
}

.container .block {
    width: 80px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    
    margin: 2px auto;  /* 讓grid內元素置中 */
}
.container .block .block_icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  color: #7f888f;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border: 1px solid rgb(226, 226, 226);
transition: background-image 0.5s ease 0.5s; /* 延遲0.5秒開始變色 */
}
.container .block .block_icon:hover {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #333c42;
}
.container .block .block_icon_sub{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  color: #7f888f;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  border: 1px solid rgb(226, 226, 226);
transition: background-image 0.5s ease 0.5s; /* 延遲0.5秒開始變色 */
}
.container .block .block_icon_sub:hover {
    background-image: linear-gradient(to top, #ebc0fd 0%, #d9ded8 100%);
    color: #333c42;
}
.container .block .block_icon_text{
  font-size: 90%; color: #4a4a4a;
}
.container .block .block_icon i{
 font-size: 130%;
}
.container .block .block_icon_sub i{
 font-size: 130%;
}
.settings_td_a{ width: 100%; font-size: 120% !important; height: 40px; line-height: 40px;}
.settings_td_icon{ width: 100%; font-size: 120% !important; height: 40px; line-height: 40px;}
/*常使用功能 END*/

