@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap";
@media (min-width: 992px) {
  html {
    font-size: 18px; } }

body {
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #CC2128; }
  a:hover {
    color: #a91b21; }

.small, small {
  font-size: 90%; }

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0; }
  button:focus {
    outline: 0; }
  button:not(:disabled):not(.disabled) {
    cursor: pointer; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: #d8dbdd; }

.form-row + hr {
  margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .form-row + hr {
      margin-top: 0; } }

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: #B0B2B4 !important; }

.bg-primary {
  background-color: #CC2128 !important; }

.bg-light {
  background-color: #929496 !important; }

.container {
  max-width: 1158px;
  padding-right: 20px;
  padding-left: 20px; }

.container-lg {
  max-width: 960px; }

.container-md {
  max-width: 720px; }

.container-sm {
  max-width: 540px; }

.container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.eva {
  position: relative;
  top: -1px; }

.scroll-content::-webkit-scrollbar {
  width: 0; }

.scroll-content::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px; }

.scroll-content::-webkit-scrollbar {
  width: 8px;
  background-color: #d8d8d8;
  -webkit-appearance: none; }

.scroll-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #d8d8d8; }

.scroll-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 6px;
  background-color: #fff; }

.text-primary {
  color: #CC2128 !important; }

.text-danger {
  color: #EC694D !important; }

.text-info {
  color: #EC694D !important; }

.text-muted {
  color: #6F7175 !important; }

.text-sm {
  font-size: 0.9375rem; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  line-height: 1.3; }

h1, .h1 {
  font-size: 2.25rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.575rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 1.35rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 0.9rem; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 1rem; } }

.font-weight-medium {
  font-weight: 500; }

.lead {
  font-weight: 400 !important; }

.avatar {
  width: 150px;
  height: 150px;
  position: relative;
  border: 1px solid #B0B2B4;
  border-radius: 100%;
  overflow: hidden; }
  @media (min-width: 576px) {
    .avatar {
      width: 200px;
      height: 200px; } }
  .avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  border-radius: 50rem; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0; }
  .btn .feather {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    margin-right: 0.25rem; }

.btn-wide {
  min-width: 150px; }

.btn-primary {
  color: #fff !important;
  border: 1px solid #929496;
  background-color: #929496; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #cc2128;
    background-color: #cc2128; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #929496;
    background-color: #929496; }

.btn-outline-primary {
  color: #212529;
  border-color: #CC2128;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-primary:hover {
    color: #fff;
    border-color: #CC2128;
    background-color: #CC2128; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #a91b21;
    background-color: #a91b21; }

.btn-outline-secondary {
  color: #212529;
  border-color: #929496;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-secondary:hover {
    color: #fff;
    border-color: #929496;
    background-color: #929496; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    border-color: #7d8082;
    background-color: #7d8082; }

.btn-back {
  color: #929496;
  border: 1px solid #B0B2B4;
  border-radius: 0; }

.check-button-group {
  margin-top: -0.75rem;
  margin-bottom: 0.125rem; }

.check-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.75rem;
  margin-right: 0.5rem; }
  .check-button .check-button-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .check-button .check-button-input:checked ~ .check-button-label {
      color: #fff;
      border-color: #CC2128;
      background-color: #CC2128; }
  .check-button .check-button-label {
    margin-bottom: 0;
    padding: .375rem 1rem;
    border: 1px solid #343a40;
    background-color: #fff;
    border-radius: .25rem;
    cursor: pointer; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #CC2128;
  background-color: #CC2128; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #CC2128 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #CC2128 !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    width: 1.125rem;
    height: 1.125rem;
    top: 2px;
    left: -1.6rem; }

.custom-checkbox, .custom-radio {
  padding-left: 1.6rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.625rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.5rem; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  transform: translateX(1.1rem); }

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 2.3125rem;
  border-radius: 1rem; }

.custom-switch .custom-control-label:after {
  top: calc(.12rem + 2px);
  left: calc(-2.15rem + 2px);
  width: calc(1rem - 3px);
  height: calc(1rem - 3px);
  background-color: #989ea4; }

.custom-file-input:lang(tw) ~ .custom-file-label::after {
  content: "瀏覽"; }

.form-group {
  position: relative; }
  @media (min-width: 768px) {
    .form-group {
      margin-bottom: 1.5rem; } }
  .form-group label span {
    margin-left: 0.25rem;
    color: #EC694D; }

.form-control:focus {
  border: 1px solid #6F7175;
  -webkit-box-shadow: none;
  box-shadow: none; }

.error {
  color: #EC694D; }

em.error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-style: normal; }

.table-resp {
  margin-bottom: 1rem;
  padding: 0;
  border-top: 1px solid #B0B2B4; }
  .table-resp [class*="col-"] {
    position: static;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .table-resp li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: .125rem 0;
    border-bottom: 1px solid #B0B2B4; }
    @media (min-width: 576px) {
      .table-resp li {
        padding: .25rem 0; } }
  .table-resp .header {
    display: none; }
    @media (min-width: 576px) {
      .table-resp .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .table-resp .header [class*="col-"] {
      white-space: nowrap; }
  @media (max-width: 575px) {
    .table-resp .detail [class*="col-"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .table-resp .detail span {
    text-align: right; }
    @media (min-width: 768px) {
      .table-resp .detail span {
        text-align: left; } }
  .table-resp .label {
    color: #6F7175;
    white-space: nowrap; }
    @media (min-width: 576px) {
      .table-resp .label {
        display: none; } }

.table td, .table th {
  padding: .5rem .75rem;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .table td, .table th {
      padding: .5rem 1rem; } }
  .table td:last-child p, .table th:last-child p {
    margin-bottom: 0; }

.table thead th {
  font-weight: 400;
  border-bottom: 1px solid #6F7175;
  vertical-align: middle;
  white-space: nowrap; }

.table b {
  font-weight: 500; }

.table-bordered {
  border: 0 !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #6F7175 !important;
    background-color: transparent !important; }
    .table-bordered td:first-child, .table-bordered th:first-child {
      border-left: 0 !important; }
    .table-bordered td:last-child, .table-bordered th:last-child {
      border-right: 0 !important; }
  .table-bordered thead th {
    font-weight: 400 !important;
    border-bottom: 1px solid #6F7175 !important; }

.table-user-info td:first-child {
  width: 100px; }
  @media (min-width: 576px) {
    .table-user-info td:first-child {
      width: 30%; } }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/logo_bg.svg) 50% 0 repeat-y;
  background-size: 50%; }
  @media (min-width: 768px) {
    .main {
      background-size: 500px auto; } }
  .main:before {
    top: 20px;
    left: 50%;
    position: absolute;
    height: calc(100% - 10px);
    content: "";
    margin-left: -516px;
    border-left: 3px solid #CC2128; }

.section {
  position: relative;
  padding: 1rem 0; }
  .section:first-child, .section:first-of-type {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .section:first-child, .section:first-of-type {
        padding-top: 3rem; } }
  .section:last-child, .section:last-of-type {
    margin-bottom: 3rem;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .section:last-child, .section:last-of-type {
        padding-bottom: 3rem; } }
  .section .section {
    padding: 1rem 0; }
    .section .section:first-child {
      padding-top: 0; }
  .section > .container {
    max-width: 960px; }

h4.section__title {
  margin-bottom: 1.5rem; }

h5.section__title {
  margin-bottom: 1rem; }

.section-hero {
  position: relative;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .section-hero {
      padding-bottom: 2rem; } }
  .section-hero__cover {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 155px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.section-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }
  .section-empty .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-empty .feather {
    width: 50px;
    height: 50px;
    margin-bottom: .5rem;
    color: #caced1; }
    @media (min-width: 768px) {
      .section-empty .feather {
        width: 60px;
        height: 60px; } }
  .section-empty .empty-title {
    margin-bottom: 2rem; }

.footer {
  position: relative;
  padding: 1rem;
  color: #fff;
  background-color: #CC2128; }
  @media (min-width: 768px) {
    .footer {
      padding: 1.5rem 0; } }
  .footer a {
    color: #fff; }
  .footer img {
    max-width: 100%; }
  .footer__body {
    margin: 1.5rem 0;
    line-height: 1.3; }
    .footer__body .social-list a {
      margin-right: 2rem; }
    .footer__body .logo-vendor {
      margin-top: 1.5rem; }
  .footer__footer {
    text-align: center; }
    @media (max-width: 767px) {
      .footer__footer {
        font-size: 0.875rem; } }

.header {
  padding-top: 0.125rem;
  background-color: #fff; }
  @media (min-width: 768px) {
    .header {
      padding-top: 1.375rem; } }

.navbar {
  min-height: 40px;
  padding: 0; }
  .navbar .navbar-title {
    margin-left: 60px; }
    @media (min-width: 768px) {
      .navbar .navbar-title {
        margin-left: 90px;
        margin-bottom: 0.125rem; } }
    .navbar .navbar-title:hover {
      color: #CC2128;
      text-decoration: none; }
  .navbar .brand-title {
    margin-bottom: 0;
    padding-left: 0.5rem;
    font-size: 4.5vw; }
    @media (min-width: 576px) {
      .navbar .brand-title {
        font-size: 1.375rem; } }
    .navbar .brand-title:hover {
      text-decoration: none; }
  .navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    color: #fff; }
    .navbar .navbar-brand img {
      width: 60px;
      margin: -2rem 0; }
      @media (min-width: 768px) {
        .navbar .navbar-brand img {
          width: 90px;
          margin: -3rem 0 -1rem; } }
  .navbar .navbar-toggler {
    padding: .25rem .375rem;
    border: 0; }
    .navbar .navbar-toggler[aria-expanded="false"] .eva-menu {
      display: block; }
    .navbar .navbar-toggler[aria-expanded="false"] .eva-close {
      display: none; }
    .navbar .navbar-toggler[aria-expanded="true"] .eva-menu {
      display: none; }
    .navbar .navbar-toggler[aria-expanded="true"] .eva-close {
      display: block; }
  .navbar .eva {
    width: 32px;
    height: 32px; }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    white-space: nowrap; }
  .navbar .navbar-func {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar .navbar-func .nav-link {
      padding: .25rem .375rem; }

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  page-break-inside: avoid; }

h1 + p, h2 + p, h3 + p {
  page-break-before: avoid; }

a {
  page-break-inside: avoid; }

img {
  page-break-after: avoid;
  page-break-inside: avoid; }

table, blockquote {
  page-break-inside: avoid; }

ul, ol, dl {
  page-break-before: avoid; }

/* 如架構本身用一組一組的 DIV 包住，也可強制設定每組 DIV 會各自切成一頁 */
div.page-block {
  page-break-before: always; }

@media screen {
  .print-header, .print-footer {
    display: none; } }

@media print {
  table {
    page-break-inside: auto; }
  tr {
    page-break-inside: avoid;
    page-break-after: auto; }
  thead {
    display: table-header-group; }
  tfoot {
    display: table-footer-group; }
  .header, .footer, .main:before, .user-menu {
    display: none; }
  .main > .section {
    padding-top: 0;
    padding-bottom: 0; }
  .print-none {
    display: none; }
  .print-block {
    display: block !important; }
  .print-header,
  .print-header-space {
    height: 90px; }
  .print-header {
    position: fixed; } }

.user-menu {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1010;
  top: 82px;
  list-style: none;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #B0B2B4;
  background-color: #fff; }
  @media (max-width: 767px) {
    .user-menu {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-top: -2rem;
      margin-left: -20px;
      margin-right: -20px;
      overflow-x: auto; } }
  @media (min-width: 768px) {
    .user-menu {
      top: 102px;
      margin-top: -3rem; } }
  .user-menu .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff; }
    .user-menu .nav-item:hover .nav-link {
      color: #CC2128; }
    .user-menu .nav-item.active {
      border-bottom: 3px solid #CC2128; }
      .user-menu .nav-item.active .nav-link {
        color: #CC2128;
        font-weight: 500; }
  .user-menu .nav-link {
    color: #343a40;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s; }
    @media (min-width: 768px) {
      .user-menu .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.125rem; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  /*opacity: 0.8;*/
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #FFF;
      color: #CC2128;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 0.625rem;
      height: 0.625rem;
      margin: 5px 7px;
      background: #caced1;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #6F7175; }

.fc a {
  color: #212529; }

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1rem; }

.fc-toolbar-chunk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: 400; }
  @media (min-width: 768px) {
    .fc .fc-toolbar-title {
      font-size: 1.5rem; } }

.fc .fc-button-primary {
  color: #212529;
  border: 0;
  border: 1px solid transparent;
  background-color: transparent; }
  .fc .fc-button-primary:hover {
    color: #212529;
    border: 1px solid #B0B2B4;
    background-color: transparent; }
  .fc .fc-button-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .fc .fc-button-primary:disabled {
    color: #212529;
    border: 1px solid #B0B2B4;
    background-color: transparent; }
  .fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #212529;
    border: 1px solid #B0B2B4;
    background-color: transparent; }
  .fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.fc .fc-popover {
  font-size: 0.9375rem; }

.fc table {
  font-size: 0.9375rem;
  background-color: #fff; }

.fc th {
  font-weight: 400; }

.fc .fc-col-header-cell {
  padding: .5rem 0; }

.fc .fc-daygrid-day-number {
  padding: .625rem .75rem; }

.fc .fc-daygrid-day.fc-day-today {
  background: #fff3e8 !important; }

.fc-event-title {
  margin-left: 4px;
  font-weight: 500; }

.fc-daygrid-dot-event
.fc-event-title {
  font-weight: 500; }

.fc-daygrid-event {
  font-size: inherit; }

.sk-bounce {
  margin-left: -5px; }

#holdon-message h4 {
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    #holdon-message h4 {
      font-size: 1.375rem; } }

.swal-modal {
  border-radius: 0; }
  .swal-modal .swal-button {
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 7px;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .swal-modal .swal-button--confirm {
      background-color: #CC2128 !important; }
      .swal-modal .swal-button--confirm:hover {
        background-color: #a01a1f !important; }

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