@charset "UTF-8";
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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;
}

*:focus {
  outline-style: none;
}

img {
  width: 100%;
}

.pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/ico_loading.gif) center 45% no-repeat rgba(1, 29, 37, 0.92);
  -webkit-background-size: 100px 100px;
  -o-background-size: 100px 100px;
  background-size: 100px 100px;
}

html {
  font-size: 15px;
}

.page-wrapper {
  position: relative;
}

body {
  font-family: "Microsoft JhengHei", Arial, Lucida, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #528A99;
  background: url("../../images/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1 {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  margin: 0;
}

h2 {
  font-size: 20px;
  color: #44a9c5;
  margin: 0;
}

.hint.error {
  color: #f45d4c;
}

.red {
  color: #f45d4c !important;
}

.blue {
  color: #44a9c5;
}

.report-link {
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

.report-link .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.report-link .icon.linkto {
  width: 14px;
  height: 14px;
  background-image: url(../../images/icon/sprite_24.svg);
  background-size: 120px auto;
  background-position: -0px -96px;
}

.report-link:link, .report-link:visited {
  color: #FFF;
  text-decoration: none;
}

.report-link:hover, .report-link:active {
  color: #2d3137;
  text-decoration: none;
}

.report-link:hover .linkto, .report-link:active .linkto {
  background-position: -24px -96px;
}

a {
  color: #44a9c5;
  text-decoration: none !important;
}

a:hover {
  color: #036e8c;
}

a:focus {
  outline: none;
}

.button-transparent {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 25px;
  border-radius: 100px;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.button-transparent:hover, .button-transparent.active {
  color: #FFF;
  text-decoration: none;
  background-color: #026e8c;
  border: solid 1px #026e8c;
}

.button-transparent.disabled {
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.button-transparent.disabled:hover, .button-transparent.disabled.active {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.button-transparent-blue {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 25px;
  border-radius: 100px;
  border: solid 1px #44a9c5;
  color: #44a9c5;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.button-transparent-blue:hover, .button-transparent-blue.active {
  color: #FFF;
  text-decoration: none;
  background-color: #026e8c;
  border: solid 1px #026e8c;
}

.button-main {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 25px;
  border-radius: 100px;
  border: solid 1px #44a9c5;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #44a9c5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.button-main:hover, .button-main.active {
  color: #FFF;
  text-decoration: none;
  background-color: #026e8c;
  border: solid 1px #026e8c;
}

.checkbox_default {
  position: relative;
  display: inline-block;
}

.checkbox_default input {
  margin-top: 0px;
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.checkbox_default input ~ label {
  background: url(../../images/icon/checkbox.svg) no-repeat 0px -30px;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  padding-left: 30px;
  line-height: 30px;
}

.checkbox_default input:checked ~ label {
  background-position: 0px 0px;
}

.checkbox {
  margin: 0 !important;
  height: 20px !important;
  width: 20px !important;
  display: inline-block !important;
}

.checkator_holder.checkbox {
  top: 0.26667rem;
}

.checkator_element.checkbox {
  background-color: transparent;
  border: solid 1px #c5c5c5;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 0.2rem 0.13333rem;
  border-radius: 2px;
}

.checkator_source:hover + .checkator_element {
  /* Hovered element */
  /* Bug: There is a bug in chrome preventing this from working correctly */
  background-color: transparent;
  border: solid 1px #c5c5c5;
}

.checkator_source:focus + .checkator_element {
  /* Focused element */
  border: solid 1px #c5c5c5;
  background-color: transparent;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.input_error {
  border-color: #f45d4c;
  box-shadow: 0px 0px 5px rgba(244, 93, 76, 0.5);
}

.cus-select-wrapper {
  display: inline-block;
  text-align: right;
}

.cus-select-wrapper .sod_select {
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  min-width: 115px;
  width: auto;
  background-color: #fff;
  border: solid 1px #fff;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 1.33333rem;
  text-transform: none;
  z-index: 1;
}

.cus-select-wrapper .sod_select:hover {
  border-color: #fff;
}

.cus-select-wrapper .sod_select:before {
  display: none;
}

.cus-select-wrapper .sod_select:after {
  content: '';
  display: block;
  border-bottom: 0.06667rem solid #505050;
  border-right: 0.06667rem solid #505050;
  height: 9px;
  width: 9px;
  right: 18px;
  top: 13px;
  border-radius: 0 0 2px 0;
  margin-top: -0.26667rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cus-select-wrapper .sod_select .sod_label {
  line-height: 32px;
  color: #505050;
  position: relative;
  font-weight: normal;
}

.cus-select-wrapper .sod_select .sod_option {
  padding: 0 1.33333rem;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #DBDBDD;
}

.cus-select-wrapper .sod_select .sod_option:last-child {
  border-bottom: none;
}

.cus-select-wrapper .sod_select .sod_option.active {
  background-color: #44a9c5;
  color: #fff;
}

.cus-select-wrapper .sod_select .sod_option.selected {
  color: #44a9c5;
  background-color: #DBE7F0;
}

.cus-select-wrapper .sod_select .sod_option.selected.active {
  background-color: #44a9c5;
  color: #fff;
}

.cus-select-wrapper .sod_select.focus, .cus-select-wrapper .sod_select.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #FFF;
  color: #44a9c5;
  border-radius: 17px;
  background-color: #fff;
}

.cus-select-wrapper .sod_select.open {
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.cus-select-wrapper .sod_select.open.above {
  border-radius: 0 0 1.33333rem 1.33333rem;
}

.cus-select-wrapper .sod_select.open:after {
  border-bottom: 0.06667rem solid #505050;
  border-right: 0.06667rem solid #505050;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.cus-select-wrapper .sod_select.open .sod_list_wrapper {
  left: 2px;
  z-index: 0;
  border: solid 1px #eee;
  border-radius: 0 0 20px 20px;
  border-top: 0;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: none;
  width: 100%;
}

.cus-select-wrapper .sod_select.open .sod_list_wrapper .sod_list {
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: white;
}

.cus-select-wrapper .sod_select.above .sod_list_wrapper {
  border-radius: 1.33333rem 1.33333rem 0 0;
  border-top: solid 1px #dbdbdb;
  bottom: 101%;
}

.cus-select-wrapper .sod_select.above .sod_list_wrapper .sod_list {
  border-radius: 1.33333rem 1.33333rem 0 0;
}

.cus-select-wrapper .sod_select.focus .sod_label {
  position: relative;
}

.cus-select-wrapper.dark {
  display: inline-block;
  text-align: right;
}

.cus-select-wrapper.dark .sod_select {
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  min-width: 115px;
  width: auto;
  background-color: transparent;
  border: solid 1px #fff;
  font-size: 13px;
  padding: 0 1rem;
  text-transform: none;
  z-index: 1;
}

.cus-select-wrapper.dark .sod_select:hover {
  border-color: #fff;
}

.cus-select-wrapper.dark .sod_select:before {
  display: none;
}

.cus-select-wrapper.dark .sod_select:after {
  content: '';
  display: block;
  border-bottom: 0.06667rem solid #747980;
  border-right: 0.06667rem solid #747980;
  height: 9px;
  width: 9px;
  right: 18px;
  top: 14px;
  border-radius: 0 0 2px 0;
  margin-top: -0.26667rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cus-select-wrapper.dark .sod_select .sod_label {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-weight: normal;
}

.cus-select-wrapper.dark .sod_select .sod_option {
  padding: 0 1rem;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #DBDBDD;
}

.cus-select-wrapper.dark .sod_select .sod_option:last-child {
  border-bottom: none;
}

.cus-select-wrapper.dark .sod_select .sod_option.active {
  background-color: #44a9c5;
  color: #fff;
}

.cus-select-wrapper.dark .sod_select .sod_option.selected {
  color: #FFF;
  font-weight: normal;
  background-color: transparent;
}

.cus-select-wrapper.dark .sod_select .sod_option.selected.active {
  background-color: #44a9c5;
  color: #fff;
}

.cus-select-wrapper.dark .sod_select.focus, .cus-select-wrapper.dark .sod_select.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  color: #44a9c5;
  border-radius: 17px;
  border: 1px solid #fff;
}

.cus-select-wrapper.dark .sod_select.open {
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.cus-select-wrapper.dark .sod_select.open.above {
  border-radius: 0 0 1.33333rem 1.33333rem;
}

.cus-select-wrapper.dark .sod_select.open:after {
  border-bottom: 0.06667rem solid #747980;
  border-right: 0.06667rem solid #747980;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.cus-select-wrapper.dark .sod_select.open .sod_list_wrapper {
  left: 2px;
  z-index: 0;
  border: solid 1px #eee;
  border-radius: 0 0 20px 20px;
  border-top: 0;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: none;
  width: 100%;
}

.cus-select-wrapper.dark .sod_select.open .sod_list_wrapper .sod_list {
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: rgba(255, 255, 255, 0);
  color: #FFF;
}

.cus-select-wrapper.dark .sod_select.above .sod_list_wrapper {
  border-radius: 1.33333rem 1.33333rem 0 0;
  border-top: solid 1px #dbdbdb;
  bottom: 101%;
}

.cus-select-wrapper.dark .sod_select.above .sod_list_wrapper .sod_list {
  border-radius: 1.33333rem 1.33333rem 0 0;
}

.cus-select-wrapper.dark .sod_select.focus .sod_label {
  position: relative;
}

.bright, .dark {
  text-align: left;
}

.bright.select2-container .select2-selection--single, .dark.select2-container .select2-selection--single {
  height: 34px;
}

.bright.select2-container--default .select2-selection--single .select2-selection__rendered, .dark.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.bright.select2-container--default .select2-selection--single .select2-selection__arrow, .dark.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.bright.select2-container .select2-selection--single .select2-selection__rendered, .dark.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.bright.select2-container--default.select2-container, .dark.select2-container--default.select2-container {
  width: auto;
  min-width: 150px;
}

.bright.select2-container--default .select2-selection--single, .dark.select2-container--default .select2-selection--single {
  border: solid 1px #aaa;
}

.bright .select2-results__option, .dark .select2-results__option {
  padding: 6px 15px;
}

.bright.select2-container--default .select2-results__option--highlighted[aria-selected], .dark.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #44a9c5;
}

.bright.select2-container--default .select2-selection--single .select2-selection__arrow b, .dark.select2-container--default .select2-selection--single .select2-selection__arrow b {
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  top: 10px;
}

.bright.select2-container--default .select2-selection--single .select2-selection__arrow b:before, .dark.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../../images/icon/arrow_down.png);
  -webkit-background-size: 12px auto;
  -o-background-size: 12px auto;
  background-size: 12px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.bright.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before, .dark.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bright.select2-container--default .select2-results__option[aria-selected=true], .dark.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #44a9c5;
}

.bright.select2-container--default .select2-results__option[aria-selected=true]:hover, .dark.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #44a9c5;
  color: #FFF;
}

.dark .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
}

.dark .select2-dropdown {
  background-color: #131924;
}

.dark .select2-results__option {
  color: #FFF;
}

.dark.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #44a9c5;
}

.dark.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #44a9c5;
  color: #FFF;
}

.icon-arrow-left:before {
  content: "\e091";
}

.icon-arrow-right:before {
  content: "\e092";
}

.cp-modal .modal-header {
  background-color: rgba(68, 169, 197, 0.05);
  border-bottom: none;
}

.cp-modal .close {
  opacity: 1;
}

.cp-modal .close span {
  color: #44a9c5;
  font-size: 2rem;
  line-height: 1.33333rem;
}

.cp-modal .button {
  margin-left: 5px;
}

.cp-modal .modal-title {
  display: inline-block;
  font-size: 1.06667rem;
  color: #44a9c5;
}

.cp-modal .main-content {
  color: #44a9c5;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}

.cp-modal .modal-body {
  padding: 1.6rem 1.33333rem;
}

.cp-modal .modal-footer {
  padding-top: 0;
  padding-bottom: 1.6rem;
  padding-left: 1.33333rem;
  padding-right: 1.33333rem;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .cp-modal .modal-dialog {
    margin: 2.66667rem;
  }
}

.cp-modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #44a9c5;
}

.sign-out p {
  margin-top: 15px;
}

.sign-out ul {
  padding-left: 18px;
  list-style-type: square;
}

.sign-out ul li {
  color: #808080;
}

.sign-out .media-object {
  width: 70px;
  height: 70px;
}

.sign-out .media-left {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .sign-out .modal-dialog {
    width: 480px;
  }
}

.icon_trash {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/icon/sprite_24.svg);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: -48px 0px;
}

.icon_trash:hover {
  background-position: -72px 0px;
}

/* =============================================== popup upload =============================================== */
.error_msg {
  margin-bottom: 15px;
  background-color: #F7C8C8;
  color: #84151C;
  padding: 15px;
  border-radius: 6px;
}

.upload_box {
  border: 1px dashed #aaa;
  border-radius: 6px;
  text-align: center;
  padding: 20px 0px;
}

.upload_box h2 {
  color: inherit;
  font-weight: bold;
}

.upload_box h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.upload_box p {
  color: #808080;
  font-size: 14px;
}

.upload_box .upload_icon {
  color: inherit;
  font-size: 40px;
}

.uploading {
  border-radius: 6px;
  text-align: center;
  padding: 20px 0px;
}

.uploading .upload_icon {
  border-radius: 50%;
  margin: 0px auto;
  padding: 15px 0px;
  font-size: 12px;
}

.uploading .upload_icon .fa {
  color: #44a9c5;
  font-size: 60px;
  display: block;
}

.progress_bar {
  height: 10px;
  background-color: #eee;
  width: 60%;
  margin: 30px auto 10px;
  border-radius: 5px;
  overflow: hidden;
}

.progress_bar .progress_rate {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #44a9c5;
}

/* =============================================== common =============================================== */
body {
  min-width: 560px;
  -ms-overflow-x: auto;
  overflow-x: auto;
  position: relative;
}

@media only screen and (max-width: 560px) {
  body {
    width: 560px;
    height: 100%;
    overflow: hidden;
  }
  body:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9;
  }
}

