/**
 * @module: sxy-css
 * @description: sxy.css
 * @author: jkodu
 * @version v1.0.0
 * @url https://github.com/jkodu/sxy-css#readme
 * @license ISC
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #2480D7;
  text-decoration: underline; }
  a:focus, a:hover {
    color: #123f6a; }

[disabled],
.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none; }

.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%; }

.icon-caret {
  border-top: .4rem solid currentColor;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
  display: inline-block;
  height: 0;
  margin: 0 .2rem;
  vertical-align: middle;
  width: 0; }

:lang(zh),
:lang(ja),
:lang(ko),
.cjk {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif; }

:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
.cjk del + del,
.cjk del + s,
.cjk ins + ins,
.cjk ins + u,
.cjk s + del,
.cjk s + s,
.cjk u + ins,
.cjk u + u {
  margin-left: .125em; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

.divider {
  border-bottom: 0.1rem solid #efefef;
  display: block;
  margin: .5rem 0; }

.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    animation: loading 500ms infinite linear;
    border: 0.2rem solid #2480D7;
    border-radius: .8rem;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem; }

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

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

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

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.mt-10 {
  margin-top: 1rem; }

.mr-10 {
  margin-right: 1rem; }

.mb-10 {
  margin-bottom: 1rem; }

.ml-10 {
  margin-left: 1rem; }

.mt-5 {
  margin-top: .5rem; }

.mr-5 {
  margin-right: .5rem; }

.mb-5 {
  margin-bottom: .5rem; }

.ml-5 {
  margin-left: .5rem; }

.pt-10 {
  padding-top: 1rem; }

.pr-10 {
  padding-right: 1rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pl-10 {
  padding-left: 1rem; }

.pt-5 {
  padding-top: .5rem; }

.pr-5 {
  padding-right: .5rem; }

.pb-5 {
  padding-bottom: .5rem; }

.pl-5 {
  padding-left: .5rem; }

.block {
  display: block; }

.inline {
  display: inline; }

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

.flex {
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hide {
  display: none !important; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-large {
  font-size: 1.2em; }

.text-ellipsis, .chip .chip-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

.hand {
  cursor: pointer; }

.shadow, .menu, .modal-container {
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3); }

.light-shadow {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15); }

.rounded {
  border-radius: 0.2rem; }

.circle {
  border-radius: 50%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

p {
  margin: 0 0 1rem; }

blockquote {
  border-left: .2rem solid #ddd;
  margin-left: 0;
  padding: 1rem 2rem; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote cite {
    color: #b3b3b3; }

ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 1.5rem 0 1.5rem 2rem; }
  ul li,
  ol li {
    margin-top: 1rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: .5rem 0 1.5rem 0; }

mark {
  background: #ffe5a3;
  border-radius: .2rem;
  font-size: .95em;
  padding: .1em .3em;
  vertical-align: baseline; }

kbd {
  background: #333;
  color: #fff;
  border-radius: .2rem;
  font-size: .95em;
  padding: .1em .3em;
  vertical-align: baseline; }

abbr[title] {
  border-bottom: .1rem dotted;
  cursor: help;
  text-decoration: none; }

ins,
u {
  border-bottom: .1rem solid;
  text-decoration: none; }

pre {
  background: #f9f9f9;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem 2.5rem; }

code {
  background: #efefef;
  color: #666666;
  border-radius: .2rem;
  font-size: .95em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap; }
  pre code {
    background: transparent;
    border-left: 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    margin-top: 0; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #fcfcfc; }
  .table.table-hover tbody tr:hover {
    background: #f4f4f4; }
  .table tbody tr.selected {
    background: #f7f7f7; }
  .table th,
  .table td {
    border-bottom: 0.1rem solid #efefef;
    padding: 1.5rem 1rem; }
  .table th {
    border-color: #e5e5e5; }

.btn {
  -webkit-appearance: none;
  background: #fff;
  border: 0.1rem solid #2480D7;
  border-radius: 0.2rem;
  color: #2480D7;
  transition: all .15s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .7rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:focus {
    background: #d4e7f8;
    box-shadow: 0 0 0.4rem fade(#2480D7, 25%); }
  .btn:hover {
    background: #2480D7;
    border-color: #2073c1;
    color: #fff; }
  .btn:active, .btn.active {
    background: #2073c1;
    border-color: #1d66ab;
    color: #fff; }
  .btn.btn-primary {
    background: #2480D7;
    border-color: #2073c1;
    color: #fff; }
    .btn.btn-primary:focus {
      background: #2176c6;
      border-color: #1d66ab;
      color: #fff; }
    .btn.btn-primary:hover {
      background: #2070bd;
      border-color: #195995;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #1e6bb4;
      border-color: #195995;
      color: #fff; }
    .btn.btn-primary.loading::after {
      border-color: #fff;
      border-right-color: transparent;
      border-top-color: transparent; }
  .btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #2480D7; }
    .btn.btn-link:focus, .btn.btn-link:hover {
      color: #195995; }
    .btn.btn-link:active, .btn.btn-link.active {
      color: #123f6a; }
  .btn.btn-sm {
    font-size: 1.2rem;
    height: 2.4rem;
    line-height: 1.4rem;
    padding: .4rem .8rem; }
  .btn.btn-lg {
    font-size: 1.8rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 1.5rem; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-clear {
    background: transparent;
    border: 0;
    color: currentColor;
    font-family: sans-serif;
    height: 2rem;
    line-height: 1.8rem;
    margin-left: .2rem;
    margin-right: -.4rem;
    opacity: .45;
    padding: 0 .4rem;
    text-decoration: none;
    width: 2rem; }
    .btn.btn-clear:hover {
      opacity: .85; }
    .btn.btn-clear::before {
      content: '\00d7';
      font-size: 2rem; }

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-group .btn {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .btn-group .btn:first-of-type:not(:last-of-type) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .btn-group .btn:not(:first-of-type):not(:last-of-type) {
      border-radius: 0;
      margin-left: -.1rem; }
    .btn-group .btn:last-of-type:not(:first-of-type) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: -.1rem; }
    .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
      z-index: 9; }
  .btn-group.btn-group-block {
    display: -ms-flexbox;
    display: flex; }

.form-group:not(:last-child) {
  margin-bottom: 1rem; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.2rem;
  color: #333;
  transition: all .15s ease;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.8rem;
  max-width: 100%;
  outline: 0;
  padding: .6rem .8rem;
  position: relative;
  width: 100%; }
  .form-input:focus {
    border-color: #2480D7;
    box-shadow: 0 0 0.4rem fade(#2480D7, 25%); }
  .form-input[disabled] {
    background: #eeeff2; }
  .form-input.input-sm {
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .3rem .6rem; }
  .form-input.input-lg {
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem .8rem; }
  .form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  textarea .form-input {
    height: auto;
    line-height: 2rem; }
  .has-success .form-input, .form-input.is-success {
    border-color: #32b643; }
  .has-danger .form-input, .form-input.is-danger {
    border-color: #e85600; }
  .form-input[type=file] {
    height: auto; }

.form-input-hint {
  color: #888;
  margin-top: .4rem; }
  .has-success .form-input-hint,
  .is-success + .form-input-hint {
    color: #32b643; }
  .has-danger .form-input-hint,
  .is-danger + .form-input-hint {
    color: #e85600; }

.form-label {
  display: block;
  line-height: 1.6rem;
  margin-bottom: .5rem; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-width: 18rem;
  outline: 0;
  padding: .5rem .8rem;
  vertical-align: middle; }
  .form-select[multiple] option {
    padding: .2rem .4rem; }
  .form-select:not([multiple]) {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center/0.8rem 1rem;
    height: 3.2rem;
    padding-right: 2.4rem; }
  .form-select:focus {
    border-color: #2480D7;
    box-shadow: 0 0 0.4rem fade(#2480D7, 25%); }
  .form-select::-ms-expand {
    display: none; }
  .form-select.select-sm {
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .4rem 2rem .4rem .6rem; }
  .form-select.select-lg {
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 2.4rem 1rem .8rem; }
  .has-success .form-select, .form-select.is-success {
    border-color: #32b643; }
  .has-danger .form-select, .form-select.is-danger {
    border-color: #e85600; }

.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem; }
  .form-checkbox input:focus + .form-icon,
  .form-radio input:focus + .form-icon,
  .form-switch input:focus + .form-icon {
    border-color: #2480D7;
    box-shadow: 0 0 0.4rem fade(#2480D7, 25%); }

.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: .3rem 2rem;
  position: relative; }
  .form-checkbox .form-icon,
  .form-radio .form-icon {
    border: 0.1rem solid #c5c5c5;
    transition: all .15s ease;
    display: inline-block;
    font-size: 1.4rem;
    height: 1.4rem;
    left: 0;
    line-height: 2.4rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .5rem;
    vertical-align: top;
    width: 1.4rem; }
  .form-checkbox:hover .form-icon,
  .form-radio:hover .form-icon {
    border-color: #929292; }
  .form-checkbox input:checked + .form-icon,
  .form-radio input:checked + .form-icon {
    background: #2480D7;
    border-color: #2480D7; }
  .form-checkbox input:active + .form-icon,
  .form-radio input:active + .form-icon {
    background: #efefef; }

.form-checkbox .form-icon {
  border-radius: 0.2rem; }

.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: .6rem; }

.form-checkbox input:indeterminate + .form-icon {
  background: #2480D7;
  border-color: #2480D7; }
  .form-checkbox input:indeterminate + .form-icon::after {
    background: #fff;
    content: "";
    height: .2rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.1rem;
    position: absolute;
    top: 50%;
    width: .8rem; }

.form-radio .form-icon {
  border-radius: .7rem; }

.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: 0.2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -.2rem;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  width: .4rem; }

.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: .3rem 2rem .3rem 3.6rem;
  position: relative; }
  .form-switch .form-icon {
    background: #c5c5c5;
    background-clip: padding-box;
    border: 0.1rem solid #c5c5c5;
    border-radius: .9rem;
    display: inline-block;
    height: 1.8rem;
    left: 0;
    line-height: 2.6rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .4rem;
    vertical-align: top;
    width: 3rem; }
    .form-switch .form-icon::after {
      background: #fff;
      border-radius: .8rem;
      content: "";
      display: block;
      height: 1.6rem;
      left: 0;
      position: absolute;
      top: 0;
      transition: left .15s ease;
      width: 1.6rem; }
  .form-switch input:checked + .form-icon {
    background: #2480D7;
    border-color: #2480D7; }
    .form-switch input:checked + .form-icon::after {
      left: 1.2rem; }
  .form-switch input:active + .form-icon::after {
    background: #efefef; }

.input-group {
  display: -ms-flexbox;
  display: flex; }
  .input-group .input-group-addon {
    background: #f9f9f9;
    border: 0.1rem solid #c5c5c5;
    border-radius: 0.2rem;
    line-height: 1.6rem;
    padding: .7rem .8rem; }
    .input-group .input-group-addon.addon-sm {
      font-size: 1.2rem;
      padding: .3rem .6rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 1.6rem;
      line-height: 2rem;
      padding: 1rem .8rem; }
  .input-group .input-group-addon,
  .input-group .input-group-btn {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .input-group .form-input:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.1rem; }
  .input-group .form-input:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.1rem; }
  .input-group .form-input:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 99; }
  .input-group.input-inline {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.label {
  background: #efefef;
  color: #666666;
  border-radius: .2rem;
  font-size: .95em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap; }
  .label.label-primary {
    background: #2480D7;
    color: #fff; }
  .label.label-success {
    background: #32b643;
    color: #fff; }
  .label.label-danger {
    background: #e85600;
    color: #fff; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    /* Default 16:9, you can calculate this value by dividing 9 by 16 */ }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .video-responsive video {
    height: auto;
    max-width: 100%;
    width: 100%; }

