.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.u-font-center {
  text-align: center !important; }

.u-font-left {
  text-align: left !important; }

.u-font-right {
  text-align: right !important; }

.u-font-small {
  font-size: 0.85em; }

.u-font-meta {
  color: #7b8994; }

.u-font-error {
  color: #e82110; }

.u-font-success {
  color: #48ac68; }

.u-thide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; }

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; }

/* HTML5 display-role reset for older browsers */
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; }

html {
  font-family: Roboto, Heiti TC, LiHei Pro, Microsoft JhengHei, sans-serif;
  font-size: 16px;
  color: #25282b;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  line-height: 1.5;
  overflow-x: hidden; }

h1 {
  font-size: 2.4em;
  font-weight: bold; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1em;
  font-weight: bold; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

* {
  line-height: 1.5em; }

#app {
  min-height: 82.5vh; }

html, body {
  width: 100%; }

.container {
  position: relative;
  margin: 0 auto;
  height: 100%; }
  @media (min-width: 1300px) {
    .container {
      width: 1280px; } }
  @media (max-width: 1299px) {
    .container {
      width: 960px; } }
  @media (max-width: 992px) {
    .container {
      width: 750px; } }
  @media (max-width: 768px) {
    .container {
      width: 100%; } }

.small-title {
  padding: 8px 0;
  color: #777;
  text-align: left;
}
.table.table-noboarder, .table.table-noboarder td, .table.table-noboarder th {
    border: none;
}

.symtranet-footer {
  margin-top: 18px;
}

.cursor-pointer {
  cursor: pointer;
}
