@charset "UTF-8";
/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Components import. Ordering matters. See _config.scss for more options
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 *  Layout helper: @if $layout == 'base' {...}
 *  Theme helper: @if $theme == 'material' {...}
 *  Component helper: @if $enable-* {...}
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom Limitless functions
 *
 *  Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom template mixins
 *
 *  All custom mixins are prefixed with "ll-" to avoid conflicts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Main colors
 *
 *  List of the template main color palettes
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Default Bootstrap variable overrides
 *
 *  Variables should follow the `$component-state-property-size` formula for
 *  consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
 *  Also includes custom variables, all marked with "!default" flag.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Additional variables
 *
 *  Mainly 3rd party libraries and additional variables for default
 *  Bootstrap components.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Mixins
 *
 *  Import Bootstrap mixins with overrides
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Badge mixin
 *
 *  Override and extend default badge mixin.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Forms mixin
 *
 *  Override and extend default forms mixin.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Buttons mixin
 *
 *  Override and extend default buttons mixin.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Caret mixin
 *
 *  Override and extend default cared mixin.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Background mixin
 *
 *  Override and extend default background mixin.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Flash of unstyled content (FOUC)
 *
 *  CSS fix for FOUC issue, which pops up in latest jQuery version. These styles
 *  are optional, but enabled by default. Feel free to turn them off in configuration.
 *
 * ---------------------------------------------------------------------------- */
input[type=checkbox][data-fouc],
input[type=radio][data-fouc] {
  visibility: hidden;
  width: 1.25rem;
  height: 1.25rem; }
  .form-check input[type=checkbox][data-fouc], .form-check
  input[type=radio][data-fouc] {
    position: absolute; }
  .form-check-inline:not(.form-check-switchery) input[type=checkbox][data-fouc], .form-check-inline:not(.form-check-switchery)
  input[type=radio][data-fouc] {
    position: relative;
    margin-top: 0.00002rem;
    margin-left: 0.625rem; }
    .form-check-inline.form-check-right .form-check-inline:not(.form-check-switchery) input[type=checkbox][data-fouc], .form-check-inline.form-check-right .form-check-inline:not(.form-check-switchery)
    input[type=radio][data-fouc] {
      margin-left: 0;
      margin-right: 0.625rem; }

.form-check-switchery input[data-fouc] {
  width: 2.375rem;
  height: 1.25rem; }

.form-check-switchery-double.form-check input[data-fouc] {
  position: static; }

.form-check-switch input {
  height: calc(1.5385em + 1rem + 2px);
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
  .form-check-switch input[data-size=large] {
    height: calc(1.4286em + 1.25rem + 2px); }
  .form-check-switch input[data-size=small] {
    height: calc(1.6667em + 0.75rem + 2px); }

input[type=text][data-fouc] {
  height: calc(1.5385em + 1rem + 2px);
  opacity: 0; }

input[type=text].form-control-lg[data-fouc] {
  height: calc(1.4286em + 1.25rem + 2px); }

input[type=text].form-control-sm[data-fouc] {
  height: calc(1.6667em + 0.75rem + 2px); }

select[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.5385em + 1rem + 2px);
  opacity: 0; }

select.form-control-lg[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.4286em + 1.25rem + 2px); }

select.form-control-sm[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.6667em + 0.75rem + 2px); }

input[type=file][data-fouc] {
  height: calc(1.5385em + 1rem + 2px);
  opacity: 0; }

input[type=file].form-control-lg[data-fouc] {
  height: calc(1.4286em + 1.25rem + 2px); }

input[type=file].form-control-sm[data-fouc] {
  height: calc(1.6667em + 0.75rem + 2px); }

.wizard-form[data-fouc] {
  opacity: 0; }
  .wizard-form[data-fouc].wizard {
    opacity: 1; }
  .wizard-form[data-fouc]:not(.wizard) {
    padding-top: 6.75003rem;
    padding-bottom: 3.62503rem; }
    .wizard-form[data-fouc]:not(.wizard) fieldset:not(:first-of-type),
    .wizard-form[data-fouc]:not(.wizard) h6 {
      display: none; }

input[type=text].colorpicker-flat-full[data-fouc] {
  height: 285px; }

pre[data-fouc]:not(.ace_editor) {
  height: 450px; }

pre[data-fouc].ace_editor {
  visibility: visible; }

.noui-pips-height-helper:not(.noUi-target)[data-fouc] {
  height: 2.56253rem; }

.noui-pips-height-helper.noui-slider-lg:not(.noUi-target)[data-fouc] {
  height: 2.68753rem; }

.noui-pips-height-helper.noui-slider-sm:not(.noUi-target)[data-fouc] {
  height: 2.43753rem; }

.noui-vertical-height-helper:not(.noUi-target)[data-fouc] {
  display: inline-block;
  height: 10rem; }

input[type=text].ion-height-helper[data-fouc] {
  height: 3.0625rem; }

input[type=text].ion-pips-height-helper[data-fouc] {
  height: 5rem; }

input[type=text].noui-height-helper:not(.noUi-target)[data-fouc] {
  height: 0.3125rem; }

/* ------------------------------------------------------------------------------
 *
 *  # Pace. Default theme
 *
 *  Minimal preloader theme, used as a default theme
 *
 * ---------------------------------------------------------------------------- */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pace .pace-progress {
    background: #4FC3F7;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 0;
    height: 0.125rem; }

.pace-inactive {
  display: none; }
/* ------------------------------------------------------------------------------
 *
 *  # Progress (loading) bars
 *
 *  Static demo of Pace themes. For demonstration purposes only. DO NOT use it in production
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Uniform.js
 *
 *  Styles for uniform.min.js - form components styling
 *
 * ---------------------------------------------------------------------------- */
.uniform-checker,
.uniform-choice {
  position: relative;
  cursor: pointer;
  vertical-align: middle; }
  .uniform-checker,
  .uniform-checker span,
  .uniform-checker input,
  .uniform-choice,
  .uniform-choice span,
  .uniform-choice input {
    width: 1.25rem;
    height: 1.25rem; }
  .uniform-checker span,
  .uniform-choice span {
    border: 0.125rem solid #455A64;
    display: inline-block;
    text-align: center;
    position: relative; }
    .uniform-checker span.checked:after,
    .uniform-choice span.checked:after {
      opacity: 1; }
  .uniform-checker input[type=checkbox],
  .uniform-checker input[type=radio],
  .uniform-choice input[type=checkbox],
  .uniform-choice input[type=radio] {
    border: 0;
    background: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -0.125rem;
    right: -0.125rem;
    visibility: visible;
    opacity: 0;
    z-index: 2; }
    .form-check.form-check-inline .uniform-checker input[type=checkbox], .form-check.form-check-inline
    .uniform-checker input[type=radio], .form-check.form-check-inline
    .uniform-choice input[type=checkbox], .form-check.form-check-inline
    .uniform-choice input[type=radio] {
      margin-right: 0;
      margin-left: 0; }
  .form-check .uniform-checker, .form-check
  .uniform-choice {
    position: absolute;
    top: 0.00002rem;
    right: 0; }
  .form-check-right .uniform-checker, .form-check-right
  .uniform-choice {
    right: auto;
    left: 0; }
  .form-check-inline .uniform-checker, .form-check-inline
  .uniform-choice {
    position: static;
    margin-left: 0.625rem;
    margin-top: 0.00002rem; }
  .form-check-inline.form-check-right .uniform-checker, .form-check-inline.form-check-right
  .uniform-choice {
    margin-left: 0;
    margin-right: 0.625rem; }
  .uniform-checker.disabled,
  .uniform-choice.disabled {
    opacity: 0.5; }
    .uniform-checker.disabled,
    .uniform-checker.disabled input,
    .uniform-choice.disabled,
    .uniform-choice.disabled input {
      cursor: default; }