.video-responsive-4-3::before {
  padding-bottom: 75%;
  /* 4:3 */ }

.video-responsive-1-1::before {
  padding-bottom: 100%;
  /* 1:1 */ }

.figure {
  margin: 0 0 1rem 0; }
  .figure .figure-caption {
    color: #888;
    margin-top: 1rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  .container:before::after, .container:after::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 980px) {
  .grid-960 {
    width: 98rem; } }

@media screen and (min-width: 500px) {
  .grid-480 {
    width: 50rem; } }

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  -ms-flex: 1;
      flex: 1;
  padding: 1rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
    -ms-flex: none;
        flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

@media screen and (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    -ms-flex: none;
        flex: none; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    -ms-flex: none;
        flex: none; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    -ms-flex: none;
        flex: none; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    -ms-flex: none;
        flex: none; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    -ms-flex: none;
        flex: none; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; } }

.form-horizontal {
  padding: 1rem; }
  .form-horizontal .form-group {
    display: -ms-flexbox;
    display: flex; }
  .form-horizontal .form-label {
    padding: .8rem .4rem;
    margin-bottom: 0; }
  .form-horizontal .form-checkbox,
  .form-horizontal .form-radio {
    margin: .4rem 0; }

@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important; } }

@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important; } }

@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important; } }