.modal-dialog {
  z-index: 1050;
}

.logo {
  background-image: url(../../images/logo.svg);
  height: 46px;
  background-repeat: no-repeat;
  background-position: 20px center;
  display: block;
}

.left-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  background-color: #151D27;
  /*ie8*/
  background-color: #131924;
  z-index: 3;
}

.left-bar .cus-select-wrapper {
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.left-bar.menu-wrapper {
  top: 46px;
  z-index: 4;
  bottom: 0px;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -ms-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}

.left-bar.menu-wrapper.slide-hide {
  width: 60px;
}

.left-bar.menu-wrapper.slide-hide .main-menu li {
  background-position: 14px center;
}

.left-bar.menu-wrapper.slide-hide .main-menu li span.main-menu_text {
  display: none;
}

.left-bar.menu-wrapper.slide-hide .cus-select-wrapper {
  display: none;
}

.main-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.main-menu > li {
  color: #FFF;
  font-size: 14px;
  height: 64px;
  line-height: 64px;
  background-color: transparent;
  cursor: pointer;
  -webkit-background-size: 35px 34px;
  -o-background-size: 35px 34px;
  background-size: 35px 34px;
  background-position: 14px center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /*dashboard*/
}

.main-menu > li:hover, .main-menu > li.active {
  background-color: #9FA4A9;
  /*ie8*/
  background-color: rgba(254, 254, 254, 0.6);
  color: #2d3137;
}

.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #2d3137;
}

