//Bundle At: 2024/07/01 13:14:55
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
//Bundle At: 2024/02/21 17:03:51
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Microsoft Jhenghei', "微軟正黑體", "Microsoft YaHei", "微软雅黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color:   #333333;
  background-color: #fff;
}
.wui-f16 {
  font-size: 16px;
}
.wui-f14 {
  font-size: 14px;  
}
.wui-f13 {
  font-size: 13px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color:  #4183c4; 
  text-decoration: none;
}
a:hover,
a:focus {
  /*color: #2a6496;*/
  text-decoration: underline;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.wui-f14 hr {
  margin: 8px 0;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
.wui-f14 h1,
.wui-f14 h2,
.wui-f14 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.wui-f14 h4,
.wui-f14 h5,
.wui-f14 h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 39px;
}
.wui-f14 h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
.wui-f14 h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
.wui-f14 h3 {
  font-size: 24px;
}
h4 {
  font-size: 19px;
}
.wui-f14 h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
.wui-f14 h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
.wui-f14 h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.wui-f14 p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
/*.wui-f14 ul,
.wui-f14 ol {
  margin-bottom: 10px;
}*/
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
.wui-f14 dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
.wui-f14 blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.wui-f14 address {
  margin-bottom: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.wui-f13 pre {
  margin: 0 0 10px;
  font-size: 13px;
}
.wui-f14 pre {
  margin: 0 0 10px;
  font-size: 14px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
input[type="search"] {
  -webkit-appearance: none;
}
div:focus {
    outline: none;
}.wui-box {
    background-color: #fff;
    border: 1px solid #bbb;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    /*position: relative;*/
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
}
.wui-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  background-clip: padding-box;
}

.wui-container {
  padding-left: 10px;
  padding-right: 10px;
}
.wui-container-center {
  margin-right: auto;
  margin-left: auto;
}
.wui-container-normal {
  width: 960px; /*970px;*/
}
.wui-container-small {
  width: 600px;
}
.wui-container-xsmall {
  width: 400px;
}
.wui-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wui-container-fluid-full {
  padding-left: 0px;
  padding-right: 0px;
}
.wui-container-master {
  max-width: 1140px;
}
@media (min-width: 992px) {
  .wui-container-fluid.wui-container-normal,
  .wui-container-fluid .wui-container-normal {
    width: 960px; /*970px;*/
  }
}
@media (min-width: 1200px) {
  .wui-container-fluid.wui-container-normal,
  .wui-container-fluid .wui-container-normal {
    width: 1140px;
  }
}
@media (max-width: 970px) {
  .wui-container-fluid.wui-container-normal,
  .wui-container-fluid .wui-container-normal {
    width: inherit;
  }
}
@media (max-width: 600px) {
  .wui-container-fluid.wui-container-small {
    width: inherit;
  }
}
@media (max-width: 400px) {
  .wui-container-fluid.wui-container-xsmall {
    width: inherit;
  }
}

.wui-row {
  margin-left: 0;
  margin-right: 0;
}
.wui-row-line {
  border-bottom: 1px solid #ededed;
}
.wui-row-mm-x {
  margin-left: -10px;
  margin-right: -10px;
}
.wui-col-1, .wui-col-2, .wui-col-3, .wui-col-4, .wui-col-5, .wui-col-6, .wui-col-7, .wui-col-8,
.wui-col-9, .wui-col-10, .wui-col-11, .wui-col-12, .wui-col-13, .wui-col-14, .wui-col-15,
.wui-col-16, .wui-col-17, .wui-col-18, .wui-col-19, .wui-col-20, .wui-col-21, .wui-col-22, .wui-col-23, .wui-col-24,
.wui-col-25, .wui-col-26, .wui-col-27, .wui-col-28, .wui-col-29, .wui-col-30, .wui-col-31, .wui-col-32,
.wui-col-33, .wui-col-34, .wui-col-35, .wui-col-36, .wui-col-37, .wui-col-38, .wui-col-39,
.wui-col-40, .wui-col-41, .wui-col-42, .wui-col-43, .wui-col-44, .wui-col-45, .wui-col-46, .wui-col-47, .wui-col-48 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/*@media (max-width: 970px) {
    .wui-container-fluid .wui-col-1, .wui-container-fluid .wui-col-2, .wui-container-fluid .wui-col-3,
    .wui-container-fluid .wui-col-4, .wui-container-fluid .wui-col-5, .wui-container-fluid .wui-col-6,
    .wui-container-fluid .wui-col-7, .wui-container-fluid .wui-col-8, .wui-container-fluid .wui-col-9,
    .wui-container-fluid .wui-col-10, .wui-container-fluid .wui-col-11, .wui-container-fluid .wui-col-12,
    .wui-container-fluid .wui-col-13, .wui-container-fluid .wui-col-14, .wui-container-fluid .wui-col-15,
    .wui-container-fluid .wui-col-16, .wui-container-fluid .wui-col-17, .wui-container-fluid .wui-col-18,
    .wui-container-fluid .wui-col-19, .wui-container-fluid .wui-col-20, .wui-container-fluid .wui-col-21,
    .wui-container-fluid .wui-col-22, .wui-container-fluid .wui-col-23, .wui-container-fluid .wui-col-24,
    .wui-container-fluid .wui-col-25, .wui-container-fluid .wui-col-26, .wui-container-fluid .wui-col-27,
    .wui-container-fluid .wui-col-28, .wui-container-fluid .wui-col-29, .wui-container-fluid .wui-col-30,
    .wui-container-fluid .wui-col-31, .wui-container-fluid .wui-col-32, .wui-container-fluid .wui-col-33,
    .wui-container-fluid .wui-col-34, .wui-container-fluid .wui-col-35, .wui-container-fluid .wui-col-36,
    .wui-container-fluid .wui-col-37, .wui-container-fluid .wui-col-38, .wui-container-fluid .wui-col-39,
    .wui-container-fluid .wui-col-40, .wui-container-fluid .wui-col-41, .wui-container-fluid .wui-col-42,
    .wui-container-fluid .wui-col-43, .wui-container-fluid .wui-col-44, .wui-container-fluid .wui-col-45,
    .wui-container-fluid .wui-col-46, .wui-container-fluid .wui-col-47, .wui-container-fluid .wui-col-48 {
      width: 100%;
      float: none;
    }
}*/
.wui-col-48 {
  width: 100%;
}
.wui-col-47 {
  width: 97.91666667%;
}
.wui-col-46 {
  width: 95.83333333%;
}
.wui-col-45 {
  width: 93.75%;
}
.wui-col-44 {
  width: 91.66666667%;
}
.wui-col-43 {
  width: 89.58333333%;
}
.wui-col-42 {
  width: 87.5%;
}
.wui-col-41 {
  width: 85.41666667%;
}
.wui-col-40 {
  width: 83.33333333%;
}
.wui-col-39 {
  width: 81.25%;
}
.wui-col-38 {
  width: 79.16666667%;
}
.wui-col-37 {
  width: 77.08333333%;
}
.wui-col-36 {
  width: 75%;
}
.wui-col-35 {
  width: 72.91666667%;
}
.wui-col-34 {
  width: 70.83333333%;
}
.wui-col-33 {
  width: 68.75%;
}
.wui-col-32 {
  width: 66.66666667%;
}
.wui-col-31 {
  width: 64.58333333%;
}
.wui-col-30 {
  width: 62.5%;
}
.wui-col-29 {
  width: 60.41666667%;
}
.wui-col-28 {
  width: 58.33333333%;
}
.wui-col-27 {
  width: 56.25%;
}
.wui-col-26 {
  width: 54.16666667%;
}
.wui-col-25 {
  width: 52.08333333%;
}
.wui-col-24 {
  width: 50%;
}
.wui-col-23 {
  width: 47.91666667%;
}
.wui-col-22 {
  width: 45.83333333%;
}
.wui-col-21 {
  width: 43.75%;
}
.wui-col-20 {
  width: 41.66666667%;
}
.wui-col-19 {
  width: 39.58333333%;
}
.wui-col-18 {
  width: 37.5%;
}
.wui-col-17 {
  width: 35.41666667%;
}
.wui-col-16 {
  width: 33.33333333%;
}
.wui-col-15 {
  width: 31.25%;
}
.wui-col-14 {
  width: 29.16666667%;
}
.wui-col-13 {
  width: 27.08333333%;
}
.wui-col-12 {
  width: 25%;
}
.wui-col-11 {
  width: 22.91666667%;
}
.wui-col-10 {
  width: 20.83333333%;
}
.wui-col-9 {
  width: 18.75%;
}
.wui-col-8 {
  width: 16.66666667%;
}
.wui-col-7 {
  width: 14.58333333%;
}
.wui-col-6 {
  width: 12.5%;
}
.wui-col-5 {
  width: 10.41666667%;
}
.wui-col-4 {
  width: 8.33333333%;
}
.wui-col-3 {
  width: 6.25%;
}
.wui-col-2 {
  width: 4.16666667%;
}
.wui-col-1 {
  width: 2.08333333%;
}.wui-grid-body {
    overflow: auto;
}

.wui-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  word-wrap: break-word;
}
/*sync with input*/
/*.wui-table > tbody > tr {
  height: 29px;
}*/
.wui-table > thead > tr > th,
.wui-table > tbody > tr > th,
.wui-table > tfoot > tr > th,
.wui-table > thead > tr > td,
.wui-table > tbody > tr > td,
.wui-table > tfoot > tr > td {
  line-height: 1.42857143;
  vertical-align: middle;/*top;*/
  border-bottom: 1px solid #dddddd;
  /*border-top: 1px solid #dddddd;*/
}
.wui-table > thead > tr > th,
.wui-table > tbody > tr > th,
.wui-table > tfoot > tr > th,
.wui-table > thead > tr > td,
.wui-table > tbody > tr > td,
.wui-table > tfoot > tr > td {
  padding: 8px;
}
.wui-table > thead > tr > th.wui-grid-cell-checkbox {
  padding-left: 3px;
  padding-right: 3px;
}
.wui-grid-container .wui-table > tbody > tr > td {
  padding: 3px;
}
.wui-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.wui-table > caption + thead > tr:first-child > th,
.wui-table > colgroup + thead > tr:first-child > th,
.wui-table > thead:first-child > tr:first-child > th,
.wui-table > caption + thead > tr:first-child > td,
.wui-table > colgroup + thead > tr:first-child > td,
.wui-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.wui-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.wui-table .wui-table {
  background-color: #ffffff;
}
.wui-table-grid {
  border: 1px solid #dddddd;
}
.wui-table-grid > thead > tr > th,
.wui-table-grid > tbody > tr > th,
.wui-table-grid > tfoot > tr > th,
.wui-table-grid > thead > tr > td,
.wui-table-grid > tbody > tr > td,
.wui-table-grid > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.wui-table-grid > caption + thead > tr:first-child > th,
.wui-table-grid > colgroup + thead > tr:first-child > th,
.wui-table-grid > thead:first-child > tr:first-child > th,
.wui-table-grid > caption + thead > tr:first-child > td,
.wui-table-grid > colgroup + thead > tr:first-child > td,
.wui-table-grid > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dddddd;
  background-color: #f5f5f5;
}
.wui-table-grid > thead > tr > th.sortable,
.wui-table-grid > thead > tr > th.wui-sortable,
.wui-table-grid > thead > tr > th.wui-selectable {
  cursor: pointer;
}
.wui-table-grid > thead > tr > th.wui-is-selected {
  color: #004CFF;/*#4183c4;*/
}
.wui-table-grid > tbody > tr > th.wui-uneditable,
.wui-table-grid > tbody > tr > td.wui-uneditable {
  background-color: #eeeeee;
}

/*todo 以下尚缺範例*/
.wui-table-grid > thead > tr > th div.reorder-to-before,
.wui-table-grid > thead > tr > th div.reorder-to-after {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
}
.wui-table-grid > thead > tr > th div.reorder-to-before {
  left: 0px;
}
.wui-table-grid > thead > tr > th div.reorder-to-after {
  right: 0px;
}
.wui-table-grid > thead > tr > th div.reorder-to-before.wui-is-active,
.wui-table-grid > thead > tr > th div.reorder-to-after.wui-is-active {
  opacity: 0.8;
  background-color: #f0ad4e;
}

.wui-table-grid .wui-grid-cell {
  /*position: relative;*/
}

.wui-table-grid .wui-grid-cell .wui-checkbox {
  margin-top: 0px;
}

.wui-table-grid .wui-grid-cell .wui-link {
  color: #004CFF;
  cursor: pointer;
  text-decoration: underline;
}


.wui-table-striped > tbody > tr:nth-child(even),
.wui-table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}
.wui-table-stripcolor{
  background-color: #f9f9f9;
}

.wui-table-hover > tbody > tr:hover,
.wui-table-hover > tbody > tr:hover > th,
.wui-table-hover > tbody > tr.wui-is-hover,
.wui-table-hover > tbody > tr.wui-is-hover > th {
  background-color: #e5f3fb;/*#ffe9c8; */
}

.wui-grid-hover > tbody > tr.wui-is-hover,
.wui-grid-hover > tbody > tr.wui-is-hover > th {
  background-color: #e5f3fb;/*#ffe9c8; */
}

