@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #08c;
}
@media only screen and (min-width: 1025px) {
  a:hover {
    color: #00557f;
  }
}
a.normal-color {
  color: #343a40;
}
@media only screen and (min-width: 1025px) {
  a.normal-color:hover {
    color: #5d5d5d;
  }
}

sup {
  font-size: small;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
}
html > img, body > img {
  display: none !important;
  /** 為了防止廣告埋code時加入一些圖 **/
}

.dfont, body, input, textarea, iframe a, .btn, select {
  font-family: Arial, 微軟正黑體;
}

.black-font {
  color: #343a40;
}

.white-font {
  color: #fff;
}

.fullhd-w {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mx-txt-width {
    max-width: 450px;
    margin: 0 auto;
  }
}

.r-black-tri-up-span, .sel.shift:before {
  width: 0;
  height: 0;
  display: inline-block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid #495057;
  vertical-align: middle;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 350ms ease-in-out;
  -o-transition: -o-transform 350ms ease-in-out;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
}

.r-black-tri-down-span, .r-black-tri-down:after, .sel:after, .ui-timepicker-div dl .ui_tpicker_hour > div:after, .ui-timepicker-div dl .ui_tpicker_minute > div:after, .ui-timepicker-div dl .ui_tpicker_second > div:after {
  width: 0;
  height: 0;
  display: inline-block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #495057;
  vertical-align: middle;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 350ms ease-in-out;
  -o-transition: -o-transform 350ms ease-in-out;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
}

body #fancybox-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: 100%;
  background: none !important;
  line-height: 1.6;
  font-size: 14px;
  overflow-y: scroll;
  /** overflow2選1，給出去前overflow:hidden;拿掉 **/
}