.main-menu > li span {
  vertical-align: middle;
}

.main-menu > li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.main-menu > li a:hover {
  color: #2d3137;
}

.main-menu > li .main-manu_icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 7px;
  background-repeat: no-repeat;
  background-image: url(../../images/icon/main-manu.svg);
  background-size: auto 72px;
}

.main-menu > li .main-manu_icon.dashboard {
  background-position-x: 0px;
}

.main-menu > li .main-manu_icon.customers {
  background-position-x: -36px;
}

.main-menu > li .main-manu_icon.service {
  background-position-x: -72px;
}

.main-menu > li .main-manu_icon.help {
  background-position-x: -108px;
}

.main-menu > li .main-manu_icon.resource {
  background-position-x: -144px;
}

.main-menu > li .main-manu_icon.management {
  background-position-x: -180px;
}

.main-menu > li:hover, .main-menu > li.active {
  /*dashboard*/
}

.main-menu > li:hover .main-manu_icon, .main-menu > li.active .main-manu_icon {
  background-position-y: -36px;
}

.main-menu > li ul {
  background-color: #131924;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 1052;
  /*高於下拉選單1051*/
  width: auto;
  display: none;
  padding: 0px;
}

.main-menu > li ul li {
  list-style: none;
  white-space: nowrap;
  min-width: 200px;
}

.main-menu > li ul li a {
  display: block;
  padding: 0px 20px;
}

.main-menu > li ul li:hover {
  background-color: #9FA4A9;
  /*ie8*/
  background-color: rgba(254, 254, 254, 0.6);
}

.main-menu > li:hover > ul {
  display: block;
}

.main-wrapper {
  padding-left: 200px;
  position: relative;
}

.main-wrapper.no-menu-bar {
  padding-left: 0;
}

.top-bar {
  position: fixed;
  width: 100%;
  height: 46px;
  right: 0;
  top: 0;
  z-index: 3;
  background-color: #80A7B3;
  /*ie8*/
  background-color: rgba(254, 254, 254, 0.3);
}

.top-bar.toping {
  background-color: rgba(45, 49, 55, 0.9);
}

.top-bar .icon {
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-image: url(../../images/icon/sprite_24.svg);
  background-size: 120px auto;
  background-position: 0px 0px;
}

.top-bar .icon:hover {
  background-position-x: -24px;
}

.top-bar .notification {
  background-position-y: 0px;
}

.top-bar .calendar {
  background-position-y: -24px;
}

.top-bar .phone {
  margin-left: 15px;
  background-position-y: -48px;
}

.top-bar .menu-toggle {
  float: left;
  top: 10px;
  margin-left: -12px;
  margin-right: 0;
  background-position-y: -72px;
}

/*左邊搜尋資料*/
.search {
  float: left;
  position: relative;
  top: 6px;
  margin-left: 20px;
}

.search .input-transparent {
  height: 34px;
  padding-left: 45px;
  padding-right: 15px;
  width: 285px;
  min-width: 285px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: transparent;
  outline-style: none;
  border: 1px solid #fff;
  color: #FFF;
  background-image: url(../../images/icon/search.svg);
  -webkit-background-size: 18px 19px;
  -o-background-size: 18px 19px;
  background-size: 18px 19px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.search .input-transparent::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.search .input-transparent::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.search .input-transparent:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.search .input-transparent:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.search .input-transparent:focus {
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 860px) {
  .search .top-bar-search {
    width: 200px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 785px) {
  .search .top-bar-search {
    display: none;
  }
}

.notification .count {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -10px;
  background-color: #f45d4c;
  color: #FFF;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 0 5px;
  text-align: center;
  font-style: normal;
  z-index: 3;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}

.notification .notification-list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 54px;
  background-color: #EDF7FA;
  padding: 15px 15px 5px 15px;
  width: 250px;
  right: -115px;
  font-style: normal;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.notification .notification-list:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #EDF7FA transparent;
  position: absolute;
  top: -18px;
  left: 115px;
}

.notification .notification-list.active {
  display: block;
}

.notification .notification-list h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.notification .notification-list .item {
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px 0 rgba(84, 107, 114, 0.2);
  color: #505050;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
}

.notification .notification-list .item.on-duty {
  background-color: #44a9c5;
  color: #fff;
}

.notification .notification-list .item span {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 33px;
  margin-right: 20px;
}

.notification .notification-list .icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-image: url(../../images/icon/sprite_24.svg);
  background-size: 120px auto;
}

.notification .notification-list .icon.type-time {
  background-position: -72px -24px;
}

.notification .notification-list .icon.type-appointment {
  background-position: -48px -24px;
}

.notification .notification-list .icon.type-duty {
  background-position: -48px -48px;
}

.notification .notification-list .delete {
  width: 12px;
  height: 100%;
  margin-right: 0;
  -webkit-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  margin-right: 5px;
  top: 0px;
  right: 5px;
  position: absolute;
  background-image: url(../../images/icon/close-button.svg);
}

.signout {
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  line-height: 32px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: transparent;
  outline-style: none;
  border: 1px solid #fff;
  color: #FFF;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signout:hover {
  background-color: #026e8c;
  color: #FFF;
  border-color: #026e8c;
}

.signout.disabled {
  overflow: hidden;
}

.signout.disabled:hover {
  overflow: visible;
}

.signout.disabled:hover .tip {
  opacity: 1;
  top: 40px;
}

.signout .tip {
  opacity: 0;
  top: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  color: #fff;
  width: 180px;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  left: 0;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.signout .tip:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  position: absolute;
  top: -18px;
  left: 15px;
}

.btn_calendar {
  display: block;
  width: 22px;
  height: 22px;
}