.wui-table > tbody > tr.wui-is-selected.wui-is-selected-highlight > td,
.wui-table > tbody > tr.wui-is-selected.wui-is-selected-highlight > th {
  background-color: #d1e8ff; !important; /*ffca7b*/
}

.wui-grid-container:not(.wui-editable) .wui-table > tbody > tr.wui-is-selected.wui-is-active > td:not(.wui-grid-group-cell),
.wui-grid-container:not(.wui-editable) .wui-table > tbody > tr.wui-is-selected.wui-is-active > th,
.wui-grid-container.wui-editable .wui-table > tbody > tr.wui-is-selected.wui-is-active > td.wui-is-edit,
.wui-grid-container.wui-editable .wui-table > tbody > tr.wui-is-selected.wui-is-active > th.wui-is-edit {
  background-color: #fcf8e3; !important; /*ffca7b*/
}

.wui-grid-container:not(.wui-editable) .wui-table > tbody > tr.wui-is-active > td:not(.wui-grid-group-cell),
.wui-grid-container:not(.wui-editable) .wui-table > tbody > tr.wui-is-active > th,
.wui-grid-container.wui-editable .wui-table > tbody > tr.wui-is-active > td.wui-is-edit,
.wui-grid-container.wui-editable .wui-table > tbody > tr.wui-is-active > th.wui-is-edit {
  background-color: #fcf8e3; !important; /*ffca7b*/
}

.wui-grid-container:not(.wui-editable) .wui-table.wui-active-display-none > tbody > tr.wui-is-selected.wui-is-active > td:not(.wui-grid-group-cell),
.wui-grid-container:not(.wui-editable) .wui-table.wui-active-display-none > tbody > tr.wui-is-selected.wui-is-active > th,
.wui-grid-container.wui-editable .wui-table.wui-active-display-none > tbody > tr.wui-is-selected.wui-is-active > td.wui-is-edit,
.wui-grid-container.wui-editable .wui-table.wui-active-display-none > tbody > tr.wui-is-selected.wui-is-active > th.wui-is-edit {
  background-color: inherit; !important; /*ffca7b*/
}

.wui-grid-container:not(.wui-editable) .wui-table.wui-active-display-none > tbody > tr.wui-is-active > td:not(.wui-grid-group-cell),
.wui-grid-container:not(.wui-editable) .wui-table.wui-active-display-none > tbody > tr.wui-is-active > th,
.wui-grid-container.wui-editable .wui-table.wui-active-display-none > tbody > tr.wui-is-active > td.wui-is-edit,
.wui-grid-container.wui-editable .wui-table.wui-active-display-none > tbody > tr.wui-is-active > th.wui-is-edit,
.wui-grid-container.wui-editable .wui-grid-body-fixed table.wui-table.wui-active-display-none > tbody > tr.wui-is-active > td.wui-focus,
.wui-grid-container.wui-editable .wui-grid-body-nonfixed table.wui-table.wui-active-display-none > tbody > tr.wui-is-active > td.wui-focus {
  background-color: inherit; !important; /*ffca7b*/
}

.wui-table > tbody > tr.wui-is-selected,
.wui-table > tbody > tr.wui-is-active {
  /*border: 1px solid #6fb7ff;*/
}
.wui-table > thead > tr > th.wui-grid-cell,
.wui-table > tbody > tr > td.wui-grid-cell {
 /* padding-left: 0.3em;
  padding-right: 0.3em;*/
}
.wui-table > thead > tr > th.wui-grid-cell.wui-grid-cell-resizable {
  padding-right: 0em;
}
.wui-table > tbody > tr > td.wui-is-edit {
  padding: 0 0.3em;
}
.wui-table  pre {
  font-family: 'Microsoft Jhenghei', Arial, sans-serif;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.wui-grid-container {
    position: relative;
    overflow: hidden;
}

.wui-grid-container .wui-grid-head-nonfixed,
.wui-grid-container .wui-grid-head-fixed,
.wui-grid-container .wui-grid-body-fixed {
    overflow: hidden;
}
.wui-grid-container .wui-grid-head-nonfixed {
    overflow-y: scroll;
}
.wui-grid-container.wui-grid-display-all .wui-grid-head-nonfixed {
    overflow-y: hidden;
}
.wui-grid-container .wui-grid-body-nonfixed {
    overflow: scroll;
}

.wui-grid-container table.wui-table {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    width: initial;
    max-width: initial;
}

/*.wui-grid-container .wui-grid-head-container input[type="checkbox"],
.wui-grid-container .wui-grid-body-container input[type="checkbox"] {
    margin: 0px;
}*/

.wui-grid-container .wui-fixed-column,
.wui-grid-container .wui-nonfixed-column {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wui-grid-container .wui-grid-head-container,
.wui-grid-container .wui-grid-head-fixed,
.wui-grid-container .wui-grid-head-nonfixed,
.wui-grid-container .wui-grid-body-container,
.wui-grid-container .wui-grid-body-fixed,
.wui-grid-container .wui-grid-body-nonfixed {
    /*display: inline-block;*/
    /*float: left;*/
    position: relative;
    vertical-align: top;
}

.wui-grid-container .wui-grid-body-container,
.wui-grid-container .wui-grid-head-fixed,
.wui-grid-container .wui-grid-head-nonfixed,
.wui-grid-container .wui-grid-body-fixed,
.wui-grid-container .wui-grid-body-nonfixed {
    display: inline-block;
}

.wui-grid-container .wui-grid-head-fixed .wui-grid-cell input[type="checkbox"],
.wui-grid-container .wui-grid-head-nonfixed .wui-grid-cell input[type="checkbox"] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wui-grid-container .wui-grid-head-fixed .wui-grid-cell .wui-checkbox,
.wui-grid-container .wui-grid-head-nonfixed .wui-grid-cell .wui-checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: auto;
    line-height: normal;
}

.wui-grid-container .wui-grid-head-container table {
    margin-bottom: 0px;
}

.wui-grid-container table.wui-table > tbody > tr.wui-is-active {
    border: none;
}

.wui-grid-container .wui-table > thead > tr > th,
.wui-grid-container .wui-table > tfoot > tr > th,
.wui-grid-container .wui-table > thead > tr > td,
.wui-grid-container .wui-table > tfoot > tr > td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.wui-grid-container .wui-table > tbody > tr > td {
  /*padding: 4px 2px;*/
  /*padding-left: 4px;*/
}

.wui-grid-container.wui-editable .wui-grid-body-container table.wui-table td.wui-focus,
.wui-grid-container.wui-editable .wui-grid-body-fixed table.wui-table td.wui-focus,
.wui-grid-container.wui-editable .wui-grid-body-nonfixed table.wui-table td.wui-focus {
    background-color: #d1e8ff; !important;
}

.wui-grid-container.wui-editable .wui-grid-body-container table.wui-table tr.wui-is-active td.wui-focus:not(.wui-uneditable),
.wui-grid-container.wui-editable .wui-grid-body-fixed table.wui-table tr.wui-is-active td.wui-focus:not(.wui-uneditable),
.wui-grid-container.wui-editable .wui-grid-body-nonfixed table.wui-table tr.wui-is-active td.wui-focus:not(.wui-uneditable) {
    background-color: #fcf8e3; !important;
}


.wui-grid-body-fixed > div {
    -ms-overflow-style: none;  // IE 10+
    scrollbar-width: none;  // Firefox
}
.wui-grid-body-fixed > div::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}

.wui-grid-container .wui-grid-head-container .wui-button.wui-color-link {
  padding-top: 0px;
  padding-bottom: 0px;
}.wui-radio,
.wui-checkbox {
  position: relative;
  display: block;
}
.wui-radio, .wui-checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.wui-f16 .wui-radio,
.wui-f16 .wui-checkbox {
  margin-top: 6px;
  margin-bottom: 6px;
}

.wui-f12 .wui-radio,
.wui-f12 .wui-checkbox,
.wui-f14 .wui-radio,
.wui-f14 .wui-checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}

.wui-radio.wui-is-selected, .wui-checkbox.wui-is-selected {
  color: #004CFF;
}
.wui-radio label,
.wui-checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.wui-radio input[type="radio"],
.wui-radio-inline input[type="radio"],
.wui-checkbox input[type="checkbox"],
.wui-checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
/*.wui-radio + .wui-radio,
.wui-checkbox + .wui-checkbox {
  margin-top: -5px;
}*/
.wui-radio-inline,
.wui-checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 0;/*20px;*/
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;

  margin-right: 10px;
}
/*.wui-radio-inline + .wui-radio-inline,
.wui-checkbox-inline + .wui-checkbox-inline {
  margin-top: 10px;
}*/

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].wui-is-disabled,
input[type="checkbox"].wui-is-disabled,
.wui-radio[disabled],
.wui-checkbox[disabled],
.wui-radio.wui-is-disabled,
.wui-checkbox.wui-is-disabled,
.wui-radio-inline[disabled],
.wui-checkbox-inline[disabled],
.wui-radio-inline.wui-is-disabled,
.wui-checkbox-inline.wui-is-disabled,
.wui-radio[disabled] label,
.wui-checkbox[disabled] label,
.wui-radio.wui-is-disabled label,
.wui-checkbox.wui-is-disabled label,
.wui-radio-inline[disabled] label,
.wui-checkbox-inline[disabled] label,
.wui-radio-inline[disabled] label,
.wui-checkbox-inline[disabled] label,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .wui-radio-inline,
fieldset[disabled] .wui-checkbox-inline,
fieldset[disabled] .wui-radio label,
fieldset[disabled] .wui-checkbox label {
  cursor: default; /*not-allowed;*/
}

.wui-radio input[type="radio"]:focus,
.wui-checkbox input[type="checkbox"]:focus {
  outline: 1px dotted #777777;
}

.wui-group {
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  padding: 10px;
  margin-top: 10px;
}

.wui-group-header {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
}

.wui-group-header .wui-button {
  padding: 0 16px;
}
.wui-group-header .wui-button[disabled] {
  opacity: 0.8;
}

.wui-group-header-item {
  margin-right: 20px;
  background-color: #fff;
}
.wui-group-header-item .wui-input-label {
  padding-top: 0;
}

.wui-switcher>label {
  position: relative;
  display: inline-block;
  height: 28px;
  min-width: 60px
}
.wui-switcher>label>input {
  opacity: 0;
  width: 0;
  height: 0;
}
.wui-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.wui-switcher .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;

  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.wui-switcher input:checked + .slider {
  background-color: #1ec55b;
}

/*.wui-switcher input:focus + .slider {
  box-shadow: 0 0 1px #1ec55b;
}*/

.wui-switcher input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* Rounded sliders */
.wui-switcher .slider.round {
  border-radius: 34px;
}

