/* line 1, vendor/assets/stylesheets/select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 8, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 16, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 25, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 32, vendor/assets/stylesheets/select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 37, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 45, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 51, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 58, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 73, vendor/assets/stylesheets/select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 79, vendor/assets/stylesheets/select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 91, vendor/assets/stylesheets/select2.scss */
.select2-results {
  display: block;
}

/* line 95, vendor/assets/stylesheets/select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 101, vendor/assets/stylesheets/select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 107, vendor/assets/stylesheets/select2.scss */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 112, vendor/assets/stylesheets/select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 116, vendor/assets/stylesheets/select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 122, vendor/assets/stylesheets/select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 129, vendor/assets/stylesheets/select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 133, vendor/assets/stylesheets/select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 138, vendor/assets/stylesheets/select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, vendor/assets/stylesheets/select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 148, vendor/assets/stylesheets/select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 166, vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 180, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 185, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 190, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 199, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 203, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 210, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 226, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 230, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 236, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 240, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 245, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 250, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 259, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 263, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 274, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 292, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 298, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 313, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 322, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 327, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 332, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 341, vendor/assets/stylesheets/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 348, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 354, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 359, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 366, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 373, vendor/assets/stylesheets/select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 380, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 384, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 392, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 397, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 400, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 404, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 408, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 412, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 416, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 420, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 430, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 434, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 438, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 442, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 447, vendor/assets/stylesheets/select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 455, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 466, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 470, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 475, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 483, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 487, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 504, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 520, vendor/assets/stylesheets/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 524, vendor/assets/stylesheets/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 536, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 539, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 543, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 550, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 561, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 573, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 582, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 586, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 590, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 600, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 606, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 617, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 625, vendor/assets/stylesheets/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 630, vendor/assets/stylesheets/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 635, vendor/assets/stylesheets/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 644, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 648, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 654, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 661, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 666, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 671, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 676, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 680, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 684, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 689, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 693, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 697, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

/* line 702, vendor/assets/stylesheets/select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 708, vendor/assets/stylesheets/select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.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%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.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%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.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%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.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%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px;line-height:1.5 \0}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px;line-height:1.33 \0}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#969696}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="0"]{color:#777;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
@font-face{font-family:'Glyphicons Halflings';src:url('/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot');src:url('/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix') format('embedded-opentype'),url('/assets/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff') format('woff'),url('/assets/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf') format('truetype'),url('/assets/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}
/*


  Static version of css will use Glyphicons sprites by default

*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

/* line 11, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-inline {
  width: 220px;
}

/* line 14, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 17, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 20, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 23, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

/* line 28, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 38, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 47, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 50, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 53, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 56, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 59, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 62, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 65, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

/* line 70, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 75, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 84, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 92, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 96, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

/* line 100, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 105, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

/* line 111, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

/* line 117, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

/* line 123, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 128, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 134, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.focus:active,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

/* line 144, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

/* line 156, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

/* line 159, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

/* line 164, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 169, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

/* line 175, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 180, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 186, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.focus:active,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

/* line 196, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 208, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today.focused {
  background: #ffc966;
}

/* line 211, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

/* line 216, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

/* line 222, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

/* line 228, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 233, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 239, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.focus:active,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

/* line 249, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

/* line 261, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

/* line 264, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

/* line 269, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 274, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

/* line 280, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 285, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 291, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.focus:active,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

/* line 301, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 313, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

/* line 316, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

/* line 321, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 326, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

/* line 332, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 337, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 343, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.focus:active,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

/* line 353, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 365, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

/* line 370, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 377, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

/* line 385, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 391, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 399, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.focus:active,
.datepicker table tr td.selected.highlighted.focus:active,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

/* line 415, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.focus[disabled],
.datepicker table tr td.selected.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

/* line 436, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 443, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 451, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 457, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 465, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 481, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.focus[disabled],
.datepicker table tr td.active.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 502, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 512, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

/* line 516, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

/* line 522, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 531, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active.focus:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 543, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 551, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 563, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:hover:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.active:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover:focus,
.datepicker table tr td span.active.focus:active,
.datepicker table tr td span.active.focus:hover:active,
.datepicker table tr td span.active.disabled.focus:active,
.datepicker table tr td span.active.disabled.focus:hover:active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active.focus:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active.focus:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 591, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active[disabled]:hover:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus:hover,
.datepicker table tr td span.active.focus[disabled],
.datepicker table tr td span.active.focus[disabled]:hover,
.datepicker table tr td span.active.disabled.focus[disabled],
.datepicker table tr td span.active.disabled.focus[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active.focus:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 630, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

/* line 634, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 637, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 643, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 649, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 653, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 659, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 662, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-daterange {
  width: 100%;
}

/* line 665, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-daterange input {
  text-align: center;
}

/* line 668, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 671, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 674, vendor/assets/stylesheets/bootstrap-datepicker/bootstrap-datepicker3.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 13, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.input-group.bootstrap-timepicker.timepicker input.form-control {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 19, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker {
  position: relative;
}

/* line 24, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 28, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 32, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 40, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 50, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 52, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 55, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 63, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 73, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 76, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 81, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 84, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 89, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 92, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 97, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 102, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 108, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 112, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 116, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 122, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 126, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 129, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 138, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 147, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

/* line 152, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
  border: none;
}

/* line 162, app/assets/stylesheets/bootstrap-timepicker.css.scss */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 167, app/assets/stylesheets/bootstrap-timepicker.css.scss */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 174, app/assets/stylesheets/bootstrap-timepicker.css.scss */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 177, app/assets/stylesheets/bootstrap-timepicker.css.scss */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/bootstrap3-datetimepicker/bootstrap-datetimepicker.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
/* line 3, vendor/assets/stylesheets/bootstrap-touchspin/jquery.bootstrap-touchspin.scss */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

/* line 10, vendor/assets/stylesheets/bootstrap-touchspin/jquery.bootstrap-touchspin.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

/* line 20, vendor/assets/stylesheets/bootstrap-touchspin/jquery.bootstrap-touchspin.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

/* line 25, vendor/assets/stylesheets/bootstrap-touchspin/jquery.bootstrap-touchspin.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}
/* line 1, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}

/* line 6, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container label {
  display: block;
}

/* line 10, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

/* line 16, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}

/* line 22, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

/* line 27, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 60%;
}

/* line 32, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 36, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 41, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 40%;
}

/* line 46, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}

/* line 56, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 66, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}

/* line 70, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}

/* line 75, vendor/assets/stylesheets/bootstrap-duallistbox/bootstrap-duallistbox.scss */
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.12.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* line 7, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse !important;
  border-radius: 1px;
}

/* line 14, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 8px;
}

/* line 23, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
  border-right: 2px solid transparent;
}

/* line 28, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
  border-right: none;
}

/* line 32, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 41, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container.table-no-bordered {
  border: 1px solid transparent;
}

/* line 45, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-footer,
.fixed-table-header {
  overflow: hidden;
}

/* line 50, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-footer {
  border-top: 1px solid #dddddd;
}

/* line 54, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

/* line 60, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container table {
  width: 100%;
}

/* line 64, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #dddddd;
}

/* line 71, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th:focus {
  outline: 0 solid transparent;
}

/* line 75, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th:first-child:not([data-not-first-th]) {
  border-left: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 82, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 92, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}

/* line 99, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

/* line 103, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

/* line 107, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}

/* line 111, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container th.detail {
  width: 30px;
}

/* line 115, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container tbody td {
  border-left: 1px solid #dddddd;
}

/* line 119, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container tbody tr:first-child td {
  border-top: none;
}

/* line 123, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container tbody td:first-child {
  border-left: none;
}

/* the same color with .active */
/* line 128, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container tbody .selected td {
  background-color: #f5f5f5;
}

/* line 132, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container .bs-checkbox {
  text-align: center;
}

/* line 136, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
  margin: 0 auto !important;
}

/* line 141, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-container .no-records-found {
  text-align: center;
}

/* line 145, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 151, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}

/* line 155, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}

/* line 160, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

/* line 165, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 171, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0;
}

/* line 175, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination .page-list {
  display: inline-block;
}

/* line 179, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

/* line 183, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

/* line 187, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
}

/* line 195, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px;
}

/* line 204, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

/* line 209, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center;
}

/* line 221, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-body .card-view .title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}

/* support bootstrap 2 */
/* line 229, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-body thead th .th-inner {
  box-sizing: border-box;
}

/* line 233, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.table th, .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 238, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
}

/* line 244, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

/* line 249, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0;
}

/* line 253, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 258, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 263, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

/* support bootstrap 3 */
/* line 269, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0;
}

/* line 274, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important;
}

/* line 278, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .fixed-table-footer .table {
  border-bottom: none;
  border-radius: 0;
  padding: 0 !important;
}

/* line 284, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.bootstrap-table .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* calculate scrollbar width */
/* line 290, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

/* line 295, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

/* for get correct heights  */
/* line 305, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
  content: "";
  display: block;
  clear: both;
}

/* line 311, vendor/assets/stylesheets/bootstrap-table/bootstrap-table.scss */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #FFF;
}
/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor {
  display: block;
  border: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor > .md-header {
  margin: 0;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor .md-controls {
  float: right;
  padding: 3px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor .md-controls .md-control:hover {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-editor .md-fullscreen-controls {
  display: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown/bootstrap-markdown.min.scss */
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
/* line 10, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}

/* line 17, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 30, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 39, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 48, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 60, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}

/* line 63, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}

/* line 67, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

/* line 72, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

/* line 81, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 87, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker:after {
  clear: both;
}

/* line 90, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 101, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 111, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker div {
  position: relative;
}

/* line 114, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

/* line 117, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

/* line 120, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}

/* line 127, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-color div {
  height: 10px;
}

/* line 130, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

/* line 136, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

/* line 142, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-selectors i + i {
  margin-left: 3px;
}

/* line 145, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

/* line 153, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

/* line 159, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

/* line 164, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

/* line 167, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

/* line 170, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

/* line 179, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

/* line 191, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}

/* line 194, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}

/* line 197, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-right:before {
  left: auto;
  right: 6px;
}

/* line 201, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-right:after {
  left: auto;
  right: 7px;
}

/* line 205, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

/* line 209, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

/* line 213, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

/* line 220, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

/* line 227, vendor/assets/stylesheets/bootstrap-colorpicker/bootstrap-colorpicker.scss */
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/* line 4, ../../src/sass/messenger.sass */
@import url("//fonts.googleapis.com/css?family=Raleway:400");
@import url("//fonts.googleapis.com/css?family=Raleway:400");
/* line 2, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger {
  margin: 0;
  padding: 0;
}

/* line 8, ../../src/sass/messenger.sass */
/* line 7, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 14, ../../src/sass/messenger.sass */
/* line 13, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-empty {
  display: none;
}

/* line 17, ../../src/sass/messenger.sass */
/* line 17, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message {
  overflow: hidden;
  *zoom: 1;
}

/* line 20, ../../src/sass/messenger.sass */
/* line 22, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message.messenger-hidden {
  display: none;
}

/* line 23, ../../src/sass/messenger.sass */
/* line 26, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a {
  padding-right: 5px;
}

/* line 26, ../../src/sass/messenger.sass */
/* line 30, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message .messenger-actions {
  float: right;
}

/* line 29, ../../src/sass/messenger.sass */
/* line 34, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message .messenger-actions a {
  cursor: pointer;
  text-decoration: underline;
}

/* line 33, ../../src/sass/messenger.sass */
/* line 39, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-message ul, ul.messenger .messenger-message ol {
  margin: 10px 18px 0;
}

/* line 36, ../../src/sass/messenger.sass */
/* line 43, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed {
  position: fixed;
  z-index: 10000;
}

/* line 40, ../../src/sass/messenger.sass */
/* line 48, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed .messenger-message {
  min-width: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 45, ../../src/sass/messenger.sass */
/* line 55, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed .message .messenger-actions {
  float: left;
}

/* line 48, ../../src/sass/messenger.sass */
/* line 59, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-top {
  top: 20px;
}

/* line 51, ../../src/sass/messenger.sass */
/* line 63, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 20px;
}

/* line 54, ../../src/sass/messenger.sass */
/* line 67, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
  left: 50%;
  width: 800px;
  margin-left: -400px;
}

@media (max-width: 960px) {
  /* line 54, ../../src/sass/messenger.sass */
  /* line 74, vendor/assets/stylesheets/messenger/messenger.scss */
  ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 10%;
    width: 80%;
    margin-left: 0px;
  }
}

/* line 64, ../../src/sass/messenger.sass */
/* line 81, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 20px;
  left: auto;
}

/* line 68, ../../src/sass/messenger.sass */
/* line 86, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
  left: 20px;
  margin-left: 0px;
}

/* line 72, ../../src/sass/messenger.sass */
/* line 91, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
  width: 350px;
}

/* line 75, ../../src/sass/messenger.sass */
/* line 95, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
  float: left;
}

/* line 78, ../../src/sass/messenger.sass */
/* line 99, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-spinner {
  display: none;
}

/* line 81, ../../src/sass/messenger.sass */
/* line 103, vendor/assets/stylesheets/messenger/messenger.scss */
ul.messenger .messenger-clickable {
  cursor: pointer;
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 118, ../../src/sass/messenger-spinner.scss */
/* line 104, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner {
  position: relative;
  border-radius: 100%;
}

/* line 122, ../../src/sass/messenger-spinner.scss */
/* line 109, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
  display: block;
}

/* line 126, ../../src/sass/messenger-spinner.scss */
/* line 113, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 132, ../../src/sass/messenger-spinner.scss */
/* line 120, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 142, ../../src/sass/messenger-spinner.scss */
/* line 133, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side-left {
  left: 0;
}

/* line 145, ../../src/sass/messenger-spinner.scss */
/* line 137, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-animation-name: ui-spinner-rotate-left;
  -webkit-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -moz-transform-origin: 0 50% 50%;
  -ms-transform-origin: 0 50% 50%;
  -webkit-transform-origin: 0 50% 50%;
  transform-origin: 0 50% 50%;
}

/* line 154, ../../src/sass/messenger-spinner.scss */
/* line 150, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side-right {
  left: 50%;
}

/* line 157, ../../src/sass/messenger-spinner.scss */
/* line 154, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-animation-name: ui-spinner-rotate-right;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
}

/* line 15, ../../src/sass/messenger-theme-future.sass */
/* line 168, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future {
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.24), 0px 1px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.24), 0px 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.24), 0px 1px 5px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNWI1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5b5b), color-stop(100%, #353535));
  background-image: -moz-linear-gradient(#5c5b5b, #353535);
  background-image: -webkit-linear-gradient(#5c5b5b, #353535);
  background-image: linear-gradient(#5c5b5b, #353535);
  background-color: #5c5b5b;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 23, ../../src/sass/messenger-theme-future.sass */
/* line 189, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message {
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background: transparent;
  color: #f0f0f0;
  text-shadow: 0px 1px #111;
  font-weight: 500;
  padding: 10px 30px 13px 65px;
}

/* line 36, ../../src/sass/messenger-theme-future.sass */
/* line 207, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message a {
  color: #5599ff;
}

/* line 39, ../../src/sass/messenger-theme-future.sass */
/* line 211, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  text-shadow: 0px 1px #000;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 56, ../../src/sass/messenger-theme-future.sass */
/* line 229, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-close:hover {
  color: #bbb;
}

/* line 59, ../../src/sass/messenger-theme-future.sass */
/* line 233, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-close:active {
  color: #777;
}

/* line 62, ../../src/sass/messenger-theme-future.sass */
/* line 237, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-actions {
  float: none;
  margin-top: 10px;
}

/* line 66, ../../src/sass/messenger-theme-future.sass */
/* line 242, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-actions a {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color: #aaa;
  text-shadow: 0px 1px #222;
  margin-right: 10px;
  padding: 3px 10px 5px;
  text-transform: capitalize;
}

/* line 78, ../../src/sass/messenger-theme-future.sass */
/* line 259, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-actions a:hover {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.2);
  color: #f0f0f0;
}

/* line 82, ../../src/sass/messenger-theme-future.sass */
/* line 266, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-actions a:active {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.28), inset 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.28), inset 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.28), inset 0px 1px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
  color: #aaa;
}

/* line 87, ../../src/sass/messenger-theme-future.sass */
/* line 274, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-actions .messenger-phrase {
  display: none;
}

/* line 90, ../../src/sass/messenger-theme-future.sass */
/* line 278, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message .messenger-message-inner:before {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  display: block;
  content: " ";
  top: 50%;
  margin-top: -8px;
  height: 13px;
  width: 13px;
  z-index: 20;
}

/* line 103, ../../src/sass/messenger-theme-future.sass */
/* line 296, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-success .messenger-message-inner:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmY2E0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5OGQzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5fca4a), color-stop(100%, #098d38));
  background-image: -moz-linear-gradient(top, #5fca4a, #098d38);
  background-image: -webkit-linear-gradient(top, #5fca4a, #098d38);
  background-image: linear-gradient(to bottom, #5fca4a, #098d38);
  background-color: #5fca4a;
}

/* line 107, ../../src/sass/messenger-theme-future.sass */
/* line 306, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-info .messenger-message-inner:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYzRiOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5OTJhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #61c4b8), color-stop(100%, #1992a3));
  background-image: -moz-linear-gradient(top, #61c4b8, #1992a3);
  background-image: -webkit-linear-gradient(top, #61c4b8, #1992a3);
  background-image: linear-gradient(to bottom, #61c4b8, #1992a3);
  background-color: #61c4b8;
}

/* line 113, ../../src/sass/messenger-theme-future.sass */
/* line 316, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error .messenger-message-inner:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNmE0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxMzYxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd6a45), color-stop(100%, #91361a));
  background-image: -moz-linear-gradient(top, #dd6a45, #91361a);
  background-image: -webkit-linear-gradient(top, #dd6a45, #91361a);
  background-image: linear-gradient(to bottom, #dd6a45, #91361a);
  background-color: #dd6a45;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 326, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 332, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 340, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
  content: "";
  background: #333;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 352, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 358, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 600s;
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 366, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
  content: "";
  background: #333;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 125, ../../src/sass/messenger-theme-future.sass */
/* line 378, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message-slot.messenger-last .messenger-message {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0px 0px;
}

/* line 128, ../../src/sass/messenger-theme-future.sass */
/* line 384, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message-slot.messenger-first .messenger-message {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
}

/* line 132, ../../src/sass/messenger-theme-future.sass */
/* line 393, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-message-slot.messenger-first.messenger-last .messenger-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
}

/* line 136, ../../src/sass/messenger-theme-future.sass */
/* line 402, vendor/assets/stylesheets/messenger/messenger-theme-future.scss */
ul.messenger-theme-future .messenger-spinner {
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -18px;
  z-index: 999;
  height: 32px;
  width: 32px;
  z-index: 10;
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 118, ../../src/sass/messenger-spinner.scss */
/* line 104, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner {
  position: relative;
  border-radius: 100%;
}

/* line 122, ../../src/sass/messenger-spinner.scss */
/* line 109, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
  display: block;
}

/* line 126, ../../src/sass/messenger-spinner.scss */
/* line 113, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 132, ../../src/sass/messenger-spinner.scss */
/* line 120, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 142, ../../src/sass/messenger-spinner.scss */
/* line 133, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-left {
  left: 0;
}

/* line 145, ../../src/sass/messenger-spinner.scss */
/* line 137, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-animation-name: ui-spinner-rotate-left;
  -webkit-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -moz-transform-origin: 0 50% 50%;
  -ms-transform-origin: 0 50% 50%;
  -webkit-transform-origin: 0 50% 50%;
  transform-origin: 0 50% 50%;
}

/* line 154, ../../src/sass/messenger-spinner.scss */
/* line 150, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-right {
  left: 50%;
}

/* line 157, ../../src/sass/messenger-spinner.scss */
/* line 154, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-animation-name: ui-spinner-rotate-right;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
}

/* line 15, ../../src/sass/messenger-theme-flat.sass */
/* line 168, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #404040;
}

/* line 20, ../../src/sass/messenger-theme-flat.sass */
/* line 179, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat.messenger-empty {
  display: none;
}

/* line 23, ../../src/sass/messenger-theme-flat.sass */
/* line 183, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message {
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background: transparent;
  color: #f0f0f0;
  font-weight: 500;
  padding: 10px 30px 13px 65px;
}

/* line 35, ../../src/sass/messenger-theme-flat.sass */
/* line 200, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 51, ../../src/sass/messenger-theme-flat.sass */
/* line 217, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close:hover {
  color: #bbb;
}

/* line 54, ../../src/sass/messenger-theme-flat.sass */
/* line 221, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close:active {
  color: #777;
}

/* line 57, ../../src/sass/messenger-theme-flat.sass */
/* line 225, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions {
  float: none;
  margin-top: 10px;
}

/* line 61, ../../src/sass/messenger-theme-flat.sass */
/* line 230, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #aaa;
  background: #2e2e2e;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  padding: 4px 11px 6px;
  text-transform: capitalize;
}

/* line 72, ../../src/sass/messenger-theme-flat.sass */
/* line 244, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a:hover {
  color: #f0f0f0;
  background: #2e2e2e;
}

/* line 76, ../../src/sass/messenger-theme-flat.sass */
/* line 249, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a:active {
  background: #292929;
  color: #aaa;
}

/* line 80, ../../src/sass/messenger-theme-flat.sass */
/* line 254, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions .messenger-phrase {
  display: none;
}

/* line 83, ../../src/sass/messenger-theme-flat.sass */
/* line 258, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-message-inner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  display: block;
  content: " ";
  top: 50%;
  margin-top: -8px;
  height: 13px;
  width: 13px;
  z-index: 20;
}

/* line 95, ../../src/sass/messenger-theme-flat.sass */
/* line 273, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-success .messenger-message-inner:before {
  background: #5fca4a;
}

/* line 98, ../../src/sass/messenger-theme-flat.sass */
/* line 277, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:before {
  background: #61c4b8;
}

/* line 103, ../../src/sass/messenger-theme-flat.sass */
/* line 281, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error .messenger-message-inner:before {
  background: #dd6a45;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 285, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 291, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 299, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
  content: "";
  background: #292929;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 311, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 317, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 600s;
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 325, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
  content: "";
  background: #292929;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 114, ../../src/sass/messenger-theme-flat.sass */
/* line 337, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-last .messenger-message {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0px 0px;
  -moz-box-shadow: inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 48px 0px 0px #292929;
  box-shadow: inset 48px 0px 0px #292929;
}

/* line 118, ../../src/sass/messenger-theme-flat.sass */
/* line 346, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-first .messenger-message {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
}

/* line 122, ../../src/sass/messenger-theme-flat.sass */
/* line 355, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .messenger-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 48px 0px 0px #292929;
  box-shadow: inset 48px 0px 0px #292929;
}

/* line 126, ../../src/sass/messenger-theme-flat.sass */
/* line 364, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-spinner {
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -18px;
  z-index: 999;
  height: 32px;
  width: 32px;
  z-index: 10;
}

/* line 4, ../../src/sass/messenger-theme-block.sass */
/* line 2, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed {
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0px;
}

/* line 10, ../../src/sass/messenger-theme-block.sass */
/* line 9, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  top: auto;
  bottom: 0;
}

/* line 14, ../../src/sass/messenger-theme-block.sass */
/* line 14, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top {
  top: 0px;
  bottom: auto;
}

/* line 18, ../../src/sass/messenger-theme-block.sass */
/* line 19, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  left: 0px;
  right: 0px;
}

/* line 22, ../../src/sass/messenger-theme-block.sass */
/* line 24, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  width: 350px;
}

/* line 25, ../../src/sass/messenger-theme-block.sass */
/* line 28, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  right: auto;
}

/* line 28, ../../src/sass/messenger-theme-block.sass */
/* line 32, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right {
  left: auto;
}

/* line 31, ../../src/sass/messenger-theme-block.sass */
/* line 36, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message-slot {
  max-width: none;
}

/* line 34, ../../src/sass/messenger-theme-block.sass */
/* line 40, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 1em;
}

/* line 41, ../../src/sass/messenger-theme-block.sass */
/* line 48, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 46, ../../src/sass/messenger-theme-block.sass */
/* line 54, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-error, ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 51, ../../src/sass/messenger-theme-block.sass */
/* line 60, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 56, ../../src/sass/messenger-theme-block.sass */
/* line 66, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 61, ../../src/sass/messenger-theme-block.sass */
/* line 72, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  position: relative;
  top: -13px;
  left: 11px;
  font-size: 22px;
}

/* line 75, ../../src/sass/messenger-theme-block.sass */
/* line 88, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 78, ../../src/sass/messenger-theme-block.sass */
/* line 93, vendor/assets/stylesheets/messenger/messenger-theme-block.scss */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 118, ../../src/sass/messenger-spinner.scss */
/* line 105, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner {
  position: relative;
  border-radius: 100%;
}

/* line 122, ../../src/sass/messenger-spinner.scss */
/* line 110, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
  display: block;
}

/* line 126, ../../src/sass/messenger-spinner.scss */
/* line 114, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 132, ../../src/sass/messenger-spinner.scss */
/* line 121, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 142, ../../src/sass/messenger-spinner.scss */
/* line 134, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side-left {
  left: 0;
}

/* line 145, ../../src/sass/messenger-spinner.scss */
/* line 138, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-animation-name: ui-spinner-rotate-left;
  -webkit-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -moz-transform-origin: 0 50% 50%;
  -ms-transform-origin: 0 50% 50%;
  -webkit-transform-origin: 0 50% 50%;
  transform-origin: 0 50% 50%;
}

/* line 154, ../../src/sass/messenger-spinner.scss */
/* line 151, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side-right {
  left: 50%;
}

/* line 157, ../../src/sass/messenger-spinner.scss */
/* line 155, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-animation-name: ui-spinner-rotate-right;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
}

/* line 16, ../../src/sass/messenger-theme-air.sass */
/* line 169, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Raleway", sans-serif;
}

/* line 20, ../../src/sass/messenger-theme-air.sass */
/* line 177, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message {
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 0 1px #fff, inset 0 2px #fff, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 2px #fff, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px #fff, inset 0 2px #fff, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.2);
  border: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-bottom: 1em;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 10px 30px 11px 46px;
}

/* line 33, ../../src/sass/messenger-theme-air.sass */
/* line 198, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message:hover {
  background-color: white;
}

/* line 36, ../../src/sass/messenger-theme-air.sass */
/* line 202, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 52, ../../src/sass/messenger-theme-air.sass */
/* line 219, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-close:hover {
  color: #444;
}

/* line 55, ../../src/sass/messenger-theme-air.sass */
/* line 223, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-close:active {
  color: #222;
}

/* line 58, ../../src/sass/messenger-theme-air.sass */
/* line 227, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-actions {
  float: none;
  margin-top: 10px;
}

/* line 62, ../../src/sass/messenger-theme-air.sass */
/* line 232, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-actions a {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color: #888;
  margin-right: 10px;
  padding: 3px 10px 5px;
  text-transform: capitalize;
}

/* line 73, ../../src/sass/messenger-theme-air.sass */
/* line 248, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-actions a:hover {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15);
  color: #444;
}

/* line 77, ../../src/sass/messenger-theme-air.sass */
/* line 255, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-actions a:active {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18), inset 0px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18), inset 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18), inset 0px 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.04);
  color: #444;
}

/* line 82, ../../src/sass/messenger-theme-air.sass */
/* line 263, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-actions .messenger-phrase {
  display: none;
}

/* line 85, ../../src/sass/messenger-theme-air.sass */
/* line 267, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message .messenger-message-inner:before {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  display: block;
  content: " ";
  top: 50%;
  margin-top: -8px;
  height: 13px;
  width: 13px;
  z-index: 20;
}

/* line 99, ../../src/sass/messenger-theme-air.sass */
/* line 285, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-success .messenger-message-inner:before {
  background-color: #5fca4a;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 289, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
  width: 24px;
  height: 24px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 295, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 303, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  display: block;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 315, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
  width: 24px;
  height: 24px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 321, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 600s;
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 329, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  display: block;
}

/* line 109, ../../src/sass/messenger-theme-air.sass */
/* line 341, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-error .messenger-message-inner:before {
  background-color: #dd6a45;
}

/* line 113, ../../src/sass/messenger-theme-air.sass */
/* line 345, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-message.alert-info .messenger-message-inner:before {
  background-color: #61c4b8;
}

/* line 116, ../../src/sass/messenger-theme-air.sass */
/* line 349, vendor/assets/stylesheets/messenger/messenger-theme-air.scss */
ul.messenger-theme-air .messenger-spinner {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -13px;
  z-index: 999;
  height: 24px;
  width: 24px;
  z-index: 10;
}

/* line 12, ../../src/sass/messenger-theme-ice.sass */
/* line 3, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Raleway", sans-serif;
}

/* line 16, ../../src/sass/messenger-theme-ice.sass */
/* line 11, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaa, 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaa, 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 4px #aaa, 0 5px rgba(0, 0, 0, 0.05);
  border: 0px;
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: 1.5em;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 12px 22px;
}

/* line 28, ../../src/sass/messenger-theme-ice.sass */
/* line 28, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 44, ../../src/sass/messenger-theme-ice.sass */
/* line 45, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-close:hover {
  color: #444;
}

/* line 47, ../../src/sass/messenger-theme-ice.sass */
/* line 49, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-close:active {
  color: #222;
}

/* line 50, ../../src/sass/messenger-theme-ice.sass */
/* line 53, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-actions {
  float: none;
  margin-top: 10px;
}

/* line 54, ../../src/sass/messenger-theme-ice.sass */
/* line 58, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-actions a {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.05);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color: #888;
  margin-right: 10px;
  padding: 3px 10px 5px;
  text-transform: capitalize;
}

/* line 66, ../../src/sass/messenger-theme-ice.sass */
/* line 75, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-actions a:hover, ul.messenger-theme-ice .messenger-message .messenger-actions a:active {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaa;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaa;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 2px #aaa;
  color: #444;
}

/* line 70, ../../src/sass/messenger-theme-ice.sass */
/* line 82, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-actions a:active {
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaa;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaa;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px rgba(255, 255, 255, 0.15), 0 1px #aaa;
  top: 1px;
}

/* line 74, ../../src/sass/messenger-theme-ice.sass */
/* line 89, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-actions .messenger-phrase {
  display: none;
}

/* line 77, ../../src/sass/messenger-theme-ice.sass */
/* line 93, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message .messenger-message-inner:before {
  display: block;
  z-index: 20;
  font-weight: bold;
  margin-bottom: 2px;
}

/* line 84, ../../src/sass/messenger-theme-ice.sass */
/* line 100, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message.alert-success .messenger-message-inner:before {
  content: "Success";
}

/* line 88, ../../src/sass/messenger-theme-ice.sass */
/* line 104, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message.alert-error .messenger-message-inner:before {
  content: "Error";
}

/* line 92, ../../src/sass/messenger-theme-ice.sass */
/* line 108, vendor/assets/stylesheets/messenger/messenger-theme-ice.scss */
ul.messenger-theme-ice .messenger-message.alert-info .messenger-message-inner:before {
  content: "Information";
}
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 118, ../../src/sass/messenger-spinner.scss */
/* line 104, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner {
  position: relative;
  border-radius: 100%;
}

/* line 122, ../../src/sass/messenger-spinner.scss */
/* line 109, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
  display: block;
}

/* line 126, ../../src/sass/messenger-spinner.scss */
/* line 113, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 132, ../../src/sass/messenger-spinner.scss */
/* line 120, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 142, ../../src/sass/messenger-spinner.scss */
/* line 133, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-left {
  left: 0;
}

/* line 145, ../../src/sass/messenger-spinner.scss */
/* line 137, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-animation-name: ui-spinner-rotate-left;
  -webkit-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -moz-transform-origin: 0 50% 50%;
  -ms-transform-origin: 0 50% 50%;
  -webkit-transform-origin: 0 50% 50%;
  transform-origin: 0 50% 50%;
}

/* line 154, ../../src/sass/messenger-spinner.scss */
/* line 150, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-right {
  left: 50%;
}

/* line 157, ../../src/sass/messenger-spinner.scss */
/* line 154, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-animation-name: ui-spinner-rotate-right;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
}

/* line 15, ../../src/sass/messenger-theme-flat.sass */
/* line 168, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #404040;
}

/* line 20, ../../src/sass/messenger-theme-flat.sass */
/* line 179, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat.messenger-empty {
  display: none;
}

/* line 23, ../../src/sass/messenger-theme-flat.sass */
/* line 183, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message {
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background: transparent;
  color: #f0f0f0;
  font-weight: 500;
  padding: 10px 30px 13px 65px;
}

/* line 35, ../../src/sass/messenger-theme-flat.sass */
/* line 200, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  opacity: 1;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 7px 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 51, ../../src/sass/messenger-theme-flat.sass */
/* line 217, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close:hover {
  color: #bbb;
}

/* line 54, ../../src/sass/messenger-theme-flat.sass */
/* line 221, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-close:active {
  color: #777;
}

/* line 57, ../../src/sass/messenger-theme-flat.sass */
/* line 225, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions {
  float: none;
  margin-top: 10px;
}

/* line 61, ../../src/sass/messenger-theme-flat.sass */
/* line 230, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #aaa;
  background: #2e2e2e;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  padding: 4px 11px 6px;
  text-transform: capitalize;
}

/* line 72, ../../src/sass/messenger-theme-flat.sass */
/* line 244, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a:hover {
  color: #f0f0f0;
  background: #2e2e2e;
}

/* line 76, ../../src/sass/messenger-theme-flat.sass */
/* line 249, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions a:active {
  background: #292929;
  color: #aaa;
}

/* line 80, ../../src/sass/messenger-theme-flat.sass */
/* line 254, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-actions .messenger-phrase {
  display: none;
}

/* line 83, ../../src/sass/messenger-theme-flat.sass */
/* line 258, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message .messenger-message-inner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  display: block;
  content: " ";
  top: 50%;
  margin-top: -8px;
  height: 13px;
  width: 13px;
  z-index: 20;
}

/* line 95, ../../src/sass/messenger-theme-flat.sass */
/* line 273, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-success .messenger-message-inner:before {
  background: #5fca4a;
}

/* line 98, ../../src/sass/messenger-theme-flat.sass */
/* line 277, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:before {
  background: #61c4b8;
}

/* line 103, ../../src/sass/messenger-theme-flat.sass */
/* line 281, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error .messenger-message-inner:before {
  background: #dd6a45;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 285, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 291, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 299, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
  content: "";
  background: #292929;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 34, ../../src/sass/messenger-spinner.scss */
/* line 311, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
  width: 32px;
  height: 32px;
  background: transparent;
}

/* line 39, ../../src/sass/messenger-spinner.scss */
/* line 317, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
  background: #dd6a45;
  -moz-animation-duration: 600s;
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
  opacity: 1;
}

/* line 47, ../../src/sass/messenger-spinner.scss */
/* line 325, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
  content: "";
  background: #292929;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
}

/* line 114, ../../src/sass/messenger-theme-flat.sass */
/* line 337, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-last .messenger-message {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0px 0px;
  -moz-box-shadow: inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 48px 0px 0px #292929;
  box-shadow: inset 48px 0px 0px #292929;
}

/* line 118, ../../src/sass/messenger-theme-flat.sass */
/* line 346, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-first .messenger-message {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 48px 0px 0px #292929;
}

/* line 122, ../../src/sass/messenger-theme-flat.sass */
/* line 355, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .messenger-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 48px 0px 0px #292929;
  -webkit-box-shadow: inset 48px 0px 0px #292929;
  box-shadow: inset 48px 0px 0px #292929;
}

/* line 126, ../../src/sass/messenger-theme-flat.sass */
/* line 364, vendor/assets/stylesheets/messenger/messenger-theme-flat.scss */
ul.messenger-theme-flat .messenger-spinner {
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -18px;
  z-index: 999;
  height: 32px;
  width: 32px;
  z-index: 10;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 51, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 58, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 66, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 76, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 93, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 101, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 106, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 112, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 119, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 122, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 128, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 132, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 139, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 145, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 148, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 153, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 162, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 166, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 184, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 193, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 201, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 206, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 214, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 223, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 233, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 238, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 242, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 247, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 251, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 259, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 262, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 265, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 268, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 271, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 274, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 277, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 282, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 288, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 292, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 297, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 304, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 312, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 315, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 320, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 324, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 331, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 335, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 338, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 341, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 344, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 347, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 356, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 361, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 365, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 369, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 375, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 381, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 385, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 392, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 400, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 408, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 413, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 416, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 419, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 423, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 426, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 429, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 432, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 436, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 439, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 446, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 449, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 453, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 457, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 461, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 465, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 468, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 471, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 475, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 482, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 490, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 497, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 501, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 509, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 518, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 525, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 532, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 535, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 539, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 543, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 547, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 551, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 555, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 562, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 566, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 570, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 574, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 578, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 581, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 585, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 588, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 595, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 599, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 606, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 613, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 620, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 627, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 634, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 641, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 648, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 655, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 660, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 664, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 670, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 673, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 677, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 682, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 690, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 695, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 704, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 707, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 713, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 718, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 722, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 726, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 735, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 745, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 750, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 753, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 757, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 761, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 764, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 768, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 772, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 777, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 781, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 784, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 787, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 791, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 798, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 808, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 822, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 827, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 830, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 833, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 837, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 841, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 851, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 856, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 860, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 865, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 868, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 874, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 880, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 885, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 889, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 892, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 899, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 902, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 907, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 910, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 916, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 922, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 936, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 946, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 959, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 973, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 976, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 987, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 992, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 1001, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 1008, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 1012, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 1017, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 1024, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 1029, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 1034, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 1039, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 1046, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 1053, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 1061, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1065, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_444444_256x240-a6fd9572f59699a492ed5c0d2b0a2c7fa9b82570389c9781d88605975666677e.png);
}

/* line 1069, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_444444_256x240-a6fd9572f59699a492ed5c0d2b0a2c7fa9b82570389c9781d88605975666677e.png);
}

/* line 1072, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_555555_256x240-912e2f895c45193b73eaed203f10bdb8bc76ee4e1d05ca9570381defdc684cb0.png);
}

/* line 1078, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_ffffff_256x240-12a307d561cebb58ac2c7fb532bab205b5c5937a4f29685713e4df41be06dae5.png);
}

/* line 1082, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_777620_256x240-b53ee727ddfb0d736bc4c456c2307d43276e6e91f8f689e0f29464bd529662a2.png);
}

/* line 1086, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_cc0000_256x240-81eb3cddb00ff6fc7caf8d18fea4b645277e9c2bfe4ab70758aaf4eb17538730.png);
}

/* line 1090, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/themes/base/images/ui-icons_777777_256x240-a179741ec9fc6cdb33078e535e3a66e9ba753c85c80398c23a2dadd878b2c7e2.png);
}

/* positioning */
/* line 1095, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1096, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1097, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1098, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1099, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1100, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1101, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1102, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1103, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1104, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1105, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1106, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1107, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1108, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1109, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1110, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1111, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1112, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1113, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1114, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1115, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1116, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1117, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1118, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1119, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1120, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1121, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1122, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1123, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1124, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1125, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1126, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1127, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1128, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1129, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1130, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1131, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1132, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1133, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1134, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1135, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1136, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1137, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1138, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1139, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1140, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1141, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1142, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1143, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1144, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1145, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1146, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1147, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1148, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1149, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1150, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1151, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1152, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1153, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1154, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1155, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1156, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1157, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1158, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1159, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1160, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1161, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1162, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1163, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1164, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1165, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1166, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1167, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1168, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1169, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1170, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1171, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1172, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1173, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1174, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1175, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1176, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1177, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1178, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1179, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1180, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1181, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1182, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1183, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1184, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1185, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1186, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1187, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1188, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1189, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1190, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1191, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1192, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1193, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1194, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1195, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1196, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1197, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1198, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1199, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1200, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1201, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1202, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1203, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1204, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1205, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1206, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1207, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1208, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1209, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1210, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1211, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1212, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1213, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1214, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1215, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1216, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1217, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1218, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1219, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1220, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1221, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1222, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1223, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1224, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1225, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1226, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1227, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1228, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1229, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1230, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1231, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1233, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1234, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1235, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1236, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1237, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1238, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1239, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1240, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1241, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1242, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1243, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1244, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1245, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1246, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1247, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1248, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1249, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1250, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1251, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1252, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1253, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1254, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1255, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1256, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1257, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1258, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1259, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1260, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1261, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1262, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1263, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1264, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1265, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1266, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1267, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1268, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1269, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1270, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1277, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 1283, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 1289, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 1295, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 1303, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1308, vendor/assets/stylesheets/jquery-ui/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@charset "UTF-8";
/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.6.2
 *
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/* line 1, app/assets/stylesheets/inspinia/base/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

/* line 5, app/assets/stylesheets/inspinia/base/typography.scss */
h1 {
  font-size: 30px;
}

/* line 9, app/assets/stylesheets/inspinia/base/typography.scss */
h2 {
  font-size: 24px;
}

/* line 13, app/assets/stylesheets/inspinia/base/typography.scss */
h3 {
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/inspinia/base/typography.scss */
h4 {
  font-size: 14px;
}

/* line 21, app/assets/stylesheets/inspinia/base/typography.scss */
h5 {
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/inspinia/base/typography.scss */
h6 {
  font-size: 10px;
}

/* line 29, app/assets/stylesheets/inspinia/base/typography.scss */
h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
}

/* line 7, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.navbar-right > li > a {
  color: #999c9e;
}

/* line 11, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav > li.active > a {
  color: #ffffff;
}

/* line 15, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}

/* line 20, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #fff;
}

/* line 24, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}

/* line 28, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav > li > a i {
  margin-right: 6px;
}

/* line 32, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar {
  border: 0;
}

/* line 36, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default {
  background-color: transparent;
  border-color: #2F4050;
}

/* line 41, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links li {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links li:last-child {
  margin-right: 40px;
}

/* line 49, app/assets/stylesheets/inspinia/base/navigation.scss */
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}

/* line 53, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

/* line 58, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}

/* line 74, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}

/* line 83, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #008de7;
  outline: 0;
}

/* line 92, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}

/* line 96, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 100, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 104, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

/* line 109, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 113, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 120, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 124, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 128, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: 0px;
}

/* line 132, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* line 137, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-messages, .dropdown-alerts {
  padding: 10px 10px 10px 10px;
}

/* line 141, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-messages li a, .dropdown-alerts li a {
  font-size: 12px;
}

/* line 145, app/assets/stylesheets/inspinia/base/navigation.scss */
.dropdown-messages li em, .dropdown-alerts li em {
  font-size: 10px;
}

/* line 149, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}

/* line 153, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-header {
  padding: 33px 25px;
  background-color: #2F4050;
  background-image: url(/assets/patterns/header-profile-db5bb642361fde2b47a02231e7229275cd8269c4c32e554e4524f219e4d8d01c.png);
}

/* line 160, app/assets/stylesheets/inspinia/base/navigation.scss */
.pace-done .nav-header {
  transition: all 0.4s;
}

/* line 164, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav > li.active {
  border-left: 4px solid #0087dd;
  background: #293846;
}

/* line 169, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.nav-second-level > li.active {
  border: none;
}

/* line 173, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}

/* line 177, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-header a {
  color: #DFE4ED;
}

/* line 181, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-header .text-muted {
  color: #8095a8;
}

/* line 185, app/assets/stylesheets/inspinia/base/navigation.scss */
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left;
}

/* line 192, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: block;
}

/* line 200, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-form-custom .form-group {
  margin-bottom: 0;
}

/* line 204, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.navbar-top-links a {
  font-size: 14px;
}

/* line 208, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}

/* line 217, app/assets/stylesheets/inspinia/base/navigation.scss */
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}

/* line 225, app/assets/stylesheets/inspinia/base/navigation.scss */
.arrow {
  float: right;
}

/* line 229, app/assets/stylesheets/inspinia/base/navigation.scss */
.fa.arrow:before {
  content: "\f104";
}

/* line 233, app/assets/stylesheets/inspinia/base/navigation.scss */
.active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 237, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

/* line 242, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px;
}

/* line 247, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-third-level li a {
  padding-left: 62px;
}

/* line 251, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-second-level li:last-child {
  margin-bottom: 10px;
}

/* line 255, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}

/* line 263, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

/* line 268, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}

/* line 272, app/assets/stylesheets/inspinia/base/navigation.scss */
.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

/* line 276, app/assets/stylesheets/inspinia/base/navigation.scss */
.mini-navbar .nav .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}

/* line 285, app/assets/stylesheets/inspinia/base/navigation.scss */
.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}

/* line 289, app/assets/stylesheets/inspinia/base/navigation.scss */
.mini-navbar li.active .nav-second-level {
  left: 65px;
}

/* line 293, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .special_link a {
  background: #008de7;
  color: white;
}

/* line 298, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}

/* line 303, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .special_link a span.label {
  background: #fff;
  color: #008de7;
}

/* line 308, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .landing_link a {
  background: #0096f6;
  color: white;
}

/* line 313, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .landing_link a:hover {
  background: #008de7 !important;
  color: white;
}

/* line 318, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #0096f6;
}

/* line 323, app/assets/stylesheets/inspinia/base/navigation.scss */
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
}

/* line 332, app/assets/stylesheets/inspinia/base/navigation.scss */
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 339, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}

/* line 346, app/assets/stylesheets/inspinia/base/navigation.scss */
.navbar-fixed-top, .navbar-static-top {
  background: #f6f6f6;
}

/* line 350, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-nav #wrapper {
  margin-top: 0;
}

/* line 354, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
  border-bottom: #f6f6f6;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}

/* line 369, app/assets/stylesheets/inspinia/base/navigation.scss */
.nav.nav-tabs li {
  background: none;
  border: none;
}

/* line 374, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px;
}

/* line 379, app/assets/stylesheets/inspinia/base/navigation.scss */
body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0;
}

/* line 383, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px;
}

/* line 387, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}

/* line 391, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}

/* line 395, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0;
}

/* line 399, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0;
}

/* line 403, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px;
}

/* line 407, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 411, app/assets/stylesheets/inspinia/base/navigation.scss */
.body-small .navbar-fixed-top {
  margin-left: 0;
}

/* line 415, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .navbar-static-side {
  width: 70px;
}

/* line 419, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}

/* line 425, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu .profile-element {
  display: block;
}

/* line 429, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav-second-level {
  display: none;
}

/* line 433, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}

/* line 437, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .logo-element {
  display: block;
}

/* line 441, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu .logo-element {
  display: none;
}

/* line 445, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #008de7;
}

/* line 450, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu .nav-header {
  padding: 33px 25px;
}

/* line 454, app/assets/stylesheets/inspinia/base/navigation.scss */
body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}

/* line 458, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}

/* line 463, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}

/* line 468, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 160px;
  z-index: 2001;
  height: 100%;
}

/* line 476, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

/* line 480, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}

/* line 484, app/assets/stylesheets/inspinia/base/navigation.scss */
body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 160px;
}

/* line 488, app/assets/stylesheets/inspinia/base/navigation.scss */
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 160px;
}

/* line 492, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}

/* line 498, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

/* line 503, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px;
}

/* line 508, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

/* line 513, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}

/* line 520, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}

/* line 525, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}

/* line 530, app/assets/stylesheets/inspinia/base/navigation.scss */
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}

/* line 537, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}

/* line 541, app/assets/stylesheets/inspinia/base/navigation.scss */
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

/* line 546, app/assets/stylesheets/inspinia/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}

/* line 551, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}

/* line 559, app/assets/stylesheets/inspinia/base/navigation.scss */
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 160px;
}

/* line 1, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation #page-wrapper {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #008de7;
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
  background: #fff;
}

/* line 15, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}

/* line 24, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  background: #fff;
  color: #008de7;
}

/* line 29, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .nav > li.active {
  background: #fff;
  border: none;
}

/* line 34, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .nav > li.active > a {
  color: #008de7;
}

/* line 38, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-right {
  margin-right: 10px;
}

/* line 42, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}

/* line 47, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}

/* line 52, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.navbar .dropdown-menu {
  margin-top: 0;
}

/* line 56, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-brand {
  background: #008de7;
  color: #fff;
  padding: 15px 25px;
}

/* line 62, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}

/* line 66, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0;
}

/* line 74, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}

/* line 78, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}

/* line 82, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .wrapper.wrapper-content {
  padding: 40px;
}

/* line 86, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}

/* line 90, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.navbar-toggle {
  background-color: #008de7;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}

@media (max-width: 768px) {
  /* line 102, app/assets/stylesheets/inspinia/base/top_navigation.scss */
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}

/* line 108, app/assets/stylesheets/inspinia/base/top_navigation.scss */
.menu-visible-lg, .menu-visible-md {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 113, app/assets/stylesheets/inspinia/base/top_navigation.scss */
  .menu-visible-lg {
    display: block !important;
  }
}

@media (min-width: 992px) {
  /* line 119, app/assets/stylesheets/inspinia/base/top_navigation.scss */
  .menu-visible-md {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 125, app/assets/stylesheets/inspinia/base/top_navigation.scss */
  .menu-visible-md {
    display: block !important;
  }
  /* line 129, app/assets/stylesheets/inspinia/base/top_navigation.scss */
  .menu-visible-lg {
    display: block !important;
  }
}

/* line 2, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn {
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/inspinia/base/buttons.scss */
.float-e-margins .btn {
  margin-bottom: 5px;
}

/* line 10, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-w-m {
  min-width: 120px;
}

/* line 14, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary.btn-outline {
  color: #008de7;
}

/* line 18, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-success.btn-outline {
  color: #1ab394;
}

/* line 22, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-info.btn-outline {
  color: #23c6c8;
}

/* line 26, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-warning.btn-outline {
  color: #f8ac59;
}

/* line 30, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-danger.btn-outline {
  color: #ED5565;
}

/* line 34, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-yanolja.btn-outline {
  color: #ff3478;
  border-color: #ff3478;
}

/* line 39, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 47, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary {
  background-color: #008de7;
  border-color: #008de7;
  color: #FFFFFF;
}

/* line 53, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
  background-color: #0084d8;
  border-color: #0084d8;
  color: #FFFFFF;
}

/* line 59, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 63, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0099fb;
  border-color: #0099fb;
}

/* line 68, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-success {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
}

/* line 74, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}

/* line 80, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 84, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

/* line 89, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF;
}

/* line 95, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF;
}

/* line 101, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 105, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}

/* line 110, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

/* line 116, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 121, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 125, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #cacaca;
}

/* line 129, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF;
}

/* line 135, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF;
}

/* line 141, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 145, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}

/* line 150, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-danger {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #FFFFFF;
}

/* line 156, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF;
}

/* line 162, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 166, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}

/* line 171, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-link {
  color: inherit;
}

/* line 175, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #008de7;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  background-image: none;
}

/* line 184, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: #cacaca;
}

/* line 188, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

/* line 194, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 199, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 203, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none;
}

/* line 207, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

/* line 211, app/assets/stylesheets/inspinia/base/buttons.scss */
.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none;
}

/* line 215, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 221, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-rounded {
  border-radius: 50px;
}

/* line 225, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

/* line 231, app/assets/stylesheets/inspinia/base/buttons.scss */
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

/* line 245, app/assets/stylesheets/inspinia/base/buttons.scss */
button.dim:active {
  top: 3px;
}

/* line 249, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #007ac8, 0 5px 0 0 #007ac8, 0 10px 5px #999;
}

/* line 253, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #007ac8, 0 2px 0 0 #007ac8, 0 5px 3px #999;
}

/* line 257, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999;
}

/* line 261, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999;
}

/* line 265, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999;
}

/* line 269, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999;
}

/* line 273, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999;
}

/* line 277, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999;
}

/* line 281, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-success.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999;
}

/* line 285, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999;
}

/* line 289, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999;
}

/* line 293, app/assets/stylesheets/inspinia/base/buttons.scss */
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999;
}

/* line 297, app/assets/stylesheets/inspinia/base/buttons.scss */
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}

/* line 307, app/assets/stylesheets/inspinia/base/buttons.scss */
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

/* line 312, app/assets/stylesheets/inspinia/base/buttons.scss */
.btn:focus {
  outline: none !important;
}

/* line 2, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}

/* line 12, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.badge {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}

/* line 24, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-primary, .badge-primary {
  background-color: #008de7;
  color: #FFFFFF;
}

/* line 29, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-success, .badge-success {
  background-color: #1ab394;
  color: #FFFFFF;
}

/* line 34, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-warning, .badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}

/* line 39, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-warning-light, .badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}

/* line 44, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-danger, .badge-danger {
  background-color: #ED5565;
  color: #FFFFFF;
}

/* line 49, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-info, .badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}

/* line 54, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-inverse, .badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}

/* line 59, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-white, .badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}

/* line 64, app/assets/stylesheets/inspinia/base/badgets_labels.scss */
.label-white, .badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}

/* TOOGLE SWICH */
/* line 3, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 11, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 15, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #008de7;
  border-radius: 2px;
}

/* line 23, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 32, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 47, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #008de7;
  color: #FFFFFF;
}

/* line 54, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}

/* line 62, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #008de7;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/* line 78, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 82, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

/* line 86, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
  background-color: #919191;
}

/* line 90, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  border-color: #919191;
}

/* CHOSEN PLUGIN */
/* line 96, app/assets/stylesheets/inspinia/base/elements.scss */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}

/* line 111, app/assets/stylesheets/inspinia/base/elements.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

/* Tags Input Plugin */
/* line 126, app/assets/stylesheets/inspinia/base/elements.scss */
.bootstrap-tagsinput {
  border: 1px solid #e5e6e7;
  box-shadow: none;
}

/* PAGINATIN */
/* line 134, app/assets/stylesheets/inspinia/base/elements.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}

/* line 142, app/assets/stylesheets/inspinia/base/elements.scss */
.pagination > li > a, .pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}

/* TOOLTIPS */
/* line 156, app/assets/stylesheets/inspinia/base/elements.scss */
.tooltip-inner {
  background-color: #2F4050;
}

/* line 160, app/assets/stylesheets/inspinia/base/elements.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050;
}

/* line 164, app/assets/stylesheets/inspinia/base/elements.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050;
}

/* line 168, app/assets/stylesheets/inspinia/base/elements.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050;
}

/* line 172, app/assets/stylesheets/inspinia/base/elements.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050;
}

/* EASY PIE CHART*/
/* line 178, app/assets/stylesheets/inspinia/base/elements.scss */
.easypiechart {
  position: relative;
  text-align: center;
}

/* line 183, app/assets/stylesheets/inspinia/base/elements.scss */
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}

/* line 189, app/assets/stylesheets/inspinia/base/elements.scss */
.easypiechart canvas {
  top: 0;
  left: 0;
}

/* line 194, app/assets/stylesheets/inspinia/base/elements.scss */
.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1;
}

/* line 202, app/assets/stylesheets/inspinia/base/elements.scss */
.easypiechart img {
  margin-top: -4px;
}

/* line 206, app/assets/stylesheets/inspinia/base/elements.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* FULLCALENDAR */
/* line 214, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
}

/* line 223, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-state-default {
  border: 1px solid;
}

/* line 227, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}

/* line 240, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-state-active {
  background-color: #008de7;
  border-color: #008de7;
  color: #ffffff;
}

/* line 246, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

/* line 252, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-content .fc-widget-header, .fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal;
}

/* line 257, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-border-separate tbody {
  background-color: #F8F8F8;
}

/* line 261, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3;
}

/* line 265, app/assets/stylesheets/inspinia/base/elements.scss */
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 272, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}

/* line 276, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #008de7;
  /* background color */
  border-color: #008de7;
  /* border color */
}

/* line 286, app/assets/stylesheets/inspinia/base/elements.scss */
.fc-event-time, .fc-event-title {
  color: #717171;
  padding: 0 1px;
}

/* line 291, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
  color: #fff;
}

/* Chat */
/* line 296, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec;
}

/* line 300, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element:first-child {
  margin-top: 0;
}

/* line 304, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element {
  padding-bottom: 15px;
}

/* line 308, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element, .chat-element .media {
  margin-top: 15px;
}

/* line 312, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element, .media-body {
  overflow: hidden;
}

/* line 316, app/assets/stylesheets/inspinia/base/elements.scss */
.media-body {
  display: block;
  width: auto;
}

/* line 321, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element > .pull-left {
  margin-right: 10px;
}

/* line 325, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

/* line 330, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

/* line 340, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element .actions {
  margin-top: 10px;
}

/* line 344, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-element .photos {
  margin: 10px 0;
}

/* line 349, app/assets/stylesheets/inspinia/base/elements.scss */
.right.chat-element > .pull-right {
  margin-left: 10px;
}

/* line 353, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 361, app/assets/stylesheets/inspinia/base/elements.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 367, app/assets/stylesheets/inspinia/base/elements.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

/* line 373, app/assets/stylesheets/inspinia/base/elements.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 377, app/assets/stylesheets/inspinia/base/elements.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 381, app/assets/stylesheets/inspinia/base/elements.scss */
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

/* line 386, app/assets/stylesheets/inspinia/base/elements.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 391, app/assets/stylesheets/inspinia/base/elements.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* LIST GROUP */
/* line 398, app/assets/stylesheets/inspinia/base/elements.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #008de7;
  border-color: #008de7;
  color: #FFFFFF;
  z-index: 2;
}

/* line 405, app/assets/stylesheets/inspinia/base/elements.scss */
.list-group-item-heading {
  margin-top: 10px;
}

/* line 409, app/assets/stylesheets/inspinia/base/elements.scss */
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}

/* line 416, app/assets/stylesheets/inspinia/base/elements.scss */
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 422, app/assets/stylesheets/inspinia/base/elements.scss */
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

/* line 429, app/assets/stylesheets/inspinia/base/elements.scss */
.no-padding .list-group {
  margin-bottom: 0;
}

/* line 433, app/assets/stylesheets/inspinia/base/elements.scss */
.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

/* line 442, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px;
}

/* line 449, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}

/* line 455, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list .list-group {
  margin-bottom: 0;
}

/* line 459, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list a {
  color: inherit;
}

/* line 463, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  /*border-bottom: 1px solid #e7eaec;*/
  /*border-top: 1px solid #e7eaec;*/
  border-radius: 0;
}

/* line 473, app/assets/stylesheets/inspinia/base/elements.scss */
.elements-list li.active {
  transition: none;
}

/* line 477, app/assets/stylesheets/inspinia/base/elements.scss */
.element-detail-box {
  padding: 25px;
}

/* FLOT CHART  */
/* line 483, app/assets/stylesheets/inspinia/base/elements.scss */
.flot-chart {
  display: block;
  height: 200px;
}

/* line 488, app/assets/stylesheets/inspinia/base/elements.scss */
.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}

/* line 494, app/assets/stylesheets/inspinia/base/elements.scss */
.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}

/* line 500, app/assets/stylesheets/inspinia/base/elements.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 505, app/assets/stylesheets/inspinia/base/elements.scss */
.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}

/* line 511, app/assets/stylesheets/inspinia/base/elements.scss */
.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}

/* line 528, app/assets/stylesheets/inspinia/base/elements.scss */
.jqsfield {
  color: white;
  text-align: left;
}

/* line 533, app/assets/stylesheets/inspinia/base/elements.scss */
.fh-150 {
  height: 150px;
}

/* line 537, app/assets/stylesheets/inspinia/base/elements.scss */
.fh-200 {
  height: 200px;
}

/* line 542, app/assets/stylesheets/inspinia/base/elements.scss */
.h-150 {
  min-height: 150px;
}

/* line 546, app/assets/stylesheets/inspinia/base/elements.scss */
.h-200 {
  min-height: 200px;
}

/* line 550, app/assets/stylesheets/inspinia/base/elements.scss */
.h-300 {
  min-height: 300px;
}

/* line 554, app/assets/stylesheets/inspinia/base/elements.scss */
.w-150 {
  min-width: 150px;
}

/* line 558, app/assets/stylesheets/inspinia/base/elements.scss */
.w-200 {
  min-width: 200px;
}

/* line 562, app/assets/stylesheets/inspinia/base/elements.scss */
.w-300 {
  min-width: 300px;
}

/* line 566, app/assets/stylesheets/inspinia/base/elements.scss */
.legendLabel {
  padding-left: 5px;
}

/* line 570, app/assets/stylesheets/inspinia/base/elements.scss */
.stat-list li:first-child {
  margin-top: 0;
}

/* line 574, app/assets/stylesheets/inspinia/base/elements.scss */
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 580, app/assets/stylesheets/inspinia/base/elements.scss */
.stat-percent {
  float: right;
}

/* line 584, app/assets/stylesheets/inspinia/base/elements.scss */
.stat-list li {
  margin-top: 15px;
  position: relative;
}

/* DATATABLES */
/* line 591, app/assets/stylesheets/inspinia/base/elements.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

/* line 599, app/assets/stylesheets/inspinia/base/elements.scss */
.dataTables_wrapper {
  padding-bottom: 30px;
}

/* line 603, app/assets/stylesheets/inspinia/base/elements.scss */
.dataTables_length {
  float: left;
}

/* line 607, app/assets/stylesheets/inspinia/base/elements.scss */
.dataTables_filter label {
  margin-right: 5px;
}

/* line 611, app/assets/stylesheets/inspinia/base/elements.scss */
.html5buttons {
  float: right;
}

/* line 615, app/assets/stylesheets/inspinia/base/elements.scss */
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}

/* line 623, app/assets/stylesheets/inspinia/base/elements.scss */
.html5buttons a:hover, .html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}

/* line 630, app/assets/stylesheets/inspinia/base/elements.scss */
div.dt-button-info {
  z-index: 100;
}

@media (max-width: 768px) {
  /* line 635, app/assets/stylesheets/inspinia/base/elements.scss */
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  /* line 640, app/assets/stylesheets/inspinia/base/elements.scss */
  .dataTables_length {
    float: none;
  }
}

/* CIRCLE */
/* line 647, app/assets/stylesheets/inspinia/base/elements.scss */
.img-circle {
  border-radius: 50%;
}

/* line 651, app/assets/stylesheets/inspinia/base/elements.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 661, app/assets/stylesheets/inspinia/base/elements.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 670, app/assets/stylesheets/inspinia/base/elements.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 679, app/assets/stylesheets/inspinia/base/elements.scss */
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

/* line 686, app/assets/stylesheets/inspinia/base/elements.scss */
.show-grid {
  margin: 15px 0;
}

/* ANIMATION */
/* line 692, app/assets/stylesheets/inspinia/base/elements.scss */
.css-animation-box h1 {
  font-size: 44px;
}

/* line 696, app/assets/stylesheets/inspinia/base/elements.scss */
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}

/* line 701, app/assets/stylesheets/inspinia/base/elements.scss */
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}

/* line 709, app/assets/stylesheets/inspinia/base/elements.scss */
.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

/* line 717, app/assets/stylesheets/inspinia/base/elements.scss */
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px;
}

/* line 726, app/assets/stylesheets/inspinia/base/elements.scss */
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 732, app/assets/stylesheets/inspinia/base/elements.scss */
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}

/* PEACE */
/* line 739, app/assets/stylesheets/inspinia/base/elements.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 748, app/assets/stylesheets/inspinia/base/elements.scss */
.pace-inactive {
  display: none;
}

/* line 752, app/assets/stylesheets/inspinia/base/elements.scss */
.pace .pace-progress {
  background: #008de7;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 762, app/assets/stylesheets/inspinia/base/elements.scss */
.pace-inactive {
  display: none;
}

/* WIDGETS */
/* line 768, app/assets/stylesheets/inspinia/base/elements.scss */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 775, app/assets/stylesheets/inspinia/base/elements.scss */
.widget.style1 h2 {
  font-size: 30px;
}

/* line 779, app/assets/stylesheets/inspinia/base/elements.scss */
.widget h2, .widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 784, app/assets/stylesheets/inspinia/base/elements.scss */
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}

/* line 790, app/assets/stylesheets/inspinia/base/elements.scss */
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}

/* line 796, app/assets/stylesheets/inspinia/base/elements.scss */
.widget .flot-chart {
  height: 100px;
}

/* line 800, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}

/* line 805, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-align h2, .vertical-align h3 {
  margin: 0;
}

/* line 809, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* line 816, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list.small-list {
  font-size: 12px;
}

/* line 820, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list.small-list > li {
  background: #f6f6f6;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}

/* line 830, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list.small-list .btn-xs, .todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}

/* line 837, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list > li {
  background: #f6f6f6;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}

/* line 847, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

/* line 854, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px;
}

/* line 859, app/assets/stylesheets/inspinia/base/elements.scss */
.check-link {
  font-size: 16px;
}

/* line 863, app/assets/stylesheets/inspinia/base/elements.scss */
.todo-completed {
  text-decoration: line-through;
}

/* line 867, app/assets/stylesheets/inspinia/base/elements.scss */
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}

/* line 872, app/assets/stylesheets/inspinia/base/elements.scss */
.glyphicon.fa {
  font-family: "FontAwesome";
}

/* INPUTS */
/* line 877, app/assets/stylesheets/inspinia/base/elements.scss */
.inline {
  display: inline-block !important;
}

/* line 881, app/assets/stylesheets/inspinia/base/elements.scss */
.input-s-sm {
  width: 120px;
}

/* line 885, app/assets/stylesheets/inspinia/base/elements.scss */
.input-s {
  width: 200px;
}

/* line 889, app/assets/stylesheets/inspinia/base/elements.scss */
.input-s-lg {
  width: 250px;
}

/* line 893, app/assets/stylesheets/inspinia/base/elements.scss */
.i-checks {
  padding-left: 0;
}

/* line 897, app/assets/stylesheets/inspinia/base/elements.scss */
.form-control, .single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

/* line 910, app/assets/stylesheets/inspinia/base/elements.scss */
.form-control:focus, .single-line:focus {
  border-color: #008de7 !important;
}

/* line 914, app/assets/stylesheets/inspinia/base/elements.scss */
.has-success .form-control {
  border-color: #008de7;
}

/* line 918, app/assets/stylesheets/inspinia/base/elements.scss */
.has-warning .form-control {
  border-color: #f8ac59;
}

/* line 922, app/assets/stylesheets/inspinia/base/elements.scss */
.has-error .form-control {
  border-color: #ED5565;
}

/* line 926, app/assets/stylesheets/inspinia/base/elements.scss */
.has-success .control-label {
  color: #008de7;
}

/* line 930, app/assets/stylesheets/inspinia/base/elements.scss */
.has-warning .control-label {
  color: #f8ac59;
}

/* line 934, app/assets/stylesheets/inspinia/base/elements.scss */
.has-error .control-label {
  color: #ED5565;
}

/* line 938, app/assets/stylesheets/inspinia/base/elements.scss */
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

/* line 950, app/assets/stylesheets/inspinia/base/elements.scss */
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}

/* line 954, app/assets/stylesheets/inspinia/base/elements.scss */
.spinner-buttons.input-group-btn {
  width: 20%;
}

/* line 958, app/assets/stylesheets/inspinia/base/elements.scss */
.noUi-connect {
  background: none repeat scroll 0 0 #008de7;
  box-shadow: none;
}

/* line 963, app/assets/stylesheets/inspinia/base/elements.scss */
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ED5565;
  box-shadow: none;
}

/* UI Sortable */
/* line 970, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-sortable .ibox-title {
  cursor: move;
}

/* line 974, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}

/* line 980, app/assets/stylesheets/inspinia/base/elements.scss */
.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}

/* SWITCHES */
/* line 985, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 993, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 997, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px;
}

/* line 1005, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 1015, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1031, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1AB394;
  color: #FFFFFF;
}

/* line 1038, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}

/* line 1046, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/* line 1063, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 1067, app/assets/stylesheets/inspinia/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

/* jqGrid */
/* line 1073, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid {
  -moz-box-sizing: content-box;
}

/* line 1077, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid-btable {
  border-collapse: separate;
}

/* line 1081, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid-htable {
  border-collapse: separate;
}

/* line 1085, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1093, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em;
}

/* line 1098, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid;
}

/* line 1105, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1114, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit;
}

/* line 1123, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

/* line 1130, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1139, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-widget-content {
  box-sizing: content-box;
}

/* line 1143, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-icon-triangle-1-n {
  background-position: 1px -16px;
}

/* line 1147, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}

/* line 1153, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate;
}

/* line 1158, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f2fbff;
}

/* line 1162, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}

/* line 1169, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px;
}

/* line 1176, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto;
}

/* line 1185, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-pager-control {
  position: relative;
}

/* line 1189, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative;
}

/* line 1194, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}

/* line 1198, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0;
}

/* line 1203, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

/* line 1219, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px;
}

/* line 1226, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid-pager {
  height: 32px;
}

/* line 1230, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
}

/* line 1234, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}

/* line 1238, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}

/* line 1242, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}

/* line 1246, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-widget-content {
  border: 1px solid #ddd;
}

/* line 1250, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0;
}

/* line 1254, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd;
}

/* line 1258, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqgrid tr.jqgrow td {
  padding: 6px;
}

/* line 1262, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}

/* line 1267, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}

/* line 1271, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}

/* Nestable list */
/* line 1277, app/assets/stylesheets/inspinia/base/elements.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 1287, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1295, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 1299, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 1303, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 1315, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1329, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-handle span {
  font-weight: bold;
}

/* line 1333, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}

/* line 1339, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 1359, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 1368, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 1372, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}

/* line 1380, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 .dd-item > button:before {
  content: "\f067";
}

/* line 1384, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}

/* line 1388, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1399, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 1410, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

/* line 1416, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 1420, app/assets/stylesheets/inspinia/base/elements.scss */
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
* Nestable Extras
*/
/* line 1428, app/assets/stylesheets/inspinia/base/elements.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

/* line 1438, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}

/* line 1443, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1454, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}

/* line 1461, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 .dd-handle:hover {
  /*background: #bbb;*/
}

/* line 1465, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable2 span.label {
  margin-right: 10px;
}

/* line 1469, app/assets/stylesheets/inspinia/base/elements.scss */
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* CodeMirror */
/* line 1478, app/assets/stylesheets/inspinia/base/elements.scss */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}

/* line 1483, app/assets/stylesheets/inspinia/base/elements.scss */
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

/* Google Maps */
/* line 1489, app/assets/stylesheets/inspinia/base/elements.scss */
.google-map {
  height: 300px;
}

/* Validation */
/* line 1494, app/assets/stylesheets/inspinia/base/elements.scss */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

/* line 1500, app/assets/stylesheets/inspinia/base/elements.scss */
.form-control.error {
  border: 1px dotted #cc5965;
}

/* ngGrid */
/* line 1505, app/assets/stylesheets/inspinia/base/elements.scss */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px;
}

/* line 1511, app/assets/stylesheets/inspinia/base/elements.scss */
.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px;
}

/* line 1517, app/assets/stylesheets/inspinia/base/elements.scss */
.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec;
}

/* line 1522, app/assets/stylesheets/inspinia/base/elements.scss */
.ngCell {
  border-right: none;
}

/* line 1526, app/assets/stylesheets/inspinia/base/elements.scss */
.ngTopPanel {
  background: #F5F5F6;
}

/* line 1530, app/assets/stylesheets/inspinia/base/elements.scss */
.ngRow.even {
  background: #f9f9f9;
}

/* line 1534, app/assets/stylesheets/inspinia/base/elements.scss */
.ngRow.selected {
  background: #EBF2F1;
}

/* line 1538, app/assets/stylesheets/inspinia/base/elements.scss */
.ngRow {
  border-bottom: 1px solid #e7eaec;
}

/* line 1542, app/assets/stylesheets/inspinia/base/elements.scss */
.ngCell {
  background-color: transparent;
}

/* line 1546, app/assets/stylesheets/inspinia/base/elements.scss */
.ngHeaderCell {
  border-right: none;
}

/* Toastr custom style */
/* line 1552, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast {
  background-image: none !important;
}

/* line 1556, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}

/* line 1567, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast-warning:before {
  content: "\f0e7";
}

/* line 1571, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast-error:before {
  content: "\f071";
}

/* line 1575, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast-info:before {
  content: "\f005";
}

/* line 1579, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > .toast-success:before {
  content: "\f00C";
}

/* line 1583, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

/* line 1592, app/assets/stylesheets/inspinia/base/elements.scss */
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1602, app/assets/stylesheets/inspinia/base/elements.scss */
.toast {
  background-color: #008de7;
}

/* line 1606, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-success {
  background-color: #008de7;
}

/* line 1610, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-error {
  background-color: #ED5565;
}

/* line 1614, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-info {
  background-color: #23c6c8;
}

/* line 1618, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-warning {
  background-color: #f8ac59;
}

/* line 1622, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-top-full-width {
  margin-top: 20px;
}

/* line 1626, app/assets/stylesheets/inspinia/base/elements.scss */
.toast-bottom-full-width {
  margin-bottom: 20px;
}

/* Notifie */
/* line 1631, app/assets/stylesheets/inspinia/base/elements.scss */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit;
}

/* line 1642, app/assets/stylesheets/inspinia/base/elements.scss */
.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59;
}

/* line 1646, app/assets/stylesheets/inspinia/base/elements.scss */
.inspinia-notify.alert-success {
  border-left: 6px solid #1ab394;
}

/* line 1650, app/assets/stylesheets/inspinia/base/elements.scss */
.inspinia-notify.alert-danger {
  border-left: 6px solid #ED5565;
}

/* line 1654, app/assets/stylesheets/inspinia/base/elements.scss */
.inspinia-notify.alert-info {
  border-left: 6px solid #008de7;
}

/* Image cropper style */
/* line 1659, app/assets/stylesheets/inspinia/base/elements.scss */
.img-container, .img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* line 1665, app/assets/stylesheets/inspinia/base/elements.scss */
.img-preview-sm {
  height: 130px;
  width: 200px;
}

/* Forum styles  */
/* line 1671, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1677, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}

/* line 1684, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}

/* line 1689, app/assets/stylesheets/inspinia/base/elements.scss */
.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

/* line 1696, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

/* line 1702, app/assets/stylesheets/inspinia/base/elements.scss */
.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}

/* line 1708, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-post-container .media-body .photos {
  margin: 10px 0;
}

/* line 1712, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}

/* line 1718, app/assets/stylesheets/inspinia/base/elements.scss */
.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}

/* line 1723, app/assets/stylesheets/inspinia/base/elements.scss */
.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}

/* line 1728, app/assets/stylesheets/inspinia/base/elements.scss */
.mid-icon {
  font-size: 66px;
}

/* line 1732, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1738, app/assets/stylesheets/inspinia/base/elements.scss */
.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}

/* line 1744, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-container, .forum-post-container {
  padding: 30px !important;
}

/* line 1748, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-item small {
  color: #999;
}

/* line 1752, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}

/* line 1757, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-title {
  margin: 15px 0 15px 0;
}

/* line 1761, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-info {
  text-align: center;
}

/* line 1765, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-desc {
  color: #999;
}

/* line 1769, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}

/* line 1776, app/assets/stylesheets/inspinia/base/elements.scss */
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

/* line 1783, app/assets/stylesheets/inspinia/base/elements.scss */
a.forum-item-title:hover {
  color: inherit;
}

/* line 1787, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b;
}

/* line 1794, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-item.active .fa {
  color: #008de7;
}

/* line 1798, app/assets/stylesheets/inspinia/base/elements.scss */
.forum-item.active a.forum-item-title {
  color: #008de7;
}

@media (max-width: 992px) {
  /* line 1804, app/assets/stylesheets/inspinia/base/elements.scss */
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none;
  }
  /* line 1811, app/assets/stylesheets/inspinia/base/elements.scss */
  .forum-desc {
    float: none !important;
  }
}

/* New Timeline style */
/* line 1819, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 1826, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* line 1833, app/assets/stylesheets/inspinia/base/elements.scss */
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 1840, app/assets/stylesheets/inspinia/base/elements.scss */
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}

/* line 1850, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content .btn {
  float: right;
}

/* line 1854, app/assets/stylesheets/inspinia/base/elements.scss */
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}

/* line 1858, app/assets/stylesheets/inspinia/base/elements.scss */
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}

/* line 1862, app/assets/stylesheets/inspinia/base/elements.scss */
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5;
}

/* line 1866, app/assets/stylesheets/inspinia/base/elements.scss */
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}

/* line 1871, app/assets/stylesheets/inspinia/base/elements.scss */
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
  /* line 1877, app/assets/stylesheets/inspinia/base/elements.scss */
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  /* line 1882, app/assets/stylesheets/inspinia/base/elements.scss */
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}

@media only screen and (max-width: 1170px) {
  /* line 1889, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

/* line 1894, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 1899, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1905, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-block:first-child {
  margin-top: 0;
}

/* line 1909, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 1914, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  /* line 1918, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 1922, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}

/* line 1927, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}

/* line 1939, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}

@media only screen and (min-width: 1170px) {
  /* line 1951, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  /* line 1961, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  /* line 1966, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}

/* line 1971, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}

/* line 1979, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1985, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}

/* line 1990, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

/* line 1995, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}

/* line 2000, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-date small {
  color: #008de7;
  font-weight: 400;
}

/* line 2005, app/assets/stylesheets/inspinia/base/elements.scss */
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  /* line 2017, app/assets/stylesheets/inspinia/base/elements.scss */
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  /* line 2021, app/assets/stylesheets/inspinia/base/elements.scss */
  .vertical-timeline-content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 2028, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 2034, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 2041, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  /* line 2045, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  /* line 2053, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  /* line 2057, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 2065, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  /* line 2069, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  /* line 2075, app/assets/stylesheets/inspinia/base/elements.scss */
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

/* Tabs */
/* line 2084, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

/* line 2092, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}

/* line 2100, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 2105, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tab-pane .panel-body {
  border-top: none;
}

/* line 2109, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}

/* line 2114, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}

/* line 2118, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tab-pane .panel-body {
  border-top: none;
}

/* line 2122, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}

/* line 2126, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}

/* line 2131, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 2137, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left .panel-body {
  position: static;
}

/* line 2141, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}

/* line 2145, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}

/* line 2150, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

/* line 2155, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}

/* line 2160, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}

/* line 2165, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}

/* line 2169, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 2174, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 2180, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}

/* line 2186, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}

/* line 2191, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 2198, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

/* line 2203, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 2210, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff;
}

/* line 2217, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}

/* line 2222, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 2229, app/assets/stylesheets/inspinia/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 2240, app/assets/stylesheets/inspinia/base/elements.scss */
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  /* line 2244, app/assets/stylesheets/inspinia/base/elements.scss */
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}

/* jsvectormap */
/* line 2251, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 2258, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px;
}

/* line 2270, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #008de7;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

/* line 2283, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

/* line 2288, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-zoomin {
  top: 10px;
}

/* line 2292, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-zoomout {
  top: 30px;
}

/* line 2296, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

/* line 2302, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

/* line 2311, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* line 2317, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt {
  position: absolute;
}

/* line 2321, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

/* line 2326, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

/* line 2331, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

/* line 2337, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

/* line 2343, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

/* line 2347, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

/* line 2352, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

/* line 2356, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

/* line 2360, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 2367, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-tick-text {
  font-size: 12px;
}

/* line 2371, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

/* line 2375, app/assets/stylesheets/inspinia/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

/*Slick Carousel */
/* line 2384, app/assets/stylesheets/inspinia/base/elements.scss */
.slick-prev:before,
.slick-next:before {
  color: #008de7 !important;
}

/* Payments */
/* line 2391, app/assets/stylesheets/inspinia/base/elements.scss */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec;
}

/* line 2398, app/assets/stylesheets/inspinia/base/elements.scss */
.payment-icon-big {
  font-size: 60px;
  color: #D1DADE;
}

/* line 2403, app/assets/stylesheets/inspinia/base/elements.scss */
.payments-method.panel-group .panel + .panel {
  margin-top: -1px;
}

/* line 2407, app/assets/stylesheets/inspinia/base/elements.scss */
.payments-method .panel-heading {
  padding: 15px;
}

/* line 2411, app/assets/stylesheets/inspinia/base/elements.scss */
.payments-method .panel {
  border-radius: 0;
}

/* line 2415, app/assets/stylesheets/inspinia/base/elements.scss */
.payments-method .panel-heading h5 {
  margin-bottom: 5px;
}

/* line 2419, app/assets/stylesheets/inspinia/base/elements.scss */
.payments-method .panel-heading i {
  font-size: 26px;
}

/* Select2 custom styles */
/* line 2425, app/assets/stylesheets/inspinia/base/elements.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec;
}

/* Tour */
/* line 2432, app/assets/stylesheets/inspinia/base/elements.scss */
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit;
}

/* line 2438, app/assets/stylesheets/inspinia/base/elements.scss */
.tour-step-backdrop {
  z-index: 2101;
}

/* line 2442, app/assets/stylesheets/inspinia/base/elements.scss */
.tour-backdrop {
  z-index: 2100;
  opacity: .7;
}

/* line 2447, app/assets/stylesheets/inspinia/base/elements.scss */
.popover[class*=tour-] {
  z-index: 2100;
}

/* line 2451, app/assets/stylesheets/inspinia/base/elements.scss */
body.tour-open .animated {
  animation-fill-mode: initial;
}

/* Resizable */
/* line 2458, app/assets/stylesheets/inspinia/base/elements.scss */
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden;
}

/* line 2465, app/assets/stylesheets/inspinia/base/elements.scss */
.resizable-panels .ibox .ibox-content {
  height: calc(100% - 49px);
}

/* line 2468, app/assets/stylesheets/inspinia/base/elements.scss */
.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4);
}

/* Wizard step fix */
/* line 2474, app/assets/stylesheets/inspinia/base/elements.scss */
.wizard > .content > .body {
  position: relative;
}

/* PDF js style */
/* line 2481, app/assets/stylesheets/inspinia/base/elements.scss */
.pdf-toolbar {
  max-width: 600px;
  margin: 0 auto;
}

/* Dropzone */
/* line 2488, app/assets/stylesheets/inspinia/base/elements.scss */
.dropzone {
  min-height: 140px;
  border: 1px dashed #008de7;
  background: white;
  padding: 20px 20px;
}

/* line 2494, app/assets/stylesheets/inspinia/base/elements.scss */
.dropzone .dz-message {
  font-size: 16px;
}

/* 영업관리안내 popover */
/* line 2501, app/assets/stylesheets/inspinia/base/elements.scss */
.popover-signs {
  position: absolute;
  top: 30px;
  left: -178px;
  right: -300px;
  display: block;
  text-align: center;
  max-width: 500%;
  max-height: 1000%;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

/* line 2513, app/assets/stylesheets/inspinia/base/elements.scss */
.popover-signs .arrow {
  left: 50%;
}

@media only screen and (max-width: 767px) {
  /* line 2519, app/assets/stylesheets/inspinia/base/elements.scss */
  .popover-signs {
    left: 138%;
    right: initial;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    transform: translate(-50%, 0);
  }
  /* line 2526, app/assets/stylesheets/inspinia/base/elements.scss */
  .popover-signs .arrow {
    margin-left: -89px !important;
  }
}

/* line 1, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel {
  width: 220px;
  background: #eeeeee;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* line 9, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}

/* line 14, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size: 12px;
}

/* line 18, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}

/* line 23, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel .list-group {
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}

/* line 33, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-content .wrapper, .wrapper.sidebar-content {
  padding-right: 230px !important;
}

/* line 37, app/assets/stylesheets/inspinia/base/sidebar.scss */
.body-small .sidebar-content .wrapper, .body-small .wrapper.sidebar-content {
  padding-right: 20px !important;
}

/* line 43, app/assets/stylesheets/inspinia/base/sidebar.scss */
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}

/* line 56, app/assets/stylesheets/inspinia/base/sidebar.scss */
#right-sidebar.sidebar-open {
  right: 0;
}

/* line 60, app/assets/stylesheets/inspinia/base/sidebar.scss */
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}

/* line 67, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs {
  border: none;
}

/* line 71, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}

/* line 74, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}

/* line 77, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}

/* line 81, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs li {
  border: none;
}

/* line 85, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #2F4050;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556;
}

/* line 97, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #676a6c;
  font-weight: bold;
}

/* line 105, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}

/* line 112, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}

/* line 117, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}

/* line 129, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}

/* line 133, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}

/* line 138, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}

/* line 147, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec;
}

/* line 152, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}

/* line 160, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}

/* line 166, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}

/* line 170, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}

/* line 175, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}

/* line 183, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

/* line 189, app/assets/stylesheets/inspinia/base/sidebar.scss */
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec;
}

/* line 1, app/assets/stylesheets/inspinia/base/base.scss */
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/inspinia/base/base.scss */
html, body {
  height: 100%;
}

/* line 15, app/assets/stylesheets/inspinia/base/base.scss */
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}

/* line 20, app/assets/stylesheets/inspinia/base/base.scss */
#page-wrapper {
  min-height: auto;
}

/* line 24, app/assets/stylesheets/inspinia/base/base.scss */
body.boxed-layout {
  background: url(/assets/patterns/shattered-1d962184f8d2ff363014ec1fff24c86aff2376f1772c045a881f59cb6e8e504a.png);
}

/* line 28, app/assets/stylesheets/inspinia/base/base.scss */
body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

/* line 37, app/assets/stylesheets/inspinia/base/base.scss */
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}

/* line 42, app/assets/stylesheets/inspinia/base/base.scss */
.block {
  display: block;
}

/* line 46, app/assets/stylesheets/inspinia/base/base.scss */
.clear {
  display: block;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/inspinia/base/base.scss */
a {
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/inspinia/base/base.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/inspinia/base/base.scss */
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}

/* line 63, app/assets/stylesheets/inspinia/base/base.scss */
.font-bold {
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/inspinia/base/base.scss */
.font-normal {
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/inspinia/base/base.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/inspinia/base/base.scss */
.font-italic {
  font-style: italic;
}

/* line 79, app/assets/stylesheets/inspinia/base/base.scss */
.b-r {
  border-right: 1px solid #e7eaec;
}

/* line 83, app/assets/stylesheets/inspinia/base/base.scss */
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

/* line 91, app/assets/stylesheets/inspinia/base/base.scss */
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 99, app/assets/stylesheets/inspinia/base/base.scss */
video {
  width: 100% !important;
  height: auto !important;
}

/* GALLERY */
/* line 105, app/assets/stylesheets/inspinia/base/base.scss */
.gallery > .row > div {
  margin-bottom: 15px;
}

/* line 109, app/assets/stylesheets/inspinia/base/base.scss */
.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}

/* Summernote text editor  */
/* line 116, app/assets/stylesheets/inspinia/base/base.scss */
.note-editor {
  height: auto !important;
}

/* line 120, app/assets/stylesheets/inspinia/base/base.scss */
.note-editor.fullscreen {
  z-index: 2050;
}

/* line 123, app/assets/stylesheets/inspinia/base/base.scss */
.note-editor.note-frame.fullscreen {
  z-index: 2020;
}

/* line 125, app/assets/stylesheets/inspinia/base/base.scss */
.note-editor.note-frame {
  border: none;
}

/* line 129, app/assets/stylesheets/inspinia/base/base.scss */
.note-editor.panel {
  margin-bottom: 0;
}

/* MODAL */
/* line 134, app/assets/stylesheets/inspinia/base/base.scss */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/* line 144, app/assets/stylesheets/inspinia/base/base.scss */
.modal-dialog {
  z-index: 2200;
}

/* line 148, app/assets/stylesheets/inspinia/base/base.scss */
.modal-body {
  padding: 20px 30px 30px 30px;
}

/* line 152, app/assets/stylesheets/inspinia/base/base.scss */
.inmodal .modal-body {
  background: #f8fafb;
}

/* line 156, app/assets/stylesheets/inspinia/base/base.scss */
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}

/* line 161, app/assets/stylesheets/inspinia/base/base.scss */
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* line 168, app/assets/stylesheets/inspinia/base/base.scss */
.inmodal .modal-title {
  font-size: 26px;
}

/* line 172, app/assets/stylesheets/inspinia/base/base.scss */
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

/* line 177, app/assets/stylesheets/inspinia/base/base.scss */
.modal-footer {
  margin-top: 0;
}

/* WRAPPERS */
/* line 183, app/assets/stylesheets/inspinia/base/base.scss */
#wrapper {
  width: 100%;
  overflow-x: hidden;
}

/* line 188, app/assets/stylesheets/inspinia/base/base.scss */
.wrapper {
  padding: 0 20px;
}

/* line 192, app/assets/stylesheets/inspinia/base/base.scss */
.wrapper-content {
  padding: 20px 10px 40px;
}

/* line 196, app/assets/stylesheets/inspinia/base/base.scss */
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important;
}

@media (min-width: 768px) {
  /* line 203, app/assets/stylesheets/inspinia/base/base.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
  }
}

/* line 210, app/assets/stylesheets/inspinia/base/base.scss */
.title-action {
  text-align: right;
  padding-top: 30px;
}

/* line 215, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

/* line 220, app/assets/stylesheets/inspinia/base/base.scss */
ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

/* line 225, app/assets/stylesheets/inspinia/base/base.scss */
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}

/* FOOTER */
/* line 232, app/assets/stylesheets/inspinia/base/base.scss */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* line 243, app/assets/stylesheets/inspinia/base/base.scss */
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
}

/* line 254, app/assets/stylesheets/inspinia/base/base.scss */
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 160px;
}

/* line 266, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}

/* line 271, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}

/* line 276, app/assets/stylesheets/inspinia/base/base.scss */
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 160px;
}

/* line 280, app/assets/stylesheets/inspinia/base/base.scss */
body.body-small .footer.fixed {
  margin-left: 0;
}

/* PANELS */
/* line 286, app/assets/stylesheets/inspinia/base/base.scss */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}

/* line 291, app/assets/stylesheets/inspinia/base/base.scss */
.panel-heading h1, .panel-heading h2 {
  margin-bottom: 5px;
}

/* TABLES */
/* line 297, app/assets/stylesheets/inspinia/base/base.scss */
.table-bordered {
  border: 1px solid #EBEBEB;
}

/* line 301, app/assets/stylesheets/inspinia/base/base.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}

/* line 306, app/assets/stylesheets/inspinia/base/base.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}

/* line 310, app/assets/stylesheets/inspinia/base/base.scss */
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}

/* line 315, app/assets/stylesheets/inspinia/base/base.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

/* PANELS */
/* line 324, app/assets/stylesheets/inspinia/base/base.scss */
.panel.blank-panel {
  background: none;
  margin: 0;
}

/* line 329, app/assets/stylesheets/inspinia/base/base.scss */
.blank-panel .panel-heading {
  padding-bottom: 0;
}

/* line 335, app/assets/stylesheets/inspinia/base/base.scss */
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}

/* line 341, app/assets/stylesheets/inspinia/base/base.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #676a6c;
}

/* line 346, app/assets/stylesheets/inspinia/base/base.scss */
.ui-tab .tab-content {
  padding: 20px 0;
}

/* GLOBAL  */
/* line 352, app/assets/stylesheets/inspinia/base/base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 356, app/assets/stylesheets/inspinia/base/base.scss */
.no-borders {
  border: none !important;
}

/* line 360, app/assets/stylesheets/inspinia/base/base.scss */
.no-margins {
  margin: 0 !important;
}

/* line 364, app/assets/stylesheets/inspinia/base/base.scss */
.no-top-border {
  border-top: 0 !important;
}

/* line 368, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}

/* line 373, app/assets/stylesheets/inspinia/base/base.scss */
.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
}

/* line 378, app/assets/stylesheets/inspinia/base/base.scss */
.border-top-bottom {
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}

/* line 383, app/assets/stylesheets/inspinia/base/base.scss */
.border-left {
  border-left: 1px solid #e7eaec;
}

/* line 387, app/assets/stylesheets/inspinia/base/base.scss */
.border-right {
  border-right: 1px solid #e7eaec;
}

/* line 391, app/assets/stylesheets/inspinia/base/base.scss */
.border-top {
  border-top: 1px solid #e7eaec;
}

/* line 395, app/assets/stylesheets/inspinia/base/base.scss */
.border-bottom {
  border-bottom: 1px solid #e7eaec;
}

/* line 399, app/assets/stylesheets/inspinia/base/base.scss */
.border-size-sm {
  border-width: 3px;
}

/* line 403, app/assets/stylesheets/inspinia/base/base.scss */
.border-size-md {
  border-width: 6px;
}

/* line 407, app/assets/stylesheets/inspinia/base/base.scss */
.border-size-lg {
  border-width: 9px;
}

/* line 411, app/assets/stylesheets/inspinia/base/base.scss */
.border-size-xl {
  border-width: 12px;
}

/* line 415, app/assets/stylesheets/inspinia/base/base.scss */
.full-width {
  width: 100% !important;
}

/* line 419, app/assets/stylesheets/inspinia/base/base.scss */
.link-block {
  font-size: 12px;
  padding: 10px;
}

/* line 424, app/assets/stylesheets/inspinia/base/base.scss */
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}

/* line 428, app/assets/stylesheets/inspinia/base/base.scss */
.link-block a {
  font-size: 10px;
  color: inherit;
}

/* line 434, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar .branding {
  display: none;
}

/* line 438, app/assets/stylesheets/inspinia/base/base.scss */
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}

/* line 443, app/assets/stylesheets/inspinia/base/base.scss */
.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #008de7;
}

/* line 453, app/assets/stylesheets/inspinia/base/base.scss */
.login-panel {
  margin-top: 25%;
}

/* line 457, app/assets/stylesheets/inspinia/base/base.scss */
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 462, app/assets/stylesheets/inspinia/base/base.scss */
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}

/* line 468, app/assets/stylesheets/inspinia/base/base.scss */
.icons-box .infont a {
  color: #a6a8a9;
}

/* line 472, app/assets/stylesheets/inspinia/base/base.scss */
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}

/* line 479, app/assets/stylesheets/inspinia/base/base.scss */
.ui-draggable .ibox-title {
  cursor: move;
}

/* line 483, app/assets/stylesheets/inspinia/base/base.scss */
.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}

/* line 489, app/assets/stylesheets/inspinia/base/base.scss */
.breadcrumb > li a {
  color: inherit;
}

/* line 493, app/assets/stylesheets/inspinia/base/base.scss */
.breadcrumb > .active {
  color: inherit;
}

/* line 497, app/assets/stylesheets/inspinia/base/base.scss */
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

/* line 506, app/assets/stylesheets/inspinia/base/base.scss */
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

/* line 513, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.collapsed .ibox-content {
  display: none;
}

/* line 517, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

/* line 521, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

/* line 525, app/assets/stylesheets/inspinia/base/base.scss */
.ibox:after, .ibox:before {
  display: table;
}

/* line 529, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}

/* line 545, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

/* line 556, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

/* line 564, app/assets/stylesheets/inspinia/base/base.scss */
table.table-mail tr td {
  padding: 12px;
}

/* line 568, app/assets/stylesheets/inspinia/base/base.scss */
.table-mail .check-mail {
  padding-left: 20px;
}

/* line 572, app/assets/stylesheets/inspinia/base/base.scss */
.table-mail .mail-date {
  padding-right: 20px;
}

/* line 576, app/assets/stylesheets/inspinia/base/base.scss */
.star-mail, .check-mail {
  width: 40px;
}

/* line 580, app/assets/stylesheets/inspinia/base/base.scss */
.unread td a, .unread td {
  font-weight: 600;
  color: inherit;
}

/* line 585, app/assets/stylesheets/inspinia/base/base.scss */
.read td a, .read td {
  font-weight: normal;
  color: inherit;
}

/* line 590, app/assets/stylesheets/inspinia/base/base.scss */
.unread td {
  background-color: #f9f8f8;
}

/* line 594, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-content {
  clear: both;
}

/* line 598, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}

/* line 603, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}

/* line 608, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}

/* line 617, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-title .label {
  float: left;
  margin-left: 4px;
}

/* line 622, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}

/* line 631, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

/* line 637, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-tools a.btn-primary {
  color: #fff;
}

/* line 641, app/assets/stylesheets/inspinia/base/base.scss */
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}

/* line 646, app/assets/stylesheets/inspinia/base/base.scss */
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

/* BACKGROUNDS */
/* line 654, app/assets/stylesheets/inspinia/base/base.scss */
.gray-bg, .bg-muted {
  background-color: #f6f6f6;
}

/* line 658, app/assets/stylesheets/inspinia/base/base.scss */
.white-bg {
  background-color: #ffffff;
}

/* line 662, app/assets/stylesheets/inspinia/base/base.scss */
.navy-bg, .bg-success {
  background-color: #008de7;
  color: #ffffff;
}

/* line 667, app/assets/stylesheets/inspinia/base/base.scss */
.blue-bg, .bg-primary {
  background-color: #1ab394;
  color: #ffffff;
}

/* line 672, app/assets/stylesheets/inspinia/base/base.scss */
.lazur-bg, .bg-info {
  background-color: #23c6c8;
  color: #ffffff;
}

/* line 677, app/assets/stylesheets/inspinia/base/base.scss */
.yellow-bg, .bg-warning {
  background-color: #f8ac59;
  color: #ffffff;
}

/* line 682, app/assets/stylesheets/inspinia/base/base.scss */
.red-bg, .bg-danger {
  background-color: #ED5565;
  color: #ffffff;
}

/* line 687, app/assets/stylesheets/inspinia/base/base.scss */
.black-bg {
  background-color: #262626;
}

/* line 691, app/assets/stylesheets/inspinia/base/base.scss */
.panel-primary {
  border-color: #008de7;
}

/* line 695, app/assets/stylesheets/inspinia/base/base.scss */
.panel-primary > .panel-heading {
  background-color: #008de7;
  border-color: #008de7;
}

/* line 700, app/assets/stylesheets/inspinia/base/base.scss */
.panel-success {
  border-color: #1ab394;
}

/* line 704, app/assets/stylesheets/inspinia/base/base.scss */
.panel-success > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}

/* line 710, app/assets/stylesheets/inspinia/base/base.scss */
.panel-info {
  border-color: #23c6c8;
}

/* line 714, app/assets/stylesheets/inspinia/base/base.scss */
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}

/* line 720, app/assets/stylesheets/inspinia/base/base.scss */
.panel-warning {
  border-color: #f8ac59;
}

/* line 724, app/assets/stylesheets/inspinia/base/base.scss */
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}

/* line 730, app/assets/stylesheets/inspinia/base/base.scss */
.panel-danger {
  border-color: #ED5565;
}

/* line 734, app/assets/stylesheets/inspinia/base/base.scss */
.panel-danger > .panel-heading {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #ffffff;
}

/* line 740, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar {
  background-color: #008de7;
}

/* line 744, app/assets/stylesheets/inspinia/base/base.scss */
.progress-small, .progress-small .progress-bar {
  height: 10px;
}

/* line 748, app/assets/stylesheets/inspinia/base/base.scss */
.progress-small, .progress-mini {
  margin-top: 5px;
}

/* line 752, app/assets/stylesheets/inspinia/base/base.scss */
.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}

/* line 757, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar-navy-light {
  background-color: #3dc7ab;
}

/* line 761, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar-success {
  background-color: #1ab394;
}

/* line 765, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar-info {
  background-color: #23c6c8;
}

/* line 769, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar-warning {
  background-color: #f8ac59;
}

/* line 773, app/assets/stylesheets/inspinia/base/base.scss */
.progress-bar-danger {
  background-color: #ED5565;
}

/* line 777, app/assets/stylesheets/inspinia/base/base.scss */
.panel-title {
  font-size: inherit;
}

/* line 781, app/assets/stylesheets/inspinia/base/base.scss */
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}

/* line 786, app/assets/stylesheets/inspinia/base/base.scss */
.jumbotron h1 {
  margin-top: 0;
}

/* COLORS */
/* line 792, app/assets/stylesheets/inspinia/base/base.scss */
.text-navy {
  color: #008de7;
}

/* line 796, app/assets/stylesheets/inspinia/base/base.scss */
.text-primary {
  color: inherit;
}

/* line 800, app/assets/stylesheets/inspinia/base/base.scss */
.text-success {
  color: #1ab394;
}

/* line 804, app/assets/stylesheets/inspinia/base/base.scss */
.text-info {
  color: #23c6c8;
}

/* line 808, app/assets/stylesheets/inspinia/base/base.scss */
.text-warning {
  color: #f8ac59;
}

/* line 812, app/assets/stylesheets/inspinia/base/base.scss */
.text-danger {
  color: #ED5565;
}

/* line 816, app/assets/stylesheets/inspinia/base/base.scss */
.text-muted {
  color: #888888;
}

/* line 820, app/assets/stylesheets/inspinia/base/base.scss */
.text-white {
  color: #ffffff;
}

/* line 824, app/assets/stylesheets/inspinia/base/base.scss */
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}

/* line 836, app/assets/stylesheets/inspinia/base/base.scss */
.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}

/* For handle diferent bg color in AngularJS version */
/* line 843, app/assets/stylesheets/inspinia/base/base.scss */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar, .metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}

/* For handle diferent bg color in MVC version */
/* line 855, app/assets/stylesheets/inspinia/base/base.scss */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}

/* line 866, app/assets/stylesheets/inspinia/base/base.scss */
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}

/* line 874, app/assets/stylesheets/inspinia/base/base.scss */
a.close-canvas-menu:hover {
  color: #fff;
}

/* line 878, app/assets/stylesheets/inspinia/base/base.scss */
.close-canvas-menu {
  display: none;
}

/* line 882, app/assets/stylesheets/inspinia/base/base.scss */
.canvas-menu .close-canvas-menu {
  display: block;
}

/* line 886, app/assets/stylesheets/inspinia/base/base.scss */
.light-navbar .navbar.navbar-static-top {
  background-color: #fff;
}

/* FULL HEIGHT */
/* line 892, app/assets/stylesheets/inspinia/base/base.scss */
.full-height {
  height: 100%;
}

/* line 896, app/assets/stylesheets/inspinia/base/base.scss */
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}

/* line 902, app/assets/stylesheets/inspinia/base/base.scss */
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}

/* line 908, app/assets/stylesheets/inspinia/base/base.scss */
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}

/* line 915, app/assets/stylesheets/inspinia/base/base.scss */
.modal-backdrop {
  z-index: 2040 !important;
}

/* line 919, app/assets/stylesheets/inspinia/base/base.scss */
.modal {
  z-index: 2050 !important;
}

/* line 923, app/assets/stylesheets/inspinia/base/base.scss */
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

/* MARGINS & PADDINGS */
/* line 930, app/assets/stylesheets/inspinia/base/base.scss */
.p-xxs {
  padding: 5px;
}

/* line 934, app/assets/stylesheets/inspinia/base/base.scss */
.p-xs {
  padding: 10px;
}

/* line 938, app/assets/stylesheets/inspinia/base/base.scss */
.p-sm {
  padding: 15px;
}

/* line 942, app/assets/stylesheets/inspinia/base/base.scss */
.p-m {
  padding: 20px;
}

/* line 946, app/assets/stylesheets/inspinia/base/base.scss */
.p-md {
  padding: 25px;
}

/* line 950, app/assets/stylesheets/inspinia/base/base.scss */
.p-lg {
  padding: 30px;
}

/* line 954, app/assets/stylesheets/inspinia/base/base.scss */
.p-xl {
  padding: 40px;
}

/* line 958, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-xs {
  padding: 0 10px;
}

/* line 962, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-sm {
  padding: 0 15px;
}

/* line 967, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-m {
  padding: 0 20px;
}

/* line 972, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-md {
  padding: 0 25px;
}

/* line 977, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-lg {
  padding: 0 30px;
}

/* line 982, app/assets/stylesheets/inspinia/base/base.scss */
.p-w-xl {
  padding: 0 40px;
}

/* line 986, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-xs {
  padding: 10px 0;
}

/* line 990, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-sm {
  padding: 15px 0;
}

/* line 995, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-m {
  padding: 20px 0;
}

/* line 1000, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-md {
  padding: 25px 0;
}

/* line 1005, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-lg {
  padding: 30px 0;
}

/* line 1010, app/assets/stylesheets/inspinia/base/base.scss */
.p-h-xl {
  padding: 40px 0;
}

/* line 1016, app/assets/stylesheets/inspinia/base/base.scss */
.m-xxs {
  margin: 2px 4px;
}

/* line 1020, app/assets/stylesheets/inspinia/base/base.scss */
.m-xs {
  margin: 5px;
}

/* line 1024, app/assets/stylesheets/inspinia/base/base.scss */
.m-sm {
  margin: 10px;
}

/* line 1028, app/assets/stylesheets/inspinia/base/base.scss */
.m {
  margin: 15px;
}

/* line 1032, app/assets/stylesheets/inspinia/base/base.scss */
.m-md {
  margin: 20px;
}

/* line 1036, app/assets/stylesheets/inspinia/base/base.scss */
.m-lg {
  margin: 30px;
}

/* line 1040, app/assets/stylesheets/inspinia/base/base.scss */
.m-xl {
  margin: 50px;
}

/* line 1044, app/assets/stylesheets/inspinia/base/base.scss */
.m-n {
  margin: 0 !important;
}

/* line 1048, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-none {
  margin-left: 0;
}

/* line 1052, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-xs {
  margin-left: 5px;
}

/* line 1056, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-sm {
  margin-left: 10px;
}

/* line 1060, app/assets/stylesheets/inspinia/base/base.scss */
.m-l {
  margin-left: 15px;
}

/* line 1064, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-md {
  margin-left: 20px;
}

/* line 1068, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-lg {
  margin-left: 30px;
}

/* line 1072, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-xl {
  margin-left: 40px;
}

/* line 1076, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-xxs {
  margin-left: -1px;
}

/* line 1080, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-xs {
  margin-left: -5px;
}

/* line 1084, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-sm {
  margin-left: -10px;
}

/* line 1088, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n {
  margin-left: -15px;
}

/* line 1092, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-md {
  margin-left: -20px;
}

/* line 1096, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-lg {
  margin-left: -30px;
}

/* line 1100, app/assets/stylesheets/inspinia/base/base.scss */
.m-l-n-xl {
  margin-left: -40px;
}

/* line 1104, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-none {
  margin-top: 0;
}

/* line 1108, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-xxs {
  margin-top: 1px;
}

/* line 1112, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-xs {
  margin-top: 5px;
}

/* line 1116, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-sm {
  margin-top: 10px;
}

/* line 1120, app/assets/stylesheets/inspinia/base/base.scss */
.m-t {
  margin-top: 15px;
}

/* line 1124, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-md {
  margin-top: 20px;
}

/* line 1128, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-lg {
  margin-top: 30px;
}

/* line 1132, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-xl {
  margin-top: 40px;
}

/* line 1136, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-xxs {
  margin-top: -1px;
}

/* line 1140, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-xs {
  margin-top: -5px;
}

/* line 1144, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-sm {
  margin-top: -10px;
}

/* line 1148, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n {
  margin-top: -15px;
}

/* line 1152, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-md {
  margin-top: -20px;
}

/* line 1156, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-lg {
  margin-top: -30px;
}

/* line 1160, app/assets/stylesheets/inspinia/base/base.scss */
.m-t-n-xl {
  margin-top: -40px;
}

/* line 1164, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-none {
  margin-right: 0;
}

/* line 1168, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-xxs {
  margin-right: 1px;
}

/* line 1172, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-xs {
  margin-right: 5px;
}

/* line 1176, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-sm {
  margin-right: 10px;
}

/* line 1180, app/assets/stylesheets/inspinia/base/base.scss */
.m-r {
  margin-right: 15px;
}

/* line 1184, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-md {
  margin-right: 20px;
}

/* line 1188, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-lg {
  margin-right: 30px;
}

/* line 1192, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-xl {
  margin-right: 40px;
}

/* line 1196, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-xxs {
  margin-right: -1px;
}

/* line 1200, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-xs {
  margin-right: -5px;
}

/* line 1204, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-sm {
  margin-right: -10px;
}

/* line 1208, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n {
  margin-right: -15px;
}

/* line 1212, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-md {
  margin-right: -20px;
}

/* line 1216, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-lg {
  margin-right: -30px;
}

/* line 1220, app/assets/stylesheets/inspinia/base/base.scss */
.m-r-n-xl {
  margin-right: -40px;
}

/* line 1224, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-none {
  margin-bottom: 0;
}

/* line 1228, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-xxs {
  margin-bottom: 1px;
}

/* line 1232, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-xs {
  margin-bottom: 5px;
}

/* line 1236, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-sm {
  margin-bottom: 10px;
}

/* line 1240, app/assets/stylesheets/inspinia/base/base.scss */
.m-b {
  margin-bottom: 15px;
}

/* line 1244, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-md {
  margin-bottom: 20px;
}

/* line 1248, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-lg {
  margin-bottom: 30px;
}

/* line 1252, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-xl {
  margin-bottom: 40px;
}

/* line 1256, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-xxs {
  margin-bottom: -1px;
}

/* line 1260, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-xs {
  margin-bottom: -5px;
}

/* line 1264, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-sm {
  margin-bottom: -10px;
}

/* line 1268, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n {
  margin-bottom: -15px;
}

/* line 1272, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-md {
  margin-bottom: -20px;
}

/* line 1276, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-lg {
  margin-bottom: -30px;
}

/* line 1280, app/assets/stylesheets/inspinia/base/base.scss */
.m-b-n-xl {
  margin-bottom: -40px;
}

/* line 1284, app/assets/stylesheets/inspinia/base/base.scss */
.space-15 {
  margin: 15px 0;
}

/* line 1288, app/assets/stylesheets/inspinia/base/base.scss */
.space-20 {
  margin: 20px 0;
}

/* line 1292, app/assets/stylesheets/inspinia/base/base.scss */
.space-25 {
  margin: 25px 0;
}

/* line 1296, app/assets/stylesheets/inspinia/base/base.scss */
.space-30 {
  margin: 30px 0;
}

/* line 1303, app/assets/stylesheets/inspinia/base/base.scss */
.img-sm {
  width: 32px;
  height: 32px;
}

/* line 1308, app/assets/stylesheets/inspinia/base/base.scss */
.img-md {
  width: 64px;
  height: 64px;
}

/* line 1313, app/assets/stylesheets/inspinia/base/base.scss */
.img-lg {
  width: 96px;
  height: 96px;
}

/* line 1320, app/assets/stylesheets/inspinia/base/base.scss */
.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 1326, app/assets/stylesheets/inspinia/base/base.scss */
.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1332, app/assets/stylesheets/inspinia/base/base.scss */
.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 1338, app/assets/stylesheets/inspinia/base/base.scss */
.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 1344, app/assets/stylesheets/inspinia/base/base.scss */
.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

/* line 1352, app/assets/stylesheets/inspinia/base/base.scss */
.fullscreen-ibox-mode .animated {
  animation: none;
}

/* line 1356, app/assets/stylesheets/inspinia/base/base.scss */
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}

/* line 1360, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

/* line 1371, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.fullscreen .collapse-link {
  display: none;
}

/* line 1375, app/assets/stylesheets/inspinia/base/base.scss */
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

/* line 1381, app/assets/stylesheets/inspinia/base/base.scss */
body.modal-open {
  padding-right: inherit !important;
}

/* line 1387, app/assets/stylesheets/inspinia/base/base.scss */
body.modal-open .wrapper-content.animated {
  -webkit-animation: none;
}

/* line 1392, app/assets/stylesheets/inspinia/base/base.scss */
body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}

/* Show profile dropdown on fixed sidebar */
/* line 1398, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar.fixed-sidebar .profile-element, .block {
  display: block !important;
}

/* line 1402, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}

/* line 1406, app/assets/stylesheets/inspinia/base/base.scss */
body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}

/* line 1412, app/assets/stylesheets/inspinia/base/base.scss */
.fullscreen-video .animated {
  animation: none;
}

/* SEARCH PAGE */
/* line 3, app/assets/stylesheets/inspinia/base/pages.scss */
.search-form {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/inspinia/base/pages.scss */
.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE;
}

/* line 12, app/assets/stylesheets/inspinia/base/pages.scss */
.search-result .search-link {
  color: #006621;
}

/* line 16, app/assets/stylesheets/inspinia/base/pages.scss */
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

/* CONTACTS */
/* line 23, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box > a {
  color: inherit;
}

/* line 34, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}

/* line 40, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

/* line 47, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box.center-version address {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}

/* INVOICE */
/* line 67, app/assets/stylesheets/inspinia/base/pages.scss */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}

/* line 71, app/assets/stylesheets/inspinia/base/pages.scss */
.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}

/* line 75, app/assets/stylesheets/inspinia/base/pages.scss */
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}

/* line 79, app/assets/stylesheets/inspinia/base/pages.scss */
.invoice-total > tbody > tr > td {
  border: 0 none;
}

/* line 83, app/assets/stylesheets/inspinia/base/pages.scss */
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%;
}

/* ERROR & LOGIN & LOCKSCREEN*/
/* line 91, app/assets/stylesheets/inspinia/base/pages.scss */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 98, app/assets/stylesheets/inspinia/base/pages.scss */
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

/* line 103, app/assets/stylesheets/inspinia/base/pages.scss */
.loginscreen.middle-box {
  width: 300px;
}

/* line 107, app/assets/stylesheets/inspinia/base/pages.scss */
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 113, app/assets/stylesheets/inspinia/base/pages.scss */
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 119, app/assets/stylesheets/inspinia/base/pages.scss */
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}

/* line 127, app/assets/stylesheets/inspinia/base/pages.scss */
.middle-box h1 {
  font-size: 170px;
}

/* line 131, app/assets/stylesheets/inspinia/base/pages.scss */
.wrapper .middle-box {
  margin-top: 140px;
}

/* line 135, app/assets/stylesheets/inspinia/base/pages.scss */
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

/* line 143, app/assets/stylesheets/inspinia/base/pages.scss */
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

/* line 150, app/assets/stylesheets/inspinia/base/pages.scss */
.lock-word .first-word {
  margin-right: 160px;
}

/* DASBOARD */
/* line 156, app/assets/stylesheets/inspinia/base/pages.scss */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}

/* line 161, app/assets/stylesheets/inspinia/base/pages.scss */
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}

/* line 166, app/assets/stylesheets/inspinia/base/pages.scss */
.fist-item {
  border-top: none !important;
}

/* line 170, app/assets/stylesheets/inspinia/base/pages.scss */
.statistic-box {
  margin-top: 40px;
}

/* line 175, app/assets/stylesheets/inspinia/base/pages.scss */
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}

/* line 179, app/assets/stylesheets/inspinia/base/pages.scss */
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

/* line 187, app/assets/stylesheets/inspinia/base/pages.scss */
ul.clear-list:first-child {
  border-top: none !important;
}

/* Intimeline */
/* line 193, app/assets/stylesheets/inspinia/base/pages.scss */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8;
}

/* line 206, app/assets/stylesheets/inspinia/base/pages.scss */
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}

/* line 213, app/assets/stylesheets/inspinia/base/pages.scss */
.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px;
}

/* line 220, app/assets/stylesheets/inspinia/base/pages.scss */
.timeline-item .content:hover {
  background: #f6f6f6;
}

/* PIN BOARD */
/* line 225, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li, ul.tag-list li {
  list-style: none;
}

/* line 229, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}

/* line 234, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}

/* line 245, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

/* line 252, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}

/* line 259, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li {
  margin: 10px 40px 50px 0;
  float: left;
}

/* line 264, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div p {
  font-size: 12px;
}

/* line 268, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

/* line 284, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}

/* line 290, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

/* line 298, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}

/* line 306, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}

/* line 314, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}

/* line 323, app/assets/stylesheets/inspinia/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  -webkit-transition: -webkit-transform .15s linear;
}

/* FILE MANAGER */
/* line 341, app/assets/stylesheets/inspinia/base/pages.scss */
.file-box {
  float: left;
  width: 220px;
}

/* line 346, app/assets/stylesheets/inspinia/base/pages.scss */
.file-manager h5 {
  text-transform: uppercase;
}

/* line 350, app/assets/stylesheets/inspinia/base/pages.scss */
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 356, app/assets/stylesheets/inspinia/base/pages.scss */
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

/* line 362, app/assets/stylesheets/inspinia/base/pages.scss */
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}

/* line 367, app/assets/stylesheets/inspinia/base/pages.scss */
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/* line 372, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

/* line 378, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li {
  display: block;
}

/* line 382, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/* line 387, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a .text-navy {
  color: #008de7;
}

/* line 391, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a .text-primary {
  color: #1ab394;
}

/* line 395, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a .text-info {
  color: #23c6c8;
}

/* line 399, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a .text-danger {
  color: #EF5352;
}

/* line 403, app/assets/stylesheets/inspinia/base/pages.scss */
.category-list li a .text-warning {
  color: #F8AC59;
}

/* line 407, app/assets/stylesheets/inspinia/base/pages.scss */
.file-manager h5.tag-title {
  margin-top: 20px;
}

/* line 411, app/assets/stylesheets/inspinia/base/pages.scss */
.tag-list li {
  float: left;
}

/* line 415, app/assets/stylesheets/inspinia/base/pages.scss */
.tag-list li a {
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

/* line 427, app/assets/stylesheets/inspinia/base/pages.scss */
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* line 436, app/assets/stylesheets/inspinia/base/pages.scss */
.file-manager .hr-line-dashed {
  margin: 15px 0;
}

/* line 440, app/assets/stylesheets/inspinia/base/pages.scss */
.file .icon, .file .image {
  height: 100px;
  overflow: hidden;
}

/* line 445, app/assets/stylesheets/inspinia/base/pages.scss */
.file .icon {
  padding: 15px 10px;
  text-align: center;
}

/* line 450, app/assets/stylesheets/inspinia/base/pages.scss */
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}

/* line 456, app/assets/stylesheets/inspinia/base/pages.scss */
.file-control.active {
  text-decoration: underline;
}

/* line 460, app/assets/stylesheets/inspinia/base/pages.scss */
.file .icon i {
  font-size: 70px;
  color: #dadada;
}

/* line 465, app/assets/stylesheets/inspinia/base/pages.scss */
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}

/* line 471, app/assets/stylesheets/inspinia/base/pages.scss */
.file-name small {
  color: #676a6c;
}

/* line 475, app/assets/stylesheets/inspinia/base/pages.scss */
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

/* line 488, app/assets/stylesheets/inspinia/base/pages.scss */
a.compose-mail {
  padding: 8px 10px;
}

/* line 492, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-search {
  max-width: 300px;
}

/* PROFILE */
/* line 498, app/assets/stylesheets/inspinia/base/pages.scss */
.profile-content {
  border-top: none !important;
}

/* line 502, app/assets/stylesheets/inspinia/base/pages.scss */
.profile-stats {
  margin-right: 10px;
}

/* line 506, app/assets/stylesheets/inspinia/base/pages.scss */
.profile-image {
  width: 120px;
  float: left;
}

/* line 511, app/assets/stylesheets/inspinia/base/pages.scss */
.profile-image img {
  width: 96px;
  height: 96px;
}

/* line 516, app/assets/stylesheets/inspinia/base/pages.scss */
.profile-info {
  margin-left: 120px;
}

/* line 520, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
}

/* line 524, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element:first-child {
  margin-top: 0;
}

/* line 528, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element {
  padding-bottom: 15px;
}

/* line 532, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element, .feed-element .media {
  margin-top: 15px;
}

/* line 536, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element, .media-body {
  overflow: hidden;
}

/* line 540, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element > .pull-left {
  margin-right: 10px;
}

/* line 544, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

/* line 549, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

/* line 559, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element .actions {
  margin-top: 10px;
}

/* line 563, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-element .photos {
  margin: 10px 0;
}

/* line 568, app/assets/stylesheets/inspinia/base/pages.scss */
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 576, app/assets/stylesheets/inspinia/base/pages.scss */
.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px;
}

/* line 585, app/assets/stylesheets/inspinia/base/pages.scss */
.file-list li a {
  color: inherit;
}

/* line 589, app/assets/stylesheets/inspinia/base/pages.scss */
.file-list li a:hover {
  color: #008de7;
}

/* line 593, app/assets/stylesheets/inspinia/base/pages.scss */
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* MAILBOX */
/* line 603, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}

/* line 611, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}

/* line 618, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-box-header h2 {
  margin-top: 0;
}

/* line 622, app/assets/stylesheets/inspinia/base/pages.scss */
.mailbox-content .tag-list li a {
  background: #ffffff;
}

/* line 626, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}

/* line 631, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-text {
  border-top: 1px solid #e7eaec;
}

/* line 635, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-text .note-toolbar {
  padding: 10px 15px;
}

/* line 639, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-body .form-group {
  margin-bottom: 5px;
}

/* line 643, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8;
}

/* line 647, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px;
}

/* line 653, app/assets/stylesheets/inspinia/base/pages.scss */
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}

/* line 659, app/assets/stylesheets/inspinia/base/pages.scss */
.mail-ontact {
  width: 23%;
}

/* PROJECTS */
/* line 664, app/assets/stylesheets/inspinia/base/pages.scss */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle;
}

/* line 669, app/assets/stylesheets/inspinia/base/pages.scss */
dd.project-people {
  text-align: left;
  margin-top: 5px;
}

/* line 674, app/assets/stylesheets/inspinia/base/pages.scss */
.project-people img {
  width: 32px;
  height: 32px;
}

/* line 679, app/assets/stylesheets/inspinia/base/pages.scss */
.project-title a {
  font-size: 14px;
  color: #676a6c;
  font-weight: 600;
}

/* line 685, app/assets/stylesheets/inspinia/base/pages.scss */
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle;
}

/* line 692, app/assets/stylesheets/inspinia/base/pages.scss */
.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

/* line 704, app/assets/stylesheets/inspinia/base/pages.scss */
.project-files li a {
  font-size: 11px;
  color: #676a6c;
  margin-left: 10px;
  line-height: 22px;
}

/* FAQ */
/* line 713, app/assets/stylesheets/inspinia/base/pages.scss */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff;
}

/* line 719, app/assets/stylesheets/inspinia/base/pages.scss */
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #008de7;
  display: block;
}

/* line 726, app/assets/stylesheets/inspinia/base/pages.scss */
.faq-question:hover {
  color: #007dce;
}

/* line 730, app/assets/stylesheets/inspinia/base/pages.scss */
.faq-answer {
  margin-top: 10px;
  background: #f6f6f6;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px;
}

/* line 738, app/assets/stylesheets/inspinia/base/pages.scss */
.faq-item .tag-item {
  background: #f6f6f6;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Chat view */
/* line 746, app/assets/stylesheets/inspinia/base/pages.scss */
.message-input {
  height: 90px !important;
}

/* line 750, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

/* line 757, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-user-name {
  padding: 10px;
}

/* line 761, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}

/* line 766, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-user a {
  color: inherit;
}

/* line 770, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-view {
  z-index: 20012;
}

/* line 774, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-users, .chat-statistic {
  margin-left: -30px;
}

@media (max-width: 992px) {
  /* line 779, app/assets/stylesheets/inspinia/base/pages.scss */
  .chat-users, .chat-statistic {
    margin-left: 0;
  }
}

/* line 784, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-view .ibox-content {
  padding: 0;
}

/* line 788, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-message {
  padding: 10px 20px;
}

/* line 792, app/assets/stylesheets/inspinia/base/pages.scss */
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}

/* line 800, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}

/* line 805, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}

/* line 810, app/assets/stylesheets/inspinia/base/pages.scss */
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}

/* line 820, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.left .message-date {
  float: right;
}

/* line 824, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.right .message-date {
  float: left;
}

/* line 828, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}

/* line 833, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}

/* line 838, app/assets/stylesheets/inspinia/base/pages.scss */
.message-date {
  font-size: 10px;
  color: #888888;
}

/* line 843, app/assets/stylesheets/inspinia/base/pages.scss */
.message-content {
  display: block;
}

/* line 847, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}

/* line 854, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-users {
  overflow-y: auto;
  height: 400px;
}

/* line 859, app/assets/stylesheets/inspinia/base/pages.scss */
.chat-message-form .form-group {
  margin-bottom: 0;
}

/* jsTree */
/* line 864, app/assets/stylesheets/inspinia/base/pages.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}

/* line 868, app/assets/stylesheets/inspinia/base/pages.scss */
.jstree-default .jstree-icon.none {
  width: 0;
}

/* CLIENTS */
/* line 874, app/assets/stylesheets/inspinia/base/pages.scss */
.clients-list {
  margin-top: 20px;
}

/* line 878, app/assets/stylesheets/inspinia/base/pages.scss */
.clients-list .tab-pane {
  position: relative;
  height: 600px;
}

/* line 883, app/assets/stylesheets/inspinia/base/pages.scss */
.client-detail {
  position: relative;
  height: 620px;
}

/* line 888, app/assets/stylesheets/inspinia/base/pages.scss */
.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}

/* line 894, app/assets/stylesheets/inspinia/base/pages.scss */
.client-link {
  font-weight: 600;
  color: inherit;
}

/* line 899, app/assets/stylesheets/inspinia/base/pages.scss */
.client-link:hover {
  color: inherit;
}

/* line 903, app/assets/stylesheets/inspinia/base/pages.scss */
.client-avatar {
  width: 42px;
}

/* line 907, app/assets/stylesheets/inspinia/base/pages.scss */
.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* line 913, app/assets/stylesheets/inspinia/base/pages.scss */
.contact-type {
  width: 20px;
  color: #c1c3c4;
}

/* line 918, app/assets/stylesheets/inspinia/base/pages.scss */
.client-status {
  text-align: left;
}

/* line 922, app/assets/stylesheets/inspinia/base/pages.scss */
.client-detail .vertical-timeline-content p {
  margin: 0;
}

/* line 926, app/assets/stylesheets/inspinia/base/pages.scss */
.client-detail .vertical-timeline-icon.gray-bg {
  color: #a7aaab;
}

/* line 931, app/assets/stylesheets/inspinia/base/pages.scss */
.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}

/* BLOG ARTICLE */
/* line 937, app/assets/stylesheets/inspinia/base/pages.scss */
.blog h2 {
  font-weight: 700;
}

/* line 941, app/assets/stylesheets/inspinia/base/pages.scss */
.blog h5 {
  margin: 0 0 5px 0;
}

/* line 945, app/assets/stylesheets/inspinia/base/pages.scss */
.blog .btn {
  margin: 0 0 5px 0;
}

/* line 949, app/assets/stylesheets/inspinia/base/pages.scss */
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}

/* line 955, app/assets/stylesheets/inspinia/base/pages.scss */
.article p {
  font-size: 15px;
  line-height: 26px;
}

/* line 960, app/assets/stylesheets/inspinia/base/pages.scss */
.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}

/* line 965, app/assets/stylesheets/inspinia/base/pages.scss */
.article .ibox-content {
  padding: 40px;
}

/* ISSUE TRACKER */
/* line 971, app/assets/stylesheets/inspinia/base/pages.scss */
.issue-tracker .btn-link {
  color: #008de7;
}

/* line 975, app/assets/stylesheets/inspinia/base/pages.scss */
table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}

/* line 980, app/assets/stylesheets/inspinia/base/pages.scss */
.issue-info {
  width: 50%;
}

/* line 984, app/assets/stylesheets/inspinia/base/pages.scss */
.issue-info a {
  font-weight: 600;
  color: #676a6c;
}

/* line 989, app/assets/stylesheets/inspinia/base/pages.scss */
.issue-info small {
  display: block;
}

/* TEAMS */
/* line 994, app/assets/stylesheets/inspinia/base/pages.scss */
.team-members {
  margin: 10px 0;
}

/* line 998, app/assets/stylesheets/inspinia/base/pages.scss */
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* AGILE BOARD */
/* line 1006, app/assets/stylesheets/inspinia/base/pages.scss */
.sortable-list {
  padding: 10px 0;
}

/* line 1010, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list {
  list-style: none;
  margin: 0;
}

/* line 1015, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}

/* line 1024, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}

/* line 1029, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}

/* line 1033, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li.danger-element {
  border-left: 3px solid #ED5565;
}

/* line 1037, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li.info-element {
  border-left: 3px solid #1ab394;
}

/* line 1041, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-list li.success-element {
  border-left: 3px solid #008de7;
}

/* line 1045, app/assets/stylesheets/inspinia/base/pages.scss */
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

/* DIFF */
/* line 1051, app/assets/stylesheets/inspinia/base/pages.scss */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

/* line 1056, app/assets/stylesheets/inspinia/base/pages.scss */
del {
  background-color: #ffc6c6;
}

/* E-commerce */
/* line 1061, app/assets/stylesheets/inspinia/base/pages.scss */
.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
}

/* line 1067, app/assets/stylesheets/inspinia/base/pages.scss */
.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}

/* line 1075, app/assets/stylesheets/inspinia/base/pages.scss */
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #fbfbfb;
  color: #c3c3c3;
  font-weight: 600;
}

/* line 1083, app/assets/stylesheets/inspinia/base/pages.scss */
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #fbfbfb;
}

/* line 1091, app/assets/stylesheets/inspinia/base/pages.scss */
.product-imitation.xl {
  padding: 120px 0;
}

/* line 1095, app/assets/stylesheets/inspinia/base/pages.scss */
.product-desc {
  padding: 20px;
  position: relative;
}

/* line 1100, app/assets/stylesheets/inspinia/base/pages.scss */
.ecommerce .tag-list {
  padding: 0;
}

/* line 1104, app/assets/stylesheets/inspinia/base/pages.scss */
.ecommerce .fa-star {
  color: #D1DADE;
}

/* line 1108, app/assets/stylesheets/inspinia/base/pages.scss */
.ecommerce .fa-star.active {
  color: #f8ac59;
}

/* line 1112, app/assets/stylesheets/inspinia/base/pages.scss */
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}

/* line 1116, app/assets/stylesheets/inspinia/base/pages.scss */
table.shoping-cart-table {
  margin-bottom: 0;
}

/* line 1119, app/assets/stylesheets/inspinia/base/pages.scss */
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}

/* line 1124, app/assets/stylesheets/inspinia/base/pages.scss */
table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
  text-align: left;
}

/* line 1128, app/assets/stylesheets/inspinia/base/pages.scss */
table.shoping-cart-table tr td:last-child {
  width: 80px;
}

/* line 1134, app/assets/stylesheets/inspinia/base/pages.scss */
.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}

/* line 1142, app/assets/stylesheets/inspinia/base/pages.scss */
.product-name:hover,
.product-name:focus {
  color: #008de7;
}

/* line 1147, app/assets/stylesheets/inspinia/base/pages.scss */
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #008de7;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}

/* line 1159, app/assets/stylesheets/inspinia/base/pages.scss */
.product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
}

/* line 1163, app/assets/stylesheets/inspinia/base/pages.scss */
.image-imitation {
  background-color: #fbfbfb;
  text-align: center;
  padding: 200px 0;
}

/* line 1170, app/assets/stylesheets/inspinia/base/pages.scss */
.product-main-price small {
  font-size: 10px;
}

/* line 1175, app/assets/stylesheets/inspinia/base/pages.scss */
.product-images {
  margin: 0 20px;
}

/* Social feed */
/* line 1180, app/assets/stylesheets/inspinia/base/pages.scss */
.social-feed-separated .social-feed-box {
  margin-left: 62px;
}

/* line 1184, app/assets/stylesheets/inspinia/base/pages.scss */
.social-feed-separated .social-avatar {
  float: left;
  padding: 0;
}

/* line 1189, app/assets/stylesheets/inspinia/base/pages.scss */
.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec;
}

/* line 1195, app/assets/stylesheets/inspinia/base/pages.scss */
.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none;
}

/* line 1200, app/assets/stylesheets/inspinia/base/pages.scss */
.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}

/* line 1207, app/assets/stylesheets/inspinia/base/pages.scss */
.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 1212, app/assets/stylesheets/inspinia/base/pages.scss */
.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}

/* line 1217, app/assets/stylesheets/inspinia/base/pages.scss */
.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}

/* line 1222, app/assets/stylesheets/inspinia/base/pages.scss */
.social-action {
  margin: 15px;
}

/* line 1226, app/assets/stylesheets/inspinia/base/pages.scss */
.social-avatar {
  padding: 15px 15px 0 15px;
}

/* line 1230, app/assets/stylesheets/inspinia/base/pages.scss */
.social-comment .social-comment {
  margin-left: 45px;
}

/* line 1234, app/assets/stylesheets/inspinia/base/pages.scss */
.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

/* line 1240, app/assets/stylesheets/inspinia/base/pages.scss */
.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}

/* line 1245, app/assets/stylesheets/inspinia/base/pages.scss */
.social-body {
  padding: 15px;
}

/* line 1249, app/assets/stylesheets/inspinia/base/pages.scss */
.social-body img {
  margin-bottom: 10px;
}

/* line 1253, app/assets/stylesheets/inspinia/base/pages.scss */
.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}

/* line 1259, app/assets/stylesheets/inspinia/base/pages.scss */
.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}

/* line 1264, app/assets/stylesheets/inspinia/base/pages.scss */
.social-comment:first-child {
  margin-top: 0;
}

/* line 1268, app/assets/stylesheets/inspinia/base/pages.scss */
.social-comment {
  margin-top: 15px;
}

/* line 1272, app/assets/stylesheets/inspinia/base/pages.scss */
.social-comment textarea {
  font-size: 12px;
}

/* Vote list */
/* line 1278, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec;
}

/* line 1284, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-item:last-child {
  border-bottom: 1px solid #e7eaec;
}

/* line 1288, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-item:hover {
  background: #fefefe;
}

/* line 1292, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
}

/* line 1300, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-actions a {
  color: #008de7;
  font-weight: 600;
}

/* line 1305, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-actions {
  font-weight: 600;
}

/* line 1309, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}

/* line 1318, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-title:hover, .vote-title:focus {
  color: inherit;
}

/* line 1322, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-info, .vote-title {
  margin-left: 45px;
}

/* line 1326, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-info, .vote-info a {
  color: #b4b6b8;
  font-size: 12px;
}

/* line 1331, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-info a {
  margin-right: 10px;
}

/* line 1335, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-info a:hover {
  color: #008de7;
}

/* line 1339, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea;
}

/* line 1346, app/assets/stylesheets/inspinia/base/pages.scss */
.vote-icon.active {
  color: #008de7;
}

/* line 1350, app/assets/stylesheets/inspinia/base/pages.scss */
body.body-small .vote-icon {
  display: none;
}

/* line 1354, app/assets/stylesheets/inspinia/base/pages.scss */
.lightBoxGallery {
  text-align: center;
}

/* line 1358, app/assets/stylesheets/inspinia/base/pages.scss */
.lightBoxGallery img {
  margin: 5px;
}

/* line 1, app/assets/stylesheets/inspinia/base/chat.scss */
#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

/* line 8, app/assets/stylesheets/inspinia/base/chat.scss */
#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}

/* line 14, app/assets/stylesheets/inspinia/base/chat.scss */
.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

/* line 25, app/assets/stylesheets/inspinia/base/chat.scss */
.open-small-chat:hover {
  color: white;
  background: #1ab394;
}

/* line 30, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px;
}

/* line 42, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box.ng-small-chat {
  display: block;
}

/* line 47, app/assets/stylesheets/inspinia/base/chat.scss */
.body-small .small-chat-box {
  bottom: 70px;
  right: 20px;
}

/* line 53, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box.active {
  display: block;
}

/* line 59, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .heading {
  background: #2F4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}

/* line 66, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content {
  padding: 15px 15px;
}

/* line 75, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}

/* line 81, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content > div {
  padding-bottom: 20px;
}

/* line 85, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}

/* line 100, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .left {
  text-align: left;
  clear: both;
}

/* line 104, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .left .chat-message {
  float: left;
}

/* line 109, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .right {
  text-align: right;
  clear: both;
}

/* line 113, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .content .right .chat-message {
  float: right;
}

/* line 121, app/assets/stylesheets/inspinia/base/chat.scss */
.small-chat-box .form-chat {
  padding: 10px 10px;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
/* line 8, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #008de7;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
/* line 60, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

/* line 67, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #008de7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

/* line 80, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
/* line 121, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

/* line 129, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave div {
  background-color: #008de7;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/* line 138, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 143, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 148, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 153, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
/* line 191, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}

/* line 198, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #008de7;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

/* line 209, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 276, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #008de7;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
/* line 321, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

/* line 331, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #008de7;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

/* line 343, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
/* line 398, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

/* line 404, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #008de7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 417, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 422, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 470, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 477, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 485, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #008de7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 500, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 506, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 512, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 518, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 524, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 530, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 536, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 542, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 548, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 554, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 560, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 566, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 571, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 576, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 581, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 586, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 591, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 596, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 601, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 606, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 611, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 616, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
/* line 661, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

/* line 670, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

/* line 676, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #008de7;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 685, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 690, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 695, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 700, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 705, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 710, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 715, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 720, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 725, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
/* line 762, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wordpress.sk-spinner {
  background-color: #008de7;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

/* line 773, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 827, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 834, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 842, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #008de7;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 857, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 863, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 869, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 875, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 881, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 887, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 893, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 899, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 905, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 911, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 917, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 923, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 928, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 933, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 938, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 943, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 948, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 953, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 958, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 963, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 968, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 973, app/assets/stylesheets/inspinia/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
/* line 12, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

/* line 26, app/assets/stylesheets/inspinia/base/landing.scss */
.pace-inactive {
  display: none;
}

/* line 30, app/assets/stylesheets/inspinia/base/landing.scss */
body.landing-page {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page {
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  /* Flip around the padding for proper display in narrow viewports */
  /* BACKGROUNDS SLIDER
  -------------------------------------------------- */
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* Sections
  ------------------------- */
  /* Buttons - only primary custom button
  ------------------------- */
  /* RESPONSIVE CSS
  -------------------------------------------------- */
}

/* line 38, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page span.navy {
  color: #008de7;
}

/* line 41, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page p.text-color {
  color: #676a6c;
}

/* line 44, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page a.navy-link {
  color: #008de7;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page a.navy-link:hover {
  color: #007dce;
}

/* line 51, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page section p {
  color: #aeaeae;
  font-size: 13px;
}

/* line 55, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page address {
  font-size: 13px;
}

/* line 58, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}

/* line 63, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #008de7;
}

/* line 71, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}

/* line 79, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 87, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}

/* line 92, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}

/* line 97, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 105, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}

/* line 109, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #008de7;
}

/* line 115, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #008de7;
  background: inherit;
}

/* line 120, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff;
}

/* line 130, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}

/* line 134, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #007dce;
  color: #fff;
}

/* line 139, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #008de7;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}

/* line 150, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}

/* line 153, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #008de7;
}

/* line 156, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}

/* line 163, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .nav > li.active {
  border: none;
  background: inherit;
}

/* line 168, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}

/* line 171, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}

/* line 175, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #008de7;
}

/* line 180, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-fixed-top {
  border: none !important;
}

/* line 184, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec !important;
}

/* line 188, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

/* line 197, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .header-back {
  height: 470px;
  width: 100%;
}

/* line 201, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .header-back.one {
  background: url(/images/landing/header_one.jpg) 50% 0 no-repeat;
}

/* line 204, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .header-back.two {
  background: url(/images/landing/header_two.jpg) 50% 0 no-repeat;
}

/* line 210, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel {
  height: 470px;
}

/* line 214, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption {
  z-index: 10;
}

/* line 218, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel .item {
  height: 470px;
  background-color: #777;
}

/* line 222, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}

/* line 229, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 234, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* line 237, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* line 243, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/* line 247, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}

/* line 250, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}

/* line 254, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-control {
  width: 6%;
}

/* line 257, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-inner .container {
  position: relative;
}

/* line 260, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-inner {
  overflow: visible;
}

/* line 263, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

/* line 271, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

/* line 279, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption.blank {
  top: 140px;
}

/* line 282, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}

/* line 287, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-indicators {
  padding-right: 60px;
}

/* line 290, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}

/* line 297, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

/* line 302, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 308, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 314, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .services {
  padding-top: 60px;
}

/* line 317, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 323, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features-block {
  margin-top: 40px;
}

/* line 326, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features-text {
  margin-top: 40px;
}

/* line 329, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features small {
  color: #008de7;
}

/* line 332, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}

/* line 336, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features-text-alone {
  margin: 40px 0;
}

/* line 339, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features-text-alone h1 {
  font-weight: 200;
}

/* line 342, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features-icon {
  color: #008de7;
  font-size: 40px;
}

/* line 346, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .navy-section {
  margin-top: 60px;
  background: #008de7;
  color: #fff;
  padding: 20px 0;
}

/* line 352, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}

/* line 356, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .team-member {
  text-align: center;
}

/* line 359, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .team-member img {
  margin: auto;
}

/* line 362, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .social-icon a {
  background: #008de7;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}

/* line 371, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .social-icon a:hover {
  background: #007dce;
}

/* line 374, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .img-small {
  height: 88px;
  width: 88px;
}

/* line 378, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}

/* line 382, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}

/* line 386, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}

/* line 392, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #008de7;
}

/* line 396, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}

/* line 401, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page li.pricing-title {
  background: #008de7;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}

/* line 409, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #008de7;
  background-image: url(/images/landing/avatar_all.png);
}

/* line 415, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .big-icon {
  font-size: 56px !important;
}

/* line 418, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .features .big-icon {
  color: #008de7 !important;
}

/* line 421, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .contact {
  background-image: url(/images/landing/word_map.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}

/* line 428, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page section.timeline {
  padding-bottom: 30px;
}

/* line 431, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page section.comments {
  padding-bottom: 80px;
}

/* line 435, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
  margin-bottom: 25px;
}

/* line 441, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}

/* line 446, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 453, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}

/* line 465, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}

/* line 480, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 487, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .btn-primary {
  background-color: #008de7;
  border-color: #008de7;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

/* line 495, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #007dce;
  border-color: #007dce;
  color: #FFFFFF;
}

/* line 504, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 509, app/assets/stylesheets/inspinia/base/landing.scss */
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
  }
  /* line 531, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }
  /* line 535, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 540, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 546, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* line 551, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 557, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  /* line 562, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .carousel-image {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 567, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .carousel-caption,
.landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  /* line 573, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  /* line 577, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  /* line 581, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  /* line 587, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  /* line 592, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-default .nav li a {
    color: #676a6c;
  }
  /* line 596, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-default .nav li a:hover {
    color: #008de7;
  }
  /* line 600, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  /* line 607, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  /* line 611, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-nav > li > a {
    padding: 20px 10px;
  }
  /* line 615, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  /* line 623, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  /* line 628, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  /* line 633, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .carousel-control {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 638, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  /* line 644, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  /* line 649, app/assets/stylesheets/inspinia/base/landing.scss */
  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 9px 10px;
    border: none;
  }
}

/* line 2, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls {
  /* Theme config */
}

/* line 4, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls #page-wrapper {
  margin: 0 220px 0 0;
}

/* line 8, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}

/* line 12, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .ibox-title h5 {
  float: right;
}

/* line 16, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .pull-right {
  float: left !important;
}

/* line 20, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .pull-left {
  float: right !important;
}

/* line 24, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .ibox-tools {
  float: left;
}

/* line 28, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .stat-percent {
  float: left;
}

/* line 32, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .navbar-right {
  float: left !important;
}

/* line 36, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0;
}

/* line 41, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}

/* line 46, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .timeline-item .date {
  text-align: left;
}

/* line 55, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}

/* line 60, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}

/* line 65, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .theme-config {
  left: 0;
  right: auto;
}

/* line 70, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
}

/* line 74, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .toast-close-button {
  float: left;
}

/* line 78, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em;
}

/* line 82, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px;
}

/* line 86, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}

/* line 91, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}

/* line 98, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .file-box {
  float: right;
}

/* line 102, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls ul.notes li {
  float: right;
}

/* line 106, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .chat-users, body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto;
}

/* line 111, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .dropdown-menu > li > a {
  text-align: right;
}

/* line 115, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}

/* line 120, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}

/* line 125, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .dd-item > button {
  float: right;
}

/* line 130, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}

/* line 135, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}

/* line 140, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .spin-icon {
  right: 0;
  left: auto;
}

/* line 145, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .skin-setttings {
  margin-right: 40px;
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .skin-setttings {
  direction: ltr;
}

/* line 154, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}

@media (max-width: 992px) {
  /* line 163, app/assets/stylesheets/inspinia/base/rtl.scss */
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: 0;
  }
}

/* line 169, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}

/* line 173, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.mini-navbar.fixed-sidebar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}

/* line 177, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 183, app/assets/stylesheets/inspinia/base/rtl.scss */
.body-small.rtls.top-navigation .navbar-header {
  float: none;
}

/* line 187, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.top-navigation #page-wrapper {
  margin: 0;
}

/* line 191, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0;
}

/* line 195, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0;
}

/* line 199, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 160px 0 0;
}

/* line 203, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 160px;
}

/* line 207, app/assets/stylesheets/inspinia/base/rtl.scss */
.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}

/* line 211, app/assets/stylesheets/inspinia/base/rtl.scss */
.body-small.rtls .navbar-header {
  float: right;
}

/* line 215, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}

/* line 219, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .top-navigation #page-wrapper, body.rtls.mini-navbar .top-navigation #page-wrapper, body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0;
}

/* line 223, app/assets/stylesheets/inspinia/base/rtl.scss */
body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 229, app/assets/stylesheets/inspinia/base/rtl.scss */
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }
  /* line 233, app/assets/stylesheets/inspinia/base/rtl.scss */
  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  /* line 239, app/assets/stylesheets/inspinia/base/rtl.scss */
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  /* line 246, app/assets/stylesheets/inspinia/base/rtl.scss */
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 250, app/assets/stylesheets/inspinia/base/rtl.scss */
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 160px;
  }
  /* line 257, app/assets/stylesheets/inspinia/base/rtl.scss */
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}

/* line 264, app/assets/stylesheets/inspinia/base/rtl.scss */
.rtls .ltr-support {
  direction: ltr;
}

/* line 268, app/assets/stylesheets/inspinia/base/rtl.scss */
.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}

/* line 273, app/assets/stylesheets/inspinia/base/rtl.scss */
.rtls #right-sidebar {
  left: -260px;
  right: auto;
}

/* line 278, app/assets/stylesheets/inspinia/base/rtl.scss */
.rtls #right-sidebar.sidebar-open {
  left: 0;
}

/*
 *
 *   SKIN 1 - INSPINIA - Responsive Admin Theme
 *   NAME - Blue light
 *
*/
/* line 15, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

/* line 19, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}

/* line 23, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 27, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .spin-icon {
  background: #0e9aef !important;
}

/* line 31, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav-header {
  background-color: #0e9aef;
  background-image: "/assets/patterns/header-profile-skin-1-ef373b1a47a0a73d5f26373237c42bbb9ae8033ba8bdc8f701a892dd6cbb25eb.png";
}

/* line 36, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}

/* line 40, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .breadcrumb {
  background: transparent;
}

/* line 44, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .page-heading {
  border: none;
}

/* line 48, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav > li.active {
  background: #3a4459;
}

/* line 52, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav > li > a {
  color: #9ea6b9;
}

/* line 56, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav > li.active > a {
  color: #fff;
}

/* line 60, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}

/* line 65, app/assets/stylesheets/inspinia/base/skins.scss */
body.skin-1 {
  background: #3e495f;
}

/* line 69, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .navbar-static-top {
  background: #ffffff;
}

/* line 73, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}

/* line 80, app/assets/stylesheets/inspinia/base/skins.scss */
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}

/* line 84, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .wrapper-content {
  padding: 30px 15px;
}

/* line 88, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 #page-wrapper {
  background: #f4f6fa;
}

/* line 92, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .ibox-title, .skin-1 .ibox-content {
  border-width: 1px;
}

/* line 96, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 100, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav > li.active {
  border: none;
}

/* line 104, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}

/* line 108, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

/* line 113, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

/* line 118, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .profile-element {
  text-align: center;
}

/* line 122, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .img-circle {
  border-radius: 5px;
}

/* line 126, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .navbar-default .nav > li > a:hover, .skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}

/* line 131, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 135, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}

/*
 *
 *   SKIN 2 - INSPINIA - Responsive Admin Theme
 *   NAME - Inspinia Ultra
 *
*/
/* line 153, app/assets/stylesheets/inspinia/base/skins.scss */
body.skin-2 {
  color: #565758 !important;
}

/* line 157, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}

/* line 161, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}

/* line 165, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .spin-icon {
  background: #23c6c8 !important;
}

/* line 169, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav-header {
  background-color: #23c6c8;
  background-image: url("patterns/header-profile-skin-2.png");
}

/* line 174, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}

/* line 178, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .breadcrumb {
  background: transparent;
}

/* line 182, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 186, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}

/* line 191, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav > li.active {
  background: #e0e0e0;
}

/* line 195, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .logo-element {
  padding: 17px 0;
}

/* line 199, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav > li > a, .skin-2 .welcome-message {
  color: #edf6ff;
}

/* line 203, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5;
}

/* line 208, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 #side-menu > li > a, .skin-2 .nav.nav-second-level > li > a {
  color: #586b7d;
}

/* line 212, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav > li.active > a {
  color: #213a53;
}

/* line 216, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2.mini-navbar .nav-header {
  background: #213a53;
}

/* line 220, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}

/* line 225, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .border-bottom {
  border-bottom: none !important;
}

/* line 229, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 #top-search {
  color: #fff;
}

/* line 233, app/assets/stylesheets/inspinia/base/skins.scss */
body.skin-2 #wrapper {
  background-color: #ededed;
}

/* line 237, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .navbar-static-top {
  background: #213a53;
}

/* line 241, app/assets/stylesheets/inspinia/base/skins.scss */
.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important;
}

/* line 246, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav-header {
  padding: 30px 25px 30px 25px;
}

/* line 250, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px;
}

/* line 257, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .wrapper-content {
  padding: 30px 15px;
}

/* line 261, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px 30px;
}

/* line 265, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}

/* line 271, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}

/* line 276, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}

/* line 285, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .ibox-title, .skin-2 .ibox-content {
  border-width: 1px;
}

/* line 289, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 293, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav > li.active {
  border: none;
}

/* line 297, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}

/* line 302, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8;
}

/* line 307, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .img-circle {
  border-radius: 10px;
}

/* line 311, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav.navbar-top-links > li > a:hover, .skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41;
}

/* line 315, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .navbar-default .nav > li > a:hover, .skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53;
}

/* line 320, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 324, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-2 .nav.nav-tabs > li.active {
  background: transparent;
}

/*
 *
 *   SKIN 3 - INSPINIA - Responsive Admin Theme
 *   NAME - Yellow/purple
 *
*/
/* line 342, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

/* line 346, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}

/* line 350, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 354, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .spin-icon {
  background: #ecba52 !important;
}

/* line 358, app/assets/stylesheets/inspinia/base/skins.scss */
body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}

/* line 362, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav-header {
  background-color: #ecba52;
  background-image: url("patterns/header-profile-skin-3.png");
}

/* line 367, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}

/* line 371, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .breadcrumb {
  background: transparent;
}

/* line 375, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .page-heading {
  border: none;
}

/* line 379, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav > li.active {
  background: #38283c;
}

/* line 383, app/assets/stylesheets/inspinia/base/skins.scss */
.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}

/* line 387, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav > li > a {
  color: #948b96;
}

/* line 391, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav > li.active > a {
  color: #fff;
}

/* line 395, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}

/* line 400, app/assets/stylesheets/inspinia/base/skins.scss */
body.skin-3 {
  background: #3e2c42;
}

/* line 404, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .navbar-static-top {
  background: #ffffff;
}

/* line 408, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}

/* line 415, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .wrapper-content {
  padding: 30px 15px;
}

/* line 419, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 #page-wrapper {
  background: #f4f6fa;
}

/* line 423, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .ibox-title, .skin-3 .ibox-content {
  border-width: 1px;
}

/* line 427, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 431, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav > li.active {
  border: none;
}

/* line 435, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav-header {
  padding: 35px 25px 25px 25px;
}

/* line 439, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

/* line 444, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

/* line 449, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .profile-element {
  text-align: center;
}

/* line 453, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .img-circle {
  border-radius: 5px;
}

/* line 457, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .navbar-default .nav > li > a:hover, .skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff;
}

/* line 462, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 466, app/assets/stylesheets/inspinia/base/skins.scss */
.skin-3 .nav.nav-tabs > li.active {
  background: transparent;
}

/* line 6, app/assets/stylesheets/inspinia/base/md-skin.scss */
body.md-skin {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

/* line 13, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav-header {
  background: url("patterns/4.png") no-repeat;
}

/* line 18, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .label, .md-skin .badge {
  font-family: 'Roboto';
}

/* line 22, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .font-bold {
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/inspinia/base/md-skin.scss */
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}

/* line 36, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

/* line 43, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec !important;
}

/* line 47, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 55, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}

/* line 59, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .ibox-title, .md-skin .ibox-content {
  border-style: none;
}

/* line 63, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}

/* line 68, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin a.close-canvas-menu {
  color: #ffffff;
}

/* line 72, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300;
}

/* line 77, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin #top-search::-moz-placeholder {
  color: #ffffff;
}

/* line 81, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin #top-search::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 85, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: 'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
}

/* line 90, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .landing-page {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 94, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff !important;
}

/* line 97, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none;
}

/* line 101, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .landing-page.navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 105, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav > li > a {
  color: #676a6c;
  padding: 14px 20px 14px 25px;
}

/* line 110, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav.navbar-right > li > a {
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav > li.active > a {
  color: #5b5d5f;
  font-weight: 700;
}

/* line 119, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-default .nav > li > a:hover, .md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5b5d5f;
}

/* line 124, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav .open > a, .md-skin .nav .open > a:hover, .md-skin .nav .open > a:focus {
  background: #008de7;
}

/* line 128, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-top-links li {
  display: inline-table;
}

/* line 132, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 136, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .pace-done .nav-header {
  transition: all 0.4s;
}

/* line 140, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav > li.active {
  background: #fbfbfb;
}

/* line 144, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

/* line 148, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

/* line 153, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav > li > a {
  font-weight: 400;
}

/* line 157, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-static-side .nav > li > a:focus, .md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit;
}

/* line 161, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}

/* line 166, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav-header .navbar-fixed-top a {
  color: #ffffff;
}

/* line 170, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .nav-header .text-muted {
  color: #ffffff;
}

/* line 174, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}

/* line 178, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}

/* line 182, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}

/* line 186, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}

/* line 190, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .pace-done .navbar-static-side, .md-skin .pace-done .nav-header, .md-skin .pace-done li.active, .md-skin .pace-done #page-wrapper, .md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 197, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important;
}

/* line 204, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
  background-color: #1AB394 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 209, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .navbar-static-side {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 215, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin #right-sidebar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900;
}

/* line 221, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .white-bg .navbar-fixed-top, .md-skin .white-bg .navbar-static-top {
  background: #fff !important;
}

/* line 225, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
}

/* line 230, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  /* line 239, app/assets/stylesheets/inspinia/base/md-skin.scss */
  .md-skin .dashboard-header {
    margin: 20px 0 0 0;
  }
}

/* line 244, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 249, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 254, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none;
}

/* line 262, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px;
}

/* line 269, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff;
}

/* line 275, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 282, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
}

/* line 289, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .navbar-default.navbar-scroll, .md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important;
}

/* line 295, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .nav > li.active {
  background: inherit;
}

/* line 299, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}

/* line 303, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 307, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}

/* line 311, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover, .md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #008de7;
}

/* line 317, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #676a6c;
}

/* line 321, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin .landing_link a, .md-skin .special_link a {
  color: #ffffff !important;
}

/* line 325, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #fbfbfb;
}

/* line 329, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 334, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}

/* line 338, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #676a6c;
}

/* line 343, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.top-navigation .nav > li a:hover, .md-skin .top-navigation .nav > li a:focus, .md-skin.top-navigation .nav .open > a, .md-skin.top-navigation .nav .open > a:hover, .md-skin.top-navigation .nav .open > a:focus {
  color: #008de7;
  background: #ffffff;
}

/* line 351, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.top-navigation .nav > li.active a {
  color: #008de7;
  background: #ffffff;
}

/* line 356, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0;
}

/* line 360, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

/* line 364, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}

/* line 368, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}

/* line 372, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 160px;
  background-color: #ffffff;
}

/* line 377, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.boxed-layout #wrapper {
  background-color: #ffffff;
}

/* line 381, app/assets/stylesheets/inspinia/base/md-skin.scss */
.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/inspinia/base/media.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 160px;
    min-height: 1200px;
  }
  /* line 8, app/assets/stylesheets/inspinia/base/media.scss */
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 160px;
  }
  /* line 14, app/assets/stylesheets/inspinia/base/media.scss */
  .navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  /* line 23, app/assets/stylesheets/inspinia/base/media.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  /* line 28, app/assets/stylesheets/inspinia/base/media.scss */
  #page-wrapper .wrapper-content {
    padding: 5px;
  }
  /* line 33, app/assets/stylesheets/inspinia/base/media.scss */
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  /* line 40, app/assets/stylesheets/inspinia/base/media.scss */
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 44, app/assets/stylesheets/inspinia/base/media.scss */
  .lock-word {
    display: none;
  }
  /* line 48, app/assets/stylesheets/inspinia/base/media.scss */
  .navbar-form-custom {
    display: none;
  }
  /* line 52, app/assets/stylesheets/inspinia/base/media.scss */
  .navbar-header {
    display: inline;
    float: left;
  }
  /* line 57, app/assets/stylesheets/inspinia/base/media.scss */
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  /* line 64, app/assets/stylesheets/inspinia/base/media.scss */
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }
  /* line 69, app/assets/stylesheets/inspinia/base/media.scss */
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 160px;
  }
  /* line 76, app/assets/stylesheets/inspinia/base/media.scss */
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 80, app/assets/stylesheets/inspinia/base/media.scss */
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
  /* line 86, app/assets/stylesheets/inspinia/base/media.scss */
  .navbar-static-side {
    display: none;
  }
  /* line 88, app/assets/stylesheets/inspinia/base/media.scss */
  body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #f3f3f4;
  }
}

@media (max-width: 350px) {
  /* line 101, app/assets/stylesheets/inspinia/base/media.scss */
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  /* line 108, app/assets/stylesheets/inspinia/base/media.scss */
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }
  /* line 119, app/assets/stylesheets/inspinia/base/media.scss */
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }
  /* line 126, app/assets/stylesheets/inspinia/base/media.scss */
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  /* line 130, app/assets/stylesheets/inspinia/base/media.scss */
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

/* line 2, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-header .brand-logo {
  float: left;
  height: 50px;
  padding: 15px 0;
  width: 200px;
  display: block;
}

/* line 9, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-header .brand-logo .brand-title {
  width: 100%;
  font-size: 20px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 19, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-header .brand-logo a {
  /*padding: 10px;*/
}

/* line 22, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-header .brand-logo a img {
  height: 30px;
}

/* line 30, app/assets/stylesheets/inspinia/base/custom.scss */
.wrapper .middle-box {
  margin-top: 0px;
}

/* line 35, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 42, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e5e6e7;
}

/* line 51, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.5em 1em;
  color: #555;
  vertical-align: middle;
  background-color: #f6f6f6;
  border-radius: 4px;
}

/* line 61, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  color: inherit;
}

/* line 67, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 100%;
}

/* line 72, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider-nav > li.active {
  border: none;
  background-color: transparent;
}

/* line 76, app/assets/stylesheets/inspinia/base/custom.scss */
.hr-divider-nav > .active > a {
  font-weight: 300;
  background: transparent;
}

/* line 81, app/assets/stylesheets/inspinia/base/custom.scss */
.nav-pills > li {
  float: left;
}

/* line 84, app/assets/stylesheets/inspinia/base/custom.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 87, app/assets/stylesheets/inspinia/base/custom.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 90, app/assets/stylesheets/inspinia/base/custom.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #008de7;
}

/* line 97, app/assets/stylesheets/inspinia/base/custom.scss */
.p-t {
  padding-top: 20px !important;
}

/* line 100, app/assets/stylesheets/inspinia/base/custom.scss */
.p-r {
  padding-right: 20px !important;
}

/* line 103, app/assets/stylesheets/inspinia/base/custom.scss */
.p-b {
  padding-bottom: 20px !important;
}

/* line 106, app/assets/stylesheets/inspinia/base/custom.scss */
.p-l {
  padding-left: 20px !important;
}

/* line 109, app/assets/stylesheets/inspinia/base/custom.scss */
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 113, app/assets/stylesheets/inspinia/base/custom.scss */
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 117, app/assets/stylesheets/inspinia/base/custom.scss */
.p-a-md {
  padding: 30px !important;
}

/* line 120, app/assets/stylesheets/inspinia/base/custom.scss */
.p-t-md {
  padding-top: 30px !important;
}

/* line 123, app/assets/stylesheets/inspinia/base/custom.scss */
.p-r-md {
  padding-right: 30px !important;
}

/* line 126, app/assets/stylesheets/inspinia/base/custom.scss */
.p-b-md {
  padding-bottom: 30px !important;
}

/* line 129, app/assets/stylesheets/inspinia/base/custom.scss */
.p-l-md {
  padding-left: 30px !important;
}

/* line 132, app/assets/stylesheets/inspinia/base/custom.scss */
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* line 136, app/assets/stylesheets/inspinia/base/custom.scss */
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 140, app/assets/stylesheets/inspinia/base/custom.scss */
.p-a-lg {
  padding: 60px !important;
}

/* line 143, app/assets/stylesheets/inspinia/base/custom.scss */
.p-t-lg {
  padding-top: 60px !important;
}

/* line 146, app/assets/stylesheets/inspinia/base/custom.scss */
.p-r-lg {
  padding-right: 60px !important;
}

/* line 149, app/assets/stylesheets/inspinia/base/custom.scss */
.p-b-lg {
  padding-bottom: 60px !important;
}

/* line 152, app/assets/stylesheets/inspinia/base/custom.scss */
.p-l-lg {
  padding-left: 60px !important;
}

/* line 155, app/assets/stylesheets/inspinia/base/custom.scss */
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

/* line 159, app/assets/stylesheets/inspinia/base/custom.scss */
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 163, app/assets/stylesheets/inspinia/base/custom.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dddddd;
}

/* line 169, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #fff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid #e5e6e7;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}

/* line 188, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-select:focus {
  border-color: #1CA8DD;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 168, 221, 0.6);
}

/* line 193, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

/* line 197, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 201, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control > label {
  padding-left: 25px;
  font-weight: normal;
}

/* line 205, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control.radio-inline,
.custom-control.checkbox-inline {
  padding-left: 25px;
}

/* line 209, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control.radio-inline > label,
.custom-control.checkbox-inline > label {
  padding-left: 0;
}

/* line 213, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

/* line 219, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e5e6e7;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  background-color: #ccc;
}
*/
/* Focus */
/* line 246, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
/* line 250, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control input:checked ~ .custom-control-indicator {
  background-color: #1CA8DD;
  border-color: #1CA8DD;
  box-shadow: none;
}

/* Active */
/* line 256, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control input:active ~ .custom-control-indicator {
  background-color: #5bc3ea;
  border-color: #5bc3ea;
  box-shadow: none;
}

/* line 261, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control input:disabled ~ .custom-control-indicator {
  background-color: #f2f2f2;
  border-color: #e5e6e7;
  box-shadow: none;
  cursor: not-allowed;
}

/* Checkbox modifiers */
/* line 268, app/assets/stylesheets/inspinia/base/custom.scss */
.form-horizontal .custom-control-indicator {
  margin-top: 6px;
}

/* line 271, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: .33rem;
}

/* line 274, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
/* line 278, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 281, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-radio input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
/* line 285, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control-x input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 288, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control-dash input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 291, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-controls-inline .custom-control + .custom-control {
  margin-left: 20px;
}

/* line 294, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-control-stacked .custom-control:after {
  display: block;
  content: "";
}

/* line 299, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-fixed-top, .navbar-static-top {
  background: #ffffff;
}

/* line 303, app/assets/stylesheets/inspinia/base/custom.scss */
footer {
  position: relative;
  z-index: 2002;
  padding: 20px !important;
  border-top: 1px solid #e7eaec !important;
}

/* line 310, app/assets/stylesheets/inspinia/base/custom.scss */
.text-muted {
  color: #bbbbbb;
}

/* line 316, app/assets/stylesheets/inspinia/base/custom.scss */
.page-heading h2 small {
  font-size: 11px;
  margin-left: 7px;
  color: #bbb;
}

/* line 324, app/assets/stylesheets/inspinia/base/custom.scss */
.title-action {
  padding-top: 25px;
}

/* line 328, app/assets/stylesheets/inspinia/base/custom.scss */
html, body {
  height: 100%;
  min-height: 100%;
}

/* line 334, app/assets/stylesheets/inspinia/base/custom.scss */
.nowwaiting-search-form .form-control {
  width: 100%;
}

/* line 338, app/assets/stylesheets/inspinia/base/custom.scss */
.nowwaiting-search-form .form-group {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 343, app/assets/stylesheets/inspinia/base/custom.scss */
.nowwaiting-search-form .form-group .btn-toolbar-item {
  margin-bottom: 0;
}

/* line 349, app/assets/stylesheets/inspinia/base/custom.scss */
#wrapper {
  min-height: 100%;
  background-color: #f6f6f6;
  /*overflow-y: hidden;*/
}

/* line 355, app/assets/stylesheets/inspinia/base/custom.scss */
#page-wrapper {
  /*min-height: 100%;*/
  height: 100%;
  min-height: 100% !important;
}

/* line 361, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-default.navbar-static-side {
  -webkit-overflow-scrolling: touch;
}

/* line 365, app/assets/stylesheets/inspinia/base/custom.scss */
.wrapper-content {
  min-height: 100%;
}

/* line 372, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper .navbar-static-side {
  display: none;
}

/* line 376, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper nav.navbar {
  display: none;
}

/* line 380, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper #page-wrapper {
  padding: 0;
  margin: 0 !important;
}

/* line 384, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper #page-wrapper .page-heading {
  display: none;
}

/* line 389, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper #page-wrapper .wrapper-content > :not(.simple-show) {
  display: none;
}

/* line 396, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper .container .dashhead-toolbar-divider {
  display: none;
}

/* line 400, app/assets/stylesheets/inspinia/base/custom.scss */
body.simple #wrapper .container .nowwaiting-simple-hide {
  display: none;
}

/* line 407, app/assets/stylesheets/inspinia/base/custom.scss */
.custom-select-xs {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 413, app/assets/stylesheets/inspinia/base/custom.scss */
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

/* line 427, app/assets/stylesheets/inspinia/base/custom.scss */
.parsley-errors-list.filled {
  opacity: 1;
  font-size: 12px;
  color: #1ca8dd;
  margin-top: 7px;
}

/* line 437, app/assets/stylesheets/inspinia/base/custom.scss */
.file-upload .file-wrap span.btn {
  position: relative;
  margin-top: 5px;
}

/* line 441, app/assets/stylesheets/inspinia/base/custom.scss */
.file-upload .file-wrap span.btn input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
}

/* line 457, app/assets/stylesheets/inspinia/base/custom.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #e5e5e5;
}

/* line 464, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 150px;
  min-width: 100px;
  padding: 0;
}

/* line 472, app/assets/stylesheets/inspinia/base/custom.scss */
.fixed-nav .minimalize-styl-2 {
  margin: 15px;
}

/* line 476, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-static-side {
  background-color: #2f4050;
  overflow-y: scroll;
}

/* line 480, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-static-side div.sidebar-collapse {
  margin-bottom: 60px;
}

/* line 484, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-static-side .dropdown-menu {
  width: 160px;
  left: -25px;
}

/* line 488, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-static-side .dropdown-menu a {
  word-break: break-all;
  white-space: normal;
}

/* line 495, app/assets/stylesheets/inspinia/base/custom.scss */
.nowwaiting-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (min-width: 768px) {
  /* line 507, app/assets/stylesheets/inspinia/base/custom.scss */
  .navbar-fixed-top {
    /*.navbar-minimalize {
      display: none;
    }*/
  }
  /* line 508, app/assets/stylesheets/inspinia/base/custom.scss */
  .navbar-fixed-top .navbar-logo {
    display: none;
  }
  /* line 517, app/assets/stylesheets/inspinia/base/custom.scss */
  .navbar-fixed-top .navbar-logo img {
    height: 30px;
    margin: 15px;
  }
}

@media (max-width: 768px) {
  /* line 526, app/assets/stylesheets/inspinia/base/custom.scss */
  .navbar-logo {
    display: none;
  }
  /* line 530, app/assets/stylesheets/inspinia/base/custom.scss */
  body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin-left: 0;
  }
}

/* line 539, app/assets/stylesheets/inspinia/base/custom.scss */
.nav-header {
  padding: 25px;
}

/* line 543, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-right {
  float: right !important;
}

/* line 547, app/assets/stylesheets/inspinia/base/custom.scss */
.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 552, app/assets/stylesheets/inspinia/base/custom.scss */
.sweet-alert .sa-input-error {
  top: 22px;
}

/* Slider */
/* line 559, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-loading .slick-list {
  background: #fff url(/images/slick-carousel/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick-carousel/slick/fonts/slick.eot);
  src: url(/fonts/slick-carousel/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick-carousel/slick/fonts/slick.woff) format("woff"), url(/fonts/slick-carousel/slick/fonts/slick.ttf) format("truetype"), url(/fonts/slick-carousel/slick/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 576, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 595, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 599, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 603, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 606, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 617, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev {
  left: 0px;
}

/* line 619, app/assets/stylesheets/inspinia/base/custom.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 623, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-prev:before {
  content: "←";
}

/* line 625, app/assets/stylesheets/inspinia/base/custom.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 631, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-next {
  right: 0px;
}

/* line 633, app/assets/stylesheets/inspinia/base/custom.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 637, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-next:before {
  content: "→";
}

/* line 639, app/assets/stylesheets/inspinia/base/custom.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 647, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 651, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 660, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 668, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 680, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 682, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 686, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 703, app/assets/stylesheets/inspinia/base/custom.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 710, app/assets/stylesheets/inspinia/base/custom.scss */
.vertical-align-middle {
  display: flex;
  align-items: center;
}

/* line 714, app/assets/stylesheets/inspinia/base/custom.scss */
.vertical-align-middle .progress {
  display: block;
}

/* line 716, app/assets/stylesheets/inspinia/base/custom.scss */
.vertical-align-middle .progress .progress-bar {
  display: block;
}

/* line 722, app/assets/stylesheets/inspinia/base/custom.scss */
.label-transparent {
  background-color: transparent;
  border: 1px solid #d2d2d2;
}

/* line 1, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox {
  padding-left: 20px;
}

/* line 4, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

/* line 10, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* line 25, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

/* line 38, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

/* line 43, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 49, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

/* line 54, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

/* line 58, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 63, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 66, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #008de7;
  border-color: #008de7;
}

/* line 75, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

/* line 80, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 85, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

/* line 90, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 95, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

/* line 100, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 105, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

/* line 110, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 115, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

/* line 120, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio {
  padding-left: 20px;
}

/* line 123, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

/* line 129, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

/* line 144, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

/* line 164, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

/* line 168, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 173, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 179, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

/* line 182, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/* line 185, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio.radio-inline {
  margin-top: 0;
}

/* line 189, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"] + label::after {
  background-color: #008de7;
}

/* line 192, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #008de7;
}

/* line 195, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #008de7;
}

/* line 199, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

/* line 202, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

/* line 205, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

/* line 209, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

/* line 212, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

/* line 215, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

/* line 219, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

/* line 222, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

/* line 225, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

/* line 229, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

/* line 232, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

/* line 235, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

/* line 239, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
input.styled[type="checkbox"]:checked + label:after,
input.styled[type="radio"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

/* line 244, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

/* line 248, app/assets/stylesheets/inspinia/plugins/awesome-bootstrap-checkbox.scss */
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

@media print {
  /* line 49, app/assets/stylesheets/inspinia/inspinia.css.scss */
  nav.navbar-static-side {
    display: none;
  }
  /* line 53, app/assets/stylesheets/inspinia/inspinia.css.scss */
  body {
    overflow: visible !important;
  }
  /* line 55, app/assets/stylesheets/inspinia/inspinia.css.scss */
  #page-wrapper {
    margin: 0;
  }
}
/* line 1, vendor/assets/stylesheets/jquery-loading/jquery.loading.min.scss */
.loading-overlay {
  display: table;
  opacity: .7;
}

/* line 1, vendor/assets/stylesheets/jquery-loading/jquery.loading.min.scss */
.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/jquery-loading/jquery.loading.min.scss */
.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

/* line 1, vendor/assets/stylesheets/jquery-loading/jquery.loading.min.scss */
.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 3, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent;
}

/* line 7, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 11, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 19, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 27, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 35, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 44, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 52, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 61, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 69, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 77, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 88, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 92, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

/* line 99, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 103, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

/* line 109, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 118, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

/* line 126, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 130, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

/* line 137, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 143, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

/* line 150, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

/* line 155, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 161, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

/* line 169, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 177, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

/* line 181, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

/* line 185, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

/* line 192, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

/* line 197, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

/* line 202, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 207, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 210, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 217, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 225, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

/* line 233, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 238, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 245, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

/* line 248, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 254, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 262, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast .5s;
}

/* line 266, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast .2s forwards;
}

/* line 271, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip .75s;
}

/* line 275, vendor/assets/stylesheets/sweetalert2/src/toasts.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long .75s;
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

/* line 18, vendor/assets/stylesheets/sweetalert2/src/mixins.scss */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 19, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-height-auto {
  height: auto !important;
}

/* line 24, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

/* line 31, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 35, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 41, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 47, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 53, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 59, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 66, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 73, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 79, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 85, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 94, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 116, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 120, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 126, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 132, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 136, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

/* line 142, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 148, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 152, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 158, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 164, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 171, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 178, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 182, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

/* line 188, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

/* line 197, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

/* line 206, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 231, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 237, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 242, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-fade {
  transition: background-color .1s;
}

/* line 246, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 252, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

/* line 266, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup:focus {
  outline: none;
}

/* line 270, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 274, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 280, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 294, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

/* line 303, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 307, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 311, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 319, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
}

/* line 335, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 343, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

/* line 360, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

/* line 366, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 370, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 379, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 388, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 393, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 398, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 407, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 412, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

/* line 431, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-close:hover {
  transform: none;
  color: #f27474;
}

/* line 437, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

/* line 446, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

/* line 458, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup #swal2-content {
  text-align: center;
}

/* line 462, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

/* line 471, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* line 482, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 487, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 493, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 499, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-range input {
  width: 80%;
}

/* line 503, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

/* line 509, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 519, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 523, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

/* line 528, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-file {
  font-size: 1.125em;
}

/* line 532, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 537, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

/* line 545, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

/* line 550, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 555, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

/* line 560, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

/* line 571, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  /* line 592, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 596, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 605, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 609, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 618, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

/* line 624, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  user-select: none;
  zoom: normal;
}

/* line 638, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon-text {
  font-size: 3.75em;
}

/* line 642, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 645, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 650, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 659, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 664, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 671, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 676, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 681, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 686, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 689, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 696, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 704, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 713, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

/* line 725, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

/* line 735, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

/* line 743, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 750, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 760, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

/* line 769, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

/* line 774, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

/* line 784, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

/* line 788, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

/* line 792, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

/* line 795, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

/* line 799, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

/* line 805, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

/* line 816, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

/* line 820, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-show {
  animation: swal2-show 0.3s;
}

/* line 823, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-show.swal2-noanimation {
  animation: none;
}

/* line 828, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

/* line 831, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-hide.swal2-noanimation {
  animation: none;
}

/* line 839, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 848, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 852, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 856, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 862, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

/* line 865, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

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

@media print {
  /* line 18, vendor/assets/stylesheets/sweetalert2/src/mixins.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 889, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }
  /* line 893, vendor/assets/stylesheets/sweetalert2/src/sweetalert2.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 219, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent;
}

/* line 222, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 224, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 231, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 236, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 241, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 248, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 255, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 262, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 267, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 274, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 280, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 283, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

/* line 288, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 290, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

/* line 294, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 297, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

/* line 304, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 306, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

/* line 311, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 315, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

/* line 320, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

/* line 323, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 328, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

/* line 332, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 335, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

/* line 338, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

/* line 340, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

/* line 342, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

/* line 345, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

/* line 349, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 351, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 353, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 360, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 368, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

/* line 374, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 377, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 382, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

/* line 384, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 388, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 392, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s;
}

/* line 395, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards;
}

/* line 398, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s;
}

/* line 401, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

/* line 541, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 544, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-height-auto {
  height: auto !important;
}

/* line 547, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

/* line 553, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 555, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 560, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 563, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 566, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 571, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 576, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 581, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 586, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 589, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 593, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 608, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 610, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 613, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 616, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 618, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

/* line 621, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 624, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 626, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 629, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 632, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 637, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 642, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 645, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

/* line 647, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

/* line 649, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

/* line 651, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 656, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 659, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 661, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-fade {
  transition: background-color .1s;
}

/* line 663, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 666, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

/* line 679, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup:focus {
  outline: none;
}

/* line 681, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 683, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 687, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 699, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

/* line 705, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 707, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 709, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 711, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 729, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 732, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

/* line 744, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

/* line 749, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 751, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 758, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 765, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 768, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 770, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 777, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 780, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

/* line 798, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474;
}

/* line 802, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

/* line 809, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

/* line 819, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup #swal2-content {
  text-align: center;
}

/* line 821, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

/* line 828, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* line 838, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 843, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 849, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 853, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 857, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

/* line 861, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 865, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-range input {
  width: 80%;
}

/* line 867, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

/* line 871, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 878, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 881, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

/* line 883, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-file {
  font-size: 1.125em;
}

/* line 885, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 888, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

/* line 894, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

/* line 898, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 902, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

/* line 905, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

/* line 915, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  /* line 931, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 933, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 937, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 939, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 943, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

/* line 946, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

/* line 962, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon-text {
  font-size: 3.75em;
}

/* line 964, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 966, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 969, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 977, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 981, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 985, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 988, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 991, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 994, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 996, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1003, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1011, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1019, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

/* line 1029, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

/* line 1038, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

/* line 1045, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1051, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1058, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

/* line 1063, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

/* line 1066, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

/* line 1075, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

/* line 1077, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

/* line 1079, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

/* line 1081, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

/* line 1083, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

/* line 1085, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

/* line 1092, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1095, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 1098, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1102, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 1105, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1109, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 1113, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 1117, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 1121, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1125, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 1128, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

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

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

@media print {
  /* line 1149, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1151, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }
  /* line 1153, vendor/assets/stylesheets/sweetalert2/dist/sweetalert2.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.6
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* line 8, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 15, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-details {
  margin-bottom: 0;
}

/* line 18, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-hide-fouc {
  display: none;
}

/* line 21, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}

/* line 25, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

/* line 29, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

/* line 32, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

/* line 36, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

/* line 40, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}

/* line 48, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}

/* line 57, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

/* line 63, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

/* line 78, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

/* line 83, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none;
}

/* line 87, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 117, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 128, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon:before,
.fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 134, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-loader:before {
  content: "\e030";
}

/* line 137, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-plus:before {
  content: "\2b";
}

/* line 140, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-minus:before {
  content: "\2212";
}

/* line 143, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-search:before {
  content: "\e003";
}

/* line 146, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-remove:before {
  content: "\e014";
}

/* line 149, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-sort:before {
  content: "\e150";
}

/* line 152, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-sort-asc:before {
  content: "\e155";
}

/* line 155, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-sort-desc:before {
  content: "\e156";
}

/* line 158, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-pencil:before {
  content: "\270f";
}

/* line 161, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-trash:before {
  content: "\e020";
}

/* line 164, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-eye-close:before {
  content: "\e106";
}

/* line 167, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-flash:before {
  content: "\e162";
}

/* line 170, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-cog:before {
  content: "\e019";
}

/* line 173, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.fooicon-stats:before {
  content: "\e185";
}

/* line 177, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal;
}

/* line 181, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right;
}

/* line 186, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

/* line 190, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}

/* line 194, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

/* line 197, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}

/* line 200, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

/* line 203, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

/* line 209, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}

/* line 214, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type="checkbox"],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  /* line 220, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  /* line 223, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  /* line 227, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}

/* line 231, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

/* line 241, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

/* line 250, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

/* line 254, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}

/* hides the sort icons when sorting is not allowed */
/* line 261, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

/* line 270, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0;
}

/* line 274, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px;
}

/* line 280, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center;
}

/* line 285, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

/* line 289, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

/* line 293, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
ul.pagination > li.footable-page {
  display: none;
}

/* line 296, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
ul.pagination > li.footable-page.visible {
  display: inline;
}

/* line 299, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
td.footable-editing {
  width: 90px;
  max-width: 90px;
}

/* line 303, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

/* line 309, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

/* line 315, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

/* line 321, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right;
}

/* line 325, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

/* line 329, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none;
}

/* line 337, vendor/assets/stylesheets/footable/footable.bootstrap.scss */
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block;
}
@media (min-width: 960px) and (max-width: 991px) {
  /* line 2, app/assets/stylesheets/viewport.css.scss */
  .container {
    width: 940px;
  }
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/admin.css.scss */
footer {
  display: none;
}

/* line 7, app/assets/stylesheets/admin.css.scss */
.font-thin {
  font-weight: 100;
}

/* line 11, app/assets/stylesheets/admin.css.scss */
.menu-description {
  font-size: 15px;
  color: #929292;
}

/* line 16, app/assets/stylesheets/admin.css.scss */
.waiting-head {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}

/* line 21, app/assets/stylesheets/admin.css.scss */
.waiting-head .waiting-current-time {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 29, app/assets/stylesheets/admin.css.scss */
.waiting .table-responsive {
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/admin.css.scss */
.token .table-responsive td {
  word-break: break-all;
}

/* line 42, app/assets/stylesheets/admin.css.scss */
.table-full {
  overflow-x: auto;
}

/* line 46, app/assets/stylesheets/admin.css.scss */
.table {
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/admin.css.scss */
.table tr > th {
  color: #aaa;
}

/* line 55, app/assets/stylesheets/admin.css.scss */
.table tr > td,
.table tr > th {
  text-align: center;
  border-right: 1px solid #ddd;
}

/* line 61, app/assets/stylesheets/admin.css.scss */
.table tr > td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 67, app/assets/stylesheets/admin.css.scss */
.table tr > td.nowwaiting-important {
  font-weight: bold;
}

/* line 71, app/assets/stylesheets/admin.css.scss */
.table tr > td .nowwaiting-overtime {
  color: #e33145;
}

/* line 75, app/assets/stylesheets/admin.css.scss */
.table tr > td:last-child,
.table tr > th:last-child {
  border-right: none;
}

/* line 80, app/assets/stylesheets/admin.css.scss */
.table tr.nowwaiting-holding {
  background-color: #FFDAB9;
}

/* line 84, app/assets/stylesheets/admin.css.scss */
.table tr > td.text-left,
.table tr > th.text-left {
  text-align: left;
}

/* line 89, app/assets/stylesheets/admin.css.scss */
.table tr > td.fit,
.table tr > th.fit {
  white-space: nowrap;
  width: 1%;
}

/* line 97, app/assets/stylesheets/admin.css.scss */
.footable-details tbody > tr > th {
  vertical-align: middle;
}

/* line 101, app/assets/stylesheets/admin.css.scss */
.footable-details tbody > tr > td {
  text-align: left;
}

/* line 106, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet {
  font-size: 15px;
}

/* line 109, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet h3.hr-divider-content.hr-divider-heading {
  font-size: 15px;
}

/* line 113, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .nav > li > a {
  font-size: 15px;
}

/* line 117, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .btn.btn-md {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 125, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table {
  text-align: center;
  font-size: 20px;
}

/* line 129, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > th {
  color: #aaa;
}

/* line 133, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > td,
.nowwaiting-stat-tablet .waiting .table tr > th {
  text-align: center;
  border-right: 1px solid #ddd;
}

/* line 139, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 145, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > td.nowwaiting-important {
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > td .nowwaiting-overtime {
  color: #e33145;
}

/* line 153, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .waiting .table tr > td:last-child,
.nowwaiting-stat-tablet .waiting .table tr > th:last-child {
  border-right: none;
}

/* line 161, app/assets/stylesheets/admin.css.scss */
.nowwaiting-stat-tablet .nowwaiting-statcards h3.statcard-number.text-default {
  font-size: 30px;
}

/* line 169, app/assets/stylesheets/admin.css.scss */
.menus .table tr {
  background-color: #ffffff;
}

/* line 173, app/assets/stylesheets/admin.css.scss */
.menus .table tr.ui-state-highlight {
  border: none;
  height: 100px;
  background-color: #fffa90;
}

/* line 179, app/assets/stylesheets/admin.css.scss */
.menus .table tr > td,
.menus .table tr > th {
  border-right: 1px solid #ddd;
}

/* line 184, app/assets/stylesheets/admin.css.scss */
.menus .table tr > td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 193, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content {
  /*padding: 10px;*/
}

/* line 196, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-header {
  text-align: center;
  border-bottom: none;
}

/* line 202, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-body .order-price {
  padding: 10px;
  text-align: right;
  color: #929292;
}

/* line 207, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-body .order-price .price {
  margin-left: 15px;
  color: #008de7;
  font-size: 30px;
  font-weight: bold;
}

/* line 215, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-body div.row.statcards .statcard {
  text-align: center;
}

/* line 219, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-body thead th:first-child {
  width: 120px;
}

/* line 223, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-body .table.waiting td {
  vertical-align: middle;
}

/* line 228, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-enterance-modal .modal-content .modal-footer {
  border-top: none;
}

/* line 234, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal {
  font-family: Apple SD Gothic Neo, Nanum Barun Gothic, Nanum Gothic, "돋움", Dotum, Verdana, Arial, sans-serif;
  display: block;
}

/* line 238, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
}

/* line 243, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content {
  box-shadow: none;
  background-image: linear-gradient(to bottom, #fed1e0, #ffbfd4 100%);
  border: solid 1px rgba(0, 0, 0, 0.08);
}

/* line 247, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body {
  width: 380px;
  background: url(/assets/promotion/group-354-dd99b05e853bc1fdd3bd6e7874163c5119dc4f07dd5681263db10c3b6dd4d8e5.png);
  background-repeat: no-repeat;
  background-position: top right;
  text-align: left;
  padding: 45px 35px 0;
}

/* line 254, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .subtitle {
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 1.6;
  color: #50657f;
}

/* line 260, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .title {
  font-size: 24px;
  line-height: 1.33;
  color: #344e6f;
  margin-bottom: 10px;
}

/* line 265, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .title strong {
  font-weight: 600;
}

/* line 269, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .description {
  font-size: 18px;
  line-height: 1.33;
  color: #344e6f;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 275, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .description strong {
  font-weight: 600;
}

/* line 278, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .description em {
  font-style: normal;
  color: #ff3578;
}

/* line 283, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body .btn_link {
  width: 200px;
  border-radius: 4px;
  background-color: #ff3578;
  color: white;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}

/* line 296, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-footer {
  padding: 38px 35px 10px;
  border-top: 0;
  display: flex;
  justify-content: space-between;
}

/* line 297, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-footer > div {
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.83;
  color: #333333;
}

/* line 298, app/assets/stylesheets/admin.css.scss */
.modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-footer > div a {
  color: #666666;
}

@media (min-width: 475px) {
  /* line 238, app/assets/stylesheets/admin.css.scss */
  .modal.nowwaiting-yanolja-modal .modal-dialog {
    margin-top: 200px;
  }
  /* line 316, app/assets/stylesheets/admin.css.scss */
  .modal.nowwaiting-yanolja-modal .modal-dialog .modal-content .modal-body {
    width: auto;
    min-width: 410px;
    padding: 45px 35px 0;
  }
}

/* line 327, app/assets/stylesheets/admin.css.scss */
form .nowwaiting-reset-btn {
  margin-left: 5px;
}

/* line 332, app/assets/stylesheets/admin.css.scss */
.link-unstyled {
  color: inherit;
  text-decoration: inherit;
}

/* line 337, app/assets/stylesheets/admin.css.scss */
.link-unstyled:link {
  color: inherit;
  text-decoration: inherit;
}

/* line 342, app/assets/stylesheets/admin.css.scss */
.link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

/* line 347, app/assets/stylesheets/admin.css.scss */
label.required:after {
  color: #e32;
  content: " *";
  display: inline;
}

/* line 353, app/assets/stylesheets/admin.css.scss */
.vertical-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 358, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content {
  margin-left: 50px;
}

/* line 361, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content .noti {
  position: absolute;
  right: 1em;
  top: 1em;
}

/* line 369, app/assets/stylesheets/admin.css.scss */
.vertical-container .holding .waiting_card {
  background-color: peachpuff;
}

/* line 373, app/assets/stylesheets/admin.css.scss */
.vertical-container .holding .waiting_no_box {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 390px) {
  /* line 378, app/assets/stylesheets/admin.css.scss */
  .vertical-container .holding .waiting_no_box {
    background-color: transparent;
  }
}

/* line 383, app/assets/stylesheets/admin.css.scss */
.vertical-container .holding .waiting_option {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 388, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-label {
  position: absolute;
  bottom: -28px;
  display: block;
  color: #676a6c;
  width: 34px;
}

/* line 395, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-label.waiting {
  left: -10px;
  width: 54px;
}

/* line 399, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content .btn {
  float: none;
}

/* line 404, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content .tag {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 35px;
}

/* line 409, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content .tag .label {
  border: 1px solid #e7eaec;
  font-size: 75%;
}

/* line 414, app/assets/stylesheets/admin.css.scss */
.vertical-container .vertical-timeline-content .tag .label-white {
  background-color: #fff;
  color: #676a6c;
}

/* line 422, app/assets/stylesheets/admin.css.scss */
.markdown-table {
  margin-top: 10px;
}

/* line 425, app/assets/stylesheets/admin.css.scss */
.markdown-table tbody > tr > td {
  vertical-align: middle;
}

/* line 431, app/assets/stylesheets/admin.css.scss */
.nowwaiting-waiting-options .waiting-option {
  padding: 3px 6px;
  font-size: 13px;
}

/* line 437, app/assets/stylesheets/admin.css.scss */
.nowwaiting-waiting-options .waiting-command .btn {
  font-size: 16px;
}

/* line 444, app/assets/stylesheets/admin.css.scss */
.faq-item .faq-title {
  margin-top: 0px;
}

/* line 449, app/assets/stylesheets/admin.css.scss */
div.media-thumbnail {
  width: 100px;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* line 459, app/assets/stylesheets/admin.css.scss */
.nav-dropdown-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 466, app/assets/stylesheets/admin.css.scss */
.navbar-static-side .dropdown-menu {
  overflow-y: auto;
  max-height: 250px;
}

/* line 469, app/assets/stylesheets/admin.css.scss */
.navbar-static-side .dropdown-menu li {
  border-bottom: 1px solid #e7eaec;
}

@media screen and (min-width: 768px) {
  /* line 476, app/assets/stylesheets/admin.css.scss */
  .navbar-static-side .dropdown-menu {
    max-height: 500px;
  }
}

/* line 482, app/assets/stylesheets/admin.css.scss */
.align-middle {
  vertical-align: middle !important;
}

@media print {
  /* line 488, app/assets/stylesheets/admin.css.scss */
  .no-print,
.no-print * {
    display: none !important;
  }
  /* line 492, app/assets/stylesheets/admin.css.scss */
  .no-print-border,
.no-print-border * {
    border: none !important;
  }
}

/* line 498, app/assets/stylesheets/admin.css.scss */
.swal2-popup {
  padding: 38px 20px 25px 20px;
}

/* line 502, app/assets/stylesheets/admin.css.scss */
.swal2-actions .swal2-styled.swal2-cancel {
  margin: 0 5px 0 5px;
}

/* line 506, app/assets/stylesheets/admin.css.scss */
.swal2-actions .swal2-styled.swal2-confirm {
  margin: 0 5px 0 5px;
}

/* line 510, app/assets/stylesheets/admin.css.scss */
div.swal2-popup.swal2-modal.swal2-show {
  font-size: 16px;
}

/* line 514, app/assets/stylesheets/admin.css.scss */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: 100%;
  overflow-y: visible;
}

/* line 521, app/assets/stylesheets/admin.css.scss */
body.fixed-nav.fixed-manager-notices #wrapper .navbar-static-side,
body.fixed-nav.fixed-manager-notices #wrapper #page-wrapper {
  margin-top: 120px;
}

/* line 526, app/assets/stylesheets/admin.css.scss */
body .manager-notices {
  position: relative;
  height: 60px;
  padding: 20px;
}

/* line 531, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-default {
  background-color: #dff0d8;
  color: #333;
}

/* line 535, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-outage {
  background-color: #f2dede;
  color: #333;
}

/* line 539, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-yanolja-restaurant {
  font-family: Nanum Barun Gothic, Nanum Gothic, "돋움", Dotum, Verdana, Arial, sans-serif;
  background-color: #344e6f;
  color: white;
  padding: 0;
  line-height: 60px;
  letter-spacing: -0.92px;
}

/* line 547, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-yanolja-restaurant .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 551, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-yanolja-restaurant .title img {
  width: 184px;
  max-width: 184px;
  margin-top: 13px;
}

/* line 556, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-yanolja-restaurant .title strong {
  color: white;
  display: none;
  font-size: 18px;
  margin-right: 14px;
}

/* line 562, app/assets/stylesheets/admin.css.scss */
body .manager-notices.bg-category-yanolja-restaurant .title button.btn_detail {
  display: none;
  width: 85px;
  max-width: 85px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
  color: #ff3578;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  background-color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.92px;
}

@media (min-width: 350px) {
  /* line 547, app/assets/stylesheets/admin.css.scss */
  body .manager-notices.bg-category-yanolja-restaurant .title {
    justify-content: space-evenly;
  }
  /* line 580, app/assets/stylesheets/admin.css.scss */
  body .manager-notices.bg-category-yanolja-restaurant .title button.btn_detail {
    display: block;
  }
}

@media (min-width: 575px) {
  /* line 585, app/assets/stylesheets/admin.css.scss */
  body .manager-notices.bg-category-yanolja-restaurant .title strong {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 547, app/assets/stylesheets/admin.css.scss */
  body .manager-notices.bg-category-yanolja-restaurant .title {
    justify-content: center;
  }
  /* line 591, app/assets/stylesheets/admin.css.scss */
  body .manager-notices.bg-category-yanolja-restaurant .title img {
    margin-right: 72px;
  }
}

/* line 598, app/assets/stylesheets/admin.css.scss */
body .manager-notices .title {
  text-align: center;
  margin: 0px 30px;
}

/* line 601, app/assets/stylesheets/admin.css.scss */
body .manager-notices .title a {
  text-decoration: underline;
  color: #333;
}

/* line 607, app/assets/stylesheets/admin.css.scss */
body .manager-notices .dismiss {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 10px;
  color: gray;
}

/* line 617, app/assets/stylesheets/admin.css.scss */
.manager-notice-view img {
  max-width: 100%;
}

/* line 623, app/assets/stylesheets/admin.css.scss */
.settle-summary .ibox-content {
  border-radius: 5px;
  background-color: #008de7;
  color: #ffffff;
}

/* line 630, app/assets/stylesheets/admin.css.scss */
.login-email {
  background-color: white !important;
}

/* line 634, app/assets/stylesheets/admin.css.scss */
.login-email-nav {
  height: 70px;
  background-color: #18212e;
}

/* line 639, app/assets/stylesheets/admin.css.scss */
.navbar-default .special_link a {
  background: #f8ac59;
  color: white;
}

/* line 644, app/assets/stylesheets/admin.css.scss */
.navbar-default .special_link a:hover {
  background: #e69e03 !important;
  color: white;
}

/* line 649, app/assets/stylesheets/admin.css.scss */
.navbar-default .special_link a span.label {
  background: #ED5565;
  color: white;
}

/* line 654, app/assets/stylesheets/admin.css.scss */
.ibox-content {
  overflow-y: auto;
}

/* line 656, app/assets/stylesheets/admin.css.scss */
.ibox-content.yanolja-info {
  border: 1px solid #ff3478;
}

/* line 658, app/assets/stylesheets/admin.css.scss */
.ibox-content.yanolja-info h4 {
  color: #ff3478;
}

/* line 664, app/assets/stylesheets/admin.css.scss */
.swal2-container {
  z-index: 10000;
}

/* line 668, app/assets/stylesheets/admin.css.scss */
.waiting_card {
  display: flex;
  min-width: 360px;
  min-height: 142px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  flex-direction: row;
  gap: 24px;
  font-size: 14px;
  overflow: hidden;
}

/* line 682, app/assets/stylesheets/admin.css.scss */
.waiting_no_box {
  display: flex;
  width: 90px;
  height: 110px;
  padding: 0;
  /* padding 제거: 정확히 맞추기 위해 */
  flex-direction: column;
  justify-content: center;
  /* 위 아래로 정렬 */
  align-items: center;
  border-radius: 12px;
  background-color: #F7F7F7;
  overflow: hidden;
  /* 하단 라운드 처리 */
  position: relative;
}

/* line 696, app/assets/stylesheets/admin.css.scss */
.visit_confirmed {
  display: block;
  background-color: #F7F7F7;
}

/* line 701, app/assets/stylesheets/admin.css.scss */
.waiting_no {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans", sans-serif;
  color: #333D4B;
}

/* line 710, app/assets/stylesheets/admin.css.scss */
.waiting_no_duration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font-size: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: bold;
  font-family: 'Noto Sans';
  background-color: #D9E5F7;
  color: #2272EB;
}

/* line 726, app/assets/stylesheets/admin.css.scss */
.waiting_number_wrapper {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 733, app/assets/stylesheets/admin.css.scss */
.waiting_information_button {
  display: inline-flex;
  box-sizing: border-box;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 33px;
  color: var(--gray3, #676a6c);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  cursor: pointer;
  z-index: 1000;
}

/* line 753, app/assets/stylesheets/admin.css.scss */
.waiting_information_icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 761, app/assets/stylesheets/admin.css.scss */
.waiting_information_icon .btn-default:focus {
  background: none;
}

/* line 765, app/assets/stylesheets/admin.css.scss */
.waiting_option_wrapper {
  line-height: 26px;
}

/* line 769, app/assets/stylesheets/admin.css.scss */
.waiting_contents_wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 20px;
}

/* line 776, app/assets/stylesheets/admin.css.scss */
.waiting_contents_header_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  padding-right: 87px;
}

/* line 784, app/assets/stylesheets/admin.css.scss */
.wating_contents_footer_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

/* line 792, app/assets/stylesheets/admin.css.scss */
.waiting_contents_footer_button_wrapper {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-left: 20px;
}

/* line 799, app/assets/stylesheets/admin.css.scss */
.popup-title {
  font-size: 24px;
  color: #2C3845;
  margin: 0;
}

/* line 805, app/assets/stylesheets/admin.css.scss */
.popup-detail {
  font-size: 20px;
  color: #676A6C;
  font-weight: 400;
  margin: 0 0 15px;
}

/* line 812, app/assets/stylesheets/admin.css.scss */
.waiting-call-count {
  display: block;
}

/* line 816, app/assets/stylesheets/admin.css.scss */
.popup-title br {
  display: none;
}

/* line 820, app/assets/stylesheets/admin.css.scss */
.waiting_option {
  background-color: #F7F7F7;
  border-radius: 4px;
  height: 24px;
  padding: 2px 6px;
  margin-left: 6px;
}

@media (max-width: 995px) {
  /* line 829, app/assets/stylesheets/admin.css.scss */
  .wating_contents_footer_wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
  }
  /* line 837, app/assets/stylesheets/admin.css.scss */
  .waiting_contents_footer_text {
    width: 100%;
  }
  /* line 841, app/assets/stylesheets/admin.css.scss */
  .waiting_contents_footer_wrapper:has(> div:only-child) {
    margin-top: 20px;
  }
  /* line 845, app/assets/stylesheets/admin.css.scss */
  .popup-title {
    line-height: normal;
    white-space: pre-wrap;
    margin: 0;
  }
  /* line 851, app/assets/stylesheets/admin.css.scss */
  .popup-title br {
    display: block;
  }
  /* line 855, app/assets/stylesheets/admin.css.scss */
  .popup-detail {
    line-height: normal;
    margin: 0 0 15px;
  }
  /* line 860, app/assets/stylesheets/admin.css.scss */
  .popup-detail span {
    display: block;
  }
  /* line 864, app/assets/stylesheets/admin.css.scss */
  .swal2-popup {
    width: 355px;
    padding: 38px 20px 25px 20px;
  }
  /* line 869, app/assets/stylesheets/admin.css.scss */
  .swal2-actions .swal2-styled.swal2-cancel {
    margin: 0 5px 0 5px;
  }
  /* line 873, app/assets/stylesheets/admin.css.scss */
  .swal2-actions .swal2-styled.swal2-confirm {
    margin: 0 5px 0 5px;
  }
}

@media (max-width: 390px) {
  /* line 879, app/assets/stylesheets/admin.css.scss */
  .waiting_card {
    flex-direction: column;
  }
  /* line 883, app/assets/stylesheets/admin.css.scss */
  .waiting_no_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    gap: 10px;
  }
  /* line 895, app/assets/stylesheets/admin.css.scss */
  .waiting_number_wrapper {
    display: flex;
    height: 46px;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  /* line 903, app/assets/stylesheets/admin.css.scss */
  .waiting_no_duration {
    background-color: #D9E5F7;
    position: relative;
    color: #2272EB;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    width: auto;
    padding: 6px 8px;
    border-radius: 4px;
  }
  /* line 915, app/assets/stylesheets/admin.css.scss */
  .waiting_contents_footer_button_wrapper {
    width: 100%;
  }
  /* line 919, app/assets/stylesheets/admin.css.scss */
  .waiting_contents_header_wrapper {
    padding-right: 0;
  }
}

/* line 924, app/assets/stylesheets/admin.css.scss */
.sample_button {
  display: flex;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/policy.css.scss */
body.policy {
  color: #4d5256;
  background-color: #fff;
  font-family: Apple SD Gothic Neo, Nanum Barun Gothic, Nanum Gothic, "돋움", Dotum, Verdana, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

/* line 11, app/assets/stylesheets/policy.css.scss */
.policy section, .policy .section {
  padding: 90px 0;
}

/* line 14, app/assets/stylesheets/policy.css.scss */
.policy section:before, .policy section:after, .policy .section:before, .policy .section:after {
  content: ' ';
  display: table;
}

/* line 18, app/assets/stylesheets/policy.css.scss */
.policy section:after, .policy .section:after {
  clear: both;
}

/* line 21, app/assets/stylesheets/policy.css.scss */
.policy table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 25, app/assets/stylesheets/policy.css.scss */
.policy td, .policy th {
  padding: 0;
}

/* line 28, app/assets/stylesheets/policy.css.scss */
.policy .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1140px;
}

/* line 35, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap {
  padding-bottom: 160px;
}

/* line 38, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap .terms-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0064F0;
  font-size: 48px;
  font-weight: 100;
  border-bottom: none;
}

/* line 46, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap h3 {
  margin-top: 3.4em;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

/* line 54, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap h4 {
  margin-bottom: 0.8em;
  font-size: 14px;
  font-weight: 700;
}

/* line 59, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap p {
  font-size: 14px;
}

/* line 62, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap ol {
  padding-left: 16px;
}

/* line 66, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap ol ol {
  list-style-type: upper-alpha;
  line-height: 1.5;
}

/* line 70, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap ol ul {
  padding-left: 28px;
  list-style-type: disc;
}

/* line 74, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap ul {
  margin-left: 0px;
}

/* line 77, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap ul ol {
  padding-left: 28px;
}

/* line 80, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap table {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}

/* line 86, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap table > thead > tr > th, .policy .terms-wrap table > thead > tr > td, .policy .terms-wrap table > tbody > tr > th,
.policy .terms-wrap table > tbody > tr > td, .policy .terms-wrap table > tfoot > tr > th, .policy .terms-wrap table > tfoot > tr > td {
  border-top: 1px solid #e1e4e6;
  line-height: 1.5;
  padding: 6px 10px;
  vertical-align: middle;
}

/* line 93, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap table > thead > tr > th {
  border-bottom: 1px solid #e1e4e6;
  background-color: #5F7797;
  font-size: 14px;
  font-weight: 700;
  color: white;
  vertical-align: bottom;
}

/* line 101, app/assets/stylesheets/policy.css.scss */
.policy .terms-wrap table > thead:first-child > tr:first-child > th, .policy .terms-wrap table > thead:first-child > tr:first-child > td {
  border-top: none;
}
@font-face {
  font-family: element-icons;
  src: url(fonts/element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

/* line 11, vendor/assets/stylesheets/element-ui.scss */
[class*=" el-icon-"], [class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ice-cream-round:before {
  content: "\e6a0";
}

/* line 29, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ice-cream-square:before {
  content: "\e6a3";
}

/* line 33, vendor/assets/stylesheets/element-ui.scss */
.el-icon-lollipop:before {
  content: "\e6a4";
}

/* line 37, vendor/assets/stylesheets/element-ui.scss */
.el-icon-potato-strips:before {
  content: "\e6a5";
}

/* line 41, vendor/assets/stylesheets/element-ui.scss */
.el-icon-milk-tea:before {
  content: "\e6a6";
}

/* line 45, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ice-drink:before {
  content: "\e6a7";
}

/* line 49, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ice-tea:before {
  content: "\e6a9";
}

/* line 53, vendor/assets/stylesheets/element-ui.scss */
.el-icon-coffee:before {
  content: "\e6aa";
}

/* line 57, vendor/assets/stylesheets/element-ui.scss */
.el-icon-orange:before {
  content: "\e6ab";
}

/* line 61, vendor/assets/stylesheets/element-ui.scss */
.el-icon-pear:before {
  content: "\e6ac";
}

/* line 65, vendor/assets/stylesheets/element-ui.scss */
.el-icon-apple:before {
  content: "\e6ad";
}

/* line 69, vendor/assets/stylesheets/element-ui.scss */
.el-icon-cherry:before {
  content: "\e6ae";
}

/* line 73, vendor/assets/stylesheets/element-ui.scss */
.el-icon-watermelon:before {
  content: "\e6af";
}

/* line 77, vendor/assets/stylesheets/element-ui.scss */
.el-icon-grape:before {
  content: "\e6b0";
}

/* line 81, vendor/assets/stylesheets/element-ui.scss */
.el-icon-refrigerator:before {
  content: "\e6b1";
}

/* line 85, vendor/assets/stylesheets/element-ui.scss */
.el-icon-goblet-square-full:before {
  content: "\e6b2";
}

/* line 89, vendor/assets/stylesheets/element-ui.scss */
.el-icon-goblet-square:before {
  content: "\e6b3";
}

/* line 93, vendor/assets/stylesheets/element-ui.scss */
.el-icon-goblet-full:before {
  content: "\e6b4";
}

/* line 97, vendor/assets/stylesheets/element-ui.scss */
.el-icon-goblet:before {
  content: "\e6b5";
}

/* line 101, vendor/assets/stylesheets/element-ui.scss */
.el-icon-cold-drink:before {
  content: "\e6b6";
}

/* line 105, vendor/assets/stylesheets/element-ui.scss */
.el-icon-coffee-cup:before {
  content: "\e6b8";
}

/* line 109, vendor/assets/stylesheets/element-ui.scss */
.el-icon-water-cup:before {
  content: "\e6b9";
}

/* line 113, vendor/assets/stylesheets/element-ui.scss */
.el-icon-hot-water:before {
  content: "\e6ba";
}

/* line 117, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ice-cream:before {
  content: "\e6bb";
}

/* line 121, vendor/assets/stylesheets/element-ui.scss */
.el-icon-dessert:before {
  content: "\e6bc";
}

/* line 125, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sugar:before {
  content: "\e6bd";
}

/* line 129, vendor/assets/stylesheets/element-ui.scss */
.el-icon-tableware:before {
  content: "\e6be";
}

/* line 133, vendor/assets/stylesheets/element-ui.scss */
.el-icon-burger:before {
  content: "\e6bf";
}

/* line 137, vendor/assets/stylesheets/element-ui.scss */
.el-icon-knife-fork:before {
  content: "\e6c1";
}

/* line 141, vendor/assets/stylesheets/element-ui.scss */
.el-icon-fork-spoon:before {
  content: "\e6c2";
}

/* line 145, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chicken:before {
  content: "\e6c3";
}

/* line 149, vendor/assets/stylesheets/element-ui.scss */
.el-icon-food:before {
  content: "\e6c4";
}

/* line 153, vendor/assets/stylesheets/element-ui.scss */
.el-icon-dish-1:before {
  content: "\e6c5";
}

/* line 157, vendor/assets/stylesheets/element-ui.scss */
.el-icon-dish:before {
  content: "\e6c6";
}

/* line 161, vendor/assets/stylesheets/element-ui.scss */
.el-icon-moon-night:before {
  content: "\e6ee";
}

/* line 165, vendor/assets/stylesheets/element-ui.scss */
.el-icon-moon:before {
  content: "\e6f0";
}

/* line 169, vendor/assets/stylesheets/element-ui.scss */
.el-icon-cloudy-and-sunny:before {
  content: "\e6f1";
}

/* line 173, vendor/assets/stylesheets/element-ui.scss */
.el-icon-partly-cloudy:before {
  content: "\e6f2";
}

/* line 177, vendor/assets/stylesheets/element-ui.scss */
.el-icon-cloudy:before {
  content: "\e6f3";
}

/* line 181, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sunny:before {
  content: "\e6f6";
}

/* line 185, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sunset:before {
  content: "\e6f7";
}

/* line 189, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sunrise-1:before {
  content: "\e6f8";
}

/* line 193, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sunrise:before {
  content: "\e6f9";
}

/* line 197, vendor/assets/stylesheets/element-ui.scss */
.el-icon-heavy-rain:before {
  content: "\e6fa";
}

/* line 201, vendor/assets/stylesheets/element-ui.scss */
.el-icon-lightning:before {
  content: "\e6fb";
}

/* line 205, vendor/assets/stylesheets/element-ui.scss */
.el-icon-light-rain:before {
  content: "\e6fc";
}

/* line 209, vendor/assets/stylesheets/element-ui.scss */
.el-icon-wind-power:before {
  content: "\e6fd";
}

/* line 213, vendor/assets/stylesheets/element-ui.scss */
.el-icon-baseball:before {
  content: "\e712";
}

/* line 217, vendor/assets/stylesheets/element-ui.scss */
.el-icon-soccer:before {
  content: "\e713";
}

/* line 221, vendor/assets/stylesheets/element-ui.scss */
.el-icon-football:before {
  content: "\e715";
}

/* line 225, vendor/assets/stylesheets/element-ui.scss */
.el-icon-basketball:before {
  content: "\e716";
}

/* line 229, vendor/assets/stylesheets/element-ui.scss */
.el-icon-ship:before {
  content: "\e73f";
}

/* line 233, vendor/assets/stylesheets/element-ui.scss */
.el-icon-truck:before {
  content: "\e740";
}

/* line 237, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bicycle:before {
  content: "\e741";
}

/* line 241, vendor/assets/stylesheets/element-ui.scss */
.el-icon-mobile-phone:before {
  content: "\e6d3";
}

/* line 245, vendor/assets/stylesheets/element-ui.scss */
.el-icon-service:before {
  content: "\e6d4";
}

/* line 249, vendor/assets/stylesheets/element-ui.scss */
.el-icon-key:before {
  content: "\e6e2";
}

/* line 253, vendor/assets/stylesheets/element-ui.scss */
.el-icon-unlock:before {
  content: "\e6e4";
}

/* line 257, vendor/assets/stylesheets/element-ui.scss */
.el-icon-lock:before {
  content: "\e6e5";
}

/* line 261, vendor/assets/stylesheets/element-ui.scss */
.el-icon-watch:before {
  content: "\e6fe";
}

/* line 265, vendor/assets/stylesheets/element-ui.scss */
.el-icon-watch-1:before {
  content: "\e6ff";
}

/* line 269, vendor/assets/stylesheets/element-ui.scss */
.el-icon-timer:before {
  content: "\e702";
}

/* line 273, vendor/assets/stylesheets/element-ui.scss */
.el-icon-alarm-clock:before {
  content: "\e703";
}

/* line 277, vendor/assets/stylesheets/element-ui.scss */
.el-icon-map-location:before {
  content: "\e704";
}

/* line 281, vendor/assets/stylesheets/element-ui.scss */
.el-icon-delete-location:before {
  content: "\e705";
}

/* line 285, vendor/assets/stylesheets/element-ui.scss */
.el-icon-add-location:before {
  content: "\e706";
}

/* line 289, vendor/assets/stylesheets/element-ui.scss */
.el-icon-location-information:before {
  content: "\e707";
}

/* line 293, vendor/assets/stylesheets/element-ui.scss */
.el-icon-location-outline:before {
  content: "\e708";
}

/* line 297, vendor/assets/stylesheets/element-ui.scss */
.el-icon-location:before {
  content: "\e79e";
}

/* line 301, vendor/assets/stylesheets/element-ui.scss */
.el-icon-place:before {
  content: "\e709";
}

/* line 305, vendor/assets/stylesheets/element-ui.scss */
.el-icon-discover:before {
  content: "\e70a";
}

/* line 309, vendor/assets/stylesheets/element-ui.scss */
.el-icon-first-aid-kit:before {
  content: "\e70b";
}

/* line 313, vendor/assets/stylesheets/element-ui.scss */
.el-icon-trophy-1:before {
  content: "\e70c";
}

/* line 317, vendor/assets/stylesheets/element-ui.scss */
.el-icon-trophy:before {
  content: "\e70d";
}

/* line 321, vendor/assets/stylesheets/element-ui.scss */
.el-icon-medal:before {
  content: "\e70e";
}

/* line 325, vendor/assets/stylesheets/element-ui.scss */
.el-icon-medal-1:before {
  content: "\e70f";
}

/* line 329, vendor/assets/stylesheets/element-ui.scss */
.el-icon-stopwatch:before {
  content: "\e710";
}

/* line 333, vendor/assets/stylesheets/element-ui.scss */
.el-icon-mic:before {
  content: "\e711";
}

/* line 337, vendor/assets/stylesheets/element-ui.scss */
.el-icon-copy-document:before {
  content: "\e718";
}

/* line 341, vendor/assets/stylesheets/element-ui.scss */
.el-icon-full-screen:before {
  content: "\e719";
}

/* line 345, vendor/assets/stylesheets/element-ui.scss */
.el-icon-switch-button:before {
  content: "\e71b";
}

/* line 349, vendor/assets/stylesheets/element-ui.scss */
.el-icon-aim:before {
  content: "\e71c";
}

/* line 353, vendor/assets/stylesheets/element-ui.scss */
.el-icon-crop:before {
  content: "\e71d";
}

/* line 357, vendor/assets/stylesheets/element-ui.scss */
.el-icon-odometer:before {
  content: "\e71e";
}

/* line 361, vendor/assets/stylesheets/element-ui.scss */
.el-icon-time:before {
  content: "\e71f";
}

/* line 365, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bangzhu:before {
  content: "\e724";
}

/* line 369, vendor/assets/stylesheets/element-ui.scss */
.el-icon-close-notification:before {
  content: "\e726";
}

/* line 373, vendor/assets/stylesheets/element-ui.scss */
.el-icon-microphone:before {
  content: "\e727";
}

/* line 377, vendor/assets/stylesheets/element-ui.scss */
.el-icon-turn-off-microphone:before {
  content: "\e728";
}

/* line 381, vendor/assets/stylesheets/element-ui.scss */
.el-icon-position:before {
  content: "\e729";
}

/* line 385, vendor/assets/stylesheets/element-ui.scss */
.el-icon-postcard:before {
  content: "\e72a";
}

/* line 389, vendor/assets/stylesheets/element-ui.scss */
.el-icon-message:before {
  content: "\e72b";
}

/* line 393, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-line-square:before {
  content: "\e72d";
}

/* line 397, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-dot-square:before {
  content: "\e72e";
}

/* line 401, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-dot-round:before {
  content: "\e72f";
}

/* line 405, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-square:before {
  content: "\e730";
}

/* line 409, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-line-round:before {
  content: "\e731";
}

/* line 413, vendor/assets/stylesheets/element-ui.scss */
.el-icon-chat-round:before {
  content: "\e732";
}

/* line 417, vendor/assets/stylesheets/element-ui.scss */
.el-icon-set-up:before {
  content: "\e733";
}

/* line 421, vendor/assets/stylesheets/element-ui.scss */
.el-icon-turn-off:before {
  content: "\e734";
}

/* line 425, vendor/assets/stylesheets/element-ui.scss */
.el-icon-open:before {
  content: "\e735";
}

/* line 429, vendor/assets/stylesheets/element-ui.scss */
.el-icon-connection:before {
  content: "\e736";
}

/* line 433, vendor/assets/stylesheets/element-ui.scss */
.el-icon-link:before {
  content: "\e737";
}

/* line 437, vendor/assets/stylesheets/element-ui.scss */
.el-icon-cpu:before {
  content: "\e738";
}

/* line 441, vendor/assets/stylesheets/element-ui.scss */
.el-icon-thumb:before {
  content: "\e739";
}

/* line 445, vendor/assets/stylesheets/element-ui.scss */
.el-icon-female:before {
  content: "\e73a";
}

/* line 449, vendor/assets/stylesheets/element-ui.scss */
.el-icon-male:before {
  content: "\e73b";
}

/* line 453, vendor/assets/stylesheets/element-ui.scss */
.el-icon-guide:before {
  content: "\e73c";
}

/* line 457, vendor/assets/stylesheets/element-ui.scss */
.el-icon-news:before {
  content: "\e73e";
}

/* line 461, vendor/assets/stylesheets/element-ui.scss */
.el-icon-price-tag:before {
  content: "\e744";
}

/* line 465, vendor/assets/stylesheets/element-ui.scss */
.el-icon-discount:before {
  content: "\e745";
}

/* line 469, vendor/assets/stylesheets/element-ui.scss */
.el-icon-wallet:before {
  content: "\e747";
}

/* line 473, vendor/assets/stylesheets/element-ui.scss */
.el-icon-coin:before {
  content: "\e748";
}

/* line 477, vendor/assets/stylesheets/element-ui.scss */
.el-icon-money:before {
  content: "\e749";
}

/* line 481, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bank-card:before {
  content: "\e74a";
}

/* line 485, vendor/assets/stylesheets/element-ui.scss */
.el-icon-box:before {
  content: "\e74b";
}

/* line 489, vendor/assets/stylesheets/element-ui.scss */
.el-icon-present:before {
  content: "\e74c";
}

/* line 493, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sell:before {
  content: "\e6d5";
}

/* line 497, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sold-out:before {
  content: "\e6d6";
}

/* line 501, vendor/assets/stylesheets/element-ui.scss */
.el-icon-shopping-bag-2:before {
  content: "\e74d";
}

/* line 505, vendor/assets/stylesheets/element-ui.scss */
.el-icon-shopping-bag-1:before {
  content: "\e74e";
}

/* line 509, vendor/assets/stylesheets/element-ui.scss */
.el-icon-shopping-cart-2:before {
  content: "\e74f";
}

/* line 513, vendor/assets/stylesheets/element-ui.scss */
.el-icon-shopping-cart-1:before {
  content: "\e750";
}

/* line 517, vendor/assets/stylesheets/element-ui.scss */
.el-icon-shopping-cart-full:before {
  content: "\e751";
}

/* line 521, vendor/assets/stylesheets/element-ui.scss */
.el-icon-smoking:before {
  content: "\e752";
}

/* line 525, vendor/assets/stylesheets/element-ui.scss */
.el-icon-no-smoking:before {
  content: "\e753";
}

/* line 529, vendor/assets/stylesheets/element-ui.scss */
.el-icon-house:before {
  content: "\e754";
}

/* line 533, vendor/assets/stylesheets/element-ui.scss */
.el-icon-table-lamp:before {
  content: "\e755";
}

/* line 537, vendor/assets/stylesheets/element-ui.scss */
.el-icon-school:before {
  content: "\e756";
}

/* line 541, vendor/assets/stylesheets/element-ui.scss */
.el-icon-office-building:before {
  content: "\e757";
}

/* line 545, vendor/assets/stylesheets/element-ui.scss */
.el-icon-toilet-paper:before {
  content: "\e758";
}

/* line 549, vendor/assets/stylesheets/element-ui.scss */
.el-icon-notebook-2:before {
  content: "\e759";
}

/* line 553, vendor/assets/stylesheets/element-ui.scss */
.el-icon-notebook-1:before {
  content: "\e75a";
}

/* line 557, vendor/assets/stylesheets/element-ui.scss */
.el-icon-files:before {
  content: "\e75b";
}

/* line 561, vendor/assets/stylesheets/element-ui.scss */
.el-icon-collection:before {
  content: "\e75c";
}

/* line 565, vendor/assets/stylesheets/element-ui.scss */
.el-icon-receiving:before {
  content: "\e75d";
}

/* line 569, vendor/assets/stylesheets/element-ui.scss */
.el-icon-suitcase-1:before {
  content: "\e760";
}

/* line 573, vendor/assets/stylesheets/element-ui.scss */
.el-icon-suitcase:before {
  content: "\e761";
}

/* line 577, vendor/assets/stylesheets/element-ui.scss */
.el-icon-film:before {
  content: "\e763";
}

/* line 581, vendor/assets/stylesheets/element-ui.scss */
.el-icon-collection-tag:before {
  content: "\e765";
}

/* line 585, vendor/assets/stylesheets/element-ui.scss */
.el-icon-data-analysis:before {
  content: "\e766";
}

/* line 589, vendor/assets/stylesheets/element-ui.scss */
.el-icon-pie-chart:before {
  content: "\e767";
}

/* line 593, vendor/assets/stylesheets/element-ui.scss */
.el-icon-data-board:before {
  content: "\e768";
}

/* line 597, vendor/assets/stylesheets/element-ui.scss */
.el-icon-data-line:before {
  content: "\e76d";
}

/* line 601, vendor/assets/stylesheets/element-ui.scss */
.el-icon-reading:before {
  content: "\e769";
}

/* line 605, vendor/assets/stylesheets/element-ui.scss */
.el-icon-magic-stick:before {
  content: "\e76a";
}

/* line 609, vendor/assets/stylesheets/element-ui.scss */
.el-icon-coordinate:before {
  content: "\e76b";
}

/* line 613, vendor/assets/stylesheets/element-ui.scss */
.el-icon-mouse:before {
  content: "\e76c";
}

/* line 617, vendor/assets/stylesheets/element-ui.scss */
.el-icon-brush:before {
  content: "\e76e";
}

/* line 621, vendor/assets/stylesheets/element-ui.scss */
.el-icon-headset:before {
  content: "\e76f";
}

/* line 625, vendor/assets/stylesheets/element-ui.scss */
.el-icon-umbrella:before {
  content: "\e770";
}

/* line 629, vendor/assets/stylesheets/element-ui.scss */
.el-icon-scissors:before {
  content: "\e771";
}

/* line 633, vendor/assets/stylesheets/element-ui.scss */
.el-icon-mobile:before {
  content: "\e773";
}

/* line 637, vendor/assets/stylesheets/element-ui.scss */
.el-icon-attract:before {
  content: "\e774";
}

/* line 641, vendor/assets/stylesheets/element-ui.scss */
.el-icon-monitor:before {
  content: "\e775";
}

/* line 645, vendor/assets/stylesheets/element-ui.scss */
.el-icon-search:before {
  content: "\e778";
}

/* line 649, vendor/assets/stylesheets/element-ui.scss */
.el-icon-takeaway-box:before {
  content: "\e77a";
}

/* line 653, vendor/assets/stylesheets/element-ui.scss */
.el-icon-paperclip:before {
  content: "\e77d";
}

/* line 657, vendor/assets/stylesheets/element-ui.scss */
.el-icon-printer:before {
  content: "\e77e";
}

/* line 661, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document-add:before {
  content: "\e782";
}

/* line 665, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document:before {
  content: "\e785";
}

/* line 669, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document-checked:before {
  content: "\e786";
}

/* line 673, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document-copy:before {
  content: "\e787";
}

/* line 677, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document-delete:before {
  content: "\e788";
}

/* line 681, vendor/assets/stylesheets/element-ui.scss */
.el-icon-document-remove:before {
  content: "\e789";
}

/* line 685, vendor/assets/stylesheets/element-ui.scss */
.el-icon-tickets:before {
  content: "\e78b";
}

/* line 689, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder-checked:before {
  content: "\e77f";
}

/* line 693, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder-delete:before {
  content: "\e780";
}

/* line 697, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder-remove:before {
  content: "\e781";
}

/* line 701, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder-add:before {
  content: "\e783";
}

/* line 705, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder-opened:before {
  content: "\e784";
}

/* line 709, vendor/assets/stylesheets/element-ui.scss */
.el-icon-folder:before {
  content: "\e78a";
}

/* line 713, vendor/assets/stylesheets/element-ui.scss */
.el-icon-edit-outline:before {
  content: "\e764";
}

/* line 717, vendor/assets/stylesheets/element-ui.scss */
.el-icon-edit:before {
  content: "\e78c";
}

/* line 721, vendor/assets/stylesheets/element-ui.scss */
.el-icon-date:before {
  content: "\e78e";
}

/* line 725, vendor/assets/stylesheets/element-ui.scss */
.el-icon-c-scale-to-original:before {
  content: "\e7c6";
}

/* line 729, vendor/assets/stylesheets/element-ui.scss */
.el-icon-view:before {
  content: "\e6ce";
}

/* line 733, vendor/assets/stylesheets/element-ui.scss */
.el-icon-loading:before {
  content: "\e6cf";
}

/* line 737, vendor/assets/stylesheets/element-ui.scss */
.el-icon-rank:before {
  content: "\e6d1";
}

/* line 741, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sort-down:before {
  content: "\e7c4";
}

/* line 745, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sort-up:before {
  content: "\e7c5";
}

/* line 749, vendor/assets/stylesheets/element-ui.scss */
.el-icon-sort:before {
  content: "\e6d2";
}

/* line 753, vendor/assets/stylesheets/element-ui.scss */
.el-icon-finished:before {
  content: "\e6cd";
}

/* line 757, vendor/assets/stylesheets/element-ui.scss */
.el-icon-refresh-left:before {
  content: "\e6c7";
}

/* line 761, vendor/assets/stylesheets/element-ui.scss */
.el-icon-refresh-right:before {
  content: "\e6c8";
}

/* line 765, vendor/assets/stylesheets/element-ui.scss */
.el-icon-refresh:before {
  content: "\e6d0";
}

/* line 769, vendor/assets/stylesheets/element-ui.scss */
.el-icon-video-play:before {
  content: "\e7c0";
}

/* line 773, vendor/assets/stylesheets/element-ui.scss */
.el-icon-video-pause:before {
  content: "\e7c1";
}

/* line 777, vendor/assets/stylesheets/element-ui.scss */
.el-icon-d-arrow-right:before {
  content: "\e6dc";
}

/* line 781, vendor/assets/stylesheets/element-ui.scss */
.el-icon-d-arrow-left:before {
  content: "\e6dd";
}

/* line 785, vendor/assets/stylesheets/element-ui.scss */
.el-icon-arrow-up:before {
  content: "\e6e1";
}

/* line 789, vendor/assets/stylesheets/element-ui.scss */
.el-icon-arrow-down:before {
  content: "\e6df";
}

/* line 793, vendor/assets/stylesheets/element-ui.scss */
.el-icon-arrow-right:before {
  content: "\e6e0";
}

/* line 797, vendor/assets/stylesheets/element-ui.scss */
.el-icon-arrow-left:before {
  content: "\e6de";
}

/* line 801, vendor/assets/stylesheets/element-ui.scss */
.el-icon-top-right:before {
  content: "\e6e7";
}

/* line 805, vendor/assets/stylesheets/element-ui.scss */
.el-icon-top-left:before {
  content: "\e6e8";
}

/* line 809, vendor/assets/stylesheets/element-ui.scss */
.el-icon-top:before {
  content: "\e6e6";
}

/* line 813, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bottom:before {
  content: "\e6eb";
}

/* line 817, vendor/assets/stylesheets/element-ui.scss */
.el-icon-right:before {
  content: "\e6e9";
}

/* line 821, vendor/assets/stylesheets/element-ui.scss */
.el-icon-back:before {
  content: "\e6ea";
}

/* line 825, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bottom-right:before {
  content: "\e6ec";
}

/* line 829, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bottom-left:before {
  content: "\e6ed";
}

/* line 833, vendor/assets/stylesheets/element-ui.scss */
.el-icon-caret-top:before {
  content: "\e78f";
}

/* line 837, vendor/assets/stylesheets/element-ui.scss */
.el-icon-caret-bottom:before {
  content: "\e790";
}

/* line 841, vendor/assets/stylesheets/element-ui.scss */
.el-icon-caret-right:before {
  content: "\e791";
}

/* line 845, vendor/assets/stylesheets/element-ui.scss */
.el-icon-caret-left:before {
  content: "\e792";
}

/* line 849, vendor/assets/stylesheets/element-ui.scss */
.el-icon-d-caret:before {
  content: "\e79a";
}

/* line 853, vendor/assets/stylesheets/element-ui.scss */
.el-icon-share:before {
  content: "\e793";
}

/* line 857, vendor/assets/stylesheets/element-ui.scss */
.el-icon-menu:before {
  content: "\e798";
}

/* line 861, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-grid:before {
  content: "\e7a6";
}

/* line 865, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-check:before {
  content: "\e7a7";
}

/* line 869, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-data:before {
  content: "\e7a8";
}

/* line 873, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-opportunity:before {
  content: "\e7aa";
}

/* line 877, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-custom:before {
  content: "\e7ab";
}

/* line 881, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-claim:before {
  content: "\e7ad";
}

/* line 885, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-finance:before {
  content: "\e7ae";
}

/* line 889, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-comment:before {
  content: "\e7af";
}

/* line 893, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-flag:before {
  content: "\e7b0";
}

/* line 897, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-marketing:before {
  content: "\e7b1";
}

/* line 901, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-shop:before {
  content: "\e7b4";
}

/* line 905, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-open:before {
  content: "\e7b5";
}

/* line 909, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-management:before {
  content: "\e7b6";
}

/* line 913, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-ticket:before {
  content: "\e7b7";
}

/* line 917, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-release:before {
  content: "\e7b8";
}

/* line 921, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-home:before {
  content: "\e7b9";
}

/* line 925, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-promotion:before {
  content: "\e7ba";
}

/* line 929, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-operation:before {
  content: "\e7bb";
}

/* line 933, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-unfold:before {
  content: "\e7bc";
}

/* line 937, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-fold:before {
  content: "\e7a9";
}

/* line 941, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-platform:before {
  content: "\e7bd";
}

/* line 945, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-order:before {
  content: "\e7be";
}

/* line 949, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-cooperation:before {
  content: "\e7bf";
}

/* line 953, vendor/assets/stylesheets/element-ui.scss */
.el-icon-bell:before {
  content: "\e725";
}

/* line 957, vendor/assets/stylesheets/element-ui.scss */
.el-icon-message-solid:before {
  content: "\e799";
}

/* line 961, vendor/assets/stylesheets/element-ui.scss */
.el-icon-video-camera:before {
  content: "\e772";
}

/* line 965, vendor/assets/stylesheets/element-ui.scss */
.el-icon-video-camera-solid:before {
  content: "\e796";
}

/* line 969, vendor/assets/stylesheets/element-ui.scss */
.el-icon-camera:before {
  content: "\e779";
}

/* line 973, vendor/assets/stylesheets/element-ui.scss */
.el-icon-camera-solid:before {
  content: "\e79b";
}

/* line 977, vendor/assets/stylesheets/element-ui.scss */
.el-icon-download:before {
  content: "\e77c";
}

/* line 981, vendor/assets/stylesheets/element-ui.scss */
.el-icon-upload2:before {
  content: "\e77b";
}

/* line 985, vendor/assets/stylesheets/element-ui.scss */
.el-icon-upload:before {
  content: "\e7c3";
}

/* line 989, vendor/assets/stylesheets/element-ui.scss */
.el-icon-picture-outline-round:before {
  content: "\e75f";
}

/* line 993, vendor/assets/stylesheets/element-ui.scss */
.el-icon-picture-outline:before {
  content: "\e75e";
}

/* line 997, vendor/assets/stylesheets/element-ui.scss */
.el-icon-picture:before {
  content: "\e79f";
}

/* line 1001, vendor/assets/stylesheets/element-ui.scss */
.el-icon-close:before {
  content: "\e6db";
}

/* line 1005, vendor/assets/stylesheets/element-ui.scss */
.el-icon-check:before {
  content: "\e6da";
}

/* line 1009, vendor/assets/stylesheets/element-ui.scss */
.el-icon-plus:before {
  content: "\e6d9";
}

/* line 1013, vendor/assets/stylesheets/element-ui.scss */
.el-icon-minus:before {
  content: "\e6d8";
}

/* line 1017, vendor/assets/stylesheets/element-ui.scss */
.el-icon-help:before {
  content: "\e73d";
}

/* line 1021, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-help:before {
  content: "\e7b3";
}

/* line 1025, vendor/assets/stylesheets/element-ui.scss */
.el-icon-circle-close:before {
  content: "\e78d";
}

/* line 1029, vendor/assets/stylesheets/element-ui.scss */
.el-icon-circle-check:before {
  content: "\e720";
}

/* line 1033, vendor/assets/stylesheets/element-ui.scss */
.el-icon-circle-plus-outline:before {
  content: "\e723";
}

/* line 1037, vendor/assets/stylesheets/element-ui.scss */
.el-icon-remove-outline:before {
  content: "\e722";
}

/* line 1041, vendor/assets/stylesheets/element-ui.scss */
.el-icon-zoom-out:before {
  content: "\e776";
}

/* line 1045, vendor/assets/stylesheets/element-ui.scss */
.el-icon-zoom-in:before {
  content: "\e777";
}

/* line 1049, vendor/assets/stylesheets/element-ui.scss */
.el-icon-error:before {
  content: "\e79d";
}

/* line 1053, vendor/assets/stylesheets/element-ui.scss */
.el-icon-success:before {
  content: "\e79c";
}

/* line 1057, vendor/assets/stylesheets/element-ui.scss */
.el-icon-circle-plus:before {
  content: "\e7a0";
}

/* line 1061, vendor/assets/stylesheets/element-ui.scss */
.el-icon-remove:before {
  content: "\e7a2";
}

/* line 1065, vendor/assets/stylesheets/element-ui.scss */
.el-icon-info:before {
  content: "\e7a1";
}

/* line 1069, vendor/assets/stylesheets/element-ui.scss */
.el-icon-question:before {
  content: "\e7a4";
}

/* line 1073, vendor/assets/stylesheets/element-ui.scss */
.el-icon-warning-outline:before {
  content: "\e6c9";
}

/* line 1077, vendor/assets/stylesheets/element-ui.scss */
.el-icon-warning:before {
  content: "\e7a3";
}

/* line 1081, vendor/assets/stylesheets/element-ui.scss */
.el-icon-goods:before {
  content: "\e7c2";
}

/* line 1085, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-goods:before {
  content: "\e7b2";
}

/* line 1089, vendor/assets/stylesheets/element-ui.scss */
.el-icon-star-off:before {
  content: "\e717";
}

/* line 1093, vendor/assets/stylesheets/element-ui.scss */
.el-icon-star-on:before {
  content: "\e797";
}

/* line 1097, vendor/assets/stylesheets/element-ui.scss */
.el-icon-more-outline:before {
  content: "\e6cc";
}

/* line 1101, vendor/assets/stylesheets/element-ui.scss */
.el-icon-more:before {
  content: "\e794";
}

/* line 1105, vendor/assets/stylesheets/element-ui.scss */
.el-icon-phone-outline:before {
  content: "\e6cb";
}

/* line 1109, vendor/assets/stylesheets/element-ui.scss */
.el-icon-phone:before {
  content: "\e795";
}

/* line 1113, vendor/assets/stylesheets/element-ui.scss */
.el-icon-user:before {
  content: "\e6e3";
}

/* line 1117, vendor/assets/stylesheets/element-ui.scss */
.el-icon-user-solid:before {
  content: "\e7a5";
}

/* line 1121, vendor/assets/stylesheets/element-ui.scss */
.el-icon-setting:before {
  content: "\e6ca";
}

/* line 1125, vendor/assets/stylesheets/element-ui.scss */
.el-icon-s-tools:before {
  content: "\e7ac";
}

/* line 1129, vendor/assets/stylesheets/element-ui.scss */
.el-icon-delete:before {
  content: "\e6d7";
}

/* line 1133, vendor/assets/stylesheets/element-ui.scss */
.el-icon-delete-solid:before {
  content: "\e7c9";
}

/* line 1137, vendor/assets/stylesheets/element-ui.scss */
.el-icon-eleme:before {
  content: "\e7c7";
}

/* line 1141, vendor/assets/stylesheets/element-ui.scss */
.el-icon-platform-eleme:before {
  content: "\e7ca";
}

/* line 1145, vendor/assets/stylesheets/element-ui.scss */
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* line 1150, vendor/assets/stylesheets/element-ui.scss */
.el-icon--right {
  margin-left: 5px;
}

/* line 1154, vendor/assets/stylesheets/element-ui.scss */
.el-icon--left {
  margin-right: 5px;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* line 1182, vendor/assets/stylesheets/element-ui.scss */
.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}

/* line 1188, vendor/assets/stylesheets/element-ui.scss */
.el-pagination::after, .el-pagination::before {
  display: table;
  content: "";
}

/* line 1193, vendor/assets/stylesheets/element-ui.scss */
.el-pagination::after {
  clear: both;
}

/* line 1197, vendor/assets/stylesheets/element-ui.scss */
.el-pagination button, .el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1208, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}

/* line 1214, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .el-input__suffix {
  right: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 1220, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}

/* line 1224, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}

/* line 1230, vendor/assets/stylesheets/element-ui.scss */
.el-pagination button {
  border: none;
  padding: 0 6px;
  background: 0 0;
}

/* line 1235, vendor/assets/stylesheets/element-ui.scss */
.el-pagination button:focus {
  outline: 0;
}

/* line 1239, vendor/assets/stylesheets/element-ui.scss */
.el-pagination button:hover {
  color: #409EFF;
}

/* line 1243, vendor/assets/stylesheets/element-ui.scss */
.el-pagination button:disabled {
  color: #C0C4CC;
  background-color: #FFF;
  cursor: not-allowed;
}

/* line 1250, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .btn-next, .el-pagination .btn-prev {
  background: center center no-repeat #FFF;
  background-size: 16px;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

/* line 1258, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .btn-next .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

/* line 1264, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .btn-prev {
  padding-right: 12px;
}

/* line 1265, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

/* line 1274, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .btn-next {
  padding-left: 12px;
}

/* line 1278, vendor/assets/stylesheets/element-ui.scss */
.el-pagination .el-pager li.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 1284, vendor/assets/stylesheets/element-ui.scss */
.el-pager li {
  cursor: pointer;
}

/* line 1287, vendor/assets/stylesheets/element-ui.scss */
.el-pager li.btn-quicknext:hover, .el-pager li.btn-quickprev:hover {
  cursor: pointer;
}

/* line 1293, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .btn-next, .el-pagination--small .btn-prev {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

/* line 1301, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .el-pager li {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

/* line 1308, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

/* line 1317, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .arrow.disabled {
  visibility: hidden;
}

/* line 1321, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .more::before, .el-pagination--small li.more::before {
  line-height: 24px;
}

/* line 1325, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small button, .el-pagination--small span:not([class*=suffix]) {
  height: 22px;
  line-height: 22px;
}

/* line 1330, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .el-pagination__editor {
  height: 22px;
}

/* line 1333, vendor/assets/stylesheets/element-ui.scss */
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px;
}

/* line 1339, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266;
}

/* line 1344, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}

/* line 1348, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409EFF;
}

/* line 1354, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266;
}

/* line 1360, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #606266;
}

/* line 1365, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}

/* line 1370, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__rightwrapper {
  float: right;
}

/* line 1374, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

/* line 1385, vendor/assets/stylesheets/element-ui.scss */
.el-pager {
  padding: 0;
}

/* line 1390, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
  padding: 0;
}

/* line 1395, vendor/assets/stylesheets/element-ui.scss */
.el-dialog, .el-pager li {
  -webkit-box-sizing: border-box;
}

/* line 1400, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__editor.el-input {
  width: 50px;
}

/* line 1403, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}

/* line 1409, vendor/assets/stylesheets/element-ui.scss */
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1417, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
}

/* line 1426, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled {
  color: #C0C4CC;
}

/* line 1432, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled {
  color: #C0C4CC;
}

/* line 1438, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .el-pager li.disabled {
  color: #C0C4CC;
}

/* line 1443, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409EFF;
}

/* line 1447, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background .el-pager li.active:not(.disabled) {
  background-color: #409EFF;
  color: #FFF;
}

/* line 1455, vendor/assets/stylesheets/element-ui.scss */
.el-pagination.is-background.el-pagination--small .btn-next, .el-pagination.is-background.el-pagination--small .btn-prev, .el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}

/* line 1462, vendor/assets/stylesheets/element-ui.scss */
.el-pager {
  vertical-align: top;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  font-size: 0;
}

/* line 1467, vendor/assets/stylesheets/element-ui.scss */
.el-pager li {
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

/* line 1480, vendor/assets/stylesheets/element-ui.scss */
.el-pager .more::before {
  line-height: 30px;
}

/* line 1484, vendor/assets/stylesheets/element-ui.scss */
.el-pager li {
  padding: 0 4px;
  background: #FFF;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
}

/* line 1494, vendor/assets/stylesheets/element-ui.scss */
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}

/* line 1499, vendor/assets/stylesheets/element-ui.scss */
.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
  color: #C0C4CC;
}

/* line 1503, vendor/assets/stylesheets/element-ui.scss */
.el-pager li.active + li {
  border-left: 0;
}

/* line 1507, vendor/assets/stylesheets/element-ui.scss */
.el-pager li:hover {
  color: #409EFF;
}

/* line 1511, vendor/assets/stylesheets/element-ui.scss */
.el-pager li.active {
  color: #409EFF;
  cursor: default;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

/* line 1530, vendor/assets/stylesheets/element-ui.scss */
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}

/* line 1540, vendor/assets/stylesheets/element-ui.scss */
.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

/* line 1549, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

/* line 1559, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__header {
  padding: 20px 20px 10px;
}

/* line 1563, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}

/* line 1574, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}

/* line 1578, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  color: #409EFF;
}

/* line 1583, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}

/* line 1589, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

/* line 1596, vendor/assets/stylesheets/element-ui.scss */
.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1603, vendor/assets/stylesheets/element-ui.scss */
.el-dialog--center {
  text-align: center;
}

/* line 1606, vendor/assets/stylesheets/element-ui.scss */
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}

/* line 1611, vendor/assets/stylesheets/element-ui.scss */
.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

/* line 1616, vendor/assets/stylesheets/element-ui.scss */
.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in .3s;
  animation: dialog-fade-in .3s;
}

/* line 1621, vendor/assets/stylesheets/element-ui.scss */
.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out .3s;
  animation: dialog-fade-out .3s;
}

@-webkit-keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

@keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

/* line 1682, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete {
  position: relative;
  display: inline-block;
}

/* line 1687, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion {
  margin: 5px 0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

/* line 1698, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1705, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}

/* line 1711, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #606266;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1723, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion li.highlighted, .el-autocomplete-suggestion li:hover {
  background-color: #F5F7FA;
}

/* line 1727, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #000;
}

/* line 1731, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}

/* line 1738, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}

/* line 1745, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

/* line 1752, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #FFF;
}

/* line 1757, vendor/assets/stylesheets/element-ui.scss */
.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}

/* line 1763, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}

/* line 1769, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-button-group {
  display: block;
}

/* line 1772, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-button-group .el-button {
  float: none;
}

/* line 1777, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}

/* line 1783, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown__caret-button::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

/* line 1794, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(220, 223, 230, 0.5);
}

/* line 1798, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before {
  top: 0;
  bottom: 0;
}

/* line 1803, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}

/* line 1809, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}

/* line 1816, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown .el-dropdown-selfdefine:focus:active, .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-width: 0;
}

/* line 1821, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown [disabled] {
  cursor: not-allowed;
  color: #bbb;
}

/* line 1827, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #FFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 1841, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item, .el-menu-item {
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}

/* line 1847, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  margin: 0;
  color: #606266;
  outline: 0;
}

/* line 1854, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

/* line 1859, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item i {
  margin-right: 5px;
}

/* line 1864, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #EBEEF5;
}

/* line 1869, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item--divided:before {
  content: '';
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #FFF;
}

/* line 1878, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}

/* line 1884, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--medium {
  padding: 6px 0;
}

/* line 1887, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}

/* line 1892, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}

/* line 1895, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}

/* line 1903, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--small {
  padding: 6px 0;
}

/* line 1906, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}

/* line 1911, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}

/* line 1914, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}

/* line 1922, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--mini {
  padding: 3px 0;
}

/* line 1925, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}

/* line 1930, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}

/* line 1933, vendor/assets/stylesheets/element-ui.scss */
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}

/* line 1941, vendor/assets/stylesheets/element-ui.scss */
.el-menu {
  border-right: solid 1px #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #FFF;
}

/* line 1952, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover {
  background-color: #fff;
}

/* line 1957, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: #fff;
}

/* line 1963, vendor/assets/stylesheets/element-ui.scss */
.el-menu::after, .el-menu::before {
  display: table;
  content: "";
}

/* line 1969, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}

/* line 1974, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow, .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

/* line 1980, vendor/assets/stylesheets/element-ui.scss */
.el-menu::after {
  clear: both;
}

/* line 1984, vendor/assets/stylesheets/element-ui.scss */
.el-menu.el-menu--horizontal {
  border-bottom: solid 1px #e6e6e6;
}

/* line 1989, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal {
  border-right: none;
}

/* line 1993, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-menu-item {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #909399;
}

/* line 2001, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-menu-item a {
  color: inherit;
}

/* line 2004, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-menu-item a:hover {
  color: inherit;
}

/* line 2010, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu {
  float: left;
}

/* line 2013, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu:focus, .el-menu--horizontal > .el-submenu:hover {
  outline: 0;
}

/* line 2017, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu:focus .el-submenu__title, .el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  color: #303133;
}

/* line 2021, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid #409EFF;
  color: #303133;
}

/* line 2026, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  color: #909399;
}

/* line 2033, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}

/* line 2043, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse .el-submenu, .el-menu-item {
  position: relative;
}

/* line 2049, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #FFF;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
}

/* line 2058, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal .el-menu .el-menu-item.is-active, .el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
  color: #303133;
}

/* line 2064, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #303133;
}

/* line 2070, vendor/assets/stylesheets/element-ui.scss */
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid #409EFF;
  color: #303133;
}

/* line 2076, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse {
  width: 64px;
}

/* line 2080, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse > .el-menu-item [class^=el-icon-], .el-menu--collapse > .el-submenu > .el-submenu__title [class^=el-icon-] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}

/* line 2087, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse > .el-menu-item span, .el-menu--collapse > .el-submenu > .el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

/* line 2097, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item, .el-submenu__title {
  height: 56px;
  line-height: 56px;
  list-style: none;
}

/* line 2104, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse > .el-menu-item.is-active i {
  color: inherit;
}

/* line 2108, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse .el-menu .el-submenu {
  min-width: 200px;
}

/* line 2113, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  z-index: 10;
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 2125, vendor/assets/stylesheets/element-ui.scss */
.el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: none;
  transform: none;
}

/* line 2132, vendor/assets/stylesheets/element-ui.scss */
.el-menu--popup {
  z-index: 100;
  min-width: 200px;
  border: none;
  padding: 5px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 2142, vendor/assets/stylesheets/element-ui.scss */
.el-menu--popup-bottom-start {
  margin-top: 5px;
}

/* line 2146, vendor/assets/stylesheets/element-ui.scss */
.el-menu--popup-right-start {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 2151, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item {
  color: #303133;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 2160, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner, .el-submenu__title {
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

/* line 2167, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item * {
  vertical-align: middle;
}

/* line 2171, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item i {
  color: #909399;
}

/* line 2175, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item:focus, .el-menu-item:hover {
  outline: 0;
  background-color: #ecf5ff;
}

/* line 2180, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0 !important;
}

/* line 2186, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item [class^=el-icon-] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}

/* line 2194, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item.is-active {
  color: #409EFF;
}

/* line 2197, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item.is-active i {
  color: inherit;
}

/* line 2203, vendor/assets/stylesheets/element-ui.scss */
.el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 2209, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title {
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  box-sizing: border-box;
}

/* line 2218, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title * {
  vertical-align: middle;
}

/* line 2222, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title i {
  color: #909399;
}

/* line 2226, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title:focus, .el-submenu__title:hover {
  outline: 0;
  background-color: #ecf5ff;
}

/* line 2231, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0 !important;
}

/* line 2237, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__title:hover {
  background-color: #ecf5ff;
}

/* line 2243, vendor/assets/stylesheets/element-ui.scss */
.el-submenu .el-menu {
  border: none;
}

/* line 2247, vendor/assets/stylesheets/element-ui.scss */
.el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 200px;
}

/* line 2255, vendor/assets/stylesheets/element-ui.scss */
.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 12px;
}

/* line 2268, vendor/assets/stylesheets/element-ui.scss */
.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #409EFF;
}

/* line 2272, vendor/assets/stylesheets/element-ui.scss */
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* line 2278, vendor/assets/stylesheets/element-ui.scss */
.el-submenu.is-disabled .el-menu-item, .el-submenu.is-disabled .el-submenu__title {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0 !important;
}

/* line 2285, vendor/assets/stylesheets/element-ui.scss */
.el-submenu [class^=el-icon-] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

/* line 2294, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item-group > ul {
  padding: 0;
}

/* line 2298, vendor/assets/stylesheets/element-ui.scss */
.el-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
}

/* line 2305, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner, .el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* line 2311, vendor/assets/stylesheets/element-ui.scss */
.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

/* line 2317, vendor/assets/stylesheets/element-ui.scss */
.el-radio-group {
  font-size: 0;
}

/* line 2321, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}

/* line 2327, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner {
  background: #FFF;
  border: 1px solid #DCDFE6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

/* line 2345, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner.is-round {
  padding: 12px 20px;
}

/* line 2349, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner:hover {
  color: #409EFF;
}

/* line 2353, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner [class*=el-icon-] {
  line-height: .9;
}

/* line 2356, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

/* line 2362, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 2369, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}

/* line 2375, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -1px 0 0 0 #409EFF;
  box-shadow: -1px 0 0 0 #409EFF;
}

/* line 2384, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2394, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
  background-color: #F2F6FC;
}

/* line 2401, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}

/* line 2405, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}

/* line 2410, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--medium .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

/* line 2415, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 10px 20px;
}

/* line 2420, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

/* line 2425, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}

/* line 2430, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--mini .el-radio-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}

/* line 2435, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 7px 15px;
}

/* line 2440, vendor/assets/stylesheets/element-ui.scss */
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  -webkit-box-shadow: 0 0 2px 2px #409EFF;
  box-shadow: 0 0 2px 2px #409EFF;
}

/* line 2445, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel, .el-popover, .el-select-dropdown, .el-table-filter, .el-time-panel {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 2449, vendor/assets/stylesheets/element-ui.scss */
.el-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

/* line 2463, vendor/assets/stylesheets/element-ui.scss */
.el-switch__core, .el-switch__label {
  display: inline-block;
  cursor: pointer;
}

/* line 2469, vendor/assets/stylesheets/element-ui.scss */
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}

/* line 2474, vendor/assets/stylesheets/element-ui.scss */
.el-switch__label {
  -webkit-transition: .2s;
  transition: .2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: #303133;
}

/* line 2483, vendor/assets/stylesheets/element-ui.scss */
.el-switch__label.is-active {
  color: #409EFF;
}

/* line 2488, vendor/assets/stylesheets/element-ui.scss */
.el-switch__label--left {
  margin-right: 10px;
}

/* line 2492, vendor/assets/stylesheets/element-ui.scss */
.el-switch__label--right {
  margin-left: 10px;
}

/* line 2496, vendor/assets/stylesheets/element-ui.scss */
.el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}

/* line 2502, vendor/assets/stylesheets/element-ui.scss */
.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

/* line 2510, vendor/assets/stylesheets/element-ui.scss */
.el-switch__core {
  margin: 0;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #DCDFE6;
  outline: 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DCDFE6;
  -webkit-transition: border-color .3s,background-color .3s;
  transition: border-color .3s,background-color .3s;
  vertical-align: middle;
}

/* line 2526, vendor/assets/stylesheets/element-ui.scss */
.el-input__prefix, .el-input__suffix {
  -webkit-transition: all .3s;
  color: #C0C4CC;
}

/* line 2531, vendor/assets/stylesheets/element-ui.scss */
.el-switch__core:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16px;
  height: 16px;
  background-color: #FFF;
}

/* line 2545, vendor/assets/stylesheets/element-ui.scss */
.el-switch.is-checked .el-switch__core {
  border-color: #409EFF;
  background-color: #409EFF;
}

/* line 2549, vendor/assets/stylesheets/element-ui.scss */
.el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -17px;
}

/* line 2555, vendor/assets/stylesheets/element-ui.scss */
.el-switch.is-disabled {
  opacity: .6;
}

/* line 2561, vendor/assets/stylesheets/element-ui.scss */
.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}

/* line 2565, vendor/assets/stylesheets/element-ui.scss */
.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}

/* line 2571, vendor/assets/stylesheets/element-ui.scss */
.el-switch .label-fade-enter, .el-switch .label-fade-leave-active {
  opacity: 0;
}

/* line 2576, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}

/* line 2587, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}

/* line 2590, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409EFF;
  background-color: #FFF;
}

/* line 2594, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F5F7FA;
}

/* line 2598, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: "\e6da";
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2611, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

/* line 2616, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* line 2624, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__wrap {
  max-height: 274px;
}

/* line 2628, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2636, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 2650, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__item.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 2654, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFF;
}

/* line 2659, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  background-color: #F5F7FA;
}

/* line 2663, vendor/assets/stylesheets/element-ui.scss */
.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: 700;
}

/* line 2669, vendor/assets/stylesheets/element-ui.scss */
.el-select-group {
  margin: 0;
  padding: 0;
}

/* line 2674, vendor/assets/stylesheets/element-ui.scss */
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 2680, vendor/assets/stylesheets/element-ui.scss */
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}

/* line 2683, vendor/assets/stylesheets/element-ui.scss */
.el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #E4E7ED;
}

/* line 2696, vendor/assets/stylesheets/element-ui.scss */
.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}

/* line 2703, vendor/assets/stylesheets/element-ui.scss */
.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

/* line 2707, vendor/assets/stylesheets/element-ui.scss */
.el-select {
  display: inline-block;
  position: relative;
}

/* line 2711, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-select__tags > span {
  display: contents;
}

/* line 2715, vendor/assets/stylesheets/element-ui.scss */
.el-select:hover .el-input__inner {
  border-color: #C0C4CC;
}

/* line 2719, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}

/* line 2723, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input__inner:focus {
  border-color: #409EFF;
}

/* line 2729, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input .el-select__caret {
  color: #C0C4CC;
  font-size: 14px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  cursor: pointer;
}

/* line 2740, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input .el-select__caret.is-reverse {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

/* line 2745, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #C0C4CC;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 2755, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}

/* line 2761, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}

/* line 2764, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #E4E7ED;
}

/* line 2771, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-active {
  border-color: #409EFF;
}

/* line 2774, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

/* line 2780, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

/* line 2784, vendor/assets/stylesheets/element-ui.scss */
.el-select > .el-input {
  display: block;
}

/* line 2789, vendor/assets/stylesheets/element-ui.scss */
.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}

/* line 2802, vendor/assets/stylesheets/element-ui.scss */
.el-select__input.is-mini {
  height: 14px;
}

/* line 2807, vendor/assets/stylesheets/element-ui.scss */
.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #C0C4CC;
  line-height: 18px;
  font-size: 14px;
}

/* line 2817, vendor/assets/stylesheets/element-ui.scss */
.el-select__close:hover {
  color: #909399;
}

/* line 2822, vendor/assets/stylesheets/element-ui.scss */
.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2840, vendor/assets/stylesheets/element-ui.scss */
.el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2846, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2861, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  top: 0;
  color: #FFF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 2868, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}

/* line 2874, vendor/assets/stylesheets/element-ui.scss */
.el-table, .el-table__expanded-cell {
  background-color: #FFF;
}

/* line 2878, vendor/assets/stylesheets/element-ui.scss */
.el-select .el-tag__close.el-icon-close::before {
  display: block;
  -webkit-transform: translate(0, 0.5px);
  transform: translate(0, 0.5px);
}

/* line 2884, vendor/assets/stylesheets/element-ui.scss */
.el-table {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #606266;
}

/* line 2898, vendor/assets/stylesheets/element-ui.scss */
.el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2913, vendor/assets/stylesheets/element-ui.scss */
.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}

/* line 2919, vendor/assets/stylesheets/element-ui.scss */
.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}

/* line 2924, vendor/assets/stylesheets/element-ui.scss */
.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  height: 20px;
}

/* line 2936, vendor/assets/stylesheets/element-ui.scss */
.el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 2941, vendor/assets/stylesheets/element-ui.scss */
.el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

/* line 2950, vendor/assets/stylesheets/element-ui.scss */
.el-table__expanded-cell[class*=cell] {
  padding: 20px 50px;
}

/* line 2954, vendor/assets/stylesheets/element-ui.scss */
.el-table__expanded-cell:hover {
  background-color: transparent !important;
}

/* line 2959, vendor/assets/stylesheets/element-ui.scss */
.el-table__placeholder {
  display: inline-block;
  width: 20px;
}

/* line 2964, vendor/assets/stylesheets/element-ui.scss */
.el-table__append-wrapper {
  overflow: hidden;
}

/* line 2968, vendor/assets/stylesheets/element-ui.scss */
.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}

/* line 2972, vendor/assets/stylesheets/element-ui.scss */
.el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}

/* line 2977, vendor/assets/stylesheets/element-ui.scss */
.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}

/* line 2981, vendor/assets/stylesheets/element-ui.scss */
.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}

/* line 2986, vendor/assets/stylesheets/element-ui.scss */
.el-table thead {
  color: #909399;
  font-weight: 500;
}

/* line 2990, vendor/assets/stylesheets/element-ui.scss */
.el-table thead.is-group th.el-table__cell {
  background: #F5F7FA;
}

/* line 2995, vendor/assets/stylesheets/element-ui.scss */
.el-table .el-table__cell {
  padding: 12px 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

/* line 3005, vendor/assets/stylesheets/element-ui.scss */
.el-table .el-table__cell.is-center {
  text-align: center;
}

/* line 3009, vendor/assets/stylesheets/element-ui.scss */
.el-table .el-table__cell.is-right {
  text-align: right;
}

/* line 3013, vendor/assets/stylesheets/element-ui.scss */
.el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}

/* line 3020, vendor/assets/stylesheets/element-ui.scss */
.el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}

/* line 3026, vendor/assets/stylesheets/element-ui.scss */
.el-table--medium .el-table__cell {
  padding: 10px 0;
}

/* line 3030, vendor/assets/stylesheets/element-ui.scss */
.el-table--small {
  font-size: 12px;
}

/* line 3033, vendor/assets/stylesheets/element-ui.scss */
.el-table--small .el-table__cell {
  padding: 8px 0;
}

/* line 3038, vendor/assets/stylesheets/element-ui.scss */
.el-table--mini {
  font-size: 12px;
}

/* line 3041, vendor/assets/stylesheets/element-ui.scss */
.el-table--mini .el-table__cell {
  padding: 6px 0;
}

/* line 3047, vendor/assets/stylesheets/element-ui.scss */
.el-table tr {
  background-color: #FFF;
}

/* line 3050, vendor/assets/stylesheets/element-ui.scss */
.el-table tr input[type=checkbox] {
  margin: 0;
}

/* line 3055, vendor/assets/stylesheets/element-ui.scss */
.el-table td.el-table__cell {
  border-bottom: 1px solid #EBEEF5;
}

/* line 3059, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFF;
}

/* line 3060, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #EBEEF5;
}

/* line 3064, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}

/* line 3075, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell > .cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

/* line 3085, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell > .cell.highlight {
  color: #409EFF;
}

/* line 3090, vendor/assets/stylesheets/element-ui.scss */
.el-table th.el-table__cell.required > div::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 3102, vendor/assets/stylesheets/element-ui.scss */
.el-table td.el-table__cell div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3108, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td, .el-table .cell, .el-table-filter {
  -webkit-box-sizing: border-box;
}

/* line 3113, vendor/assets/stylesheets/element-ui.scss */
.el-table td.el-table__cell.gutter {
  width: 0;
}

/* line 3117, vendor/assets/stylesheets/element-ui.scss */
.el-table .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3127, vendor/assets/stylesheets/element-ui.scss */
.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}

/* line 3134, vendor/assets/stylesheets/element-ui.scss */
.el-table--border, .el-table--group {
  border: 1px solid #EBEEF5;
}

/* line 3138, vendor/assets/stylesheets/element-ui.scss */
.el-table--border::after, .el-table--group::after, .el-table::before {
  content: '';
  position: absolute;
  background-color: #EBEEF5;
  z-index: 1;
}

/* line 3145, vendor/assets/stylesheets/element-ui.scss */
.el-table--border::after, .el-table--group::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

/* line 3152, vendor/assets/stylesheets/element-ui.scss */
.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

/* line 3159, vendor/assets/stylesheets/element-ui.scss */
.el-table--border {
  border-right: none;
  border-bottom: none;
}

/* line 3163, vendor/assets/stylesheets/element-ui.scss */
.el-table--border.el-loading-parent--relative {
  border-color: transparent;
}

/* line 3167, vendor/assets/stylesheets/element-ui.scss */
.el-table--border .el-table__cell {
  border-right: 1px solid #EBEEF5;
}

/* line 3172, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #EBEEF5;
}

/* line 3177, vendor/assets/stylesheets/element-ui.scss */
.el-table--border .el-table__cell:first-child .cell {
  padding-left: 10px;
}

/* line 3181, vendor/assets/stylesheets/element-ui.scss */
.el-table--border th.el-table__cell {
  border-bottom: 1px solid #EBEEF5;
}

/* line 3182, vendor/assets/stylesheets/element-ui.scss */
.el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: 1px solid #EBEEF5;
  border-bottom-width: 1px;
}

/* line 3191, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right-patch {
  border-bottom: 1px solid #EBEEF5;
}

/* line 3195, vendor/assets/stylesheets/element-ui.scss */
.el-table--hidden {
  visibility: hidden;
}

/* line 3199, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

/* line 3209, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

/* line 3218, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #EBEEF5;
  z-index: 4;
}

/* line 3230, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #EBEEF5;
  z-index: 4;
}

/* line 3241, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #FFF;
}

/* line 3248, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}

/* line 3253, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-right .el-table__fixed-body-wrapper, .el-table__fixed-right .el-table__fixed-footer-wrapper, .el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}

/* line 3259, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

/* line 3266, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

/* line 3272, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-footer-wrapper tbody td.el-table__cell {
  border-top: 1px solid #EBEEF5;
  background-color: #F5F7FA;
  color: #606266;
}

/* line 3279, vendor/assets/stylesheets/element-ui.scss */
.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}

/* line 3287, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
  width: 100%;
}

/* line 3291, vendor/assets/stylesheets/element-ui.scss */
.el-table__footer-wrapper {
  margin-top: -1px;
}

/* line 3294, vendor/assets/stylesheets/element-ui.scss */
.el-table__footer-wrapper td.el-table__cell {
  border-top: 1px solid #EBEEF5;
}

/* line 3299, vendor/assets/stylesheets/element-ui.scss */
.el-table__body, .el-table__footer, .el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3304, vendor/assets/stylesheets/element-ui.scss */
.el-table__footer-wrapper, .el-table__header-wrapper {
  overflow: hidden;
}

/* line 3308, vendor/assets/stylesheets/element-ui.scss */
.el-table__footer-wrapper tbody td.el-table__cell, .el-table__header-wrapper tbody td.el-table__cell {
  background-color: #F5F7FA;
  color: #606266;
}

/* line 3313, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}

/* line 3317, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3323, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed, .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3329, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3334, vendor/assets/stylesheets/element-ui.scss */
.el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right {
  border-left: 1px solid #EBEEF5;
}

/* line 3340, vendor/assets/stylesheets/element-ui.scss */
.el-table .caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}

/* line 3359, vendor/assets/stylesheets/element-ui.scss */
.el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}

/* line 3366, vendor/assets/stylesheets/element-ui.scss */
.el-table .sort-caret.ascending {
  border-bottom-color: #C0C4CC;
  top: 5px;
}

/* line 3371, vendor/assets/stylesheets/element-ui.scss */
.el-table .sort-caret.descending {
  border-top-color: #C0C4CC;
  bottom: 7px;
}

/* line 3377, vendor/assets/stylesheets/element-ui.scss */
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409EFF;
}

/* line 3381, vendor/assets/stylesheets/element-ui.scss */
.el-table .descending .sort-caret.descending {
  border-top-color: #409EFF;
}

/* line 3385, vendor/assets/stylesheets/element-ui.scss */
.el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

/* line 3393, vendor/assets/stylesheets/element-ui.scss */
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #FAFAFA;
}

/* line 3397, vendor/assets/stylesheets/element-ui.scss */
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell, .el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell {
  background-color: #ecf5ff;
}

/* line 3404, vendor/assets/stylesheets/element-ui.scss */
.el-table__body tr.hover-row.current-row > td.el-table__cell {
  background-color: #F5F7FA;
}

/* line 3409, vendor/assets/stylesheets/element-ui.scss */
.el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.selection-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell {
  background-color: #F5F7FA;
}

/* line 3414, vendor/assets/stylesheets/element-ui.scss */
.el-table__body tr.hover-row.selection-row > td.el-table__cell, .el-table__body tr.hover-row > td.el-table__cell {
  background-color: #F5F7FA;
}

/* line 3419, vendor/assets/stylesheets/element-ui.scss */
.el-table__body tr.current-row > td.el-table__cell, .el-table__body tr.selection-row > td.el-table__cell {
  background-color: #ecf5ff;
}

/* line 3424, vendor/assets/stylesheets/element-ui.scss */
.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #EBEEF5;
  z-index: 10;
}

/* line 3434, vendor/assets/stylesheets/element-ui.scss */
.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}

/* line 3439, vendor/assets/stylesheets/element-ui.scss */
.el-table__column-filter-trigger i {
  color: #909399;
  font-size: 12px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/* line 3447, vendor/assets/stylesheets/element-ui.scss */
.el-table--enable-row-transition .el-table__body td.el-table__cell {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 3452, vendor/assets/stylesheets/element-ui.scss */
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #F5F7FA;
}

/* line 3457, vendor/assets/stylesheets/element-ui.scss */
.el-table--fluid-height .el-table__fixed, .el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}

/* line 3463, vendor/assets/stylesheets/element-ui.scss */
.el-table [class*=el-table__row--level] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}

/* line 3472, vendor/assets/stylesheets/element-ui.scss */
.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}

/* line 3477, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter {
  border: 1px solid #EBEEF5;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 2px 0;
}

/* line 3486, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}

/* line 3493, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}

/* line 3499, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

/* line 3504, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__list-item.is-active {
  background-color: #409EFF;
  color: #FFF;
}

/* line 3510, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__content {
  min-width: 100px;
}

/* line 3514, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__bottom {
  border-top: 1px solid #EBEEF5;
  padding: 8px;
}

/* line 3518, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}

/* line 3529, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.in-range div {
  background-color: #F2F6FC;
}

/* line 3532, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.in-range div:hover {
  background-color: #F2F6FC;
}

/* line 3538, vendor/assets/stylesheets/element-ui.scss */
.el-date-table.is-week-mode .el-date-table__row.current div, .el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #F2F6FC;
}

/* line 3545, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__bottom button:hover {
  color: #409EFF;
}

/* line 3549, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__bottom button:focus {
  outline: 0;
}

/* line 3553, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__bottom button.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 3559, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__wrap {
  max-height: 280px;
}

/* line 3563, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__checkbox-group {
  padding: 10px;
}

/* line 3566, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}

/* line 3573, vendor/assets/stylesheets/element-ui.scss */
.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}

/* line 3578, vendor/assets/stylesheets/element-ui.scss */
.el-date-table {
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 3586, vendor/assets/stylesheets/element-ui.scss */
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}

/* line 3590, vendor/assets/stylesheets/element-ui.scss */
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* line 3596, vendor/assets/stylesheets/element-ui.scss */
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* line 3603, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td {
  width: 32px;
  height: 30px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}

/* line 3612, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td div {
  height: 30px;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3619, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

/* line 3632, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.next-month, .el-date-table td.prev-month {
  color: #C0C4CC;
}

/* line 3636, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.today {
  position: relative;
}

/* line 3639, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.today span {
  color: #409EFF;
  font-weight: 700;
}

/* line 3644, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.today.end-date span, .el-date-table td.today.start-date span {
  color: #FFF;
}

/* line 3649, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.available:hover {
  color: #409EFF;
}

/* line 3653, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.current:not(.disabled) span {
  color: #FFF;
  background-color: #409EFF;
}

/* line 3658, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.end-date div, .el-date-table td.start-date div {
  color: #FFF;
}

/* line 3662, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.end-date span {
  background-color: #409EFF;
}

/* line 3667, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.start-date span {
  background-color: #409EFF;
}

/* line 3671, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.start-date div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* line 3678, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* line 3684, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.disabled div {
  background-color: #F5F7FA;
  opacity: 1;
  cursor: not-allowed;
  color: #C0C4CC;
}

/* line 3692, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #F2F6FC;
  border-radius: 15px;
}

/* line 3698, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.selected div:hover {
  background-color: #F2F6FC;
}

/* line 3703, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.selected span {
  background-color: #409EFF;
  color: #FFF;
  border-radius: 15px;
}

/* line 3710, vendor/assets/stylesheets/element-ui.scss */
.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}

/* line 3717, vendor/assets/stylesheets/element-ui.scss */
.el-month-table, .el-year-table {
  font-size: 12px;
  border-collapse: collapse;
}

/* line 3722, vendor/assets/stylesheets/element-ui.scss */
.el-date-table th {
  padding: 5px;
  color: #606266;
  font-weight: 400;
  border-bottom: solid 1px #EBEEF5;
}

/* line 3729, vendor/assets/stylesheets/element-ui.scss */
.el-month-table {
  margin: -1px;
}

/* line 3732, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

/* line 3737, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3745, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

/* line 3750, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.today.end-date .cell, .el-month-table td.today.start-date .cell {
  color: #FFF;
}

/* line 3755, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

/* line 3760, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.disabled .cell:hover {
  color: #C0C4CC;
}

/* line 3765, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #606266;
  margin: 0 auto;
  border-radius: 18px;
}

/* line 3774, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td .cell:hover {
  color: #409EFF;
}

/* line 3779, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.in-range div {
  background-color: #F2F6FC;
}

/* line 3782, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.in-range div:hover {
  background-color: #F2F6FC;
}

/* line 3787, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.end-date div, .el-month-table td.start-date div {
  color: #FFF;
}

/* line 3791, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.end-date .cell {
  color: #FFF;
  background-color: #409EFF;
}

/* line 3797, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.start-date .cell {
  color: #FFF;
  background-color: #409EFF;
}

/* line 3802, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

/* line 3808, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* line 3813, vendor/assets/stylesheets/element-ui.scss */
.el-month-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

/* line 3819, vendor/assets/stylesheets/element-ui.scss */
.el-year-table {
  margin: -1px;
}

/* line 3822, vendor/assets/stylesheets/element-ui.scss */
.el-year-table .el-icon {
  color: #303133;
}

/* line 3826, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}

/* line 3831, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

/* line 3836, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

/* line 3841, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td.disabled .cell:hover {
  color: #C0C4CC;
}

/* line 3846, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #606266;
  margin: 0 auto;
}

/* line 3854, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td .cell:hover {
  color: #409EFF;
}

/* line 3859, vendor/assets/stylesheets/element-ui.scss */
.el-year-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

/* line 3865, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker {
  width: 646px;
}

/* line 3868, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker.has-sidebar {
  width: 756px;
}

/* line 3872, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}

/* line 3877, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}

/* line 3881, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}

/* line 3886, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}

/* line 3891, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__header [class*=arrow-left] {
  float: left;
}

/* line 3895, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__header [class*=arrow-right] {
  float: right;
}

/* line 3899, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}

/* line 3906, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}

/* line 3914, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4;
}

/* line 3918, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 3924, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__editors-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}

/* line 3929, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}

/* line 3934, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3944, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}

/* line 3952, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

/* line 3957, vendor/assets/stylesheets/element-ui.scss */
.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #FFF;
}

/* line 3966, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker {
  width: 322px;
}

/* line 3969, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker.has-sidebar {
  width: 438px;
}

/* line 3970, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker.has-sidebar.has-time {
  width: 434px;
}

/* line 3977, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}

/* line 3981, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker .el-picker-panel__content {
  width: 292px;
}

/* line 3985, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}

/* line 3991, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

/* line 3997, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4008, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__header {
  margin: 12px;
  text-align: center;
}

/* line 4013, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #EBEEF5;
}

/* line 4018, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}

/* line 4023, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}

/* line 4032, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__header-label.active, .el-date-picker__header-label:hover {
  color: #409EFF;
}

/* line 4037, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__prev-btn {
  float: left;
}

/* line 4041, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__next-btn {
  float: right;
}

/* line 4045, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}

/* line 4050, vendor/assets/stylesheets/element-ui.scss */
.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}

/* line 4057, vendor/assets/stylesheets/element-ui.scss */
.time-select {
  margin: 5px 0;
  min-width: 0;
}

/* line 4061, vendor/assets/stylesheets/element-ui.scss */
.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}

/* line 4067, vendor/assets/stylesheets/element-ui.scss */
.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

/* line 4072, vendor/assets/stylesheets/element-ui.scss */
.time-select-item.selected:not(.disabled) {
  color: #409EFF;
  font-weight: 700;
}

/* line 4077, vendor/assets/stylesheets/element-ui.scss */
.time-select-item.disabled {
  color: #E4E7ED;
  cursor: not-allowed;
}

/* line 4082, vendor/assets/stylesheets/element-ui.scss */
.time-select-item:hover {
  background-color: #F5F7FA;
  font-weight: 700;
  cursor: pointer;
}

/* line 4089, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}

/* line 4094, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 220px;
}

/* line 4100, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor--monthrange.el-input, .el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

/* line 4106, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner {
  width: 350px;
}

/* line 4112, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
  width: 350px;
}

/* line 4118, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

/* line 4123, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 4129, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}

/* line 4133, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #C0C4CC;
  float: left;
  line-height: 32px;
}

/* line 4141, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 14px;
  color: #606266;
}

/* line 4156, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-range-input::-webkit-input-placeholder, .el-date-editor .el-range-input:-ms-input-placeholder, .el-date-editor .el-range-input::-ms-input-placeholder, .el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}

/* line 4161, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}

/* line 4173, vendor/assets/stylesheets/element-ui.scss */
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #C0C4CC;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

/* line 4184, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.el-input__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
}

/* line 4194, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor .el-range-input {
  line-height: 1;
}

/* line 4200, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--medium.el-input__inner {
  height: 36px;
}

/* line 4204, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 14px;
}

/* line 4209, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--medium .el-range-input {
  font-size: 14px;
}

/* line 4213, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--medium .el-range__close-icon, .el-range-editor--medium .el-range__icon {
  line-height: 28px;
}

/* line 4219, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--small.el-input__inner {
  height: 32px;
}

/* line 4223, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 13px;
}

/* line 4228, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--small .el-range-input {
  font-size: 13px;
}

/* line 4232, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--small .el-range__close-icon, .el-range-editor--small .el-range__icon {
  line-height: 24px;
}

/* line 4238, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--mini.el-input__inner {
  height: 28px;
}

/* line 4242, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}

/* line 4247, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--mini .el-range-input {
  font-size: 12px;
}

/* line 4251, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor--mini .el-range__close-icon, .el-range-editor--mini .el-range__icon {
  line-height: 20px;
}

/* line 4256, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-disabled {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 4262, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-disabled:focus, .el-range-editor.is-disabled:hover {
  border-color: #E4E7ED;
}

/* line 4266, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-disabled input {
  background-color: #F5F7FA;
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 4271, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-disabled input::-webkit-input-placeholder, .el-range-editor.is-disabled input:-ms-input-placeholder, .el-range-editor.is-disabled input::-ms-input-placeholder, .el-range-editor.is-disabled input::placeholder {
  color: #C0C4CC;
}

/* line 4276, vendor/assets/stylesheets/element-ui.scss */
.el-range-editor.is-disabled .el-range-separator {
  color: #C0C4CC;
}

/* line 4281, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel {
  color: #606266;
  border: 1px solid #E4E7ED;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}

/* line 4291, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__body-wrapper::after, .el-picker-panel__body::after {
  content: "";
  display: table;
  clear: both;
}

/* line 4297, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

/* line 4302, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #FFF;
  position: relative;
  font-size: 0;
}

/* line 4311, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

/* line 4324, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__shortcut:hover {
  color: #409EFF;
}

/* line 4328, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

/* line 4334, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

/* line 4345, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

/* line 4351, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 8px;
}

/* line 4360, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}

/* line 4364, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}

/* line 4367, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

/* line 4373, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel__link-btn {
  vertical-align: middle;
}

/* line 4377, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel [slot=sidebar], .el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #FFF;
  overflow: auto;
}

/* line 4390, vendor/assets/stylesheets/element-ui.scss */
.el-picker-panel [slot=sidebar] + .el-picker-panel__body, .el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}

/* line 4394, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}

/* line 4398, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}

/* line 4406, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}

/* line 4411, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__input.el-input .el-input__inner, .el-time-spinner__list {
  padding: 0;
  text-align: center;
}

/* line 4416, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__wrapper.is-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

/* line 4422, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}

/* line 4427, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #FFF;
  cursor: default;
}

/* line 4433, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

/* line 4445, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__arrow:hover {
  color: #409EFF;
}

/* line 4449, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}

/* line 4453, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}

/* line 4458, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__input.el-input {
  width: 70%;
}

/* line 4462, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__list {
  margin: 0;
  list-style: none;
}

/* line 4466, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__list::after, .el-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
}

/* line 4474, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}

/* line 4480, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #F5F7FA;
  cursor: pointer;
}

/* line 4485, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: 700;
}

/* line 4490, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner__item.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 4496, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel {
  margin: 5px 0;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 4514, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

/* line 4519, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content::after, .el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}

/* line 4536, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}

/* line 4542, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}

/* line 4549, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content.has-seconds::after {
  left: calc(100% / 3 * 2);
}

/* line 4553, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__content.has-seconds::before {
  padding-left: calc(100% / 3);
}

/* line 4559, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4569, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  color: #303133;
}

/* line 4580, vendor/assets/stylesheets/element-ui.scss */
.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409EFF;
}

/* line 4586, vendor/assets/stylesheets/element-ui.scss */
.el-time-range-picker {
  width: 354px;
  overflow: visible;
}

/* line 4591, vendor/assets/stylesheets/element-ui.scss */
.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}

/* line 4597, vendor/assets/stylesheets/element-ui.scss */
.el-time-range-picker__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}

/* line 4606, vendor/assets/stylesheets/element-ui.scss */
.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

/* line 4612, vendor/assets/stylesheets/element-ui.scss */
.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #E4E7ED;
}

/* line 4617, vendor/assets/stylesheets/element-ui.scss */
.el-popover {
  position: absolute;
  background: #FFF;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}

/* line 4634, vendor/assets/stylesheets/element-ui.scss */
.el-card.is-always-shadow {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 4639, vendor/assets/stylesheets/element-ui.scss */
.el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 4645, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__dropdown, .el-color-picker__panel, .el-message-box, .el-notification {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 4649, vendor/assets/stylesheets/element-ui.scss */
.el-popover--plain {
  padding: 18px 20px;
}

/* line 4653, vendor/assets/stylesheets/element-ui.scss */
.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

/* line 4660, vendor/assets/stylesheets/element-ui.scss */
.el-popover:focus {
  outline-width: 0;
}

/* line 4663, vendor/assets/stylesheets/element-ui.scss */
.el-popover:focus:active {
  outline-width: 0;
}

/* line 4669, vendor/assets/stylesheets/element-ui.scss */
.el-popover__reference:focus:hover, .el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}

/* line 4674, vendor/assets/stylesheets/element-ui.scss */
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

/* line 4679, vendor/assets/stylesheets/element-ui.scss */
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

/* line 4696, vendor/assets/stylesheets/element-ui.scss */
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}

/* line 4706, vendor/assets/stylesheets/element-ui.scss */
.el-popup-parent--hidden {
  overflow: hidden;
}

/* line 4710, vendor/assets/stylesheets/element-ui.scss */
.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 4726, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 4734, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

/* line 4743, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}

/* line 4748, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

/* line 4756, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}

/* line 4769, vendor/assets/stylesheets/element-ui.scss */
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-textarea__inner {
  border-color: #F56C6C;
}

/* line 4772, vendor/assets/stylesheets/element-ui.scss */
.el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner:focus {
  border-color: #F56C6C;
}

/* line 4778, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__input input.invalid {
  border-color: #F56C6C;
}

/* line 4781, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C;
}

/* line 4787, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}

/* line 4791, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
  color: #409EFF;
}

/* line 4796, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

/* line 4802, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__container {
  position: relative;
}

/* line 4806, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__input {
  padding-top: 15px;
}

/* line 4810, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px !important;
}

/* line 4817, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status::before {
  padding-left: 1px;
}

/* line 4821, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}

/* line 4826, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status.el-icon-success {
  color: #67C23A;
}

/* line 4830, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status.el-icon-info {
  color: #909399;
}

/* line 4834, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status.el-icon-warning {
  color: #E6A23C;
}

/* line 4838, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__status.el-icon-error {
  color: #F56C6C;
}

/* line 4843, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__message {
  margin: 0;
}

/* line 4846, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}

/* line 4852, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__errormsg {
  color: #F56C6C;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

/* line 4859, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}

/* line 4863, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}

/* line 4868, vendor/assets/stylesheets/element-ui.scss */
.el-message-box__btns-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 4875, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center {
  padding-bottom: 30px;
}

/* line 4878, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}

/* line 4882, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 4895, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

/* line 4904, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__message {
  margin-left: 0;
}

/* line 4908, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__btns {
  text-align: center;
}

/* line 4912, vendor/assets/stylesheets/element-ui.scss */
.el-message-box--center .el-message-box__content {
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
}

/* line 4919, vendor/assets/stylesheets/element-ui.scss */
.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in .3s;
  animation: msgbox-fade-in .3s;
}

/* line 4924, vendor/assets/stylesheets/element-ui.scss */
.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out .3s;
  animation: msgbox-fade-out .3s;
}

@-webkit-keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

@keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

/* line 4985, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}

/* line 4989, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb::after, .el-breadcrumb::before {
  display: table;
  content: "";
}

/* line 4994, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb::after {
  clear: both;
}

/* line 4999, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #C0C4CC;
}

/* line 5004, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__separator[class*=icon] {
  margin: 0 6px;
  font-weight: 400;
}

/* line 5010, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item {
  float: left;
}

/* line 5014, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__inner {
  color: #606266;
}

/* line 5017, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}

/* line 5025, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover {
  color: #409EFF;
  cursor: pointer;
}

/* line 5031, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

/* line 5036, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item:last-child .el-breadcrumb__inner a {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

/* line 5041, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

/* line 5048, vendor/assets/stylesheets/element-ui.scss */
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

/* line 5055, vendor/assets/stylesheets/element-ui.scss */
.el-form--label-left .el-form-item__label {
  text-align: left;
}

/* line 5059, vendor/assets/stylesheets/element-ui.scss */
.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}

/* line 5067, vendor/assets/stylesheets/element-ui.scss */
.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

/* line 5073, vendor/assets/stylesheets/element-ui.scss */
.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}

/* line 5078, vendor/assets/stylesheets/element-ui.scss */
.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}

/* line 5083, vendor/assets/stylesheets/element-ui.scss */
.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}

/* line 5088, vendor/assets/stylesheets/element-ui.scss */
.el-form-item {
  margin-bottom: 22px;
}

/* line 5091, vendor/assets/stylesheets/element-ui.scss */
.el-form-item::after, .el-form-item::before {
  display: table;
  content: "";
}

/* line 5096, vendor/assets/stylesheets/element-ui.scss */
.el-form-item::after {
  clear: both;
}

/* line 5100, vendor/assets/stylesheets/element-ui.scss */
.el-form-item .el-form-item {
  margin-bottom: 0;
}

/* line 5105, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
  margin-bottom: 18px;
}

/* line 5109, vendor/assets/stylesheets/element-ui.scss */
.el-form-item .el-input__validateIcon {
  display: none;
}

/* line 5114, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
  line-height: 36px;
}

/* line 5120, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
  line-height: 32px;
}

/* line 5124, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}

/* line 5130, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--mini .el-form-item__content, .el-form-item--mini .el-form-item__label {
  line-height: 28px;
}

/* line 5134, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}

/* line 5139, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__label-wrap {
  float: left;
}

/* line 5142, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}

/* line 5148, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5160, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

/* line 5165, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__content::after, .el-form-item__content::before {
  display: table;
  content: "";
}

/* line 5170, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__content::after {
  clear: both;
}

/* line 5174, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__content .el-input-group {
  vertical-align: top;
}

/* line 5179, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__error {
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}

/* line 5189, vendor/assets/stylesheets/element-ui.scss */
.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}

/* line 5199, vendor/assets/stylesheets/element-ui.scss */
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

/* line 5207, vendor/assets/stylesheets/element-ui.scss */
.el-form-item.is-error .el-input-group__append .el-input__inner, .el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}

/* line 5211, vendor/assets/stylesheets/element-ui.scss */
.el-form-item.is-error .el-input__validateIcon {
  color: #F56C6C;
}

/* line 5217, vendor/assets/stylesheets/element-ui.scss */
.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}

/* line 5221, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}

/* line 5227, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #409EFF;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}

/* line 5241, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
}

/* line 5256, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__new-tab .el-icon-plus {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 5261, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__new-tab:hover {
  color: #409EFF;
}

/* line 5266, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}

/* line 5271, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  z-index: 1;
}

/* line 5282, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5289, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-scroll {
  overflow: hidden;
}

/* line 5293, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-next, .el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #909399;
}

/* line 5301, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-next {
  right: 0;
}

/* line 5305, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav-prev {
  left: 0;
}

/* line 5309, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  float: left;
  z-index: 2;
}

/* line 5319, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5325, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__nav.is-stretch > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

/* line 5334, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item {
  padding: 0 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}

/* line 5347, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item:focus {
  outline: 0;
}

/* line 5350, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item:focus:active {
  outline: 0;
}

/* line 5354, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item.is-active.is-focus:focus:not(:active) {
  -webkit-box-shadow: 0 0 2px 2px #409EFF inset;
  box-shadow: 0 0 2px 2px #409EFF inset;
  border-radius: 3px;
}

/* line 5361, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 5px;
}

/* line 5368, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item .el-icon-close:before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
}

/* line 5376, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__active-bar, .el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left, .el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}

/* line 5381, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item .el-icon-close:hover {
  background-color: #C0C4CC;
  color: #FFF;
}

/* line 5386, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item.is-active {
  color: #409EFF;
}

/* line 5390, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item:hover {
  color: #409EFF;
  cursor: pointer;
}

/* line 5395, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__item.is-disabled {
  color: #C0C4CC;
  cursor: default;
}

/* line 5401, vendor/assets/stylesheets/element-ui.scss */
.el-tabs__content {
  overflow: hidden;
  position: relative;
}

/* line 5406, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid #E4E7ED;
}

/* line 5409, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

/* line 5413, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #E4E7ED;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5421, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E4E7ED;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 5422, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 5441, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}

/* line 5445, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}

/* line 5449, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
  width: 14px;
}

/* line 5454, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #FFF;
}

/* line 5457, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 5461, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
  width: 14px;
}

/* line 5469, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card {
  background: #FFF;
  border: 1px solid #DCDFE6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}

/* line 5476, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}

/* line 5480, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header {
  background-color: #F5F7FA;
  border-bottom: 1px solid #E4E7ED;
  margin: 0;
}

/* line 5485, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

/* line 5489, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: #909399;
}

/* line 5496, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item, .el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}

/* line 5504, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-0 {
  margin-left: 0;
}

/* line 5509, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0;
}

/* line 5514, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  background-color: #FFF;
  border-right-color: #DCDFE6;
  border-left-color: #DCDFE6;
}

/* line 5521, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #409EFF;
}

/* line 5525, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
  color: #C0C4CC;
}

/* line 5532, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}

/* line 5538, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}

/* line 5544, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child {
  padding-right: 0;
}

/* line 5550, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}

/* line 5555, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}

/* line 5560, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}

/* line 5566, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}

/* line 5572, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}

/* line 5578, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}

/* line 5584, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 5590, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #DCDFE6;
}

/* line 5595, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 5600, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}

/* line 5601, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent;
}

/* line 5610, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left, .el-tabs--right {
  overflow: hidden;
}

/* line 5616, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__header.is-left, .el-tabs--left .el-tabs__header.is-right {
  height: 100%;
}

/* line 5621, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-scroll {
  height: 100%;
}

/* line 5626, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right {
  height: 100%;
}

/* line 5634, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__header.is-left, .el-tabs--right .el-tabs__header.is-right {
  height: 100%;
}

/* line 5639, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-scroll {
  height: 100%;
}

/* line 5644, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}

/* line 5651, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}

/* line 5660, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__active-bar.is-left, .el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}

/* line 5669, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}

/* line 5675, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}

/* line 5682, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 5692, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 5704, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 5714, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 5726, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 5733, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 5742, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 5749, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 5757, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}

/* line 5764, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}

/* line 5771, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}

/* line 5778, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}

/* line 5785, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto;
}

/* line 5792, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  right: 0;
  left: auto;
}

/* line 5797, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable {
  padding: 30px 0;
}

/* line 5802, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}

/* line 5809, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable, .el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}

/* line 5815, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left::after, .el-tabs--left .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}

/* line 5824, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-left::after, .el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}

/* line 5833, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav.is-left, .el-tabs--left .el-tabs__nav.is-right {
  float: none;
}

/* line 5839, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav.is-left, .el-tabs--right .el-tabs__nav.is-right {
  float: none;
}

/* line 5845, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__item.is-left, .el-tabs--left .el-tabs__item.is-right {
  display: block;
}

/* line 5851, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-right {
  display: block;
}

/* line 5856, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 5862, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}

/* line 5867, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}

/* line 5871, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}

/* line 5876, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid #E4E7ED;
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
  text-align: left;
}

/* line 5883, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #E4E7ED;
  border-top: none;
}

/* line 5888, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid #E4E7ED;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}

/* line 5894, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}

/* line 5898, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}

/* line 5904, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #E4E7ED;
  border-right: none;
}

/* line 5910, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}

/* line 5916, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}

/* line 5920, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px;
}

/* line 5924, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 transparent;
}

/* line 5932, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 5938, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}

/* line 5941, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}

/* line 5947, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}

/* line 5952, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
}

/* line 5956, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #E4E7ED;
  border-top: none;
}

/* line 5961, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid #E4E7ED;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}

/* line 5967, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}

/* line 5971, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}

/* line 5977, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #E4E7ED;
  border-left: none;
}

/* line 5985, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}

/* line 5989, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0;
}

/* line 5993, vendor/assets/stylesheets/element-ui.scss */
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 transparent;
}

/* line 6000, vendor/assets/stylesheets/element-ui.scss */
.slideInLeft-transition, .slideInRight-transition {
  display: inline-block;
}

/* line 6004, vendor/assets/stylesheets/element-ui.scss */
.slideInRight-enter {
  -webkit-animation: slideInRight-enter .3s;
  animation: slideInRight-enter .3s;
}

/* line 6009, vendor/assets/stylesheets/element-ui.scss */
.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInRight-leave .3s;
  animation: slideInRight-leave .3s;
}

/* line 6017, vendor/assets/stylesheets/element-ui.scss */
.slideInLeft-enter {
  -webkit-animation: slideInLeft-enter .3s;
  animation: slideInLeft-enter .3s;
}

/* line 6022, vendor/assets/stylesheets/element-ui.scss */
.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInLeft-leave .3s;
  animation: slideInLeft-leave .3s;
}

@-webkit-keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* line 6174, vendor/assets/stylesheets/element-ui.scss */
.el-tree {
  position: relative;
  cursor: default;
  background: #FFF;
  color: #606266;
}

/* line 6181, vendor/assets/stylesheets/element-ui.scss */
.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* line 6189, vendor/assets/stylesheets/element-ui.scss */
.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #909399;
  font-size: 14px;
}

/* line 6199, vendor/assets/stylesheets/element-ui.scss */
.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #409EFF;
}

/* line 6207, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node {
  white-space: nowrap;
  outline: 0;
}

/* line 6211, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node:focus > .el-tree-node__content {
  background-color: #F5F7FA;
}

/* line 6215, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
  background-color: #409EFF;
  color: #fff;
}

/* line 6221, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__content:hover, .el-upload-list__item:hover {
  background-color: #F5F7FA;
}

/* line 6225, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  cursor: pointer;
}

/* line 6236, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__content > .el-tree-node__expand-icon {
  padding: 6px;
}

/* line 6240, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__content > label.el-checkbox {
  margin-right: 8px;
}

/* line 6247, vendor/assets/stylesheets/element-ui.scss */
.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}

/* line 6250, vendor/assets/stylesheets/element-ui.scss */
.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}

/* line 6255, vendor/assets/stylesheets/element-ui.scss */
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}

/* line 6260, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__expand-icon {
  cursor: pointer;
  color: #C0C4CC;
  font-size: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

/* line 6271, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__expand-icon.expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 6276, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__expand-icon.is-leaf {
  color: transparent;
  cursor: default;
}

/* line 6282, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__label {
  font-size: 14px;
}

/* line 6286, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #C0C4CC;
}

/* line 6293, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}

/* line 6298, vendor/assets/stylesheets/element-ui.scss */
.el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}

/* line 6303, vendor/assets/stylesheets/element-ui.scss */
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #f0f7ff;
}

/* line 6307, vendor/assets/stylesheets/element-ui.scss */
.el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 6327, vendor/assets/stylesheets/element-ui.scss */
.el-alert.is-light .el-alert__closebtn {
  color: #C0C4CC;
}

/* line 6332, vendor/assets/stylesheets/element-ui.scss */
.el-alert.is-dark .el-alert__closebtn, .el-alert.is-dark .el-alert__description {
  color: #FFF;
}

/* line 6337, vendor/assets/stylesheets/element-ui.scss */
.el-alert.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6345, vendor/assets/stylesheets/element-ui.scss */
.el-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67C23A;
}

/* line 6349, vendor/assets/stylesheets/element-ui.scss */
.el-alert--success.is-light .el-alert__description {
  color: #67C23A;
}

/* line 6354, vendor/assets/stylesheets/element-ui.scss */
.el-alert--success.is-dark {
  background-color: #67C23A;
  color: #FFF;
}

/* line 6361, vendor/assets/stylesheets/element-ui.scss */
.el-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}

/* line 6366, vendor/assets/stylesheets/element-ui.scss */
.el-alert--info.is-dark {
  background-color: #909399;
  color: #FFF;
}

/* line 6371, vendor/assets/stylesheets/element-ui.scss */
.el-alert--info .el-alert__description {
  color: #909399;
}

/* line 6377, vendor/assets/stylesheets/element-ui.scss */
.el-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #E6A23C;
}

/* line 6381, vendor/assets/stylesheets/element-ui.scss */
.el-alert--warning.is-light .el-alert__description {
  color: #E6A23C;
}

/* line 6386, vendor/assets/stylesheets/element-ui.scss */
.el-alert--warning.is-dark {
  background-color: #E6A23C;
  color: #FFF;
}

/* line 6393, vendor/assets/stylesheets/element-ui.scss */
.el-alert--error.is-light {
  background-color: #fef0f0;
  color: #F56C6C;
}

/* line 6397, vendor/assets/stylesheets/element-ui.scss */
.el-alert--error.is-light .el-alert__description {
  color: #F56C6C;
}

/* line 6402, vendor/assets/stylesheets/element-ui.scss */
.el-alert--error.is-dark {
  background-color: #F56C6C;
  color: #FFF;
}

/* line 6408, vendor/assets/stylesheets/element-ui.scss */
.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}

/* line 6413, vendor/assets/stylesheets/element-ui.scss */
.el-alert__icon {
  font-size: 16px;
  width: 16px;
}

/* line 6417, vendor/assets/stylesheets/element-ui.scss */
.el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}

/* line 6423, vendor/assets/stylesheets/element-ui.scss */
.el-alert__title {
  font-size: 13px;
  line-height: 18px;
}

/* line 6427, vendor/assets/stylesheets/element-ui.scss */
.el-alert__title.is-bold {
  font-weight: 700;
}

/* line 6432, vendor/assets/stylesheets/element-ui.scss */
.el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}

/* line 6437, vendor/assets/stylesheets/element-ui.scss */
.el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}

/* line 6446, vendor/assets/stylesheets/element-ui.scss */
.el-alert-fade-enter, .el-alert-fade-leave-active, .el-loading-fade-enter, .el-loading-fade-leave-active, .el-notification-fade-leave-active, .el-upload iframe {
  opacity: 0;
}

/* line 6450, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__arrow--right, .el-notification.right {
  right: 16px;
}

/* line 6454, vendor/assets/stylesheets/element-ui.scss */
.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 13px;
  top: 9px;
}

/* line 6460, vendor/assets/stylesheets/element-ui.scss */
.el-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  position: fixed;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  overflow: hidden;
}

/* line 6479, vendor/assets/stylesheets/element-ui.scss */
.el-notification.left {
  left: 16px;
}

/* line 6484, vendor/assets/stylesheets/element-ui.scss */
.el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}

/* line 6489, vendor/assets/stylesheets/element-ui.scss */
.el-notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}

/* line 6496, vendor/assets/stylesheets/element-ui.scss */
.el-notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}

/* line 6503, vendor/assets/stylesheets/element-ui.scss */
.el-notification__content p {
  margin: 0;
}

/* line 6508, vendor/assets/stylesheets/element-ui.scss */
.el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

/* line 6514, vendor/assets/stylesheets/element-ui.scss */
.el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}

/* line 6522, vendor/assets/stylesheets/element-ui.scss */
.el-notification__closeBtn:hover {
  color: #606266;
}

/* line 6528, vendor/assets/stylesheets/element-ui.scss */
.el-notification .el-icon-success {
  color: #67C23A;
}

/* line 6532, vendor/assets/stylesheets/element-ui.scss */
.el-notification .el-icon-error {
  color: #F56C6C;
}

/* line 6536, vendor/assets/stylesheets/element-ui.scss */
.el-notification .el-icon-info {
  color: #909399;
}

/* line 6540, vendor/assets/stylesheets/element-ui.scss */
.el-notification .el-icon-warning {
  color: #E6A23C;
}

/* line 6546, vendor/assets/stylesheets/element-ui.scss */
.el-notification-fade-enter.right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6552, vendor/assets/stylesheets/element-ui.scss */
.el-notification-fade-enter.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6559, vendor/assets/stylesheets/element-ui.scss */
.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}

/* line 6565, vendor/assets/stylesheets/element-ui.scss */
.el-input-number .el-input {
  display: block;
}

/* line 6569, vendor/assets/stylesheets/element-ui.scss */
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

/* line 6577, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__decrease, .el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}

/* line 6590, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__decrease:hover, .el-input-number__increase:hover {
  color: #409EFF;
}

/* line 6594, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #409EFF;
}

/* line 6598, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__decrease.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 6603, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DCDFE6;
}

/* line 6604, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__increase.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 6614, vendor/assets/stylesheets/element-ui.scss */
.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #DCDFE6;
}

/* line 6621, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-disabled .el-input-number__decrease, .el-input-number.is-disabled .el-input-number__increase {
  border-color: #E4E7ED;
  color: #E4E7ED;
}

/* line 6626, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-disabled .el-input-number__decrease:hover, .el-input-number.is-disabled .el-input-number__increase:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}

/* line 6632, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--medium {
  width: 200px;
  line-height: 34px;
}

/* line 6636, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--medium .el-input-number__decrease, .el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}

/* line 6641, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}

/* line 6647, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--small {
  width: 130px;
  line-height: 30px;
}

/* line 6651, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}

/* line 6656, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--small .el-input-number__decrease [class*=el-icon], .el-input-number--small .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 6661, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}

/* line 6667, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--mini {
  width: 130px;
  line-height: 26px;
}

/* line 6671, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--mini .el-input-number__decrease, .el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}

/* line 6676, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--mini .el-input-number__decrease [class*=el-icon], .el-input-number--mini .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 6681, vendor/assets/stylesheets/element-ui.scss */
.el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 6688, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 6694, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}

/* line 6699, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input-number__decrease, .el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}

/* line 6704, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 6709, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #DCDFE6;
}

/* line 6710, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 6719, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #DCDFE6;
  border-radius: 0 0 4px;
}

/* line 6730, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right[class*=medium] [class*=decrease], .el-input-number.is-controls-right[class*=medium] [class*=increase] {
  line-height: 17px;
}

/* line 6736, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right[class*=small] [class*=decrease], .el-input-number.is-controls-right[class*=small] [class*=increase] {
  line-height: 15px;
}

/* line 6742, vendor/assets/stylesheets/element-ui.scss */
.el-input-number.is-controls-right[class*=mini] [class*=decrease], .el-input-number.is-controls-right[class*=mini] [class*=increase] {
  line-height: 13px;
}

/* line 6750, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip:focus:hover, .el-tooltip:focus:not(.focusing) {
  outline-width: 0;
}

/* line 6755, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}

/* line 6765, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper .popper__arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}

/* line 6773, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  border-width: 5px;
}

/* line 6789, vendor/assets/stylesheets/element-ui.scss */
.el-button-group::after, .el-button-group::before {
  content: "";
}

/* line 6794, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__main-wrapper::after, .el-link.is-underline:hover:after, .el-page-header__left::after, .el-progress-bar__inner::after {
  content: "";
}

/* line 6799, vendor/assets/stylesheets/element-ui.scss */
.el-row::after, .el-row::before {
  content: "";
}

/* line 6805, vendor/assets/stylesheets/element-ui.scss */
.el-slider::after, .el-slider::before {
  content: "";
}

/* line 6810, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper::after, .el-transfer-panel .el-transfer-panel__footer::after, .el-upload-cover::after, .el-upload-list--picture-card .el-upload-list__item-actions::after {
  content: "";
}

/* line 6815, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 12px;
}

/* line 6818, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}

/* line 6823, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}

/* line 6832, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 12px;
}

/* line 6835, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

/* line 6840, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

/* line 6849, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=right] {
  margin-left: 12px;
}

/* line 6852, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}

/* line 6857, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}

/* line 6866, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=left] {
  margin-right: 12px;
}

/* line 6869, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}

/* line 6874, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}

/* line 6884, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFF;
}

/* line 6889, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light {
  background: #FFF;
  border: 1px solid #303133;
}

/* line 6893, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}

/* line 6896, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFF;
}

/* line 6901, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}

/* line 6904, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFF;
}

/* line 6909, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}

/* line 6912, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFF;
}

/* line 6917, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}

/* line 6920, vendor/assets/stylesheets/element-ui.scss */
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFF;
}

/* line 6928, vendor/assets/stylesheets/element-ui.scss */
.el-slider::after, .el-slider::before {
  display: table;
}

/* line 6934, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper::after {
  display: inline-block;
  vertical-align: middle;
}

/* line 6940, vendor/assets/stylesheets/element-ui.scss */
.el-slider::after {
  clear: both;
}

/* line 6944, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #E4E7ED;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

/* line 6954, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}

/* line 6959, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.disabled {
  cursor: default;
}

/* line 6962, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.disabled .el-slider__bar {
  background-color: #C0C4CC;
}

/* line 6966, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.disabled .el-slider__button {
  border-color: #C0C4CC;
}

/* line 6971, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.disabled .el-slider__button-wrapper.dragging, .el-slider__runway.disabled .el-slider__button-wrapper.hover, .el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}

/* line 6977, vendor/assets/stylesheets/element-ui.scss */
.el-slider__runway.disabled .el-slider__button.dragging, .el-slider__runway.disabled .el-slider__button.hover, .el-slider__runway.disabled .el-slider__button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: not-allowed;
}

/* line 6986, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper, .el-slider__stop {
  -webkit-transform: translateX(-50%);
  position: absolute;
}

/* line 6991, vendor/assets/stylesheets/element-ui.scss */
.el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}

/* line 6996, vendor/assets/stylesheets/element-ui.scss */
.el-slider__input.el-input-number--mini {
  margin-top: 5px;
}

/* line 7000, vendor/assets/stylesheets/element-ui.scss */
.el-slider__input.el-input-number--medium {
  margin-top: 0;
}

/* line 7004, vendor/assets/stylesheets/element-ui.scss */
.el-slider__input.el-input-number--large {
  margin-top: -2px;
}

/* line 7009, vendor/assets/stylesheets/element-ui.scss */
.el-slider__bar {
  height: 6px;
  background-color: #409EFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

/* line 7017, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  z-index: 1001;
  top: -15px;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
}

/* line 7032, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__btn, .el-slider__button, .el-step__icon-inner {
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 7038, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper::after {
  height: 100%;
}

/* line 7042, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper.hover, .el-slider__button-wrapper:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 7047, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button-wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 7053, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #409EFF;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-user-select: none;
  user-select: none;
}

/* line 7064, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button.dragging, .el-slider__button.hover, .el-slider__button:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 7069, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button.hover, .el-slider__button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 7074, vendor/assets/stylesheets/element-ui.scss */
.el-slider__button.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 7080, vendor/assets/stylesheets/element-ui.scss */
.el-slider__stop {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #FFF;
  transform: translateX(-50%);
}

/* line 7088, vendor/assets/stylesheets/element-ui.scss */
.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

/* line 7095, vendor/assets/stylesheets/element-ui.scss */
.el-slider__marks-text {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  color: #909399;
  margin-top: 15px;
}

/* line 7104, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical {
  position: relative;
}

/* line 7107, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}

/* line 7113, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}

/* line 7119, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 7126, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical .el-slider__stop {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 7131, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 58px;
}

/* line 7134, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}

/* line 7142, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 7148, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  top: 32px;
  margin-top: -1px;
  border: 1px solid #DCDFE6;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 7159, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 4px;
}

/* line 7165, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 4px;
}

/* line 7169, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 7176, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
  border-color: #C0C4CC;
}

/* line 7182, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
  border-color: #409EFF;
}

/* line 7189, vendor/assets/stylesheets/element-ui.scss */
.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 7197, vendor/assets/stylesheets/element-ui.scss */
.el-loading-parent--relative {
  position: relative !important;
}

/* line 7201, vendor/assets/stylesheets/element-ui.scss */
.el-loading-parent--hidden {
  overflow: hidden !important;
}

/* line 7205, vendor/assets/stylesheets/element-ui.scss */
.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 7217, vendor/assets/stylesheets/element-ui.scss */
.el-loading-mask.is-fullscreen {
  position: fixed;
}

/* line 7220, vendor/assets/stylesheets/element-ui.scss */
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}

/* line 7223, vendor/assets/stylesheets/element-ui.scss */
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}

/* line 7231, vendor/assets/stylesheets/element-ui.scss */
.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

/* line 7239, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-0, .el-col-pull-1, .el-col-pull-10, .el-col-pull-11, .el-col-pull-12, .el-col-pull-13, .el-col-pull-14, .el-col-pull-15, .el-col-pull-16, .el-col-pull-17, .el-col-pull-18, .el-col-pull-19, .el-col-pull-2, .el-col-pull-20, .el-col-pull-21, .el-col-pull-22, .el-col-pull-23, .el-col-pull-24, .el-col-pull-3, .el-col-pull-4, .el-col-pull-5, .el-col-pull-6, .el-col-pull-7, .el-col-pull-8, .el-col-pull-9, .el-col-push-0, .el-col-push-1, .el-col-push-10, .el-col-push-11, .el-col-push-12, .el-col-push-13, .el-col-push-14, .el-col-push-15, .el-col-push-16, .el-col-push-17, .el-col-push-18, .el-col-push-19, .el-col-push-2, .el-col-push-20, .el-col-push-21, .el-col-push-22, .el-col-push-23, .el-col-push-24, .el-col-push-3, .el-col-push-4, .el-col-push-5, .el-col-push-6, .el-col-push-7, .el-col-push-8, .el-col-push-9, .el-row, .el-upload-dragger, .el-upload-list__item {
  position: relative;
}

/* line 7244, vendor/assets/stylesheets/element-ui.scss */
.el-loading-spinner .el-loading-text {
  color: #409EFF;
  margin: 3px 0;
  font-size: 14px;
}

/* line 7250, vendor/assets/stylesheets/element-ui.scss */
.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}

/* line 7257, vendor/assets/stylesheets/element-ui.scss */
.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409EFF;
  stroke-linecap: round;
}

/* line 7267, vendor/assets/stylesheets/element-ui.scss */
.el-loading-spinner i {
  color: #409EFF;
}

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

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

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}

/* line 7320, vendor/assets/stylesheets/element-ui.scss */
.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7324, vendor/assets/stylesheets/element-ui.scss */
.el-row::after, .el-row::before {
  display: table;
}

/* line 7328, vendor/assets/stylesheets/element-ui.scss */
.el-row::after {
  clear: both;
}

/* line 7333, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7339, vendor/assets/stylesheets/element-ui.scss */
.el-col-0 {
  display: none;
}

/* line 7344, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex:after, .el-row--flex:before {
  display: none;
}

/* line 7348, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 7354, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 7360, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 7366, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 7371, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 7377, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 7383, vendor/assets/stylesheets/element-ui.scss */
.el-row--flex.is-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 7390, vendor/assets/stylesheets/element-ui.scss */
[class*=el-col-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7396, vendor/assets/stylesheets/element-ui.scss */
.el-col-0 {
  width: 0%;
}

/* line 7400, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-0 {
  right: 0;
}

/* line 7404, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-0 {
  left: 0;
}

/* line 7408, vendor/assets/stylesheets/element-ui.scss */
.el-col-1 {
  width: 4.16667%;
}

/* line 7412, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-1 {
  margin-left: 4.16667%;
}

/* line 7416, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-1 {
  right: 4.16667%;
}

/* line 7420, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-1 {
  left: 4.16667%;
}

/* line 7424, vendor/assets/stylesheets/element-ui.scss */
.el-col-2 {
  width: 8.33333%;
}

/* line 7428, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-2 {
  margin-left: 8.33333%;
}

/* line 7432, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-2 {
  right: 8.33333%;
}

/* line 7436, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-2 {
  left: 8.33333%;
}

/* line 7440, vendor/assets/stylesheets/element-ui.scss */
.el-col-3 {
  width: 12.5%;
}

/* line 7444, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-3 {
  margin-left: 12.5%;
}

/* line 7448, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-3 {
  right: 12.5%;
}

/* line 7452, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-3 {
  left: 12.5%;
}

/* line 7456, vendor/assets/stylesheets/element-ui.scss */
.el-col-4 {
  width: 16.66667%;
}

/* line 7460, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-4 {
  margin-left: 16.66667%;
}

/* line 7464, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-4 {
  right: 16.66667%;
}

/* line 7468, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-4 {
  left: 16.66667%;
}

/* line 7472, vendor/assets/stylesheets/element-ui.scss */
.el-col-5 {
  width: 20.83333%;
}

/* line 7476, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-5 {
  margin-left: 20.83333%;
}

/* line 7480, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-5 {
  right: 20.83333%;
}

/* line 7484, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-5 {
  left: 20.83333%;
}

/* line 7488, vendor/assets/stylesheets/element-ui.scss */
.el-col-6 {
  width: 25%;
}

/* line 7492, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-6 {
  margin-left: 25%;
}

/* line 7496, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-6 {
  right: 25%;
}

/* line 7500, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-6 {
  left: 25%;
}

/* line 7504, vendor/assets/stylesheets/element-ui.scss */
.el-col-7 {
  width: 29.16667%;
}

/* line 7508, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-7 {
  margin-left: 29.16667%;
}

/* line 7512, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-7 {
  right: 29.16667%;
}

/* line 7516, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-7 {
  left: 29.16667%;
}

/* line 7520, vendor/assets/stylesheets/element-ui.scss */
.el-col-8 {
  width: 33.33333%;
}

/* line 7524, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-8 {
  margin-left: 33.33333%;
}

/* line 7528, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-8 {
  right: 33.33333%;
}

/* line 7532, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-8 {
  left: 33.33333%;
}

/* line 7536, vendor/assets/stylesheets/element-ui.scss */
.el-col-9 {
  width: 37.5%;
}

/* line 7540, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-9 {
  margin-left: 37.5%;
}

/* line 7544, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-9 {
  right: 37.5%;
}

/* line 7548, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-9 {
  left: 37.5%;
}

/* line 7552, vendor/assets/stylesheets/element-ui.scss */
.el-col-10 {
  width: 41.66667%;
}

/* line 7556, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-10 {
  margin-left: 41.66667%;
}

/* line 7560, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-10 {
  right: 41.66667%;
}

/* line 7564, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-10 {
  left: 41.66667%;
}

/* line 7568, vendor/assets/stylesheets/element-ui.scss */
.el-col-11 {
  width: 45.83333%;
}

/* line 7572, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-11 {
  margin-left: 45.83333%;
}

/* line 7576, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-11 {
  right: 45.83333%;
}

/* line 7580, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-11 {
  left: 45.83333%;
}

/* line 7584, vendor/assets/stylesheets/element-ui.scss */
.el-col-12 {
  width: 50%;
}

/* line 7588, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-12 {
  margin-left: 50%;
}

/* line 7592, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-12 {
  right: 50%;
}

/* line 7596, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-12 {
  left: 50%;
}

/* line 7600, vendor/assets/stylesheets/element-ui.scss */
.el-col-13 {
  width: 54.16667%;
}

/* line 7604, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-13 {
  margin-left: 54.16667%;
}

/* line 7608, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-13 {
  right: 54.16667%;
}

/* line 7612, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-13 {
  left: 54.16667%;
}

/* line 7616, vendor/assets/stylesheets/element-ui.scss */
.el-col-14 {
  width: 58.33333%;
}

/* line 7620, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-14 {
  margin-left: 58.33333%;
}

/* line 7624, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-14 {
  right: 58.33333%;
}

/* line 7628, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-14 {
  left: 58.33333%;
}

/* line 7632, vendor/assets/stylesheets/element-ui.scss */
.el-col-15 {
  width: 62.5%;
}

/* line 7636, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-15 {
  margin-left: 62.5%;
}

/* line 7640, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-15 {
  right: 62.5%;
}

/* line 7644, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-15 {
  left: 62.5%;
}

/* line 7648, vendor/assets/stylesheets/element-ui.scss */
.el-col-16 {
  width: 66.66667%;
}

/* line 7652, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-16 {
  margin-left: 66.66667%;
}

/* line 7656, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-16 {
  right: 66.66667%;
}

/* line 7660, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-16 {
  left: 66.66667%;
}

/* line 7664, vendor/assets/stylesheets/element-ui.scss */
.el-col-17 {
  width: 70.83333%;
}

/* line 7668, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-17 {
  margin-left: 70.83333%;
}

/* line 7672, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-17 {
  right: 70.83333%;
}

/* line 7676, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-17 {
  left: 70.83333%;
}

/* line 7680, vendor/assets/stylesheets/element-ui.scss */
.el-col-18 {
  width: 75%;
}

/* line 7684, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-18 {
  margin-left: 75%;
}

/* line 7688, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-18 {
  right: 75%;
}

/* line 7692, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-18 {
  left: 75%;
}

/* line 7696, vendor/assets/stylesheets/element-ui.scss */
.el-col-19 {
  width: 79.16667%;
}

/* line 7700, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-19 {
  margin-left: 79.16667%;
}

/* line 7704, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-19 {
  right: 79.16667%;
}

/* line 7708, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-19 {
  left: 79.16667%;
}

/* line 7712, vendor/assets/stylesheets/element-ui.scss */
.el-col-20 {
  width: 83.33333%;
}

/* line 7716, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-20 {
  margin-left: 83.33333%;
}

/* line 7720, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-20 {
  right: 83.33333%;
}

/* line 7724, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-20 {
  left: 83.33333%;
}

/* line 7728, vendor/assets/stylesheets/element-ui.scss */
.el-col-21 {
  width: 87.5%;
}

/* line 7732, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-21 {
  margin-left: 87.5%;
}

/* line 7736, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-21 {
  right: 87.5%;
}

/* line 7740, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-21 {
  left: 87.5%;
}

/* line 7744, vendor/assets/stylesheets/element-ui.scss */
.el-col-22 {
  width: 91.66667%;
}

/* line 7748, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-22 {
  margin-left: 91.66667%;
}

/* line 7752, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-22 {
  right: 91.66667%;
}

/* line 7756, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-22 {
  left: 91.66667%;
}

/* line 7760, vendor/assets/stylesheets/element-ui.scss */
.el-col-23 {
  width: 95.83333%;
}

/* line 7764, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-23 {
  margin-left: 95.83333%;
}

/* line 7768, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-23 {
  right: 95.83333%;
}

/* line 7772, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-23 {
  left: 95.83333%;
}

/* line 7776, vendor/assets/stylesheets/element-ui.scss */
.el-col-24 {
  width: 100%;
}

/* line 7780, vendor/assets/stylesheets/element-ui.scss */
.el-col-offset-24 {
  margin-left: 100%;
}

/* line 7784, vendor/assets/stylesheets/element-ui.scss */
.el-col-pull-24 {
  right: 100%;
}

/* line 7788, vendor/assets/stylesheets/element-ui.scss */
.el-col-push-24 {
  left: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 7793, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-0 {
    display: none;
    width: 0%;
  }
  /* line 7798, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-0 {
    margin-left: 0;
  }
  /* line 7802, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }
  /* line 7807, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }
  /* line 7812, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-1 {
    width: 4.16667%;
  }
  /* line 7816, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 7820, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  /* line 7825, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }
  /* line 7830, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-2 {
    width: 8.33333%;
  }
  /* line 7834, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 7838, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  /* line 7843, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }
  /* line 7848, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-3 {
    width: 12.5%;
  }
  /* line 7852, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  /* line 7856, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  /* line 7861, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  /* line 7866, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-4 {
    width: 16.66667%;
  }
  /* line 7870, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 7874, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  /* line 7879, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }
  /* line 7884, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-5 {
    width: 20.83333%;
  }
  /* line 7888, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 7892, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  /* line 7897, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }
  /* line 7902, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-6 {
    width: 25%;
  }
  /* line 7906, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  /* line 7910, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  /* line 7915, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  /* line 7920, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-7 {
    width: 29.16667%;
  }
  /* line 7924, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 7928, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  /* line 7933, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }
  /* line 7938, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-8 {
    width: 33.33333%;
  }
  /* line 7942, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 7946, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  /* line 7951, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }
  /* line 7956, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-9 {
    width: 37.5%;
  }
  /* line 7960, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  /* line 7964, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  /* line 7969, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  /* line 7974, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-10 {
    width: 41.66667%;
  }
  /* line 7978, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 7982, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  /* line 7987, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }
  /* line 7992, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-11 {
    width: 45.83333%;
  }
  /* line 7996, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 8000, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  /* line 8005, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }
  /* line 8010, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-12 {
    width: 50%;
  }
  /* line 8014, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  /* line 8018, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  /* line 8023, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  /* line 8028, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-13 {
    width: 54.16667%;
  }
  /* line 8032, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 8036, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  /* line 8041, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }
  /* line 8046, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-14 {
    width: 58.33333%;
  }
  /* line 8050, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 8054, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  /* line 8059, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }
  /* line 8064, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-15 {
    width: 62.5%;
  }
  /* line 8068, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  /* line 8072, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  /* line 8077, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  /* line 8082, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-16 {
    width: 66.66667%;
  }
  /* line 8086, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 8090, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  /* line 8095, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }
  /* line 8100, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-17 {
    width: 70.83333%;
  }
  /* line 8104, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 8108, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  /* line 8113, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }
  /* line 8118, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-18 {
    width: 75%;
  }
  /* line 8122, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  /* line 8126, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  /* line 8131, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  /* line 8136, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-19 {
    width: 79.16667%;
  }
  /* line 8140, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 8144, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  /* line 8149, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }
  /* line 8154, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-20 {
    width: 83.33333%;
  }
  /* line 8158, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 8162, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  /* line 8167, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }
  /* line 8172, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-21 {
    width: 87.5%;
  }
  /* line 8176, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  /* line 8180, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  /* line 8185, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  /* line 8190, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-22 {
    width: 91.66667%;
  }
  /* line 8194, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 8198, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  /* line 8203, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }
  /* line 8208, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-23 {
    width: 95.83333%;
  }
  /* line 8212, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 8216, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  /* line 8221, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }
  /* line 8226, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-24 {
    width: 100%;
  }
  /* line 8230, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  /* line 8234, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  /* line 8239, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 8246, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-0 {
    display: none;
    width: 0%;
  }
  /* line 8251, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-0 {
    margin-left: 0;
  }
  /* line 8255, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }
  /* line 8260, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }
  /* line 8265, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-1 {
    width: 4.16667%;
  }
  /* line 8269, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 8273, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  /* line 8278, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }
  /* line 8283, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-2 {
    width: 8.33333%;
  }
  /* line 8287, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 8291, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  /* line 8296, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }
  /* line 8301, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-3 {
    width: 12.5%;
  }
  /* line 8305, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  /* line 8309, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  /* line 8314, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  /* line 8319, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-4 {
    width: 16.66667%;
  }
  /* line 8323, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 8327, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  /* line 8332, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }
  /* line 8337, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-5 {
    width: 20.83333%;
  }
  /* line 8341, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 8345, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  /* line 8350, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }
  /* line 8355, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-6 {
    width: 25%;
  }
  /* line 8359, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  /* line 8363, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  /* line 8368, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  /* line 8373, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-7 {
    width: 29.16667%;
  }
  /* line 8377, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 8381, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  /* line 8386, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }
  /* line 8391, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-8 {
    width: 33.33333%;
  }
  /* line 8395, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 8399, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  /* line 8404, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }
  /* line 8409, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-9 {
    width: 37.5%;
  }
  /* line 8413, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  /* line 8417, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  /* line 8422, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  /* line 8427, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-10 {
    width: 41.66667%;
  }
  /* line 8431, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 8435, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  /* line 8440, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }
  /* line 8445, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-11 {
    width: 45.83333%;
  }
  /* line 8449, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 8453, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  /* line 8458, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }
  /* line 8463, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-12 {
    width: 50%;
  }
  /* line 8467, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  /* line 8471, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  /* line 8476, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  /* line 8481, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-13 {
    width: 54.16667%;
  }
  /* line 8485, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 8489, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  /* line 8494, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }
  /* line 8499, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-14 {
    width: 58.33333%;
  }
  /* line 8503, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 8507, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  /* line 8512, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }
  /* line 8517, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-15 {
    width: 62.5%;
  }
  /* line 8521, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  /* line 8525, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  /* line 8530, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  /* line 8535, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-16 {
    width: 66.66667%;
  }
  /* line 8539, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 8543, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  /* line 8548, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }
  /* line 8553, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-17 {
    width: 70.83333%;
  }
  /* line 8557, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 8561, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  /* line 8566, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }
  /* line 8571, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-18 {
    width: 75%;
  }
  /* line 8575, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  /* line 8579, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  /* line 8584, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  /* line 8589, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-19 {
    width: 79.16667%;
  }
  /* line 8593, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 8597, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  /* line 8602, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }
  /* line 8607, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-20 {
    width: 83.33333%;
  }
  /* line 8611, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 8615, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  /* line 8620, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }
  /* line 8625, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-21 {
    width: 87.5%;
  }
  /* line 8629, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  /* line 8633, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  /* line 8638, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  /* line 8643, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-22 {
    width: 91.66667%;
  }
  /* line 8647, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 8651, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  /* line 8656, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }
  /* line 8661, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-23 {
    width: 95.83333%;
  }
  /* line 8665, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 8669, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  /* line 8674, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }
  /* line 8679, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-24 {
    width: 100%;
  }
  /* line 8683, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  /* line 8687, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  /* line 8692, vendor/assets/stylesheets/element-ui.scss */
  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 8699, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-0 {
    display: none;
    width: 0%;
  }
  /* line 8704, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-0 {
    margin-left: 0;
  }
  /* line 8708, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }
  /* line 8713, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }
  /* line 8718, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-1 {
    width: 4.16667%;
  }
  /* line 8722, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 8726, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  /* line 8731, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }
  /* line 8736, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-2 {
    width: 8.33333%;
  }
  /* line 8740, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 8744, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  /* line 8749, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }
  /* line 8754, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-3 {
    width: 12.5%;
  }
  /* line 8758, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  /* line 8762, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  /* line 8767, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  /* line 8772, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-4 {
    width: 16.66667%;
  }
  /* line 8776, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 8780, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  /* line 8785, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }
  /* line 8790, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-5 {
    width: 20.83333%;
  }
  /* line 8794, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 8798, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  /* line 8803, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }
  /* line 8808, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-6 {
    width: 25%;
  }
  /* line 8812, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-6 {
    margin-left: 25%;
  }
  /* line 8816, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  /* line 8821, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  /* line 8826, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-7 {
    width: 29.16667%;
  }
  /* line 8830, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 8834, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  /* line 8839, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }
  /* line 8844, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-8 {
    width: 33.33333%;
  }
  /* line 8848, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 8852, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  /* line 8857, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }
  /* line 8862, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-9 {
    width: 37.5%;
  }
  /* line 8866, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  /* line 8870, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  /* line 8875, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  /* line 8880, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-10 {
    width: 41.66667%;
  }
  /* line 8884, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 8888, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  /* line 8893, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }
  /* line 8898, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-11 {
    width: 45.83333%;
  }
  /* line 8902, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 8906, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  /* line 8911, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }
  /* line 8916, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-12 {
    width: 50%;
  }
  /* line 8920, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-12 {
    margin-left: 50%;
  }
  /* line 8924, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  /* line 8929, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  /* line 8934, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-13 {
    width: 54.16667%;
  }
  /* line 8938, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 8942, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  /* line 8947, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }
  /* line 8952, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-14 {
    width: 58.33333%;
  }
  /* line 8956, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 8960, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  /* line 8965, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }
  /* line 8970, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-15 {
    width: 62.5%;
  }
  /* line 8974, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  /* line 8978, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  /* line 8983, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  /* line 8988, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-16 {
    width: 66.66667%;
  }
  /* line 8992, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 8996, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  /* line 9001, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }
  /* line 9006, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-17 {
    width: 70.83333%;
  }
  /* line 9010, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 9014, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  /* line 9019, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }
  /* line 9024, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-18 {
    width: 75%;
  }
  /* line 9028, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-18 {
    margin-left: 75%;
  }
  /* line 9032, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  /* line 9037, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  /* line 9042, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-19 {
    width: 79.16667%;
  }
  /* line 9046, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 9050, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  /* line 9055, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }
  /* line 9060, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-20 {
    width: 83.33333%;
  }
  /* line 9064, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 9068, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  /* line 9073, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }
  /* line 9078, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-21 {
    width: 87.5%;
  }
  /* line 9082, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  /* line 9086, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  /* line 9091, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  /* line 9096, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-22 {
    width: 91.66667%;
  }
  /* line 9100, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 9104, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  /* line 9109, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }
  /* line 9114, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-23 {
    width: 95.83333%;
  }
  /* line 9118, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 9122, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  /* line 9127, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }
  /* line 9132, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-24 {
    width: 100%;
  }
  /* line 9136, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-offset-24 {
    margin-left: 100%;
  }
  /* line 9140, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  /* line 9145, vendor/assets/stylesheets/element-ui.scss */
  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 9152, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-0 {
    display: none;
    width: 0%;
  }
  /* line 9157, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-0 {
    margin-left: 0;
  }
  /* line 9161, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }
  /* line 9166, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }
  /* line 9171, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-1 {
    width: 4.16667%;
  }
  /* line 9175, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 9179, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  /* line 9184, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }
  /* line 9189, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-2 {
    width: 8.33333%;
  }
  /* line 9193, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 9197, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  /* line 9202, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }
  /* line 9207, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-3 {
    width: 12.5%;
  }
  /* line 9211, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  /* line 9215, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  /* line 9220, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  /* line 9225, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-4 {
    width: 16.66667%;
  }
  /* line 9229, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 9233, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  /* line 9238, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }
  /* line 9243, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-5 {
    width: 20.83333%;
  }
  /* line 9247, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 9251, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  /* line 9256, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }
  /* line 9261, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-6 {
    width: 25%;
  }
  /* line 9265, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  /* line 9269, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  /* line 9274, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  /* line 9279, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-7 {
    width: 29.16667%;
  }
  /* line 9283, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 9287, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  /* line 9292, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }
  /* line 9297, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-8 {
    width: 33.33333%;
  }
  /* line 9301, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 9305, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  /* line 9310, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }
  /* line 9315, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-9 {
    width: 37.5%;
  }
  /* line 9319, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  /* line 9323, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  /* line 9328, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  /* line 9333, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-10 {
    width: 41.66667%;
  }
  /* line 9337, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 9341, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  /* line 9346, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }
  /* line 9351, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-11 {
    width: 45.83333%;
  }
  /* line 9355, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 9359, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  /* line 9364, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }
  /* line 9369, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-12 {
    width: 50%;
  }
  /* line 9373, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  /* line 9377, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  /* line 9382, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  /* line 9387, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-13 {
    width: 54.16667%;
  }
  /* line 9391, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 9395, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  /* line 9400, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }
  /* line 9405, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-14 {
    width: 58.33333%;
  }
  /* line 9409, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 9413, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  /* line 9418, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }
  /* line 9423, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-15 {
    width: 62.5%;
  }
  /* line 9427, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  /* line 9431, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  /* line 9436, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  /* line 9441, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-16 {
    width: 66.66667%;
  }
  /* line 9445, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 9449, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  /* line 9454, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }
  /* line 9459, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-17 {
    width: 70.83333%;
  }
  /* line 9463, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 9467, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  /* line 9472, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }
  /* line 9477, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-18 {
    width: 75%;
  }
  /* line 9481, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  /* line 9485, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  /* line 9490, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  /* line 9495, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-19 {
    width: 79.16667%;
  }
  /* line 9499, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 9503, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  /* line 9508, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }
  /* line 9513, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-20 {
    width: 83.33333%;
  }
  /* line 9517, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 9521, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  /* line 9526, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }
  /* line 9531, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-21 {
    width: 87.5%;
  }
  /* line 9535, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  /* line 9539, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  /* line 9544, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  /* line 9549, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-22 {
    width: 91.66667%;
  }
  /* line 9553, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 9557, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  /* line 9562, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }
  /* line 9567, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-23 {
    width: 95.83333%;
  }
  /* line 9571, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 9575, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  /* line 9580, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }
  /* line 9585, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-24 {
    width: 100%;
  }
  /* line 9589, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  /* line 9593, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  /* line 9598, vendor/assets/stylesheets/element-ui.scss */
  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 9605, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-0 {
    display: none;
    width: 0%;
  }
  /* line 9610, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-0 {
    margin-left: 0;
  }
  /* line 9614, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }
  /* line 9619, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }
  /* line 9624, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-1 {
    width: 4.16667%;
  }
  /* line 9628, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 9632, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  /* line 9637, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }
  /* line 9642, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-2 {
    width: 8.33333%;
  }
  /* line 9646, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 9650, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  /* line 9655, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }
  /* line 9660, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-3 {
    width: 12.5%;
  }
  /* line 9664, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  /* line 9668, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  /* line 9673, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  /* line 9678, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-4 {
    width: 16.66667%;
  }
  /* line 9682, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 9686, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  /* line 9691, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }
  /* line 9696, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-5 {
    width: 20.83333%;
  }
  /* line 9700, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 9704, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  /* line 9709, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }
  /* line 9714, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-6 {
    width: 25%;
  }
  /* line 9718, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  /* line 9722, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  /* line 9727, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  /* line 9732, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-7 {
    width: 29.16667%;
  }
  /* line 9736, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 9740, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  /* line 9745, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }
  /* line 9750, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-8 {
    width: 33.33333%;
  }
  /* line 9754, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 9758, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  /* line 9763, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }
  /* line 9768, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-9 {
    width: 37.5%;
  }
  /* line 9772, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  /* line 9776, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  /* line 9781, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  /* line 9786, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-10 {
    width: 41.66667%;
  }
  /* line 9790, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 9794, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  /* line 9799, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }
  /* line 9804, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-11 {
    width: 45.83333%;
  }
  /* line 9808, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 9812, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  /* line 9817, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }
  /* line 9822, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-12 {
    width: 50%;
  }
  /* line 9826, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  /* line 9830, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  /* line 9835, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  /* line 9840, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-13 {
    width: 54.16667%;
  }
  /* line 9844, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 9848, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  /* line 9853, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }
  /* line 9858, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-14 {
    width: 58.33333%;
  }
  /* line 9862, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 9866, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  /* line 9871, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }
  /* line 9876, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-15 {
    width: 62.5%;
  }
  /* line 9880, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  /* line 9884, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  /* line 9889, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  /* line 9894, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-16 {
    width: 66.66667%;
  }
  /* line 9898, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 9902, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  /* line 9907, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }
  /* line 9912, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-17 {
    width: 70.83333%;
  }
  /* line 9916, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 9920, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  /* line 9925, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }
  /* line 9930, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-18 {
    width: 75%;
  }
  /* line 9934, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  /* line 9938, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  /* line 9943, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  /* line 9948, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-19 {
    width: 79.16667%;
  }
  /* line 9952, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 9956, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  /* line 9961, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }
  /* line 9966, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-20 {
    width: 83.33333%;
  }
  /* line 9970, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 9974, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  /* line 9979, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }
  /* line 9984, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-21 {
    width: 87.5%;
  }
  /* line 9988, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  /* line 9992, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  /* line 9997, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  /* line 10002, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-22 {
    width: 91.66667%;
  }
  /* line 10006, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 10010, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  /* line 10015, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }
  /* line 10020, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-23 {
    width: 95.83333%;
  }
  /* line 10024, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 10028, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  /* line 10033, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }
  /* line 10038, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-24 {
    width: 100%;
  }
  /* line 10042, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  /* line 10046, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  /* line 10051, vendor/assets/stylesheets/element-ui.scss */
  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}

/* line 10067, vendor/assets/stylesheets/element-ui.scss */
.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

/* line 10074, vendor/assets/stylesheets/element-ui.scss */
.el-upload__input {
  display: none;
}

/* line 10078, vendor/assets/stylesheets/element-ui.scss */
.el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}

/* line 10084, vendor/assets/stylesheets/element-ui.scss */
.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
}

/* line 10092, vendor/assets/stylesheets/element-ui.scss */
.el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}

/* line 10104, vendor/assets/stylesheets/element-ui.scss */
.el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}

/* line 10109, vendor/assets/stylesheets/element-ui.scss */
.el-upload--picture-card:hover {
  border-color: #409EFF;
  color: #409EFF;
}

/* line 10115, vendor/assets/stylesheets/element-ui.scss */
.el-upload:focus {
  border-color: #409EFF;
  color: #409EFF;
}

/* line 10119, vendor/assets/stylesheets/element-ui.scss */
.el-upload:focus .el-upload-dragger {
  border-color: #409EFF;
}

/* line 10124, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

/* line 10136, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #C0C4CC;
  margin: 40px 0 16px;
  line-height: 50px;
}

/* line 10143, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger + .el-upload__tip {
  text-align: center;
}

/* line 10147, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger ~ .el-upload__files {
  border-top: 1px solid #DCDFE6;
  margin-top: 7px;
  padding-top: 5px;
}

/* line 10153, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 14px;
  text-align: center;
}

/* line 10158, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger .el-upload__text em {
  color: #409EFF;
  font-style: normal;
}

/* line 10164, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger:hover {
  border-color: #409EFF;
}

/* line 10168, vendor/assets/stylesheets/element-ui.scss */
.el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
  border: 2px dashed #409EFF;
}

/* line 10174, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10180, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

/* line 10192, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}

/* line 10198, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}

/* line 10204, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}

/* line 10209, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item:first-child {
  margin-top: 10px;
}

/* line 10213, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-icon-upload-success {
  color: #67C23A;
}

/* line 10217, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .75;
  color: #606266;
}

/* line 10226, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}

/* line 10231, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #409EFF;
}

/* line 10243, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}

/* line 10247, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item:hover .el-progress__text {
  display: none;
}

/* line 10253, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}

/* line 10258, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item.is-success .el-upload-list__item-name:focus, .el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #409EFF;
  cursor: pointer;
}

/* line 10264, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}

/* line 10268, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item.is-success:active, .el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}

/* line 10272, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item.is-success:active .el-icon-close-tip, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label, .el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
  display: none;
}

/* line 10278, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: block;
}

/* line 10282, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
}

/* line 10293, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item-name [class^=el-icon] {
  height: 100%;
  margin-right: 7px;
  color: #909399;
  line-height: inherit;
}

/* line 10301, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}

/* line 10309, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #606266;
  display: none;
}

/* line 10317, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list__item-delete:hover {
  color: #409EFF;
}

/* line 10322, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}

/* line 10327, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}

/* line 10339, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item .el-icon-check, .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

/* line 10343, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item .el-icon-close {
  display: none;
}

/* line 10348, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: none;
}

/* line 10352, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}

/* line 10358, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}

/* line 10362, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}

/* line 10367, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}

/* line 10380, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 10388, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 10403, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 10409, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}

/* line 10413, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 15px;
}

/* line 10418, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}

/* line 10424, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}

/* line 10427, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}

/* line 10433, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}

/* line 10441, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}

/* line 10448, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}

/* line 10460, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item .el-icon-check, .el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

/* line 10465, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px;
  right: -12px;
}

/* line 10473, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}

/* line 10478, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}

/* line 10482, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
  display: none;
}

/* line 10488, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #FFF;
}

/* line 10500, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}

/* line 10504, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}

/* line 10513, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}

/* line 10526, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 10534, vendor/assets/stylesheets/element-ui.scss */
.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}

/* line 10540, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}

/* line 10550, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 10556, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 10563, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}

/* line 10576, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}

/* line 10585, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}

/* line 10591, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}

/* line 10596, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10604, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  text-align: center;
}

/* line 10613, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 60px;
}

/* line 10625, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn span {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 10631, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}

/* line 10635, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* line 10639, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}

/* line 10644, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__interact .btn i {
  color: #FFF;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}

/* line 10654, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #303133;
}

/* line 10673, vendor/assets/stylesheets/element-ui.scss */
.el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}

/* line 10679, vendor/assets/stylesheets/element-ui.scss */
.el-progress {
  position: relative;
  line-height: 1;
}

/* line 10684, vendor/assets/stylesheets/element-ui.scss */
.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}

/* line 10692, vendor/assets/stylesheets/element-ui.scss */
.el-progress__text i {
  vertical-align: middle;
  display: block;
}

/* line 10698, vendor/assets/stylesheets/element-ui.scss */
.el-progress--circle, .el-progress--dashboard {
  display: inline-block;
}

/* line 10702, vendor/assets/stylesheets/element-ui.scss */
.el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 10713, vendor/assets/stylesheets/element-ui.scss */
.el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

/* line 10719, vendor/assets/stylesheets/element-ui.scss */
.el-progress--without-text .el-progress__text {
  display: none;
}

/* line 10723, vendor/assets/stylesheets/element-ui.scss */
.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

/* line 10730, vendor/assets/stylesheets/element-ui.scss */
.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

/* line 10737, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A;
}

/* line 10741, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-success .el-progress__text {
  color: #67C23A;
}

/* line 10746, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C;
}

/* line 10751, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content {
  background-color: #F56C6C;
}

/* line 10756, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C;
}

/* line 10760, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-warning .el-progress__text {
  color: #E6A23C;
}

/* line 10764, vendor/assets/stylesheets/element-ui.scss */
.el-progress.is-exception .el-progress__text {
  color: #F56C6C;
}

/* line 10769, vendor/assets/stylesheets/element-ui.scss */
.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10779, vendor/assets/stylesheets/element-ui.scss */
.el-card__header, .el-message, .el-step__icon {
  -webkit-box-sizing: border-box;
}

/* line 10783, vendor/assets/stylesheets/element-ui.scss */
.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

/* line 10792, vendor/assets/stylesheets/element-ui.scss */
.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 10805, vendor/assets/stylesheets/element-ui.scss */
.el-progress-bar__inner::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 10812, vendor/assets/stylesheets/element-ui.scss */
.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}

/* line 10830, vendor/assets/stylesheets/element-ui.scss */
.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}

/* line 10835, vendor/assets/stylesheets/element-ui.scss */
.el-spinner {
  display: inline-block;
  vertical-align: middle;
}

/* line 10840, vendor/assets/stylesheets/element-ui.scss */
.el-spinner-inner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

/* line 10846, vendor/assets/stylesheets/element-ui.scss */
.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

/* line 10902, vendor/assets/stylesheets/element-ui.scss */
.el-message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,transform .4s,top .4s;
  transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 10928, vendor/assets/stylesheets/element-ui.scss */
.el-message.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 10934, vendor/assets/stylesheets/element-ui.scss */
.el-message.is-closable .el-message__content {
  padding-right: 16px;
}

/* line 10938, vendor/assets/stylesheets/element-ui.scss */
.el-message p {
  margin: 0;
}

/* line 10943, vendor/assets/stylesheets/element-ui.scss */
.el-message--info .el-message__content {
  color: #909399;
}

/* line 10947, vendor/assets/stylesheets/element-ui.scss */
.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

/* line 10951, vendor/assets/stylesheets/element-ui.scss */
.el-message--success .el-message__content {
  color: #67C23A;
}

/* line 10956, vendor/assets/stylesheets/element-ui.scss */
.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}

/* line 10960, vendor/assets/stylesheets/element-ui.scss */
.el-message--warning .el-message__content {
  color: #E6A23C;
}

/* line 10965, vendor/assets/stylesheets/element-ui.scss */
.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

/* line 10969, vendor/assets/stylesheets/element-ui.scss */
.el-message--error .el-message__content {
  color: #F56C6C;
}

/* line 10974, vendor/assets/stylesheets/element-ui.scss */
.el-message__icon {
  margin-right: 10px;
}

/* line 10978, vendor/assets/stylesheets/element-ui.scss */
.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

/* line 10983, vendor/assets/stylesheets/element-ui.scss */
.el-message__content:focus {
  outline-width: 0;
}

/* line 10988, vendor/assets/stylesheets/element-ui.scss */
.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #C0C4CC;
  font-size: 16px;
}

/* line 10998, vendor/assets/stylesheets/element-ui.scss */
.el-message__closeBtn:focus {
  outline-width: 0;
}

/* line 11002, vendor/assets/stylesheets/element-ui.scss */
.el-message__closeBtn:hover {
  color: #909399;
}

/* line 11008, vendor/assets/stylesheets/element-ui.scss */
.el-message .el-icon-success {
  color: #67C23A;
}

/* line 11012, vendor/assets/stylesheets/element-ui.scss */
.el-message .el-icon-error {
  color: #F56C6C;
}

/* line 11016, vendor/assets/stylesheets/element-ui.scss */
.el-message .el-icon-info {
  color: #909399;
}

/* line 11020, vendor/assets/stylesheets/element-ui.scss */
.el-message .el-icon-warning {
  color: #E6A23C;
}

/* line 11025, vendor/assets/stylesheets/element-ui.scss */
.el-message-fade-enter, .el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

/* line 11031, vendor/assets/stylesheets/element-ui.scss */
.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

/* line 11037, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content {
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #FFF;
}

/* line 11049, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

/* line 11058, vendor/assets/stylesheets/element-ui.scss */
.el-rate__icon, .el-rate__item {
  position: relative;
  display: inline-block;
}

/* line 11064, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content.is-fixed.is-dot {
  right: 5px;
}

/* line 11068, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

/* line 11077, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content--primary {
  background-color: #409EFF;
}

/* line 11081, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content--success {
  background-color: #67C23A;
}

/* line 11085, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content--warning {
  background-color: #E6A23C;
}

/* line 11089, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content--info {
  background-color: #909399;
}

/* line 11093, vendor/assets/stylesheets/element-ui.scss */
.el-badge__content--danger {
  background-color: #F56C6C;
}

/* line 11097, vendor/assets/stylesheets/element-ui.scss */
.el-card {
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  background-color: #FFF;
  overflow: hidden;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 11106, vendor/assets/stylesheets/element-ui.scss */
.el-card.is-always-shadow {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 11111, vendor/assets/stylesheets/element-ui.scss */
.el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 11117, vendor/assets/stylesheets/element-ui.scss */
.el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #EBEEF5;
  box-sizing: border-box;
}

/* line 11123, vendor/assets/stylesheets/element-ui.scss */
.el-card__body, .el-main {
  padding: 20px;
}

/* line 11127, vendor/assets/stylesheets/element-ui.scss */
.el-rate {
  height: 20px;
  line-height: 1;
}

/* line 11131, vendor/assets/stylesheets/element-ui.scss */
.el-rate:active, .el-rate:focus {
  outline-width: 0;
}

/* line 11136, vendor/assets/stylesheets/element-ui.scss */
.el-rate__item {
  font-size: 0;
  vertical-align: middle;
}

/* line 11141, vendor/assets/stylesheets/element-ui.scss */
.el-rate__icon {
  font-size: 18px;
  margin-right: 6px;
  color: #C0C4CC;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 11149, vendor/assets/stylesheets/element-ui.scss */
.el-rate__decimal {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 11156, vendor/assets/stylesheets/element-ui.scss */
.el-rate__icon .path2 {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 11162, vendor/assets/stylesheets/element-ui.scss */
.el-rate__icon.hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* line 11168, vendor/assets/stylesheets/element-ui.scss */
.el-rate__decimal {
  display: inline-block;
  overflow: hidden;
}

/* line 11173, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical, .el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
}

/* line 11178, vendor/assets/stylesheets/element-ui.scss */
.el-rate__text {
  font-size: 14px;
  vertical-align: middle;
}

/* line 11183, vendor/assets/stylesheets/element-ui.scss */
.el-steps {
  display: flex;
}

/* line 11187, vendor/assets/stylesheets/element-ui.scss */
.el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: #F5F7FA;
}

/* line 11193, vendor/assets/stylesheets/element-ui.scss */
.el-steps--horizontal {
  white-space: nowrap;
}

/* line 11197, vendor/assets/stylesheets/element-ui.scss */
.el-steps--vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

/* line 11205, vendor/assets/stylesheets/element-ui.scss */
.el-step {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/* line 11211, vendor/assets/stylesheets/element-ui.scss */
.el-step:last-of-type .el-step__line {
  display: none;
}

/* line 11215, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-flex:last-of-type {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/* line 11225, vendor/assets/stylesheets/element-ui.scss */
.el-step:last-of-type .el-step__description, .el-step:last-of-type .el-step__main {
  padding-right: 0;
}

/* line 11231, vendor/assets/stylesheets/element-ui.scss */
.el-step__head {
  position: relative;
  width: 100%;
}

/* line 11235, vendor/assets/stylesheets/element-ui.scss */
.el-step__head.is-process {
  color: #303133;
  border-color: #303133;
}

/* line 11240, vendor/assets/stylesheets/element-ui.scss */
.el-step__head.is-wait {
  color: #C0C4CC;
  border-color: #C0C4CC;
}

/* line 11245, vendor/assets/stylesheets/element-ui.scss */
.el-step__head.is-success {
  color: #67C23A;
  border-color: #67C23A;
}

/* line 11250, vendor/assets/stylesheets/element-ui.scss */
.el-step__head.is-error {
  color: #F56C6C;
  border-color: #F56C6C;
}

/* line 11255, vendor/assets/stylesheets/element-ui.scss */
.el-step__head.is-finish {
  color: #409EFF;
  border-color: #409EFF;
}

/* line 11261, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: #FFF;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

/* line 11282, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-horizontal, .el-step__icon-inner {
  display: inline-block;
}

/* line 11287, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}

/* line 11293, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon.is-icon {
  width: 40px;
}

/* line 11298, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon-inner {
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

/* line 11306, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 25px;
  font-weight: 400;
}

/* line 11311, vendor/assets/stylesheets/element-ui.scss */
.el-step__icon-inner.is-status {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

/* line 11317, vendor/assets/stylesheets/element-ui.scss */
.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #C0C4CC;
}

/* line 11323, vendor/assets/stylesheets/element-ui.scss */
.el-step__line-inner {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

/* line 11336, vendor/assets/stylesheets/element-ui.scss */
.el-step__main {
  white-space: normal;
  text-align: left;
}

/* line 11341, vendor/assets/stylesheets/element-ui.scss */
.el-step__title {
  font-size: 16px;
  line-height: 38px;
}

/* line 11345, vendor/assets/stylesheets/element-ui.scss */
.el-step__title.is-process {
  font-weight: 700;
  color: #303133;
}

/* line 11350, vendor/assets/stylesheets/element-ui.scss */
.el-step__title.is-wait {
  color: #C0C4CC;
}

/* line 11354, vendor/assets/stylesheets/element-ui.scss */
.el-step__title.is-success {
  color: #67C23A;
}

/* line 11358, vendor/assets/stylesheets/element-ui.scss */
.el-step__title.is-error {
  color: #F56C6C;
}

/* line 11362, vendor/assets/stylesheets/element-ui.scss */
.el-step__title.is-finish {
  color: #409EFF;
}

/* line 11367, vendor/assets/stylesheets/element-ui.scss */
.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

/* line 11374, vendor/assets/stylesheets/element-ui.scss */
.el-step__description.is-process {
  color: #303133;
}

/* line 11378, vendor/assets/stylesheets/element-ui.scss */
.el-step__description.is-wait {
  color: #C0C4CC;
}

/* line 11382, vendor/assets/stylesheets/element-ui.scss */
.el-step__description.is-success {
  color: #67C23A;
}

/* line 11386, vendor/assets/stylesheets/element-ui.scss */
.el-step__description.is-error {
  color: #F56C6C;
}

/* line 11390, vendor/assets/stylesheets/element-ui.scss */
.el-step__description.is-finish {
  color: #409EFF;
}

/* line 11396, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}

/* line 11403, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical {
  display: flex;
}

/* line 11406, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical .el-step__head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 24px;
}

/* line 11413, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 11420, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}

/* line 11425, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}

/* line 11432, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}

/* line 11438, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-center .el-step__head, .el-step.is-center .el-step__main {
  text-align: center;
}

/* line 11442, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}

/* line 11447, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}

/* line 11453, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 11461, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}

/* line 11467, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
}

/* line 11475, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 18px;
}

/* line 11479, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__icon-inner.is-status {
  -webkit-transform: scale(0.8) translateY(1px);
  transform: scale(0.8) translateY(1px);
}

/* line 11485, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 11498, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}

/* line 11503, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}

/* line 11508, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__arrow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 11522, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #C0C4CC;
}

/* line 11531, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #C0C4CC;
  -webkit-transform: rotate(-45deg) translateY(-4px);
  transform: rotate(-45deg) translateY(-4px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11544, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple .el-step__arrow::after {
  -webkit-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 11552, vendor/assets/stylesheets/element-ui.scss */
.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}

/* line 11558, vendor/assets/stylesheets/element-ui.scss */
.el-carousel {
  position: relative;
}

/* line 11562, vendor/assets/stylesheets/element-ui.scss */
.el-carousel--horizontal {
  overflow-x: hidden;
}

/* line 11566, vendor/assets/stylesheets/element-ui.scss */
.el-carousel--vertical {
  overflow-y: hidden;
}

/* line 11570, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__container {
  position: relative;
  height: 300px;
}

/* line 11575, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}

/* line 11597, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__arrow--left {
  left: 16px;
}

/* line 11602, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.23);
}

/* line 11606, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__arrow i {
  cursor: pointer;
}

/* line 11611, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

/* line 11619, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 11626, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 11633, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
}

/* line 11640, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: .64;
}

/* line 11644, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--outside button {
  background-color: #C0C4CC;
  opacity: .24;
}

/* line 11650, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}

/* line 11657, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}

/* line 11664, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}

/* line 11669, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}

/* line 11673, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator:hover button {
  opacity: .72;
}

/* line 11678, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}

/* line 11683, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator--vertical {
  padding: 4px 12px;
}

/* line 11686, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}

/* line 11692, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__indicator.is-active button {
  opacity: 1;
}

/* line 11696, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__button {
  display: block;
  opacity: .48;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 11711, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item, .el-carousel__mask {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 11718, vendor/assets/stylesheets/element-ui.scss */
.carousel-arrow-left-enter, .carousel-arrow-left-leave-active {
  -webkit-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}

/* line 11724, vendor/assets/stylesheets/element-ui.scss */
.carousel-arrow-right-enter, .carousel-arrow-right-leave-active {
  -webkit-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}

/* line 11730, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

/* line 11736, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item.is-active {
  z-index: 2;
}

/* line 11740, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item.is-animating {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

/* line 11748, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item--card {
  width: 50%;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

/* line 11755, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}

/* line 11759, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask, .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: .12;
}

/* line 11764, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__item--card.is-active {
  z-index: 2;
}

/* line 11769, vendor/assets/stylesheets/element-ui.scss */
.el-carousel__mask {
  width: 100%;
  background-color: #FFF;
  opacity: .24;
  -webkit-transition: .2s;
  transition: .2s;
}

/* line 11777, vendor/assets/stylesheets/element-ui.scss */
.fade-in-linear-enter-active, .fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 11782, vendor/assets/stylesheets/element-ui.scss */
.fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
  opacity: 0;
}

/* line 11786, vendor/assets/stylesheets/element-ui.scss */
.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 11791, vendor/assets/stylesheets/element-ui.scss */
.el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active {
  opacity: 0;
}

/* line 11795, vendor/assets/stylesheets/element-ui.scss */
.el-fade-in-enter-active, .el-fade-in-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 11800, vendor/assets/stylesheets/element-ui.scss */
.el-fade-in-enter, .el-fade-in-leave-active {
  opacity: 0;
}

/* line 11804, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 11809, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-center-enter, .el-zoom-in-center-leave-active {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* line 11815, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* line 11827, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-top-enter, .el-zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* line 11833, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 11845, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* line 11851, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* line 11863, vendor/assets/stylesheets/element-ui.scss */
.el-zoom-in-left-enter, .el-zoom-in-left-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.45, 0.45);
  transform: scale(0.45, 0.45);
}

/* line 11869, vendor/assets/stylesheets/element-ui.scss */
.collapse-transition {
  -webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
  transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
}

/* line 11874, vendor/assets/stylesheets/element-ui.scss */
.horizontal-collapse-transition {
  -webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
  transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
}

/* line 11879, vendor/assets/stylesheets/element-ui.scss */
.el-list-enter-active, .el-list-leave-active {
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 11884, vendor/assets/stylesheets/element-ui.scss */
.el-list-enter, .el-list-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/* line 11890, vendor/assets/stylesheets/element-ui.scss */
.el-opacity-transition {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 11895, vendor/assets/stylesheets/element-ui.scss */
.el-collapse {
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
}

/* line 11900, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}

/* line 11905, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #EBEEF5;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  outline: 0;
}

/* line 11925, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-weight: 300;
}

/* line 11933, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__arrow.is-active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 11940, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__header.focusing:focus:not(:hover) {
  color: #409EFF;
}

/* line 11944, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__header.is-active {
  border-bottom-color: transparent;
}

/* line 11949, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__wrap {
  will-change: height;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEEF5;
}

/* line 11958, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__search-input, .el-cascader__tags, .el-tag {
  -webkit-box-sizing: border-box;
}

/* line 11962, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item__content {
  padding-bottom: 25px;
  font-size: 13px;
  color: #303133;
  line-height: 1.769230769230769;
}

/* line 11969, vendor/assets/stylesheets/element-ui.scss */
.el-collapse-item:last-child {
  margin-bottom: -1px;
}

/* line 11973, vendor/assets/stylesheets/element-ui.scss */
.el-popper .popper__arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 11981, vendor/assets/stylesheets/element-ui.scss */
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 11991, vendor/assets/stylesheets/element-ui.scss */
.el-cascader, .el-tag {
  display: inline-block;
}

/* line 11996, vendor/assets/stylesheets/element-ui.scss */
.el-popper .popper__arrow {
  border-width: 6px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

/* line 12001, vendor/assets/stylesheets/element-ui.scss */
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}

/* line 12007, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}

/* line 12010, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}

/* line 12017, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFF;
  border-bottom-width: 0;
}

/* line 12026, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}

/* line 12029, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}

/* line 12036, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

/* line 12045, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=right] {
  margin-left: 12px;
}

/* line 12048, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}

/* line 12055, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFF;
  border-left-width: 0;
}

/* line 12064, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=left] {
  margin-right: 12px;
}

/* line 12067, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}

/* line 12074, vendor/assets/stylesheets/element-ui.scss */
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFF;
}

/* line 12085, vendor/assets/stylesheets/element-ui.scss */
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 12099, vendor/assets/stylesheets/element-ui.scss */
.el-tag.is-hit {
  border-color: #409EFF;
}

/* line 12103, vendor/assets/stylesheets/element-ui.scss */
.el-tag .el-tag__close {
  color: #409eff;
}

/* line 12106, vendor/assets/stylesheets/element-ui.scss */
.el-tag .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

/* line 12112, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}

/* line 12117, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

/* line 12121, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}

/* line 12124, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

/* line 12131, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

/* line 12136, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

/* line 12140, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}

/* line 12143, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

/* line 12150, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}

/* line 12155, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

/* line 12159, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

/* line 12162, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

/* line 12169, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

/* line 12174, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

/* line 12178, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

/* line 12181, vendor/assets/stylesheets/element-ui.scss */
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

/* line 12188, vendor/assets/stylesheets/element-ui.scss */
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}

/* line 12201, vendor/assets/stylesheets/element-ui.scss */
.el-tag .el-icon-close::before {
  display: block;
}

/* line 12207, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

/* line 12212, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

/* line 12216, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark .el-tag__close {
  color: #fff;
}

/* line 12219, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark .el-tag__close:hover {
  color: #FFF;
  background-color: #66b1ff;
}

/* line 12225, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}

/* line 12230, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

/* line 12234, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}

/* line 12237, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #a6a9ad;
}

/* line 12244, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}

/* line 12249, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

/* line 12253, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}

/* line 12256, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #85ce61;
}

/* line 12263, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}

/* line 12268, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

/* line 12272, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}

/* line 12275, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #ebb563;
}

/* line 12282, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}

/* line 12287, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

/* line 12291, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}

/* line 12294, vendor/assets/stylesheets/element-ui.scss */
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f78989;
}

/* line 12302, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain {
  background-color: #fff;
  border-color: #b3d8ff;
  color: #409eff;
}

/* line 12307, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

/* line 12311, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain .el-tag__close {
  color: #409eff;
}

/* line 12314, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

/* line 12320, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}

/* line 12325, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

/* line 12329, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}

/* line 12332, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

/* line 12339, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}

/* line 12344, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

/* line 12348, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}

/* line 12351, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

/* line 12358, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}

/* line 12363, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

/* line 12367, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

/* line 12370, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

/* line 12377, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}

/* line 12382, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

/* line 12386, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

/* line 12389, vendor/assets/stylesheets/element-ui.scss */
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

/* line 12397, vendor/assets/stylesheets/element-ui.scss */
.el-tag--medium {
  height: 28px;
  line-height: 26px;
}

/* line 12401, vendor/assets/stylesheets/element-ui.scss */
.el-tag--medium .el-icon-close {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 12407, vendor/assets/stylesheets/element-ui.scss */
.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}

/* line 12412, vendor/assets/stylesheets/element-ui.scss */
.el-tag--small .el-icon-close {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 12418, vendor/assets/stylesheets/element-ui.scss */
.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}

/* line 12423, vendor/assets/stylesheets/element-ui.scss */
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 12430, vendor/assets/stylesheets/element-ui.scss */
.el-cascader {
  position: relative;
  font-size: 14px;
  line-height: 40px;
}

/* line 12435, vendor/assets/stylesheets/element-ui.scss */
.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #C0C4CC;
}

/* line 12440, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input {
  cursor: pointer;
}

/* line 12441, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input .el-input__inner:focus, .el-cascader .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

/* line 12447, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}

/* line 12451, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input .el-icon-arrow-down {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 14px;
}

/* line 12458, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* line 12464, vendor/assets/stylesheets/element-ui.scss */
.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}

/* line 12470, vendor/assets/stylesheets/element-ui.scss */
.el-cascader--medium {
  font-size: 14px;
  line-height: 36px;
}

/* line 12475, vendor/assets/stylesheets/element-ui.scss */
.el-cascader--small {
  font-size: 13px;
  line-height: 32px;
}

/* line 12480, vendor/assets/stylesheets/element-ui.scss */
.el-cascader--mini {
  font-size: 12px;
  line-height: 28px;
}

/* line 12485, vendor/assets/stylesheets/element-ui.scss */
.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #C0C4CC;
}

/* line 12490, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 12499, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}

/* line 12515, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags .el-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: #f0f2f5;
}

/* line 12527, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

/* line 12531, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags .el-tag > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 12539, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags .el-tag .el-icon-close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #C0C4CC;
  color: #FFF;
}

/* line 12546, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}

/* line 12553, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-panel {
  border-radius: 4px;
}

/* line 12557, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}

/* line 12566, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

/* line 12582, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-item:focus, .el-cascader__suggestion-item:hover {
  background: #F5F7FA;
}

/* line 12586, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-item.is-checked {
  color: #409EFF;
  font-weight: 700;
}

/* line 12591, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__suggestion-item > span {
  margin-right: 10px;
}

/* line 12596, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__empty-text {
  margin: 10px 0;
  color: #C0C4CC;
}

/* line 12601, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #606266;
  border: none;
  outline: 0;
  box-sizing: border-box;
}

/* line 12614, vendor/assets/stylesheets/element-ui.scss */
.el-cascader__search-input::-webkit-input-placeholder, .el-cascader__search-input:-ms-input-placeholder, .el-cascader__search-input::-ms-input-placeholder, .el-cascader__search-input::placeholder {
  color: #C0C4CC;
}

/* line 12619, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}

/* line 12628, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 12639, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 12646, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__color-selector:nth-child(10n+1) {
  margin-left: 0;
}

/* line 12650, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__color-selector.selected {
  -webkit-box-shadow: 0 0 3px 2px #409EFF;
  box-shadow: 0 0 3px 2px #409EFF;
}

/* line 12655, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__color-selector > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 3px;
}

/* line 12663, vendor/assets/stylesheets/element-ui.scss */
.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

/* line 12668, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
}

/* line 12678, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider__bar {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
  background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  height: 100%;
}

/* line 12685, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 12702, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}

/* line 12707, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
  background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

/* line 12712, vendor/assets/stylesheets/element-ui.scss */
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

/* line 12720, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}

/* line 12726, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel__black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 12734, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

/* line 12744, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel__black {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

/* line 12749, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel__cursor {
  position: absolute;
}

/* line 12752, vendor/assets/stylesheets/element-ui.scss */
.el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

/* line 12764, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

/* line 12773, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider__bar {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  height: 100%;
}

/* line 12780, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 12797, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}

/* line 12801, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

/* line 12806, vendor/assets/stylesheets/element-ui.scss */
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

/* line 12814, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown {
  width: 300px;
}

/* line 12818, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}

/* line 12821, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__main-wrapper::after {
  display: table;
  clear: both;
}

/* line 12827, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}

/* line 12832, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  width: 160px;
}

/* line 12840, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

/* line 12851, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

/* line 12856, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__btn:hover {
  color: #409EFF;
  border-color: #409EFF;
}

/* line 12862, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #409EFF;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}

/* line 12869, vendor/assets/stylesheets/element-ui.scss */
.el-color-dropdown__link-btn:hover {
  color: tint(#409EFF, 20%);
}

/* line 12874, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}

/* line 12880, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}

/* line 12885, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--medium {
  height: 36px;
}

/* line 12888, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}

/* line 12893, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}

/* line 12899, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--small {
  height: 32px;
}

/* line 12902, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}

/* line 12907, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}

/* line 12912, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--small .el-color-picker__empty, .el-color-picker--small .el-color-picker__icon {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

/* line 12918, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--mini {
  height: 28px;
}

/* line 12921, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}

/* line 12926, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}

/* line 12931, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker--mini .el-color-picker__empty, .el-color-picker--mini .el-color-picker__icon {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

/* line 12937, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 12949, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__trigger {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

/* line 12963, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__color {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 12975, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__icon, .el-input, .el-textarea {
  display: inline-block;
  width: 100%;
}

/* line 12980, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

/* line 12984, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 12992, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__empty {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/* line 13002, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #FFF;
  text-align: center;
  font-size: 12px;
}

/* line 13013, vendor/assets/stylesheets/element-ui.scss */
.el-input__prefix, .el-input__suffix {
  position: absolute;
  top: 0;
  text-align: center;
}

/* line 13019, vendor/assets/stylesheets/element-ui.scss */
.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* line 13031, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner, .el-textarea__inner, .el-transfer-panel {
  -webkit-box-sizing: border-box;
}

/* line 13035, vendor/assets/stylesheets/element-ui.scss */
.el-textarea {
  position: relative;
  vertical-align: bottom;
  font-size: 14px;
}

/* line 13041, vendor/assets/stylesheets/element-ui.scss */
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 13057, vendor/assets/stylesheets/element-ui.scss */
.el-textarea__inner::-webkit-input-placeholder, .el-textarea__inner:-ms-input-placeholder, .el-textarea__inner::-ms-input-placeholder, .el-textarea__inner::placeholder {
  color: #C0C4CC;
}

/* line 13061, vendor/assets/stylesheets/element-ui.scss */
.el-textarea__inner:hover {
  border-color: #C0C4CC;
}

/* line 13065, vendor/assets/stylesheets/element-ui.scss */
.el-textarea__inner:focus {
  outline: 0;
  border-color: #409EFF;
}

/* line 13072, vendor/assets/stylesheets/element-ui.scss */
.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}

/* line 13081, vendor/assets/stylesheets/element-ui.scss */
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 13087, vendor/assets/stylesheets/element-ui.scss */
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder, .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder, .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder, .el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}

/* line 13093, vendor/assets/stylesheets/element-ui.scss */
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}

/* line 13097, vendor/assets/stylesheets/element-ui.scss */
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

/* line 13103, vendor/assets/stylesheets/element-ui.scss */
.el-input {
  position: relative;
  font-size: 14px;
}

/* line 13107, vendor/assets/stylesheets/element-ui.scss */
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}

/* line 13111, vendor/assets/stylesheets/element-ui.scss */
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* line 13116, vendor/assets/stylesheets/element-ui.scss */
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}

/* line 13122, vendor/assets/stylesheets/element-ui.scss */
.el-input::-webkit-scrollbar-corner, .el-input::-webkit-scrollbar-track {
  background: #fff;
}

/* line 13126, vendor/assets/stylesheets/element-ui.scss */
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}

/* line 13131, vendor/assets/stylesheets/element-ui.scss */
.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 13138, vendor/assets/stylesheets/element-ui.scss */
.el-input .el-input__clear:hover {
  color: #909399;
}

/* line 13143, vendor/assets/stylesheets/element-ui.scss */
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #909399;
  font-size: 12px;
}

/* line 13157, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append .el-button, .el-input-group__append .el-input {
  font-size: inherit;
}

/* line 13163, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__prepend .el-button, .el-input-group__prepend .el-input {
  font-size: inherit;
}

/* line 13168, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner {
  font-size: inherit;
}

/* line 13172, vendor/assets/stylesheets/element-ui.scss */
.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}

/* line 13179, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

/* line 13196, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner::-ms-reveal {
  display: none;
}

/* line 13200, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner::-webkit-input-placeholder, .el-input__inner:-ms-input-placeholder, .el-input__inner::-ms-input-placeholder, .el-input__inner::placeholder {
  color: #C0C4CC;
}

/* line 13204, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner:hover {
  border-color: #C0C4CC;
}

/* line 13209, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border-color: #409EFF;
  outline: 0;
}

/* line 13214, vendor/assets/stylesheets/element-ui.scss */
.el-input__suffix {
  height: 100%;
  right: 5px;
  transition: all .3s;
  pointer-events: none;
}

/* line 13221, vendor/assets/stylesheets/element-ui.scss */
.el-input__suffix-inner {
  pointer-events: all;
}

/* line 13225, vendor/assets/stylesheets/element-ui.scss */
.el-input__prefix {
  height: 100%;
  left: 5px;
  transition: all .3s;
}

/* line 13231, vendor/assets/stylesheets/element-ui.scss */
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 40px;
}

/* line 13239, vendor/assets/stylesheets/element-ui.scss */
.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 13248, vendor/assets/stylesheets/element-ui.scss */
.el-input__validateIcon {
  pointer-events: none;
}

/* line 13253, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 13259, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder, .el-input.is-disabled .el-input__inner:-ms-input-placeholder, .el-input.is-disabled .el-input__inner::-ms-input-placeholder, .el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}

/* line 13264, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

/* line 13269, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__btn, .el-image__preview, .el-link, .el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

/* line 13274, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}

/* line 13278, vendor/assets/stylesheets/element-ui.scss */
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

/* line 13283, vendor/assets/stylesheets/element-ui.scss */
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

/* line 13287, vendor/assets/stylesheets/element-ui.scss */
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

/* line 13291, vendor/assets/stylesheets/element-ui.scss */
.el-input--medium {
  font-size: 14px;
}

/* line 13294, vendor/assets/stylesheets/element-ui.scss */
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}

/* line 13299, vendor/assets/stylesheets/element-ui.scss */
.el-input--medium .el-input__icon {
  line-height: 36px;
}

/* line 13304, vendor/assets/stylesheets/element-ui.scss */
.el-input--small {
  font-size: 13px;
}

/* line 13307, vendor/assets/stylesheets/element-ui.scss */
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}

/* line 13312, vendor/assets/stylesheets/element-ui.scss */
.el-input--small .el-input__icon {
  line-height: 32px;
}

/* line 13317, vendor/assets/stylesheets/element-ui.scss */
.el-input--mini {
  font-size: 12px;
}

/* line 13320, vendor/assets/stylesheets/element-ui.scss */
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}

/* line 13325, vendor/assets/stylesheets/element-ui.scss */
.el-input--mini .el-input__icon {
  line-height: 28px;
}

/* line 13330, vendor/assets/stylesheets/element-ui.scss */
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 13337, vendor/assets/stylesheets/element-ui.scss */
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}

/* line 13343, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}

/* line 13356, vendor/assets/stylesheets/element-ui.scss */
.el-input-group--append .el-input__inner, .el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13361, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: 0;
}

/* line 13366, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append .el-button, .el-input-group__append .el-select {
  display: inline-block;
  margin: -10px -20px;
}

/* line 13373, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__prepend .el-button, .el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}

/* line 13380, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append button.el-button {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

/* line 13389, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

/* line 13399, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__prepend {
  border-right: 0;
}

/* line 13400, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__prepend button.el-button {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

/* line 13409, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

/* line 13421, vendor/assets/stylesheets/element-ui.scss */
.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13427, vendor/assets/stylesheets/element-ui.scss */
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/* line 13432, vendor/assets/stylesheets/element-ui.scss */
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/* line 13436, vendor/assets/stylesheets/element-ui.scss */
.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13442, vendor/assets/stylesheets/element-ui.scss */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 13448, vendor/assets/stylesheets/element-ui.scss */
.el-transfer {
  font-size: 14px;
}

/* line 13452, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

/* line 13458, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #FFF;
  background-color: #409EFF;
  font-size: 0;
}

/* line 13468, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button + .el-button, .el-transfer-panel__item + .el-transfer-panel__item, .el-transfer__button [class*=el-icon-] + span {
  margin-left: 0;
}

/* line 13472, vendor/assets/stylesheets/element-ui.scss */
.el-divider__text, .el-image__error, .el-link, .el-timeline {
  font-size: 14px;
}

/* line 13477, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button i, .el-transfer__button span {
  font-size: 14px;
}

/* line 13481, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button.is-with-texts {
  border-radius: 4px;
}

/* line 13485, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}

/* line 13490, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button.is-disabled:hover {
  border: 1px solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}

/* line 13497, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button:first-child {
  margin-bottom: 10px;
}

/* line 13501, vendor/assets/stylesheets/element-ui.scss */
.el-transfer__button:nth-child(2) {
  margin: 0;
}

/* line 13506, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel {
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}

/* line 13519, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__body {
  height: 246px;
}

/* line 13522, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}

/* line 13527, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13536, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}

/* line 13542, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block !important;
}

/* line 13548, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__item.el-checkbox {
  color: #606266;
}

/* line 13552, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__item:hover {
  color: #409EFF;
}

/* line 13556, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}

/* line 13568, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}

/* line 13574, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: auto;
}

/* line 13582, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  padding-right: 10px;
  padding-left: 30px;
}

/* line 13594, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}

/* line 13599, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #F5F7FA;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

/* line 13611, vendor/assets/stylesheets/element-ui.scss */
.el-container, .el-header {
  -webkit-box-sizing: border-box;
}

/* line 13616, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}

/* line 13620, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
}

/* line 13625, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
  position: absolute;
  right: 15px;
  color: #909399;
  font-size: 12px;
  font-weight: 400;
}

/* line 13635, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #FFF;
  margin: 0;
  padding: 0;
  border-top: 1px solid #EBEEF5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* line 13647, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 13655, vendor/assets/stylesheets/element-ui.scss */
.el-container, .el-timeline-item__node {
  display: -webkit-box;
  display: -ms-flexbox;
}

/* line 13661, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #606266;
}

/* line 13666, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #909399;
  text-align: center;
}

/* line 13675, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}

/* line 13679, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}

/* line 13684, vendor/assets/stylesheets/element-ui.scss */
.el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}

/* line 13692, vendor/assets/stylesheets/element-ui.scss */
.el-container {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}

/* line 13706, vendor/assets/stylesheets/element-ui.scss */
.el-container.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

/* line 13712, vendor/assets/stylesheets/element-ui.scss */
.el-drawer, .el-empty, .el-result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

/* line 13717, vendor/assets/stylesheets/element-ui.scss */
.el-container.is-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 13722, vendor/assets/stylesheets/element-ui.scss */
.el-header {
  padding: 0 20px;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 13729, vendor/assets/stylesheets/element-ui.scss */
.el-aside {
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 13737, vendor/assets/stylesheets/element-ui.scss */
.el-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13749, vendor/assets/stylesheets/element-ui.scss */
.el-footer {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 13757, vendor/assets/stylesheets/element-ui.scss */
.el-timeline {
  margin: 0;
  list-style: none;
}

/* line 13761, vendor/assets/stylesheets/element-ui.scss */
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}

/* line 13766, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

/* line 13771, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}

/* line 13777, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #E4E7ED;
}

/* line 13784, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__icon {
  color: #FFF;
  font-size: 13px;
}

/* line 13789, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node {
  position: absolute;
  background-color: #E4E7ED;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 13802, vendor/assets/stylesheets/element-ui.scss */
.el-image__error, .el-timeline-item__dot {
  display: -webkit-box;
  display: -ms-flexbox;
}

/* line 13807, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--normal {
  left: -1px;
  width: 12px;
  height: 12px;
}

/* line 13813, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--large {
  left: -2px;
  width: 14px;
  height: 14px;
}

/* line 13819, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--primary {
  background-color: #409EFF;
}

/* line 13823, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--success {
  background-color: #67C23A;
}

/* line 13827, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--warning {
  background-color: #E6A23C;
}

/* line 13831, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--danger {
  background-color: #F56C6C;
}

/* line 13835, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__node--info {
  background-color: #909399;
}

/* line 13839, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__dot {
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 13850, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__content {
  color: #303133;
}

/* line 13854, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__timestamp {
  color: #909399;
  line-height: 1;
  font-size: 13px;
}

/* line 13859, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}

/* line 13864, vendor/assets/stylesheets/element-ui.scss */
.el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}

/* line 13869, vendor/assets/stylesheets/element-ui.scss */
.el-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0;
  font-weight: 500;
}

/* line 13890, vendor/assets/stylesheets/element-ui.scss */
.el-link.is-underline:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #409EFF;
}

/* line 13899, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--default:after {
  border-color: #409EFF;
}

/* line 13904, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--primary.is-underline:hover:after, .el-link.el-link--primary:after {
  border-color: #409EFF;
}

/* line 13909, vendor/assets/stylesheets/element-ui.scss */
.el-link.is-disabled {
  cursor: not-allowed;
}

/* line 13913, vendor/assets/stylesheets/element-ui.scss */
.el-link [class*=el-icon-] + span {
  margin-left: 5px;
}

/* line 13917, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--default {
  color: #606266;
}

/* line 13920, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--default:hover {
  color: #409EFF;
}

/* line 13924, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--default.is-disabled {
  color: #C0C4CC;
}

/* line 13929, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--primary {
  color: #409EFF;
}

/* line 13932, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--primary:hover {
  color: #66b1ff;
}

/* line 13936, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--primary.is-disabled {
  color: #a0cfff;
}

/* line 13941, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--danger {
  color: #F56C6C;
}

/* line 13942, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--danger.is-underline:hover:after, .el-link.el-link--danger:after {
  border-color: #F56C6C;
}

/* line 13948, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--danger:hover {
  color: #f78989;
}

/* line 13952, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--danger.is-disabled {
  color: #fab6b6;
}

/* line 13957, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--success {
  color: #67C23A;
}

/* line 13958, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--success.is-underline:hover:after, .el-link.el-link--success:after {
  border-color: #67C23A;
}

/* line 13964, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--success:hover {
  color: #85ce61;
}

/* line 13968, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--success.is-disabled {
  color: #b3e19d;
}

/* line 13973, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--warning {
  color: #E6A23C;
}

/* line 13974, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--warning.is-underline:hover:after, .el-link.el-link--warning:after {
  border-color: #E6A23C;
}

/* line 13980, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--warning:hover {
  color: #ebb563;
}

/* line 13984, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--warning.is-disabled {
  color: #f3d19e;
}

/* line 13989, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--info {
  color: #909399;
}

/* line 13990, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--info.is-underline:hover:after, .el-link.el-link--info:after {
  border-color: #909399;
}

/* line 13996, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--info:hover {
  color: #a6a9ad;
}

/* line 14000, vendor/assets/stylesheets/element-ui.scss */
.el-link.el-link--info.is-disabled {
  color: #c8c9cc;
}

/* line 14006, vendor/assets/stylesheets/element-ui.scss */
.el-divider {
  background-color: #DCDFE6;
  position: relative;
}

/* line 14011, vendor/assets/stylesheets/element-ui.scss */
.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

/* line 14018, vendor/assets/stylesheets/element-ui.scss */
.el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}

/* line 14027, vendor/assets/stylesheets/element-ui.scss */
.el-divider__text {
  position: absolute;
  background-color: #FFF;
  padding: 0 20px;
  font-weight: 500;
  color: #303133;
}

/* line 14035, vendor/assets/stylesheets/element-ui.scss */
.el-image__error, .el-image__placeholder {
  background: #F5F7FA;
}

/* line 14040, vendor/assets/stylesheets/element-ui.scss */
.el-divider__text.is-left {
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 14046, vendor/assets/stylesheets/element-ui.scss */
.el-divider__text.is-center {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 14052, vendor/assets/stylesheets/element-ui.scss */
.el-divider__text.is-right {
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 14059, vendor/assets/stylesheets/element-ui.scss */
.el-image__error, .el-image__inner, .el-image__placeholder {
  width: 100%;
  height: 100%;
}

/* line 14064, vendor/assets/stylesheets/element-ui.scss */
.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* line 14070, vendor/assets/stylesheets/element-ui.scss */
.el-image__inner {
  vertical-align: top;
}

/* line 14074, vendor/assets/stylesheets/element-ui.scss */
.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

/* line 14083, vendor/assets/stylesheets/element-ui.scss */
.el-image__error {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #C0C4CC;
  vertical-align: middle;
}

/* line 14095, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 14103, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

/* line 14123, vendor/assets/stylesheets/element-ui.scss */
.el-button, .el-checkbox, .el-checkbox-button__inner, .el-empty__image img, .el-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 14129, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}

/* line 14139, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 14153, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}

/* line 14166, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 14183, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__next {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  top: 50%;
}

/* line 14193, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__prev {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

/* line 14206, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  text-indent: 2px;
}

/* line 14213, vendor/assets/stylesheets/element-ui.scss */
.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: #000;
}

/* line 14223, vendor/assets/stylesheets/element-ui.scss */
.viewer-fade-enter-active {
  -webkit-animation: viewer-fade-in .3s;
  animation: viewer-fade-in .3s;
}

/* line 14228, vendor/assets/stylesheets/element-ui.scss */
.viewer-fade-leave-active {
  -webkit-animation: viewer-fade-out .3s;
  animation: viewer-fade-out .3s;
}

@-webkit-keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

@keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

/* line 14289, vendor/assets/stylesheets/element-ui.scss */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

/* line 14310, vendor/assets/stylesheets/element-ui.scss */
.el-button + .el-button {
  margin-left: 10px;
}

/* line 14315, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}

/* line 14320, vendor/assets/stylesheets/element-ui.scss */
.el-button:focus, .el-button:hover {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

/* line 14326, vendor/assets/stylesheets/element-ui.scss */
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

/* line 14332, vendor/assets/stylesheets/element-ui.scss */
.el-button::-moz-focus-inner {
  border: 0;
}

/* line 14336, vendor/assets/stylesheets/element-ui.scss */
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}

/* line 14341, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-plain:focus, .el-button.is-plain:hover {
  background: #FFF;
  border-color: #409EFF;
  color: #409EFF;
}

/* line 14348, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

/* line 14353, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-plain:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  background: #FFF;
  outline: 0;
}

/* line 14360, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}

/* line 14367, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-disabled:focus, .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}

/* line 14375, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}

/* line 14379, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-disabled.is-plain {
  background-color: #FFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

/* line 14384, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover {
  background-color: #FFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

/* line 14392, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-loading {
  position: relative;
  pointer-events: none;
}

/* line 14396, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

/* line 14409, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

/* line 14414, vendor/assets/stylesheets/element-ui.scss */
.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}

/* line 14420, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}

/* line 14425, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary:focus, .el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFF;
}

/* line 14431, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
}

/* line 14437, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
  outline: 0;
}

/* line 14444, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-disabled {
  color: #FFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}

/* line 14449, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
  color: #FFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}

/* line 14456, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}

/* line 14461, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFF;
}

/* line 14467, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
  outline: 0;
}

/* line 14474, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-plain.is-disabled {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

/* line 14479, vendor/assets/stylesheets/element-ui.scss */
.el-button--primary.is-plain.is-disabled:active, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:hover {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

/* line 14488, vendor/assets/stylesheets/element-ui.scss */
.el-button--success {
  color: #FFF;
  background-color: #67C23A;
  border-color: #67C23A;
}

/* line 14493, vendor/assets/stylesheets/element-ui.scss */
.el-button--success:focus, .el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFF;
}

/* line 14499, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
}

/* line 14505, vendor/assets/stylesheets/element-ui.scss */
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
  outline: 0;
}

/* line 14512, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-disabled {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

/* line 14517, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

/* line 14524, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}

/* line 14529, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-plain:focus, .el-button--success.is-plain:hover {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFF;
}

/* line 14535, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
  outline: 0;
}

/* line 14542, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-plain.is-disabled {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

/* line 14547, vendor/assets/stylesheets/element-ui.scss */
.el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

/* line 14556, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}

/* line 14561, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning:focus, .el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFF;
}

/* line 14567, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
}

/* line 14573, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
  outline: 0;
}

/* line 14580, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-disabled {
  color: #FFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}

/* line 14585, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-disabled:active, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:hover {
  color: #FFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}

/* line 14592, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}

/* line 14597, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-plain:focus, .el-button--warning.is-plain:hover {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFF;
}

/* line 14603, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
  outline: 0;
}

/* line 14610, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-plain.is-disabled {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

/* line 14615, vendor/assets/stylesheets/element-ui.scss */
.el-button--warning.is-plain.is-disabled:active, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

/* line 14624, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger {
  color: #FFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}

/* line 14629, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger:focus, .el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #FFF;
}

/* line 14635, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
}

/* line 14641, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
  outline: 0;
}

/* line 14648, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-disabled {
  color: #FFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

/* line 14653, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-disabled:active, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:hover {
  color: #FFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

/* line 14660, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}

/* line 14665, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-plain:focus, .el-button--danger.is-plain:hover {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFF;
}

/* line 14671, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
  outline: 0;
}

/* line 14678, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-plain.is-disabled {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

/* line 14683, vendor/assets/stylesheets/element-ui.scss */
.el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

/* line 14692, vendor/assets/stylesheets/element-ui.scss */
.el-button--info {
  color: #FFF;
  background-color: #909399;
  border-color: #909399;
}

/* line 14697, vendor/assets/stylesheets/element-ui.scss */
.el-button--info:focus, .el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFF;
}

/* line 14703, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
}

/* line 14709, vendor/assets/stylesheets/element-ui.scss */
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
  outline: 0;
}

/* line 14716, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-disabled {
  color: #FFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

/* line 14721, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover {
  color: #FFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

/* line 14728, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}

/* line 14733, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-plain:focus, .el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #FFF;
}

/* line 14739, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
  outline: 0;
}

/* line 14746, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-plain.is-disabled {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

/* line 14751, vendor/assets/stylesheets/element-ui.scss */
.el-button--info.is-plain.is-disabled:active, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

/* line 14760, vendor/assets/stylesheets/element-ui.scss */
.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

/* line 14765, vendor/assets/stylesheets/element-ui.scss */
.el-button--medium.is-round {
  padding: 10px 20px;
}

/* line 14769, vendor/assets/stylesheets/element-ui.scss */
.el-button--medium.is-circle {
  padding: 10px;
}

/* line 14774, vendor/assets/stylesheets/element-ui.scss */
.el-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 14779, vendor/assets/stylesheets/element-ui.scss */
.el-button--small.is-round {
  padding: 9px 15px;
}

/* line 14783, vendor/assets/stylesheets/element-ui.scss */
.el-button--small.is-circle {
  padding: 9px;
}

/* line 14788, vendor/assets/stylesheets/element-ui.scss */
.el-button--mini {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 14791, vendor/assets/stylesheets/element-ui.scss */
.el-button--mini.is-round {
  padding: 7px 15px;
}

/* line 14798, vendor/assets/stylesheets/element-ui.scss */
.el-button--mini.is-circle {
  padding: 7px;
}

/* line 14803, vendor/assets/stylesheets/element-ui.scss */
.el-button--text {
  border-color: transparent;
  color: #409EFF;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 14810, vendor/assets/stylesheets/element-ui.scss */
.el-button--text:focus, .el-button--text:hover {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}

/* line 14816, vendor/assets/stylesheets/element-ui.scss */
.el-button--text:active {
  color: #3a8ee6;
  border-color: transparent;
  background-color: transparent;
}

/* line 14822, vendor/assets/stylesheets/element-ui.scss */
.el-button--text.is-disabled {
  border-color: transparent;
}

/* line 14825, vendor/assets/stylesheets/element-ui.scss */
.el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover {
  border-color: transparent;
}

/* line 14831, vendor/assets/stylesheets/element-ui.scss */
.el-button-group {
  display: inline-block;
  vertical-align: middle;
}

/* line 14833, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--danger:last-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14839, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--info:last-child, .el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14845, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--primary:last-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14851, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--success:last-child, .el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14857, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--warning:last-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14862, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-dropdown > .el-button {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 14867, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--danger:first-child, .el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* line 14873, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--info:first-child, .el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* line 14879, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--primary:first-child, .el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* line 14885, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--success:first-child, .el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* line 14891, vendor/assets/stylesheets/element-ui.scss */
.el-button-group .el-button--warning:first-child, .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* line 14899, vendor/assets/stylesheets/element-ui.scss */
.el-button-group::after, .el-button-group::before {
  display: table;
}

/* line 14903, vendor/assets/stylesheets/element-ui.scss */
.el-button-group::after {
  clear: both;
}

/* line 14908, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button {
  float: left;
  position: relative;
}

/* line 14912, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}

/* line 14916, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14921, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 14926, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:first-child:last-child {
  border-radius: 4px;
}

/* line 14929, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button.is-round:first-child:last-child {
  border-radius: 20px;
}

/* line 14933, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button.is-circle:first-child:last-child {
  border-radius: 50%;
}

/* line 14938, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 14942, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button.is-active {
  z-index: 1;
}

/* line 14947, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-button:not(.is-disabled):active, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):hover {
  z-index: 1;
}

/* line 14953, vendor/assets/stylesheets/element-ui.scss */
.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 14960, vendor/assets/stylesheets/element-ui.scss */
.el-calendar {
  background-color: #fff;
}

/* line 14964, vendor/assets/stylesheets/element-ui.scss */
.el-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #EBEEF5;
}

/* line 14975, vendor/assets/stylesheets/element-ui.scss */
.el-backtop, .el-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
}

/* line 14980, vendor/assets/stylesheets/element-ui.scss */
.el-calendar__title {
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 14986, vendor/assets/stylesheets/element-ui.scss */
.el-calendar__body {
  padding: 12px 20px 35px;
}

/* line 14990, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}

/* line 14994, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table thead th {
  padding: 12px 0;
  color: #606266;
  font-weight: 400;
}

/* line 15001, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table:not(.is-range) td.next, .el-calendar-table:not(.is-range) td.prev {
  color: #C0C4CC;
}

/* line 15007, vendor/assets/stylesheets/element-ui.scss */
.el-backtop {
  color: #409EFF;
}

/* line 15012, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table td {
  border-bottom: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  vertical-align: top;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

/* line 15013, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table td.is-today {
  color: #409EFF;
}

/* line 15023, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table td.is-selected {
  background-color: #F2F8FE;
}

/* line 15029, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table tr:first-child td {
  border-top: 1px solid #EBEEF5;
}

/* line 15033, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table tr td:first-child {
  border-left: 1px solid #EBEEF5;
}

/* line 15037, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}

/* line 15042, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table .el-calendar-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  height: 85px;
}

/* line 15048, vendor/assets/stylesheets/element-ui.scss */
.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #F2F8FE;
}

/* line 15055, vendor/assets/stylesheets/element-ui.scss */
.el-backtop {
  position: fixed;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
}

/* line 15074, vendor/assets/stylesheets/element-ui.scss */
.el-backtop:hover {
  background-color: #F2F6FC;
}

/* line 15079, vendor/assets/stylesheets/element-ui.scss */
.el-page-header {
  display: flex;
  line-height: 24px;
}

/* line 15084, vendor/assets/stylesheets/element-ui.scss */
.el-page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}

/* line 15092, vendor/assets/stylesheets/element-ui.scss */
.el-page-header__left::after {
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DCDFE6;
}

/* line 15104, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox, .el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

/* line 15110, vendor/assets/stylesheets/element-ui.scss */
.el-page-header__left .el-icon-back {
  font-size: 18px;
  margin-right: 6px;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 15117, vendor/assets/stylesheets/element-ui.scss */
.el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}

/* line 15122, vendor/assets/stylesheets/element-ui.scss */
.el-page-header__content {
  font-size: 18px;
  color: #303133;
}

/* line 15127, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  margin-right: 30px;
}

/* line 15135, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}

/* line 15144, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}

/* line 15148, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}

/* line 15153, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 4px;
  height: 36px;
}

/* line 15158, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 14px;
}

/* line 15163, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}

/* line 15169, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}

/* line 15174, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}

/* line 15179, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

/* line 15183, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

/* line 15190, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}

/* line 15195, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}

/* line 15200, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

/* line 15204, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

/* line 15213, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}

/* line 15220, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #edf2fc;
  border-color: #DCDFE6;
  cursor: not-allowed;
}

/* line 15225, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #C0C4CC;
}

/* line 15230, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}

/* line 15235, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

/* line 15239, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #C0C4CC;
}

/* line 15244, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

/* line 15248, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #C0C4CC;
  border-color: #C0C4CC;
}

/* line 15255, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #409EFF;
}

/* line 15260, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 15266, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  -webkit-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}

/* line 15271, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

/* line 15276, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #409EFF;
}

/* line 15281, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}

/* line 15294, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

/* line 15300, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}

/* line 15314, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__inner:hover {
  border-color: #409EFF;
}

/* line 15318, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__inner::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* line 15341, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

/* line 15351, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button, .el-checkbox-button__inner {
  display: inline-block;
  position: relative;
}

/* line 15356, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}

/* line 15363, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox:last-of-type {
  margin-right: 0;
}

/* line 15367, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__inner {
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

/* line 15389, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__inner.is-round {
  padding: 12px 20px;
}

/* line 15393, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__inner:hover {
  color: #409EFF;
}

/* line 15397, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: .9;
}

/* line 15400, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

/* line 15406, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}

/* line 15414, vendor/assets/stylesheets/element-ui.scss */
.el-radio, .el-radio__inner, .el-radio__input {
  position: relative;
  display: inline-block;
}

/* line 15421, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
  box-shadow: -1px 0 0 0 #8cc5ff;
}

/* line 15429, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #409EFF;
}

/* line 15435, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15445, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}

/* line 15450, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 15457, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #409EFF;
}

/* line 15461, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}

/* line 15466, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

/* line 15471, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 10px 20px;
}

/* line 15476, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

/* line 15481, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}

/* line 15486, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}

/* line 15491, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 7px 15px;
}

/* line 15496, vendor/assets/stylesheets/element-ui.scss */
.el-checkbox-group {
  font-size: 0;
}

/* line 15500, vendor/assets/stylesheets/element-ui.scss */
.el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label {
  font-size: 14px;
}

/* line 15504, vendor/assets/stylesheets/element-ui.scss */
.el-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  margin-right: 30px;
}

/* line 15514, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node > .el-radio {
  margin-right: 0;
}

/* line 15519, vendor/assets/stylesheets/element-ui.scss */
.el-radio:last-child {
  margin-right: 0;
}

/* line 15523, vendor/assets/stylesheets/element-ui.scss */
.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}

/* line 15533, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu, .el-cascader-menu__list, .el-radio__inner {
  -webkit-box-sizing: border-box;
}

/* line 15538, vendor/assets/stylesheets/element-ui.scss */
.el-radio.is-bordered.is-checked {
  border-color: #409EFF;
}

/* line 15542, vendor/assets/stylesheets/element-ui.scss */
.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #EBEEF5;
}

/* line 15549, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled .el-radio__inner, .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
}

/* line 15555, vendor/assets/stylesheets/element-ui.scss */
.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}

/* line 15559, vendor/assets/stylesheets/element-ui.scss */
.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}

/* line 15565, vendor/assets/stylesheets/element-ui.scss */
.el-radio--mini.is-bordered .el-radio__label, .el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}

/* line 15569, vendor/assets/stylesheets/element-ui.scss */
.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}

/* line 15574, vendor/assets/stylesheets/element-ui.scss */
.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}

/* line 15579, vendor/assets/stylesheets/element-ui.scss */
.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

/* line 15585, vendor/assets/stylesheets/element-ui.scss */
.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}

/* line 15590, vendor/assets/stylesheets/element-ui.scss */
.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

/* line 15596, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}

/* line 15604, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled .el-radio__inner {
  cursor: not-allowed;
}

/* line 15607, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #F5F7FA;
}

/* line 15612, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}

/* line 15617, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #C0C4CC;
}

/* line 15621, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-disabled + span.el-radio__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 15628, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}

/* line 15632, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-checked .el-radio__inner::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* line 15638, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-checked + .el-radio__label {
  color: #409EFF;
}

/* line 15643, vendor/assets/stylesheets/element-ui.scss */
.el-radio__input.is-focus .el-radio__inner {
  border-color: #409EFF;
}

/* line 15648, vendor/assets/stylesheets/element-ui.scss */
.el-radio__inner {
  border: 1px solid #DCDFE6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 15657, vendor/assets/stylesheets/element-ui.scss */
.el-radio__inner:hover {
  border-color: #409EFF;
}

/* line 15661, vendor/assets/stylesheets/element-ui.scss */
.el-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .15s ease-in;
  transition: -webkit-transform .15s ease-in;
  transition: transform .15s ease-in;
  transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}

/* line 15679, vendor/assets/stylesheets/element-ui.scss */
.el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 15691, vendor/assets/stylesheets/element-ui.scss */
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: 0 0 2px 2px #409EFF;
  box-shadow: 0 0 2px 2px #409EFF;
}

/* line 15696, vendor/assets/stylesheets/element-ui.scss */
.el-radio__label {
  padding-left: 10px;
}

/* line 15700, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar {
  overflow: hidden;
  position: relative;
}

/* line 15704, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar, .el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 340ms ease-out;
  transition: opacity 340ms ease-out;
}

/* line 15711, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

/* line 15716, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}

/* line 15719, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 15725, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

/* line 15736, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

/* line 15741, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

/* line 15751, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}

/* line 15755, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

/* line 15760, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}

/* line 15764, vendor/assets/stylesheets/element-ui.scss */
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* line 15770, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

/* line 15776, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-panel.is-bordered {
  border: 1px solid #E4E7ED;
  border-radius: 4px;
}

/* line 15782, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: #606266;
  border-right: solid 1px #E4E7ED;
}

/* line 15788, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu:last-child {
  border-right: none;
}

/* line 15793, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu__wrap {
  height: 204px;
}

/* line 15797, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}

/* line 15806, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 15815, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #C0C4CC;
}

/* line 15825, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: 0;
}

/* line 15838, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}

/* line 15842, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
  color: #409EFF;
  font-weight: 700;
}

/* line 15847, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}

/* line 15850, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
  background: #F5F7FA;
}

/* line 15855, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* line 15861, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}

/* line 15866, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}

/* line 15871, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 15881, vendor/assets/stylesheets/element-ui.scss */
.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}

/* line 15885, vendor/assets/stylesheets/element-ui.scss */
.el-avatar {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #C0C4CC;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 15898, vendor/assets/stylesheets/element-ui.scss */
.el-drawer, .el-drawer__body > * {
  -webkit-box-sizing: border-box;
}

/* line 15902, vendor/assets/stylesheets/element-ui.scss */
.el-avatar > img {
  display: block;
  height: 100%;
  vertical-align: middle;
}

/* line 15909, vendor/assets/stylesheets/element-ui.scss */
.el-empty__image img, .el-empty__image svg {
  vertical-align: top;
  height: 100%;
  width: 100%;
}

/* line 15916, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--circle {
  border-radius: 50%;
}

/* line 15920, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--square {
  border-radius: 4px;
}

/* line 15924, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--icon {
  font-size: 18px;
}

/* line 15928, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 15934, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 15940, vendor/assets/stylesheets/element-ui.scss */
.el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

@-webkit-keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@-webkit-keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@-webkit-keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

/* line 16158, vendor/assets/stylesheets/element-ui.scss */
.el-drawer {
  position: absolute;
  box-sizing: border-box;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  outline: 0;
}

/* line 16172, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.rtl {
  -webkit-animation: rtl-drawer-out .3s;
  animation: rtl-drawer-out .3s;
  right: 0;
}

/* line 16179, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__open .el-drawer.rtl {
  -webkit-animation: rtl-drawer-in .3s 1ms;
  animation: rtl-drawer-in .3s 1ms;
}

/* line 16184, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.ltr {
  -webkit-animation: ltr-drawer-out .3s;
  animation: ltr-drawer-out .3s;
  left: 0;
}

/* line 16190, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__open .el-drawer.ltr {
  -webkit-animation: ltr-drawer-in .3s 1ms;
  animation: ltr-drawer-in .3s 1ms;
}

/* line 16195, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.ttb {
  -webkit-animation: ttb-drawer-out .3s;
  animation: ttb-drawer-out .3s;
  top: 0;
}

/* line 16201, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__open .el-drawer.ttb {
  -webkit-animation: ttb-drawer-in .3s 1ms;
  animation: ttb-drawer-in .3s 1ms;
}

/* line 16206, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.btt {
  -webkit-animation: btt-drawer-out .3s;
  animation: btt-drawer-out .3s;
  bottom: 0;
}

/* line 16212, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__open .el-drawer.btt {
  -webkit-animation: btt-drawer-in .3s 1ms;
  animation: btt-drawer-in .3s 1ms;
}

/* line 16217, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

/* line 16227, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 20px 20px 0;
}

/* line 16238, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__header > :first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 16245, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}

/* line 16254, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  background-color: transparent;
}

/* line 16262, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

/* line 16268, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__body > * {
  box-sizing: border-box;
}

/* line 16274, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.ltr, .el-drawer.rtl {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 16280, vendor/assets/stylesheets/element-ui.scss */
.el-drawer.btt, .el-drawer.ttb {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 16287, vendor/assets/stylesheets/element-ui.scss */
.el-drawer__container {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/* line 16297, vendor/assets/stylesheets/element-ui.scss */
.el-drawer-fade-enter-active {
  -webkit-animation: el-drawer-fade-in .3s;
  animation: el-drawer-fade-in .3s;
}

/* line 16302, vendor/assets/stylesheets/element-ui.scss */
.el-drawer-fade-leave-active {
  animation: el-drawer-fade-in .3s reverse;
}

/* line 16306, vendor/assets/stylesheets/element-ui.scss */
.el-statistic {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  text-align: center;
}

/* line 16319, vendor/assets/stylesheets/element-ui.scss */
.el-statistic .head {
  margin-bottom: 4px;
  color: #606266;
  font-size: 13px;
}

/* line 16325, vendor/assets/stylesheets/element-ui.scss */
.el-statistic .con {
  font-family: Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303133;
}

/* line 16338, vendor/assets/stylesheets/element-ui.scss */
.el-statistic .con .number {
  font-size: 20px;
  padding: 0 4px;
}

/* line 16343, vendor/assets/stylesheets/element-ui.scss */
.el-statistic .con span {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}

/* line 16351, vendor/assets/stylesheets/element-ui.scss */
.el-popconfirm__main, .el-skeleton__image {
  display: -ms-flexbox;
  -webkit-box-align: center;
  display: -webkit-box;
}

/* line 16357, vendor/assets/stylesheets/element-ui.scss */
.el-popconfirm__main {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 16363, vendor/assets/stylesheets/element-ui.scss */
.el-popconfirm__icon {
  margin-right: 5px;
}

/* line 16367, vendor/assets/stylesheets/element-ui.scss */
.el-popconfirm__action {
  text-align: right;
  margin: 0;
}

@-webkit-keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* line 16392, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton {
  width: 100%;
}

/* line 16396, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__first-line, .el-skeleton__paragraph {
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}

/* line 16402, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton.is-animated .el-skeleton__item {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: el-skeleton-loading 1.4s ease infinite;
  animation: el-skeleton-loading 1.4s ease infinite;
}

/* line 16410, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__item {
  background: #f2f2f2;
  display: inline-block;
  height: 16px;
  border-radius: 4px;
  width: 100%;
}

/* line 16418, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 16425, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__circle--lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 16431, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__circle--md {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* line 16437, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__button {
  height: 40px;
  width: 64px;
  border-radius: 4px;
}

/* line 16443, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__p {
  width: 100%;
}

/* line 16446, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__p.is-last {
  width: 61%;
}

/* line 16450, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__p.is-first {
  width: 33%;
}

/* line 16455, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__text {
  width: 100%;
  height: 13px;
}

/* line 16460, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__caption {
  height: 12px;
}

/* line 16464, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__h1 {
  height: 20px;
}

/* line 16468, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__h3 {
  height: 18px;
}

/* line 16472, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__h5 {
  height: 16px;
}

/* line 16476, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__image {
  width: unset;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}

/* line 16486, vendor/assets/stylesheets/element-ui.scss */
.el-skeleton__image svg {
  fill: #DCDDE0;
  width: 22%;
  height: 22%;
}

/* line 16493, vendor/assets/stylesheets/element-ui.scss */
.el-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}

/* line 16511, vendor/assets/stylesheets/element-ui.scss */
.el-empty__image {
  width: 160px;
}

/* line 16514, vendor/assets/stylesheets/element-ui.scss */
.el-empty__image img {
  user-select: none;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 16520, vendor/assets/stylesheets/element-ui.scss */
.el-empty__image svg {
  fill: #DCDDE0;
}

/* line 16525, vendor/assets/stylesheets/element-ui.scss */
.el-empty__description {
  margin-top: 20px;
}

/* line 16528, vendor/assets/stylesheets/element-ui.scss */
.el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #909399;
}

/* line 16535, vendor/assets/stylesheets/element-ui.scss */
.el-empty__bottom, .el-result__title {
  margin-top: 20px;
}

/* line 16539, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #303133;
}

/* line 16546, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

/* line 16559, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__title {
  font-size: 16px;
  font-weight: 700;
}

/* line 16564, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--mini, .el-descriptions--small {
  font-size: 12px;
}

/* line 16568, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body {
  color: #606266;
  background-color: #FFF;
}

/* line 16572, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body .el-descriptions__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* line 16577, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

/* line 16584, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left {
  text-align: left;
}

/* line 16588, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center {
  text-align: center;
}

/* line 16592, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right {
  text-align: right;
}

/* line 16600, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions .is-bordered {
  table-layout: auto;
}

/* line 16603, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions .is-bordered .el-descriptions-item__cell {
  border: 1px solid #EBEEF5;
  padding: 12px 10px;
}

/* line 16609, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 12px;
}

/* line 16615, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--medium.is-bordered .el-descriptions-item__cell {
  padding: 10px;
}

/* line 16619, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 10px;
}

/* line 16625, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--small.is-bordered .el-descriptions-item__cell {
  padding: 8px 10px;
}

/* line 16629, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 8px;
}

/* line 16635, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--mini.is-bordered .el-descriptions-item__cell {
  padding: 6px 10px;
}

/* line 16639, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 6px;
}

/* line 16644, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item {
  vertical-align: top;
}

/* line 16648, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 16653, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__container .el-descriptions-item__content, .el-descriptions-item__container .el-descriptions-item__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 16662, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__container .el-descriptions-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 16670, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__label.has-colon::after {
  content: ':';
  position: relative;
  top: -.5px;
}

/* line 16676, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__label.is-bordered-label {
  font-weight: 700;
  color: #909399;
  background: #fafafa;
}

/* line 16682, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__label:not(.is-bordered-label) {
  margin-right: 10px;
}

/* line 16687, vendor/assets/stylesheets/element-ui.scss */
.el-descriptions-item__content {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 16692, vendor/assets/stylesheets/element-ui.scss */
.el-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
}

/* line 16710, vendor/assets/stylesheets/element-ui.scss */
.el-result__icon svg {
  width: 64px;
  height: 64px;
}

/* line 16715, vendor/assets/stylesheets/element-ui.scss */
.el-result__title p {
  margin: 0;
  font-size: 20px;
  color: #303133;
  line-height: 1.3;
}

/* line 16722, vendor/assets/stylesheets/element-ui.scss */
.el-result__subtitle {
  margin-top: 10px;
}

/* line 16725, vendor/assets/stylesheets/element-ui.scss */
.el-result__subtitle p {
  margin: 0;
  font-size: 14px;
  color: #606266;
  line-height: 1.3;
}

/* line 16733, vendor/assets/stylesheets/element-ui.scss */
.el-result__extra {
  margin-top: 30px;
}

/* line 16738, vendor/assets/stylesheets/element-ui.scss */
.el-result .icon-success {
  fill: #67C23A;
}

/* line 16742, vendor/assets/stylesheets/element-ui.scss */
.el-result .icon-error {
  fill: #F56C6C;
}

/* line 16746, vendor/assets/stylesheets/element-ui.scss */
.el-result .icon-info {
  fill: #909399;
}

/* line 16750, vendor/assets/stylesheets/element-ui.scss */
.el-result .icon-warning {
  fill: #E6A23C;
}
/*!
 * TOAST UI Calendar 2nd Edition
 * @version 2.1.3 | Tue Aug 16 2022
 * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */.toastui-calendar-holiday{color:red;font-size:15px}.toastui-calendar-layout{box-sizing:border-box;position:relative;white-space:nowrap}.toastui-calendar-layout *{box-sizing:border-box}.toastui-calendar-layout.toastui-calendar-dragging--move-event *{cursor:move}.toastui-calendar-layout.toastui-calendar-dragging--resize-horizontal-event *{cursor:col-resize}.toastui-calendar-layout.toastui-calendar-dragging--resize-vertical-event *{cursor:row-resize}.toastui-calendar-layout .toastui-calendar-panel-resizer{user-select:none}.toastui-calendar-layout .toastui-calendar-panel-resizer:hover{border-color:#999}.toastui-calendar-layout .toastui-calendar-panel-resizer-guide{position:absolute}.toastui-calendar-icon,.toastui-calendar-layout.toastui-calendar-horizontal .toastui-calendar-panel,.toastui-calendar-layout.toastui-calendar-horizontal .toastui-calendar-panel-resizer{display:inline-block;vertical-align:middle}.toastui-calendar-icon{height:14px;width:14px}.toastui-calendar-icon.toastui-calendar-ic-title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-location{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-date{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-state{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-private{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-public{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-user-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=) no-repeat;top:-4px}.toastui-calendar-icon.toastui-calendar-ic-edit{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-delete{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-solid-top{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-milestone{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-arrow-right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-handle-y{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=) 50% no-repeat}.toastui-calendar-icon.toastui-calendar-ic-checkbox-normal{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-checkbox-checked{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-icon.toastui-calendar-ic-dropdown-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat}.toastui-calendar-icon.toastui-calendar-open.toastui-calendar-ic-dropdown-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat}.toastui-calendar-ic-location-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC) no-repeat;top:-4px}.toastui-calendar-ic-state-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=) no-repeat;top:-4px}.toastui-calendar-ic-repeat-b{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC) no-repeat;top:-4px}.toastui-calendar-timegrid-time-column{font-size:11px;height:100%}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-hour-rows{display:inline-block;height:100%;position:relative}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time{color:#333;position:absolute;right:5px;text-align:right}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-past{font-weight:400}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-first{line-height:normal;visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last{height:0;visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time .toastui-calendar-timegrid-time-label,.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time span{position:absolute;right:0;transform:translateY(-50%)}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time .toastui-calendar-timegrid-day-difference{bottom:100%;position:absolute;right:0}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time-hidden{visibility:hidden}.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time{font-size:11px;font-weight:400;position:absolute;right:5px;text-align:right;transform:translateY(-50%)}.toastui-calendar-timezone-labels-slot{background-color:#fff;border-bottom:1px solid #e9e9e9;display:table;height:40px;position:absolute;table-layout:fixed}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-label{background-color:#fff;border-right:1px solid #e5e5e5;display:table-cell;font-size:11px;padding-right:5px;text-align:right;vertical-align:middle}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-collapse-button{background:transparent;border:1px solid #ddd;border-left:none;bottom:2px;cursor:pointer;position:absolute;top:2px;width:10px}.toastui-calendar-timezone-labels-slot .toastui-calendar-timegrid-timezone-collapse-button .toastui-calendar-icon{height:7px;transform:translateX(-50%);width:4px}.toastui-calendar-column{position:relative}.toastui-calendar-column .toastui-calendar-gridline-half{position:absolute;width:100%}.toastui-calendar-column .toastui-calendar-grid-selection{left:1px;padding:3px;position:absolute;right:10px}.toastui-calendar-column .toastui-calendar-grid-selection .toastui-calendar-grid-selection-label{font-size:11px;font-weight:700}.toastui-calendar-column .toastui-calendar-events{bottom:0;left:0;position:absolute;right:0;top:0}.toastui-calendar-panel.toastui-calendar-time{overflow-y:auto}.toastui-calendar-timegrid{height:200%;min-height:900px;position:relative;user-select:none}.toastui-calendar-timegrid .toastui-calendar-timegrid-scroll-area{height:100%;position:relative}.toastui-calendar-timegrid .toastui-calendar-columns{bottom:0;overflow:hidden;position:absolute;right:0;top:0}.toastui-calendar-timegrid .toastui-calendar-columns .toastui-calendar-gridline-half{position:absolute;width:100%}.toastui-calendar-timegrid .toastui-calendar-columns .toastui-calendar-column{display:inline-block;height:100%}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator{left:0;position:absolute;right:0}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-left{position:absolute}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-marker{border-radius:50%;height:9px;margin:-4px 0 0 -5px;position:absolute;width:9px}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-today{position:absolute}.toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-right{position:absolute;right:0}.toastui-calendar-event-background{position:absolute}.toastui-calendar-event-time{cursor:pointer;overflow:hidden;position:absolute}.toastui-calendar-event-time .toastui-calendar-event-time-content,.toastui-calendar-event-time .toastui-calendar-travel-time{font-size:12px;overflow:hidden;padding:1px 0 0 3px}.toastui-calendar-resize-handler-x{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=) no-repeat bottom;bottom:1px;color:#fff;cursor:row-resize;height:8px;left:0;position:absolute;right:0;text-align:center}.toastui-calendar-weekday-event-title{display:block;font-size:12px;font-weight:700;overflow:hidden;padding-left:3px;text-overflow:ellipsis;white-space:nowrap}.toastui-calendar-weekday-event-dot{border-radius:50%;display:inline-block;float:left;height:8px;position:relative;top:8px;width:8px}.toastui-calendar-weekday-event-dot+.toastui-calendar-weekday-event-title{color:#333}.toastui-calendar-weekday-resize-handle{position:absolute;right:5px;top:0}.toastui-calendar-weekday-resize-handle.toastui-calendar-handle-y{cursor:col-resize}.toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator{background-color:#135de6;border-radius:50%;display:inline-block;font-weight:700;height:26px;line-height:26px;margin-left:2px;text-align:center;width:26px}.toastui-calendar-panel-title{display:table;float:left;height:100%;padding-right:5px}.toastui-calendar-panel-title .toastui-calendar-left-content{display:table-cell;font-size:11px;text-align:right;vertical-align:middle}.toastui-calendar-panel-grid-wrapper{overflow-y:hidden;position:relative}.toastui-calendar-panel .toastui-calendar-panel-grid-wrapper,.toastui-calendar-panel .toastui-calendar-panel-title{height:100%}.toastui-calendar-allday-panel{height:100%;overflow-y:hidden;position:relative}.toastui-calendar-allday-panel .toastui-calendar-grid-selection{position:absolute;right:10px;top:0;z-index:1}.toastui-calendar-panel-grid{height:100%;position:absolute}.toastui-calendar-panel-event-wrapper{height:100%;left:0;overflow-y:scroll;position:absolute;top:0;width:100%}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-event-block{position:absolute}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-event{background-color:rgba(218,27,27,.2);border-left:3px solid;border-color:#da1b1b;border-radius:0;color:#9a1313;cursor:pointer;height:18px;margin:0 10px 0 1px;position:relative}.toastui-calendar-panel-event-wrapper .toastui-calendar-weekday-exceed-right .toastui-calendar-weekday-event{margin-right:0}.toastui-calendar-panel-event{border:1px solid #333;position:absolute}.toastui-calendar-weekday-exceed-in-week{background-color:#fff;border:1px solid #ddd;bottom:5px;color:#000;cursor:pointer;font-size:12px;line-height:14px;margin-right:5px;padding:1px 5px;position:absolute;right:5px;z-index:1}.toastui-calendar-collapse-btn-icon{border-bottom:5px solid #4f5959;border-left:4px solid transparent;border-right:4px solid transparent;display:inline-block;height:0;margin:-1px -14px 0 -4px;vertical-align:middle;width:0}.toastui-calendar-day-view .toastui-calendar-panel:not(.toastui-calendar-time),.toastui-calendar-week-view .toastui-calendar-panel:not(.toastui-calendar-time){overflow-y:scroll}.toastui-calendar-floating-layer{z-index:1}.toastui-calendar-floating-layer *{box-sizing:border-box}.toastui-calendar-popup-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.toastui-calendar-popup-container{box-shadow:0 2px 6px 0 rgba(0,0,0,.1);clear:both;font-weight:2.5;position:absolute;z-index:2}.toastui-calendar-popup-section{font-size:0;min-height:40px}.toastui-calendar-popup-button.toastui-calendar-popup-close{background-color:#fff;border:none;padding:0;position:absolute;right:10px;top:10px}.toastui-calendar-popup-button.toastui-calendar-popup-confirm{background-color:#ff6618;border:none;border-radius:40px;color:#fff;float:right;font-size:12px;font-weight:700;height:36px;width:96px}.toastui-calendar-dropdown-menu{background-color:#fff;border:1px solid #d5d5d5;border-radius:0 0 2px 2px;border-top:none;padding:4px 0;position:absolute;top:31px;width:100%;z-index:1}.toastui-calendar-dropdown-menu.toastui-calendar-open{display:block}.toastui-calendar-dropdown-menu-item{border:none;border-radius:2px;cursor:pointer;font-size:0;height:30px;padding:0 9px 0 12px;width:100%}.toastui-calendar-popup-arrow-border,.toastui-calendar-popup-arrow-fill{position:absolute}.toastui-calendar-see-more-container{display:block;position:absolute;z-index:1}.toastui-calendar-see-more{height:inherit;padding:5px}.toastui-calendar-more-title-date{color:#333;font-size:23px}.toastui-calendar-more-title-day{color:#333;font-size:12px}.toastui-calendar-month-more-list{overflow:auto;padding:0 17px}.toastui-calendar-see-more-header{border-bottom:none;position:relative}.toastui-calendar-form-container{background-color:#fff;border:1px solid #d5d5d5;border-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);min-width:474px;padding:17px}.toastui-calendar-form-container .toastui-calendar-hidden-input{display:none}.toastui-calendar-form-container .toastui-calendar-grid-selection{font-size:11px;font-weight:700}.toastui-calendar-popup-section-item{border:1px solid #d5d5d5;border-radius:2px;display:inline-block;font-size:0;height:32px;padding:0 9px 0 12px}.toastui-calendar-popup-section-item input{border:none;display:inline-block;height:30px;outline:none}.toastui-calendar-popup-section-item .toastui-calendar-content{display:inline-block;font-size:12px;padding-left:8px;position:relative;text-align:left;vertical-align:middle}.toastui-calendar-popup-date-picker .toastui-calendar-content{max-width:125px}.toastui-calendar-dropdown-section{position:relative}.toastui-calendar-dropdown-section.toastui-calendar-calendar-section{width:176px}.toastui-calendar-dropdown-section .toastui-calendar-content{line-height:30px}.toastui-calendar-popup-section-title input{width:365px}.toastui-calendar-dot{border-radius:8px;height:12px;margin:1px;width:12px}.toastui-calendar-content.toastui-calendar-event-calendar{overflow:hidden;text-overflow:ellipsis;top:-1px;white-space:nowrap;width:125px}.toastui-calendar-popup-section-location .toastui-calendar-content{width:400px}.toastui-calendar-popup-section-allday{border:none;cursor:pointer;padding:0 0 0 8px}.toastui-calendar-popup-section-allday .toastui-calendar-ic-checkbox-normal{cursor:pointer;display:inline-block;height:14px;line-height:14px;margin:0;vertical-align:middle;width:14px}.toastui-calendar-popup-section-allday .toastui-calendar-content{padding-left:4px}.toastui-calendar-popup-date-picker{width:176px}.toastui-calendar-datepicker-container>div{z-index:1}.toastui-calendar-popup-date-dash{color:#d5d5d5;font-size:12px;height:32px;padding:0 4px;vertical-align:middle}.toastui-calendar-popup-button{background:#fff;border:1px solid #d5d5d5;border-radius:2px;color:#333;cursor:pointer;font-size:12px;outline:none;text-align:center}.toastui-calendar-popup-button.toastui-calendar-popup-section-private{font-size:0;height:32px;margin-left:4px;padding:8px}.toastui-calendar-popup-button .toastui-calendar-event-state{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:58px}.toastui-calendar-dropdown-section.toastui-calendar-state-section{width:109px}.toastui-calendar-dropdown-section.toastui-calendar-state-section .toastui-calendar-popup-button{width:100%}.toastui-calendar-state-section .toastui-calendar-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:58px}.toastui-calendar-popup-section-item.toastui-calendar-dropdown-menu-item{border:none;cursor:pointer;display:block;height:30px}.toastui-calendar-dropdown-menu-item .toastui-calendar-content{display:inline-block;font-size:12px;padding-left:8px;position:relative;text-align:left;vertical-align:middle}.toastui-calendar-popup-section-item.toastui-calendar-popup-button{font-size:0;height:32px;top:-1px}.toastui-calendar-popup-arrow.toastui-calendar-top .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-bottom:8px solid #d5d5d5;border-top:none;left:calc(50% - 8px);top:-7px}.toastui-calendar-popup-arrow.toastui-calendar-top .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-bottom:7px solid #fff;border-top:none;left:-7px;top:1px}.toastui-calendar-popup-arrow.toastui-calendar-bottom .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-bottom:none;border-top-color:#d5d5d5;bottom:-7px}.toastui-calendar-popup-arrow.toastui-calendar-bottom .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-bottom:none;border-top-color:#fff;bottom:1px;left:-7px}.toastui-calendar-detail-container{background-color:#fff;border:1px solid #d5d5d5;border-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);min-width:301px;padding:17px 17px 0;width:301px}.toastui-calendar-detail-container .toastui-calendar-section-header{margin-bottom:6px}.toastui-calendar-detail-container .toastui-calendar-section-detail{margin-bottom:16px}.toastui-calendar-detail-container .toastui-calendar-section-button{border-top:1px solid #e5e5e5;font-size:0}.toastui-calendar-detail-container .toastui-calendar-content{font-size:12px;height:24px;line-height:2}.toastui-calendar-detail-container .toastui-calendar-icon{background-size:12px;height:12px;margin-right:8px;position:relative;width:12px}.toastui-calendar-detail-container .toastui-calendar-calendar-dot{border-radius:50%;height:10px;margin-right:10px;top:-4px;width:10px}.toastui-calendar-event-title{font-size:15px;font-weight:700;line-height:1.6;word-break:break-all}.toastui-calendar-detail-item-indent{padding-left:20px;text-indent:-20px}.toastui-calendar-delete-button,.toastui-calendar-edit-button{background:none;border:none;cursor:pointer;display:inline-block;outline:none;padding:7px 9px 11px;width:calc(50% - 1px)}.toastui-calendar-vertical-line{background:#e5e5e5;display:inline-block;height:14px;margin-top:-7px;vertical-align:middle;width:1px}.toastui-calendar-section-button .toastui-calendar-icon{margin-right:4px;top:-3px}.toastui-calendar-section-button .toastui-calendar-content{position:relative;top:2px}.toastui-calendar-popup-top-line{border:none;border-radius:2px 2px 0 0;height:4px;position:absolute;top:0;width:100%}.toastui-calendar-popup-arrow.toastui-calendar-left .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-left:none;border-right-color:#d5d5d5;left:-7px}.toastui-calendar-popup-arrow.toastui-calendar-left .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-left:none;border-right-color:#fff;left:1px;top:-7px}.toastui-calendar-popup-arrow.toastui-calendar-right .toastui-calendar-popup-arrow-border{border:8px solid transparent;border-left:8px solid #d5d5d5;border-right:none;right:-7px}.toastui-calendar-popup-arrow.toastui-calendar-right .toastui-calendar-popup-arrow-fill{border:7px solid transparent;border-left:7px solid #fff;border-right:none;right:1px;top:-7px}.toastui-calendar-day-name-container,.toastui-calendar-day-names{position:relative}.toastui-calendar-day-name-item{font-size:12px;font-weight:400;padding:0 10px;position:absolute;text-align:left}.toastui-calendar-day-name-item.toastui-calendar-week{height:42px;line-height:38px}.toastui-calendar-day-name-item.toastui-calendar-month{height:31px;line-height:31px}.toastui-calendar-day-view-day-names,.toastui-calendar-week-view-day-names{border-bottom:1px solid #e5e5e5}.toastui-calendar-day-names.toastui-calendar-week{height:42px;padding-left:0;text-align:left}.toastui-calendar-day-names.toastui-calendar-month{font-size:12px;font-weight:400;height:31px;padding:0 10px;text-align:left}.toastui-calendar-day-name__date{font-size:26px}.toastui-calendar-day-name__name{font-size:12px}.toastui-calendar-layout.toastui-calendar-month{height:100%}.toastui-calendar-month .toastui-calendar-day-names{height:31px}.toastui-calendar-month .toastui-calendar-month-daygrid{height:calc(100% - 31px);position:relative}.toastui-calendar-month-week-item{position:relative}.toastui-calendar-weekday-grid{height:100%;min-height:inherit;position:absolute;width:100%}.toastui-calendar-daygrid-cell{height:100%;min-height:inherit;padding:3px 0;position:absolute}.toastui-calendar-daygrid-cell+.toastui-calendar-daygrid-cell{border-left:1px solid #e5e5e5}.toastui-calendar-grid-cell-date{display:inline-block;height:27px;line-height:1.7;text-align:center;width:27px}.toastui-calendar-grid-cell-footer{bottom:0;position:absolute;width:100%}.toastui-calendar-grid-cell-more-events{background-color:transparent;border:none;color:#aaa;cursor:pointer;float:right;font-size:11px;font-weight:700;height:27px;line-height:27px;padding:0 5px;text-align:center}.toastui-calendar-weekday-events{font-size:12px;left:0;position:absolute;top:0;width:100%}.toastui-calendar-weekday-event{cursor:pointer}.toastui-calendar-weekday{height:100%}.toastui-calendar-weekday .toastui-calendar-grid-selection{position:absolute}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





























 */