/* header_calendar add by Double */
.header_calendar {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 46px;
  margin-left: 200px;
  font-style: normal;
  cursor: default;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  height: 380px;
  -webkit-transition: margin-left 0.15s ease-in-out;
  -moz-transition: margin-left 0.15s ease-in-out;
  -ms-transition: margin-left 0.15s ease-in-out;
  -o-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
}

.header_calendar.slide-hide {
  margin-left: 60px;
  -webkit-transition: margin-left 0.15s ease-in-out;
  -moz-transition: margin-left 0.15s ease-in-out;
  -ms-transition: margin-left 0.15s ease-in-out;
  -o-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
}

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

.header_calendar .header_datepicker {
  float: left;
  width: 40%;
  padding: 10px;
}

.header_calendar .header_datepicker .datetimepicker th, .header_calendar .header_datepicker .datetimepicker td {
  line-height: 2em;
}

.header_calendar .header_event {
  width: 60%;
  float: left;
  padding: 10px;
  padding-right: 60px;
}

.header_calendar .header_event .event_filter {
  padding: 10px 0px;
}

.header_calendar .header_event .event_filter_list {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 17px;
  position: relative;
  width: 160px;
}

.header_calendar .header_event .event_filter_list .filter_btn {
  line-height: 32px;
  padding: 0px 30px 0px 15px;
}

.header_calendar .header_event .event_filter_list .filter_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../../images/icon/arrow_down.png);
  -webkit-background-size: 12px auto;
  -o-background-size: 12px auto;
  background-size: 12px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.header_calendar .header_event .event_filter_list:hover .filter_btn:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.header_calendar .header_event .event_filter_list ul {
  display: none;
  padding: 0px;
  position: absolute;
  top: auto;
  left: -1px;
  z-index: 10;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 160px;
  overflow: hidden;
}

.header_calendar .header_event .event_filter_list ul li {
  list-style: none;
}

.header_calendar .header_event .event_filter_list ul li label {
  white-space: nowrap;
  display: block;
  padding: 5px 20px 5px 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../../images/icon/checkbox.svg);
  background-size: 30px auto;
}

.header_calendar .header_event .event_filter_list ul li label.check_myTask {
  background-position: 5px -90px;
}

.header_calendar .header_event .event_filter_list ul li label.check_CPDept {
  background-position: 5px -210px;
}

.header_calendar .header_event .event_filter_list ul li label.check_mkt {
  background-position: 5px -150px;
}

.header_calendar .header_event .event_filter_list ul li label:hover {
  background-color: #44a9c5;
  color: #fff;
}

.header_calendar .header_event .event_filter_list ul li input {
  display: none;
}

.header_calendar .header_event .event_filter_list ul li input:checked ~ label.check_myTask {
  background-position: 5px -60px;
}

.header_calendar .header_event .event_filter_list ul li input:checked ~ label.check_CPDept {
  background-position: 5px -180px;
}

.header_calendar .header_event .event_filter_list ul li input:checked ~ label.check_mkt {
  background-position: 5px -120px;
}

.header_calendar .header_event .event_filter_list:hover {
  border-radius: 16px 16px 0px 0px;
}

.header_calendar .header_event .event_filter_list:hover ul {
  display: block;
  border-radius: 0px 0px 16px 16px;
}