.wui-switcher .slider.round:before {
  border-radius: 50%;
}/*Button*/
.wui-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2.5px 16px;/*3.5px 16px;*/  /*like .wui-input*/
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wui-f16 .wui-button {
  font-size: 16px;
}
.wui-f14 .wui-button {
  font-size: 14px;
  padding: 1px 14px;
}
.wui-f13 .wui-button {
  font-size: 13px;
}
.wui-button:focus,
.wui-button:active:focus,
.wui-button.wui-is-active:focus,
.wui-dropdown.wui-is-active > .wui-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wui-button:hover,
.wui-button:focus {
  color: #333333;
  text-decoration: none;
}
.wui-button:active,
.wui-button.wui-is-active,
.wui-dropdown.wui-is-active > .wui-button {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wui-button.wui-is-disabled,
.wui-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wui-button-lg {
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.wui-f14 .wui-button-lg {
  padding: 6px 16px;
  font-size: 16px;
}
.wui-f13 .wui-button-lg {
  font-size: 15px;
}
.wui-button-lg .wui-caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/*Button theme*/
.wui-button {
  color: black;
  border-color: #d5d5d5;
  background-color: #f0f0f0; /*#f5f5f5;*/

  /*border-bottom-color: #b3b3b3;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
}
.wui-button:hover,
.wui-button:focus,
.wui-button:active,
.wui-button.wui-is-active,
.wui-dropdown.wui-is-active .wui-button {
  color: black;
  border-color: #adadad;
  background-color: #dddddd;
  background-image: none;
}
.wui-button.wui-is-active {
  color: #004CFF;
}
.wui-button:active,
.wui-button.wui-is-active,
.wui-dropdown.wui-is-active .wui-button {
  background-image: none;
}
.wui-button.wui-is-disabled,
.wui-button[disabled],
.wui-button.wui-is-disabled:hover,
.wui-button[disabled]:hover,
.wui-button.wui-is-disabled:focus,
.wui-button[disabled]:focus,
.wui-button.wui-is-disabled:active,
.wui-button[disabled]:active,
.wui-button.wui-is-disabled.wui-is-active,
.wui-button[disabled].wui-is-active {
  background-color: #f5f5f5;
  border-color: #cccccc;

    color: #bfcbd9;
    background-image: none;
    background-color: #eef1f6;
    border-color: #d1dbe5;
}

/*Button Group*/
.wui-button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wui-button-group > .wui-button {
  position: relative;
  float: left;
}
.wui-button-group > .wui-button:hover,
.wui-button-group > .wui-button:focus,
.wui-button-group > .wui-button:active,
.wui-button-group > .wui-button.wui-is-active {
  z-index: 2;
}
.wui-button-group > .wui-button:focus {
  outline: 0;
}
.wui-button-group .wui-button + .wui-button,
.wui-button-group .wui-button + .wui-button-group,
.wui-button-group .wui-button-group + .wui-button,
.wui-button-group .wui-button-group + .wui-button-group {
  margin-left: -1px;
}
.wui-button-group > .wui-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/*.wui-button-group > .wui-button:first-child {*/
.wui-button-group > .wui-button:not(:first-child):not(:last-child) {
  margin-left: 0;
}
.wui-button-group > .wui-button:not(:last-child) {
  margin-left: -1px;
}
.wui-button-group > .wui-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wui-button-group > .wui-button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wui-button-group > .wui-button-group {
  float: left;
}
.wui-button-group > .wui-button-group:not(:first-child):not(:last-child) > .wui-button {
  border-radius: 0;
}
.wui-button-group > .wui-button-group:first-child > .wui-button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wui-button-group > .wui-button-group:last-child > .wui-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wui-button.wui-cell-button {
  padding: 0px;
  margin: 0px;
}

.wui-button-group .wui-button.wui-color-primary:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-primary:last-child {
    border-left-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-danger:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-danger:last-child {
    border-left-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-success:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-success:last-child {
    border-left-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-info:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-info:last-child {
    border-left-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-warning:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-warning:last-child {
    border-left-color: rgba(255,255,255,.5);
}

.wui-button-group .wui-button.wui-color-blue:not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
.wui-button-group .wui-button.wui-color-blue:last-child {
    border-left-color: rgba(255,255,255,.5);
}

.wui-col-1>.wui-button,
.wui-col-2>.wui-button,
.wui-col-3>.wui-button,
.wui-col-4>.wui-button,
.wui-col-5>.wui-button,
.wui-col-6>.wui-button,
.wui-col-7>.wui-button,
.wui-col-8>.wui-button,
.wui-col-9>.wui-button,
.wui-col-10>.wui-button,
.wui-col-11>.wui-button,
.wui-col-12>.wui-button,
.wui-col-13>.wui-button,
.wui-col-14>.wui-button,
.wui-col-15>.wui-button,
.wui-col-16>.wui-button,
.wui-col-17>.wui-button,
.wui-col-18>.wui-button,
.wui-col-19>.wui-button,
.wui-col-20>.wui-button,
.wui-col-21>.wui-button,
.wui-col-22>.wui-button,
.wui-col-23>.wui-button,
.wui-col-24>.wui-button,
.wui-col-25>.wui-button,
.wui-col-26>.wui-button,
.wui-col-27>.wui-button,
.wui-col-28>.wui-button,
.wui-col-29>.wui-button,
.wui-col-30>.wui-button,
.wui-col-31>.wui-button,
.wui-col-32>.wui-button,
.wui-col-33>.wui-button,
.wui-col-34>.wui-button,
.wui-col-35>.wui-button,
.wui-col-36>.wui-button,
.wui-col-37>.wui-button,
.wui-col-38>.wui-button,
.wui-col-39>.wui-button,
.wui-col-40>.wui-button,
.wui-col-41>.wui-button,
.wui-col-42>.wui-button,
.wui-col-43>.wui-button,
.wui-col-44>.wui-button,
.wui-col-45>.wui-button,
.wui-col-46>.wui-button,
.wui-col-47>.wui-button,
.wui-col-48>.wui-button,
.wui-grid-cell .wui-button {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}.wui-form-row {
  margin-bottom: 3px;
}

.wui-input-label {
  width: 100%;
  font-weight: normal;
  text-align: right;

  padding: 4px 8px 0px 0px;/*4px 20px 0px 0px;*/

}

.wui-f14 .wui-input-label {
  padding: 2px 8px 0px 0px;
}

.wui-input-label .wui-link {
  color: #004CFF;
  cursor: pointer;
  text-decoration: underline;
}

.wui-input-static {
  height: 28px;     /*like wui-input*/
  padding: 4px 6px; /*like wui-input*/
}
.wui-f14 .wui-input-static {
  height: 24px;
  padding: 2px 6px;
}

.wui-config-label-left .wui-input-label {
  text-align: left;
  padding: 4px 6px; /*like wui-input*/
}

.wui-f14 .wui-config-label-left .wui-input-label {
  text-align: left;
  padding: 2px 6px; /*like wui-input*/
}

/*@media (max-width: 970px) {
    .wui-container-fluid .wui-input-label,
    .wui-container-fluid .wui-input-label.wui-text-right {
        text-align: left;
    }
}*/

.wui-input {
  display: block;
  width: 100%;
  font-size: 15px;

  padding: 4px 6px;
  height: 28px;

  color: black;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wui-f16 .wui-input {
  font-size: 16px;
}
.wui-f14 .wui-input {
  font-size: 14px;
  height: 24px;
  padding: 0px 6px;
}
.wui-f13 .wui-input {
  font-size: 13px;
}
.wui-input:focus,
.wui-input.wui-is-active,
.wui-dropdownlist-wrapper.wui-is-active > .wui-input {
  border-color: #66afe9;
  outline: 0;

  background-color: rgba(251, 251, 229, 0.75); /*#fbfbe6;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wui-grid-container .wui-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wui-input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.wui-input:-ms-input-placeholder {
  color: #777777;
}
.wui-input::-webkit-input-placeholder {
  color: #777777;
}
.wui-input[disabled],
.wui-input[readonly],
.wui-input.wui-is-disabled,
fieldset[disabled] .wui-input {
  background-color: #eeeeee;
  opacity: 1;
}

textarea.wui-input {
  height: auto;
  padding: 4px 6px; /*like wui-input*/
}

.wui-f14 textarea.wui-input {
  height: auto;
  padding: 0px 6px; /*like wui-input*/
}

.wui-input-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.wui-input-wrapper .wui-input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.wui-input-group-addon,
.wui-input-group-btn,
.wui-input-wrapper .wui-input {
  display: table-cell;
}
.wui-input-group-addon:not(:first-child):not(:last-child),
.wui-input-group-btn:not(:first-child):not(:last-child),
.wui-input-wrapper.wui-input-hasbutton .wui-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.wui-input-group-addon,
.wui-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}
.wui-input-group-addon {
  padding: 4px 6px; /*like wui-input*/
  line-height: 1;
  font-weight: normal;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;

  /*like wui-button*/
  color: black;
  border-color: #d5d5d5;
  background-color: #f5f5f5;
}

.wui-f14 .wui-input-group-addon {
    padding: 2px 6px; /*like wui-input*/
}
.wui-input-group-addon input[type="radio"],
.wui-input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.wui-input-wrapper.wui-input-hasbutton .wui-input:first-child,
.wui-input-group-addon:first-child,
.wui-input-group-btn:first-child > .wui-button,
.wui-input-group-btn:first-child > .wui-button-group > .wui-button,
.wui-input-group-btn:first-child > .wui-dropdown-toggle,
.wui-input-group-btn:last-child > .wui-button:not(:last-child):not(.wui-dropdown-toggle),
.wui-input-group-btn:last-child > .wui-button-group:not(:last-child) > .wui-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wui-input-group-addon:first-child {
  border-right: 0;
}
.wui-input-wrapper.wui-input-hasbutton .wui-input:last-child,
.wui-input-group-addon:last-child,
.wui-input-group-btn:last-child > .wui-button,
.wui-input-group-btn:last-child > .wui-button-group > .wui-button,
.wui-input-group-btn:last-child > .wui-dropdown-toggle,
.wui-input-group-btn:first-child > .wui-button:not(:first-child),
.wui-input-group-btn:first-child > .wui-button-group:not(:first-child) > .wui-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wui-input-group-addon:last-child {
  border-left: 0;
}
.wui-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.wui-input-group-btn > .wui-button {
  position: relative;
  min-width: 40px;
}
.wui-input-group-btn > .wui-button + .wui-button {
  margin-left: -1px;
}
.wui-input-group-btn > .wui-button:hover,
.wui-input-group-btn > .wui-button:focus,
.wui-input-group-btn > .wui-button:active {
  z-index: 2;
}
.wui-input-group-btn:first-child > .wui-button,
.wui-input-group-btn:first-child > .wui-button-group {
  margin-right: -1px;
}
.wui-input-group-btn:last-child > .wui-button,
.wui-input-group-btn:last-child > .wui-button-group {
  z-index: 2;
  margin-left: -1px;
}
.wui-input-group-btn .wui-button {
  /*margin-left: -1px;*/
  padding: 4px 12px; /*like wui-input*/
  line-height: 1;
  height: 28px; /*like wui-input*/
}

.wui-f14 .wui-input-group-btn .wui-button {
  padding: 2px 12px; /*like wui-input*/
  height: 24px; /*like wui-input*/
}

.wui-input-select .wui-input,
.wui-input-select .wui-input-select-trigger.wui-button {
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}
.wui-input-select .wui-button {
  border-color: #cccccc;
  border-left: 0;
}
.wui-input-select .wui-input[disabled],
.wui-input-select .wui-button[disabled] {
  background-color: #eee;
  cursor: default;
}

.wui-required {
  color: #d9534f;
}
.wui-input.has-error {
    border-color: #a94442;
}
.wui-input.wui-nonediting {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
.wui-input.wui-nonediting:focus{
    outline: none;
}

.wui-mobile .wui-input-select .wui-button {
  border: none;
}

.wui-mobile .wui-input.wui-input-popup-editing[disabled],
.wui-mobile .wui-input.wui-input-popup-editing[readonly],
.wui-rwd .wui-input.wui-input-popup-editing[disabled],
.wui-rwd .wui-input.wui-input-popup-editing[readonly]  {
  background-color: initial;
}

.wui-mobile .wui-input-label,
.wui-rwd .wui-input-label {
  text-align: left;
}

.wui-mobile-row {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 3px;
}

.wui-mobile .wui-input-group-addon {
  background-color: inherit;
  border: 0px;
}

.wui-input::-ms-clear,.wui-input::-ms-reveal {
    display: none;
}.wui-dropdown-menu {
  padding: 0;/*5px 0;*/
  margin: 2px 0 0;
  float: left;
  list-style: none;
  text-align: left;
  width: 100%;
}
.wui-dropdown .wui-dropdown-menu {
    display: none;
}
.wui-dropdown-menu .wui-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.wui-dropdown-menu > .wui-item > .wui-link {
  display: block;
  padding: 6px;
  line-height: 1.42857143;
  clear: both;
  font-weight: normal;
  color: black;
  white-space: nowrap;
  cursor: pointer;
}
.wui-dropdown-menu > .wui-item:hover,
.wui-dropdown-menu > .wui-item:focus,
.wui-dropdown-menu > .wui-item > .wui-link:hover,
.wui-dropdown-menu > .wui-item > .wui-link:focus,
.wui-dropdown-menu > .wui-item.wui-is-selected:hover,
.wui-dropdown-menu > .wui-item.wui-is-selected:focus,
.wui-dropdown-menu > .wui-item.wui-is-selected > .wui-link:hover,
.wui-dropdown-menu > .wui-item.wui-is-selected > .wui-link:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}

.wui-dropdown-menu > .wui-item.wui-is-selected > .wui-link {
  background-color: #d1e8ff;
}


.wui-dropdown-header {
  display: block;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;

  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-right: 5px;
  margin-left: 5px;
}

.wui-dropdown-menu.wui-dropdown-striped > li:nth-child(even) {
  background-color: #f1f1f1;
}

.wui-mobile .wui-dropdown-menu .wui-item {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.wui-mobile .wui-dropdown-menu > .wui-item > .wui-link {
  color: #1E90FF;
}
.wui-mobile .wui-dropdown-menu > .wui-item:hover,
.wui-mobile .wui-dropdown-menu > .wui-item:focus,
.wui-mobile .wui-dropdown-menu > .wui-item > .wui-link:hover,
.wui-mobile .wui-dropdown-menu > .wui-item > .wui-link:focus,
.wui-mobile .wui-dropdown-menu > .wui-item.wui-is-selected:hover,
.wui-mobile .wui-dropdown-menu > .wui-item.wui-is-selected:focus,
.wui-mobile .wui-dropdown-menu > .wui-item.wui-is-selected > .wui-link:hover,
.wui-mobile .wui-dropdown-menu > .wui-item.wui-is-selected > .wui-link:focus {
  text-decoration: none;
  color: #1E90FF;
  background-color: #fff;
}.wui-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.wui-f14 .wui-nav {
  margin-bottom: 0;
}
.wui-nav > .wui-item {
  position: relative;
  display: block;
}
.wui-nav > .wui-item > .wui-link,
.wui-nav > .wui-item > .wui-link-content,
.wui-nav > .wui-item > .wui-link-container {
  position: relative;
  display: block;
}

.wui-nav > .wui-item > .wui-link {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
}
.wui-f14 .wui-nav > .wui-item > .wui-link {
  padding: 6px 15px;  
}
.wui-nav > .wui-item > .wui-link-content {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
}
.wui-nav > .wui-item > .wui-link-content > .wui-link {
  padding: 6px 15px;
  border-radius: 4px;
}

.wui-nav > .wui-item > .wui-link-content > .wui-button {
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wui-nav > .wui-item > .wui-link-content > .wui-button.wui-color-link {
  border: 0px;
}
a.wui-link:focus {
  text-decoration: none;
}
.wui-nav > .wui-item > .wui-link:hover,
.wui-nav > .wui-item > .wui-link-content > .wui-link:hover,
.wui-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link,
.wui-nav > .wui-item.wui-dropdown.open > .wui-link {
  text-decoration: none;
  background-color: #dddddd;
}
.wui-nav > .wui-item.wui-is-disabled > .wui-link,
.wui-nav > .wui-item.wui-is-disabled > .wui-link-content,
.wui-nav > .wui-item.wui-is-disabled > .wui-link-content > .wui-link  {
  color: #777777;
}
.wui-nav > .wui-item.wui-is-disabled > .wui-link:hover,
.wui-nav > .wui-item.wui-is-disabled > .wui-link-content:hover,
.wui-nav > .wui-item.wui-is-disabled > .wui-link-content:hover > .wui-link  {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
/*.wui-nav > .wui-item > .wui-link-content:hover{
  background-color: #f5f5f5;
}*/

/*Tab*/
.wui-nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.wui-nav-tabs > .wui-item {
  float: left;
  margin-bottom: -1px;
}
.wui-nav-tabs > .wui-item > .wui-link,
.wui-nav-tabs > .wui-item > .wui-link-content,
.wui-nav-tabs > .wui-item > .wui-link-container {
  margin-right: 4px;
  line-height: 1.42857143;
}
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link,
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link-content {
  color: #333333;
  border-bottom: 3px solid #428bca;
  border-radius: 0;
  cursor: default;
}
.wui-f14 .wui-nav-tabs > .wui-item.wui-is-active > .wui-link,
.wui-f14 .wui-nav-tabs > .wui-item.wui-is-active > .wui-link-content {
  border-bottom: 2px solid #428bca;
}
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link-content > .wui-link {
  color: #333333;
  cursor: default;
}
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link-content > .wui-link {
  color: #333333;
  background-color: transparent;
}
.wui-nav-tabs > .wui-item.wui-is-active > .wui-link-content:hover {
  background-color: transparent;
}

.wui-nav-tabs-left {
  background-color: #f1f1f1;
}
.wui-nav-tabs-left > .wui-item > .wui-link {
  border-right: 1px solid #dddddd;
  border-radius: 0;
  margin-right: 0;
}
.wui-nav-tabs-left > .wui-item.wui-is-active > .wui-link {
  border: 1px solid #dddddd;
  background-color: #fff;
  border-right-color: transparent;
  color: #333333;
  border-left: 3px solid #428bca;
  cursor: default;
}
.wui-f14 .wui-nav-tabs-left > .wui-item.wui-is-active > .wui-link {
  border-left: 2px solid #428bca;
}
.wui-nav-tabs-left > .wui-item.wui-is-active > .wui-link:hover {
  color: #333333;
  background-color: #fff;
}
.wui-nav-tabs-right {
  background-color: #f1f1f1;
}
.wui-nav-tabs-right > .wui-item > .wui-link {
  border-left: 1px solid #dddddd;
  border-radius: 0;
  margin-left: 0;
}
.wui-nav-tabs-right > .wui-item.wui-is-active > .wui-link {
  border: 1px solid #dddddd;
  background-color: #fff;
  border-left-color: transparent;
  color: #333333;
  border-right: 3px solid #428bca;
  cursor: default;
}
.wui-f14 .wui-nav-tabs-right > .wui-item.wui-is-active > .wui-link {
  border-right: 2px solid #428bca;
}
.wui-nav-tabs-right > .wui-item.wui-is-active > .wui-link:hover {
  color: #333333;
  background-color: #fff;
}

.wui-nav-pills > .wui-item {
  float: left;
}
.wui-nav-pills > .wui-item + .wui-item {
  margin-left: 2px;
}
.wui-nav-pills > .wui-item.wui-is-active > .wui-link,
.wui-nav-pills > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-pills > .wui-item.wui-is-active > .wui-link:focus,
.wui-nav-pills > .wui-item.wui-is-active > .wui-link-content,
.wui-nav-pills > .wui-item.wui-is-active > .wui-link-content > .wui-link:hover {
  color: #fff;
  background-color: #428bca;
}
.wui-nav-pills > .wui-item.wui-is-active > .wui-link-content > .wui-link {
  color: #fff;
}
.wui-nav-pills > .wui-item > .wui-link-content {
    padding: 5px 8px;
}
.wui-nav-pills > .wui-item.wui-is-active > .wui-link,
.wui-nav-pills > .wui-item.wui-is-active > .wui-link-content {
  cursor: default;
}

.wui-nav-justified {
  width: 100%;
}
.wui-nav-justified > .wui-item {
  float: none;
  display: table-cell;
  width: 1%;
}
.wui-nav-justified > .wui-item > .wui-link {
  text-align: center;
  margin-bottom: 0;
}
.wui-nav-justified > .wui-item > .wui-link-content {
  text-align: center;
}
.wui-nav-justified > .wui-item.wui-is-active > .wui-link,
.wui-nav-justified > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-justified > .wui-item.wui-is-active > .wui-link:focus {
  color: #fff;
  background-color: #428bca;
}
.wui-nav-justified > .wui-item.wui-is-active > .wui-link {
  cursor: default;
}

.wui-nav-stacked > .wui-item {
  float: none;
}
.wui-nav-stacked > .wui-item + .wui-item {
  margin-top: 2px;
  margin-left: 0;
}

.wui-nav-stacked > .wui-item.wui-is-active > .wui-link,
.wui-nav-stacked > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-stacked > .wui-item.wui-is-active > .wui-link:focus {
  color: #fff;
  background-color: #428bca;
}
.wui-nav-stacked > .wui-item.wui-is-active > .wui-link {
  cursor: default;
}

/*.wui-tab-content {
  margin-top: 5px;
}*/
.wui-tab-content > .wui-tab-pane {
  display: none;
}
.wui-tab-content > .wui-is-active {
  display: block;
}

.wui-nav-classic {
  /*background-color: #f1f1f1;
  border: 1px solid #dddddd;*/
  border-radius: 4px 4px 0 0;
}
.wui-nav-classic > .wui-item > .wui-link-content,
.wui-nav-classic > .wui-item > .wui-link-container {
    padding: 5px 8px;
}

.wui-f14 .wui-nav-classic > .wui-item > .wui-link-content,
.wui-f14 .wui-nav-classic > .wui-item > .wui-link-container {
    padding: 2px 8px;
}
.wui-nav-classic > .wui-item > .wui-link,
.wui-nav-classic  > .wui-item > .wui-link-content {
/*  border-right: 1px solid #dddddd;
  border-radius: 0;
  margin-right: 0;*/

/*  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;*/
  border: 1px solid #dadada;
  background-color: #E5E9F2;
}
.wui-nav-classic > .wui-item.wui-is-active > .wui-link,
.wui-nav-classic > .wui-item.wui-is-active > .wui-link-content {
  /*border: 1px solid #dddddd;
  background-color: #fff;
  border-right-color: transparent;
  color: #333333;
  border-left: 3px solid #428bca;*/
  cursor: default;

  border-top: 2px solid #428bca;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
.wui-f14 .wui-nav-classic > .wui-item.wui-is-active > .wui-link,
.wui-f14 .wui-nav-classic > .wui-item.wui-is-active > .wui-link-content {
  border-top: 2px solid #428bca;
  border-bottom: none;
}
.wui-nav-classic > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-classic > .wui-item.wui-is-active > .wui-link-content:hover {
  color: #333333;
  background-color: #fff;
}



.wui-nav-modern {
  background-color: #5b98dc;
  border: none;
  border-top: 1px solid #5b98dc;
}
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content {
  padding: 6px 0px;
}
.wui-nav-modern.wui-nav > .wui-item .wui-link,
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content,
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content > .wui-color-link {
  color: #fff;
}
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content > .wui-link {
  padding: 6px 16px;
}
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content.wui-has-button > .wui-link {
  padding: 6px 0px 6px 16px;
}
.wui-nav-modern.wui-nav > .wui-item > .wui-link:hover,
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content > .wui-link:hover,
.wui-nav-modern.wui-nav > .wui-item > .wui-link-content > .wui-color-link:hover,
.wui-nav-modern.wui-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link,
.wui-nav-modern.wui-nav > .wui-item.wui-dropdown.open > .wui-link {
  background-color: #337ab7;
  color: #fff;
}

.wui-nav-modern.wui-nav > .wui-item.wui-is-active,
.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link-content {
  border-bottom: none;
  border-top: none;
  background-color: #fff;
}

.wui-nav-modern.wui-nav > .wui-item.wui-is-active .wui-link,
.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link-content,
.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link-content > .wui-color-link {
  color: #337ab7;
  font-weight: 800;
}

.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link:hover,
.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link-content > .wui-link:hover {
  background-color: transparent;
  color: #337ab7;
}
.wui-nav-modern.wui-nav > .wui-item.wui-is-active > .wui-link-content > .wui-color-link:hover {
    color: #fff; 
}



.wui-toolbar {
  list-style: none;
}
.wui-toolbar-title {
  padding: 4px 0;
}
.wui-toolbar-content {
  float: left;
  margin: 0;
}
.wui-toolbar-content > .wui-item {
  float: left;
}
.wui-toolbar-border-bottom {
  border-bottom: 1px solid #ddd;
}
.wui-toolbar-border-top {
  border-top: 1px solid #ddd;
}
.wui-toolbar-lg {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 6px;
}
.wui-toolbar-title-lg {
  font-size: 28px;
  padding-right: 30px;
  padding-top: 5px;
  font-weight: bold;
}
.wui-f14 .wui-toolbar-title-lg {
  font-size: 22px;
  padding-right: 12px;
}
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-button,
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-button-group > .wui-button {
  margin-top: 10px;
}
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-input,
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-button-group > .wui-input,
.wui-toolbar-lg > .wui-toolbar-content > .wui-item .wui-input-wrapper,
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-button-group > .wui-input-wrapper,
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-input-file-wrapper {
  margin-top: 10px;
}
.wui-toolbar-lg > .wui-toolbar-content > .wui-item > .wui-input-wrapper {
  width: 250px;
}

/*Theme*/
.wui-toolbar-pkg {
  /*background-color: #f9f9f9;*/
}

.wui-mobile .wui-nav-justified {
  background-color: #fff;
}

.wui-mobile .wui-nav-justified > .wui-item.wui-is-active > .wui-link-content {
  border-bottom: 2px solid;
  padding-top: 9px;
  padding-bottom: 9px;
}/*nav menu*/
.wui-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
  border-radius: 0;
}
.wui-navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;

  top: 0;
  border-width: 0 0 1px;
}
.wui-content-with-fixtop {
  padding-top: 50px;
}

.wui-navbar {
  position: relative;
  min-height: 40px;
  border: 1px solid transparent;
}

.wui-navbar.wui-navbar-blue-pos {
    min-height: 0px;
}
.wui-navbar-nav {
  float: left;
  margin: 0;
}
.wui-navbar-nav > .wui-item {
  float: left;
}
.wui-navbar-nav > .wui-item > .wui-link {
  padding: 10px 7px;
  line-height: 20px;
    font-weight: 700;
}
.wui-navbar-title {
  font-size: 26px;
  font-weight: bold;
  padding-right: 30px;
}



.wui-navbar-blue {
  background-color: #0050b9;
  background-image: -moz-linear-gradient(#006eb9,#0050b9);
  background-image: -webkit-linear-gradient(#006eb9,#0050b9);
  background-image: -ms-linear-gradient(top, #006eb9 0%,#0050b9 100%);
  background-image: -o-linear-gradient(top, #006eb9 0%,#0050b9 100%);
  background-image: linear-gradient(#006eb9,#0050b9);
}
.wui-navbar-blue .wui-navbar-nav > .wui-item > .wui-link {
  color: #fff;
}
.wui-navbar-blue .wui-navbar-nav > .wui-item > .wui-link:hover {
  color: #ddd;
  background-color: transparent;
}
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active,
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.open {
  color: #ddd;
  background-color: #3071a9;
}
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link,
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.open > .wui-link {
  background-color: #3071a9;
}
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link:hover,
.wui-navbar-blue .wui-navbar-nav > .wui-item.wui-dropdown.open > .wui-link:hover {
 color: #fff;
}
.wui-navbar-blue .wui-navbar-title {
  color: #fff;
}

.wui-navbar-blue-pos {
  background-color: #4188d7;
}
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item > .wui-link,
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item > .wui-link-container {
  color: #fff;
  padding: 15px 15px;
  line-height: 20px;
  font-weight: 700;
  font-size: 15px;
}
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item > .wui-link:hover {
  color: #ddd;
  background-color: transparent;
}
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active,
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.open {
  color: #ddd;
  background-color: #3071a9;
}
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link,
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.open > .wui-link {
  background-color: #3071a9;
}
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.wui-is-active > .wui-link:hover,
.wui-navbar-blue-pos .wui-navbar-nav > .wui-item.wui-dropdown.open > .wui-link:hover {
 color: #fff;
}
.wui-navbar-blue-pos .wui-navbar-title {
  color: #fff;
}
.wui-left-menu-container {
  overflow: hidden;
}

.wui-left-menu-overflow {
    overflow: hidden;
    background-color: #1a3a5e;
}
.wui-left-menu-overflow:hover {
    overflow-y: auto;
}

.wui-left-menu-root {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.wui-left-menu-item {
    cursor: pointer;
}

.wui-left-menu-item a {
     text-decoration: none;
     color: #ffffff;
}

.wui-left-menu-item-root {
  background-color: #234f7f;
  border-color: #234f7f;

}
.wui-left-menu-item .wui-left-menu-item-root a {
    color: #ffdd00;
    font-weight: bold;
}
.wui-f14 .wui-left-menu-item .wui-left-menu-item-root a  {
    font-size: 16px;
}
.wui-left-menu-item {
  background-color: #465a71;
  border-color: #465a71;
}

.wui-left-menu-item.wui-is-active {
    background-color: #0a1d49;
}

.wui-left-menu-item-text {
    padding: 6px 12px 6px 24px;
}

.wui-left-menu-item-text.wui-left-menu-item-root {
    padding: 6px 12px;
}

.wui-left-menu-item-text:hover,
.wui-left-menu-item.wui-highlight .wui-left-menu-item-text {
    background-color: #0a1d49;
}


.wui-left-menu-group-root .wui-left-menu-item a {
     text-decoration: none;
     color: #000;
}

.wui-left-menu-group-root .wui-left-menu-item {
    background-color: transparent;
    border-color: transparent;
}

.wui-left-menu-group-root .wui-left-menu-item-text:hover,
.wui-left-menu-item.wui-highlight .wui-left-menu-group-root .wui-left-menu-item-text {
    background-color: #428bca; /* #234f7f;*/
}
.wui-left-menu-group-root .wui-left-menu-item-text:hover a,
.wui-left-menu-item.wui-highlight .wui-left-menu-group-root .wui-left-menu-item-text a {
    color: white; /* #ffdd00;*/
    font-weight: bold;
}.wui-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0; /*20px 0;*/
  border-radius: 4px;
}
.wui-pagination > .wui-item {
  display: inline;
}
.wui-pagination > .wui-item > .wui-link,
.wui-pagination > .wui-item > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.wui-pagination > .wui-item:first-child > .wui-link,
.wui-pagination > .wui-item:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.wui-pagination > .wui-item:last-child > .wui-link,
.wui-pagination > .wui-item:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.wui-pagination > .wui-item > .wui-link:hover,
.wui-pagination > .wui-item > span:hover,
.wui-pagination > .wui-item > .wui-link:focus,
.wui-pagination > .wui-item > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.wui-pagination > .wui-is-active > .wui-link,
.wui-pagination > .wui-is-active > span,
.wui-pagination > .wui-is-active > .wui-link:hover,
.wui-pagination > .wui-is-active > span:hover,
.wui-pagination > .wui-is-active > .wui-link:focus,
.wui-pagination > .wui-is-active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.wui-pagination > .wui-is-disabled > span,
.wui-pagination > .wui-is-disabled > span:hover,
.wui-pagination > .wui-is-disabled > span:focus,
.wui-pagination > .wui-is-disabled > .wui-link,
.wui-pagination > .wui-is-disabled > .wui-link:hover,
.wui-pagination > .wui-is-disabled > .wui-link:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.wui-pagination-info {
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
    margin: 10px 0; /*20px 0;*/
}
    .wui-pagination-info .wui-pagination-info-total {
        padding: 7px 8px;
    }

.wui-per-page {
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
    margin: 10px 0; /*20px 0;*/
}
    .wui-per-page .wui-per-page-input {
        padding: 5px 8px;
    }.wui-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.wui-label:hover,
a.wui-label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.wui-label:empty {
  display: none;
}
.wui-button .wui-label {
  position: relative;
  top: -1px;
}
.wui-label-default {
  background-color: #777777;
}
.wui-label-default[href]:hover,
.wui-label-default[href]:focus {
  background-color: #5e5e5e;
}
.wui-label-primary {
  background-color: #428bca;
}
.wui-label-primary[href]:hover,
.wui-label-primary[href]:focus {
  background-color: #3071a9;
}
.wui-label-success {
  background-color: #5cb85c;
}
.wui-label-success[href]:hover,
.wui-label-success[href]:focus {
  background-color: #449d44;
}
.wui-label-info {
  background-color: #5bc0de;
}
.wui-label-info[href]:hover,
.wui-label-info[href]:focus {
  background-color: #31b0d5;
}
.wui-label-warning {
  background-color: #f0ad4e;
}
.wui-label-warning[href]:hover,
.wui-label-warning[href]:focus {
  background-color: #ec971f;
}
.wui-label-danger {
  background-color: #d9534f;
}
.wui-label-danger[href]:hover,
.wui-label-danger[href]:focus {
  background-color: #c9302c;
}.wui-datepicker-box {
    background-color: #fff;
    border: 1px solid #bbb;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    height: 100%;
    padding-bottom: 3px;
    padding-left: 3px;
    float: left;
}
.wui-datepicker-size-S {
    width: 290px;
}
.wui-datepicker-size-M {
    width: 350px;
    height: 350px;
}
.wui-datepicker-size-L {
    width: 450px;
    height: 400px;
}
.wui-datepicker-header {
    margin-top: 10px;
    padding-left: 5px;
    float: left;
}
.wui-datepicker-day {
    color: #000;
    width: 12%;
    height: 90%;
    line-height: 1.7em;
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 1%;
    display: flex;
    align-items: center;
}
.wui-datepicker-day-notCurrent {
    color: #CCCCCC;
}
.wui-datepicker-day:hover {
    border-radius: 4px;
    background-color: #E0E0E0;
    color: black;
}
.wui-datepicker-today {
    border-radius: 4px;
    font-weight: bold;
    background-color : #FF8300;
    color: #ffffff;
}
.wui-datepicker-day-selected {
    border-radius: 4px;
    background-color: #216ba5;
    color: #ffffff;
}
.wui-datepicker-day-selected:hover {
  background-color: #1d5d90;
  color: #ffffff;
}
.wui-datepicker-day-active {
    border-radius: 4px;
    background-color: #3b93d8;
    color: #ffffff;
}
.wui-datepicker-day-active:hover {
  background-color: #2a87d0;
  color: #ffffff;
}
.wui-datepicker-week {
    color: #000;
    width: 12%;
    line-height: 1.7em;
    text-align: center;
    float: left;
    margin: 1%;
    font-weight: bold;
}
.wui-datepicker-navigation {
    width:10%;
    text-align: center;
    margin: 2%;
    float: left;
    cursor: pointer;
}
.wui-datepicker-navigation:hover {
    border-radius: 4px;
    background-color: #E0E0E0;
}
.wui-datepicker-navigation-month {
    width: 34.5%;
    text-align: center;
    margin: 1%;
    float: left;
}
.wui-datepicker-navigation-year {
    width: 31%;
    text-align: center;
    margin: 1%;
    float: left;
}
.wui-datepicker-dropdownlist {
    padding: 0;
}
.wui-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.wui-badge:empty {
  display: none;
}
.wui-button .wui-badge {
  position: relative;
  top: -1px;
}
a.wui-badge:hover,
a.wui-badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.wui-list-group-item.active > .wui-badge,
.wui-list-group-item.wui-is-active > .wui-badge,
.wui-nav-pills > .active > a > .wui-badge,
.wui-nav-pills > .wui-is-active > a > .wui-badge {
  color: #337ab7;
  background-color: #ffffff;
}
.wui-list-group-item > .wui-badge {
  float: right;
}
.wui-list-group-item > .wui-badge + .wui-badge {
  margin-right: 5px;
}
.wui-nav-pills > li > a > .wui-badge {
  margin-left: 3px;
}.wui-alert {
  padding: 10px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wui-f14 .wui-alert {
  padding: 6px;
}
.wui-alert .wui-alert-link {
  font-weight: bold;
}
.wui-alert > p,
.wui-alert > ul {
  margin-bottom: 0;
}
.wui-alert > p + p {
  margin-top: 5px;
}
.wui-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.wui-alert-success hr {
  border-top-color: #c9e2b3;
}
.wui-alert-success .wui-alert-link {
  color: #2b542c;
}
.wui-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.wui-alert-info hr {
  border-top-color: #a6e1ec;
}
.wui-alert-info .wui-alert-link {
  color: #245269;
}
.wui-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.wui-alert-warning hr {
  border-top-color: #f7e1b5;
}
.wui-alert-warning .wui-alert-link {
  color: #66512c;
}
.wui-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.wui-alert-danger hr {
  border-top-color: #e4b9c0;
}
.wui-alert-danger .wui-alert-link {
  color: #843534;
}.wui-callout {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.wui-callout-success {
  border-left-color: #3c763d;
}

.wui-callout-success h3,
.wui-callout-success h4 {
  color: #3c763d;
  margin-top: 0;
}

.wui-callout-info {
  border-left-color: #1b809e;
}

.wui-callout-info h3,
.wui-callout-info h4 {
  color: #1b809e;
  margin-top: 0;
}

.wui-callout-warning {
  border-left-color: #aa6708;
}

.wui-callout-warning h3,
.wui-callout-warning h4 {
  color: #aa6708;
  margin-top: 0;
}

.wui-callout-danger {
  border-left-color: #ce4844;
}

.wui-callout-danger h3,
.wui-callout-danger h4 {
  border-left-color: #ce4844;
  color: #a94442;
  margin-top: 0;
}/* Hint */
.wui-hint-container {
  /*position: relative;*/
}
.wui-hint-wrapper {
  position: fixed;
  z-index: 99999;
  /*top: 40px;
  left: 50%;
  width: 550px;
  margin-left: -275px;*/
  width: 300px;
  bottom: 10px;
  right:  10px;
  opacity: 1;
}
.wui-hint-wrapper.wui-center-block {
  top: 40px;
  left: 50%;
  margin-left: -150px;
  bottom: auto;
}
.wui-hint {
  margin-bottom: 10px;
  padding-left: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wui-hint-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wui-hint-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wui-hint-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.wui-hint-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.wui-hint-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.wui-hint-content {
  list-style: none;
}
.wui-hint-content-msg {
  font-size: 16px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wui-f14 .wui-hint-content-msg {
  font-size: 14px;
}
.wui-hint-content > .wui-item {
  float: left;
}
.wui-resizer-container {
  position: relative;
  display: inline-block;
}

.wui-resizer-container .wui-resizer {
    position: absolute;
    background-color: #fff;
    opacity: 0;
}
.wui-resizer-container .wui-resizer.wui-resizer-n {
  top: -4px;
  height: 6px;
  width: 100%;
  cursor: n-resize;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-n {
  top: 0px;
  height: 4px;
}
.wui-resizer-container .wui-resizer.wui-resizer-e {
  top: 0px;
  right: -4px;
  height: 100%;
  width: 6px;
  cursor: e-resize;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-e {
  right: 0px;
  width: 4px;
}
.wui-resizer-container .wui-resizer.wui-resizer-s {
  bottom: -4px;
  height: 6px;
  width: 100%;
  cursor: s-resize;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-s {
  bottom: 0px;
  height: 4px;
}
.wui-resizer-container .wui-resizer.wui-resizer-w {
  top: 0px;
  left: -4px;
  height: 100%;
  width: 6px;
  cursor: w-resize;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-w {
  left: 0px;
  width: 4px;
}
.wui-resizer-container .wui-resizer.wui-resizer-ne {
  top: -4px;
  right: -4px;
  height: 6px;
  width: 6px;
  cursor: ne-resize;
}
.wui-resizer-container .wui-resizer.wui-resizer-nw {
  top: -4px;
  left: -4px;
  height: 6px;
  width: 6px;
  cursor: nw-resize;
}
.wui-resizer-container .wui-resizer.wui-resizer-se {
  right: -4px;
  bottom: -4px;
  height: 6px;
  width: 6px;
  cursor: se-resize;
}
.wui-resizer-container .wui-resizer.wui-resizer-sw {
  left: -4px;
  bottom: -4px;
  height: 6px;
  width: 6px;
  cursor: sw-resize;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-n {
  top: 0px;
  height: 4px;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-e {
  right: 0px;
  width: 4px;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-s {
  bottom: 0px;
  height: 4px;
}
.wui-resizer-container.wui-resizer-inner .wui-resizer.wui-resizer-w {
  left: 0px;
  width: 4px;
}.wui-dragger-container {
  display: inline-block;
}/*float need ClearAll*/
.clearfix:before,
.clearfix:after,
.wui-container:before,
.wui-container:after,
.wui-container-fluid:before,
.wui-container-fluid:after,
.wui-button-group:before,
.wui-button-group:after,
.wui-row:before,
.wui-row:after,
.wui-dropdown-menu:before,
.wui-dropdown-menu:after,
.wui-nav:before,
.wui-nav:after,
.wui-toolbar:before,
.wui-toolbar:after,
.wui-navbar:before,
.wui-navbar:after
{
  content: " ";
  display: table;
}
.clearfix:after,
.wui-container:after,
.wui-container-fluid:after,
.wui-button-group:after,
.wui-row:after,
.wui-dropdown-menu:after,
.wui-nav:after,
.wui-toolbar:after,
.wui-navbar:after
{
  clear: both;
}
.wui-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.wui-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.wui-text-left {
  text-align: left;
}
.wui-text-right {
  text-align: right;
}
.wui-text-center {
  text-align: center;
}
.wui-text-justify {
  text-align: justify;
}
.wui-text-nowrap {
  white-space: nowrap;
}
.wui-text-lowercase {
  text-transform: lowercase;
}
.wui-text-uppercase {
  text-transform: uppercase;
}
.wui-text-capitalize {
  text-transform: capitalize;
}

/*theme color*/
.wui-color-primary {
  color: #ffffff;
  background-color: #428bca;
  background-image: none;
  border-color: #357ebd;

  /*background-image: linear-gradient(to bottom, #4f8fcf, #317ab0);*/
}
.wui-color-primary:hover,
.wui-color-primary:focus,
.wui-color-primary:active,
.wui-color-primary.wui-is-active {
  color: #ffffff;
  background-color: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.wui-color-primary:active,
.wui-color-primary.wui-is-active {
  background-image: none;
}
.wui-color-primary.wui-is-disabled,
.wui-color-primary[disabled],
.wui-color-primary.wui-is-disabled:hover,
.wui-color-primary[disabled]:hover,
.wui-color-primary.wui-is-disabled:focus,
.wui-color-primary[disabled]:focus,
.wui-color-primary.wui-is-disabled:active,
.wui-color-primary[disabled]:active,
.wui-color-primary.wui-is-disabled.wui-is-active,
.wui-color-primary[disabled].wui-is-active {
  background-color: #428bca;
  background-image: none;
  border-color: #357ebd;
}
.wui-color-danger {
  color: #ffffff;
  background-color: #d9534f;
  background-image: none;
  border-color: #d43f3a;

  /*background-image: linear-gradient(to bottom, #df5f4f, #c8423e);*/
}
.wui-color-danger:hover,
.wui-color-danger:focus,
.wui-color-danger:active,
.wui-color-danger.wui-is-active {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.wui-color-danger:active,
.wui-color-danger.wui-is-active {
  background-image: none;
}
.wui-color-danger.wui-is-disabled,
.wui-color-danger[disabled],
.wui-color-danger.wui-is-disabled:hover,
.wui-color-danger[disabled]:hover,
.wui-color-danger.wui-is-disabled:focus,
.wui-color-danger[disabled]:focus,
.wui-color-danger.wui-is-disabled:active,
.wui-color-danger[disabled]:active,
.wui-color-danger.wui-is-disabled.wui-is-active,
.wui-color-danger[disabled].wui-is-active {
  background-color: #d9534f;
  background-image: none;
  border-color: #d43f3a;
}
.wui-color-success {
  color: #ffffff;
  background-color: #5cb85c;
  background-image: none;
  border-color: #4cae4c;

  /*background-image: linear-gradient(to bottom, #5fbf5f, #4ba74b);*/
}
.wui-color-success:hover,
.wui-color-success:focus,
.wui-color-success:active,
.wui-color-success.wui-is-active {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.wui-color-success:active,
.wui-color-success.wui-is-active {
  background-image: none;
}
.wui-color-success.wui-is-disabled,
.wui-color-success[disabled],
.wui-color-success.wui-is-disabled:hover,
.wui-color-success[disabled]:hover,
.wui-color-success.wui-is-disabled:focus,
.wui-color-success[disabled]:focus,
.wui-color-success.wui-is-disabled:active,
.wui-color-success[disabled]:active,
.wui-color-success.wui-is-disabled.wui-is-active,
.wui-color-success[disabled].wui-is-active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.wui-color-info {
  color: #ffffff;
  background-color: #5bc0de;
  background-image: none;
  border-color: #46b8da;
}
.wui-color-info:hover,
.wui-color-info:focus,
.wui-color-info:active,
.wui-color-info.wui-is-active {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.wui-color-info:active,
.wui-color-info.wui-is-active {
  background-image: none;
}
.wui-color-info.wui-is-disabled,
.wui-color-info[disabled],
.wui-color-info.wui-is-disabled:hover,
.wui-color-info[disabled]:hover,
.wui-color-info.wui-is-disabled:focus,
.wui-color-info[disabled]:focus,
.wui-color-info.wui-is-disabled:active,
.wui-color-info[disabled]:active,
.wui-color-info.wui-is-disabled.wui-is-active,
.wui-color-info[disabled].wui-is-active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.wui-color-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  background-image: none;
  border-color: #eea236;
}
.wui-color-warning:hover,
.wui-color-warning:focus,
.wui-color-warning:active,
.wui-color-warning.wui-is-active {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.wui-color-warning:active,
.wui-color-warning.wui-is-active {
  background-image: none;
}
.wui-color-warning.wui-is-disabled,
.wui-color-warning[disabled],
.wui-color-warning.wui-is-disabled:hover,
.wui-color-warning[disabled]:hover,
.wui-color-warning.wui-is-disabled:focus,
.wui-color-warning[disabled]:focus,
.wui-color-warning.wui-is-disabled:active,
.wui-color-warning[disabled]:active,
.wui-color-warning.wui-is-disabled.wui-is-active,
.wui-color-warning[disabled].wui-is-active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wui-color-link,
.wui-color-anchor-link {
  color: #4078c0; /*#337ab7;*/
  background-color: transparent;
  background-image: none;
  /*border: none;*/
  border: 1px solid transparent;
}
.wui-color-link:hover,
.wui-color-link:focus,
.wui-color-link:active,
.wui-color-link.wui-is-active,
.wui-dropdown.wui-is-active .wui-color-link {
  color: black;
  border-color: #adadad;
  background-color: #dddddd;
}
.wui-color-link:active,
.wui-color-link.wui-is-active,
.wui-dropdown.wui-is-active .wui-color-link {
  background-image: none;
}
.wui-color-link.wui-is-disabled,
.wui-color-link[disabled],
.wui-color-link.wui-is-disabled:hover,
.wui-color-link[disabled]:hover,
.wui-color-link.wui-is-disabled:focus,
.wui-color-link[disabled]:focus,
.wui-color-link.wui-is-disabled:active,
.wui-color-link[disabled]:active,
.wui-color-link.wui-is-disabled.wui-is-active,
.wui-color-link[disabled].wui-is-active {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  /*border: none;*/
}

/*
 from winton webpos 美編
*/
.wui-color-blue-pos {
  background-color: #5b98dc;
  border-color: #5b98dc;
  color: #ffffff;
}
.wui-color-blue-pos:hover,
.wui-color-blue-pos:focus,
.wui-color-blue-pos:active,
.wui-color-blue-pos.wui-is-active {
  color: #ffffff;
  background-color: #20A0FF;
  background-image: none;
  border-color: #20A0FF;
}
.wui-button-group .wui-color-blue-pos:hover,
.wui-button-group .wui-color-blue-pos:focus,
.wui-button-group .wui-color-blue-pos:active,
.wui-button-group .wui-color-blue-pos.wui-is-active {
  color: #20A0FF;
  background-color: #ffffff;
  border-color: #dddddd;
}
.wui-color-blue-pos:active,
.wui-color-blue-pos.wui-is-active {
  background-image: none;
}
.wui-color-blue-pos.wui-is-disabled,
.wui-color-blue-pos[disabled],
.wui-color-blue-pos.wui-is-disabled:hover,
.wui-color-blue-pos[disabled]:hover,
.wui-color-blue-pos.wui-is-disabled:focus,
.wui-color-blue-pos[disabled]:focus,
.wui-color-blue-pos.wui-is-disabled:active,
.wui-color-blue-pos[disabled]:active,
.wui-color-blue-pos.wui-is-disabled.wui-is-active,
.wui-color-blue-pos[disabled].wui-is-active {
  background-color: #5b98dc;
  background-image: none;
  border-color: #5b98dc;
}

/* from element css*/
.wui-color-blue {
  background-color: #20A0FF;
  border-color: #20A0FF;
  color: #ffffff;
}
.wui-color-blue:hover,
.wui-color-blue:focus,
.wui-color-blue:active,
.wui-color-blue.wui-is-active {
  color: #ffffff;
  background-color: #1D8CE0;
  background-image: none;
  border-color: #1D8CE0;
}
.wui-button-group .wui-color-blue:hover,
.wui-button-group .wui-color-blue:focus,
.wui-button-group .wui-color-blue:active,
.wui-button-group .wui-color-blue.wui-is-active {
  color: #20A0FF;
  background-color: #ffffff;
  border-color: #dddddd;
}
.wui-color-blue:active,
.wui-color-blue.wui-is-active {
  background-image: none;
}
.wui-color-blue.wui-is-disabled,
.wui-color-blue[disabled],
.wui-color-blue.wui-is-disabled:hover,
.wui-color-blue[disabled]:hover,
.wui-color-blue.wui-is-disabled:focus,
.wui-color-blue[disabled]:focus,
.wui-color-blue.wui-is-disabled:active,
.wui-color-blue[disabled]:active,
.wui-color-blue.wui-is-disabled.wui-is-active,
.wui-color-blue[disabled].wui-is-active {
  background-color: #20A0FF;
  background-image: none;
  border-color: #20A0FF;
}

.wui-color-blue-light {
  background-color: #58b7ff;
  border-color: #58b7ff;
  color: #ffffff;
}

.wui-color-blue-dark {
  background-color: #1D8CE0;
  border-color: #1D8CE0;
  color: #ffffff;
}

/*.wui-color-success {
  background-color: #13CE66;
  border-color: #13CE66;
  color: #ffffff;
}

.wui-color-warning {
  background-color: #F7BA2A;
  border-color: #F7BA2A;
  color: #ffffff;
}

.wui-color-danger {
  background-color: #FF4949;
  border-color: #FF4949;
  color: #ffffff;
}*/

.wui-color-black {
  background-color: #1F2D3D;
  border-color: #1F2D3D;
  color: #ffffff;
}

.wui-color-black-light {
  background-color: #324057;
  border-color: #324057;
  color: #ffffff;
}

.wui-color-black-extra-light {
  background-color: #475669;
  border-color: #475669;
  color: #ffffff;
}

.wui-color-silver {
  background-color: #8492A6;
  border-color: #8492A6;
  color: #ffffff;
}

.wui-color-silver-light {
  background-color: #99A9BF;
  border-color: #99A9BF;
  color: #ffffff;
}

.wui-color-silver-extra-light {
  background-color: #C0CCDA;
  border-color: #C0CCDA;
  color: #ffffff;
}

.wui-color-gray {
  background-color: #D3DCE6;
  border-color: #D3DCE6;
  color: #5e6d82;
}

.wui-color-gray-light {
  background-color: #E5E9F2;
  border-color: #E5E9F2;
  color: #5e6d82;
}

.wui-color-gray-extra-light {
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  color: #5e6d82;
}

.wui-color-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.wui-color-white-dark {
  background-color: #F9FAFC;
  border-color: #F9FAFC;
}
/* from element css end*/

.wui-text-muted {
  color: #777777;
}
.wui-text-primary {
  color: #337ab7;
}
a.wui-text-primary:hover,
a.wui-text-primary:focus {
  color: #286090;
}
.wui-text-success {
  color: #3c763d;
}
a.wui-text-success:hover,
a.wui-text-success:focus {
  color: #2b542c;
}
.wui-text-info {
  color: #31708f;
}
a.wui-text-info:hover,
a.wui-text-info:focus {
  color: #245269;
}
.wui-text-warning {
  color: #8a6d3b;
}
a.wui-text-warning:hover,
a.wui-text-warning:focus {
  color: #66512c;
}
.wui-text-danger {
  color: #a94442;
}
a.wui-text-danger:hover,
a.wui-text-danger:focus {
  color: #843534;
}

.wui-text-black {
  color: #333;
}
.wui-text-white {
  color: #ffffff;
}

.wui-bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.wui-bg-primary:hover,
a.wui-bg-primary:focus {
  background-color: #286090;
}
.wui-bg-success {
  background-color: #dff0d8;
}
a.wui-bg-success:hover,
a.wui-bg-success:focus {
  background-color: #c1e2b3;
}
.wui-bg-info {
  background-color: #d9edf7;
}
a.wui-bg-info:hover,
a.wui-bg-info:focus {
  background-color: #afd9ee;
}
.wui-bg-warning {
  background-color: #fcf8e3;
}
a.wui-bg-warning:hover,
a.wui-bg-warning:focus {
  background-color: #f7ecb5;
}
.wui-input.wui-bg-danger,
.wui-bg-danger {
  background-color: #f2dede;
}
a.wui-bg-danger:hover,
a.wui-bg-danger:focus {
  background-color: #e4b9b9;
}

.wui-bg-blue {
  background-color: #20A0FF;
  color: #ffffff;
}

.wui-bg-blue-light {
  background-color: #58b7ff;
  color: #ffffff;
}

.wui-bg-blue-dark {
  background-color: #1D8CE0;
  color: #ffffff;
}

.wui-bg-black {
  background-color: #1F2D3D;
  color: #ffffff;
}

.wui-bg-black-light {
  background-color: #324057;
  color: #ffffff;
}

.wui-bg-black-extra-light {
  background-color: #475669;
  color: #ffffff;
}

.wui-bg-silver {
  background-color: #8492A6;
  color: #ffffff;
}

.wui-bg-silver-light {
  background-color: #99A9BF;
  color: #ffffff;
}

.wui-bg-silver-extra-light {
  background-color: #C0CCDA;
  color: #ffffff;
}

.wui-bg-gray {
  background-color: #D3DCE6;
  color: #5e6d82;
}

.wui-bg-gray-light {
  background-color: #E5E9F2;
  color: #5e6d82;
}

.wui-bg-gray-extra-light {
  background-color: #EFF2F7;
  color: #5e6d82;
}

.wui-bg-white {
  background-color: #ffffff;
}

.wui-bg-white-dark {
  background-color: #F9FAFC;
}

.wui-center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wui-pull-right {
  float: right !important;
}
.wui-pull-left {
  float: left !important;
}
.wui-hide {
  display: none !important;
}
.wui-show {
  display: block !important;
}
.wui-invisible {
  visibility: hidden;
}
.wui-visualhide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wui-visualhide-focusable:active,
.wui-visualhide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.wui-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.wui-affix {
  position: fixed;
}
.wui-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.wui-fade.in {
  opacity: 1;
}
.wui-collapse {
  display: none;
}
.wui-collapse.in {
  display: block;
}
tr.wui-collapse.in {
  display: table-row;
}
tbody.wui-collapse.in {
  display: table-row-group;
}
.wui-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}



.wui-m-0 {
    margin: 0 !important
}

.wui-mt-0 {
    margin-top: 0 !important
}

.wui-mr-0 {
    margin-right: 0 !important
}

.wui-mb-0 {
    margin-bottom: 0 !important
}

.wui-ml-0 {
    margin-left: 0 !important
}

.wui-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.wui-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.wui-m-1 {
    margin: 3px !important
}

.wui-mt-1 {
    margin-top: 3px !important
}

.wui-mr-1 {
    margin-right: 3px !important
}

.wui-mb-1 {
    margin-bottom: 3px !important
}

.wui-ml-1 {
    margin-left: 3px !important
}

.wui-mx-1 {
    margin-right: 3px !important;
    margin-left: 3px !important
}

.wui-my-1 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.wui-m-2 {
    margin: 6px !important
}

.wui-mt-2 {
    margin-top: 6px !important
}

.wui-mr-2 {
    margin-right: 6px !important
}

.wui-mb-2 {
    margin-bottom: 6px !important
}

.wui-ml-2 {
    margin-left: 6px !important
}

.wui-mx-2 {
    margin-right: 6px !important;
    margin-left: 6px !important
}

.wui-my-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.wui-m-3 {
    margin: 12px !important
}

.wui-mt-3 {
    margin-top: 12px !important
}

.wui-mr-3 {
    margin-right: 12px !important
}

.wui-mb-3 {
    margin-bottom: 12px !important
}

.wui-ml-3 {
    margin-left: 12px !important
}

.wui-mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.wui-my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.wui-m-4 {
    margin: 24px !important
}

.wui-mt-4 {
    margin-top: 24px !important
}

.wui-mr-4 {
    margin-right: 24px !important
}

.wui-mb-4 {
    margin-bottom: 24px !important
}

.wui-ml-4 {
    margin-left: 24px !important
}

.wui-mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.wui-my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.wui-m-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.wui-p-0 {
    padding: 0 !important
}

.wui-pt-0 {
    padding-top: 0 !important
}

.wui-pr-0 {
    padding-right: 0 !important
}

.wui-pb-0 {
    padding-bottom: 0 !important
}

.wui-pl-0 {
    padding-left: 0 !important
}

.wui-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.wui-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.wui-p-1 {
    padding: 3px !important
}

.wui-pt-1 {
    padding-top: 3px !important
}

.wui-pr-1 {
    padding-right: 3px !important
}

.wui-pb-1 {
    padding-bottom: 3px !important
}

.wui-pl-1 {
    padding-left: 3px !important
}

.wui-px-1 {
    padding-right: 3px !important;
    padding-left: 3px !important
}

.wui-py-1 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.wui-p-2 {
    padding: 6px !important
}

.wui-pt-2 {
    padding-top: 6px !important
}

.wui-pr-2 {
    padding-right: 6px !important
}

.wui-pb-2 {
    padding-bottom: 6px !important
}

.wui-pl-2 {
    padding-left: 6px !important
}

.wui-px-2 {
    padding-right: 6px !important;
    padding-left: 6px !important
}

.wui-py-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.wui-p-3 {
    padding: 12px !important
}

.wui-pt-3 {
    padding-top: 12px !important
}

.wui-pr-3 {
    padding-right: 12px !important
}

.wui-pb-3 {
    padding-bottom: 12px !important
}

.wui-pl-3 {
    padding-left: 12px !important
}

.wui-px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.wui-py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.wui-p-4 {
    padding: 24px !important
}

.wui-pt-4 {
    padding-top: 24px !important
}

.wui-pr-4 {
    padding-right: 24px !important
}

.wui-pb-4 {
    padding-bottom: 24px !important
}

.wui-pl-4 {
    padding-left: 24px !important
}

.wui-px-4 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.wui-py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.wui-p-10 {
  padding: 10px !important
}

.wui-pt-10 {
  padding-top: 10px !important
}

.wui-pr-10 {
  padding-right: 10px !important
}

.wui-pb-10 {
  padding-bottom: 10px !important
}

.wui-pl-10 {
  padding-left: 10px !important
}

.wui-px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important
}

.wui-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.wui-border {
    border: 1px #e5e5e5 solid !important
}

.wui-border-top {
    border-top: 1px #e5e5e5 solid !important
}

.wui-border-right {
    border-right: 1px #e5e5e5 solid !important
}

.wui-border-bottom {
    border-bottom: 1px #e5e5e5 solid !important
}

.wui-border-left {
    border-left: 1px #e5e5e5 solid !important
}

.wui-border-x {
    border-left: 1px #e5e5e5 solid !important;
    border-right: 1px #e5e5e5 solid !important
}

.wui-border-y {
    border-top: 1px #e5e5e5 solid !important;
    border-bottom: 1px #e5e5e5 solid !important
}

.wui-border-0 {
    border: 0 !important
}

.wui-border-top-0 {
    border-top: 0 !important
}

.wui-border-right-0 {
    border-right: 0 !important
}

.wui-border-bottom-0 {
    border-bottom: 0 !important
}

.wui-border-left-0 {
    border-left: 0 !important
}

.wui-rounded-0 {
    border-radius: 0 !important
}

.wui-rounded-1 {
    border-radius: 3px !important
}

.wui-rounded-2 {
    border-radius: 6px !important
}

.wui-position-static {
    position: static !important
}

.wui-position-relative {
    position: relative !important
}

.wui-position-absolute {
    position: absolute !important
}

.wui-position-fixed {
    position: fixed !important
}

.wui-top-0 {
    top: 0 !important
}

.wui-right-0 {
    right: 0 !important
}

.wui-bottom-0 {
    bottom: 0 !important
}

.wui-left-0 {
    left: 0 !important
}

.wui-d-block {
    display: block !important
}

.wui-d-inline {
    display: inline !important
}

.wui-d-inline-block {
    display: inline-block !important
}

.wui-d-none {
    display: none !important
}

.wui-hide-overflow {
    overflow: hidden !important
}

.wui-text-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.hovering-before,
.hovering-after {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
}
.hovering-before {
    left: 0px;
}
.hovering-after {
    right: 0px;
}
.hovering-before.wui-is-active,
.hovering-after.wui-is-active {
    opacity: 0.8;
    background-color: #f0ad4e;
}

.wui-unselectable {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.wui-react-dom-detector .wui-input-wrapper .wui-input-static {
  display: inline-block;
}
.wui-react-dom-detector .wui-input-wrapper .wui-input-group-btn {
  display: inline-block;
  width: auto;
}


/* 報表最常使用的樣式 */
.wui-report-border {
  border: 1pt solid rgb(0,0,0);
}

.wui-report-border-plr {
  padding-left: 2pt;
  padding-right: 2pt;
  border: 1pt solid rgb(0,0,0);
}.wui-full-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
}
.wui-full-mask.wui-full-mask-reverse {
  background-color: transparent;
  opacity: 1;
}

/*https://blog.zfanw.com/ios-safari-click-not-working/*/
.wui-mobile .wui-full-mask {
  cursor: pointer;
}

.wui-popup-window {
  border: 0 !important;
}

.wui-popup-wrapper {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  margin: 0px;
}
.wui-popup-wrapper .wui-dragger-container {
  display: block;
}
.wui-popup-wrapper .wui-window-header {
  opacity: 0.5;
}
  .wui-popup-wrapper.wui-is-active .wui-window-header {
    opacity: 1;
  }
.wui-popup-wrapper.middle-of-screen {
    top: -4000px;
    left: -4000px;
}
.wui-popup-wrapper.attach-to-target {
    top: 100%;
    left: 0;
}
.wui-loading-wrapper {
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 15px;

  background: #1F1F1F;
  background: rgba(0,0,0,.9);
  color: #FFF;
}

.wui-window-header {
  border-bottom: 1px solid #d8d8d8;

  background-color: rgba(235,235,235,0.85);
  /*background-color: #f5f5f5;*/
}
.wui-window-content {
  background-color: #fff;
}

.wui-mobile .wui-window-header {
  background-color: inherit;
  margin-top: 3px;
  margin-bottom: 3px;
}

.wui-mobile .wui-window-header.wui-toolbar-border-bottom {
  border-bottom: none;
}

.wui-mobile .wui-window-header .wui-toolbar-title {
  color: #1ec55b;
}

.wui-half-page {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}.wui-carousel .wui-carousel-item {
  border: 1px solid transparent;
}

.wui-carousel .wui-carousel-item.wui-is-active {
  border: 1px solid #357ebd;
}

.wui-gallery-viewer img {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left;
  /* IE 9 */
}

.wui-gallery-viewer img.rotate90 {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
}
.wui-gallery-viewer img.rotate180 {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%);
}
.wui-gallery-viewer img.rotate270 {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%);
}.wui-layout-block {
    overflow: auto;
}
.wui-layout.wui-layout-horizontal>.wui-layout-block,
.wui-layout.wui-layout-horizontal.wui-layout-small>.wui-layout-block {
    float: left;
}.wui-f16 .wui-tree-container .wui-radio input,
.wui-f16 .wui-tree-container .wui-checkbox input {
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
}

.wui-f12 .wui-tree-container .wui-radio input,
.wui-f12 .wui-tree-container .wui-checkbox input,
.wui-f14 .wui-tree-container .wui-radio input,
.wui-f14 .wui-tree-container .wui-checkbox input {
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

.wui-f14 .wui-tree-container .wui-radio label,
.wui-f14 .wui-tree-container .wui-checkbox label {
  padding-left: 0px;
}

.wui-tree-node {
    clear: both;
}.wui-upload-list {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #c5c5c5;
  margin: .2em 0 0;
  padding: .3em .7em .5em;
  line-height: 1.9em;
  list-style-type: none;
  background-color: #ebebeb;
}

.wui-upload-item {
    position: relative;
    display: inline-block;
    /*max-width: 400px;*/
    vertical-align: middle;
}

.wui-upload-item-name {
    /*width: 200px;*/
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.wui-upload-progress {
    width: '100%';
    background-color: grey;
}

.wui-upload-progress-bar {
    width: 0%;
    height: 3px;
    background-color: #f0713a;
}

.wui-upload-list-button {
    /*margin-left: 8px;*/
    font-size: 84%;
}.wui-calendar-box {
    height: 100%;
    float: left;
    padding-bottom: 3px;
    padding-left: 3px;
}
.wui-calendar-row {
    display: flex;
}
.wui-calendar-day {
    color: #000;
    width: 14.28%;
    cursor: pointer;
    float: left;
    padding: 10px;
    border: solid 1px #dadce0;
}
.wui-calendar-day-notCurrent {
    color: #CCCCCC;
}
.wui-calendar-today {
    border-radius: 4px;
    font-weight: bold;
    background-color : #FF8300;
    color: #ffffff;
}
.wui-calendar-week {
    color: #000;
    width: 14.28%;
    line-height: 1.7em;
    text-align: center;
    float: left;
    font-weight: bold;
    border: solid 1px #dadce0;
}
.wui-calendar-header {
    margin-top: 10px;
    padding-left: 5px;
    float: left;
    max-width: 600px;
}
.wui-calendar-navigation {
    width: 10%;
    text-align: center;
    margin: 1%;
    float: left;
    cursor: pointer;
}
.wui-calendar-navigation:hover {
    border-radius: 4px;
    background-color: #E0E0E0;
}
.wui-calendar-navigation-today {
    float: left;
    margin: 1%;
}
.wui-calendar-navigation-month {
    width: 24.5%;
    text-align: center;
    margin: 1%;
    float: left;
}
.wui-calendar-navigation-year {
    width: 21%;
    text-align: center;
    margin: 1%;
    float: left;
}
.wui-calendar-dropdownlist {
    padding: 0;
}
.uat-checkpointer input.wui-input {
  background-color: #f0ad4e !important;
  cursor: help;
}

.uat-checkpointer div.wui-input-static.wui-text-muted {
  background-color: #f0ad4e !important;
  cursor: help;
}

.uat-checkpointer-grid td.wui-grid-cell,
.uat-checkpointer td.wui-grid-cell {
  background-color: #f0ad4e !important;
  cursor: help;
}

.uat-checkpointer-grid .wui-grid-body-fixed:not(:has(td)),
.uat-checkpointer-grid .wui-grid-body-nonfixed:not(:has(td)) {
  background-color: #f0ad4e !important;
  cursor: help;
}

.uat-checkpointer .wui-radio label,
.uat-checkpointer .wui-radio-inline label,
.uat-checkpointer .wui-checkbox label,
.uat-checkpointer .wui-checkbox-inline label {
  background-color: #f0ad4e;
  cursor: help;
}

.uat-checkpointer .wui-alert-content,
.uat-checkpointer .wui-confirm-content {
  background-color: #f0ad4e !important;
  cursor: help;
}

.uat-checkpointer-grid #viewContainer,
.uat-checkpointer-grid #viewContainer .js-w-page,
.uat-checkpointer-grid #viewContainer table,
.uat-checkpointer-grid #viewContainer table tr,
.uat-checkpointer-grid #viewContainer table tr td {
  background-color: #f0ad4e !important;
  cursor: help;
}
.wui-billlayout-component-dropzone {
    display: none;
}

.wui-billlayout-component-dragging .wui-billlayout-component-dropzone {
    display: inherit;
}/*body {
    background-image: url(images/retina_dust.png);
}*/

#topbar {
    border-bottom: 1px solid #ddd
}

.wui-left-menu-container {
    overflow: hidden;
}

.wui-left-menu-overflow {
    overflow: hidden;
    background-color: #234f7f;
}

.wui-left-menu-overflow:hover {
    overflow-y: auto;
}

.ehrs-left-menu {
    float: left;
}

.ehrs-left-menu .fa-step-backward, .ehrs-left-menu .fa-step-forward {
    cursor: pointer;
}

.ehrs-menu {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 5px;
}

.ehrs-menu .ehrs-menu-item {
    /*padding-left: 20px;*/
    margin-bottom: 2px;
}

.ehrs-menu .ehrs-menu-item .ehrs-menu-item-text {
    padding: 3px 10px;
    background-color: #eaeaea;
    text-align: left;
}

.ehrs-menu .ehrs-menu-item .ehrs-menu-item-text i {
    padding-top: 3px;
}

.ehrs-menu .ehrs-menu-item .ehrs-menu-item-text a {
    text-decoration: none;
    color: #6d6d6d;
}

.ehrs-menu .ehrs-menu-item.ehrs-menu-item-actived .ehrs-menu-item-text a {
    color: #000;
    font-weight: bold;
}

.ehrs-menu .ehrs-menu-item .ehrs-menu-item-text.ehrs-menu-item-root {
    background-color: #3e8dff;
    text-align: left;
}

.ehrs-menu .ehrs-menu-item .ehrs-menu-item-text.ehrs-menu-item-root a {
    color: white;
    font-size: 1.1em;
}

.ehrs-login-input {
    height: 40px;
}

.wui-input-group-addon {
  background-color: #d2e3ef;
}

.ehrs-home-calendar {
    height: 100%;
}

.ehrs-home-calendar .wui-calendar-day {
    max-width: 100px;
}

.ehrs-home-calendar-day-hasitem {
    border: 1px #ffbe4d solid !important;
    border-radius: 3px;
    color: #ffbe4d;
    background-color: #ffffff;
}

.ehrs-home-calendar-day-hasitem > i {
    margin: 2px 4px 2px 4px;
}

.ehrs-home-calendar .wui-calendar-header {
    margin-top: 0px;
}

.ehrs-home-calendar-leave {
    color: #B01212;
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-overtime {
    color: #D67E37;
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-overtime-wpb23 {
    color: teal;
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-shift {
    color: #548EC7;
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-punchin {
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-makeUpClockIns {
    color: #806000;
    font-weight: bold;
    word-break: break-word;
}

.ehrs-home-calendar-day-active {
    background-color: rgb(170, 213, 255)
}

.ehrs-home-calendar-count {
    width: 22px;
    height: 22px;
    padding-top: 2px;
    background-color: #FFFFCC;
    color: red;
    text-align: center;
    border-left: 1px solid #DADCE0;
    border-bottom: 1px solid #DADCE0;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }
    .pagebreak { page-break-before: always; }
    .print-header {
        display: block !important;
    }
}

.ehrs-chart-print-container {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-family: "細明體",MingLiU,Arial;
}

.ehrs-chart-print-container .print-header {
    display: none;
}

.ehrs-ads-wrapper {
    overflow: hidden;
}

.ehrs-ads-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.ehrs-ads-btn {
    height: 70px;
}

.ehrs-ads-container .ehrs-ad-image {
    width: 190px;
    height: 70px;
}

.ehrs-ads-container div {
    float: left;
}

.ehrs-webm5020-day-cs83008 {
    border: 2px solid #dadce0;
    border-right: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
}

.wui-is-active > .wui-color-blue,
.wui-is-active > .wui-color-danger,
.wui-is-active > .wui-color-warning,
.wui-is-active > .wui-color-silver {
    color: black;
}

.ehrs-lcm-serving {
    background-color: #ffd965;
}

.ehrs-lcm-pending {
    background-color: white;
}

.ehrs-lcm-abnormal {
    color: red;
    background-color: #fee2ec;
}

.ehrs-lcm-cancel {
    background-color: #c9f14e;
}

.ehrs-lcm-completed {
    background-color: #ffff9f;
}

.ehrs-lcm-header {
    color: #000;
    width: 12.5%;
    float: left;
    padding: 10px;
    border: solid 1px #dadce0;
}

.ehrs-lcm-content {
    color: #000;
    width: 12.5%;
    float: left;
    border: solid 1px #dadce0;
}.ehrs-fixablelist-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.ehrs-fixablelist {
    position: relative;
    overflow: hidden;
    /* height: 100%; */
}

    .ehrs-fixablelist .ehrs-fixed-column,
    .ehrs-fixablelist .ehrs-nonfixed-column {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .ehrs-fixablelist .ehrs-fixablelist-head,
    .ehrs-fixablelist .ehrs-fixablelist-head-fixed,
    .ehrs-fixablelist .ehrs-fixablelist-head-nonfixed,
    .ehrs-fixablelist .ehrs-fixablelist-body,
    .ehrs-fixablelist .ehrs-fixablelist-body-fixed,
    .ehrs-fixablelist .ehrs-fixablelist-body-nonfixed,
    .ehrs-fixablelist .ehrs-fixablelist-foot-fixed,
    .ehrs-fixablelist .ehrs-fixablelist-foot-nonfixed {
        display: inline-block;
        position: relative;
    }

    .ehrs-fixablelist .ehrs-fixablelist-body {
        margin-top: -5px;
    }

    .ehrs-fixablelist .ehrs-fixablelist-head-nonfixed,
    .ehrs-fixablelist .ehrs-fixablelist-head-fixed,
    .ehrs-fixablelist .ehrs-fixablelist-body-fixed,
    .ehrs-fixablelist .ehrs-fixablelist-foot-nonfixed,
    .ehrs-fixablelist .ehrs-fixablelist-foot-fixed {
        overflow: hidden;
    }

    .ehrs-fixablelist .ehrs-fixablelist-head-nonfixed,
    .ehrs-fixablelist .ehrs-fixablelist-foot-nonfixed {
        overflow-y: scroll;
    }

    /* .ehrs-fixablelist .ehrs-fixablelist-body-fixed {
        overflow-x: scroll;
    } */

    .ehrs-fixablelist .ehrs-fixablelist-body-nonfixed {
        overflow: scroll;
    }

    .ehrs-fixablelist .ehrs-fixed-column {
        z-index: 3;
        background-color: #fff;
    }

    .ehrs-fixablelist table {
        border-spacing: 0px;
        table-layout: fixed;
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .ehrs-fixablelist table td {
            padding: 0px;
            margin: 0px;
            word-break: break-all;
            height: 100%;
        }

    .ehrs-fixablelist .border-left {
        border-left: 1px solid #ccc;
    }

    .ehrs-fixablelist .border-right {
        border-right: 1px solid #ccc;
    }

    .ehrs-fixablelist .border-top {
        border-top: 1px solid #ccc;
    }

    .ehrs-fixablelist .border-bottom {
        border-bottom: 1px solid #ccc;
    }
.form-shifts {
    /* Namespace */
}
    .form-shifts .week-name,
    .form-shifts .pa51004 {
        position: relative;
    }

    .form-shifts .body-selector,
    .form-shifts .wfl21-selector {
        position: absolute;
        top: 1px;
        left: 1px;
        display: none;
    }

    .form-shifts .staff-calendar {
        position: absolute;
        top: 1px;
        right: 1px;
        display: none;
    }

    .form-shifts .week-name:hover .body-selector,
    .form-shifts .week-name:hover .staff-calendar,
    .form-shifts .pa51004:hover .body-selector,
    .form-shifts .pa51004:hover .staff-calendar,
    .form-shifts .body-selector.selected,
    .form-shifts .week-name:hover .wfl21-selector,
    .form-shifts .pa51004:hover .wfl21-selector,
    .form-shifts .wfl21-selector.selected {
        display: block;
    }

    .form-shifts .body-cell,
    .form-shifts .wfl21-cell {
        cursor: pointer;
    }

    .form-shifts .body-cell.active,
    .form-shifts .wfl21-cell.active {
        background-color: #c3ddfd !important;
    }

    .form-shifts .body-cell.ww-active,
    .form-shifts .wfl21-cell.ww-active {
        background-color: #c3ddfd !important;
    }

    .form-shifts .is-sunday {
        background-color: #f2dcda;
    }

    .form-shifts .is-saturday {
        background-color: #d7e3bf;
    }

    .form-shifts .is-holiday {
        background-color: #f9c499;
    }

    .form-shifts .fl21005-1,
    .ehrs-staff-calendar .fl21005-1 {
        color: #33f;
    }

    .form-shifts .fl21005-2,
    .ehrs-staff-calendar .fl21005-2 {
        color: #538135;
    }

    .form-shifts .fl21005-3,
    .ehrs-staff-calendar .fl21005-3 {
        color: #f00;
    }

    .form-shifts .fl21005-4,
    .ehrs-staff-calendar .fl21005-4 {
        color: #33f;
    }

    .form-shifts .fl21005-5,
    .ehrs-staff-calendar .fl21005-5 {
        color: #FF0000;
    }

    .form-shifts .fl21005-6,
    .ehrs-staff-calendar .fl21005-6 {
        color: #FF0000;
    }

    .form-shifts .fl21005-6.blue,
    .ehrs-staff-calendar .fl21005-6.blue {
        color:blue;
    }

    .form-shifts .fl21005-7,
    .ehrs-staff-calendar .fl21005-7 {
        color: #c00000;
    }

    .form-shifts .fl21005-8,
    .ehrs-staff-calendar .fl21005-8 {
        color: #33f;
    }

    .form-shifts .fl21005-9,
    .ehrs-staff-calendar .fl21005-9 {
        color: #f00;
    }

    .form-shifts .fl21005-10,
    .ehrs-staff-calendar .fl21005-10 {
        color: #33f;
    }

    .form-shifts .leave,
    .ehrs-staff-calendar .leave {
        color: #f00;
    }

    .form-shifts .overtime,
    .ehrs-staff-calendar .overtime {
        color: #ed7d31
    }

    .form-shifts .rangeLabel {
        margin: 3px 2px 2px 3px;
        font-weight: normal;
    }

    .form-shifts .periodLabel {
        margin: 0.2em 1em 0.2em;
        font-weight: normal;
    }

    .form-shifts .conflict {
        background-color:#789440;
    }

    .form-shifts .overlap {
        background-color:#D9958F;
    }

    .form-shifts .support-staff {
        background-color: #DCEBFF;
    }

.ehrs-staff-calendar table {
    border-spacing: 0px;
    table-layout: fixed;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-bottom: 10px;
}
.ehrs-staff-calendar table td {
    padding: 0px;
    margin: 0px;
    word-break: break-all;
    height: 100%;
    vertical-align: top;
}
.ehrs-staff-calendar .border-left {
    border-left: 1px solid #ccc;
}

.ehrs-staff-calendar .border-right {
    border-right: 1px solid #ccc;
}

.ehrs-staff-calendar .border-top {
    border-top: 1px solid #ccc;
}

.ehrs-staff-calendar .border-bottom {
    border-bottom: 1px solid #ccc;
}

.statistics .shift.summary {
    background-color: #E6F9FF;
}
.statistics .shift.detail {
	/*background-color: #EAEFF5;*/
}

.statistics .shift.sum-working-hour,
.statistics .shift.wage-cost {
    background-color: #FFF8BD
}
.statistics .shift.wage-cost-total,
.statistics .shift.sum-working-hour-total
{
    background-color: #FFCECC
}

.wageEstimateds .shift.summarize
{
    background-color: #FFCECC
}

.time-select .wui-input-group-btn button.wui-button,
.jobSkill-select .wui-input-group-btn button.wui-button {
    min-width: 15px;
    padding: 2px 5px;
}

.daily-shift {
    height: 250px;
    overflow: auto;
    background-color: #FFF8BD;
}

.shift-flex-center {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shift-flex-center.body-cell * {
    max-width: 100%
}

.shift-word-break {
    word-break: break-word;
}

.shift-fixed-foot-header1 {
    width: 220px
}

.shift-fixed-foot-header2 {
    width: 120px;
    background-color: #FFFF80;
}

.shift-color-red {
    color: red
}