img {
  width: 100%;
  display: block;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size30 {
  font-size: 30px;
}

.touchevent {
  cursor: pointer;
}

.bold-font {
  font-weight: bold;
}

.animation, .form-control.radioList input + label:after, .form-control.radioList2 input + label:after, .mask-bg, .mask-bg .message-box, .switch-btn:after, .switch-btn label, .lightpick .lightpick__month select, .lds-diamond div {
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .pc-hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-tab-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.hvr-outline-in {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: solid 1px;
  border-color: #f0edf6;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 1;
}

input[type="search"] {
  width: 100%;
  height: 40px;
  border: 1px solid #9c9c9c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}

label {
  display: block;
  padding-left: 43px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], .form-control {
  display: block;
  width: 100%;
  height: -moz-calc((2.25rem + 2px));
  height: -webkit-calc((2.25rem + 2px));
  height: calc((2.25rem + 2px));
  position: relative;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: inset 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, .form-control:disabled {
  background-color: #e9ecef !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: not-allowed;
  resize: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, .form-control:focus {
  outline: 0;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error, input[type="number"].error, .form-control.error {
  border-color: #ff0000;
}

input[type="submit"]:focus {
  outline: 0;
}

input[type="file"] {
  padding: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  -webkit-appearance: none;
}
input[type="file"]:focus {
  outline: 0;
}
input[type="file"].visible-frame {
  width: 100%;
  height: calc((2.25rem + 2px));
  position: relative;
  padding: .375rem .75rem;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: auto;
  -webkit-appearance: initial;
}

input[type="color"] {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}

.form-control.radioList {
  border: 0;
}
.form-control.radioList input:checked + label:after {
  background: #676975;
}
.form-control.radioList input:disabled + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.form-control.radioList input + label {
  position: relative;
  margin-right: 15px;
  padding-left: 15px !important;
}
.form-control.radioList input + label:before, .form-control.radioList input + label:after {
  content: '';
  display: block;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.form-control.radioList input + label:before {
  width: 20px;
  height: 20px;
  top: 0;
  left: -12px;
  border: 1px solid #a7a7a7;
}
.form-control.radioList input + label:after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: -8px;
}


.form-control.radioList2 {
    border: 0;
}

    .form-control.radioList2 input:checked + label:after {
        background: #676975;
    }

    .form-control.radioList2 input:disabled + label:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    .form-control.radioList2 input + label {
        position: relative;
        margin-right: 0px;
        padding-left: 10px !important;
        font-size: 14px;
    }

        .form-control.radioList2 input + label:before, .form-control.radioList2 input + label:after {
            content: '';
            display: block;
            position: absolute;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
        }

        .form-control.radioList2 input + label:before {
            width: 20px;
            height: 20px;
            top: 0;
            left: -12px;
            border: 1px solid #a7a7a7;
        }

        .form-control.radioList2 input + label:after {
            width: 12px;
            height: 12px;
            top: 4px;
            left: -8px;
        }

input, textarea {
  font-size: 14px;
  -webkit-appearance: none;
}
input.placeholder, textarea.placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}

textarea {
  min-height: 62px;
  -webkit-appearance: none;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  textarea {
    resize: none;
  }
}
textarea.form-control {
  min-height: 62px;
}

input[type="search"]:focus {
  outline: none !important;
}

input[type="text"]:focus {
  outline: none !important;
}

input[type="email"]:focus {
  outline: none !important;
}

input[type="password"]:focus {
  outline: none !important;
}

input[type="number"]:focus {
  outline: none !important;
}

input[type="button"]:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

.round-btn {
  display: block;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  margin: 0 5px 0 0;
  padding-left: 25px;
  line-height: 120%;
}
.round-btn.d-inline {
  display: inline-block;
  vertical-align: middle;
}
.round-btn span {
  display: block;
  padding: 2px 0 0;
  color: #505050;
  line-height: 130%;
  -moz-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.round-btn span:before, .round-btn span:after {
  content: '';
  display: block;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.round-btn span:before {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background: #525252;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.round-btn span:after {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #a7a7a7;
  background: #fff;
}
.round-btn input[type="checkbox"]:checked ~ span, .round-btn input[type="radio"]:checked ~ span {
  color: #000;
}
.round-btn input[type="checkbox"]:checked ~ span:before, .round-btn input[type="radio"]:checked ~ span:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.round-btn input[type="checkbox"]:checked ~ span:after, .round-btn input[type="radio"]:checked ~ span:after {
  border: 1px solid #525252;
}
.round-btn input[type="checkbox"]:disabled ~ span, .round-btn input[type="radio"]:disabled ~ span {
  color: #898989;
  cursor: not-allowed;
}
.round-btn input[type="checkbox"]:disabled ~ span:before, .round-btn input[type="radio"]:disabled ~ span:before {
  background: #C9CACA;
}
.round-btn input[type="checkbox"]:disabled ~ span:after, .round-btn input[type="radio"]:disabled ~ span:after {
  border: 1px solid #C9CACA;
  background: #e9ecef;
}

.tick-btn {
  min-width: 20px;
  min-height: 20px;
  position: relative;
  padding-left: 27px;
}
.tick-btn.bg-btn {
  padding-left: 0;
}
.tick-btn.bg-btn span {
  display: flex;
  width: 100%;
  min-height: 38px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #a7a7a7;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.tick-btn.bg-btn input[type="checkbox"]:checked ~ span {
  background: #676975;
  border-color: #676975;
  color: #fff;
}
.tick-btn.bg-btn input[type="checkbox"]:disabled ~ span {
  background: #ccc;
  border-color: transparent;
}
.tick-btn.bg-btn input[type="checkbox"]:disabled ~ span .fa-check {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.tick-btn span {
  display: block;
  padding: 1px 0 0;
  color: #505050;
  line-height: 140%;
  -moz-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.tick-btn span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a7a7a7;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.tick-btn span .icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  z-index: 1;
}
.tick-btn span .icon:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  right: 1px;
  background: #fff;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 1;
}
.tick-btn span .fa-check {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #525252;
}
.tick-btn input[type="checkbox"]:checked ~ span {
  color: #000;
}
.tick-btn input[type="checkbox"]:checked ~ span:before {
  border: 1px solid #525252;
}
.tick-btn input[type="checkbox"]:checked ~ span .icon:before {
  width: 0;
}
.tick-btn input[type="checkbox"]:disabled ~ span {
  color: #898989;
  cursor: not-allowed;
}
.tick-btn input[type="checkbox"]:disabled ~ span:before {
  border: 1px solid #C9CACA;
}
.tick-btn input[type="checkbox"]:disabled ~ span .icon:before {
  background: #e9ecef;
}
.tick-btn input[type="checkbox"][style*="display: none;"] ~ span, .tick-btn input[type="checkbox"][style*="display:none;"] ~ span {
  display: none;
}
    .tick-btn.is-invalid {
        position: relative;
        color: #dc3545;
        border: 0 !important;
        background: 0 !important;
    }

        .tick-btn.is-invalid:before {
            position: relative;
            color: #dc3545;
            border: 0 !important;
            background: 0 !important;
        }
        .tick-btn.is-invalid span {
            color: #dc3545;
        }
            .tick-btn.is-invalid span:before {
                border: 1px solid #dc3545;
            }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.35);
}
.loading > div {
  height: 100%;
  text-align: center;
}
.loading > div:before, .loading > div:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.loading > div img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.mid-center {
  text-align: center;
}
.mid-center:before, .mid-center:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.mid-center > * {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.center-img:before, .center-img:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.center-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.center-pos {
  text-align: center;
}
.center-pos:before, .center-pos:after {
  content: '';
  display: inline-block !important;
  width: 0  !important;
  height: 100%  !important;
  position: relative  !important;
  top: auto !important;
  left: auto !important;
  vertical-align: middle;
  background: transparent !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border: 0 !important;
}

button {
  outline: none !important;
}

.btn {
  display: inline-block;
  position: relative;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .46875rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .btn:hover {
    color: #212529;
  }
}
.btn.btn-flat {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.disabled {
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 10px;
}

.btn-group {
  margin-top: -10px;
  margin-left: -6px;
}
.btn-group > .btn {
  margin-top: 10px;
  margin-left: 6px;
}
.btn-group > .btn.pad0 {
  padding: 0;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.btn-xs {
  padding: .125rem .25rem;
  font-size: .75rem;
  -moz-border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

.btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
}
@media only screen and (min-width: 1025px) {
  .btn-default:hover {
    background-color: #e9ecef;
    color: #2b2b2b;
  }
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
@media only screen and (min-width: 1025px) {
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
}

.btn-gradient-primary {
  color: #fff;
  background: #007bff url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2OGZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2JmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #007bff -moz-linear-gradient(270deg, #268fff, #007bff) repeat-x !important;
  background: #007bff -webkit-linear-gradient(270deg, #268fff, #007bff) repeat-x !important;
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-primary:hover {
    color: #ececec;
    border-color: #0062cc;
    background: #0069d9 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2N2ZkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #0069d9 -moz-linear-gradient(270deg, #267fde, #0069d9) repeat-x !important;
    background: #0069d9 -webkit-linear-gradient(270deg, #267fde, #0069d9) repeat-x !important;
    background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
  }
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
@media only screen and (min-width: 1025px) {
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
}

.btn-gradient-secondary {
  color: #fff;
  background: #6c757d url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyOGE5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNzU3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #6c757d -moz-linear-gradient(270deg, #828a91, #6c757d) repeat-x !important;
  background: #6c757d -webkit-linear-gradient(270deg, #828a91, #6c757d) repeat-x !important;
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-secondary:hover {
    color: #ececec;
    border-color: #545b62;
    background: #5a6268 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNjI2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #5a6268 -moz-linear-gradient(270deg, #73797f, #5a6268) repeat-x !important;
    background: #5a6268 -webkit-linear-gradient(270deg, #73797f, #5a6268) repeat-x !important;
    background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
  }
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
@media only screen and (min-width: 1025px) {
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
}

.btn-gradient-success {
  color: #fff;
  background: #28a745 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4YjQ2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTc0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #28a745 -moz-linear-gradient(270deg, #48b461, #28a745) repeat-x !important;
  background: #28a745 -webkit-linear-gradient(270deg, #48b461, #28a745) repeat-x !important;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-success:hover {
    color: #ececec;
    border-color: #1e7e34;
    background: #218838 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOWE1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxODgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #218838 -moz-linear-gradient(270deg, #429a56, #218838) repeat-x !important;
    background: #218838 -webkit-linear-gradient(270deg, #429a56, #218838) repeat-x !important;
    background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
  }
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
@media only screen and (min-width: 1025px) {
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
}

.btn-gradient-info {
  color: #fff;
  background: #17a2b8 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYjBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YTJiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #17a2b8 -moz-linear-gradient(270deg, #3ab0c3, #17a2b8) repeat-x !important;
  background: #17a2b8 -webkit-linear-gradient(270deg, #3ab0c3, #17a2b8) repeat-x !important;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-info:hover {
    color: #ececec;
    border-color: #117a8b;
    background: #138496 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2OTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzODQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #138496 -moz-linear-gradient(270deg, #3697a6, #138496) repeat-x !important;
    background: #138496 -webkit-linear-gradient(270deg, #3697a6, #138496) repeat-x !important;
    background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
  }
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
@media only screen and (min-width: 1025px) {
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
}

.btn-gradient-danger {
  color: #fff;
  background: #dc3545 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxNTM2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjMzU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #dc3545 -moz-linear-gradient(270deg, #e15361, #dc3545) repeat-x !important;
  background: #dc3545 -webkit-linear-gradient(270deg, #e15361, #dc3545) repeat-x !important;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-danger:hover {
    color: #ececec;
    border-color: #bd2130;
    background: #c82333 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwNDQ1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M4MjMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #c82333 -moz-linear-gradient(270deg, #d04451, #c82333) repeat-x !important;
    background: #c82333 -webkit-linear-gradient(270deg, #d04451, #c82333) repeat-x !important;
    background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
  }
}

.btn-warning {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #ffc107;
}
@media only screen and (min-width: 1025px) {
  .btn-warning:hover {
    color: #1f2d3d;
    background-color: #e0a800;
    border-color: #d39e00;
  }
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-warning:hover {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
  }
}

.btn-gradient-warning {
  color: #1f2d3d;
  background: #ffc107 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2EyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzEwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
  background: #ffc107 -moz-linear-gradient(270deg, #ffca2c, #ffc107) repeat-x !important;
  background: #ffc107 -webkit-linear-gradient(270deg, #ffca2c, #ffc107) repeat-x !important;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}
@media only screen and (min-width: 1025px) {
  .btn-gradient-warning:hover {
    color: #121a24;
    border-color: #d39e00;
    background: #e0a800 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0YjUyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwYTgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat-x !important;
    background: #e0a800 -moz-linear-gradient(270deg, #e4b526, #e0a800) repeat-x !important;
    background: #e0a800 -webkit-linear-gradient(270deg, #e4b526, #e0a800) repeat-x !important;
    background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
  }
}

.btn-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
@media only screen and (min-width: 1025px) {
  .btn-light:hover {
    color: #1f2d3d;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
}

.btn-outline-light {
  color: #bdc6d0;
  border-color: #bdc6d0;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-light:hover {
    color: #1f2d3d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
@media only screen and (min-width: 1025px) {
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
@media only screen and (min-width: 1025px) {
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.badge-default {
  background-color: #f8f9fa;
  color: #444;
}
@media only screen and (min-width: 1025px) {
  .badge-default[href]:hover {
    background-color: #e9ecef;
    color: #2b2b2b;
  }
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
@media only screen and (min-width: 1025px) {
  .badge-primary[href]:hover {
    color: #fff;
    background-color: #0069d9;
  }
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
@media only screen and (min-width: 1025px) {
  .badge-secondary[href]:hover {
    color: #fff;
    background-color: #5a6268;
  }
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
@media only screen and (min-width: 1025px) {
  .badge-success[href]:hover {
    color: #fff;
    background-color: #218838;
  }
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
@media only screen and (min-width: 1025px) {
  .badge-info[href]:hover {
    color: #fff;
    background-color: #138496;
  }
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
@media only screen and (min-width: 1025px) {
  .badge-danger[href]:hover {
    color: #fff;
    background-color: #c82333;
  }
}

.badge-warning {
  color: #1f2d3d;
  background-color: #ffc107;
}
@media only screen and (min-width: 1025px) {
  .badge-warning[href]:hover {
    color: #1f2d3d;
    background-color: #e0a800;
  }
}

.badge-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
}
@media only screen and (min-width: 1025px) {
  .badge-light[href]:hover {
    color: #212529;
    background-color: #dae0e5;
  }
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
@media only screen and (min-width: 1025px) {
  .badge-dark[href]:hover {
    color: #fff;
    background-color: #1d2124;
  }
}

.module-popup .message-box {
  max-width: 500px;
  max-height: 600px;
  position: relative;
  margin: 0 auto;
  padding: 30px 15px 0;
  text-align: center;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .module-popup .message-box {
    max-height: 80vh;
  }
}
.module-popup .message-box > .title {
  padding: 0 40px 15px;
  font-size: 128.5714%;
}
@media only screen and (max-width: 767px) {
  .module-popup .message-box > .title {
    padding: 0 30px 10px;
  }
}
.module-popup .message-box .message {
  padding: 0 30px 20px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .module-popup .message-box .message {
    padding: 0 20px 20px;
  }
}
.module-popup .message-box .message span {
  display: inline-block;
  text-align: left;
}
.module-popup .message-box .message .with-chinese-nums {
  margin-left: 0;
}
.module-popup .swal2-actions {
  margin-bottom: 30px;
}

.modal-mask {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  align-items: center;
  z-index: 9999;
}
.modal-mask:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal-mask.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-mask.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-mask.show + .show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-mask .close {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 5px;
  top: 2px;
}
.modal-mask .close:before, .modal-mask .close:after {
  content: '';
  width: 1px;
  height: 27px;
  position: absolute;
  top: 7px;
  left: 20px;
  background-color: #000;
}
.modal-mask .close:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-mask .close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-mask .message-box {
  width: 100%;
  background: #fff;
}
.modal-mask .message-box.default-wrap {
  padding-top: 0;
}
.modal-mask .message-box.default-wrap > .title {
  margin: 0 -15px 15px;
  padding: 16px 30px 14px 33px;
  line-height: 100%;
  letter-spacing: 3px;
  background: #f7c8c8;
  text-align: center;
}
.modal-mask .message-box.fixed-top-title {
  padding-top: 62px;
}
@media only screen and (min-width: 768px) {
  .modal-mask .message-box.fixed-top-title.mw-750 > .title {
    max-width: 750px;
  }
}
.modal-mask .message-box.fixed-top-title > .title {
  width: 100%;
  position: fixed;
  margin-top: -62px;
  z-index: 1;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .modal-mask .message-box.fixed-top-title > .title {
    max-width: -moz-calc((100vw - 20px));
    max-width: -webkit-calc((100vw - 20px));
    max-width: calc((100vw - 20px));
  }
}
@media only screen and (max-width: 767px) {
  .modal-mask .message-box.product-page .full-view {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mask .message-box.product-page .product-spec .main-title {
    padding-top: 50px;
  }
}
.modal-mask .message-box.product-page .product-list li .price-tag {
  padding-left: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .modal-mask .message-box.product-page .product-intro {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-mask .message-box.sample-apply .message {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-mask .message-box .message .main-title {
  padding: 8px 10px;
  font-size: 16px;
  background: #ffd1de;
}

.preview-crop-image-wrap .message-box .title {
  width: 100%;
  max-width: 500px;
  position: fixed;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .preview-crop-image-wrap .message-box .title {
    max-width: -moz-calc((100vw - 20px));
    max-width: -webkit-calc((100vw - 20px));
    max-width: calc((100vw - 20px));
  }
}
.preview-crop-image-wrap .message-box .message {
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .preview-crop-image-wrap .message-box .message {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pop-with-title .message-box {
  margin-top: 4vh;
  padding-top: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.pop-with-title .message-box > .title {
  margin: 0 -15px 30px;
  padding: 10px 30px;
  line-height: 100%;
  letter-spacing: 3px;
  background: #f7c8c8;
}
.pop-with-title .message-box > .title .icon {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: -5px;
}
@media only screen and (max-width: 767px) {
  .pop-with-title .message-box .message {
    padding-left: 0;
    padding-right: 0;
  }
}
.pop-with-title .btn {
  min-width: 200px;
  margin-bottom: 30px;
}

.file-upload {
  position: relative;
}
.file-upload.visible-frame {
  padding: 0;
}
.file-upload.visible-frame input[type="file"] {
  width: 100%;
  height: calc((2.25rem + 2px));
  position: relative;
  padding: 0 .75rem;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: auto;
  -webkit-appearance: initial;
  border: 1px solid 9c9c9c;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 14px;
  line-height: calc((2.25rem + 2px));
}
    .file-upload.visible-frame input[type="file"]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: #356974;
        padding: 0 20px;
        -moz-border-radius-topleft: 0.25rem;
        -webkit-border-top-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        -moz-border-radius-bottomleft: 0.25rem;
        -webkit-border-bottom-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }
.file-upload.visible-frame:hover input[type="file"]::file-selector-button {
  background: #42434b;
}

.img-upload {
  position: relative;
}
.img-upload .upload-btn label {
  padding-left: 0;
}
.img-upload .upload-btn label .icon, .img-upload .upload-btn label .txt-disp {
  display: inline-block;
}
.img-upload .upload-btn label .icon {
  width: 100px;
  height: 38px;
  padding: 0;
  font-size: 20px;
  line-height: 36px;
  float: left;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.img-upload .upload-btn label .txt-disp {
  width: -moz-calc((100% - 100px));
  width: -webkit-calc((100% - 100px));
  width: calc((100% - 100px));
  height: 76px;
  padding: 0 .75rem 0 90px;
  line-height: 36px;
  float: left;
  border: 1px solid #9c9c9c;
  border-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-upload .upload-btn .title {
  display: block;
  min-width: 80px;
  position: absolute;
  bottom: 0;
  right: 100px;
  padding: 2px 0px 2px 10px;
  z-index: 111;
  background: #343a40;
  color: #fff;
  text-align: center;
  -moz-border-radius-topleft: 40px;
  -webkit-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
}
.img-upload .btn-danger, .img-upload .btn-warning, .img-upload .btn-primary {
  width: 100px;
  position: absolute;
  top: 38px;
  right: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.img-upload .preview {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.img-upload .preview.rel-pos {
  position: relative;
}
.img-upload .preview .inner-cell {
  display: table-cell;
  width: inherit;
  height: inherit;
  padding: 5px;
  vertical-align: middle;
}
.img-upload .preview:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #9c9c9c;
  pointer-events: none;
}
.img-upload .preview a {
  display: block;
}
.img-upload .preview img {
  width: auto;
  max-width: 66px;
  height: auto;
  max-height: 66px;
  margin: auto;
}
.img-upload .url-txt {
  width: -moz-calc((100% - 175px));
  width: -webkit-calc((100% - 175px));
  width: calc((100% - 175px));
  height: 76px;
  position: absolute;
  top: 0;
  left: 75px;
  border-radius: 0;
  border-right: 0;
  z-index: 11;
}

.input-group {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.input-group.reverse-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.input-group > .form-control {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
    .input-group .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        background-color: #356974;
        border: 1px solid #356974;
        -moz-border-radius: 0.25rem;
        -webkit-border-radius: 0.25rem;
        border-radius: 0.25rem;
        flex: 0 0 auto;
    }
    .input-group .input-group-text2 {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.25rem;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        /*color: #fff;
        background-color: #356974;
        border: 1px solid #356974;*/
        -moz-border-radius: 0.25rem;
        -webkit-border-radius: 0.25rem;
        border-radius: 0.25rem;
        flex: 0 0 auto;
    }
.input-group .sel:not(:first-child):not(:last-child) select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-group input:not(:first-child):not(:last-child), .input-group .input-group-text:not(:first-child):not(:last-child) {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-group .sel:first-child select {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group input:first-child, .input-group .input-group-text:first-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .sel:last-child select {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group input:last-child, .input-group .input-group-text:last-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -webkit-flex;
  display: flex;
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 1;
}

.input-group-prepend {
  margin-right: -1px;
}
.input-group-prepend > .btn {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend + input, .input-group-prepend + select {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend + .sel select {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append {
  margin-left: -1px;
}
.input-group-append > .btn {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append + input {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-icon {
  position: relative;
}
.input-icon .svg-inline--fa {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-size: 20px;
  color: #777;
  pointer-events: none;
  z-index: 11;
}
.input-icon input {
  padding-right: 40px;
}

.custom-control {
  display: block;
  min-height: 24px;
  position: relative;
}
.custom-control input {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}

.custom-control-label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #003c7d;
  background-color: #007bff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label:after {
  background-color: #dee2e6;
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label:before, .custom-control-label:after {
  content: '';
  display: block;
  position: absolute;
}
.custom-control-label:before {
  width: 18px;
  height: 18px;
  top: 4px;
  left: -24px;
  background-color: #dee2e6;
  border: 1px solid #adb5bd;
  pointer-events: none;
  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
}
.custom-control-label:after {
  left: -24px;
  background: no-repeat 50%/50% 50%;
}

.custom-switch {
  padding-left: 41px;
}
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label:before {
  background: #dc3545;
  border-color: #921925;
}
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label:after {
  background: #7c151f;
}
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label:before {
  background: #28a745;
  border-color: #145523;
}
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label:after {
  background: #86e29b;
}
.custom-switch .custom-control-label {
  padding-top: 2px;
  padding-left: 0;
  line-height: 22px;
}
.custom-switch .custom-control-label:before {
  width: 34px;
  left: -41px;
  pointer-events: all;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.custom-switch .custom-control-label:after {
  width: 14px;
  height: 14px;
  top: 6px;
  left: -39px;
  background-color: #adb5bd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: -moz-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: -webkit-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal .tooltip[style*="left: 0%;"], .slider.slider-horizontal .tooltip[style*="left:0%;"] {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slider.slider-horizontal .tooltip[style*="left: 100%;"], .slider.slider-horizontal .tooltip[style*="left:100%;"] {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slider .tooltip {
  top: 5px;
}
.slider .tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.slider-handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NDM1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODlkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #24435f), color-stop(100%, #3389d4));
  background-image: -moz-linear-gradient(top, #24435f 0%, #3389d4 100%);
  background-image: -webkit-linear-gradient(top, #24435f 0%, #3389d4 100%);
  background-image: linear-gradient(to bottom, #24435f 0%, #3389d4 100%);
}

.tooltip {
  display: block;
  position: absolute;
  margin: 0;
  word-wrap: break-word;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 1070;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.slider-red .slider .slider-selection {
  background: #dc3545;
}

.slider-blue .slider .slider-selection {
  background: #007bff;
}

.slider-green .slider .slider-selection {
  background: #28a745;
}

.slider-yellow .slider .slider-selection {
  background: #ffc107;
}

.slider-teal .slider .slider-selection {
  background: #20c997;
}

.slider-purple .slider .slider-selection {
  background: #6f42c1;
}

.bootstrap-switch {
  display: inline-block;
  position: relative;
  border: 1px solid #ced4da;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 8px;
  overflow: hidden;
  text-align: left;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  z-index: 0;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  display: table-cell;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1;
  -moz-border-radius-bottomleft: 1.6px;
  -webkit-border-bottom-left-radius: 1.6px;
  border-bottom-left-radius: 1.6px;
  -moz-border-radius-topleft: 1.6px;
  -webkit-border-top-left-radius: 1.6px;
  border-top-left-radius: 1.6px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #007bff;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  background: #e9ecef;
  color: #1f2d3d;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  background: #28a745;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  background: #dc3545;
  color: #fff;
}
.bootstrap-switch input[type=checkbox], .bootstrap-switch input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.button-link {
  display: inline-block;
}

.l-arrow:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -3px 5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  vertical-align: middle;
}

.r-arrow:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.r-black-tri-up:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -3px 0 0 5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid #000;
  vertical-align: middle;
}

.r-black-tri-down:after {
  content: '';
  margin: 0 0 0 5px;
}

.r-black-arrow-down:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 3px;
}

.txt-style-center {
  text-align: center !important;
}

.txt-style-left {
  text-align: left !important;
}

.txt-style-right {
  text-align: right !important;
}
.txt-bold {
    font-weight: bold;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
}

.list-container .list-title {
  font-size: 128.5714%;
}
.list-container ul {
  margin-left: 19px;
}
.list-container li {
  position: relative;
  margin-top: 5px;
  list-style-type: decimal;
  letter-spacing: 1px;
}

.with-dots > li {
  position: relative;
  list-style-type: none;
}
.with-dots > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #343a40;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.with-square > li {
  position: relative;
  list-style-type: none;
}
.with-square > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #343a40;
}

.with-nums > li {
  position: relative;
  list-style-type: decimal;
}

.plus-sign {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background: #2c6c80;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.plus-sign:before, .plus-sign:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  z-index: 11;
}
.plus-sign:before {
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 7px;
  bottom: 7px;
}
.plus-sign:after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 7px;
  right: 7px;
}

.minus-sign {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background: #dc3545;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.minus-sign:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  z-index: 11;
}
.minus-sign:after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 7px;
  right: 7px;
}

.sel {
  position: relative;
}
.sel:focus-within:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sel:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 11px;
  pointer-events: none;
}
.sel.shift:focus-within:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sel.shift:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 11px;
  pointer-events: none;
}
.sel.shift:after {
  margin-top: 1px;
}
.sel.birth-wrap {
  padding: 0 5px;
}
.sel.birth-wrap:after {
  right: 15px;
}
.sel.birth-wrap select {
  padding: 0 15px;
}
.sel.error select {
  border-color: #ff0000;
}

.multiple-sel select {
  padding: 0;
  border-width: 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.multiple-sel select option {
  padding: 5px 10px;
}

select {
  width: 100%;
  height: 38px;
  padding: 0 30px 0 15px !important;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #9c9c9c;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #495057;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
}
select:disabled {
  background-color: #e9ecef !important;
}

.fstElement {
  display: block;
  font-size: 100%;
  border-color: #9c9c9c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fstMultipleMode .fstControls {
  width: 100%;
  min-height: 36px;
  padding: 0 30px 5px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fstMultipleMode .fstChoiceItem {
  position: relative;
  margin: 5px 0 0 5px;
  padding: 1px 10px 1px 25px;
  font-size: 14px;
  border: 1px solid #343a40;
  background-color: #343a40;
  z-index: 1;
}
.fstMultipleMode .fstQueryInput {
  width: 100%;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 30px 0 .75rem;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fstResultItem, .fstNoResults {
  font-size: 14px;
}

.fstResultItem {
  padding: 7px .75rem;
}
.fstResultItem.fstSelected {
  background-color: #343a40;
  border-color: #a8c3f3;
}

.fstChoiceRemove {
  margin-top: -12px;
  font-size: 20px;
}

.original-size {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.large-size {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.rel-pos {
  position: relative;
}

.fix-pos {
  position: fixed;
}

.form-label {
  display: block;
  margin-bottom: 0;
  padding: 0 10px 5px 0;
  line-height: 130%;
  cursor: auto;
  vertical-align: top;
}

.form-text-content {
  line-height: 130%;
}

[class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"], [class*="col-"] {
  width: 100%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.col-sm-auto, .col-md-auto, .col-lg-auto {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.col-sm-auto > .cell-group, .col-md-auto > .cell-group, .col-lg-auto > .cell-group {
  margin: 0 -5px;
}

.col-sm-0, .col-md-0, .col-lg-0, .col-0 {
  display: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

@media only screen and (min-width: 568px) {
  .col-sm-1, .col-md-1, .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media only screen and (min-width: 568px) {
  .col-sm-2, .col-md-2, .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (min-width: 568px) {
  .col-sm-3, .col-md-3, .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media only screen and (min-width: 568px) {
  .col-sm-4, .col-md-4, .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

@media only screen and (min-width: 568px) {
  .col-sm-5, .col-md-5, .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 568px) {
  .col-sm-6, .col-md-6, .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

@media only screen and (min-width: 568px) {
  .col-sm-7, .col-md-7, .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

@media only screen and (min-width: 568px) {
  .col-sm-8, .col-md-8, .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media only screen and (min-width: 568px) {
  .col-sm-9, .col-md-9, .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

@media only screen and (min-width: 568px) {
  .col-sm-10, .col-md-10, .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

@media only screen and (min-width: 568px) {
  .col-sm-11, .col-md-11, .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 568px) {
  .col-sm-12, .col-md-12, .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mask-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  cursor: pointer;
}
.mask-bg .mask-bg-table {
  display: table;
  width: 100%;
  height: 100%;
}
.mask-bg .mask-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.mask-bg .full-w {
  display: table-cell;
  vertical-align: middle;
  z-index: 99999;
}
.mask-bg .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  line-height: 100%;
  color: #343a40;
  z-index: 9999;
}
.mask-bg .message-box {
  max-width: 500px;
  min-height: 215px;
  max-height: 600px;
  position: relative;
  margin: 0 auto;
  padding: 45px 10px 20px;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: auto;
  background: #fff;
  text-align: center;
  overflow-y: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  .mask-bg .message-box {
    width: -moz-calc((100vw - 20px));
    width: -webkit-calc((100vw - 20px));
    width: calc((100vw - 20px));
  }
}
@media only screen and (max-width: 767px) {
  .mask-bg .message-box {
    max-height: 80vh;
  }
}
.mask-bg .message-box > .title {
  padding: 0 40px 10px;
  font-size: 128.5714%;
}
@media only screen and (max-width: 767px) {
  .mask-bg .message-box > .title {
    padding: 0 30px 10px;
  }
}
.mask-bg .message-box .message {
  padding: 0 30px 20px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .mask-bg .message-box .message {
    padding: 0 20px 20px;
  }
}
.mask-bg .message-box .message span {
  display: inline-block;
  text-align: left;
}

h3 {
  font-size: 128.57%;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 114.2857%;
  }
}

.gray-bg {
  background: #f4f6f9;
}

.customize-bg {
  background: #d5f1d8;
}

@-webkit-keyframes no-show {
  0% {
    max-height: 4000px;
  }
  100% {
    max-height: 52px;
  }
}
@-moz-keyframes no-show {
  0% {
    max-height: 4000px;
  }
  100% {
    max-height: 52px;
  }
}
@-ms-keyframes no-show {
  0% {
    max-height: 4000px;
  }
  100% {
    max-height: 52px;
  }
}
@keyframes no-show {
  0% {
    max-height: 4000px;
  }
  100% {
    max-height: 52px;
  }
}
@-webkit-keyframes show {
  0% {
    max-height: 52px;
  }
  100% {
    max-height: 4000px;
  }
}
@-moz-keyframes show {
  0% {
    max-height: 52px;
  }
  100% {
    max-height: 4000px;
  }
}
@-ms-keyframes show {
  0% {
    max-height: 52px;
  }
  100% {
    max-height: 4000px;
  }
}
@keyframes show {
  0% {
    max-height: 52px;
  }
  100% {
    max-height: 4000px;
  }
}
@-webkit-keyframes m-no-show {
  0% {
    max-height: 6000px;
  }
  100% {
    max-height: 45px;
  }
}
@-moz-keyframes m-no-show {
  0% {
    max-height: 6000px;
  }
  100% {
    max-height: 45px;
  }
}
@-ms-keyframes m-no-show {
  0% {
    max-height: 6000px;
  }
  100% {
    max-height: 45px;
  }
}
@keyframes m-no-show {
  0% {
    max-height: 6000px;
  }
  100% {
    max-height: 45px;
  }
}
@-webkit-keyframes m-show {
  0% {
    max-height: 45px;
  }
  100% {
    max-height: 6000px;
  }
}
@-moz-keyframes m-show {
  0% {
    max-height: 45px;
  }
  100% {
    max-height: 6000px;
  }
}
@-ms-keyframes m-show {
  0% {
    max-height: 45px;
  }
  100% {
    max-height: 6000px;
  }
}
@keyframes m-show {
  0% {
    max-height: 45px;
  }
  100% {
    max-height: 6000px;
  }
}
.error {
  border: 1px solid #ff0000 !important;
  background-color: #ff98af !important;
}

.card {
  position: relative;
  margin: 0 0 15px;
  padding: 15px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.card.folded-wrap {
  max-height: 52px;
  margin-bottom: -10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .card.folded-wrap {
    max-height: 45px;
    margin-bottom: -5px;
  }
}
.card.folded-wrap.close {
  -moz-animation: no-show 950ms ease-out forwards;
  -webkit-animation: no-show 950ms ease-out forwards;
  animation: no-show 950ms ease-out forwards;
  -moz-animation-delay: -650ms;
  -webkit-animation-delay: -650ms;
  animation-delay: -650ms;
}
@media only screen and (max-width: 767px) {
  .card.folded-wrap.close {
    -moz-animation: m-no-show 950ms ease-out forwards;
    -webkit-animation: m-no-show 950ms ease-out forwards;
    animation: m-no-show 950ms ease-out forwards;
    -moz-animation-delay: -750ms;
    -webkit-animation-delay: -750ms;
    animation-delay: -750ms;
  }
}
.card.folded-wrap.close .plus {
  display: inline-block;
}
.card.folded-wrap.close .minus {
  display: none;
}
.card.folded-wrap.open {
  margin-bottom: 15px;
  -moz-animation: m-show 950ms ease-in forwards;
  -webkit-animation: m-show 950ms ease-in forwards;
  animation: m-show 950ms ease-in forwards;
}
@media only screen and (max-width: 767px) {
  .card.folded-wrap.open {
    -moz-animation: m-show 950ms ease-in forwards;
    -webkit-animation: m-show 950ms ease-in forwards;
    animation: m-show 950ms ease-in forwards;
  }
}
.card.folded-wrap.open h3 {
  white-space: normal;
  overflow: auto;
}
.card.folded-wrap.open .plus {
  display: none;
}
.card.folded-wrap.open .minus {
  display: inline-block;
}
.card.folded-wrap h3 {
  margin-right: 55px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card.folded-wrap .plus, .card.folded-wrap .minus {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 18px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .card.folded-wrap .plus, .card.folded-wrap .minus {
    top: 12px;
    font-size: 16px;
  }
}
.card.folded-wrap .plus:before, .card.folded-wrap .minus:before {
  content: '';
  display: block;
  width: 55px;
  height: 50px;
  position: absolute;
  top: -12px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .card.folded-wrap .plus:before, .card.folded-wrap .minus:before {
    height: 45px;
  }
}
.card.folded-wrap .minus {
  display: none;
}

.card-body:after, .card-footer:after, .card-header:after {
  display: block;
  content: "";
  clear: both;
}

.card-head {
  position: relative;
  padding-top: 3px;
  border-bottom: 1px solid #dfdfdf;
}
.card-head h3 {
  padding: 10px 15px;
}
.card-head:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExY2VmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlNWM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a1ceff), color-stop(100%, #ee5c83));
  background-image: -moz-linear-gradient(left, #a1ceff, #ee5c83);
  background-image: -webkit-linear-gradient(left, #a1ceff, #ee5c83);
  background-image: linear-gradient(to right, #a1ceff, #ee5c83);
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.card-head.l-tag:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 0;
  border-style: solid;
  border-width: 22px 25px 0 0;
  border-color: #a3cbfc transparent transparent transparent;
}

.card-body {
  padding: 20px 15px;
}

.form-wrap .row-group [class*="col-sm-"] > .form-label, .form-wrap .row-group [class*="col-md-"] > .form-label, .form-wrap .row-group [class*="col-lg-"] > .form-label, .form-wrap .row-group [class*="col-"] > .form-label {
  font-size: 107.1428%;
}
.form-wrap .row-group [class*="col-sm-"].inline-wrap > .form-label, .form-wrap .row-group [class*="col-md-"].inline-wrap > .form-label, .form-wrap .row-group [class*="col-lg-"].inline-wrap > .form-label, .form-wrap .row-group [class*="col-"].inline-wrap > .form-label {
  font-size: 100%;
}
.form-wrap .row-group > .form-label {
  font-size: 107.1428%;
}
.form-wrap .row-group > .form-label ~ * .form-label {
  font-size: 100%;
}

.notify-txt {
  margin-left: 5px;
  padding: 5px 7px;
  font-size: 13px;
  color: #525252;
  background: #ffdcd3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 200%;
}
.notify-txt.align-start {
  margin-left: 0;
  margin-right: 5px;
}

.high-light-txt {
  display: inline-block;
  padding: 2px 8px;
  background: #fff090;
  color: #3b3b3b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.w350 {
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  .w350 {
    padding: 0 10px;
  }
}

.w500 {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .w500 {
    padding: 0 10px;
  }
}

.height100 {
  height: 100%;
}

.w-25p {
  width: 25%;
}

.w-33p {
  width: 33.3334%;
}

.w-50p {
  width: 50%;
}

.w-66p {
  width: 66.6667%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.h-50p {
  height: 50%;
}

.h-100p {
  height: 100%;
}

.min-input-h {
  min-height: 38px;
}

.line-height-100p {
  line-height: 100%;
}

.line-height-120p {
  line-height: 120%;
}

.line-height-130p {
  line-height: 130%;
}

.line-height-140p {
  line-height: 140%;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-n-5 {
  margin-top: -5px !important;
}

.mr-n-5 {
  margin-right: -5px !important;
}

.ml-n-5 {
  margin-left: -5px !important;
}

.mb-n-5 {
  margin-bottom: -5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-n-10 {
  margin-top: -10px !important;
}

.mr-n-10 {
  margin-right: -10px !important;
}

.ml-n-10 {
  margin-left: -10px !important;
}

.mb-n-10 {
  margin-bottom: -10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-n-15 {
  margin-top: -15px !important;
}

.mr-n-15 {
  margin-right: -15px !important;
}

.ml-n-15 {
  margin-left: -15px !important;
}

.mb-n-15 {
  margin-bottom: -15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-n-20 {
  margin-top: -20px !important;
}

.mr-n-20 {
  margin-right: -20px !important;
}

.ml-n-20 {
  margin-left: -20px !important;
}

.mb-n-20 {
  margin-bottom: -20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-n-30 {
  margin-top: -30px !important;
}

.mr-n-30 {
  margin-right: -30px !important;
}

.ml-n-30 {
  margin-left: -30px !important;
}

.mb-n-30 {
  margin-bottom: -30px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.auto-center {
  margin: 0 auto;
}

.mx1024 {
  max-width: 1024px;
}

.mx1200 {
  max-width: 1200px;
}

.d-flex, .fixed-title-table table > thead > tr > th .inner, .fixed-title-table table > thead > tr > td .inner {
  display: flex !important;
}

.d-none, .hidden, .hide {
  display: none !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.align-items-center, .fixed-title-table table > thead > tr > th .inner, .fixed-title-table table > thead > tr > td .inner {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.justify-content-start, .fixed-title-table table > thead > tr > th .inner, .fixed-title-table table > thead > tr > td .inner {
  justify-content: flex-start !important;
}

.justify-content-center, .fixed-title-table table > thead > tr > th.txt-style-center .inner, .fixed-title-table table > thead > tr > td.txt-style-center .inner {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-no-shrink {
  flex: 1 0 auto !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.flex-4 {
  flex: 4 !important;
}

.flex-5 {
  flex: 5 !important;
}

.flex-6 {
  flex: 6 !important;
}

.text-gray {
  color: #686868 !important;
}

.text-no-wrap, .text-nowrap {
  white-space: nowrap;
}

.text-normal, .white-space-normal {
  white-space: normal;
}

.gray-border {
  border: 1px solid #dedede;
}

.gray-border-top {
  border-top: 1px solid #dedede;
}

.gray-border-bottom {
  border-bottom: 1px solid #dedede;
}

.white-bg {
  background: #fff !important;
}

.container-fluid {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px 30px;
  }
}

.section-title {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
  font-size: 214.2857%;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 171.4285%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 142.857%;
  }
}
.section-title .title_left {
  flex: 1;
}
.section-title .title_right {
  flex: 0 0 auto;
  font-size: 66.6667%;
}

.flex-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.row, .cell-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.row, .row-group {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.row:last-child, .row-group:last-child {
  margin-bottom: 0;
}

.row-group > .form-label {
  padding: 0 10px 5px 5px;
}
.row-group > .cell-group {
  margin: 0 0 -10px;
}
.row-group > .cell-group > [class*="col-sm-"], .row-group > .cell-group > [class*="col-md-"], .row-group > .cell-group > [class*="col-lg-"], .row-group > .cell-group > [class*="col-"] {
  margin: 0 0 10px;
}
.row-group > .cell-group > [class*="col-sm-"] > .card, .row-group > .cell-group > [class*="col-md-"] > .card, .row-group > .cell-group > [class*="col-lg-"] > .card, .row-group > .cell-group > [class*="col-"] > .card {
  margin: 0 0 5px;
}
.row-group > [class*="col-sm-"] > .cell-group, .row-group > [class*="col-md-"] > .cell-group, .row-group > [class*="col-lg-"] > .cell-group, .row-group > [class*="col-"] > .cell-group {
  margin: 0 5px -10px;
}
.row-group > [class*="col-sm-"] > .cell-group > [class*="col-sm-"], .row-group > [class*="col-sm-"] > .cell-group > [class*="col-md-"], .row-group > [class*="col-sm-"] > .cell-group > [class*="col-lg-"], .row-group > [class*="col-sm-"] > .cell-group > [class*="col-"], .row-group > [class*="col-md-"] > .cell-group > [class*="col-sm-"], .row-group > [class*="col-md-"] > .cell-group > [class*="col-md-"], .row-group > [class*="col-md-"] > .cell-group > [class*="col-lg-"], .row-group > [class*="col-md-"] > .cell-group > [class*="col-"], .row-group > [class*="col-lg-"] > .cell-group > [class*="col-sm-"], .row-group > [class*="col-lg-"] > .cell-group > [class*="col-md-"], .row-group > [class*="col-lg-"] > .cell-group > [class*="col-lg-"], .row-group > [class*="col-lg-"] > .cell-group > [class*="col-"], .row-group > [class*="col-"] > .cell-group > [class*="col-sm-"], .row-group > [class*="col-"] > .cell-group > [class*="col-md-"], .row-group > [class*="col-"] > .cell-group > [class*="col-lg-"], .row-group > [class*="col-"] > .cell-group > [class*="col-"] {
  margin: 0 0 10px;
}

.cell-group {
  margin-bottom: 10px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cell-group.align-top {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cell-group.align-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cell-group.align-middle {
  -webkit-align-items: center;
  align-items: center;
}
.cell-group.no-mb > [class*="col-"] {
  margin-bottom: 0;
}
.cell-group.with-hyphen > [class*="col-sm-"]:before, .cell-group.with-hyphen > [class*="col-md-"]:before, .cell-group.with-hyphen > [class*="col-lg-"]:before, .cell-group.with-hyphen > [class*="col-"]:before {
  content: '~';
  position: absolute;
  bottom: 6.5px;
  left: -4.385px;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 16px;
}
.cell-group.with-hyphen > [class*="col-sm-"]:first-child:before, .cell-group.with-hyphen > [class*="col-md-"]:first-child:before, .cell-group.with-hyphen > [class*="col-lg-"]:first-child:before, .cell-group.with-hyphen > [class*="col-"]:first-child:before {
  display: none;
}
.cell-group[class*="col-sm-"], .cell-group[class*="col-md-"], .cell-group[class*="col-lg-"], .cell-group[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.cell-group.col-sm-12, .cell-group.col-md-12, .cell-group.col-lg-12, .cell-group.col-12 {
  width: inherit;
  max-width: inherit;
}
.cell-group > [class*="col-sm-"], .cell-group > [class*="col-md-"], .cell-group > [class*="col-lg-"], .cell-group > [class*="col-"] {
  margin-bottom: 10px;
}
.cell-group > [class*="col-sm-"].cell-group, .cell-group > [class*="col-sm-"].form-label, .cell-group > [class*="col-md-"].cell-group, .cell-group > [class*="col-md-"].form-label, .cell-group > [class*="col-lg-"].cell-group, .cell-group > [class*="col-lg-"].form-label, .cell-group > [class*="col-"].cell-group, .cell-group > [class*="col-"].form-label {
  margin-bottom: 0;
}
.cell-group .cell-group {
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 0;
}
.cell-group .flex-auto {
  width: auto;
  flex: 1 1 0;
  max-width: 100%;
}

.inline-wrap > *, .inline-wrap input {
  display: inline-block;
  vertical-align: middle;
}
.inline-wrap.align-top > *, .inline-wrap.align-top input {
  vertical-align: top;
}
.inline-wrap > .form-label {
  padding: 0 10px 0 0;
}
.inline-wrap input {
  width: auto;
}

.btns-disp {
  overflow-x: auto;
}
.btns-disp table th, .btns-disp table td {
  width: 16.66667%;
  vertical-align: top;
}

.btn-cover {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.btn-cover > .form-control {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default;
}
.btn-cover > .btn {
  pointer-events: none;
}

.daterangepicker {
  border: 1px solid #e2e4e7;
}
.daterangepicker.ltr .calendar.left {
  display: flex !important;
  flex-direction: column;
  margin: 4px;
}
.daterangepicker.ltr .calendar.left .daterangepicker_input {
  -webkit-order: 2;
  order: 2;
}
.daterangepicker.ltr .calendar.left .calendar-table {
  padding: 0;
  -webkit-order: 1;
  order: 1;
}
.daterangepicker.ltr .calendar.left .calendar-table table {
  border: 0;
  border-collapse: separate;
}
.daterangepicker .calendar {
  margin: 4px;
}
.daterangepicker .calendar .calendar-table {
  width: 250px;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker .calendar .calendar-table table th, .daterangepicker .calendar .calendar-table table td {
  padding: 3px;
  line-height: 180%;
}
.daterangepicker .calendar .calendar-table table th {
  font-size: 114.2857%;
  cursor: default;
}
.daterangepicker .calendar .calendar-table table th.prev.available, .daterangepicker .calendar .calendar-table table th.next.available {
  cursor: pointer;
}

.switch-btn {
  width: 98px;
  height: 29.008px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  background: #fff;
  overflow: hidden;
}
.switch-btn:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  background: #fff;
  pointer-events: none;
  z-index: 99;
}
.switch-btn.green-red label:first-of-type {
  background: #28a745;
}
.switch-btn.green-red label:last-of-type {
  background: #dc3545;
}
.switch-btn.green-red label:last-of-type span {
  color: #fff;
}
.switch-btn.off:after {
  left: 0;
}
.switch-btn.off label:first-of-type {
  left: -50%;
  pointer-events: all;
}
.switch-btn.off label:last-of-type {
  right: 0;
  z-index: 11;
  pointer-events: none;
}
.switch-btn label {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35) inset;
}
.switch-btn label:first-of-type {
  left: 0;
  background: #007bff;
  z-index: 11;
  pointer-events: none;
}
.switch-btn label:first-of-type:before {
  left: 100%;
}
.switch-btn label:first-of-type span {
  color: #fff;
}
.switch-btn label:last-of-type {
  right: -50%;
  background: #e9ecef;
  pointer-events: all;
}
.switch-btn label:last-of-type:before {
  left: -50%;
}
.switch-btn label:last-of-type span {
  right: 0;
  color: #1f2d3d;
}
.switch-btn label:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.switch-btn label span {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  line-height: 27.008px;
  font-size: 16.0034px;
}

.ui-datepicker {
  width: 260px;
}
.ui-datepicker .ui-datepicker-title .sel {
  display: inline-block;
  width: -moz-calc(((100% - 20px) / 2));
  width: -webkit-calc(((100% - 20px) / 2));
  width: calc(((100% - 20px) / 2));
  margin: 0 5px;
}
.ui-datepicker .ui-datepicker-title .sel select {
  width: 100%;
  height: 30px;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {
  min-width: 34px;
  text-align: center;
}

.ui-timepicker-div dl {
  padding: 5px 5px 60px;
}
.ui-timepicker-div dl .ui_tpicker_time {
  display: inline-block;
  margin-left: 50px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #007fff;
  color: #fff;
}
.ui-timepicker-div dl .ui_tpicker_hour_label, .ui-timepicker-div dl .ui_tpicker_minute_label, .ui-timepicker-div dl .ui_tpicker_second_label {
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
}
.ui-timepicker-div dl .ui_tpicker_minute_label {
  margin-left: -moz-calc(((100% + 10px) / 3));
  margin-left: -webkit-calc(((100% + 10px) / 3));
  margin-left: calc(((100% + 10px) / 3));
}
.ui-timepicker-div dl .ui_tpicker_second_label {
  margin-left: -moz-calc(((100% + 10px) / 3 * 2));
  margin-left: -webkit-calc(((100% + 10px) / 3 * 2));
  margin-left: calc(((100% + 10px) / 3 * 2));
}
.ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second {
  width: -moz-calc(((100% - 36px) / 3));
  width: -webkit-calc(((100% - 36px) / 3));
  width: calc(((100% - 36px) / 3));
  position: absolute;
  margin: 25px 0 0;
}
.ui-timepicker-div dl .ui_tpicker_hour > div, .ui-timepicker-div dl .ui_tpicker_minute > div, .ui-timepicker-div dl .ui_tpicker_second > div {
  position: relative;
}
.ui-timepicker-div dl .ui_tpicker_hour > div:focus-within:after, .ui-timepicker-div dl .ui_tpicker_minute > div:focus-within:after, .ui-timepicker-div dl .ui_tpicker_second > div:focus-within:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-timepicker-div dl .ui_tpicker_hour > div:after, .ui-timepicker-div dl .ui_tpicker_minute > div:after, .ui-timepicker-div dl .ui_tpicker_second > div:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 11px;
  pointer-events: none;
}
.ui-timepicker-div dl .ui_tpicker_hour select, .ui-timepicker-div dl .ui_tpicker_minute select, .ui-timepicker-div dl .ui_tpicker_second select {
  height: 30px;
}
.ui-timepicker-div dl .ui_tpicker_minute {
  margin-left: -moz-calc(((100% - 6px) / 3));
  margin-left: -webkit-calc(((100% - 6px) / 3));
  margin-left: calc(((100% - 6px) / 3));
}
.ui-timepicker-div dl .ui_tpicker_second {
  margin-left: -moz-calc(((100% - 6px) / 3 * 2));
  margin-left: -webkit-calc(((100% - 6px) / 3 * 2));
  margin-left: calc(((100% - 6px) / 3 * 2));
}

.animation-tempo-250 {
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.animation-tempo-350, a {
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

.pagination {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}
.pagination .inner-attr {
  display: inline-block;
}
.pagination .shift-icon, .pagination .page-num {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .pagination .shift-icon {
    margin: 0 -2.5px;
  }
}
.pagination a {
  display: block;
  min-width: 28px;
  padding: 3px 5px;
  text-align: center;
  color: #343a40;
}
@media only screen and (min-width: 1025px) {
  .pagination a {
    color: #5d5d5d;
  }
}
.pagination .page-num li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .pagination .page-num li {
    margin: 0 -2.5px;
  }
}
.pagination .page-num li.active a {
  background: #909090;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .pagination .page-num li.active a:hover {
    background: #909090;
  }
}
.pagination .page-num li a {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .pagination .page-num li a:hover {
    background: #e6e6e6;
  }
}
.pagination .page-num li a.selected {
  background: #909090;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .pagination .page-num li a.selected:hover {
    cursor: default;
  }
}

.dataTables_paginate li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .dataTables_paginate li {
    margin: 0 -2.5px;
  }
}
.dataTables_paginate li.active a {
  background: #909090;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .dataTables_paginate li.active a:hover {
    background: #909090;
    cursor: default;
  }
}
.dataTables_paginate li a {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .dataTables_paginate li a:hover {
    background: #e6e6e6;
  }
}
.border-right-white {
    border-right: 1px solid #cdd0d4;
}
.border-right-grey {
    border-right: 1px solid #e3e1e1;
}

.fixed-title-table {
  width: 100%;
  overflow-x: auto;
}
    .fixed-title-table table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        border-collapse: separate;
        border: 0;
    }
.fixed-title-table table > :not(:first-child) {
  border: 0;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th, .fixed-title-table table.table-cell-fixed > thead > tr > td {
  position: sticky;
  top: 0;
  z-index: 3;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky {
  left: 0;
  z-index: 4;
}
.fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-48, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-48, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-48, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-48 {
  width: 48px;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-48 + .sticky, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-48 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-48 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-48 + .sticky {
  left: 48px;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-80, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-80, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-80, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-80 {
  width: 80px;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-80 + .sticky, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-80 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-80 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-80 + .sticky {
  left: 80px;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-110, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-110, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-110, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-110 {
  width: 110px;
}
.fixed-title-table table.table-cell-fixed > thead > tr > th.sticky.w-110 + .sticky, .fixed-title-table table.table-cell-fixed > thead > tr > td.sticky.w-110 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > th.sticky.w-110 + .sticky, .fixed-title-table table.table-cell-fixed > tbody > tr > td.sticky.w-110 + .sticky {
  left: 110px;
}
.fixed-title-table table > thead > tr > th, .fixed-title-table table > thead > tr > td {
  height: 40px;
  border-bottom: 2px solid #42434b;
  background: #676975;
  font-size: 14px;
  line-height: 110%;
  color: #fff;
  vertical-align: middle;
}
.fixed-title-table table > thead > tr > th.sort, .fixed-title-table table > thead > tr > th.filter, .fixed-title-table table > thead > tr > td.sort, .fixed-title-table table > thead > tr > td.filter {
  cursor: pointer;
}
.fixed-title-table table > thead > tr > th.sort.desc .inner:before, .fixed-title-table table > thead > tr > td.sort.desc .inner:before {
  display: none;
}
.fixed-title-table table > thead > tr > th.sort.asc .inner:after, .fixed-title-table table > thead > tr > td.sort.asc .inner:after {
  display: none;
}
.fixed-title-table table > thead > tr > th.sort .inner:before, .fixed-title-table table > thead > tr > th.sort .inner:after, .fixed-title-table table > thead > tr > td.sort .inner:before, .fixed-title-table table > thead > tr > td.sort .inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -22px;
}
.fixed-title-table table > thead > tr > th.sort .inner:before, .fixed-title-table table > thead > tr > td.sort .inner:before {
  top: 50%;
  margin-top: -11px;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #6C9A6F transparent;
}
.fixed-title-table table > thead > tr > th.sort .inner:after, .fixed-title-table table > thead > tr > td.sort .inner:after {
  bottom: 50%;
  margin-bottom: -11px;
  border-width: 8px 7px 0 7px;
  border-color: #6C9A6F transparent transparent transparent;
}
.fixed-title-table table > thead > tr > th.filter:before, .fixed-title-table table > thead > tr > th.filter:after, .fixed-title-table table > thead > tr > td.filter:before, .fixed-title-table table > thead > tr > td.filter:after {
  content: '';
  display: block;
  position: absolute;
}
.fixed-title-table table > thead > tr > th.filter:before, .fixed-title-table table > thead > tr > td.filter:before {
  width: 16px;
  height: 0;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  border-top: 10px solid #6C9A6F;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.fixed-title-table table > thead > tr > th.filter:after, .fixed-title-table table > thead > tr > td.filter:after {
  width: 4px;
  height: 7px;
  right: 16px;
  bottom: 50%;
  margin-bottom: -6px;
  background: #6C9A6F;
}
.fixed-title-table table > thead > tr > th.filter .inner:before, .fixed-title-table table > thead > tr > th.filter .inner:after, .fixed-title-table table > thead > tr > td.filter .inner:before, .fixed-title-table table > thead > tr > td.filter .inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.fixed-title-table table > thead > tr > th.filter .inner:before, .fixed-title-table table > thead > tr > td.filter .inner:before {
  top: 50%;
  right: -14px;
  margin-top: 6px;
  border-width: 0 4px 3px 0;
  border-color: transparent #6C9A6F transparent transparent;
}
.fixed-title-table table > thead > tr > th.filter .inner:after, .fixed-title-table table > thead > tr > td.filter .inner:after {
  right: -28px;
  bottom: 50%;
  margin-bottom: -10px;
  border-width: 5px 5px 0 5px;
  border-color: #6C9A6F transparent transparent transparent;
}
.fixed-title-table table > thead > tr > th .inner, .fixed-title-table table > thead > tr > td .inner {
  height: 100%;
  position: relative;
}
.fixed-title-table table > thead > tr > th, .fixed-title-table table > thead > tr > td, .fixed-title-table table > tbody > tr > th, .fixed-title-table table > tbody > tr > td {
  padding: 8px 10px;
}
.fixed-title-table table > thead > tr > th.id-w-90, .fixed-title-table table > thead > tr > td.id-w-90, .fixed-title-table table > tbody > tr > th.id-w-90, .fixed-title-table table > tbody > tr > td.id-w-90 {
  min-width: 90px;
}
.fixed-title-table table > thead > tr > th.sort, .fixed-title-table table > thead > tr > th.filter, .fixed-title-table table > thead > tr > td.sort, .fixed-title-table table > thead > tr > td.filter, .fixed-title-table table > tbody > tr > th.sort, .fixed-title-table table > tbody > tr > th.filter, .fixed-title-table table > tbody > tr > td.sort, .fixed-title-table table > tbody > tr > td.filter {
  padding: 8px 30px;
}
.fixed-title-table table > thead > tr > th:last-child, .fixed-title-table table > thead > tr > td:last-child, .fixed-title-table table > tbody > tr > th:last-child, .fixed-title-table table > tbody > tr > td:last-child {
  border-right: 0;
}
.fixed-title-table table > tbody > tr > th, .fixed-title-table table > tbody > tr > td {
  font-size: 14px;
  line-height: 120%;
  background: #fff;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.fixed-title-table table > tbody > tr > th.id-w-90, .fixed-title-table table > tbody > tr > td.id-w-90 {
  padding-left: 5px;
  padding-right: 5px;
}
.fixed-title-table table > tbody > tr > th.border-bottom-none, .fixed-title-table table > tbody > tr > td.border-bottom-none {
  border-bottom: 0;
}
.fixed-title-table table tbody tr:hover td {
  background: #d5d5d5 !important;
}
.fixed-title-table table tbody tr:hover td .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.fixed-title-table table tbody tr:nth-child(2n+2) td {
  background: #F4F4F4;
}
.fixed-title-table table .no-warp {
  white-space: nowrap;
}
.fixed-title-table table .btn {
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;*/
}
.fixed-title-table table .fstSingleMode.fstActive {
  z-index: 1;
}

.lightpick {
  width: 296px;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .lightpick {
    width: 260px;
  }
}
.lightpick .lightpick__inner {
  padding: 5px;
}
.lightpick .lightpick__month-title-bar {
  position: relative;
  margin: -10px -10px 10px;
  padding: 5px 0;
  background: #0078bf;
}
.lightpick .lightpick__month-title {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -70px;
  margin-bottom: 0;
  z-index: 11;
}
.lightpick .lightpick__month {
  width: 100%;
  padding: 0;
}
.lightpick .lightpick__month .lightpick__toolbar {
  width: 100%;
}
.lightpick .lightpick__month .lightpick__toolbar button {
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
.lightpick .lightpick__month .lightpick__toolbar button.lightpick__previous-action {
  padding-left: 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.lightpick .lightpick__month .lightpick__toolbar button.lightpick__next-action {
  padding-right: 10px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.lightpick .lightpick__month .lightpick__toolbar .fa-arrow-left, .lightpick .lightpick__month .lightpick__toolbar .fa-arrow-right {
  pointer-events: none;
  color: #fbf3ff;
  font-size: 16px;
}
.lightpick .lightpick__month select {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  direction: ltr;
  color: #fbf3ff;
  font-weight: bold;
  background: #0078bf;
}
@media only screen and (min-width: 1025px) {
  .lightpick .lightpick__month select:hover {
    border: 1px solid #ccc;
  }
}
.lightpick .lightpick__month .lightpick__select-years {
  padding: 5px 10px;
  float: left;
  font-size: 1em;
}
.lightpick .lightpick__month .lightpick__select-months {
  margin: 0 0 0 .5em;
}
.lightpick .lightpick__footer {
  margin: 10px 0 0;
}
.lightpick .lightpick__footer button {
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
}

.calendar .result {
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-size: 15px;
}
.calendar .btn {
  width: 200px;
}

.range-calendar {
  position: relative;
}
.range-calendar .result {
  display: inline-block;
  min-width: 220px;
  height: -moz-calc((2.25rem + 2px));
  height: -webkit-calc((2.25rem + 2px));
  height: calc((2.25rem + 2px));
  padding: 0.375rem 50px 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 24px;
  color: #495057;
  border: 1px solid #9c9c9c;
  font-size: 14px;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: inset 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}
.range-calendar .btn-cover {
  width: 100%;
  position: absolute;
  left: 0;
}
.range-calendar .btn-cover .btn {
  position: absolute;
  right: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

[class^="lds-"] {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes lds-spinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes lds-spinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes lds-spinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.lds-spinner div {
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -moz-animation: lds-spinner 1.2s linear infinite;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 28.5px;
  width: 3px;
  height: 13px;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -moz-animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -moz-animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -moz-animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -moz-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -moz-animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -moz-animation-delay: -0s;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}

@-webkit-keyframes lds-circle {
  0%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(1800deg);
    -ms-transform: rotateY(1800deg);
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -moz-transform: rotateY(3600deg);
    -ms-transform: rotateY(3600deg);
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@-moz-keyframes lds-circle {
  0%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(1800deg);
    -ms-transform: rotateY(1800deg);
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -moz-transform: rotateY(3600deg);
    -ms-transform: rotateY(3600deg);
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@-ms-keyframes lds-circle {
  0%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(1800deg);
    -ms-transform: rotateY(1800deg);
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -moz-transform: rotateY(3600deg);
    -ms-transform: rotateY(3600deg);
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@keyframes lds-circle {
  0%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(1800deg);
    -ms-transform: rotateY(1800deg);
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -moz-transform: rotateY(3600deg);
    -ms-transform: rotateY(3600deg);
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
.lds-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

@-webkit-keyframes lds-roller {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes lds-roller {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes lds-roller {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-roller div {
  -moz-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  margin: -2px 0 0 -2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.lds-roller div:nth-child(1):after {
  top: 47.25px;
  left: 47.25px;
}
.lds-roller div:nth-child(2):after {
  top: 51px;
  left: 42px;
}
.lds-roller div:nth-child(3):after {
  top: 53.25px;
  left: 36px;
}
.lds-roller div:nth-child(4):after {
  top: 54px;
  left: 30px;
}
.lds-roller div:nth-child(5):after {
  top: 53.25px;
  left: 24px;
}
.lds-roller div:nth-child(6):after {
  top: 51px;
  left: 18px;
}
.lds-roller div:nth-child(7):after {
  top: 47.25px;
  left: 12.75px;
}
.lds-roller div:nth-child(8):after {
  top: 42px;
  left: 9px;
}

.lds-roller div:nth-child(1) {
  -moz-animation-delay: -0.036s;
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(2) {
  -moz-animation-delay: -0.072s;
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(3) {
  -moz-animation-delay: -0.108s;
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(4) {
  -moz-animation-delay: -0.144s;
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(5) {
  -moz-animation-delay: -0.18s;
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(6) {
  -moz-animation-delay: -0.216s;
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(7) {
  -moz-animation-delay: -0.252s;
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(8) {
  -moz-animation-delay: -0.288s;
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

@-webkit-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-ring div {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  margin: 4px;
  border: 4px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -moz-animation-delay: -0.45s;
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -moz-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -moz-animation-delay: -0.15s;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
  }
}
@-moz-keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
  }
}
@-ms-keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
  }
}
.lds-ellipsis div {
  position: absolute;
  top: 25px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -moz-animation: lds-ellipsis1 0.6s infinite;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -moz-animation: lds-ellipsis2 0.6s infinite;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 24px;
  -moz-animation: lds-ellipsis2 0.6s infinite;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 44px;
  -moz-animation: lds-ellipsis3 0.6s infinite;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes lds-grid {
  0%, 100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
@-ms-keyframes lds-grid {
  0%, 100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
@keyframes lds-grid {
  0%, 100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
.lds-grid div {
  position: absolute;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-animation: lds-grid 1.2s linear infinite;
  -webkit-animation: lds-grid 1.2s linear infinite;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1), .lds-grid div:nth-child(2), .lds-grid div:nth-child(3) {
  top: 6px;
}
.lds-grid div:nth-child(4), .lds-grid div:nth-child(5), .lds-grid div:nth-child(6) {
  top: 24px;
}
.lds-grid div:nth-child(7), .lds-grid div:nth-child(8), .lds-grid div:nth-child(9) {
  top: 42px;
}
.lds-grid div:nth-child(1), .lds-grid div:nth-child(4), .lds-grid div:nth-child(7) {
  left: 6px;
}
.lds-grid div:nth-child(2), .lds-grid div:nth-child(5), .lds-grid div:nth-child(8) {
  left: 24px;
}
.lds-grid div:nth-child(3), .lds-grid div:nth-child(6), .lds-grid div:nth-child(9) {
  left: 42px;
}
.lds-grid div:nth-child(1) {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2), .lds-grid div:nth-child(4) {
  -moz-animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3), .lds-grid div:nth-child(5), .lds-grid div:nth-child(7) {
  -moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6), .lds-grid div:nth-child(8) {
  -moz-animation-delay: -1.2s;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  -moz-animation-delay: -1.6s;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(900deg);
    -ms-transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes lds-hourglass {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(900deg);
    -ms-transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes lds-hourglass {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(900deg);
    -ms-transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes lds-hourglass {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(900deg);
    -ms-transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.lds-hourglass:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin: 6px;
  border: 24px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: #fff transparent #fff transparent;
  -moz-animation: lds-hourglass 1.2s infinite;
  -webkit-animation: lds-hourglass 1.2s infinite;
  animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-heart {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  5% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  39% {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  45% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes lds-heart {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  5% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  39% {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  45% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes lds-heart {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  5% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  39% {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  45% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes lds-heart {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  5% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  39% {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  45% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.lds-heart {
  position: relative;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
}
.lds-heart div {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  left: 24px;
  background: #fff;
  -moz-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:before, .lds-heart div:after {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
}
.lds-heart div:before {
  left: -18px;
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -18px;
  -moz-border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-diamond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes lds-diamond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes lds-diamond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes lds-diamond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.lds-diamond {
  position: relative;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
}
.lds-diamond div {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  -moz-animation: lds-diamond 1s linear infinite;
  -webkit-animation: lds-diamond 1s linear infinite;
  animation: lds-diamond 1s linear infinite;
}
.lds-diamond div:nth-child(2), .lds-diamond div:nth-child(6) {
  left: 22px;
}
.lds-diamond div:nth-child(3), .lds-diamond div:nth-child(4), .lds-diamond div:nth-child(5) {
  left: 41px;
}
.lds-diamond div:nth-child(4), .lds-diamond div:nth-child(8) {
  top: 22px;
}
.lds-diamond div:nth-child(5), .lds-diamond div:nth-child(6), .lds-diamond div:nth-child(7) {
  top: 41px;
}

.lds-diamond div:nth-child(1) {
  -moz-animation-delay: -0.875s;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.lds-diamond div:nth-child(2) {
  -moz-animation-delay: -0.75s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.lds-diamond div:nth-child(3) {
  -moz-animation-delay: -0.625s;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.lds-diamond div:nth-child(4) {
  -moz-animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-diamond div:nth-child(5) {
  -moz-animation-delay: -0.375s;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.lds-diamond div:nth-child(6) {
  -moz-animation-delay: -0.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.lds-diamond div:nth-child(7) {
  -moz-animation-delay: -0.125s;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.lds-diamond div:nth-child(8) {
  -moz-animation-delay: -0s;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}

.daterangepicker.dropdown-menu {
  display: none;
}
.daterangepicker.single.ltr .ranges {
  margin: 10px 0 20px;
  float: none;
  text-align: center;
}
.daterangepicker.single.ltr .ranges .range_inputs .btn {
  margin: 0 5px;
}
.daterangepicker.single.ltr .calendar {
  float: none;
}
.daterangepicker .calendar-time .sel, .daterangepicker .calendar-table .sel {
  display: inline-block;
}
.daterangepicker .calendar-time .sel select, .daterangepicker .calendar-table .sel select {
  width: 100%;
  height: 32px;
  padding: 0 25px 0 10px;
}
.daterangepicker .calendar-time .svg-inline--fa, .daterangepicker .calendar-table .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
}
.daterangepicker .calendar-time {
  margin: 5px auto 10px;
}
.daterangepicker .calendar-time .sel {
  margin: 0 1px;
}
.daterangepicker .calendar-table .sel {
  margin: 0 5px;
}
.daterangepicker .calendar-table .sel select {
  font-size: 14px;
}

.ul-list-wrap li {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #dfdfdf;
}
.ul-list-wrap li:first-child {
  padding: 0;
  border-top: 0;
}

.vs__dropdown-toggle {
  min-width: 240px;
  border-color: #9c9c9c;
}
.vs__dropdown-toggle .vs__selected-options input {
  width: 0;
  height: 100%;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 0;
}
.vs__dropdown-toggle .vs__actions {
  cursor: default;
}

.right-fixed-modify {
  position: fixed;
  width: -moz-calc((16.66667% - 15px));
  width: -webkit-calc((16.66667% - 15px));
  width: calc((16.66667% - 15px));
  right: 12px;
}

.combination-drag .drag-and-move {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.combination-drag .draggable-txt {
  position: relative;
}
.combination-drag input, .combination-drag label, .combination-drag a, .combination-drag img, .combination-drag .draggable-txt, .combination-drag .sel, .combination-drag .btn {
  z-index: 3;
}

/* Toaster */
.toaster {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 10006;
  padding-bottom: 20px;
}

.toaster-item {
  display: block;
  opacity: 1;
  background: #2c2c2c !important;
  color: white !important;
  width: 300px;
  padding: 15px 20px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 10px;
  position: relative;
  padding-left: 36px;
  padding-top: 35px;
  border: 1px solid #2c2c2c !important;
  word-break: break-all;
}

.toaster-item.show {
  opacity: 0.8;
}

.toaster-item.show:hover {
  opacity: 1;
}

.toaster-item::before {
  display: block;
  height: calc(100% - 30px);
  position: absolute;
  left: 23px;
  padding-left: 10px;
  top: 15px;
}

.toaster-item.error::before {
  content: '錯誤';
  border-left: 3px solid #fa5c2d;
  color: #fa5c2d;
}

.toaster-item.warn::before {
  content: '警告';
  border-left: 3px solid #fac32d;
  color: #fac32d;
}

.toaster-item.info::before {
  content: '訊息';
  border-left: 3px solid #2daffa;
  color: #2daffa;
}

a.toaster-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0c1';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