.header_calendar .btn_close {
  position: absolute;
  top: 10px;
  right: 20px;
  border: 1px solid #44a9c5;
  color: #44a9c5;
  display: block;
  border-radius: 25px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-image: url("../../images/icon/close_32.svg");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.header_calendar .btn_close:hover {
  border: 1px solid #036e8c;
  background-color: #036e8c;
  background-position: 0px -32px;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.header_calendar .calendar_list {
  height: 300px;
  overflow-y: scroll;
  padding: 0px;
}

.header_calendar .calendar_list li {
  list-style: none;
  position: relative;
  margin: 5px 0px;
  padding: 10px 40px;
  border-bottom: 1px solid #f0f0f0;
}

.header_calendar .calendar_list li:hover {
  border-radius: 6px;
}

.header_calendar .calendar_list li:hover .icon_trash {
  display: block;
}

.header_calendar .calendar_list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
}

.header_calendar .calendar_list li.myTask:before {
  background-color: #7ECC18;
}

.header_calendar .calendar_list li.cpDept:before {
  background-color: #1D7AE0;
}

.header_calendar .calendar_list li.marketing:before {
  background-color: #C20D19;
}

.header_calendar .calendar_list li p {
  margin-bottom: 0px;
}

.header_calendar .calendar_list li p.time {
  color: #808080;
}

.header_calendar .calendar_list li .icon_trash {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

.add_event_popup label {
  display: block;
}

.add_event_popup .datetimepicker {
  display: inline-block;
  width: 40%;
}

.add_event_popup .datetimepicker_plus {
  padding: 5px 0px;
}

.add_event_popup .datetimepicker_plus label {
  display: inline-block;
  margin: 0px 20px 0px 10px;
}

/*右邊個人資訊*/
.personal-function {
  position: absolute;
  right: 30px;
  top: 6px;
}

.personal-function > * {
  vertical-align: top;
}

.personal {
  display: inline-block;
  position: relative;
  height: 34px;
  overflow: hidden;
}

.personal .personal_list_wrap {
  padding-top: 6px;
  position: absolute;
  top: 50px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.personal:hover {
  height: auto;
  overflow: visible;
}

.personal:hover .personal_list_wrap {
  top: 34px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.personal .personal_list {
  text-align: right;
  background-color: #EDF7FA;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.personal .personal_list:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 18px 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #EDF7FA transparent;
  position: absolute;
  top: -21px;
  right: 70px;
}

.personal .personal_btn {
  padding: 15px;
  font-size: 0px;
  border-bottom: 1px solid rgba(68, 169, 197, 0.5);
  white-space: nowrap;
}

.personal .personal_btn a {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #808080;
}

.personal .personal_btn a:first-child {
  border-radius: 20px 0px 0px 20px;
  padding-left: 15px;
}

.personal .personal_btn a:last-child {
  border-radius: 0px 20px 20px 0px;
  padding-right: 15px;
}

.personal .personal_btn a.active {
  background-color: #44a9c5;
  color: #fff;
}

.personal .personal_link {
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
}

.personal .personal_link li {
  padding: 0px;
  list-style: none;
  white-space: nowrap;
}

.personal .personal_link li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}

.personal .personal_link li a:hover {
  background-color: #fff;
}

.personal .personal-block {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  height: 34px;
  line-height: 32px;
  padding-left: 40px;
  padding-right: 5px;
  color: #505050;
  font-size: 13px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.personal .personal-block:hover {
  border: 1px solid #44a9c5;
  color: #44a9c5;
}

.personal .personal-block:hover .arrow {
  background-position: -12px -60px;
}

@media only screen and (max-width: 905px) {
  .personal .personal-block {
    padding-left: 28px;
  }
}

.personal .photo {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.personal .photo img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.personal .name {
  display: inline-block;
}

@media only screen and (max-width: 905px) {
  .personal .name {
    display: none;
  }
}

.personal .arrow {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-image: url(../../images/icon/sprite_24.svg);
  background-size: 60px auto;
  background-position: 0px -60px;
}

.main-content {
  padding: 30px;
  padding-top: 75px;
  margin-left: 0;
  -webkit-transition: margin-left 0.1s ease-in-out;
  -moz-transition: margin-left 0.1s ease-in-out;
  -ms-transition: margin-left 0.1s ease-in-out;
  -o-transition: margin-left 0.1s ease-in-out;
  transition: margin-left 0.1s ease-in-out;
}

.main-content.slide-expand {
  margin-left: -140px;
}

.main-content.no-menu-bar {
  padding-top: 30px;
}

.report-block {
  background-color: #FFF;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.report-block .block-top {
  background-color: #44a9c5;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.report-block .block-top h1 {
  margin: 0;
  text-align: left;
  padding: 15px 20px;
}

@media only screen and (max-width: 674px) {
  .report-block .block-top .search {
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
}

.report-block .block-top .block-top_tab a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 10px 10px -5px;
  padding: 10px 20px 15px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 6px 6px 0px 0px;
}

.report-block .block-top .block-top_tab a:hover {
  color: #fde200;
}

.report-block .block-top .block-top_tab a.active {
  color: #44a9c5;
  background-color: #fff;
}

.report-block .block-body {
  padding: 15px 15px;
  -ms-overflow-x: auto;
  overflow-x: auto;
  max-height: 100%;
  position: relative;
}

.report-block .block-right-top {
  position: absolute;
  right: 20px;
  top: 10px;
}

.report-block .block-right-top .info {
  font-size: 18px;
  color: #FFF;
  display: inline;
  margin-right: 20px;
}

.report-block .block-right-top .number-count {
  font-size: 22px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.report-block .block-right-top .additional-option {
  display: inline-block;
  position: relative;
  top: -8px;
  color: #FFF;
  font-size: 18px;
  margin-left: 8px;
}

@media only screen and (max-width: 780px) {
  .report-block .block-right-top .additional-option {
    display: block;
    margin-top: 15px;
  }
}

.report-block .block-right-top .additional-option > span {
  display: inline-block;
  margin-right: 8px;
}

.report-block .block-right-top .additional-option .button-transparent {
  margin-right: 15px;
}

.report-block .block-right-top .additional-option .button-transparent:last-child {
  margin-right: 0;
}

.report-block .block-right-top .report-link {
  display: inline-block;
  line-height: 20px;
  top: 8px;
  font-size: 15px;
}

.report-block .scrollable-wrapper {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
}

/* =============================================== login =============================================== */
body.login {
  background: url("../../images/login_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.login-top-bar {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  height: 46px;
  line-height: 46px;
}

.login-top-bar .logo {
  width: 141px;
  -webkit-background-size: 121px auto;
  -o-background-size: 121px auto;
  background-size: 121px auto;
}

.login-top-bar .portal-name {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  color: #FFF;
  font-size: 20px;
  font-style: italic;
  font-family: 'Myriad', sans-serif;
}

.login-panel {
  width: 430px;
  margin: 0 auto;
  margin-top: 80px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 450px) {
  .login-panel {
    width: 90%;
  }
}

.login-panel .head {
  padding: 25px;
  background-color: #44a9c5;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.login-panel .head h1 {
  text-align: left;
  font-size: 52px;
  margin-bottom: 10px;
  font-family: 'Athelas', serif;
}

@media only screen and (max-width: 450px) {
  .login-panel .head h1 {
    font-size: 42px;
  }
}

.login-panel .head h2 {
  text-align: left;
  font-size: 16px;
  margin-left: 3px;
  margin-bottom: 5px;
  color: #FFF;
}

.login-panel .body {
  background-color: #FFF;
  padding: 25px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.login-panel .item-wrapper {
  margin-bottom: 40px;
}

.login-panel .item-wrapper .title {
  font-size: 18px;
}

.login-panel .login-input {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #D3D3D3;
  color: #505050;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  -moz-transition: border-bottom 0.2s ease-in-out;
  -ms-transition: border-bottom 0.2s ease-in-out;
  -o-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

.login-panel .login-input:focus {
  border-bottom: 2px solid #44a9c5;
}

.login-panel .login-input.error {
  border-bottom: 2px solid #f45d4c;
}

.login-panel .login-button {
  height: 46px;
  line-height: 44px;
  background-color: #44a9c5;
  border: none;
  width: 100%;
  color: #FFF;
  font-size: 20px;
  margin-top: 20px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-panel .login-button:hover {
  background-color: #036E8C;
}

.login-panel .login-button:active {
  position: relative;
  background-color: #025a73;
}

.login-panel .error-msg {
  color: #f45d4c;
}

/* =============================================== index dashboard =============================================== */
.report-block .block-top h1 {
  font-size: 20px;
}

.report-block .block-left-top {
  position: absolute;
  top: 10px;
}

.report-block .block-left-top .search {
  top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.report-block .block-left-top .search .input-transparent {
  min-width: 220px;
}

.report-block .bookmark {
  margin-right: 5px;
}

.report-block.task-board .button-transparent {
  padding: 0 20px;
  margin-right: 6px;
}

@media only screen and (max-width: 1120px) {
  .report-block.task-board .block-top {
    padding-bottom: 15px;
  }
}

.report-block.task-board .block-left-top {
  left: 160px;
}

@media only screen and (max-width: 1120px) {
  .report-block.task-board .block-left-top {
    position: relative;
    left: 15px;
    top: 0;
    display: block;
  }
}

.report-block.task-board .block-right-top .cus-select-wrapper .sod_select {
  min-width: 160px;
}

.report-block.task-board .block-right-top .cus-select-wrapper .sod_label, .report-block.task-board .block-right-top .cus-select-wrapper .sod_option {
  font-size: 14px;
}

.report-block.task-board .block-right-top .cus-select-wrapper .sod_list_wrapper {
  max-height: 230px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}

@media only screen and (max-width: 674px) {
  .report-block.task-board .block-right-top {
    top: 51px;
  }
}

.block-body.chart-outer {
  overflow-x: hidden;
}

.block-body.chart-outer .scrollable-wrapper {
  width: 2250px;
  max-width: none;
}

.chart-block {
  vertical-align: top;
  width: 450px;
  max-width: 470px;
  display: inline-block;
  height: 100%;
  position: relative;
  padding: 20px;
}

.chart-block h1 {
  color: #505050;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.chart-block .side-info {
  color: #808080;
  font-size: 15px;
}

.chart-block .cp_chart {
  position: relative;
  margin: 0 auto;
  width: 254px;
  height: 254px;
  margin-top: -15px;
}

.chart-block .cp_chart:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../../images/chart_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 2;
}

.chart-block .cp_chart .cp_percent {
  display: none;
  margin-top: 60px;
  width: 214px;
  text-align: center;
  position: absolute;
  color: #595959;
  font-size: 18px;
  top: 20px;
  left: 20px;
}

.chart-block .cp_chart label {
  display: block;
  color: #C20D19;
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0;
}

.chart-block .cp_chart .chart_dot {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../../images/chart_dot_01.png);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.chart-block .cp_chart canvas {
  position: relative;
  top: 20px;
  left: 20px;
}

.chart-block .cp_chart_red label {
  color: #C20D19;
}

.chart-block .cp_chart_red .chart_dot {
  background-image: url(../../images/chart_dot_01.png);
}

.chart-block .cp_chart_orange label {
  color: #F79C02;
}

.chart-block .cp_chart_orange .chart_dot {
  background-image: url(../../images/chart_dot_02.png);
}

.chart-block .cp_chart_blue label {
  color: #1D7AE0;
}

.chart-block .cp_chart_blue .chart_dot {
  background-image: url(../../images/chart_dot_03.png);
}

.chart-block .cp_chart_green label {
  color: #7ECC18;
}

.chart-block .cp_chart_green .chart_dot {
  background-image: url(../../images/chart_dot_04.png);
}

.chart-block .chart-info {
  width: 214px;
  margin: 0 auto;
  margin-top: -10px;
}

.chart-block .chart-info .side-info {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.chart-block .chart-info .info-left {
  width: 50%;
  float: left;
  padding-right: 18px;
  text-align: right;
  position: relative;
}

.chart-block .chart-info .info-left:after {
  content: "";
  display: inline-block;
  height: 76%;
  background-color: #505050;
  width: 1.5px;
  position: absolute;
  top: 18%;
  bottom: 5%;
  right: 0;
}

.chart-block .chart-info .number {
  font-size: 36px;
  color: #505050;
}

.chart-block .chart-info .info-right {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 18px;
  position: relative;
}

.chart-block .chart-info .info-right:after {
  content: "";
  display: inline-block;
  height: 76%;
  background-color: #505050;
  width: 1.5px;
  position: absolute;
  top: 18%;
  bottom: 5%;
  left: 0;
}

.satisfaction .face {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  margin-top: 25px;
}

.satisfaction .avg-rating {
  color: #505050;
  font-size: 36px;
  text-align: left;
  margin-top: 10px;
  text-align: center;
}

.satisfaction .rating-info {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #808080;
}

.satisfaction .bar-wrapper {
  text-align: center;
  height: 70px;
  margin-top: 25px;
}

.satisfaction .bar-wrapper .bar {
  width: 13%;
  position: relative;
  display: inline-block;
  margin-right: 1%;
  background-color: #ededed;
}

.satisfaction .bar-wrapper .bar.positive {
  background-color: #7ECC18;
}

.satisfaction .bar-wrapper .bar.negative {
  background-color: #C20D19;
}

.satisfaction .bar-info > span {
  text-transform: uppercase;
  color: #808080;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.satisfaction .bar-info > span .positive {
  color: #7ECC18;
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.satisfaction .bar-info > span .negative {
  color: #C20D19;
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.task-tab-wrapper {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}

.task-tab-wrapper li {
  display: inline-block;
  margin: 0 30px;
  padding: 10px 3px 20px 3px;
  cursor: pointer;
  border-bottom: solid 5px transparent;
  -webkit-transition: border-bottom 0.15s ease-in-out;
  -moz-transition: border-bottom 0.15s ease-in-out;
  -ms-transition: border-bottom 0.15s ease-in-out;
  -o-transition: border-bottom 0.15s ease-in-out;
  transition: border-bottom 0.15s ease-in-out;
}

.task-tab-wrapper li .num {
  text-align: center;
  font-size: 36px;
  color: #44a9c5;
}

.task-tab-wrapper li .side-info {
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  font-size: 14px;
}

.task-tab-wrapper li.active {
  border-bottom: solid 5px #44a9c5;
}

.task-tab-wrapper li.active .side-info {
  color: #44a9c5;
}

.task-tab-wrapper li.active:hover {
  border-bottom: solid 5px #44a9c5;
}

.task-tab-wrapper li:hover {
  border-bottom: solid 5px #ededed;
}

.btn-large {
  display: inline-block;
  width: auto;
  max-width: 127px;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 18px;
  color: #FFF;
  background-color: rgba(68, 169, 197, 0.5);
  -webkit-border-radius: 90px;
  border-radius: 90px;
  position: relative;
  bottom: 15px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.btn-large:hover {
  background-color: #44a9c5;
}

.table-wrapper {
  border-top: 1px solid #44a9c5;
  margin-left: -15px;
  margin-right: -15px;
}

.table-wrapper table.dataTable {
  color: #808080;
}

.table-wrapper table.dataTable tbody tr.even {
  background-color: #EDF7FA;
}

.table-wrapper table.dataTable.hover tbody tr:hover {
  background-color: rgba(68, 169, 197, 0.3);
}

.table-wrapper table.dataTable thead th {
  padding: 15px 15px;
  background-color: #EDF7FA;
}

.table-wrapper table.dataTable tbody td {
  padding: 12px 15px;
}

.table-wrapper table.dataTable thead th {
  border-bottom: none;
}

.table-wrapper table.dataTable thead th.sorting_desc,
.table-wrapper table.dataTable thead th.sorting_asc {
  color: #44a9c5;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 95% center;
}

.table-wrapper table.dataTable thead th.sorting {
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 95% center;
}

.table-wrapper table.dataTable.no-footer {
  border-bottom: 1px solid #44a9c5;
}

.table-wrapper .dataTables_info {
  margin-left: 15px;
  color: #808080;
}

.table-wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 10px;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  outline-style: none;
  color: #808080 !important;
  margin-left: 5px;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: none;
  background-color: rgba(68, 169, 197, 0.6);
  color: #FFF !important;
  border: solid 1px transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: rgba(68, 169, 197, 0.6);
  color: #FFF !important;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #ededed !important;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: transparent;
  color: #ededed !important;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: rgba(68, 169, 197, 0.1);
  border: solid 1px transparent;
  color: #808080 !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.table-wrapper .brand {
  width: 75px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 75px 20px;
  margin: 0 auto;
}

.table-wrapper .brand.brand-tutorabc {
  background-image: url("../../images/logo/color_tutorabc@2x.png");
}

.table-wrapper .brand.brand-tutorjr {
  background-image: url("../../images/logo/color_tutorjr@2x.png");
}

.table-wrapper .brand.brand-vipabc {
  background-image: url("../../images/logo/color_vipabc@2x.png");
}

.table-wrapper .brand.brand-vipjr {
  background-image: url("../../images/logo/color_vipjr@2x.png");
}

.table-wrapper .brand.brand-vipabcjp {
  background-image: url("../../images/logo/color_vipabcjp@2x.png");
}

.table-wrapper span.hide {
  display: none;
}

/* =============================================== profile =============================================== */
.profile .report-block {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.profile .report-block:last-child {
  margin-right: 0px;
  margin-left: -4px;
}

.profile_info .photo {
  text-align: center;
}

.profile_info .photo img {
  margin: 10px 0px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.profile_info_list {
  margin-top: 20px;
}

.profile_info_list dt {
  margin-bottom: 5px;
  color: #808080;
  font-weight: normal;
}

.profile_info_list dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.profile_info_list dd:last-child {
  border-bottom: none;
}

.profile_info_list dd #profileExt {
  display: inline-block;
  margin-right: 5px;
}

.profile_detail .box dt {
  margin-bottom: 10px;
}

.profile_detail .box dd .profile_language li {
  padding: 5px 0px;
}

/* =============================================== search Result =============================================== */
.searchResult .search_content {
  border: 1px solid rgba(68, 169, 197, 0.5);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.searchResult .search_header {
  background-color: #EDF7FA;
  padding: 10px;
  color: #44a9c5;
}

.searchResult .search_header strong {
  color: #036e8c;
}

.searchResult .search_body {
  padding: 10px;
}

.searchResult .search_table {
  width: 100%;
  border-top: 1px solid #EDF7FA;
}

.searchResult .search_table:first-child {
  border-top: none;
}

.searchResult .search_table th {
  padding: 5px 5% 0px;
  font-weight: normal;
  color: #808080;
  font-size: 0.8em;
  width: 25%;
}

.searchResult .search_table td {
  padding: 0px 5% 5px;
  vertical-align: top;
}

.searchResult .search_footer {
  padding: 5px 10px;
  border-top: 1px solid rgba(68, 169, 197, 0.5);
}

.searchResult .search_footer .fa {
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: bottom;
}

.searchResult .search_footer a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px;
  text-decoration: none;
}

.searchResult .search_footer a:hover {
  background-color: #44a9c5;
  color: #fff;
}

/* =============================================== Advanced search =============================================== */
.searchAdvanced .brand_select {
  margin: 20px 5%;
}

.searchAdvanced .brand_select span {
  display: inline-block;
  border: 1px solid #808080;
  color: #808080;
  border-radius: 6px;
  padding: 6px 15px;
  cursor: pointer;
  margin-right: 6px;
}

.searchAdvanced .brand_select span.active {
  background-color: #44a9c5;
  color: #fff;
  border-color: #44a9c5;
}

.searchAdvanced .search_input {
  margin: 20px 5%;
}

.searchAdvanced .search_input input {
  max-width: 400px;
}

/* =============================================== dailyTask =============================================== */
.task_tool {
  padding: 15px 0px;
}

.task_tool .tool_calendar {
  float: left;
}

.task_tool .tool_btns {
  float: right;
}

.task_tool .tool_btns a .fa {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

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

#task_datetimepicker {
  padding: 10px;
}

.task_content {
  margin: 0px -15px;
}

.task_table {
  overflow-x: scroll;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1900px) {
  .task_table table {
    width: 100%;
  }
}

.task_table table th, .task_table table td {
  padding: 5px;
  border: 1px solid #fff;
}

.task_table table th:first-child, .task_table table td:first-child {
  padding-left: 20px;
}

.task_table table th:last-child, .task_table table td:last-child {
  padding-right: 20px;
}

.task_table table th {
  text-align: center;
  background-color: #EDF7FA;
}

.task_table table tbody tr:nth-child(even) {
  background-color: #EDF7FA;
}

.task_table table tbody tr:hover {
  background-color: rgba(68, 169, 197, 0.3);
}

.btn_plus {
  padding: 10px 15px;
}

.btn_plus a .fa {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.btn_plus .button-main {
  float: right;
}

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

/* =============================================== rotation =============================================== */
.rotation .task_table table {
  width: 100%;
}

.rotation .task_table .section_color1 {
  background-color: #f7e9e9;
}

.rotation .task_table .section_color2 {
  background-color: #faf9e2;
}

.rotation .task_table .section_color3 {
  background-color: #eae9fb;
}

.rotation .bright.select2-container--default.select2-container, .rotation .dark.select2-container--default.select2-container {
  min-width: 100%;
}

/* =============================================== 病危報告 =============================================== */
/*新生儿报告 副區塊*/
.top-info-block {
  width: 20%;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.top-info-block h2 {
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D3D3D3;
}

.top-info-block .h2-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.top-info-block .info-item {
  margin-bottom: 8px;
  font-size: 15px;
}

.top-info-block .info-item .p_title {
  color: #818181;
}

.top-info-block .info-item .p_content {
  color: #3f3f3f;
  font-weight: bold;
}

.top-info-block .info-item .p_content.type {
  display: block;
  margin-top: 10px;
}

/*體檢报告 副區塊*/
.secondary-block {
  width: 20%;
  min-width: 250px;
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.secondary-block:last-child {
  padding-right: 20px;
}

.secondary-block .block-wrapper {
  border-radius: 6px;
  background-color: #EDF7FA;
  padding: 15px;
}

.secondary-block h2 {
  text-align: center;
  margin-bottom: 15px;
}

.secondary-block .inner-block-body {
  padding: 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px 0 rgba(84, 107, 114, 0.2);
  color: #505050;
  font-size: 15px;
}

.secondary-block .inner-block-body.for-newer {
  /*新手关怀 副區塊 白色*/
  padding: 15px;
  white-space: normal;
}

.secondary-block.newer-care {
  /*新手关怀 副區塊*/
  min-width: 290px;
}

.secondary-block .table-row {
  border-bottom: solid 1px #EDF7FA;
}

.secondary-block .table-row:last-child {
  border-bottom: none;
}

.secondary-block .table-row .td {
  float: left;
  padding: 4% 2%;
  width: 25%;
}

.secondary-block .table-row .td.main {
  width: 75%;
  padding: 4% 2% 4% 5%;
  border-right: solid 1px #EDF7FA;
}

.for-newer {
  position: relative;
  margin-bottom: 6px;
}

.for-newer .checkator_holder {
  position: absolute;
  left: 15px;
  top: 15px;
}

.care-item {
  display: inline-block;
  padding-left: 35px;
}

.care-item span {
  display: inline-block;
  color: #505050;
}

.care-item .time {
  display: none;
  color: #f45d4c;
  margin-bottom: 5px;
}

.newer-care .vertical-scroll-wrapper {
  max-height: 312px;
  padding-right: 2px;
  margin-right: -2px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}

.fixhead-table {
  width: 100%;
}

.fixhead-table .thead {
  width: 100%;
  color: #505050;
}

.fixhead-table .thead .td {
  padding: 10px 5px;
  padding-top: 0;
}

.fixhead-table .table-row {
  font-size: 0;
}

.fixhead-table .td {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.fixhead-table .td.td_01, .fixhead-table .td.td_02, .fixhead-table .td.td_03 {
  width: 20%;
}

.fixhead-table .td.td_04 {
  width: 40%;
}

.fixhead-table .tbody {
  color: #808080;
  height: 285px;
  max-height: 285px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}

.fixhead-table .tbody .td {
  padding: 10px 5px;
}

.fixhead-table .tbody .td_01 {
  font-size: 12px;
}

.fixhead-table .tbody .table-row.even {
  background-color: #EDF7FA;
}

/*先天性体质 副區塊*/
.top-info-block.report-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.top-info-block.report-top.large .info-item {
  width: 50%;
  float: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.top-info-block.report-top.large .info-item > span {
  line-height: 32px;
  vertical-align: middle;
  font-weight: normal;
}

.top-info-block.report-top.large .info-item .red {
  font-size: 32px;
  font-weight: bold;
}

.top-info-block.report-top .chart {
  float: left;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  position: relative;
}

.top-info-block.report-top .chart .chart_01,
.top-info-block.report-top .chart .chart_02 {
  position: absolute;
  top: 0;
  left: 0;
}

.top-info-block.report-top .chart .chart_01 .percent,
.top-info-block.report-top .chart .chart_02 .percent {
  display: none;
}

.top-info-block.report-top .chart .chart_01 label,
.top-info-block.report-top .chart .chart_02 label {
  display: inline-block;
  font-weight: normal;
}

.top-info-block.report-top .chart .chart_01 {
  left: 25px;
  top: 25px;
  width: 150px;
  height: 150px;
}

.top-info-block.report-top .chart .chart_01 .chart_dot {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../../images/chart_dot_01_c.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.top-info-block.report-top .chart .chart_01 .percent {
  color: #7ecc18;
  position: absolute;
  font-size: 18px;
  width: 160px;
  height: 160px;
  text-align: center;
  padding: 12px;
  top: -5px;
  left: -5px;
}

.top-info-block.report-top .chart .chart_01 .percent label {
  top: 20px;
  position: relative;
}

.top-info-block.report-top .chart .chart_01 canvas {
  position: relative;
  top: 7px;
  left: 7px;
}

.top-info-block.report-top .chart .chart_02 {
  width: 212px;
  height: 212px;
  left: -6px;
  top: -6px;
}

.top-info-block.report-top .chart .chart_02 .chart_dot {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../../images/chart_dot_02_c.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.top-info-block.report-top .chart .chart_02 .percent {
  color: #f79c02;
  position: absolute;
  font-size: 18px;
  width: 222px;
  height: 222px;
  text-align: center;
  padding: 12px;
  top: -5px;
  left: -5px;
}

.top-info-block.report-top .chart .chart_02 .percent label {
  bottom: 35px;
  position: relative;
}

.top-info-block.report-top .chart .chart_02 canvas {
  position: relative;
  top: 7px;
  left: 7px;
}

.top-info-block.report-top .chart-info {
  width: 100%;
  padding-left: 220px;
  padding-top: 20px;
  color: #505050;
}

.top-info-block.report-top .chart-info .p_title {
  color: #505050;
  font-size: 18px;
  line-height: 32px;
  vertical-align: middle;
}

.top-info-block.report-top .chart-info .p_content {
  color: #505050;
  font-size: 18px;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
}

.top-info-block.report-top .chart-info .p_content.red {
  font-size: 32px;
  font-weight: bold;
}

.top-info-block.report-top .chart-info .example {
  font-size: 15px;
  margin-top: 30px;
}

.top-info-block.report-top .chart-info .p_example {
  display: block;
  margin-bottom: 10px;
}

.top-info-block.report-top .chart-info .p_example:before {
  content: "";
  height: 12px;
  width: 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px;
  background-color: #44a9c5;
}

.top-info-block.report-top .chart-info .p_example.example_01:before {
  background-color: #7ecc18;
}

.top-info-block.report-top .chart-info .p_example.example_02:before {
  background-color: #f79c02;
}

.top-info-block.report-side {
  margin-bottom: 30px;
}

.client-type {
  background-color: #44a9c5;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 15px;
  padding: 0 7px;
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  margin-right: 6px;
  cursor: default;
}

/*體檢报告 scroll bar*/
.cus-scrollbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 8px;
  position: fixed;
  bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.05s ease-in-out;
  -moz-transition: opacity 0.05s ease-in-out;
  -ms-transition: opacity 0.05s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
}

.cus-scrollbar.active {
  opacity: .2;
}

.cus-scrollbar .controller {
  position: absolute;
  height: 100%;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
}

.cus-scrollbar:hover, .cus-scrollbar:active {
  opacity: 1;
}

/*體檢报告 詳細報告*/
.scrollable-wrapper.disease-section {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

.scrollable-wrapper.disease-section .disease-content {
  position: relative;
}

.disease-tag-wrapper {
  padding-left: 40px;
}

.disease-tag-wrapper .disease-tag {
  width: 320px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
  color: #FFF;
}

.disease-tag-wrapper .disease-tag.type_01 {
  background-color: #b10016;
}

.disease-tag-wrapper .disease-tag.type_02 {
  background-color: #dc1e3a;
}

.disease-tag-wrapper .disease-tag.type_03 {
  background-color: #f45745;
}

.disease-tag-wrapper .disease-tag.type_04 {
  background-color: #f6793d;
}

.disease-tag-wrapper .disease-tag.type_05 {
  background-color: #f6a623;
}

ul.remark {
  list-style-type: none;
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 1167px) {
  ul.remark {
    padding-left: 0;
  }
}

ul.remark li {
  display: inline-block;
  margin-right: 30px;
  margin-left: 20px;
  color: #808080;
}

@media only screen and (max-width: 1167px) {
  ul.remark li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

ul.remark li:before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  background-color: #44a9c5;
  margin-right: 5px;
}

ul.remark li.urgent_level_01:before {
  background-color: rgba(155, 4, 23, 0.1);
}

ul.remark li.urgent_level_02:before {
  background-color: rgba(155, 4, 23, 0.2);
}

ul.remark li.urgent_level_03:before {
  background-color: rgba(155, 4, 23, 0.45);
}

ul.remark li.urgent_level_04:before {
  background-color: rgba(155, 4, 23, 0.45);
}

ul.remark li.urgent_level_05:before {
  background-color: rgba(155, 4, 23, 0.8);
}

ul.remark li.urgent_level_06:before {
  background-color: #9b0417;
}

.disease-category {
  position: relative;
}

.disease-category .headline {
  font-size: 20px;
  color: #44a9c5;
  margin: 0;
  margin-top: 15px;
  line-height: 40px;
  padding-left: 50px;
  cursor: pointer;
}

.disease-category .headline .toggle-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #EDF7FA;
  position: absolute;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: url(../../images/icon/add.svg);
  -webkit-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.disease-category .headline .toggle-button.active {
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-image: url(../../images/icon/substract.svg);
  -webkit-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.disease-category .category-block {
  background-color: #EDF7FA;
  padding-left: 35px;
  margin-right: 15px;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.disease-category .line {
  width: 99%;
  height: 1px;
  background-color: #E4E4E4;
  margin-top: 15px;
}

.disease-category .secondary-block {
  min-width: 330px;
  width: 330px;
  padding: 20px 5px;
}

.disease-category .secondary-block:last-child {
  padding: 20px 5px;
}

.disease-category .urgent_level_01 .td.main {
  border-right-color: rgba(155, 4, 23, 0.1);
  border-right-width: 2px;
}

.disease-category .urgent_level_02 .td.main {
  border-right-color: rgba(155, 4, 23, 0.2);
  border-right-width: 2px;
}

.disease-category .urgent_level_03 .td.main {
  border-right-color: rgba(155, 4, 23, 0.45);
  border-right-width: 2px;
}

.disease-category .urgent_level_04 .td.main {
  border-right-color: rgba(155, 4, 23, 0.6);
  border-right-width: 2px;
}

.disease-category .urgent_level_05 .td.main {
  border-right-color: rgba(155, 4, 23, 0.8);
  border-right-width: 2px;
}

.disease-category .urgent_level_06 .td.main {
  border-right-color: #9b0417;
  border-right-width: 2px;
}

/*# sourceMappingURL=style.css.map */