.navbar {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .navbar .navbar-section {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0; }

.empty {
  background: #f8f8f8;
  border-radius: 0.2rem;
  text-align: center;
  padding: 4rem; }
  .empty .empty-title {
    font-size: 1.8rem;
    margin: 1.5rem 0 .5rem 0; }
  .empty .empty-meta {
    color: #888; }
  .empty .empty-action {
    margin-top: 1.5rem; }

.avatar {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem; }
  .avatar.avatar-xs {
    font-size: .8rem;
    height: 1.6rem;
    width: 1.6rem; }
  .avatar.avatar-sm {
    font-size: 1rem;
    height: 2.4rem;
    width: 2.4rem; }
  .avatar.avatar-lg {
    font-size: 2rem;
    height: 4.8rem;
    width: 4.8rem; }
  .avatar.avatar-xl {
    font-size: 2.6rem;
    height: 6.4rem;
    width: 6.4rem; }
  .avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99; }
  .avatar .avatar-icon {
    background: #fff;
    bottom: -.2em;
    height: 50%;
    padding: 5%;
    position: absolute;
    right: -.2em;
    width: 50%; }
  .avatar[data-initial]::after {
    color: currentColor;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }

.chip {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.2rem;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: .5rem 0; }
  .chip .chip-icon {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .chip .chip-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .chip .chip-content:not(:first-child) {
      padding-left: 1rem; }
    .chip .chip-content:not(:last-child) {
      padding-right: 1rem; }
  .chip .chip-action {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .chip .chip-title {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .chip .chip-meta {
    color: #b3b3b3;
    font-size: 1.2rem;
    line-height: 1.6rem; }

.chip-sm {
  -ms-flex-align: center;
      align-items: center;
  background: #efefef;
  border-radius: 0.2rem;
  color: #666;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  margin: .1rem .2rem .1rem 0;
  max-width: 100%;
  padding: .5rem .7rem;
  text-decoration: none;
  vertical-align: middle; }
  .chip-sm.selected {
    background: #2480D7;
    color: #fff; }
  .chip-sm .avatar {
    font-size: 1rem;
    height: 2rem;
    margin-right: .4rem;
    width: 2rem; }
  .chip-sm .btn-clear::before {
    color: currentColor;
    font-size: 1.6rem; }

.form-autocomplete {
  position: relative; }
  .form-autocomplete .form-autocomplete-input {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    background: #fff;
    border: 0.1rem solid #c5c5c5;
    border-radius: 0.2rem;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 3.6rem;
    outline: 0;
    padding: .1rem 0 .1rem .2rem;
    width: 100%; }
    .form-autocomplete .form-autocomplete-input .form-input {
      border-color: transparent;
      box-shadow: none;
      display: inline-block;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      padding: .3rem;
      width: auto; }

.tooltip {
  position: relative; }
  .tooltip::after {
    background: fade(#333, 90%);
    border-radius: 0.2rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 1.2rem;
    left: 50%;
    line-height: 1.6rem;
    max-width: 32rem;
    opacity: 0;
    overflow: hidden;
    padding: .6rem 1rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(-50%, 0);
    transition: all .216s ease;
    z-index: 99; }
  .tooltip:focus::after, .tooltip:hover::after {
    opacity: 1;
    transform: translate(-50%, -0.5rem); }
  .tooltip[disabled], .tooltip.disabled {
    pointer-events: auto; }
  .tooltip.tooltip-right::after {
    bottom: 50%;
    left: 100%;
    transform: translate(0, 50%); }
  .tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
    transform: translate(0.5rem, 50%); }
  .tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    transform: translate(-50%, 0); }
  .tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
    transform: translate(-50%, 0.5rem); }
  .tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    transform: translate(0, 50%); }
  .tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
    transform: translate(-0.5rem, 50%); }

.badge {
  position: relative; }
  .badge[data-badge]::after {
    background: #2480D7;
    background-clip: padding-box;
    border: .1rem solid #fff;
    border-radius: 1rem;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    font-size: 1.1rem;
    height: 1.8rem;
    line-height: 1.2rem;
    min-width: 1.8rem;
    padding: .2rem .5rem;
    text-align: center;
    transform: translate(-0.2rem, -0.8rem);
    white-space: nowrap; }

.toast {
  border: 0.1rem solid #333;
  border-radius: 0.2rem;
  color: #fff;
  display: block;
  padding: 1.4rem;
  background: fade(#333, 90%);
  border-color: #333;
  width: 100%; }
  .toast.toast-primary {
    background: fade(#2480D7, 90%);
    border-color: #2480D7; }
  .toast.toast-success {
    background: fade(#32b643, 90%);
    border-color: #32b643; }
  .toast.toast-danger {
    background: fade(#e85600, 90%);
    border-color: #e85600; }
  .toast a {
    color: #fff;
    text-decoration: underline; }
    .toast a:hover, .toast a:focus, .toast a:active {
      opacity: .75; }

.menu {
  background: #fff;
  border-radius: 0.2rem;
  display: block;
  margin: 0;
  min-width: 18rem;
  padding: .5rem;
  text-align: left;
  transform: translateY(0.5rem);
  z-index: 999; }
  .menu .menu-item {
    border-radius: 0.2rem;
    color: #333;
    display: block;
    line-height: 2.4rem;
    margin-top: .1rem;
    padding: .2rem .8rem;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .menu .menu-item a {
      border-radius: 0.2rem;
      color: inherit;
      display: block;
      margin: -.2rem -.8rem;
      padding: .2rem .8rem;
      text-decoration: none; }
      .menu .menu-item a:focus, .menu .menu-item a:hover {
        color: #2480D7; }
      .menu .menu-item a:active, .menu .menu-item a.active {
        background: #d0e4f7;
        color: #2073c1; }
  .menu .menu-header {
    color: #cccccc;
    display: block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 0;
    padding: .2rem .8rem; }
    .menu .menu-header .menu-header-text {
      background: #fff;
      display: inline-block;
      margin-left: -.6rem;
      padding: 0 .6rem;
      position: relative;
      z-index: 99; }
    .menu .menu-header::after {
      border-bottom: 0.1rem solid #efefef;
      content: "";
      display: block;
      height: .1rem;
      transform: translateY(-1rem);
      width: 100%; }

.dropdown {
  position: relative; }
  .dropdown .menu {
    animation: slide-down .216s;
    display: none;
    left: 0;
    position: absolute;
    top: 100%; }
  .dropdown.active .menu,
  .dropdown .dropdown-toggle:focus + .menu,
  .dropdown .menu:hover {
    display: block; }

.breadcrumb,
.tab,
.pagination {
  list-style: none;
  margin: .5rem 0; }

.breadcrumb {
  padding: 1.2rem; }
  .breadcrumb .breadcrumb-item {
    display: inline-block;
    margin: 0; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none; }
    .breadcrumb .breadcrumb-item:last-child,
    .breadcrumb .breadcrumb-item:last-child a {
      color: #333; }
    .breadcrumb .breadcrumb-item:not(:last-child)::after {
      color: #c5c5c5;
      content: "/";
      padding: 0 .4rem; }

.tab {
  border-bottom: 0.1rem solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tab .tab-item {
    margin-top: 0; }
    .tab .tab-item a {
      border-bottom: .2rem solid transparent;
      color: #333;
      display: block;
      margin-bottom: -.1rem;
      margin-top: 0;
      padding: .8rem 1rem;
      text-decoration: none; }
      .tab .tab-item a:focus, .tab .tab-item a:hover {
        color: #2480D7; }
    .tab .tab-item.active a,
    .tab .tab-item a.active {
      border-bottom-color: #2480D7;
      color: #2480D7; }
  .tab.tab-block .tab-item {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center; }
    .tab.tab-block .tab-item .badge[data-badge]::after {
      position: absolute;
      right: -1.4rem;
      top: 1rem;
      transform: translate(-50%, -1rem); }

.pagination .page-item {
  display: inline-block; }
  .pagination .page-item span {
    display: inline-block;
    padding: .6rem; }
  .pagination .page-item a {
    border-radius: 0.2rem;
    color: #333;
    display: inline-block;
    padding: .6rem .8rem;
    text-decoration: none; }
    .pagination .page-item a:focus, .pagination .page-item a:hover {
      color: #2480D7; }
  .pagination .page-item.active a {
    background: #2480D7;
    color: #fff; }

.modal {
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }
  .modal.active {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 1988; }
    .modal.active .modal-overlay {
      background: fade(#333, 50%);
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .modal.active .modal-container {
      animation: slide-down .216s; }

.modal-container {
  animation: slide-up .216s;
  background: #fff;
  border-radius: 0.2rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 1988; }
  .modal-container .modal-header {
    padding: 1.5rem; }
    .modal-container .modal-header .modal-title {
      font-size: 1.5rem;
      margin: 0; }
  .modal-container .modal-body {
    max-height: 50vh;
    overflow-y: auto;
    padding: 1.5rem;
    position: relative; }
  .modal-container .modal-footer {
    padding: 1.5rem;
    text-align: right; }

@media screen and (min-width: 640px) {
  .modal-container {
    width: 64rem; } }

@media screen and (min-width: 320px) {
  .modal-sm .modal-container {
    width: 32rem; } }

.card {
  background: #fff;
  border: 0.1rem solid #efefef;
  border-radius: 0.2rem;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 1.5rem; }
  .card .card-image {
    padding-top: 1.5rem; }
    .card .card-image:first-child {
      padding-top: 0; }
      .card .card-image:first-child img {
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem; }
    .card .card-image:last-child img {
      border-bottom-left-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem; }
  .card .card-title {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: .5rem;
    margin-top: 0; }
  .card .card-meta {
    color: #b3b3b3;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0; }