.uniform-checker span {
  color: #455A64;
  border-radius: 0.125rem;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .uniform-checker span {
      transition: none; } }
  .uniform-checker span:after {
    content: "";
    font-family: "icomoon";
    font-size: 1rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .uniform-checker span:after {
        transition: none; } }
  .form-check-light .uniform-checker span {
    border-color: #fff;
    color: #fff; }

.uniform-checker[class*=border-] span {
  border-color: inherit;
  color: inherit; }

.uniform-choice {
  border-radius: 100px; }
  .uniform-choice span {
    border-radius: 100px;
    transition: border-color ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .uniform-choice span {
        transition: none; } }
    .uniform-choice span:after {
      content: "";
      position: absolute;
      top: 0.1875rem;
      right: 0.1875rem;
      border: 0.3125rem solid;
      border-color: inherit;
      width: 0;
      height: 0;
      border-radius: 100px;
      opacity: 0;
      transition: all ease-in-out 0.15s; }
      @media (prefers-reduced-motion: reduce) {
        .uniform-choice span:after {
          transition: none; } }
    .form-check-light .uniform-choice span {
      border-color: #fff; }
  .uniform-choice[class*=border-] span {
    border-color: inherit; }
    .uniform-choice[class*=border-] span:after {
      border-color: inherit; }

.dropdown-menu:not([class*=bg-]) .dropdown-item.active:not(.disabled) .uniform-checker span {
  border-color: #fff;
  color: #fff; }

.dropdown-menu:not([class*=bg-]) .dropdown-item.active:not(.disabled) .uniform-choice span {
  border-color: #fff; }

.dropdown-item.form-check .form-check-label {
  padding-right: 3.75rem; }

.dropdown-item.form-check .uniform-checker,
.dropdown-item.form-check .uniform-choice {
  margin-top: 0.50002rem;
  right: 1.25rem; }

.dropdown-item.form-check.form-check-right .form-check-label {
  padding-left: 3.75rem; }

.dropdown-item.form-check.form-check-right .uniform-checker,
.dropdown-item.form-check.form-check-right .uniform-choice {
  right: auto;
  left: 1.25rem; }

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .uniform-checker span {
  border-color: #fff;
  color: #fff; }

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .uniform-choice span {
  border-color: #fff; }

.uniform-uploader {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .uniform-uploader .filename {
    color: #999;
    padding: 0.5rem 0;
    -ms-flex: 1;
        flex: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    text-align: right;
    word-break: break-word; }
  .uniform-uploader .text-white ~ .filename {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5); }
  .uniform-uploader .action {
    margin-right: 1.25rem;
    z-index: 1;
    border-radius: 0.1875rem; }
  .uniform-uploader input[type=file] {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: calc(1.5385em + 1rem + 2px);
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0; }
  .uniform-uploader.disabled .filename {
    border-bottom-style: dashed; }
  .uniform-uploader.disabled .action {
    opacity: 0.75; }
  .uniform-uploader.disabled .filename,
  .uniform-uploader.disabled input[type=file] {
    cursor: default; }

.form-control-styled-lg input[type=file] {
  min-height: calc(1.4286em + 1.25rem + 2px); }

.form-control-styled-lg .filename {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.4286; }

.form-control-styled-sm input[type=file] {
  min-height: calc(1.6667em + 0.75rem + 2px); }

.form-control-styled-sm .filename {
  padding: 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1.6667; }

.uniform-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  line-height: 1.5385;
  color: #333;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .uniform-select {
      transition: none; } }
  .uniform-select.focus {
    border-bottom-color: #009688;
    box-shadow: 0 1px 0 #009688; }
  .uniform-select.text-white {
    border-bottom-color: rgba(255, 255, 255, 0.5); }
    .uniform-select.text-white.focus {
      border-bottom-color: #fff;
      box-shadow: 0 1px 0 #fff; }
  .uniform-select span {
    display: block;
    position: relative;
    text-align: right;
    padding-left: 1.5rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .uniform-select span:after {
      content: "";
      font-family: "icomoon";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1rem;
      margin-top: -0.12502rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .uniform-select select {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: calc(1.5385em + 1rem + 2px);
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0; }
  .uniform-select.disabled {
    color: #999;
    border-bottom-style: dashed; }
    .uniform-select.disabled select {
      cursor: default; }

.form-control-styled-lg .uniform-select {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.4286; }

.form-control-styled-sm .uniform-select {
  padding: 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1.6667; }

/* ------------------------------------------------------------------------------
 *
 *  # Switchery
 *
 *  Styles for switchery.min.js - toggle switches
 *
 * ---------------------------------------------------------------------------- */
.switchery {
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: block;
  line-height: 1;
  width: 2.25rem;
  height: 1.125rem;
  position: relative;
  box-sizing: content-box;
  border-radius: 100px; }
  .form-check-switchery .switchery {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.00002rem; }
  .form-check-switchery.disabled .switchery {
    cursor: default; }
  .switchery > small {
    background-color: #fff;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 100px; }

.form-check-switchery:not(.dropdown-item) {
  padding-right: 3rem; }

.form-check-switchery:not(.dropdown-item).form-check-right {
  padding-right: 0;
  padding-left: 3rem; }
  .form-check-switchery:not(.dropdown-item).form-check-right .switchery {
    right: auto;
    left: 0; }

.form-check-switchery-double.form-check-switchery {
  padding-right: 0;
  padding-left: 0; }
  .form-check-switchery-double.form-check-switchery .switchery {
    margin-top: 0; }

.form-check-switchery-double .form-check-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.form-check-switchery-double .switchery {
  position: relative;
  margin-right: 0.625rem;
  margin-left: 0.625rem; }

.form-check-switchery-double input {
  margin-right: 0.625rem;
  margin-left: 0.625rem; }

.dropdown-item.form-check-switchery .form-check-label {
  padding-right: 4.875rem; }

.dropdown-item.form-check-switchery .switchery {
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem; }

.dropdown-item.form-check-right.form-check-switchery .form-check-label {
  padding-left: 4.875rem; }

.dropdown-item.form-check-right.form-check-switchery .switchery {
  right: auto;
  left: 1.25rem; }

/* ------------------------------------------------------------------------------
*
*  # Bootstrap switches
*
*  Styles for switch.min.js - checkbox/radio toggle switches
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
* ---------------------------------------------------------------------------- */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: right; }

.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 0.5rem 0;
  line-height: 1.5385;
  color: #333;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .select2-selection--single {
      transition: none; } }
  .select2-selection--single:focus,
  .select2-container--open .select2-selection--single {
    border-bottom-color: #009688;
    box-shadow: 0 1px 0 #009688; }
  .select2-selection--single.text-white {
    border-bottom-color: rgba(255, 255, 255, 0.5); }
    .select2-selection--single.text-white:focus,
    .select2-container--open .select2-selection--single.text-white {
      border-bottom-color: #fff;
      box-shadow: 0 1px 0 #fff; }
  .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 0;
    padding-left: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .select2-selection--single .select2-selection__rendered > i {
      margin-left: 0.625rem; }
  .select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 0;
    line-height: 1;
    margin-top: 0.12502rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .select2-selection--single .select2-selection__clear {
        transition: none; } }
    .select2-selection--single .select2-selection__clear:hover {
      opacity: 1; }
    .select2-selection--single .select2-selection__clear:after {
      content: "";
      font-family: "icomoon";
      display: inline-block;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-selection--single .select2-selection__arrow:after {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .select2-container--disabled .select2-selection--single {
    cursor: default;
    box-shadow: none;
    border-bottom-style: dashed;
    color: #999; }
    .select2-container--disabled .select2-selection--single:focus {
      border-bottom-color: #ddd; }
    .select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

.select2-selection--multiple {
  display: block;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .select2-selection--multiple.text-white .select2-selection__choice, .select2-selection--multiple.text-white .select2-selection__choice:hover, .select2-selection--multiple.text-white .select2-selection__choice:focus {
    background-color: #fff;
    color: #333; }
  .select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .select2-selection--multiple .select2-selection__placeholder {
    color: #999; }
  .select2-container--disabled .select2-selection--multiple,
  .select2-container--disabled .select2-selection--multiple .select2-selection__choice,
  .select2-container--disabled .select2-selection--multiple .select2-search__field {
    cursor: default; }
  .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    color: #333;
    cursor: default;
    float: right;
    margin-left: 0.625rem;
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
    padding: 0.5rem 1rem;
    white-space: normal;
    word-break: break-all;
    border-radius: 100px;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .select2-selection--multiple .select2-selection__choice {
        transition: none; } }
    .select2-selection--multiple .select2-selection__choice:hover, .select2-selection--multiple .select2-selection__choice:focus {
      background-color: #03A9F4;
      color: #fff; }
    .select2-selection--multiple .select2-selection__choice > i {
      margin-left: 0.625rem; }
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
      cursor: pointer;
      float: left;
      font-size: 0.875rem;
      margin-top: 0.18752rem;
      line-height: 1;
      margin-right: 0.625rem;
      opacity: 0.75;
      transition: opacity ease-in-out 0.15s; }
      @media (prefers-reduced-motion: reduce) {
        .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
          transition: none; } }
      .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
        opacity: 1; }
    .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
      opacity: 0.6; }
      .select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus {
        background-color: #eee;
        color: #333; }
      .select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none; }
  .select2-selection--multiple .select2-search--inline {
    float: right; }
    .select2-selection--multiple .select2-search--inline .select2-search__field {
      font-size: 100%;
      margin-top: 0.0625rem;
      margin-bottom: 0.0625rem;
      padding: 0.5rem 0;
      background-color: transparent;
      border-width: 0;
      outline: 0;
      color: inherit;
      -webkit-appearance: textfield; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
      margin-right: 0; }

.select2-dropdown {
  background-color: #fff;
  color: #333;
  border: 0 solid rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1070;
  border-radius: 0.1875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results > .select2-results__options {
    padding-bottom: 0.5rem;
    max-height: 280px;
    overflow-y: auto; }
    .select2-search--hide + .select2-results > .select2-results__options {
      padding-top: 0.5rem; }
  .select2-results:first-child > .select2-results__options {
    padding-top: 0.5rem; }

.select2-results__option {
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .select2-results__option {
      transition: none; } }
  .select2-results__option + .select2-results__option {
    margin-top: 1px; }
  .select2-results__option i {
    margin-left: 0.625rem; }
    .select2-results__option i.icon-undefined {
      display: none; }
  .select2-results__option[role=group] {
    padding: 0; }
  .select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
    color: #333; }
  .select2-results__option[aria-disabled=true] {
    color: #999;
    cursor: default; }
    .select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
      color: rgba(255, 255, 255, 0.6); }
  .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #26A69A; }
  .select2-results__options--nested > .select2-results__option {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }

.select2-results__group {
  display: block;
  padding: 0.5rem 1.25rem;
  cursor: default;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .select2-results__option:first-child > .select2-results__group {
    margin-top: 0; }

.select2-results__message {
  color: #999;
  cursor: default; }
  .select2-dropdown[class*=bg-] .select2-results__message {
    color: rgba(255, 255, 255, 0.75); }

.select2-results__option.loading-results {
  padding-top: 0; }
  .select2-results__option.loading-results + .select2-results__option {
    margin-top: 0.5rem; }

.select2-results__option--load-more {
  text-align: center;
  margin-top: 0.5rem;
  cursor: default; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--below {
  margin-top: 1px; }

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 1.25rem; }
  .select2-search--dropdown:after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    color: inherit;
    display: block;
    font-size: 0.8125rem;
    margin-top: -0.40625rem;
    line-height: 1;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select2-search--dropdown + .select2-results .select2-results__message:first-child {
    padding-top: 0; }
  .select2-search--dropdown .select2-search__field {
    padding: 0.5rem 0;
    padding-right: 2.0625rem;
    border: 1px solid transparent;
    border-width: 1px 0;
    border-bottom-color: #ddd;
    outline: 0;
    width: 100%; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select-lg.select2-selection--single {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.4286; }
  .select-lg.select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 1.5rem; }
  .select-lg.select2-selection--single .select2-selection__arrow:after {
    left: 0; }

.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.4286; }

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.4286; }

.select-sm.select2-selection--single {
  padding: 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1.6667; }
  .select-sm.select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 1.5rem; }
  .select-sm.select2-selection--single .select2-selection__arrow:after {
    left: 0; }

.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  line-height: 1.6667; }

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1.6667; }

.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important; }

.select2-result-repository {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.select2-result-repository__avatar {
  float: right;
  width: 60px;
  margin-left: 0.9375rem; }
  .select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 100px; }

.select2-result-repository__meta {
  margin-right: 70px; }

.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px; }

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 0.75rem; }

.select2-result-repository__description {
  font-size: 0.75rem; }

.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-left: 0.9375rem; }

/* ------------------------------------------------------------------------------
*
*  # Bootstrap multiselect
*
*  Styles for multiselect.js - custom multiple select plugin
*
* ---------------------------------------------------------------------------- */
.multiselect-native-select {
  position: relative; }
  .multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0 !important;
    right: 0;
    top: 0; }

.multiselect {
  width: 100%;
  text-align: right;
  padding-right: 0;
  padding-left: 1.5rem;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .multiselect:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.34375rem;
    text-align: left; }
  .multiselect:not([class*=font-weight-]) {
    font-weight: 400; }
  .multiselect.btn-light {
    background-color: transparent;
    border-width: 1px 0;
    border-color: #ddd;
    border-top-color: transparent;
    border-radius: 0; }
    .multiselect.btn-light:hover, .multiselect.btn-light:focus, .multiselect.btn-light:not([disabled]):not(.disabled):active,
    .btn-group.show .multiselect.btn-light {
      background-color: transparent;
      border-top-color: transparent; }
    .multiselect.btn-light:focus, .multiselect.btn-light:not([disabled]):not(.disabled):active,
    .btn-group.show .multiselect.btn-light {
      border-bottom-color: #009688;
      box-shadow: 0 1px 0 #009688; }
    .multiselect.btn-light.disabled {
      background-color: transparent; }
  .multiselect.btn-link {
    padding-right: 1rem;
    padding-left: 2.5rem; }
    .multiselect.btn-link:after {
      left: 1rem; }
  .multiselect.text-white {
    border-bottom-color: rgba(255, 255, 255, 0.5); }
    .multiselect.text-white:focus, .multiselect.text-white:not([disabled]):not(.disabled):active,
    .btn-group.show .multiselect.text-white {
      border-bottom-color: #fff;
      box-shadow: 0 1px 0 #fff; }
  .multiselect.disabled {
    border-bottom-style: dashed; }
  .multiselect.btn-lg {
    padding-right: 0;
    padding-left: 1.5rem; }
    .multiselect.btn-lg:after {
      left: 0; }
  .multiselect.btn-sm {
    padding-right: 0;
    padding-left: 1.5rem; }
    .multiselect.btn-sm:after {
      left: 0; }

.multiselect-container {
  max-height: 280px;
  overflow-y: auto;
  width: 100%; }

.multiselect-item input[type=checkbox],
.multiselect-item input[type=radio] {
  border: 0;
  background: none;
  display: block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem;
  opacity: 0;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem; }
  .multiselect-item input[type=checkbox]:disabled,
  .multiselect-item input[type=radio]:disabled {
    cursor: default; }

.multiselect-item input[type=checkbox] ~ .form-check-control-indicator,
.multiselect-item input[type=radio] ~ .form-check-control-indicator {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.625rem;
  border: 0.125rem solid #455A64;
  width: 1.25rem;
  height: 1.25rem; }

.multiselect-item input[type=checkbox] ~ .form-check-control-indicator {
  color: #455A64;
  border-radius: 0.125rem;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .multiselect-item input[type=checkbox] ~ .form-check-control-indicator {
      transition: none; } }
  .multiselect-item input[type=checkbox] ~ .form-check-control-indicator:after {
    content: "";
    font-family: "icomoon";
    font-size: 1rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .multiselect-item input[type=checkbox] ~ .form-check-control-indicator:after {
        transition: none; } }

.multiselect-item input[type=radio] ~ .form-check-control-indicator {
  border-radius: 100px;
  transition: border-color ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .multiselect-item input[type=radio] ~ .form-check-control-indicator {
      transition: none; } }
  .multiselect-item input[type=radio] ~ .form-check-control-indicator:after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    right: 0.1875rem;
    border: 0.3125rem solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100px;
    opacity: 0;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .multiselect-item input[type=radio] ~ .form-check-control-indicator:after {
        transition: none; } }

.multiselect-item input[type=checkbox]:checked ~ .form-check-control-indicator:after,
.multiselect-item input[type=radio]:checked ~ .form-check-control-indicator:after {
  opacity: 1; }

.multiselect-item.active:not(.disabled) input[type=checkbox] ~ .form-check-control-indicator {
  border-color: #fff;
  color: #fff; }

.multiselect-item.active:not(.disabled) input[type=radio] ~ .form-check-control-indicator {
  border-color: #fff; }

.multiselect-item.disabled .form-check-control-indicator {
  opacity: 0.5; }

.dropdown-menu[class*=bg-] .multiselect-item .form-check-control-indicator {
  border-color: #fff;
  color: #fff; }

.multiselect-group {
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .multiselect-group:first-child {
    margin-top: 0; }
  .multiselect-group label {
    margin-bottom: 0; }
  .multiselect-group.disabled {
    color: #999;
    cursor: default; }

.multiselect-all {
  font-weight: 500; }

.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-filter {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem; }
  .multiselect-filter .input-group > i {
    font-size: 0.8125rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.40625rem;
    opacity: 0.5;
    z-index: 4; }
  .multiselect-filter .form-control {
    padding-right: 2.0625rem;
    border-bottom-color: #ddd;
    box-shadow: none; }

.input-group .multiselect-native-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .input-group .multiselect-native-select:not(:first-child) .multiselect {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group .multiselect-native-select:not(:last-child) .multiselect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* ------------------------------------------------------------------------------
*
*  # Passy
*
*  Styles for passy.min.js - password length checker and password generator
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Twiter Typeahead
*
*  Styles for typeahead.bundle.min.js - input suggestion engine
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Form Validation
*
*  Styles for validate.min.js - jQuery plugin for simple clientside form validation
*
* ---------------------------------------------------------------------------- */
.validation-invalid-label,
.validation-valid-label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #F44336;
  position: relative;
  padding-right: 1.625rem; }

.validation-valid-label {
  color: #4CAF50; }

.validation-invalid-label:before,
.validation-valid-label:before {
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  top: 0.12502rem;
  right: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.validation-invalid-label:empty,
.validation-valid-label:empty {
  display: none; }

.validation-invalid-label:before {
  content: ""; }

.validation-valid-label:before {
  content: ""; }

/* ------------------------------------------------------------------------------
*
*  # Floating labels
*
*  Styles for custom Floating Labels extensions
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Alpaca forms
*
*  Styles for alpaca.min.js - the easiest way to generate interactive HTML5 forms for web applications
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Tokenfield for Bootstrap
*
*  Styles for tokenfield.js - Advanced tagging/tokenizing plugin for Bootstrap
*
* ---------------------------------------------------------------------------- */
.tokenfield {
  height: auto;
  border: 0; }
  .tokenfield::after {
    display: block;
    clear: both;
    content: ""; }
  .tokenfield.form-control:not(input) {
    padding: 0; }
  .tokenfield .token {
    margin-left: 0.625rem;
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
    cursor: default;
    float: right;
    position: relative;
    border-radius: 100px;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .tokenfield .token {
        transition: none; } }
    .tokenfield .token:not([class*=bg-]) {
      background-color: #eee;
      color: #333; }
      .tokenfield .token:not([class*=bg-]):hover, .tokenfield .token:not([class*=bg-]):focus {
        background-color: #03A9F4;
        color: #fff; }
    .tokenfield .token .token-label {
      display: block;
      max-width: none !important;
      padding: 0.5rem 1rem;
      padding-left: 2.5rem; }
    .tokenfield .token > .close {
      font-size: 0;
      cursor: pointer;
      position: absolute;
      top: 50%;
      color: inherit;
      left: 1rem;
      line-height: 1;
      margin-top: -0.34375rem;
      transition: opacity ease-in-out 0.15s; }
      @media (prefers-reduced-motion: reduce) {
        .tokenfield .token > .close {
          transition: none; } }
      .tokenfield .token > .close:after {
        content: "";
        font-family: "icomoon";
        display: block;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .tokenfield .token > .close:hover {
        opacity: 1; }
  .tokenfield .twitter-typeahead {
    width: auto; }
  .tokenfield .token-input {
    direction: rtl;
    background: none;
    width: 5.625rem !important;
    max-width: 50%;
    min-width: 4rem;
    padding: 0.5rem 0;
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
    border: 0;
    outline: 0; }
  .tokenfield.readonly .token .token-label {
    padding-left: 1rem; }
  .tokenfield.readonly .token .close {
    display: none; }
  .tokenfield.disabled {
    cursor: default; }
    .tokenfield.disabled .token,
    .tokenfield.disabled .token .close {
      opacity: 0.5; }
    .tokenfield.disabled .token:hover, .tokenfield.disabled .token:focus {
      background-color: #eee;
      color: #333; }
    .tokenfield.disabled,
    .tokenfield.disabled .token-input,
    .tokenfield.disabled .token,
    .tokenfield.disabled .token .close {
      cursor: default; }

.input-group-lg .token > .token-label,
.input-group-lg .token > span,
.tokenfield.form-control-lg .token > .token-label,
.tokenfield.form-control-lg .token > span {
  padding: 0.625rem 1.125rem;
  padding-left: 2.15625rem; }

.input-group-lg .token-input,
.tokenfield.form-control-lg .token-input {
  padding: 0.625rem 0; }

.input-group-lg .token > .close,
.tokenfield.form-control-lg .token > .close {
  left: 1.125rem; }

.input-group-lg.readonly .token > .token-label,
.tokenfield.form-control-lg.readonly .token > .token-label {
  padding-left: 1.125rem; }

.input-group-sm .token > .token-label,
.input-group-sm .token > span,
.tokenfield.form-control-sm .token > .token-label,
.tokenfield.form-control-sm .token > span {
  padding: 0.375rem 0.875rem;
  padding-left: 1.90625rem; }

.input-group-sm .token-input,
.tokenfield.form-control-sm .token-input {
  padding: 0.375rem 0; }

.input-group-sm .token > .close,
.tokenfield.form-control-sm .token > .close {
  left: 0.875rem; }

.input-group-sm.readonly .token > .token-label,
.tokenfield.form-control-sm.readonly .token > .token-label {
  padding-left: 0.875rem; }
/* ------------------------------------------------------------------------------
*
*  # Bootstrap tags input
*
*  Styles for tagsinput.js - tags input for Bootstrap
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Touchspin spinners
*
*  Styles for touchspin.min.js - spinner form control library
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap Duallistbox
 *
 *  Styles for listbox.js - A responsive dual listbox widget optimized for Bootstrap
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Steps wizard
*
*  Styles for steps.min.js - An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
*
* ---------------------------------------------------------------------------- */
.wizard {
  width: 100%; }
  .wizard > .steps .current-info,
  .wizard > .content > .title {
    display: none; }
  .wizard > .content {
    position: relative;
    width: auto;
    padding: 0; }
    .wizard > .content > .body {
      padding: 0 1.25rem; }
    .wizard > .content > iframe {
      border: 0;
      width: 100%;
      height: 100%; }

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none; }
    .wizard > .steps > ul > li {
      display: table-cell;
      width: auto;
      vertical-align: top;
      text-align: center;
      position: relative; }
      .wizard > .steps > ul > li a {
        position: relative;
        padding-top: 3rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        display: block;
        outline: 0;
        color: #999; }
      .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after {
        content: '';
        display: block;
        position: absolute;
        top: 2.375rem;
        width: 50%;
        height: 2px;
        background-color: #00BCD4;
        z-index: 9; }
      .wizard > .steps > ul > li:before {
        right: 0; }
      .wizard > .steps > ul > li:after {
        left: 0; }
      .wizard > .steps > ul > li:first-child:before, .wizard > .steps > ul > li:last-child:after {
        content: none; }
      .wizard > .steps > ul > li.current:after,
      .wizard > .steps > ul > li.current ~ li:before,
      .wizard > .steps > ul > li.current ~ li:after {
        background-color: #eee; }
      .wizard > .steps > ul > li.current > a {
        color: #333;
        cursor: default; }
      .wizard > .steps > ul > li.current .number {
        font-size: 0;
        border-color: #00BCD4;
        background-color: #fff;
        color: #00BCD4; }
        .wizard > .steps > ul > li.current .number:after {
          content: "";
          font-family: "icomoon";
          display: inline-block;
          font-size: 1rem;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all ease-in-out 0.15s; }
          @media (prefers-reduced-motion: reduce) {
            .wizard > .steps > ul > li.current .number:after {
              transition: none; } }
      .wizard > .steps > ul > li.disabled a {
        cursor: default; }
      .wizard > .steps > ul > li.done a, .wizard > .steps > ul > li.done a:hover, .wizard > .steps > ul > li.done a:focus {
        color: #999; }
      .wizard > .steps > ul > li.done .number {
        font-size: 0;
        background-color: #00BCD4;
        border-color: #00BCD4;
        color: #fff; }
        .wizard > .steps > ul > li.done .number:after {
          content: "";
          font-family: "icomoon";
          display: inline-block;
          font-size: 1rem;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all ease-in-out 0.15s; }
          @media (prefers-reduced-motion: reduce) {
            .wizard > .steps > ul > li.done .number:after {
              transition: none; } }
      .wizard > .steps > ul > li.error .number {
        border-color: #F44336;
        color: #F44336; }
    .card > .card-header:not([class*=bg-]) > .wizard > .steps > ul {
      border-top: 1px solid rgba(0, 0, 0, 0.125); }
    @media (max-width: 991.98px) {
      .wizard > .steps > ul {
        margin-bottom: 1.25rem; }
        .wizard > .steps > ul > li {
          display: block;
          float: right;
          width: 50%; }
          .wizard > .steps > ul > li > a {
            margin-bottom: 0; }
          .wizard > .steps > ul > li:first-child:before, .wizard > .steps > ul > li:last-child:after {
            content: ''; }
          .wizard > .steps > ul > li:last-child:after {
            background-color: #00BCD4; } }
    @media (max-width: 767.98px) {
      .wizard > .steps > ul > li {
        width: 100%; }
        .wizard > .steps > ul > li.current:after {
          background-color: #00BCD4; } }
  .wizard > .steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -1.1875rem;
    border: 2px solid #eee;
    font-size: 0.875rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%; }

.wizard > .actions {
  position: relative;
  text-align: left;
  padding: 1.25rem;
  padding-top: 0; }
  .wizard > .actions > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .wizard > .actions > ul::after {
      display: block;
      clear: both;
      content: ""; }
    .wizard > .actions > ul > li {
      display: inline-block; }
      .wizard > .actions > ul > li + li {
        margin-right: 1.25rem; }

/* ------------------------------------------------------------------------------
*
*  # Summernote editor
*
*  Styles for summernote.min.js - super simple WYSIWYG Editor for Bootstrap framework
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Trumbowyg editor
*
*  Styles for trumbowyg.min.js - a lightweight WYSIWYG editor
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Ace code editor
*
*  Styles Ace - an embeddable code editor written in JavaScript
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Daterange picker
*
*  Date range picker component for Bootstrap
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Picker base
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Date picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Time picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Anytime picker
*
*  jQuery datepicker/timepicker and a Date/String parse/format utility
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Spectrum color picker
*
*  Flexible and powerful jQuery colorpicker library
*
* ---------------------------------------------------------------------------- */
.sp-sat,
.sp-val,
.sp-top-inner,
.sp-color,
.sp-hue,
.sp-clear-enabled .sp-clear,
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.sp-container.sp-input-disabled .sp-input-container,
.sp-container.sp-buttons-disabled .sp-button-container,
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,
.sp-palette-only .sp-picker-container,
.sp-palette-disabled .sp-palette-container,
.sp-initial-disabled .sp-initial {
  display: none; }

.sp-hidden {
  display: none !important; }

.sp-cf::after {
  display: block;
  clear: both;
  content: ""; }

.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block; }

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1000;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  box-sizing: content-box;
  border-radius: 0.1875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .sp-container.sp-flat {
    position: relative;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.sp-picker-container,
.sp-palette-container {
  display: block;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  padding: 0.625rem; }
  @media (min-width: 576px) {
    .sp-picker-container,
    .sp-palette-container {
      display: inline-block; } }

.sp-picker-container {
  width: 13.75rem; }

.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.sp-top {
  position: relative;
  width: 100%;
  display: block; }

.sp-color {
  left: 20%; }

.sp-hue {
  right: 85%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 2.5rem;
  height: 75%; }

.sp-fill {
  padding-top: 80%; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 1.625rem; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -0.25rem;
  bottom: -0.25rem;
  width: 0.3125rem;
  left: 50%;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0.25rem; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 0.375rem; }

.sp-clear {
  display: none; }

.sp-clear-display {
  cursor: pointer; }
  .sp-clear-display:after {
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 1rem;
    line-height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sp-preview .sp-clear-display:after,
  .sp-initial .sp-clear-display:after {
    content: none; }

.sp-clear-enabled .sp-clear {
  display: block;
  right: 85%;
  height: 1.875rem;
  text-align: center;
  color: #999;
  box-shadow: 0 0 0 1px #ddd inset; }

.sp-input-container {
  margin-top: 0.625rem; }
  .sp-initial-disabled .sp-input-container {
    width: 100%; }

.sp-input {
  border: 1px solid transparent;
  border-width: 1px;
  border-bottom-color: #ddd;
  padding: 0.5rem 0;
  width: 100%;
  outline: 0;
  color: #333;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .sp-input {
      transition: none; } }
  .sp-input:focus {
    border-bottom-color: #009688;
    box-shadow: 0 1px 0 #009688; }

.sp-initial {
  margin-top: 0.625rem; }
  .sp-initial span {
    width: 50%;
    height: 1.563rem;
    display: block;
    float: right; }
    .sp-initial span .sp-thumb-inner {
      height: 1.563rem;
      width: 100%;
      display: block; }

.sp-dragger {
  border: 1px solid #fff;
  background-color: #333;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 0.25rem;
  right: -0.125rem;
  left: -0.125rem;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0.1875rem; }

.sp-replacer {
  overflow: hidden;
  cursor: pointer;
  padding: 0.375rem;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: transparent;
  color: #999;
  vertical-align: middle;
  border-radius: 0.1875rem;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .sp-replacer {
      transition: none; } }
  .sp-replacer[class*=bg-], .sp-replacer[class*=bg-]:hover, .sp-replacer[class*=bg-]:focus {
    border-color: transparent; }

.sp-replacer.sp-disabled {
  cursor: default;
  opacity: 0.8; }
  .sp-replacer.sp-disabled:hover, .sp-replacer.sp-disabled:focus {
    background-color: transparent;
    color: #999; }

.sp-preview {
  position: relative;
  width: 1.625rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
  float: right;
  z-index: 0; }
  .sp-preview,
  .sp-preview .sp-preview-inner {
    border-radius: 0.1875rem; }
  .sp-preview .sp-preview-inner,
  .sp-preview .sp-clear-display {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .sp-replacer[class*=bg-] .sp-preview .sp-preview-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); }

.sp-dd {
  float: right;
  font-size: 0;
  position: relative;
  margin: 0.25rem; }
  .sp-dd:after {
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
  box-shadow: 0 0 0 1px #ccc inset; }

.sp-val {
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }
.sp-palette {
  max-width: 13.75rem; }

.sp-thumb-el {
  position: relative; }
  .sp-palette .sp-thumb-el {
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .sp-thumb-el .sp-thumb-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }
    .sp-thumb-el .sp-thumb-inner:hover {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset; }
  .sp-palette .sp-thumb-el {
    width: 1rem;
    height: 1rem; }
    .sp-palette .sp-thumb-el + .sp-thumb-el {
      margin-right: 0.3125rem; }
    .sp-palette .sp-thumb-el.sp-thumb-active {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset; }
      .sp-palette .sp-thumb-el.sp-thumb-active .sp-thumb-inner {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset; }

.sp-palette .sp-thumb-active.sp-thumb-dark .sp-thumb-inner:after, .sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
  content: "";
  display: block;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sp-palette .sp-thumb-active.sp-thumb-light .sp-thumb-inner:after {
  color: #333; }

.sp-palette-row {
  font-size: 0; }
  .sp-palette-row + .sp-palette-row {
    margin-top: 0.3125rem; }
  .sp-palette-row:empty {
    margin-top: 0; }

.sp-cancel,
.sp-choose,
.sp-palette-toggle {
  border: 0;
  padding: 0.5rem 1rem;
  float: right;
  width: 48%;
  text-align: center;
  cursor: pointer;
  border-radius: 0.1875rem;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .sp-cancel,
    .sp-choose,
    .sp-palette-toggle {
      transition: none; } }
  .sp-cancel:focus,
  .sp-choose:focus,
  .sp-palette-toggle:focus {
    outline: 0; }

.sp-palette-button-container,
.sp-button-container {
  margin-top: 0.625rem;
  text-align: center; }
  .sp-container[class*=bg-] .sp-palette-button-container a,
  .sp-container[class*=bg-] .sp-palette-button-container button, .sp-container[class*=bg-]
  .sp-button-container a,
  .sp-container[class*=bg-]
  .sp-button-container button {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-color: transparent; }
  .sp-container[class*=bg-] .sp-palette-button-container .sp-cancel:hover, .sp-container[class*=bg-] .sp-palette-button-container .sp-cancel:focus,
  .sp-container[class*=bg-] .sp-palette-button-container .sp-palette-toggle:hover,
  .sp-container[class*=bg-] .sp-palette-button-container .sp-palette-toggle:focus, .sp-container[class*=bg-]
  .sp-button-container .sp-cancel:hover, .sp-container[class*=bg-]
  .sp-button-container .sp-cancel:focus,
  .sp-container[class*=bg-]
  .sp-button-container .sp-palette-toggle:hover,
  .sp-container[class*=bg-]
  .sp-button-container .sp-palette-toggle:focus {
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.075) inset; }

.sp-cancel,
.sp-palette-toggle {
  border: 1px solid transparent; }
  .sp-cancel:hover, .sp-cancel:focus,
  .sp-palette-toggle:hover,
  .sp-palette-toggle:focus {
    color: #333;
    background-color: #eee;
    border-color: transparent; }

.sp-choose {
  border: 1px solid transparent; }
  .sp-choose:hover, .sp-choose:focus {
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.075) inset; }

.sp-cancel,
.sp-palette-toggle {
  color: #333;
  margin-left: 0.3125rem;
  background-color: #f5f5f5;
  margin-left: 4%;
  border-color: transparent; }
  .sp-cancel:hover, .sp-cancel:focus,
  .sp-palette-toggle:hover,
  .sp-palette-toggle:focus {
    color: #333; }

.sp-palette-toggle {
  margin-left: 0;
  width: auto;
  float: none; }

.sp-choose {
  color: #fff;
  background-color: #607D8B; }

/* ------------------------------------------------------------------------------
 *
 *  # Plupload multiple file uploader
 *
 *  Styles for plupload.min.js - multi runtime single and multiple file uploader
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  Styles for fileinput.min.js - an enhanced HTML 5 file input for Bootstrap
 *
 * ---------------------------------------------------------------------------- */
.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: left;
    opacity: 0;
    background: none repeat scroll 100% 0 transparent;
    cursor: inherit;
    display: block;
    visibility: visible; }

.file-caption:focus {
  border-bottom-color: #009688;
  box-shadow: 0 1px 0 #009688; }

.file-caption-name {
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: none;
  outline: 0;
  pointer-events: none; }
  .file-input-new .file-caption-name,
  .file-input-ajax-new .file-caption-name {
    color: #999; }

.file-error-message {
  position: relative;
  background-color: #FFEBEE;
  color: #C62828;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  margin-top: 0;
  border-radius: 0.1875rem; }
  .file-drop-zone .file-error-message {
    margin-top: 0.5rem; }
  .file-error-message .close {
    color: #C62828; }
  .file-error-message pre {
    background-color: #fff;
    margin-top: 0.5rem;
    text-align: right; }
  .file-error-message ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.file-caption-disabled {
  cursor: default;
  border-bottom-style: dashed; }
  .file-caption-disabled:focus {
    border-bottom-color: #ddd;
    box-shadow: none; }

.file-preview-detail-modal {
  text-align: right; }

.file-preview {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
  border-radius: 0.1875rem; }
  .file-preview .close {
    font-size: 1.25003rem;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: 0.75;
    border-radius: 0.1875rem; }
    .file-preview .close:hover, .file-preview .close:focus {
      color: #333;
      text-decoration: none;
      opacity: 1; }

.file-preview-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (max-width: 767.98px) {
    .file-preview-thumbnails {
      -ms-flex-pack: center;
          justify-content: center; } }

.file-preview-frame {
  margin: 0.5rem;
  margin-left: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.1875rem; }
  .file-preview-frame .kv-file-content {
    position: relative;
    height: 10rem; }

.file-preview-image {
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.file-thumbnail-footer {
  position: relative;
  background-color: #fafafa;
  border-top: 1px solid #ddd; }

.file-preview-text {
  color: #2196F3;
  border: 0;
  overflow-x: hidden; }

.file-preview-other {
  width: 10rem; }
  .file-preview-other:after {
    content: "";
    font-family: "icomoon";
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 4rem;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.file-preview-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  font-size: 0.75rem;
  line-height: 1.6667;
  padding: 0.5rem 1rem;
  z-index: 1070;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }
  .file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0; }

.file-thumb-loading {
  min-height: 6.75003rem; }

.file-thumb-loading:before,
.file-uploading:before {
  content: '';
  display: inline-block;
  background-color: #263238;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1069;
  margin-top: -2.12502rem;
  margin-right: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.1875rem; }

.file-thumb-loading:after,
.file-uploading:after {
  content: "";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 50%;
  margin-top: -1.62502rem;
  margin-right: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  z-index: 1070;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.file-upload-indicator {
  cursor: default;
  float: right;
  padding: 0.625rem;
  line-height: 1; }
  .file-upload-indicator i {
    top: 0; }

.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none; }

.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .close {
  display: none; }

.kv-hidden,
.file-caption-icon,
.file-zoom-dialog .modal-header:before,
.file-zoom-dialog .modal-header:after,
.hide-content .kv-file-content {
  display: none; }

.file-footer-buttons {
  float: left; }
  .file-footer-buttons button {
    padding: 0.625rem;
    background-color: transparent;
    border: 0;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    outline: 0;
    transition: opacity ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .file-footer-buttons button {
        transition: none; } }
    .file-footer-buttons button:hover {
      opacity: 1; }
    .file-footer-buttons button i {
      top: 0; }

.file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0.75rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto; }

.file-size-info samp {
  font-size: 0.6875rem; }

.file-drop-zone {
  border: 1px dashed #ddd;
  height: 100%;
  vertical-align: middle;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.1875rem; }

.file-drop-zone-title {
  font-size: 1.1875rem;
  font-weight: 300;
  padding: 5rem;
  opacity: 0.5; }

.kv-upload-progress {
  margin-bottom: 1.25rem; }

.file-thumb-progress {
  position: absolute;
  top: -0.375rem;
  right: 0;
  left: 0; }
  .file-thumb-progress .progress,
  .file-thumb-progress .progress-bar {
    height: 0.375rem;
    border-radius: 0;
    font-size: 0; }

.btn-file ::-ms-browse {
  width: 100%;
  height: 100%; }

.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%; }

.file-zoom-fullscreen .modal-content {
  border-radius: 0; }

.file-zoom-fullscreen .modal-body {
  overflow-y: auto; }

.file-zoom-dialog .btn-navigate {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .file-zoom-dialog .btn-navigate {
      transition: none; } }
  .file-zoom-dialog .btn-navigate > i {
    display: block;
    font-size: 2rem; }
  .file-zoom-dialog .btn-navigate:not([disabled]):hover, .file-zoom-dialog .btn-navigate:not([disabled]):focus {
    outline: none;
    box-shadow: none !important;
    opacity: 1; }
  .file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3; }

.file-zoom-dialog .btn-prev {
  right: -3.25rem; }

.file-zoom-dialog .btn-next {
  left: -3.25rem; }

.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 1.25rem 1.25rem;
  left: 1.25rem 1.25rem;
  background-color: #fff; }

.file-zoom-dialog .kv-zoom-title {
  color: #999;
  margin-right: 0.625rem; }

.file-zoom-content {
  text-align: center; }

.file-drag-handle {
  cursor: move;
  float: right;
  line-height: 1;
  opacity: 0.6;
  transition: opacity ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .file-drag-handle {
      transition: none; } }
  .file-drag-handle:hover {
    opacity: 1; }
  .file-drag-handle i {
    top: 0; }
/* ------------------------------------------------------------------------------
 *
 *  # Dropzone file uploader
 *
 *  Styles for dropzone.min.js - open source library that provides drag’n’drop file uploads with image previews
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Noty notifications
*
*  Styles for noty.min.js - A dependency-free notification library
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # PNotify notifications
*
*  Styles for pnotify.min.js - a flexible JavaScript notification plugin
*
* ---------------------------------------------------------------------------- */
.ui-pnotify {
  top: 1.25rem;
  left: 1.25rem;
  position: absolute;
  height: auto;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0.1875rem; }
  body > .ui-pnotify {
    position: fixed;
    z-index: 1070; }
  .ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 100px; }
  .ui-pnotify[class*=bg-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff; }
  .ui-pnotify[class*=text-] > .ui-pnotify-container,
  .ui-pnotify[class*=alpha-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit; }
  .ui-pnotify.stack-top-left, .ui-pnotify.stack-bottom-left {
    right: 1.25rem;
    left: auto; }
  .ui-pnotify.stack-bottom-right, .ui-pnotify.stack-bottom-left {
    bottom: 1.25rem;
    top: auto; }
  .ui-pnotify.stack-modal {
    right: 50%;
    left: auto;
    margin-right: -10rem; }
  .ui-pnotify.stack-custom-right {
    top: auto;
    right: auto;
    bottom: 15rem;
    left: 15rem; }
  .ui-pnotify.stack-custom-left {
    top: 15rem;
    right: 15rem;
    left: auto;
    bottom: auto; }
  .ui-pnotify.stack-custom-top {
    left: 0;
    right: 0;
    top: 0; }
  .ui-pnotify.stack-custom-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto; }
  .ui-pnotify.ui-pnotify-in {
    display: block !important; }
  .ui-pnotify.ui-pnotify-move {
    transition: right .5s ease, top .5s ease, left .5s ease, bottom .5s ease; }
  .ui-pnotify.ui-pnotify-fade-slow {
    opacity: 0;
    transition: opacity linear 0.6s; }
    .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
      transition: opacity .6s linear, right .5s ease, top .5s ease, left .5s ease, bottom .5s ease; }
  .ui-pnotify.ui-pnotify-fade-normal {
    opacity: 0;
    transition: opacity linear 0.4s; }
    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
      transition: opacity .4s linear, right .5s ease, top .5s ease, left .5s ease, bottom .5s ease; }
  .ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0; }
    .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
      transition: opacity .2s linear, right .5s ease, top .5s ease, left .5s ease, bottom .5s ease; }
  .ui-pnotify.ui-pnotify-fade-in {
    opacity: 1; }

.ui-pnotify-container {
  padding: 0.9375rem 1.25rem;
  height: 100%;
  position: relative;
  right: 0;
  margin: 0;
  border-radius: 0.1875rem; }
  .ui-pnotify-container::after {
    display: block;
    clear: both;
    content: ""; }
  .ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0; }

.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem; }

.ui-pnotify-text {
  display: block; }

.ui-pnotify-icon {
  display: block;
  float: right;
  line-height: 1; }
  .ui-pnotify-icon > [class^=icon-] {
    margin-top: 0.25003rem;
    margin-left: 0.625rem; }

.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: left;
  margin-right: 0.625rem;
  margin-top: 0.25003rem;
  line-height: 1;
  outline: 0; }

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; }
  body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 1040; }

.brighttheme {
  border: 1px solid; }
  .ui-pnotify[class*=bg-] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit; }

.brighttheme-notice {
  background-color: #FFF3E0;
  border-color: #FF9800;
  color: #BF360C; }

.brighttheme-info {
  background-color: #E1F5FE;
  border-color: #03A9F4;
  color: #01579B; }

.brighttheme-success {
  background-color: #E8F5E9;
  border-color: #4CAF50;
  color: #1B5E20; }

.brighttheme-error {
  background-color: #FFEBEE;
  border-color: #F44336;
  color: #B71C1C; }

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  position: relative;
  display: inline-block;
  outline: 0;
  width: 0.75rem;
  height: 0.75rem; }
  .brighttheme-icon-closer:after,
  .brighttheme-icon-sticker:after {
    content: '';
    font-family: "icomoon";
    font-size: 0.75rem;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.brighttheme-icon-closer:after {
  content: ""; }

.brighttheme-icon-sticker:after {
  content: ""; }

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  content: ""; }

.ui-pnotify[class*=alert-styled-] {
  border-width: 0;
  padding: 0; }

.ui-pnotify.alert-styled-left .brighttheme {
  border-right-width: 2.875rem; }

.ui-pnotify.alert-styled-left:after {
  right: 0; }

.ui-pnotify.alert-styled-right .brighttheme {
  border-left-width: 2.875rem; }

.ui-pnotify.alert-styled-right:after {
  left: 0; }

.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background-color: transparent;
  margin-bottom: 1.25rem !important;
  color: #333;
  padding: 0.5rem 0;
  outline: 0; }
  .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea, .ui-pnotify[class*=bg-]
  .brighttheme .ui-pnotify-action-bar input {
    border-color: transparent;
    color: #fff; }
    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder, .ui-pnotify[class*=bg-]
    .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder, .ui-pnotify[class*=bg-]
    .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder, .ui-pnotify[class*=bg-]
    .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-ms-input-placeholder, .ui-pnotify[class*=bg-]
    .brighttheme .ui-pnotify-action-bar input::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::placeholder, .ui-pnotify[class*=bg-]
    .brighttheme .ui-pnotify-action-bar input::placeholder {
      color: #fff;
      opacity: 1; }

.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  left: 1.25rem;
  border-top: none;
  padding: 0;
  z-index: 1070;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed; }
  .ui-pnotify-history-container .ui-pnotify-history-header {
    text-align: center;
    margin-bottom: 0.3125rem; }
  .ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%; }
  .ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto; }

@media (max-width: 767.98px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto !important;
    font-smoothing: antialiased; }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
      border-bottom-width: 5px;
      box-shadow: none; }
    .ui-pnotify-mobile-able.ui-pnotify.stack-top-left, .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
      right: 0;
      left: 0; }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right, .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
      right: 0;
      left: 0;
      bottom: 0;
      top: auto; }
      .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
      .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
      .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px; }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
      opacity: 0.2; }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
      display: none !important; }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    border-radius: 0; } }

/* ------------------------------------------------------------------------------
*
*  # jGrowl notifications
*
*  Styles for jgrowl.min.js - an unobtrusive notification system for web applications
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Sweet Alerts component
*
*  Styles for sweet_alert.min.js - notification library
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # jQuery UI slider pips
 *
 *  Styles for jQuery UI slider pips extension
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # NoUI slider
 *
 *  Styles for nouislider.min.js - range slider plugin
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # ION Range Slider
*
*  Styles for ion_rangeslider.min.js - range slider plugin
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # jQuery UI Interactions
 *
 *  Separate styles for jQuery UI library. Component's interactions
 *
 * ---------------------------------------------------------------------------- */
.ui-draggable-handle,
.ui-sortable-handle {
  -ms-touch-action: none;
      touch-action: none; }

.ui-sortable .ui-state-disabled {
  color: #999;
  cursor: default;
  opacity: 0.75; }

.sortable-placeholder {
  position: relative; }
  .sortable-placeholder:before {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%; }

.card + .sortable-placeholder {
  margin-bottom: 1.25rem; }
  .sidebar .card + .sortable-placeholder {
    margin-bottom: 0; }

.sortable-placeholder + .card {
  margin-top: 1.25rem; }
  .sidebar .sortable-placeholder + .card {
    margin-top: 0; }

.card-group > .sortable-placeholder:before {
  border-radius: 0.1875rem; }

.sidebar .sortable-placeholder:before {
  border-right: 0;
  border-left: 0; }

.sidebar-dark .sortable-placeholder:before {
  background-color: rgba(0, 0, 0, 0.5); }

.sidebar-dark .card:not([class*=bg-]):not(.fixed-top).ui-sortable-helper {
  background-color: rgba(0, 0, 0, 0.5); }

.sidebar-light .sortable-placeholder:before {
  background-color: #fafafa; }

.sidebar-light .card:not([class*=bg-]):not(.fixed-top).ui-sortable-helper {
  background-color: #fff; }

.table .ui-sortable-helper {
  width: 100%;
  display: table; }

.table .sortable-placeholder {
  margin: 0; }
  .table .sortable-placeholder:before {
    content: none; }

.table.ui-sortable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0;
  display: block;
  -ms-touch-action: none;
      touch-action: none; }
  .ui-resizable-handle.ui-icon {
    display: inline-block;
    border-style: solid;
    border-width: 0 0.375rem 0.375rem 0;
    border-color: transparent transparent #333 transparent; }
  .ui-resizable-disabled .ui-resizable-handle,
  .ui-resizable-autohide .ui-resizable-handle {
    display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 0.4375rem;
  width: 100%;
  top: -0.3125rem;
  right: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 0.4375rem;
  width: 100%;
  bottom: -0.3125rem;
  right: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 0.4375rem;
  left: -0.3125rem;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 0.4375rem;
  right: -0.3125rem;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: sw-resize;
  left: 0.0625rem;
  bottom: 0.0625rem; }

.ui-resizable-sw {
  cursor: se-resize;
  width: 0.5625rem;
  height: 0.5625rem;
  right: -0.3125rem;
  bottom: -0.3125rem; }

.ui-resizable-nw {
  cursor: ne-resize;
  width: 0.5625rem;
  height: 0.5625rem;
  right: -0.3125rem;
  top: -0.3125rem; }

.ui-resizable-ne {
  cursor: nw-resize;
  width: 0.5625rem;
  height: 0.5625rem;
  left: -0.3125rem;
  top: -0.3125rem; }

.ui-selectable {
  -ms-touch-action: none;
      touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dashed #333; }

/* ------------------------------------------------------------------------------
 *
 *  # jQuery UI Widgets
 *
 *  Styles for jQuery UI widgets
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Ripple effect
 *
 *  Styles for ripple.min.js - material design ripple click effect
 *
 * ---------------------------------------------------------------------------- */
.legitRipple {
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.legitRipple-ripple {
  position: absolute;
  width: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  will-change: transform, width, opacity;
  opacity: 1;
  transition: width 0.15s linear, opacity 0.5s ease-out;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block; }
  .legitRipple-ripple:before {
    content: "";
    padding-top: 100%;
    display: block; }

.ripple-dark .legitRipple-ripple,
.btn-light .legitRipple-ripple,
.btn.bg-white .legitRipple-ripple,
.btn-link .legitRipple-ripple,
.btn.bg-transparent .legitRipple-ripple,
.page-link:not(.active) .legitRipple-ripple,
.nav-tabs:not([class*=bg-]) .nav-link .legitRipple-ripple,
.nav-pills .nav-link .legitRipple-ripple,
.ui-button:not([class*=bg-]) .legitRipple-ripple,
.ui-tabs-anchor .legitRipple-ripple,
.fc-button .legitRipple-ripple,
.sp-replacer .legitRipple-ripple,
.sidebar-light .nav-sidebar .nav-link .legitRipple-ripple,
.plupload_add .legitRipple-ripple,
.btn[class*=alpha-] .legitRipple-ripple,
.btn-outline.bg-white .legitRipple-ripple,
.btn-outline.bg-light .legitRipple-ripple,
.list-group-item-action .legitRipple-ripple,
.navbar-light .navbar-nav-link .legitRipple-ripple {
  background-color: rgba(0, 0, 0, 0.075); }

.ripple-light .legitRipple-ripple,
.sidebar-user-material-footer > a .legitRipple-ripple,
.sp-replacer[class*=bg-] .legitRipple-ripple,
.pagination-pager-linked .page-link .legitRipple-ripple,
.page-item.active .page-link .legitRipple-ripple,
.list-group-item-action.active .legitRipple-ripple {
  background-color: rgba(255, 255, 255, 0.15); }

img ~ .legitRipple-ripple {
  z-index: auto; }

.dropdown-toggle.legitRipple-empty:after {
  margin-right: 0; }

.legitRipple-template {
  display: none; }

/* ------------------------------------------------------------------------------
 *
 *  # Prism
 *
 *  Styles for prism.min.js - lightweight, extensible syntax highlighter
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Slinky
 *
 *  Styles for slinky.min.js - animated multi level navigation
 *
 * ---------------------------------------------------------------------------- */
.slinky-menu {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .slinky-menu ul {
    width: 100%; }
    .slinky-menu ul.active {
      max-height: 340px;
      overflow-y: auto; }
  .slinky-menu li + li:not(.dropdown-item):not(.dropdown-divider) {
    margin-top: 1px; }
  .slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }
  .slinky-menu .header {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #2196F3;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .slinky-menu .header {
        transition: none; } }
    .slinky-menu .header:hover, .slinky-menu .header:focus {
      color: #0a6ebd; }
    .slinky-menu .header .title {
      -ms-flex: 1;
          flex: 1;
      padding: 0.5rem 1.25rem;
      padding-right: 3.5rem; }
  .slinky-menu .next:after, .slinky-menu .next:before,
  .slinky-menu .back:after,
  .slinky-menu .back:before {
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slinky-menu .next {
    padding-left: 3rem; }
    .slinky-menu .next:after {
      content: "";
      left: 1.25rem; }
  .slinky-menu .back {
    position: absolute;
    padding: 0.5rem 1.25rem;
    color: inherit;
    width: 100%;
    height: 100%; }
    .slinky-menu .back:before {
      content: "";
      right: 1.25rem; }

/* ------------------------------------------------------------------------------
 *
 *  # Sticky kit
 *
 *  Styles for sticky.min.js - extension that makes elements sticky
 *
 * ---------------------------------------------------------------------------- */
.is_stuck {
  z-index: 1030 !important; }

/* ------------------------------------------------------------------------------
 *
 *  # Headroom
 *
 *  Styles for headroom.min.js - hides BS navbar component on page scroll
 *
 * ---------------------------------------------------------------------------- */
.headroom {
  transition: box-shadow ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  will-change: transform; }

.navbar-slide-top.headroom--pinned {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.navbar-slide-top.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  box-shadow: none; }

.navbar-slide-bottom.headroom--pinned {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  box-shadow: none; }

.navbar-slide-bottom.headroom--unpinned {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/* ------------------------------------------------------------------------------
 *
 *  # Dragula - drag and drop library
 *
 *  Styles for Dragula Drag and drop plugin
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Perfect Scrollbar
 *
 *  Styles for perfect_scrollbar.min.js - custom scrollbar extension
 *
 * ---------------------------------------------------------------------------- */
.ps {
  /*overflow: hidden !important; salehdeh76 */
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-y,
.ps__rail-x {
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .ps__rail-y,
    .ps__rail-x {
      transition: none; } }

.ps__rail-x {
  bottom: 0; }

.ps__rail-y {
  right: 0; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.75; }

.ps__thumb-y,
.ps__thumb-x {
  background-color: #999;
  position: absolute;
  pointer-events: none;
  border-radius: 100px; }

.ps__thumb-y {
  width: 0.25rem;
  left: 0.125rem; }

.ps__thumb-x {
  height: 0.25rem;
  bottom: 0.125rem; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/* ------------------------------------------------------------------------------
*
*  # Floating action buttons
*
*  Styles for fab.min.js - material design floating action button with menu
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Fancytree
*
*  Styles for fancytree_all.min.js - tree plugin for jQuery
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Ladda progress buttons
 *
 *  Styles for ladda.min.js - buttons with built-in loading indicators
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # FullCalendar
 *
 *  Styles for fullcalendar JS files - JavaScript event calendar
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Image cropper
 *
 *  Styles for cropper.min.js - a simple jQuery image cropping plugin
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Fancybox lightbox
 *
 *  Styles for fancybox.min.js - Mac-style "lightbox" plugin
 *
 * ---------------------------------------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background-color: #fff;
  border-radius: 0.1875rem; }

.fancybox-opened {
  z-index: 8030; }
  .fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  right: 50%;
  cursor: pointer;
  z-index: 8060;
  color: #fff;
  opacity: 0.8; }
  #fancybox-loading div:after {
    content: "";
    font-family: "icomoon";
    font-size: 1rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    display: block;
    line-height: 1;
    -webkit-animation: rotation 1s ease infinite;
            animation: rotation 1s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1rem;
    height: 1rem; }

.fancybox-close {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  padding: 0.375rem;
  z-index: 8061;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.1875rem;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .fancybox-close {
      transition: none; } }
  .fancybox-close:hover, .fancybox-close:focus {
    background-color: #333;
    color: #fff; }
  .fancybox-close:after {
    content: "";
    font-family: "icomoon";
    font-size: 1rem;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.fancybox-error {
  color: #F44336;
  font-weight: 500;
  margin: 0;
  padding: 1.25rem;
  white-space: nowrap; }

.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050; }
  .fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -2.25003rem;
  z-index: 8050;
  text-align: center;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-left: -100%;
    padding: 0.5rem 0.625rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
  text-align: center;
  margin-top: 0.625rem;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding: 0.5rem 0.625rem; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 0.5rem 0.625rem;
  background-color: rgba(0, 0, 0, 0.5); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    margin-top: -0.875rem;
    cursor: pointer;
    padding: 0.375rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    line-height: 1;
    min-width: 1.75rem;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 8040;
    border-radius: 0.1875rem;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .fancybox-nav span {
        transition: none; } }
    .fancybox-nav span:after {
      font-family: "icomoon";
      display: inline-block;
      font-size: 1rem;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .fancybox-nav span:hover, .fancybox-nav span:focus {
      background-color: #333;
      color: #fff; }
  .fancybox-nav:hover span {
    visibility: visible;
    opacity: 1; }

.fancybox-prev {
  right: 0; }
  .fancybox-prev span {
    right: 0.625rem; }
    .fancybox-prev span:after {
      content: ""; }

.fancybox-next {
  left: 0; }
  .fancybox-next span {
    left: 0.625rem; }
    .fancybox-next span:after {
      content: ""; }

.fancybox-lock {
  overflow: visible !important;
  width: auto; }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }
  .fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  left: 0; }
/* ------------------------------------------------------------------------------
 *
 *  # Footable
 *
 *  jQuery plugin that aims to make HTML tables on smaller devices look awesome.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Handsontable
 *
 *  Styles for handsontable.min.js - JavaScript Spreadsheet library
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Datatables library
 *
 *  Add advanced interaction controls to any HTML table
 *
 * ---------------------------------------------------------------------------- */
.dataTable {
  margin: 0;
  max-width: none; }
  .dataTable thead th,
  .dataTable thead td {
    outline: 0;
    position: relative; }
  .dataTable thead .sorting_asc,
  .dataTable thead .sorting_desc,
  .dataTable thead .sorting {
    cursor: pointer; }
  .dataTable thead .sorting,
  .dataTable thead .sorting_asc,
  .dataTable thead .sorting_desc,
  .dataTable thead .sorting_asc_disabled,
  .dataTable thead .sorting_desc_disabled {
    padding-left: 2.5rem; }
  .dataTable thead .sorting:before,
  .dataTable thead .sorting:after,
  .dataTable thead .sorting_asc:after,
  .dataTable thead .sorting_desc:after,
  .dataTable thead .sorting_asc_disabled:after,
  .dataTable thead .sorting_desc_disabled:after {
    content: '';
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 1.25rem;
    font-size: 0.75rem;
    margin-top: -0.375rem;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .dataTable thead .sorting:before {
    content: "";
    margin-top: -0.125rem;
    opacity: 0.5; }
  .dataTable thead .sorting:after {
    content: "";
    margin-top: -0.625rem;
    opacity: 0.5; }
  .dataTable thead .sorting_asc:after {
    content: "";
    opacity: 1; }
  .dataTable thead .sorting_desc:after {
    content: "";
    opacity: 1; }
  .dataTable thead .sorting_asc_disabled:after {
    content: "";
    opacity: 0.25; }
  .dataTable thead .sorting_desc_disabled:after {
    content: "";
    opacity: 0.25; }
  .dataTable tbody + thead > tr:first-child > th,
  .dataTable tbody + thead > tr:first-child > td,
  .dataTable tbody + tfoot + thead > tr:first-child > th,
  .dataTable tbody + tfoot + thead > tr:first-child > td {
    border-top: 0; }
  .dataTable tbody th,
  .dataTable tbody td {
    outline: 0; }
    .dataTable tbody th.active,
    .dataTable tbody td.active {
      background-color: rgba(0, 0, 0, 0.03); }
  .dataTable .dataTables_empty {
    text-align: center; }
  .dataTable.table-bordered {
    border-collapse: collapse; }

.dataTables_wrapper {
  position: relative;
  -ms-flex: none;
      flex: none; }
  .dataTables_wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  .dataTables_wrapper .table-bordered {
    border-top: 0; }
  .dataTables_wrapper + .card-body {
    border-top: 1px solid #ddd; }

.dataTables_processing {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 40px;
  margin-right: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.datatable-header,
.datatable-footer {
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .datatable-header::after,
  .datatable-footer::after {
    display: block;
    clear: both;
    content: ""; }
  .datatable-header > div:first-child,
  .datatable-footer > div:first-child {
    margin-right: 0; }
  .card-body .datatable-header, .card-body
  .datatable-footer {
    padding-right: 0;
    padding-left: 0; }
  .datatable-header-accent,
  .datatable-footer-accent {
    background-color: rgba(0, 0, 0, 0.02); }

.datatable-header {
  border-bottom: 1px solid #ddd; }

.datatable-footer {
  border-top: 1px solid #b7b7b7; }

.dataTables_length {
  float: left;
  display: inline-block;
  margin: 0 1.25rem 1.25rem 0; }
  .dataTables_length > label {
    margin-bottom: 0; }
    .dataTables_length > label > span:first-child {
      float: right;
      margin: 0.5625rem 0.83333rem;
      margin-right: 0; }
  .dataTables_length select {
    height: calc(1.5385em + 1rem + 2px);
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd;
    outline: 0; }
  .length-left .dataTables_length {
    float: right; }
  .dataTables_length .select2-container {
    width: auto; }
  .dataTables_length .select2-choice {
    min-width: 3.75rem; }

.dataTables_filter {
  position: relative;
  display: block;
  float: right;
  margin: 0 1.25rem 1.25rem 0; }
  .dataTables_filter > label {
    margin-bottom: 0;
    position: relative; }
    .dataTables_filter > label:after {
      content: "";
      font-family: "icomoon";
      font-size: 0.75rem;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.375rem;
      line-height: 1;
      opacity: 0.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .dataTables_filter > label > span {
      float: right;
      margin: 0.5625rem 0.83333rem;
      margin-right: 0; }
  .dataTables_filter input {
    outline: 0;
    width: 12.5rem;
    padding: 0.5rem 0;
    padding-left: 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd;
    border-width: 1px 0;
    border-top-color: transparent;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .dataTables_filter input {
        transition: none; } }
    .dataTables_filter input:focus {
      border-bottom-color: #009688;
      box-shadow: 0 1px 0 #009688; }
    .dataTables_filter input::-webkit-input-placeholder {
      color: #999;
      opacity: 1; }
    .dataTables_filter input::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .dataTables_filter input:-ms-input-placeholder {
      color: #999;
      opacity: 1; }
    .dataTables_filter input::-ms-input-placeholder {
      color: #999;
      opacity: 1; }
    .dataTables_filter input::placeholder {
      color: #999;
      opacity: 1; }
  .filter-right .dataTables_filter {
    float: left; }

.dataTables_info {
  float: right;
  padding: 0.5rem 0;
  margin-bottom: 1.25rem; }
  .info-right .dataTables_info {
    float: left; }

.dataTables_paginate {
  float: left;
  text-align: left;
  margin: 0 1.25rem 1.25rem 0; }
  .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 0.5rem;
    min-width: 2.25003rem;
    margin-right: 0.125rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .dataTables_paginate .paginate_button {
        transition: none; } }
    .dataTables_paginate .paginate_button:first-child {
      margin-right: 0; }
    .dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
      background-color: #eee; }
    .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
      color: #fff;
      background-color: #37474F; }
    .dataTables_paginate .paginate_button.disabled, .dataTables_paginate .paginate_button.disabled:hover, .dataTables_paginate .paginate_button.disabled:focus {
      cursor: default;
      background-color: transparent;
      color: #999; }
  .dataTables_paginate.paging_simple .paginate_button {
    padding-right: 1rem;
    padding-left: 1rem; }
    .dataTables_paginate.paging_simple .paginate_button:not(.disabled):hover, .dataTables_paginate.paging_simple .paginate_button:not(.disabled):focus {
      color: #fff;
      background-color: #37474F; }
  .paginate-left .dataTables_paginate {
    float: right; }

.paging_simple .paginate_button:hover, .paging_simple .paginate_button:focus {
  color: #fff;
  background-color: #26A69A; }

.dataTables_scroll {
  clear: both; }
  .dataTables_scroll .dataTables_scrollHead table {
    border-bottom: 0; }
  .dataTables_scroll .dataTables_scrollHead th,
  .dataTables_scroll .dataTables_scrollHead td {
    white-space: nowrap; }
  .dataTables_scroll .dataTables_scrollBody {
    -webkit-overflow-scrolling: touch; }
    .dataTables_scroll .dataTables_scrollBody table {
      border-bottom: 0; }
      .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before, .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after {
        content: none; }
      .dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
        border-top: 0; }
    .dataTables_scroll .dataTables_scrollBody th,
    .dataTables_scroll .dataTables_scrollBody td {
      white-space: nowrap; }
      .dataTables_scroll .dataTables_scrollBody th > .dataTables_sizing,
      .dataTables_scroll .dataTables_scrollBody td > .dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0; }

.card-body + .dataTables_wrapper,
.card-body + * > .dataTables_wrapper {
  border-top: 1px solid #ddd; }

.card-body > .dataTables_wrapper .datatable-footer {
  border-top: 0; }
  .card-body > .dataTables_wrapper .datatable-footer .dataTables_length,
  .card-body > .dataTables_wrapper .datatable-footer .dataTables_filter,
  .card-body > .dataTables_wrapper .datatable-footer .dataTables_info,
  .card-body > .dataTables_wrapper .datatable-footer .dataTables_paginate {
    margin-bottom: 0; }

.card-header:not([class*=bg-]) + .dataTables_wrapper > .datatable-header {
  padding-top: 0; }

.card > .dataTables_wrapper .table-bordered {
  border: 0; }
  .card > .dataTables_wrapper .table-bordered > thead > tr > td:first-child,
  .card > .dataTables_wrapper .table-bordered > thead > tr > th:first-child,
  .card > .dataTables_wrapper .table-bordered > tbody > tr > td:first-child,
  .card > .dataTables_wrapper .table-bordered > tbody > tr > th:first-child,
  .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:first-child,
  .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:first-child {
    border-right: 0; }
  .card > .dataTables_wrapper .table-bordered > thead > tr > td:last-child,
  .card > .dataTables_wrapper .table-bordered > thead > tr > th:last-child,
  .card > .dataTables_wrapper .table-bordered > tbody > tr > td:last-child,
  .card > .dataTables_wrapper .table-bordered > tbody > tr > th:last-child,
  .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:last-child,
  .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:last-child {
    border-left: 0; }
  .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > th,
  .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0; }

.datatable-scroll-lg,
.datatable-scroll,
.datatable-scroll-sm {
  min-height: .01%; }

.datatable-scroll-wrap {
  /*changed to 101 by saleh*/
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

@media (max-width: 767.98px) {
  .datatable-scroll-sm {
    width: 100%;
    overflow-x: scroll; }
    .datatable-scroll-sm th,
    .datatable-scroll-sm td {
      white-space: nowrap; } }

@media (max-width: 991.98px) {
  .datatable-scroll {
    width: 100%;
    overflow-x: scroll; }
    .datatable-scroll th,
    .datatable-scroll td {
      white-space: nowrap; } }

@media (max-width: 1199.98px) {
  .datatable-scroll-lg {
    width: 100%;
    overflow-x: scroll; }
    .datatable-scroll-lg th,
    .datatable-scroll-lg td {
      white-space: nowrap; } }

@media (max-width: 767.98px) {
  .dataTables_info,
  .dataTables_paginate,
  .dataTables_length,
  .dataTables_filter,
  .DTTT_container,
  .ColVis {
    float: none !important;
    text-align: center;
    margin-right: 0; }
  .dataTables_info,
  .dataTables_paginate {
    margin-top: 0; }
  .datatable-header {
    text-align: center; } }

/* ------------------------------------------------------------------------------
 *
 *  # Columns reorder
 *
 *  Easily modify the column order of a table through drop-and-drag of column headers
 *
 * ---------------------------------------------------------------------------- */
.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 202;
  cursor: move; }
  .DTCR_clonedTable th,
  .DTCR_clonedTable td {
    border: 1px solid #ddd !important; }

.DTCR_pointer {
  width: 1px;
  background-color: #2196F3;
  z-index: 201; }

/* ------------------------------------------------------------------------------
 *
 *  # Row Reorder extension
 *
 *  RowReorder adds the ability for rows in a DataTable to be reordered through
 *  user interaction with the table.
 *
 * ---------------------------------------------------------------------------- */
.dt-rowReorder-float {
  position: absolute !important;
  table-layout: static;
  outline: 1px dashed #777;
  outline-offset: -1px;
  background-color: #fff;
  z-index: 1030;
  cursor: move;
  opacity: 0.9; }

.dt-rowReorder-moving {
  outline: 1px solid #777;
  outline-offset: -1px; }

.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

.dataTable td.reorder {
  text-align: center;
  cursor: move; }

/* ------------------------------------------------------------------------------
 *
 *  # Fixed columns
 *
 *  Extension that "freezes" in place the left most columns in a scrolling DataTable
 *
 * ---------------------------------------------------------------------------- */
.DTFC_ScrollWrapper thead th {
  white-space: nowrap; }

.DTFC_Cloned {
  background-color: #fff;
  border-bottom: 0; }

.DTFC_LeftWrapper .DTFC_LeftHeadWrapper,
.DTFC_LeftWrapper .DTFC_LeftBodyWrapper,
.DTFC_LeftWrapper .DTFC_LeftFootWrapper {
  border-left: 1px solid #ddd; }

.DTFC_RightWrapper .DTFC_RightHeadWrapper,
.DTFC_RightWrapper .DTFC_RightBodyWrapper,
.DTFC_RightWrapper .DTFC_RightFootWrapper {
  border-right: 1px solid #ddd; }

.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before, .DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:before,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:after {
  content: none; }

.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > td,
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > th,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > td,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > th {
  border-top: 0; }

.DTFC_Blocker {
  background-color: white; }

/* ------------------------------------------------------------------------------
 *
 *  # Fixed Header extension
 *
 *  This extension lets your users quickly determine what each column refers to
 *  rather than needing to scroll back to the top of the table.
 *
 * ---------------------------------------------------------------------------- */
.fixedHeader-floating,
.fixedHeader-locked {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0; }

.fixedHeader-floating {
  position: fixed; }
  .fixedHeader-floating + .fixedHeader-floating,
  .fixedHeader-locked + .fixedHeader-floating {
    border-top: 0 !important; }
  @media (max-width: 767.98px) {
    .fixedHeader-floating {
      display: none; } }

.fixedHeader-locked {
  position: absolute; }
  @media (max-width: 767.98px) {
    .fixedHeader-locked {
      display: none; } }

@media print {
  table.fixedHeader-floating {
    display: none; } }

/* ------------------------------------------------------------------------------
 *
 *  # Autofill extension
 *
 *  Spreadsheets such as Excel and Google Docs have a very handy data duplication
 *  option of an auto fill tool
 *
 * ---------------------------------------------------------------------------- */
.dt-autofill-handle {
  position: absolute;
  z-index: 102;
  border: 1px solid #2196F3;
  background-color: #2196F3;
  width: 0.5rem;
  height: 0.5rem; }

.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #2196F3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.3125rem, rgba(255, 255, 255, 0.75) 0.3125rem, rgba(255, 255, 255, 0.75) 0.625rem); }
  .dt-autofill-select.top, .dt-autofill-select.bottom {
    height: 1px; }
  .dt-autofill-select.left, .dt-autofill-select.right {
    width: 1px; }

.dt-autofill-list {
  position: fixed;
  top: 50%;
  right: 50%;
  width: 31.25rem;
  margin-right: -15.63rem;
  background-color: #fff;
  border: 1px solid transparent;
  z-index: 1050;
  padding: 0.5rem 0;
  border-radius: 0.1875rem; }
  .dt-autofill-list ul {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .dt-autofill-list ul li {
      display: table-row;
      transition: all ease-in-out 0.15s; }
      @media (prefers-reduced-motion: reduce) {
        .dt-autofill-list ul li {
          transition: none; } }
      .dt-autofill-list ul li:hover {
        color: #333;
        background-color: #f5f5f5; }
  .dt-autofill-list .dt-autofill-question {
    display: table-cell;
    padding: 0.5rem 1.25rem; }
    .dt-autofill-list .dt-autofill-question input[type=number] {
      padding: 0.375rem;
      width: 1.875rem;
      margin: -0.125rem 0; }
  .dt-autofill-list .dt-autofill-button {
    display: table-cell;
    padding: 0.5rem 1.25rem;
    text-align: left; }
    .dt-autofill-list .dt-autofill-button .btn {
      padding: 0.1875rem;
      background-color: #2196F3;
      color: #fff;
      font-size: 0; }
      .dt-autofill-list .dt-autofill-button .btn:after {
        content: "";
        font-family: "icomoon";
        display: block;
        font-size: 1rem;
        width: 1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .dt-autofill-list .dt-autofill-button .btn:hover {
        opacity: 0.85; }

.dt-autofill-background {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  z-index: 1040;
  opacity: 0.5;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------------------------------
 *
 *  # Select extension
 *
 *  Adds item selection capabilities to a DataTable
 *
 * ---------------------------------------------------------------------------- */
.dataTable tbody > tr.selected,
.dataTable tbody > tr > .selected {
  background-color: #E8F5E9; }

.dataTables_wrapper .select-info,
.dataTables_wrapper .select-item {
  margin-right: 0.625rem; }
  @media (max-width: 767.98px) {
    .dataTables_wrapper .select-info,
    .dataTables_wrapper .select-item {
      margin-right: 0;
      display: block; } }

.dataTable tbody .select-checkbox {
  position: relative; }
  .dataTable tbody .select-checkbox:before, .dataTable tbody .select-checkbox:after {
    display: inline-block;
    color: #455A64;
    position: absolute;
    top: 50%;
    right: 50%;
    cursor: pointer; }
  .dataTable tbody .select-checkbox:before {
    content: '';
    background-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    margin-right: -0.625rem;
    border: 0.125rem solid #455A64;
    border-radius: 0.125rem; }

.dataTable tbody .selected .select-checkbox:after {
  content: "";
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------------------------------------------------------------------------------
 *
 *  # Buttons extension
 *
 *  The Buttons extension for DataTables provides a common set of options, API
 *  methods and styling to display buttons that will interact with a DataTable
 *
 * ---------------------------------------------------------------------------- */
.dt-buttons-full .dt-buttons {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  background-color: rgba(0, 0, 0, 0.02); }
  .dt-buttons-full .dt-buttons > .btn {
    margin-bottom: 0.625rem;
    float: none; }

.dt-buttons {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.25rem 1.25rem 0; }
  .dt-buttons-left .dt-buttons {
    float: right; }
  .dt-buttons > .btn {
    border-radius: 0; }
    .dt-buttons > .btn:first-child {
      border-top-right-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem; }
    .dt-buttons > .btn:last-of-type {
      border-top-left-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem; }
    .dt-buttons > .btn + .btn {
      margin-right: -1px; }
  @media (max-width: 767.98px) {
    .dt-buttons {
      float: none;
      text-align: center;
      display: block; }
      .dt-buttons .btn {
        float: none; } }

.dt-button-background {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1040;
  opacity: 0.5; }

.dt-button-collection {
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 1050;
  padding: 0.5rem 0;
  overflow: hidden;
  min-width: 11.25rem;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
  border-radius: 0.1875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .dt-button-collection:not(.fixed) {
    top: 100% !important;
    right: auto !important;
    left: 0 !important; }
  .dt-button-collection > .dt-button {
    padding: 0.5rem 1.25rem;
    color: #333;
    background-color: transparent;
    border: 0;
    display: block;
    outline: 0;
    width: 100%;
    text-align: right;
    cursor: pointer;
    transition: all ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .dt-button-collection > .dt-button {
        transition: none; } }
    .dt-button-collection > .dt-button + .dt-button {
      margin-top: 1px; }
    .dt-button-collection > .dt-button:hover, .dt-button-collection > .dt-button:focus {
      color: #333;
      background-color: #f5f5f5; }
    .dt-button-collection > .dt-button.active {
      color: #fff;
      background-color: #26A69A; }
  .dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    right: 50%;
    margin-right: -4.6875rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    .dt-button-collection.fixed.two-column {
      margin-right: -9.375rem; }
    .dt-button-collection.fixed.three-column {
      margin-right: -14.065rem; }
    .dt-button-collection.fixed.four-column {
      margin-right: -18.75rem; }
  .dt-button-collection > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  .dt-button-collection.two-column {
    width: 18.75rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .dt-button-collection.three-column {
    width: 28.13rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; }
  .dt-button-collection.four-column {
    width: 37.5rem;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }

/* ------------------------------------------------------------------------------
 *
 *  # Key Table extension
 *
 *  KeyTable provides Excel like cell navigation on any table. Events (focus, blur,
 *  action etc) can be assigned to individual cells, columns, rows or all cells.
 *
 * ---------------------------------------------------------------------------- */
.dataTable th.focus,
.dataTable td.focus {
  outline: 2px solid #2196F3;
  outline-offset: -1px; }

.dataTable th.focus-success,
.dataTable td.focus-success {
  background-color: #E8F5E9;
  outline-color: #4CAF50; }

.dataTable th.focus-info,
.dataTable td.focus-info {
  background-color: #E3F2FD;
  outline-color: #2196F3; }

.dataTable th.focus-warning,
.dataTable td.focus-warning {
  background-color: #FBE9E7;
  outline-color: #FF5722; }

.dataTable th.focus-danger,
.dataTable td.focus-danger {
  background-color: #FFEBEE;
  outline-color: #F44336; }

/* ------------------------------------------------------------------------------
 *
 *  # Datatables Scroller
 *
 *  Drawing the rows required for the current display only, for fast operation
 *
 * ---------------------------------------------------------------------------- */
.DTS tbody th,
.DTS tbody td {
  white-space: nowrap; }

.DTS .DTS_Loading {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12.5rem;
  height: 1.25rem;
  margin-top: -1.25rem;
  margin-right: -6.25rem;
  z-index: 1;
  border: 1px solid #ddd;
  padding: 1.25rem 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5); }

.DTS .dataTables_scrollHead,
.DTS .dataTables_scrollFoot {
  background-color: #fff; }

.DTS .dataTables_scrollBody {
  z-index: 2; }

/* ------------------------------------------------------------------------------
 *
 *  # Responsive extension
 *
 *  Optimise the table's layout for different screen sizes through the dynamic
 *  insertion and removal of columns from the table
 *
 * ---------------------------------------------------------------------------- */
.dtr-inline.collapsed tbody tr td:before,
.dtr-inline.collapsed tbody tr th:before {
  margin-left: 0.625rem; }

.dtr-inline.collapsed tbody tr td:first-child,
.dtr-inline.collapsed tbody tr th:first-child {
  position: relative;
  cursor: pointer;
  white-space: nowrap; }
  .dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before,
  .dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before {
    display: none; }

.dtr-column tbody td.control,
.dtr-column tbody th.control {
  position: relative;
  cursor: pointer; }

.dtr-inline.collapsed tbody tr td:first-child:before,
.dtr-inline.collapsed tbody tr th:first-child:before,
.dtr-column tbody tr td.control:before,
.dtr-column tbody tr th.control:before {
  content: "";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1rem;
  width: 1rem;
  line-height: 1;
  position: relative;
  top: -0.09375rem;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before,
.dataTable.dtr-column tbody tr.parent td.control:before,
.dataTable.dtr-column tbody tr.parent th.control:before {
  content: ""; }

.dtr-inline.collapsed tbody tr.child td:before {
  display: none; }

.dataTable tr.child:hover {
  background-color: transparent; }

.dataTable tr.child .dtr-title {
  display: table-cell;
  font-weight: 500;
  padding-left: 2.5rem; }

.dataTable tr.child .dtr-data {
  display: table-cell;
  padding: 0.5rem 0; }

.dataTable tr td.child {
  white-space: normal;
  position: relative; }
  .dataTable tr td.child > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .dataTable tr td.child > ul > li {
      display: table-row; }
/* ------------------------------------------------------------------------------
*
*  # Google Maps overrides
*
*  Override Google Maps default styles
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Vector maps
*
*  Vector map container, tooltip and zooming
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Chart styling
*
*  Charts base - container and sizing setup
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # C3 charts
*
*  Styles for C3.js visualization library
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # D3.js library
*
*  Basic styles for D3.js visualization library
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Ecommerce stuff
 *
 *  Styles for Ecommerce set of pages
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Blog layouts
 *
 *  Blog layouts with various blog layouts
 *
 * ---------------------------------------------------------------------------- */
.blog-horizontal .card-img-actions {
  width: 100%; }
  @media (min-width: 576px) {
    .blog-horizontal .card-img-actions {
      width: 45%;
      float: right;
      max-width: 25rem;
      z-index: 10; } }

@media (min-width: 576px) {
  .blog-horizontal-xs .card-img-actions {
    width: 35%;
    max-width: 12.5rem; } }

@media (min-width: 576px) {
  .blog-horizontal-sm .card-img-actions {
    width: 40%;
    max-width: 18.75rem; } }

@media (min-width: 576px) {
  .blog-horizontal-lg .card-img-actions {
    width: 50%;
    max-width: 31.25rem; } }
/* ------------------------------------------------------------------------------
 *
 *  # Task manager
 *
 *  Styles related to task manager - detailed task, list and grid
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Mail list
 *
 *  Inbox page - list, read and write
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # User profile
 *
 *  Styles for all user profile layouts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Login and related forms
 *
 *  Styles related to user login - logins, registration, password revovery, unlock etc.
 *
 * ---------------------------------------------------------------------------- */
.login-cover {
  background: url(../img/login_cover.jpg) no-repeat;
  background-size: cover;
}

.login-form {
  width: 100%; }
  .login-form .nav-item:first-child .nav-link {
    border-top-right-radius: 0.125rem; }
  .login-form .nav-item:last-child .nav-link {
    border-top-left-radius: 0.125rem; }
  @media (min-width: 576px) {
    .login-form {
      width: 20rem; } }

/* ------------------------------------------------------------------------------
 *
 *  # Timeline
 *
 *  Styles for timeline in 3 layouts: left, right and centered
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Chat layouts
 *
 *  Conversation chat styles - layouts, chat elements, colors, options
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Error pages
 *
 *  Styles for error and offline pages
 *
 * ---------------------------------------------------------------------------- */
.error-title {
  color: #fff;
  font-size: 8.125rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-weight: 300;
  text-stroke: 1px transparent;
  display: block;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
  @media (min-width: 576px) {
    .error-title {
      font-size: 12.5rem; } }

.offline-title {
  font-size: 6.875rem; }
  @media (min-width: 576px) {
    .offline-title {
      font-size: 10rem; } }
 
 
/* ------------------------------------------------------------------------------
*
*  # Header elements
*
*  Display default and custom components in page header, card header and breadcrumbs
*
* ---------------------------------------------------------------------------- */
.card-header .header-elements {
  padding-top: 0.9375rem; }

.page-header-content .header-elements {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 1.25rem 1.25rem;
  border-top: 1px solid #c9c6c6;
  border-bottom: 1px solid #c9c6c6;
  background-color: #e8e6e6; }

.page-header-light .header-elements {
  background-color: #fafafa;
  border-color: #ddd;
  border-bottom: 0; }

.page-header-dark .header-elements {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: 0; }

.breadcrumb-line .header-elements {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 0 1.25rem;
  border-top: 1px solid transparent; }

.breadcrumb-line-light .header-elements {
  background-color: transparent;
  border-color: #ddd; }

.breadcrumb-line-dark .header-elements {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.25); }

.header-elements .form-group:last-child {
  margin-bottom: 0; }

.header-elements-toggle,
.footer-elements-toggle {
  margin-right: auto;
  -ms-flex-item-align: center;
      align-self: center; }

.header-elements-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .header-elements-inline .header-elements {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-right: 0;
    margin-left: 0; }
  .header-elements-inline .card-header-tabs .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }

@media (min-width: 576px) {
  .header-elements-sm-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-elements-sm-inline .header-elements {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0;
      background-color: transparent;
      border: 0;
      margin-right: 0;
      margin-left: 0; }
    .header-elements-sm-inline .card-header-tabs .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

@media (min-width: 768px) {
  .header-elements-md-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-elements-md-inline .header-elements {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0;
      background-color: transparent;
      border: 0;
      margin-right: 0;
      margin-left: 0; }
    .header-elements-md-inline .card-header-tabs .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

@media (min-width: 992px) {
  .header-elements-lg-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-elements-lg-inline .header-elements {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0;
      background-color: transparent;
      border: 0;
      margin-right: 0;
      margin-left: 0; }
    .header-elements-lg-inline .card-header-tabs .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

@media (min-width: 1200px) {
  .header-elements-xl-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-elements-xl-inline .header-elements {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0;
      background-color: transparent;
      border: 0;
      margin-right: 0;
      margin-left: 0; }
    .header-elements-xl-inline .card-header-tabs .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

/* ------------------------------------------------------------------------------
 *
 *  # Helper classes
 *
 *  Custom helper classes used in the template.
 *
 * ---------------------------------------------------------------------------- */
.font-size-lg {
  font-size: 0.875rem; }

.font-size-base {
  font-size: 0.8125rem; }

.font-size-sm {
  font-size: 0.75rem; }

.font-size-xs {
  font-size: 0.6875rem; }

.line-height-lg {
  line-height: 1.4286; }

.line-height-base {
  line-height: 1.5385; }

.line-height-sm {
  line-height: 1.6667; }

.line-height-xs {
  line-height: 1.82; }

.line-height-1 {
  line-height: 1; }

.opacity-75 {
  opacity: 0.75; }

.opacity-50 {
  opacity: 0.5; }

.opacity-25 {
  opacity: 0.25; }

.opacity-0 {
  opacity: 0; }

.top-0 {
  top: 0; }

.top-auto {
  top: auto; }

.bottom-0 {
  bottom: 0; }

.bottom-auto {
  bottom: auto; }

.left-0 {
  right: 0; }

.left-auto {
  right: auto; }

.right-0 {
  left: 0; }

.right-auto {
  left: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.cursor-default {
  cursor: default; }

.cursor-disabled {
  cursor: default; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-auto {
  overflow: auto; }

.border-width-0 {
  border-width: 0; }

.border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important; }

.border-x-0 {
  border-right: 0 !important;
  border-left: 0 !important; }

.border-1 {
  border: 1px solid; }

.border-top-1 {
  border-top: 1px solid; }

.border-bottom-1 {
  border-bottom: 1px solid; }

.border-left-1 {
  border-right: 1px solid; }

.border-right-1 {
  border-left: 1px solid; }

.border-y-1 {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.border-x-1 {
  border-right: 1px solid;
  border-left: 1px solid; }

.border-2 {
  border: 2px solid; }

.border-top-2 {
  border-top: 2px solid; }

.border-bottom-2 {
  border-bottom: 2px solid; }

.border-left-2 {
  border-right: 2px solid; }

.border-right-2 {
  border-left: 2px solid; }

.border-y-2 {
  border-top: 2px solid;
  border-bottom: 2px solid; }

.border-x-2 {
  border-right: 2px solid;
  border-left: 2px solid; }

.border-3 {
  border: 3px solid; }

.border-top-3 {
  border-top: 3px solid; }

.border-bottom-3 {
  border-bottom: 3px solid; }

.border-left-3 {
  border-right: 3px solid; }

.border-right-3 {
  border-left: 3px solid; }

.border-y-3 {
  border-top: 3px solid;
  border-bottom: 3px solid; }

.border-x-3 {
  border-right: 3px solid;
  border-left: 3px solid; }

.border-dashed {
  border-style: dashed; }

.border-top-dashed {
  border-top-style: dashed; }

.border-bottom-dashed {
  border-bottom-style: dashed; }

.border-left-dashed {
  border-right-style: dashed; }

.border-right-dashed {
  border-left-style: dashed; }

.border-dotted {
  border-style: dotted; }

.rounded-round {
  border-radius: 100px !important; }

.rounded-top-round {
  border-top-right-radius: 100px !important;
  border-top-left-radius: 100px !important; }

.rounded-bottom-round {
  border-bottom-left-radius: 100px !important;
  border-bottom-right-radius: 100px !important; }

.rounded-left-round {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important; }

.rounded-right-round {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important; }

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-left-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-right-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rotate-45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.rotate-90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.rotate-180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.rotate-45-inverse {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.rotate-90-inverse {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.rotate-180-inverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.spinner {
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite; }

.spinner-reverse {
  display: inline-block;
  -webkit-animation: rotation_reverse 1s linear infinite;
          animation: rotation_reverse 1s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-webkit-keyframes rotation_reverse {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotation_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.h-auto {
  height: auto; }

.w-auto {
  width: auto !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.wmin-0 {
  min-width: 0 !important; }

.wmin-200 {
  min-width: 200px !important; }

.wmin-250 {
  min-width: 250px !important; }

.wmin-300 {
  min-width: 300px !important; }

.wmin-350 {
  min-width: 350px !important; }

.wmin-400 {
  min-width: 400px !important; }

.wmin-450 {
  min-width: 450px !important; }

.wmin-500 {
  min-width: 500px !important; }

.wmin-550 {
  min-width: 550px !important; }

.wmin-600 {
  min-width: 600px !important; }

.flex-1 {
  -ms-flex: 1;
      flex: 1; }

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .wmin-sm-0 {
    min-width: 0 !important; }
  .wmin-sm-200 {
    min-width: 200px !important; }
  .wmin-sm-250 {
    min-width: 250px !important; }
  .wmin-sm-300 {
    min-width: 300px !important; }
  .wmin-sm-350 {
    min-width: 350px !important; }
  .wmin-sm-400 {
    min-width: 400px !important; }
  .wmin-sm-450 {
    min-width: 450px !important; }
  .wmin-sm-500 {
    min-width: 500px !important; }
  .wmin-sm-550 {
    min-width: 550px !important; }
  .wmin-sm-600 {
    min-width: 600px !important; }
  .flex-sm-1 {
    -ms-flex: 1;
        flex: 1; } }

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .wmin-md-0 {
    min-width: 0 !important; }
  .wmin-md-200 {
    min-width: 200px !important; }
  .wmin-md-250 {
    min-width: 250px !important; }
  .wmin-md-300 {
    min-width: 300px !important; }
  .wmin-md-350 {
    min-width: 350px !important; }
  .wmin-md-400 {
    min-width: 400px !important; }
  .wmin-md-450 {
    min-width: 450px !important; }
  .wmin-md-500 {
    min-width: 500px !important; }
  .wmin-md-550 {
    min-width: 550px !important; }
  .wmin-md-600 {
    min-width: 600px !important; }
  .flex-md-1 {
    -ms-flex: 1;
        flex: 1; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .wmin-lg-0 {
    min-width: 0 !important; }
  .wmin-lg-200 {
    min-width: 200px !important; }
  .wmin-lg-250 {
    min-width: 250px !important; }
  .wmin-lg-300 {
    min-width: 300px !important; }
  .wmin-lg-350 {
    min-width: 350px !important; }
  .wmin-lg-400 {
    min-width: 400px !important; }
  .wmin-lg-450 {
    min-width: 450px !important; }
  .wmin-lg-500 {
    min-width: 500px !important; }
  .wmin-lg-550 {
    min-width: 550px !important; }
  .wmin-lg-600 {
    min-width: 600px !important; }
  .flex-lg-1 {
    -ms-flex: 1;
        flex: 1; } }

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .wmin-xl-0 {
    min-width: 0 !important; }
  .wmin-xl-200 {
    min-width: 200px !important; }
  .wmin-xl-250 {
    min-width: 250px !important; }
  .wmin-xl-300 {
    min-width: 300px !important; }
  .wmin-xl-350 {
    min-width: 350px !important; }
  .wmin-xl-400 {
    min-width: 400px !important; }
  .wmin-xl-450 {
    min-width: 450px !important; }
  .wmin-xl-500 {
    min-width: 500px !important; }
  .wmin-xl-550 {
    min-width: 550px !important; }
  .wmin-xl-600 {
    min-width: 600px !important; }
  .flex-xl-1 {
    -ms-flex: 1;
        flex: 1; } }

.no-transitions *, .no-transitions *:before, .no-transitions *:after {
  transition: none !important; }
  @media (prefers-reduced-motion: reduce) {
    .no-transitions *, .no-transitions *:before, .no-transitions *:after {
      transition: none; } }

.caret-0::before, .caret-0::after {
  content: none; }

.shadow-0 {
  box-shadow: none !important; }

.outline-0, .outline-0:hover, .outline-0:focus {
  outline: 0; }

.text-shadow-dark {
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5); }

.text-shadow-light {
  text-shadow: 0 0 0.1875rem rgba(255, 255, 255, 0.5); }

/* ------------------------------
 *
 *  Theme specific styles
 *
 * ------------------------------ */
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

/* ------------------------------------------------------------------------------
 *
 *  # Demo styles
 *
 *  Styles used for demostration purposes only
 *
 * ---------------------------------------------------------------------------- */

/*
** persian-datepicker - v1.2.0
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license
*/

.datepicker-plot-area {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
    transition: all 100ms ease
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
    border-radius: 0
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.datepicker-plot-area .datepicker-time-view .down-btn {
    border-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.datepicker-plot-area,
.datepicker-plot-area .datepicker-time-view>.time-segment {
    border-radius: 6px
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    border-radius: 3px
}

.datepicker-plot-area {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable,
.datepicker-plot-area .datepicker-time-view>.time-segment,
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn,
.datepicker-plot-area .datepicker-time-view input,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
    cursor: pointer
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
    font: 14px;
    background-color: #2d2d2d;
    color: #fff;
    border: 0;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
    background-color: #393939;
    color: #ccc;
    border: none;
    text-shadow: none;
    cursor: default
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background-color: #fff;
    color: #2d2d2d;
    border: 0;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
    background-color: "";
    color: #ccc;
    border: none;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #d68e3a;
    color: #fff;
    border: none;
    text-shadow: 1px 1px 1px #000
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color: #393939;
    color: "";
    border: 0;
    text-shadow: none
}

.datepicker-container {
    display: block;
    position: absolute;
    z-index: 100000;
    top: 0;
    direction: ltr
}

.datepicker-container.pwt-hide {
    display: none
}

.datepicker-plot-area {
    box-sizing: border-box;
    overflow: hidden;
    min-height: 70px;
    display: block;
    width: 200px;
    min-width: 200px;
    padding: 3px;
    position: absolute;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #2d2d2d
}

.datepicker-plot-area.datepicker-state-only-time {
    padding: 0
}

.datepicker-plot-area table,
.datepicker-plot-area th,
.datepicker-plot-area td {
    border: 0;
    background: none
}

.datepicker-plot-area * {
    text-align: center;
    color: #fff
}

.datepicker-plot-area .datepicker-day-view,
.datepicker-plot-area .datepicker-month-view,
.datepicker-plot-area .datepicker-year-view {
    display: block;
    width: 100%;
    float: left;
    min-height: 200px;
    margin: 0
}

.datepicker-plot-area-inline-view {
    display: block;
    width: 100%;
    position: static;
    float: left
}

.datepicker-plot-area .datepicker-time-view {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    background: #393939;
    border-top: 1px solid #393939
}

.datepicker-plot-area .datepicker-time-view>.time-segment {
    display: block;
    width: 22%;
    float: left;
    overflow: hidden
}

.datepicker-plot-area .datepicker-time-view>.time-segment:hover .down-btn,
.datepicker-plot-area .datepicker-time-view>.time-segment:hover .up-btn {
    font-weight: bold
}

.datepicker-plot-area .datepicker-time-view .divider {
    display: block;
    width: 3%;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
    font: 12px bold
}

.datepicker-plot-area .datepicker-time-view .divider span {
    height: 60px;
    line-height: 60px
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 20px;
    line-height: 22px;
    color: #ccc
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover,
.datepicker-plot-area .datepicker-time-view .up-btn:hover {
    background-color: #393939;
    color: #807f7f
}

.datepicker-plot-area .datepicker-time-view input {
    display: block;
    width: 90%;
    margin: 0 5%;
    height: 20px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
    padding: 0 5px;
    margin: 0
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view>.time-segment,
.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view>.divider {
    padding: 5px 0
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view>.time-segment {
    width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view>.meridian-divider {
    display: none
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view>.time-segment {
    width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view>.second-divider {
    display: none
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.time-segment {
    width: 48%
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.second-divider,
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view>.meridian-divider {
    display: none
}

.datepicker-plot-area .datepicker-day-view .table-days {
    width: 100%;
    float: left;
    direction: rtl
}

.datepicker-plot-area .datepicker-day-view .table-days td {
    width: 14.2%;
    height: 26px;
    padding: 0;
    margin: 0;
    position: relative
}

.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
    font-style: normal;
    position: absolute;
    font-size: 8.5px;
    bottom: 0;
    right: 2px;
    color: #fff
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
    display: block;
    width: 100%;
    float: right;
    min-height: 180px;
    margin: 8px 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 8px
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
    display: block;
    width: 100%;
    height: 25px;
    float: left
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    display: block;
    width: 14.2%;
    height: 25px;
    float: right;
    line-height: 25px;
    font: 11px;
    font-weight: bold;
    color: #fff
}

.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
    padding-top: 10px
}

.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
    display: block;
    width: 33.333333%;
    margin: 2px 0 0;
    float: right;
    height: 42px;
    line-height: 42px
}

.datepicker-plot-area .datepicker-navigator {
    display: block;
    width: 100%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: #2d2d2d;
    color: #fff
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
    background-color: #393939
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .toolbox {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px
}

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
    background-color: #2d2d2d;
    float: right;
    display: block;
    font-weight: bold;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    margin: 0 auto;
    margin-left: 5px;
    padding: 0 5px;
    min-width: 50px
}

.datepicker-plot-area .toolbox .pwt-btn-submit:hover,
.datepicker-plot-area .toolbox .pwt-btn-calendar:hover,
.datepicker-plot-area .toolbox .pwt-btn-today:hover {
    background-color: #393939
}

.datepicker-plot-area .datepicker-navigator {
    display: block;
    width: 100%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: #2d2d2d;
    color: #fff
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
    background-color: #393939
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left
}

.datepicker-container.pwt-mobile-view {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 1s
}

.datepicker-container.pwt-mobile-view.pwt-hide {
    top: 100vh;
    height: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    color: #2d2d2d;
    background: #ccc
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
    height: 44px;
    line-height: 44px;
    font-size: 14px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
    height: 70px;
    line-height: 70px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
    height: 48px;
    line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
    float: left
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    padding-top: 60%
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    margin-right: 5px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 5px 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
    font-size: 16px;
    display: block;
    height: 144px;
    line-height: 144px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
    height: 48px;
    line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view input {
    height: 32px;
    line-height: 34px;
    font-size: 18px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .divider,
.datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
    height: 120px;
    line-height: 120px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn,
.datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
    height: 40px;
    line-height: 40px
}

