/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.3
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.0
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------
*
*  # Utilites
*
*  Additional animations, transitions, transforms and other utilities
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.btn, .navbar-link, .nav-tabs>li>a, .nav-tabs>li>a:after, .nav-pills>li>a, .nav li>a>.label, .nav li>a>.badge, .breadcrumb>li>a, .breadcrumb-elements>li>a, .tt-suggestion, .tokenfield .token, .selectboxit-btn, .bootstrap-select .btn-default, .select2-results__option, .dropdown-menu>li>a, .dropdown-menu>li>label, .wizard .actions a, .checker span:after, .choice span:after, .selectboxit-option-anchor, .dt-autofill-list ul li, .dt-autofill-button .btn, .dataTable .select-checkbox:before, .dataTable .select-checkbox:after, .pika-button, .sp-input, .navbar-nav>li>a, .dropdown-content-footer a, .icons-list>li>a, .picker__nav--prev, .picker__nav--next, .multiselect.btn-default, .list-group-item, .pagination>li>a, .pagination>li>span, .pager>li>a, .pager>li>span, .datepicker-dropdown .day, a.label, a.badge, .ui-datepicker-buttonpane>button, .ui-button, .ui-menu-item, .ui-selectmenu-button, .ui-datepicker a, .media-link, .menu-list li>a, .plupload_file_action>a, .dataTables_paginate .paginate_button, .dataTables_filter input, .dt-button, .picker__list-item, .picker__day, .picker__footer, .sp-replacer, .sp-cancel, .sp-choose, .sp-palette-toggle, .daterangepicker td, .daterangepicker th, .noUi-handle, .fc-button, .plupload_button, .picker__footer button, .picker__list button, .AnyTime-btn, .plupload_filelist li, .password-indicator-group.input-group-addon, .password-indicator-label-absolute, .select2-selection--single:not([class*=bg-]), .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice, .bootstrap-select.btn-group .dropdown-menu>li>a .check-mark {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.close, .tag [data-role="remove"], .select2-selection__choice__remove {
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}

.checker span {
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.table tr, .table th, .table td, .htContextMenu td, .sidebar-user-material-menu>a, .navbar-nav>.active>a:after, .ranges ul li {
  -webkit-transition: background-color ease-in-out 0.15s;
  -o-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.sidebar-user-material-menu>a>.caret {
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  -o-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
}

/* ------------------------------------------------------------------------------
 *
 *  # SweetAlert2
 *
 *  Styles for sidebar components, main navigation and sidebar itself
 *
 *  Version: 1.2
 *  Latest update: Nov 25, 2015
 *
 * ---------------------------------------------------------------------------- */

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
  height: 2em;
  font-size: 1em;
  margin: .3125em auto;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown>.swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-top {
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-top-end, body.swal2-toast-shown>.swal2-container.swal2-top-right {
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-top-start, body.swal2-toast-shown>.swal2-container.swal2-top-left {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-center-start, body.swal2-toast-shown>.swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center-end, body.swal2-toast-shown>.swal2-container.swal2-center-right {
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-start, body.swal2-toast-shown>.swal2-container.swal2-bottom-left {
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end, body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.swal2-popup.swal2-toast {
  width: auto;
  padding: 0.625em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
  box-shadow: 0 0 10px #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  font-size: 0.875em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-info, .swal2-popup.swal2-toast .swal2-icon.swal2-warning, .swal2-popup.swal2-toast .swal2-icon.swal2-question {
  font-size: 26px;
  line-height: 32px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: 14px;
  width: 22px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 5px;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 5px;
}

.swal2-popup.swal2-toast .swal2-actions {
  margin: 0 .3125em;
  height: auto;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 64px 0 0 64px;
  top: -4px;
  left: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 64px 64px 0;
  top: -5px;
  left: 14px;
  -webkit-transform-origin: 0 32px;
  transform-origin: 0 32px;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  width: 7px;
  height: 43px;
  left: 7px;
  top: 0;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: 5px;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 12px;
  left: 3px;
  top: 18px;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 22px;
  right: 3px;
  top: 15px;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  54% {
    width: 0;
    left: 2px;
    top: 2px;
  }
  70% {
    width: 26px;
    left: -4px;
    top: 10px;
  }
  84% {
    width: 8px;
    left: 12px;
    top: 17px;
  }
  100% {
    width: 12px;
    left: 3px;
    top: 18px;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  54% {
    width: 0;
    left: 2px;
    top: 2px;
  }
  70% {
    width: 26px;
    left: -4px;
    top: 10px;
  }
  84% {
    width: 8px;
    left: 12px;
    top: 17px;
  }
  100% {
    width: 12px;
    left: 3px;
    top: 18px;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  65% {
    width: 0;
    right: 15px;
    top: 20px;
  }
  84% {
    width: 18px;
    right: 0;
    top: 15px;
  }
  100% {
    width: 22px;
    right: 3px;
    top: 15px;
  }
}

@keyframes animate-toast-success-long {
  0% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  65% {
    width: 0;
    right: 15px;
    top: 20px;
  }
  84% {
    width: 18px;
    right: 0;
    top: 15px;
  }
  100% {
    width: 22px;
    right: 3px;
    top: 15px;
  }
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
  height: auto;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  bottom: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  padding: 1.25em;
  border-radius: .3125em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  width: 32em;
  max-width: 100%;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-popup .swal2-title {
  color: #595959;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  margin-top: 1.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNikAQAACIAHF/uBd8AAAAASUVORK5CYII=");
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiMAYAADwANpiOMBYAAAAASUVORK5CYII=");
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .25em solid transparent;
  border-color: transparent;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  margin: .46875em;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  border: 0;
  border-radius: .25em;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.0625em;
  font-weight: 500;
  margin: 0 .3125em;
  padding: .625em 2em;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #3085d6;
}

.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #aaa;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  font-size: 1em;
  border-top: 1px solid #eee;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25em;
  padding-top: 1em;
}

.swal2-popup .swal2-image {
  margin: 1.25em auto;
  max-width: 100%;
}

.swal2-popup .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  font-size: calc(2.5em - 0.25em);
  line-height: 1.2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.swal2-popup .swal2-close:hover {
  color: #d55;
}

.swal2-popup>.swal2-input, .swal2-popup>.swal2-file, .swal2-popup>.swal2-textarea, .swal2-popup>.swal2-select, .swal2-popup>.swal2-radio, .swal2-popup>.swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea, .swal2-popup .swal2-select, .swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus, .swal2-popup .swal2-file:focus, .swal2-popup .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
  font-size: 1.125em;
  height: 2.625em;
  line-height: 2.625em;
  margin: 1em auto;
  padding: 0;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

.swal2-popup .swal2-select {
  color: #545454;
  font-size: 1.125em;
  padding: .375em .625em;
  min-width: 50%;
  max-width: 100%;
}

.swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-popup .swal2-radio label, .swal2-popup .swal2-checkbox label {
  font-size: 1.125em;
  margin: 0 .6em;
}

.swal2-popup .swal2-radio input, .swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden;
  padding: .625em;
  color: gray;
  font-size: 1em;
  font-weight: 300;
  display: none;
}

.swal2-popup .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 0 .625em;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 1.25em auto 1.875em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-info, .swal2-icon.swal2-question {
  font-family: inherit;
  font-size: 3.75em;
  margin: .333333em auto .5em;
}

.swal2-icon.swal2-warning {
  color: #f8bb86;
  border-color: #facea8;
}

.swal2-icon.swal2-info {
  color: #3fc3ee;
  border-color: #9de0f6;
}

.swal2-icon.swal2-question {
  color: #87adbd;
  border-color: #c9dae1;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 26px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  padding: 0;
  margin: 0 0 1.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  width: 2.5em;
  margin: 0 -1px;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert .15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

[dir='rtl'] .swal2-close {
  left: 8px;
  right: auto;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 2px;
    top: 17px;
  }
  70% {
    width: 50px;
    left: -6px;
    top: 35px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 2px;
    top: 17px;
  }
  70% {
    width: 50px;
    left: -6px;
    top: 35px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
  animation: animate-success-tip .75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
  animation: animate-success-long .75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
  animation: animate-error-icon .5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
  animation: animate-x-mark .5s;
}

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

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

/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 38px;
  padding: 8px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-selection--single:not([class*=bg-]) {
  border-top-color: transparent;
  border-left-width: 0;
  border-right-width: 0;
}

.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #ddd;
}

.select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]), .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #2196F3;
  -webkit-box-shadow: 0 1px 0 #2196F3;
  box-shadow: 0 1px 0 #2196F3;
}

.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  color: #999999;
  border-bottom-style: dashed;
}

.select2-container--disabled .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-selection--single .select2-selection__rendered>i {
  margin-right: 16px;
}

.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  margin-left: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.select2-selection--single .select2-selection__clear:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__placeholder {
  color: #999999;
}

.select2-selection--single .select2-selection__arrow:after {
  content: '\e9c5';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '\e9c6';
}

.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.navbar-inverse .navbar-form .select2-selection--single:not([class*=bg-]):not([class*=border-]), .page-header-inverse .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.navbar-inverse .navbar-form .select2-selection--single .select2-selection__placeholder, .page-header-inverse .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.navbar-inverse .navbar-form .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]), .page-header-inverse .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]), .navbar-inverse .navbar-form .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]), .page-header-inverse .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}

.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: transparent;
}

.select2-selection--multiple:not([class*=bg-])[class*=border-] {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.select2-selection--multiple:not([class*=bg-])[class*=border-] .select2-selection__rendered {
  padding-bottom: 8px;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__rendered {
  padding: 0;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
  background-color: #eee;
  color: #333333;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover, .select2-container--disabled .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover, .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus, .select2-container--disabled .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
  background-color: #eee;
  color: #333333;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover, .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
  background-color: #03A9F4;
  color: #fff;
}

.select2-selection--multiple:not([class*=bg-]) .select2-search--inline .select2-search__field {
  margin-top: 3px;
  margin-bottom: 3px;
}

.select2-selection--multiple:not([class*=bg-]) .select2-search--inline:first-child .select2-search__field {
  margin-left: 0;
}

.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 6px 6px 6px;
  width: 100%;
}

.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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: not-allowed;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  padding: 8px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.select2-selection--multiple .select2-selection__choice>i {
  margin-right: 10px;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 0;
  margin-top: 4.5px;
  line-height: 1;
  margin-left: 8px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:after {
  content: '\ed6a';
  font-family: 'icomoon';
  display: block;
  font-size: 11px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-selection--multiple .select2-search--inline {
  float: left;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 6px;
  padding: 8px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 6px;
  -webkit-appearance: textfield;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  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: 8px;
  max-height: 250px;
  overflow-y: auto;
}

.select2-search--hide+.select2-results>.select2-results__options {
  padding-top: 8px;
}

.select2-results:first-child>.select2-results__options {
  padding-top: 8px;
}

.select2-results__option {
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option+.select2-results__option {
  margin-top: 1px;
}

.select2-results__option i {
  margin-right: 16px;
}

.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;
}

.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}

.select2-results__option[aria-selected=true] {
  background-color: #2196F3;
  color: #fff;
}

.select2-results__options--nested>.select2-results__option {
  padding-left: 32px;
  padding-right: 32px;
}

.select2-results__group {
  display: block;
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 8px;
}

.select2-results__option:first-child>.select2-results__group {
  margin-top: 0;
}

.select2-results__message {
  color: #999999;
  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: 8px;
}

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

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

.select2-container--open .select2-dropdown--above {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.select2-container--open .select2-dropdown--above:not([class*=bg-]) {
  top: -3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.select2-container--open.select2-container--above .select2-selection--single, .select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.select2-container--open .select2-dropdown--below:not([class*=bg-]) {
  top: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.select2-container--open.select2-container--below .select2-selection--single, .select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 16px;
  padding-left: 48px;
}

.select2-search--dropdown:after {
  content: '\e98e';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 16px;
  color: inherit;
  display: block;
  font-size: 14px;
  margin-top: -7px;
  line-height: 1;
  -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 {
  background-color: transparent;
  padding: 8px 0;
  border-radius: 3px;
  border: 1px solid #ddd;
  border-color: transparent transparent #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 {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}

.select-lg.select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 18px;
  font-size: 14px;
}

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}

.select-sm.select2-selection--single {
  height: 36px;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1.6666667;
}

.select-sm.select2-selection--single .select2-selection__rendered {
  padding-right: 32px;
}

.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1.6666667;
}

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 7px 0;
}

.select-xs.select2-selection--single {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}

.select-xs.select2-selection--single .select2-selection__rendered {
  padding-right: 28px;
}

.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.6666667;
}

.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}

.select2-selection--single[class*=bg-], .select2-selection--multiple[class*=bg-] {
  border-radius: 3px;
}

.select2-container--disabled .select2-selection--single[class*=bg-], .select2-container--disabled .select2-selection--multiple[class*=bg-] {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}

.select2-selection--single[class*=bg-] .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 40px;
}

.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.75);
}

.select2-selection--single[class*=bg-] .select2-selection__arrow:after {
  right: 16px;
}

.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}

.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #fff;
}

.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #fff;
}

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

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

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

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(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: 8px;
  padding-bottom: 8px;
}

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 15px;
}

.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}

.select2-result-repository__meta {
  margin-left: 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: 12px;
}

.select2-result-repository__description {
  font-size: 12px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
  margin-right: 15px;
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap Duallistbox
*
*  Styles for listbox.js - A responsive dual listbox widget optimized for Bootstrap
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.bootstrap-duallistbox-container .box1 {
  margin-bottom: 20px;
}

.bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}

.bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
  border-radius: 0px !important;
}

.bootstrap-duallistbox-container.moveonselect .btn-group .btn+.btn {
  border-left-width: 1px;
}

.bootstrap-duallistbox-container .buttons {
  width: 100%;
}

.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
  display: none;
  margin-top: 20px;
}

.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2, .bootstrap-duallistbox-container .clear1:hover, .bootstrap-duallistbox-container .clear2:hover, .bootstrap-duallistbox-container .clear1:focus, .bootstrap-duallistbox-container .clear2:focus {
  background-color: transparent;
  border: 0;
  color: #1E88E5;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove, .bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
  width: 50%;
}

.bootstrap-duallistbox-container .btn-group .btn {
  margin: 0;
}

.bootstrap-duallistbox-container .btn-group .btn+.btn {
  border-left-width: 0;
}

.bootstrap-duallistbox-container .btn-group .btn>i {
  float: none;
  text-align: center;
}

.bootstrap-duallistbox-container .btn-group .btn>i+i {
  margin-left: -14px;
}

.bootstrap-duallistbox-container .filter {
  margin-bottom: 20px;
  position: relative;
}

.bootstrap-duallistbox-container .filter.placeholder {
  color: #999;
}

.bootstrap-duallistbox-container .info-container .info {
  display: inline-block;
  margin-top: 20px;
}

.bootstrap-duallistbox-container .info-container .info .label {
  margin-right: 8px;
}

.sidebar .bootstrap-duallistbox-container {
  text-align: center;
}

.sidebar .bootstrap-duallistbox-container .box1, .sidebar .bootstrap-duallistbox-container .box2 {
  float: none;
  width: 100%;
}

.sidebar .bootstrap-duallistbox-container .box1:after {
  content: '\e9c9';
  font-size: 16px;
  font-family: 'icomoon';
  display: block;
  text-align: center;
  line-height: 1;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 1025px) {
  .bootstrap-duallistbox-container .box1 {
    margin-bottom: 0;
  }
  .sidebar .bootstrap-duallistbox-container .box1 {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap select
*
*  Styles for bootstrap_select.js - custom select boxes plugin
*
*  Version: 1.2
*  Latest update: Aug 20, 2016
*
* ---------------------------------------------------------------------------- */

.bootstrap-select {
  width: 100%;
}

.bootstrap-select>.btn {
  width: 100%;
  padding-right: 34px;
}

.bootstrap-select>.btn.btn-default, .bootstrap-select>.btn.btn-default.disabled {
  background-color: #fff;
  border-color: #ddd;
}

.bootstrap-select>.btn.btn-default:active, .btn-group.open .bootstrap-select>.btn.btn-default {
  border-color: #ddd;
}

.bootstrap-select.form-control {
  padding: 0;
  border: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select .popover-title {
  font-size: 11px;
  line-height: 1.82;
  margin: 7px 0;
  padding: 7px 12px;
}

.bootstrap-select[class*=border-] .btn, .bootstrap-select[class*=border-] .dropdown-menu {
  border-color: inherit;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
  outline: 0;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
}

.bootstrap-select.btn-group .btn .filter-option>i, .bootstrap-select.btn-group .dropdown-menu>li>a [class*=icon-] {
  margin-right: 7px;
  float: left;
  margin-top: 2px;
  top: 0;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  width: 16px;
  text-align: right;
  right: 12px;
  margin-top: -8px;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .btn-lg>.caret {
  right: 15px;
}

.bootstrap-select.btn-group .btn-sm>.caret {
  right: 11px;
}

.bootstrap-select.btn-group .btn-xs>.caret {
  right: 10px;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu>li>a .check-mark {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  margin-right: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bootstrap-select.btn-group .dropdown-menu>li>a .text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu>li>a>.label, .bootstrap-select.btn-group .dropdown-menu>li>a>.badge {
  float: none;
}

.bootstrap-select.btn-group .dropdown-menu>li>a.special-class, .bootstrap-select.btn-group .dropdown-menu>li>a.special-class:hover {
  font-weight: 700;
  color: #fff;
  background: #F44336;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.bootstrap-select.btn-group .dropdown-menu>li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu>li small {
  padding-left: 10px;
}

.bootstrap-select.btn-group .dropdown-menu>.selected>a {
  background-color: #2196F3;
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu>.selected>a small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 12px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  pointer-events: none;
}

.bootstrap-select.btn-group .dropdown-header~li>a {
  padding-left: 24px;
}

.bootstrap-select.btn-group .no-results {
  padding: 7px 12px;
  background: #f8f8f8;
  margin-bottom: -7px;
  border-top: 1px solid #ddd;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option, .bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu>li a .text {
  margin-right: 40px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu>li.selected a .check-mark {
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-group .bootstrap-select>.btn {
  border-radius: 0;
}

.input-group>.bs-select-hidden:first-child+.bootstrap-select>.btn, .input-group>.bootstrap-select:first-child>.btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group>.bootstrap-select:last-child>.btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.error .bootstrap-select .btn {
  border: 1px solid #F44336;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #F44336;
}

.bs-searchbox, .bs-actionsbox {
  padding: 5px 12px;
  margin-bottom: 5px;
}

.bs-searchbox {
  position: relative;
}

.bs-searchbox>.form-control {
  padding-left: 36px;
}

.bs-searchbox:after {
  content: '\e98e';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bs-actionsbox {
  float: left;
  width: 100%;
  position: relative;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 12px 7px;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

/* ------------------------------------------------------------------------------
*
*  # Touchspin spinners
*
*  Styles for touchspin.min.js - spinner form control library
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */

.bootstrap-touchspin .input-group-btn-vertical {
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  height: 38px;
  line-height: 1.5384616;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  font-weight: normal;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-left: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bootstrap-touchspin.input-group-lg .input-group-btn-vertical>.btn {
  height: 40px;
  line-height: 1.4285715;
  padding-left: 18px;
  padding-right: 18px;
}

.bootstrap-touchspin.input-group-sm .input-group-btn-vertical>.btn {
  height: 36px;
  line-height: 1.6666667;
  padding-left: 14px;
  padding-right: 14px;
}

.bootstrap-touchspin-postfix {
  padding-right: 0;
}

.bootstrap-touchspin-postfix+.input-group-btn, .bootstrap-touchspin-postfix+.input-group-btn-vertical {
  padding-left: 16px;
}

.input-group-lg .bootstrap-touchspin-postfix {
  padding-right: 0;
}

.input-group-lg .bootstrap-touchspin-postfix+.input-group-btn, .input-group-lg .bootstrap-touchspin-postfix+.input-group-btn-vertical {
  padding-left: 18px;
}

.input-group-sm .bootstrap-touchspin-postfix {
  padding-right: 0;
}

.input-group-sm .bootstrap-touchspin-postfix+.input-group-btn, .input-group-sm .bootstrap-touchspin-postfix+.input-group-btn-vertical {
  padding-left: 14px;
}

/* ------------------------------------------------------------------------------
 *
 *  # Datatables library
 *
 *  Add advanced interaction controls to any HTML table
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */

.dataTable {
  margin: 0;
  max-width: none;
  border-collapse: separate;
}

.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-right: 40px;
}

.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%;
  right: 20px;
  font-size: 12px;
  margin-top: -6px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dataTable thead .sorting:before {
  content: '\e9c1';
  margin-top: -2px;
  color: #999999;
}

.dataTable thead .sorting:after {
  content: '\e9c2';
  margin-top: -10px;
  color: #999999;
}

.dataTable thead .sorting_asc:after {
  content: '\e9c2';
}

.dataTable thead .sorting_desc:after {
  content: '\e9c1';
}

.dataTable thead .sorting_asc_disabled:after {
  content: '\e9c2';
  color: #ccc;
}

.dataTable thead .sorting_desc_disabled:after {
  content: '\e9c1';
  color: #ccc;
}

.dataTable tbody+thead>tr:first-child>th, .dataTable tbody+tfoot+thead>tr:first-child>th, .dataTable tbody+thead>tr:first-child>td, .dataTable tbody+tfoot+thead>tr:first-child>td {
  border-top: 0;
}

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

.dataTable.table-bordered {
  border-collapse: collapse;
}

.dataTable .media-body {
  width: auto;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dataTables_wrapper .table-bordered {
  border-top: 0;
}

.dataTables_wrapper+.panel-body {
  border-top: 1px solid #ddd;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(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%);
  background: -moz-linear-gradient(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%);
  background: -ms-linear-gradient(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%);
  background: -o-linear-gradient(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%);
  background: linear-gradient(to right, 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: 10px 10px 0 20px;
}

.datatable-header:after, .datatable-footer:after {
  content: "";
  display: table;
  clear: both;
}

.datatable-header>div:first-child, .datatable-footer>div:first-child {
  margin-left: 0;
}

.datatable-header-accent, .datatable-footer-accent {
  background-color: #fcfcfc;
}

.datatable-header {
  border-bottom: 0px solid #2196F3;
}

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

.dataTables_length {
  float: right;
  display: inline-block;
  margin: 0 0 20px 20px;
}

.dataTables_length>label {
  margin-bottom: 0;
}

.dataTables_length>label>span:first-child {
  float: left;
  margin: 9px 20px;
  margin-left: 0;
}

.dataTables_length select {
  height: 38px;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #ddd;
  outline: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.dataTables_length select:focus {
  border-bottom-color: #2196F3;
  -webkit-box-shadow: 0 1px 0 #2196F3;
  box-shadow: 0 1px 0 #2196F3;
}

.length-left .dataTables_length {
  float: left;
}

.dataTables_length .select2-container {
  width: auto;
}

.dataTables_length .select2-selection {
  min-width: 60px;
}

.dataTables_filter {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 20px 20px;
}

.dataTables_filter>label {
  margin-bottom: 0;
  position: relative;
}

.dataTables_filter>label:after {
  content: "\e98e";
  font-family: 'icomoon';
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  color: #999999;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dataTables_filter>label>span {
  margin: 9px 20px;
  margin-left: 0;
}

.dataTables_filter input {
  outline: 0;
  width: 200px;
  height: 38px;
  padding: 8px 0;
  padding-right: 24px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  border: 1px solid transparent;
  border-width: 1px 0;
  border-bottom-color: #ddd;
}

.dataTables_filter input:focus {
  border-bottom-color: #2196F3;
  -webkit-box-shadow: 0 1px 0 #2196F3;
  box-shadow: 0 1px 0 #2196F3;
}

.filter-right .dataTables_filter {
  float: right;
}

.dataTables_info {
  float: left;
  padding: 9px 0;
  margin-bottom: 20px;
}

.info-right .dataTables_info {
  float: right;
}

.dataTables_paginate {
  text-align: center;
  margin: 0 0 20px 20px;
}

.dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 9px;
  min-width: 38px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}

.dataTables_paginate .paginate_button:first-child {
  margin-left: 0;
}

.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #FFF;
}

.dataTables_paginate .paginate_button, .dataTables_paginate .paginate_button {
  background-color: #2196F3;
  border-color: #ddd;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
  color: #fff;
  background-color: rgb(31, 140, 230);
}

.dataTables_paginate .paginate_button.disabled, .dataTables_paginate .paginate_button.disabled:hover, .dataTables_paginate .paginate_button.disabled:focus {
  cursor: default;
  background-color: transparent;
  color: #bbb;
}

.dataTables_paginate.paging_simple .paginate_button {
  padding-left: 16px;
  padding-right: 16px;
}

.paginate-left .dataTables_paginate {
  float: left;
}

.paging_simple .paginate_button:hover, .paging_simple .paginate_button:focus {
  color: #fff;
  background-color: rgb(31, 140, 230);
}

.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;
}

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

.panel-body .dataTables_wrapper .datatable-footer {
  border-top: 0;
}

.panel-body .dataTables_wrapper .datatable-footer .dataTables_length, .panel-body .dataTables_wrapper .datatable-footer .dataTables_filter, .panel-body .dataTables_wrapper .datatable-footer .dataTables_info, .panel-body .dataTables_wrapper .datatable-footer .dataTables_paginate {
  margin-bottom: 0;
}

.panel-flat>.panel-heading+.dataTables_wrapper>.datatable-header {
  padding-top: 0;
}

.panel>.dataTables_wrapper .table-bordered {
  border: 0;
}

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

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

.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>th, .panel>.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 {
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

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

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

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

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

/* ------------------------------------------------------------------------------
*
*  # Demo styles
*
*  Styles used for demostration purposes only
*
*  Version: 1.1
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */

.jqueryui-demo-container {
  font-size: 0;
}

.jqueryui-demo-element {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #fafafa;
  border: 2px dashed #ddd;
  color: #777;
  font-size: 12px;
  vertical-align: middle;
  margin: auto;
  position: relative;
  z-index: 10;
}

.jqueryui-demo-element+.jqueryui-demo-element {
  margin: 20px auto 0 auto;
}

.jqueryui-demo-element>span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  .jqueryui-demo-element {
    display: inline-block;
  }
  .jqueryui-demo-element+.jqueryui-demo-element {
    margin: 0 0 0 20px;
  }
}

.selectable-demo-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 200px;
}

.selectable-demo-list>.ui-sortable-handle, .selectable-demo-list>.ui-selectee, .ui-handle-excluded {
  padding: 6px 12px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  color: #777;
  font-size: 12px;
}

.selectable-demo-list>.ui-sortable-handle.ui-selecting, .selectable-demo-list>.ui-selectee.ui-selecting {
  background-color: #29B6F6;
  border-color: #039BE5;
  color: #fff;
}

.selectable-demo-list>.ui-sortable-handle.ui-selected, .selectable-demo-list>.ui-selectee.ui-selected {
  background-color: #03A9F4;
  border-color: #0288D1;
  color: #fff;
}

.selectable-demo-list>li+li {
  margin-top: 5px;
}

.selectable-demo-list>.ui-sortable-helper:first-child+li {
  margin-top: 0;
}

.selectable-demo-connected+.selectable-demo-connected {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .selectable-demo-connected+.selectable-demo-connected {
    margin-top: 0;
    margin-left: 20px;
  }
}

.droppable-demo-target {
  width: 110px;
  height: 110px;
  background-color: #E3F2FD;
  border-color: #2196F3;
  color: #1565C0;
  z-index: 9;
}

.droppable-demo-drop {
  background-color: #E8F5E9;
  border-color: #4CAF50;
  color: #2E7D32;
}

.demo-color {
  height: 150px;
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.demo-color>span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  color: #fff;
}

.overlay-demo {
  display: inline-block;
  background-color: #333;
  border-radius: 3px;
}

.overlay-demo-light {
  background-color: #f5f5f5;
}

.glyphs>div {
  padding: 7px 12px;
  cursor: pointer;
}

.glyphs>div>i {
  margin-right: 10px;
  width: 1em;
  text-align: center;
}

.glyphs>div:hover {
  background-color: #009688;
  color: #fff;
  border-radius: 2px;
}

.glyphs>div:hover span {
  color: #fff;
}

.grid-demo [class*="col-"]>div:not(.row) {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background-color: #F7F7FC;
  border: 1px solid #ddd;
  color: #333333;
}

.demo-velocity-box {
  padding: 12px 15px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 #2196F3;
  box-shadow: 0 0 0 0 #2196F3;
}

.demo-velocity-box>span {
  float: left;
}

.demo-velocity-box span {
  vertical-align: middle;
}

.demo-velocity-box .icons-list {
  float: right;
  margin-top: 2px;
}

.demo-velocity-box .icons-list a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.demo-velocity-box .icons-list a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.blockui-growl {
  display: none;
  text-align: left;
  padding: 15px;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
}

.blockui-growl h6 {
  margin-top: 2px;
  margin-bottom: 8px;
}

.blockui-message {
  display: none;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  padding: 15px 15px 10px 15px;
}

.blockui-message>i {
  display: block;
  margin-bottom: 10px;
}

.multiple-messages-container, .blockui-animation-container {
  display: none;
}

.blockui-animation-container {
  background-color: #555;
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
}

.val-demo {
  display: block;
  margin-top: 20px;
}

.val-demo>span {
  font-weight: 500;
}

/* ------------------------------------------------------------------------------
*
*  # 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;
  left: 0;
  top: 0;
}

.multiselect {
  width: 100%;
  min-width: 100%;
  text-align: left;
  padding-left: 12px;
  padding-right: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.multiselect.btn-default, .multiselect.btn-default.disabled {
  background-color: #fff;
  border-color: #ddd;
}

.multiselect.btn-default:active, .btn-group.open .multiselect.btn-default {
  border-color: #ddd;
}

.multiselect .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  width: 16px;
  text-align: right;
}

.multiselect.btn-lg {
  padding-left: 15px;
  padding-right: 30px;
}

.multiselect.btn-lg .caret {
  right: 15px;
}

.multiselect.btn-sm {
  padding-left: 11px;
  padding-right: 22px;
}

.multiselect.btn-sm .caret {
  right: 11px;
}

.multiselect.btn-xs {
  padding-left: 10px;
  padding-right: 20px;
}

.multiselect.btn-xs .caret {
  right: 10px;
}

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

.multiselect-item input[type=checkbox], .multiselect-item input[type=radio] {
  border: 0;
  background: none;
  display: block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.multiselect-item input[type=checkbox]:disabled, .multiselect-item input[type=radio]:disabled {
  cursor: not-allowed;
}

.multiselect-item input[type=checkbox]~.form-check-control-indicator, .multiselect-item input[type=radio]~.form-check-control-indicator {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 2px solid #607D8B;
}

.multiselect-item input[type=checkbox]~.form-check-control-indicator {
  color: #455A64;
  border: 2px solid #607D8B;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
}

.multiselect-item input[type=checkbox]~.form-check-control-indicator:after {
  content: "\e600";
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}

.multiselect-item input[type=radio]~.form-check-control-indicator {
  border-radius: 100%;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.multiselect-item input[type=radio]~.form-check-control-indicator:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border: 4px solid;
  border-color: inherit;
  width: 0;
  height: 0;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

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

.multiselect-item.dropdown-item>a {
  padding: 0;
}

.multiselect-item label {
  display: block;
  margin: 0;
  height: 100%;
  cursor: pointer;
  padding: 8px 12px;
  padding-left: 42px;
}

.navbar-form .multiselect-item label {
  display: block;
}

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

.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>a {
  background-color: transparent;
}

.multiselect-item.disabled>a>label {
  cursor: not-allowed;
}

.dropdown-menu>.multiselect-group>label, .dropdown-menu>.multiselect-group.active>label {
  margin: 0;
  font-weight: 500;
  margin-top: 14px;
}

.dropdown-menu>.multiselect-group>label:not(.multiselect-group-label), .dropdown-menu>.multiselect-group.active>label:not(.multiselect-group-label) {
  padding-left: 15px;
  cursor: default;
}

.dropdown-menu>.multiselect-group>label:not(.multiselect-group-label), .dropdown-menu>.multiselect-group.active>label:not(.multiselect-group-label), .dropdown-menu>.multiselect-group>label:not(.multiselect-group-label):hover, .dropdown-menu>.multiselect-group.active>label:not(.multiselect-group-label):hover, .dropdown-menu>.multiselect-group>label:not(.multiselect-group-label):focus, .dropdown-menu>.multiselect-group.active>label:not(.multiselect-group-label):focus {
  background-color: transparent;
}

.dropdown-menu>.multiselect-group.disabled {
  color: #999999;
}

.dropdown-menu>.multiselect-group:first-child>label, .dropdown-menu>.multiselect-group:first-child.active>label {
  margin-top: 7px;
}

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

.dropdown-menu>.multiselect-group.disabled label, .dropdown-menu>.multiselect-group.disabled:hover label, .dropdown-menu>.multiselect-group.disabled:focus label {
  background-color: transparent;
  cursor: not-allowed;
}

div[class*=border-]>.btn-group {
  border-color: inherit;
}

div[class*=border-]>.btn-group>.multiselect {
  border-color: inherit;
}

.multiselect-filter {
  position: relative;
  padding: 5px 12px;
  margin-bottom: 5px !important;
}

.multiselect-filter i {
  font-size: 12px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.multiselect-filter .form-control {
  padding-left: 36px;
}

.input-group .multiselect-native-select:not(:last-child) .multiselect {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn+.multiselect-native-select .multiselect:first-child, .input-group-addon+.multiselect-native-select .multiselect:first-child, .input-group-btn+.btn-group .multiselect:first-child, .input-group-addon+.btn-group .multiselect:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-multiselect {
  width: 100%;
}

.btn-group-multiselect .btn {
  float: none;
}

.btn-group-multiselect .multiselect {
  min-width: 0;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* ------------------------------------------------------------------------------
 *
 *  # Sidebar layouts
 *
 *  Styles for sidebar components, main navigation and sidebar itself
 *
 *  Version: 1.2
 *  Latest update: Nov 25, 2015
 *
 * ---------------------------------------------------------------------------- */

.sidebar {
  background-color: #293443;
  color: #a9afbd;
  position: relative;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
  box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
}

@media (min-width: 769px) {
  .sidebar {
    display: table-cell;
    vertical-align: top;
    width: 260px;
  }
}

.sidebar-main {
  z-index: 99;
}

.sidebar-secondary {
  z-index: 98;
}

.sidebar-opposite {
  display: none;
  z-index: 97;
}

@media (min-width: 769px) {
  .sidebar-opposite-visible .sidebar-opposite {
    display: table-cell;
  }
}

.sidebar .has-scroll {
  max-height: 192px;
  overflow-y: auto;
}

.sidebar-default {
  background-color: #fff;
  color: #333333;
}

.sidebar-content {
  position: relative;
  padding-bottom: 8px;
}

.sidebar-all-hidden .sidebar-main, .sidebar-all-hidden .sidebar-secondary, .sidebar-main-hidden .sidebar-main, .sidebar-detached-hidden .sidebar-detached>.sidebar, .sidebar-secondary-hidden .sidebar-secondary {
  display: none;
}

@media (max-width: 768px) {
  .sidebar-mobile-main .sidebar-main, .sidebar-mobile-secondary .sidebar-secondary, .sidebar-mobile-opposite .sidebar-opposite, .sidebar-mobile-detached .sidebar-detached>.sidebar {
    display: block;
  }
}

.category-title {
  position: relative;
  margin: 0;
  padding: 12px 20px;
  padding-right: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-title>span {
  display: block;
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
}

.category-title>i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.category-title .icons-list {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.sidebar-default .category-title {
  border-bottom-color: #ddd;
}

.category-content {
  position: relative;
  padding: 20px;
}

.sidebar-user+.sidebar-category .navigation {
  padding-top: 0;
}

.sidebar-user-material .category-content {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sidebar-user-material .navigation-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-default .sidebar-user-material .navigation-wrapper {
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom-color: #ddd;
}

.sidebar-user-material .navigation {
  padding: 8px 0;
}

.sidebar-detached .sidebar-user-material:first-child .category-content {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.sidebar-user-material-menu {
  margin: -20px;
  margin-top: 20px;
}

.sidebar-user-material-menu>a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.sidebar-user-material-menu>a:hover, .sidebar-user-material-menu>a:focus, .sidebar-user-material-menu>a[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.15);
}

.sidebar-user-material-menu>a>i {
  float: right;
  margin-top: 2px;
}

.sidebar-user-material-menu>a>.caret {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.sidebar-user-material-menu>a[aria-expanded="true"]>.caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar-user-material-content {
  text-align: center;
}

.sidebar-user-material-content>a {
  display: inline-block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sidebar-user-material-content>a>img {
  height: 80px;
}

.sidebar-user-material-content>h6 {
  margin-bottom: 0;
}

.sidebar-user-material-content>h6, .sidebar-user-material-content>span {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.sidebar-xs .sidebar-user-material-content {
  display: none;
}

.sidebar-xs .sidebar-user-material>.category-content {
  padding: 0;
}

.sidebar-xs .sidebar-user-material-menu {
  margin: 0;
}

.sidebar-xs .sidebar-user-material-menu>a {
  text-align: center;
  padding: 20px;
  line-height: 1;
}

.sidebar-xs .sidebar-user-material-menu>a>span {
  display: none;
}

.sidebar-xs .sidebar-user-material-menu>a>i {
  float: none;
  margin-top: 0;
}

.navigation {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: relative;
}

.sidebar-user+.sidebar-category .navigation {
  padding-top: 0;
}

.navigation .hidden-ul {
  display: none;
}

.navigation li {
  position: relative;
}

.navigation li+li {
  /*margin-top: 1px;*/
}

.navigation li+.navigation-header {
  margin-top: 10px;
}

.navigation li a {
  color: #a9afbd;
  display: block;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}

.navigation li a .active>ul>li>a {
  color: #FFF;
}

.navigation li a:hover, .navigation li a:focus {
  color: #FFF;
}

.navigation li a>i {
  float: left;
  top: 0;
  margin-top: 2px;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.navigation li a>i.pull-right {
  margin-right: 0;
  margin-left: 15px;
}

.navigation li.disabled>a, .navigation li.disabled>a:hover, .navigation li.disabled>a:focus {
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.navigation li>.has-ul {
  position: relative;
  padding-right: 36px;
}

.navigation li>.has-ul:after {
  content: "\e9c7";
  font-family: "icomoon";
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
}

.navigation li.active>.has-ul:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation li.navigation-divider {
  margin: 10px 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-default .navigation li.navigation-divider {
  background-color: #eeeeee;
}

.navigation>li>a {
  padding: 12px 20px;
  min-height: 44px;
  font-weight: 500;
}

.navigation>li>a .label, .navigation>li>a .badge {
  -webkit-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
  -o-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
}

.navigation>li.active>a, .navigation>li.active>a:hover, .navigation>li.active>a:focus {
  background-color: #3b4656;
  color: #FFF;
  border-left: 4px solid #2196F3;
}

.navigation>li.active>ul {
  background-color: #3b4656;
}

.navigation>li.active>a>[class*=text-] {
  color: #616161;
}

.navigation>li.active>a .label, .navigation>li.active>a .badge {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
}

.navigation>li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation>li ul li a {
  padding: 10px 20px;
  padding-left: 51px;
  min-height: 40px;
}

.navigation>li ul .navigation-header {
  padding-left: 51px;
}

.navigation>li>ul>li>ul>li>a, .navigation>li>ul>li>ul>.navigation-header {
  padding-left: 71px;
}

.navigation>li>ul>li>ul>li>ul>li>a, .navigation>li>ul>li>ul>li>ul .navigation-header {
  padding-left: 91px;
}

.navigation>li>ul li:last-child {
  padding-bottom: 10px;
}

.navigation>li>ul li.active>a, .navigation>li>ul li.active>a:hover, .navigation>li>ul li.active>a:focus {
  background-color: rgba(33, 33, 33, 0.1);
  color: #FFF;
  border-left: 4px solid #2196F3;
}

.navigation .navigation-header {
  min-height: 30px;
  padding: 10px 20px;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.82;
  background-color: #3b4656;
}

.navigation .navigation-header>span {
  display: block;
  margin-top: 2px;
}

.navigation .navigation-header>i {
  display: none;
}

.navigation .navigation-header>i.pull-right {
  margin-top: 2px;
}

.navigation .navigation-header, .navigation .navigation-header a {
  color: #9e9e9e;
  font-weight: 400;
}

.navigation .navigation-header a:hover, .navigation .navigation-header a:focus {
  color: #fff;
}

.navigation .navigation-header a i {
  float: none;
  margin: 0;
}

.sidebar-default .navigation .navigation-header, .sidebar-default .navigation .navigation-header a {
  color: #999999;
}

.sidebar-default .navigation .navigation-header a:hover, .sidebar-default .navigation .navigation-header a:focus {
  color: #333333;
}

.navigation.nav>.active>.hidden-ul {
  display: block;
}

@media (max-width: 768px) {
  .navigation.nav>li>.hidden-ul {
    display: block;
  }
}

.navigation .label, .navigation .badge {
  float: right;
}

.sidebar-default .navigation li>a {
  color: #333333;
}

.sidebar-default .navigation li>a:hover, .sidebar-default .navigation li>a:focus {
  background-color: #f8f8f8;
}

.sidebar-default .navigation li.active>a, .sidebar-default .navigation li.active>a:hover, .sidebar-default .navigation li.active>a:focus {
  background-color: #f5f5f5;
  color: #333333;
}

.sidebar-default .navigation li.active>a>[class*=text-] {
  color: #333333;
}

.sidebar-default .navigation li.disabled>a, .sidebar-default .navigation li.disabled>a:hover, .sidebar-default .navigation li.disabled>a:focus {
  background-color: transparent;
}

.sidebar-default .navigation li .label-transparent {
  color: #333333;
}

.sidebar-default .navigation>li ul {
  background-color: transparent;
}

.sidebar-default .navigation>li.active>a, .sidebar-default .navigation>li.active>a:hover, .sidebar-default .navigation>li.active>a:focus {
  background-color: #f5f5f5;
  color: #333333;
}

.sidebar-default .navigation>li.active>a .label-transparent {
  color: #333333;
}

.navigation-icons-right>li>a, .navigation-icons-right>li>a.has-ul {
  padding-right: 20px;
}

.navigation-icons-right>li>a>i {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.navigation-icons-right>li>a.has-ul:after, .navigation-icons-right>li.active>.has-ul:after {
  content: none;
}

.navigation-bordered>li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.navigation-bordered>li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navigation-bordered>li.navigation-header {
  background-color: rgba(0, 0, 0, 0.1);
}

.navigation-bordered>li+li {
  margin-top: 0;
}

.navigation-bordered>li ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navigation-bordered li+.navigation-header {
  margin-top: 0;
}

.sidebar-default .navigation-bordered>li {
  border-top: 1px solid #eeeeee;
}

.sidebar-default .navigation-bordered>li.navigation-header {
  background-color: #fafafa;
}

.navigation-lg>li>a, .navigation-lg>li>a>span {
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 48px;
}

.navigation-lg>li ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
}

.navigation-sm>li>a, .navigation-sm>li>a>span {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
}

.navigation-sm>li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 32px;
}

.navigation-xs>li>a, .navigation-xs>li>a>span {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 36px;
}

.navigation-xs>li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 32px;
}

@media (min-width: 769px) {
  .sidebar-fixed .sidebar-content {
    position: fixed;
    width: 260px;
    max-height: 100%;
    overflow: auto;
    top: 50px;
    bottom: 50px;
    margin-bottom: -50px;
  }
  .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content {
    width: 56px;
  }
  .sidebar-fixed.sidebar-default .sidebar-content {
    width: 260px;
  }
  .sidebar-fixed-expanded .sidebar-fixed.sidebar-main {
    position: fixed;
    display: block;
    height: 100%;
    z-index: 1001;
  }
  .sidebar-fixed-expanded .sidebar-fixed.sidebar-main .sidebar-content {
    position: fixed;
  }
  .sidebar-xs .sidebar-fixed-expanded .sidebar-fixed.sidebar-main {
    width: 260px;
  }
  .sidebar-fixed-expanded .content-wrapper {
    padding-left: 56px;
  }
}

.sidebar-xs-indicator .sidebar-fixed .sidebar-content {
  top: 0!important;
}

@media (min-width: 769px) {
  .has-detached-left .container-detached {
    float: right;
    margin-left: -260px;
    width: 100%;
  }
  .has-detached-left .content-detached {
    margin-left: 280px;
  }
  .has-detached-left .sidebar-detached {
    float: left;
  }
  .has-detached-right .container-detached {
    float: left;
    margin-right: -260px;
    width: 100%;
  }
  .has-detached-right .content-detached {
    margin-right: 280px;
  }
  .has-detached-right .sidebar-detached {
    float: right;
  }
  .has-detached-right .sidebar-detached.affix {
    right: 20px;
  }
  .sidebar-detached-hidden .container-detached {
    float: none;
    margin: 0;
  }
  .sidebar-detached-hidden .content-detached {
    margin: 0;
  }
  .sidebar-detached-hidden .sidebar-detached {
    float: none;
  }
}

.sidebar-detached .navigation.nav>.active>.hidden-ul {
  display: block;
}

@media (max-width: 768px) {
  .sidebar-detached .navigation.nav>li>.hidden-ul {
    display: block;
  }
}

.sidebar-detached.affix {
  position: static;
}

@media (min-width: 769px) {
  .sidebar-detached {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .sidebar-detached>.sidebar {
    margin-bottom: 0;
    display: block;
    border-radius: 3px;
  }
  .sidebar-detached.affix {
    position: fixed;
    top: 20px;
    bottom: 20px;
    -webkit-transition: bottom ease-in-out 0.15s;
    -o-transition: bottom ease-in-out 0.15s;
    transition: bottom ease-in-out 0.15s;
  }
  .sidebar-detached.affix>.sidebar {
    max-height: 100%;
    overflow-y: auto;
  }
  .sidebar-detached.fixed-sidebar-space {
    bottom: 80px;
  }
  .navbar-bottom .sidebar-detached.fixed-sidebar-space {
    bottom: 90px;
  }
  .navbar-bottom-lg .sidebar-detached.fixed-sidebar-space {
    bottom: 94px;
  }
  .navbar-bottom-sm .sidebar-detached.fixed-sidebar-space {
    bottom: 88px;
  }
  .navbar-bottom-xs .sidebar-detached.fixed-sidebar-space {
    bottom: 86px;
  }
  .navbar-fixed .sidebar-detached {
    top: 90px;
  }
  .navbar-fixed-lg .sidebar-detached {
    top: 94px;
  }
  .navbar-fixed-sm .sidebar-detached {
    top: 88px;
  }
  .navbar-fixed-xs .sidebar-detached {
    top: 86px;
  }
}

.sidebar-separate .sidebar-content {
  padding-bottom: 0;
}

.sidebar-separate .sidebar-content .panel:last-child, .sidebar-separate .sidebar-content .sidebar-category:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .sidebar-separate {
    background-color: transparent;
  }
  .sidebar-separate .sidebar-category {
    background-color: #263238;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .sidebar-separate.sidebar-default {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar-separate.sidebar-default .sidebar-category {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}

@media (min-width: 769px) {
  .sidebar-xs .sidebar-main {
    width: 56px;
  }
  .sidebar-xs .sidebar-main .sidebar-category {
    display: none;
  }
  .sidebar-xs .sidebar-main .sidebar-category-visible {
    display: block;
  }
  .sidebar-xs .sidebar-main .category-title {
    padding: 0;
  }
  .sidebar-xs .sidebar-main .category-title>i {
    padding: 13px 0;
    float: none;
    display: block;
    top: 0;
  }
  .sidebar-xs .sidebar-main .category-title>span {
    display: none;
  }
  .sidebar-xs .sidebar-main .category-title .icons-list {
    position: static;
    text-align: center;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .sidebar-xs .sidebar-main .category-title .icons-list>li {
    display: block;
    margin-left: 0;
  }
  .sidebar-xs .sidebar-main .category-title .icons-list>li+li {
    margin-top: 10px;
  }
  .sidebar-xs .sidebar-main .category-title.h6 .icons-list {
    padding-top: 23.538462px;
    padding-bottom: 23.538462px;
  }
  .sidebar-xs .sidebar-main .category-title.h5 .icons-list {
    padding-top: 25.0769236px;
    padding-bottom: 25.0769236px;
  }
  .sidebar-xs .sidebar-main .navigation>li>a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-xs .sidebar-main .navigation>li>a>span {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    background-color: #304047;
    padding: 12px 20px;
    width: 260px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .sidebar-xs .sidebar-main .navigation>li>a>span .label, .sidebar-xs .sidebar-main .navigation>li>a>span .badge {
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
  }
  .sidebar-xs .sidebar-main .navigation>li>a>i {
    margin: 2px 0;
    display: block;
    float: none;
  }
  .sidebar-xs .sidebar-main .navigation>li>a.legitRipple {
    overflow: visible;
  }
  .sidebar-xs .sidebar-main .navigation>li>.has-ul:after, .sidebar-xs .sidebar-main .navigation>li.active>.has-ul:after {
    content: none;
  }
  .sidebar-xs .sidebar-main .navigation>li .has-ul>span {
    border-radius: 0 3px 0 0;
    cursor: default;
  }
  .sidebar-xs .sidebar-main .navigation>li.active>ul {
    display: none!important;
  }
  .sidebar-xs .sidebar-main .navigation>li.disabled:hover>ul, .sidebar-xs .sidebar-main .navigation>li.disabled:hover>a>span {
    display: none!important;
  }
  .sidebar-xs .sidebar-main .navigation>li:hover>ul {
    display: block!important;
  }
  .sidebar-xs .sidebar-main .navigation>li:hover>a>span {
    display: block;
  }
  .sidebar-xs .sidebar-main .navigation>li:hover:not(.active)>a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .sidebar-xs .sidebar-main .navigation>li>ul {
    position: absolute;
    right: -260px;
    top: 44px;
    width: 260px;
    display: none;
    background-color: #263238;
    border-radius: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .sidebar-xs .sidebar-main .navigation>li>ul>li>a {
    padding-left: 20px;
  }
  .sidebar-xs .sidebar-main .navigation>li>ul>li>a:not(.has-ul) {
    padding-right: 20px;
  }
  .sidebar-xs .sidebar-main .navigation>li>ul>li>ul>li>a {
    padding-left: 30px;
  }
  .sidebar-xs .sidebar-main .navigation>li>ul>li>ul>li>ul>li>a {
    padding-left: 60px;
  }
  .sidebar-xs .sidebar-main .navigation>.navigation-header {
    padding: 0;
    text-align: center;
  }
  .sidebar-xs .sidebar-main .navigation>.navigation-header>i {
    display: block;
    top: 0;
    padding: 13px 0;
  }
  .sidebar-xs .sidebar-main .navigation>.navigation-header>span {
    display: none;
  }
  .sidebar-xs .sidebar-main .sidebar-user .category-content {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media-left, .sidebar-xs .sidebar-main .sidebar-user .media-right {
    padding: 0;
    text-align: center;
    display: block;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media-left>img, .sidebar-xs .sidebar-main .sidebar-user .media-right>img {
    max-width: 100%;
    height: auto!important;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media-left>.img-sm, .sidebar-xs .sidebar-main .sidebar-user .media-right>.img-sm {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media-left>.img-xs, .sidebar-xs .sidebar-main .sidebar-user .media-right>.img-xs {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media-body, .sidebar-xs .sidebar-main .sidebar-user .media-right {
    display: none;
  }
  .sidebar-xs .sidebar-main .navigation-lg>li>ul {
    top: 48px;
  }
  .sidebar-xs .sidebar-main .navigation-sm>li>ul {
    top: 40px;
  }
  .sidebar-xs .sidebar-main .navigation-xs>li>ul {
    top: 36px;
  }
  .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span {
    background-color: #f5f5f5;
    color: #333333;
  }
  .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span .label, .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span .badge {
    color: #333333;
  }
  .sidebar-xs .sidebar-main.sidebar-default .navigation>li>ul {
    background-color: #fff;
    border-top: 0;
  }
  .sidebar-xs .sidebar-main.sidebar-default .navigation>li:hover:not(.active)>a {
    background-color: #f5f5f5;
    color: #333333;
  }
}

.sidebar .row {
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .sidebar .sp-container {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sidebar .sp-flat .sp-picker-container {
  display: block;
  width: 218px;
}

.sidebar .panel-group .panel {
  border-radius: 0;
  border-width: 0 0 1px 0;
}

.sidebar .panel-group .panel:first-child {
  border-top-width: 1px;
}

.sidebar .panel-group .panel+.panel {
  margin-top: 0;
}

.sidebar .media-list-bordered>li {
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
}

.sidebar:not(.sidebar-default) .media .media-left>a, .sidebar:not(.sidebar-default) .media .media-body>a, .sidebar:not(.sidebar-default) .media .media-right>a {
  color: #fff;
}

.sidebar:not(.sidebar-default) .media .media-link:hover, .sidebar:not(.sidebar-default) .media .media-link:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar:not(.sidebar-default) .media .media-badge {
  border-color: #263238;
}

.sidebar:not(.sidebar-default) .media-list-bordered>li {
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar .thumbnail {
  margin-bottom: 10px;
}

.sidebar .thumbnail:last-child {
  margin-bottom: 0;
}

.sidebar .thumbnail .zoom-image i {
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.sidebar .sidebar-category .checkbox, .sidebar .sidebar-category .radio {
  margin-top: 0;
}

.sidebar .sidebar-category .checkbox:last-child, .sidebar .sidebar-category .radio:last-child {
  margin-bottom: 0;
}

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

.sidebar .nav-tabs {
  border-width: 0 0 1px 0;
}

@media (min-width: 769px) {
  .sidebar .nav-tabs {
    border-width: 1px;
  }
  .sidebar .nav-tabs>li>a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-top: 0;
    border-radius: 0;
  }
  .sidebar .nav-tabs>li>a:hover, .sidebar .nav-tabs>li>a:focus {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .sidebar .nav-tabs>.active>a, .sidebar .nav-tabs>.active>a:hover, .sidebar .nav-tabs>.active>a:focus {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .sidebar .nav-tabs>.active:first-child>a {
    border-left-color: transparent!important;
  }
  .sidebar .nav-tabs>.active:last-child>a {
    border-right-color: transparent!important;
  }
  .sidebar .nav-tabs>.open>a {
    color: #fff;
  }
  .sidebar .nav-tabs>.open:not(.active)>a {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 769px) {
  .sidebar-default .nav-tabs>li>a {
    background-color: #fafafa;
    border-bottom-color: #ddd;
    color: #999999;
  }
  .sidebar-default .nav-tabs>li>a:hover, .sidebar-default .nav-tabs>li>a:focus {
    color: #333333;
    border-bottom-color: #ddd;
  }
  .sidebar-default .nav-tabs>.active>a, .sidebar-default .nav-tabs>.active>a:hover, .sidebar-default .nav-tabs>.active>a:focus {
    border-color: #ddd;
    color: #333333;
  }
  .sidebar-default .nav-tabs>.open>a {
    border-bottom-color: #ddd;
    color: #333333;
  }
  .sidebar-default .nav-tabs>.open:not(.active)>a {
    background-color: #fafafa;
  }
}

@media (min-width: 769px) {
  .sidebar-default .nav-justified>li:first-child .dropdown-menu:not(.dropdown-menu-right) {
    left: -1px;
  }
  .sidebar-default .nav-justified>li:last-child .dropdown-menu-right {
    right: -1px;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Main content layout
*
*  Styles for main structure of content area
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.page-container {
  position: relative;
}

@media (min-width: 769px) {
  .page-container {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  @-moz-document url-prefix() {
    .page-container {
      height: 1px;
    }
  }
}

@media (min-width: 769px) {
  .page-content {
    display: table-row;
  }
}

.content-wrapper {
  width: 100%;
}

@media (min-width: 769px) {
  .content-wrapper {
    display: table-cell;
    vertical-align: top;
  }
}

.content {
  padding: 0 20px 60px 20px;
}

.content:after {
  content: '';
  display: table;
  clear: both;
}

.content:first-child {
  padding-top: 20px;
}

body[class*=navbar-bottom] .content {
  padding-bottom: 20px;
}

/* ------------------------------------------------------------------------------
*
*  # Boxed layout
*
*  Styles for main structure of content area in boxed layout
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.layout-boxed {
  background: url(../images/backgrounds/boxed_bg.png) repeat;
}

.layout-boxed>.navbar {
  margin-left: auto;
  margin-right: auto;
}

.layout-boxed .page-container {
  background-color: #eeeded;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

@media (min-width: 769px) {
  .layout-boxed .page-container, .layout-boxed>.navbar {
    width: 769px;
  }
}

@media (min-width: 1025px) {
  .layout-boxed .page-container, .layout-boxed>.navbar {
    width: 1025px;
  }
}

@media (min-width: 1200px) {
  .layout-boxed .page-container, .layout-boxed>.navbar {
    width: 1200px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-boxed {
    background: url(../images/backgrounds/boxed_bg_retina.png) repeat;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Footer
*
*  Main footer styles, currently 1 version only
*
*  Version: 1.2
*  Latest update: Jan 5, 2017
*
* ---------------------------------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 30px;
}

.footer.navbar {
  left: 0;
  right: 0;
  bottom: 0;
}

.footer.navbar-fixed-bottom {
  z-index: auto;
}

body[class*=navbar-bottom] .footer:not(.navbar) {
  display: none;
}

.footer-boxed {
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/* ------------------------------------------------------------------------------
*
*  # Utilites
*
*  Additional animations, transitions, transforms and other utilities
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

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

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

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

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

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

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

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

.spinner-reverse {
  display: inline-block;
  -webkit-animation: rotation_reverse 1s linear infinite;
  -o-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);
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------------------------------------------------
*
*  # Ripple effect
*
*  Material design ripple click effect
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.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.1);
  will-change: transform, width, opacity;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.2s linear, opacity 0.5s ease-out;
  -o-transition: width 0.2s linear, opacity 0.5s ease-out;
  transition: width 0.2s linear, opacity 0.5s ease-out;
}

.legitRipple-ripple:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.breadcrumb-line[class*=bg-] .breadcrumb-elements>li .legitRipple-ripple {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-default .legitRipple-ripple, .btn-link .legitRipple-ripple, .btn-flat .legitRipple-ripple, .icons-list>li>a .legitRipple-ripple, .pagination>li:not(.active)>a .legitRipple-ripple, .pagination>li:not(.active)>span .legitRipple-ripple, .nav-tabs:not([class*=bg-])>li>a .legitRipple-ripple, .breadcrumb-elements>li .legitRipple-ripple, .nav-pills>li>a .legitRipple-ripple, .ui-button:not([class*=bg-]) .legitRipple-ripple, .ui-tabs-anchor .legitRipple-ripple, .fc-button .legitRipple-ripple, .checkbox .legitRipple-ripple, .wizard>.actions>ul>li:first-child>a .legitRipple-ripple, .sidebar-default .navigation>li>a .legitRipple-ripple, .sidebar-default .navigation>li ul li>a .legitRipple-ripple, .navbar-default .navbar-nav>li>a .legitRipple-ripple {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.sidebar-user-material-content .legitRipple {
  border-radius: 50%;
}

.legitRipple-template {
  display: none;
}

.legitRipple-custom {
  overflow: hidden;
}

.legitRipple-custom>* {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------------------------
 *
 *  # Login and related forms
 *
 *  Styles related to user login - logins, registration, password revovery, unlock etc.
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */

.login-cover {
  background: url('../images/login_cover.jpg') no-repeat;
  background-size: cover;
}

.login-container .page-container {
  padding-top: 40px;
  position: static;
}

.login-container .page-container .login-form {
  width: 320px;
}

.login-container .page-container .login-form .thumb {
  margin: 0 auto 20px auto;
}

.login-container .page-container .login-form, .login-container .page-container .registration-form {
  margin: 0 auto 20px auto;
}

@media (max-width: 480px) {
  .login-container .page-container .login-form, .login-container .page-container .registration-form {
    width: 100%;
  }
}

.login-container .page-container .nav-tabs.nav-justified {
  margin-bottom: 0;
}

.login-container .page-container .nav-tabs.nav-justified>li>a {
  border-top: 0!important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f5f5f5;
}

.login-container .page-container .nav-tabs.nav-justified>li:first-child>a {
  border-left: 0;
  border-radius: 3px 0 0 0;
}

.login-container .page-container .nav-tabs.nav-justified>li:last-child>a {
  border-right: 0;
  border-radius: 0 3px 0 0;
}

.login-container .page-container .nav-tabs.nav-justified>li.active>a {
  background-color: transparent;
}

@media (max-width: 768px) {
  .login-container .page-container .nav-tabs.nav-justified {
    padding: 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .login-container .page-container .nav-tabs.nav-justified:before {
    content: none;
  }
  .login-container .page-container .nav-tabs.nav-justified>li>a {
    border-width: 0!important;
  }
}

.login-container .footer {
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .login-options, .login-options .text-right {
    text-align: center;
  }
}

/* ------------------------------------------------------------------------------
 *
 *  # Error pages
 *
 *  Styles for error and offline pages
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */

.error-title {
  color: #fff;
  font-size: 200px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  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 (max-width: 768px) {
  .error-title {
    font-size: 130px;
  }
}

.offline-title {
  font-size: 160px;
}

@media (max-width: 768px) {
  .offline-title {
    font-size: 90px;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Heading elmeents
*
*  Display default and custom components in page header and panel heading
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.heading-elements-toggle {
  cursor: pointer;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.breadcrumb-elements-toggle {
  float: right;
  cursor: pointer;
  line-height: 1;
  margin-top: 12px;
}

.breadcrumb-line-component .breadcrumb-elements-toggle {
  margin-right: 20px;
}

.heading-elements-toggle, .breadcrumb-elements-toggle, .heading-elements-toggle:hover, .breadcrumb-elements-toggle:hover, .heading-elements-toggle:focus, .breadcrumb-elements-toggle:focus {
  color: inherit;
}

.heading-elements-toggle>i, .breadcrumb-elements-toggle>i {
  top: 0;
}

@media (min-width: 769px) {
  .heading-elements-toggle, .breadcrumb-elements-toggle {
    display: none;
  }
}

.heading-elements {
  background-color: inherit;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 38px;
  margin-top: -19px;
}

@media (max-width: 768px) {
  .heading-elements:not(.not-collapsible) {
    position: static;
    margin-top: 0;
    height: auto;
  }
}

.panel-body>.heading-elements {
  top: 0;
  margin-top: 16px;
  z-index: 10;
}

@media (max-width: 768px) {
  .panel-body>.heading-elements-toggle {
    top: 20px;
    margin-top: 0;
  }
  .panel-body>.heading-elements.visible-elements {
    top: 56px;
    background-color: #fff;
  }
}

.panel-footer>.heading-elements {
  position: static;
  margin-top: 0;
  padding-right: 20px;
}

.panel-footer>.heading-elements:after {
  content: '';
  display: table;
  clear: both;
}

.panel-footer-bordered>.heading-elements:not(.visible-elements) {
  margin-left: -20px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .panel-footer>.heading-elements:not(.not-collapsible)>.pull-right {
    float: none!important;
  }
  .panel-footer .heading-elements-toggle {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .heading-elements.visible-elements .heading-text, .heading-elements.visible-elements .heading-btn, .heading-elements.visible-elements .heading-btn-group>.btn, .heading-elements.visible-elements .ui-slider, .heading-elements.visible-elements .noui-slider, .heading-elements.visible-elements .nav-tabs, .heading-elements.visible-elements .nav-pills, .heading-elements.visible-elements .pagination, .heading-elements.visible-elements .progress, .heading-elements.visible-elements .icons-list, .heading-elements.visible-elements .pager, .heading-elements.visible-elements .breadcrumb, .heading-elements.visible-elements .daterange-custom, .heading-elements.visible-elements .heading-thumbnails, .heading-elements.visible-elements .heading-form .form-group, .heading-elements.visible-elements>.btn-group {
    margin-top: 20px;
  }
}

.heading-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.heading-thumbnails>li {
  position: relative;
  display: inline-block;
  font-size: 13px;
}

.heading-thumbnails>li+li {
  margin-left: 10px;
}

.heading-thumbnails>li img {
  height: auto;
  max-height: 38px;
  max-width: 100%;
  border-radius: 100px;
}

.heading-thumbnails>li .label, .heading-thumbnails>li .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  border: 2px solid #fcfcfc;
}

.panel-default>.panel-heading .heading-thumbnails>li .label, .panel-default>.panel-heading .heading-thumbnails>li .badge, .panel-footer-transparent .heading-thumbnails>li .label, .panel-footer-transparent .heading-thumbnails>li .badge {
  border-color: #fff;
}

.heading-thumbnails>li .status-mark {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 0 2px #fcfcfc;
}

.heading-thumbnails>li .status-mark[class*=border-] {
  background-color: #fcfcfc;
}

.panel-default>.panel-heading .heading-thumbnails>li .status-mark[class*=border-], .panel-footer-transparent .heading-thumbnails>li .status-mark[class*=border-] {
  background-color: #fff;
}

.panel-default>.panel-heading .heading-thumbnails>li .status-mark, .panel-footer-transparent .heading-thumbnails>li .status-mark {
  background-color: #fff;
}

.heading-elements .heading-btn+.heading-btn, .page-header .heading-elements .icons-list>li+li, .thumbnail-heading .heading-elements .icons-list>li+li {
  margin-left: 10px;
}

.page-header-inverse .heading-elements .btn-link {
  color: #fff;
}

.heading-elements .list-inline {
  margin-bottom: 0;
}

.heading-elements .breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-elements.panel-nav .nav>li>a {
  text-align: left;
}

.heading-elements .daterange-custom {
  margin-top: 5px;
}

.heading-elements .heading-btn-group {
  font-size: 0;
}

.heading-elements .heading-btn-group>.btn+.btn:not(.btn-link) {
  margin-left: 10px;
}

.heading-elements.visible-elements {
  text-align: center;
}

.heading-elements.visible-elements .nav-tabs, .heading-elements.visible-elements .nav-pills {
  margin-bottom: 0;
}

.heading-elements.visible-elements .heading-text:not(.label):not(.badge) {
  display: block;
}

.heading-elements.visible-elements .select2-container, .heading-elements.visible-elements .selectboxit-container, .heading-elements.visible-elements .selectboxit-options, .heading-elements.visible-elements .multiselect+.btn-group, .heading-elements.visible-elements div.bootstrap-select {
  width: 100%!important;
}

.heading-elements.visible-elements .input-group, .heading-elements.visible-elements .input-group-btn, .heading-elements.visible-elements .btn-group, .heading-elements.visible-elements .dropdown, .heading-elements.visible-elements .dropup {
  position: static;
}

.heading-elements.visible-elements .dropdown-menu:not(.multiselect-container) {
  left: -1px;
  right: -1px;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.heading-elements.visible-elements .multiselect-container {
  left: 0;
  right: 0;
}

.heading-elements:not(.visible-elements) .heading-text, .heading-elements:not(.visible-elements) .heading-btn, .heading-elements:not(.visible-elements) .ui-slider, .heading-elements:not(.visible-elements) .noui-slider, .heading-elements:not(.visible-elements) .nav-tabs, .heading-elements:not(.visible-elements) .nav-pills, .heading-elements:not(.visible-elements) .pagination, .heading-elements:not(.visible-elements) .progress, .heading-elements:not(.visible-elements) .icons-list, .heading-elements:not(.visible-elements) .breadcrumb, .heading-elements:not(.visible-elements) .pager, .heading-elements:not(.visible-elements) .heading-form, .heading-elements:not(.visible-elements) .daterange-custom, .heading-elements:not(.visible-elements) .heading-thumbnails, .heading-elements:not(.visible-elements)>.btn-group {
  float: left;
  margin-left: 20px;
}

.heading-elements:not(.visible-elements) .heading-text {
  display: inline-block;
}

.heading-elements:not(.visible-elements) .heading-text+.heading-text {
  margin-left: 20px;
}

.heading-elements:not(.visible-elements) .selectbox-fixed+.selectboxit-container, .heading-elements:not(.visible-elements) .selectbox-fixed+.selectboxit-options, .heading-elements:not(.visible-elements) .progress, .heading-elements:not(.visible-elements) .ui-slider, .heading-elements:not(.visible-elements) .noui-slider, .heading-elements:not(.visible-elements) .input-group, .heading-elements:not(.visible-elements) .selectboxit-container .selectboxit-options, .heading-elements:not(.visible-elements) .heading-form .form-control {
  width: 220px;
}

.heading-elements:not(.visible-elements) .select-sm, .heading-elements:not(.visible-elements) .input-sm, .heading-elements:not(.visible-elements) .input-group-sm, .heading-elements:not(.visible-elements) .uploader-sm, .heading-elements:not(.visible-elements) .pagination-sm, .heading-elements:not(.visible-elements) .pager-sm, .heading-elements:not(.visible-elements) .selectbox-sm+.selectboxit-container, .heading-elements:not(.visible-elements) .btn-sm, .heading-elements:not(.visible-elements) .btn-group-sm>.btn {
  margin-top: 1px;
}

.heading-elements:not(.visible-elements) .select-xs, .heading-elements:not(.visible-elements) .input-xs, .heading-elements:not(.visible-elements) .input-group-xs, .heading-elements:not(.visible-elements) .uploader-xs, .heading-elements:not(.visible-elements) .pagination-xs, .heading-elements:not(.visible-elements) .pager-xs, .heading-elements:not(.visible-elements) .selectbox-xs+.selectboxit-container, .heading-elements:not(.visible-elements) .btn-xs, .heading-elements:not(.visible-elements) .btn-group-xs>.btn {
  margin-top: 2px;
}

.heading-elements:not(.visible-elements) .btn-float {
  margin-top: -7px;
}

.heading-elements:not(.visible-elements) .btn-float.has-text {
  margin-top: -19.5px;
}

.heading-elements:not(.visible-elements) .btn-float.btn-link {
  margin-top: -14px;
}

.heading-elements:not(.visible-elements) .ui-slider, .heading-elements:not(.visible-elements) .noui-slider {
  margin-top: 17px;
}

.heading-elements:not(.visible-elements) .ui-slider-lg, .heading-elements:not(.visible-elements) .noui-slider-lg {
  margin-top: 16.5px;
}

.heading-elements:not(.visible-elements) .ui-slider-sm, .heading-elements:not(.visible-elements) .noui-slider-sm {
  margin-top: 17.5px;
}

.heading-elements:not(.visible-elements) .ui-slider-xs, .heading-elements:not(.visible-elements) .noui-slider-xs {
  margin-top: 18px;
}

.heading-elements:not(.visible-elements) .progress {
  margin-top: 10px;
}

.heading-elements:not(.visible-elements) .progress-lg {
  margin-top: 8px;
}

.heading-elements:not(.visible-elements) .progress-sm {
  margin-top: 12px;
}

.heading-elements:not(.visible-elements) .progress-xs {
  margin-top: 14px;
}

.heading-elements:not(.visible-elements) .progress-xxs {
  margin-top: 16px;
}

.heading-elements:not(.visible-elements) .progress-micro {
  margin-top: 18px;
}

.heading-elements:not(.visible-elements) .icons-list {
  margin-top: 11px;
}

.heading-elements:not(.visible-elements) .heading-text {
  margin-top: 9px;
}

.heading-elements:not(.visible-elements).panel-nav>.nav {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .heading-elements:not(.visible-elements).panel-nav>.nav {
    margin-top: -1px;
  }
  .heading-elements:not(.visible-elements).panel-nav>.nav-tabs {
    border-bottom-width: 0;
  }
  .heading-elements:not(.visible-elements).panel-nav>.nav-tabs.nav-tabs-bottom>li.active>a:after {
    background-color: transparent;
  }
  .heading-elements:not(.visible-elements).panel-nav>.nav-sm {
    margin-top: 2px;
  }
  .heading-elements:not(.visible-elements).panel-nav>.nav-xs {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .heading-elements:not(.visible-elements).panel-nav {
    position: static;
    height: auto;
  }
  .heading-elements:not(.visible-elements).panel-nav>.nav {
    float: none;
  }
  .panel-heading .heading-elements:not(.visible-elements).panel-nav {
    margin-top: 15px;
  }
  .panel-flat .panel-heading .heading-elements:not(.visible-elements).panel-nav {
    margin-top: 20px;
  }
  .panel-heading .heading-elements:not(.visible-elements).panel-nav>.nav {
    margin-left: 0;
  }
  .panel-footer .heading-elements:not(.visible-elements).panel-nav.not-collapsible>.nav {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.heading-form .form-group {
  margin-bottom: 0;
}

.heading-form .checkbox-switchery, .heading-form .checkbox-switchery[class*="switchery-"] {
  margin-bottom: 0;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-inline, .heading-elements:not(.visible-elements) .heading-form .radio-inline {
  margin-top: 9px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch {
  margin-top: 2px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-sm {
  margin-top: 3px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-xs {
  margin-top: 4px;
}

.heading-elements:not(.visible-elements) .heading-form .input-group {
  max-width: 220px;
}

.heading-elements:not(.visible-elements) .heading-form .input-group .form-control {
  width: 100%;
  margin-top: 0;
}

.heading-elements:not(.visible-elements) .heading-form .input-group.input-group-sm .btn, .heading-elements:not(.visible-elements) .heading-form .input-group.input-group-xs .btn {
  margin-top: 0;
}

@media (min-width: 769px) {
  .heading-form .form-group {
    float: left;
  }
  .heading-form .form-group+.form-group {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .heading-elements:not(.not-collapsible), .breadcrumb-elements:not(.not-collapsible) {
    display: none;
  }
  .heading-elements.visible-elements, .breadcrumb-elements.visible-elements {
    display: block;
  }
  .panel .has-visible-elements {
    padding-bottom: 0;
  }
  .panel-flat .panel-heading.has-visible-elements {
    padding-bottom: 20px;
  }
  .panel .visible-elements {
    border-top: 1px solid #ddd;
    padding: 20px;
    padding-top: 0;
  }
  .panel-heading .visible-elements {
    margin: 15px -20px 0 -20px;
    background-color: #fcfcfc;
  }
  .panel-flat .panel-heading .visible-elements {
    margin-top: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
  }
  .panel-footer .visible-elements {
    margin-top: 8px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel-footer-condensed .visible-elements {
    margin-top: 2px;
  }
  .panel-footer-transparent .visible-elements {
    margin-top: 11px;
    background-color: #fff;
  }
  .panel[class*=bg-] .visible-elements, .panel-heading[class*=bg-] .visible-elements, .panel-primary .visible-elements, .panel-danger .visible-elements, .panel-success .visible-elements, .panel-warning .visible-elements, .panel-info .visible-elements {
    border-color: rgba(255, 255, 255, 0.2);
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .visible-elements.breadcrumb-elements.not-collapsible {
    display: none;
  }
  .page-header-content>.visible-elements {
    background-color: #eeeded;
    left: 0;
    right: 0;
    border-top: 1px solid #e2e0e0;
    z-index: 1002;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header-default .page-header-content>.visible-elements {
    background-color: #fcfcfc;
    border-color: #ddd;
  }
  .page-header-inverse .page-header-content>.visible-elements {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
  }
}

/* ------------------------------------------------------------------------------
*
*  # Helper classes
*
*  Custom helper classes
*
*  Version: 1.2
*  Latest update: Mar 20, 2017
*
* ---------------------------------------------------------------------------- */

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.no-edge-top {
  top: 0;
}

.no-edge-bottom {
  bottom: 0;
}

.no-edge-left {
  left: 0;
}

.no-edge-right {
  right: 0;
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 769px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .text-right-xs {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}

@media (min-width: 1025px) {
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 769px) {
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 480px) {
  .pull-right-xs {
    float: right;
  }
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-baseline {
  vertical-align: baseline;
}

.valign-text-top {
  vertical-align: top;
}

.valign-text-bottom {
  vertical-align: text-bottom;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.display-block, label.display-block {
  display: block;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-default {
  cursor: default;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.content-group-xs {
  margin-bottom: 10px !important;
}

.content-group-sm {
  margin-bottom: 15px !important;
}

.content-group {
  margin-bottom: 20px !important;
}

.content-group-lg {
  margin-bottom: 30px !important;
}

.no-margin {
  margin: 0!important;
}

.no-margin-top {
  margin-top: 0!important;
}

.no-margin-bottom {
  margin-bottom: 0!important;
}

.no-margin-left {
  margin-left: 0!important;
}

.no-margin-right {
  margin-right: 0!important;
}

.m-5 {
  margin: 5px!important;
}

.m-10 {
  margin: 10px!important;
}

.m-15 {
  margin: 15px!important;
}

.m-20 {
  margin: 20px!important;
}

.mt-5 {
  margin-top: 5px!important;
}

.mt-10 {
  margin-top: 10px!important;
}

.mt-15 {
  margin-top: 15px!important;
}

.mt-20 {
  margin-top: 20px!important;
}

.mb-5 {
  margin-bottom: 5px!important;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-15 {
  margin-bottom: 15px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.ml-5 {
  margin-left: 5px!important;
}

.ml-10 {
  margin-left: 10px!important;
}

.ml-15 {
  margin-left: 15px!important;
}

.ml-20 {
  margin-left: 20px!important;
}

.mr-5 {
  margin-right: 5px!important;
}

.mr-10 {
  margin-right: 10px!important;
}

.mr-15 {
  margin-right: 15px!important;
}

.mr-20 {
  margin-right: 20px!important;
}

.no-padding {
  padding: 0!important;
}

.no-padding-top {
  padding-top: 0!important;
}

.no-padding-bottom {
  padding-bottom: 0!important;
}

.no-padding-left {
  padding-left: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

.p-5 {
  padding: 5px!important;
}

.p-10 {
  padding: 10px!important;
}

.p-15 {
  padding: 15px!important;
}

.p-20 {
  padding: 20px!important;
}

.pt-5 {
  padding-top: 5px!important;
}

.pt-10 {
  padding-top: 10px!important;
}

.pt-15 {
  padding-top: 15px!important;
}

.pt-20 {
  padding-top: 20px!important;
}

.pb-5 {
  padding-bottom: 5px!important;
}

.pb-10 {
  padding-bottom: 10px!important;
}

.pb-15 {
  padding-bottom: 15px!important;
}

.pb-20 {
  padding-bottom: 20px!important;
}

.pl-5 {
  padding-left: 5px!important;
}

.pl-10 {
  padding-left: 10px!important;
}

.pl-15 {
  padding-left: 15px!important;
}

.pl-20 {
  padding-left: 20px!important;
}

.pr-5 {
  padding-right: 5px!important;
}

.pr-10 {
  padding-right: 10px!important;
}

.pr-15 {
  padding-right: 15px!important;
}

.pr-20 {
  padding-right: 20px!important;
}

.no-border {
  border: 0!important;
}

.no-border-top {
  border-top: 0!important;
}

.no-border-bottom {
  border-bottom: 0!important;
}

.no-border-left {
  border-left: 0!important;
}

.no-border-right {
  border-right: 0!important;
}

.no-border-radius {
  border-radius: 0;
}

.no-border-radius-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-border-radius-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.border-radius-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.border-radius-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-radius-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.border-radius-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

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

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

.border-lg {
  border-width: 2px;
}

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

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

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

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

.border-xlg {
  border-width: 3px;
}

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

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

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

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

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-depth1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

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

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

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

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

.full-width {
  width: 100%;
}

@media (min-width: 769px) {
  .width-200 {
    min-width: 200px;
  }
  .width-250 {
    min-width: 250px;
  }
  .width-300 {
    min-width: 300px;
  }
  .width-350 {
    min-width: 350px;
  }
  .width-400 {
    min-width: 400px;
  }
  .width-450 {
    min-width: 450px;
  }
  .width-500 {
    min-width: 500px;
  }
  .width-550 {
    min-width: 550px;
  }
  .width-600 {
    min-width: 600px;
  }
  .width-650 {
    min-width: 650px;
  }
}

.img-lg {
  width: 44px!important;
  height: 44px!important;
}

.img-md {
  width: 40px!important;
  height: 40px!important;
}

.img-sm {
  width: 36px!important;
  height: 36px!important;
}

.img-xs {
  width: 32px!important;
  height: 32px!important;
}

/* ------------------------------------------------------------------------------
*
*  # Waves component
*
*  Overrides for tooltips bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.media-preview {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 90px;
}

/* ------------------------------------------------------------------------------
*
*  # Tokenfield for Bootstrap
*
*  Styles for tokenfield.js - Advanced tagging/tokenizing plugin for Bootstrap
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.tokenfield {
  border-width: 0;
}

.tokenfield.form-control {
  height: auto;
  padding: 0;
}

.tokenfield:after {
  content: '';
  display: table;
  clear: both;
}

.tokenfield .token {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 6px;
  cursor: default;
  float: left;
  position: relative;
  border-radius: 100px;
}

.tokenfield .token:not([class*=bg-]) {
  background-color: #eee;
  color: #333333;
}

.tokenfield .token:not([class*=bg-]):hover, .tokenfield .token:not([class*=bg-]):focus {
  background-color: #2196F3;
  color: #fff;
}

.tokenfield .token.invalid {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #F44336;
}

.tokenfield .token.invalid.active {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.tokenfield .token .token-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 16px;
  padding-right: 35px;
}

.tokenfield .token>.close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: inherit;
  right: 16px;
  line-height: 1;
  margin-top: -5.5px;
}

.tokenfield .token>.close:after {
  content: '\ed6a';
  font-family: 'icomoon';
  display: block;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tokenfield .token>.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tokenfield+.form-control-feedback {
  margin-top: 3px;
}

.tokenfield .twitter-typeahead {
  width: auto;
}

.tokenfield .token-input {
  direction: ltr;
  background: none;
  width: 80px!important;
  max-width: 50%;
  min-width: 60px;
  padding: 8px 0;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 0;
  border-bottom: 1px solid;
  border-color: #2196F3;
  outline: 0;
}

.tokenfield.readonly .token .token-label {
  padding-right: 16px;
}

.tokenfield.readonly .token .close {
  display: none;
}

.tokenfield.disabled .token, .tokenfield.disabled .token .close {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tokenfield.disabled .token:hover, .tokenfield.disabled .token:focus {
  background-color: #eee;
  color: #333333;
}

.tokenfield.disabled, .tokenfield.disabled .token-input, .tokenfield.disabled .token, .tokenfield.disabled .token .close {
  cursor: not-allowed;
}

.input-group-lg .token>.token-label, .tokenfield.input-lg .token>span {
  padding: 9px 18px;
  padding-right: 38px;
}

.input-group-lg .token-input, .tokenfield.input-lg .token-input {
  padding-top: 9px;
  padding-bottom: 9px;
}

.input-group-lg .token>.close, .tokenfield.input-lg .token>.close {
  right: 18px;
}

.input-group-lg.readonly .token>.token-label, .tokenfield.input-lg.readonly .token>.token-label {
  padding-right: 18px;
}

.input-group-sm .token>.token-label, .tokenfield.input-sm .token>span {
  padding: 7px 14px;
  padding-right: 32px;
}

.input-group-sm .token-input, .tokenfield.input-sm .token-input {
  padding-top: 7px;
  padding-bottom: 7px;
}

.input-group-sm .token>.close, .tokenfield.input-sm .token>.close {
  right: 14px;
}

.input-group-sm.readonly .token>.token-label, .tokenfield.input-sm.readonly .token>.token-label {
  padding-right: 14px;
}

/* ------------------------------------------------------------------------------
*
*  # Summernote editor
*
*  Super simple WYSIWYG Editor for Bootstrap framework
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../css/icons/summernote//summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../css/icons/summernote//summernote.eot?#iefix") format("embedded-opentype"), url("../css/icons/summernote//summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../css/icons/summernote//summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
}

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before {
  content: "\f101";
}

.note-icon-align-indent:before {
  content: "\f102";
}

.note-icon-align-justify:before {
  content: "\f103";
}

.note-icon-align-left:before {
  content: "\f104";
}

.note-icon-align-outdent:before {
  content: "\f105";
}

.note-icon-align-right:before {
  content: "\f106";
}

.note-icon-align:before {
  content: "\f107";
}

.note-icon-arrows-alt:before {
  content: "\f108";
}

.note-icon-bold:before {
  content: "\f109";
}

.note-icon-caret:before {
  content: "\f10a";
}

.note-icon-chain-broken:before {
  content: "\f10b";
}

.note-icon-circle:before {
  content: "\f10c";
}

.note-icon-close:before {
  content: "\f10d";
}

.note-icon-code:before {
  content: "\f10e";
}

.note-icon-eraser:before {
  content: "\f10f";
}

.note-icon-font:before {
  content: "\f110";
}

.note-icon-frame:before {
  content: "\f111";
}

.note-icon-italic:before {
  content: "\f112";
}

.note-icon-link:before {
  content: "\f113";
}

.note-icon-magic:before {
  content: "\f114";
}

.note-icon-menu-check:before {
  content: "\f115";
}

.note-icon-minus:before {
  content: "\f116";
}

.note-icon-orderedlist:before {
  content: "\f117";
}

.note-icon-pencil:before {
  content: "\f118";
}

.note-icon-picture:before {
  content: "\f119";
}

.note-icon-question:before {
  content: "\f11a";
}

.note-icon-redo:before {
  content: "\f11b";
}

.note-icon-special-character:before {
  content: "\f11c";
}

.note-icon-square:before {
  content: "\f11d";
}

.note-icon-strikethrough:before {
  content: "\f11e";
}

.note-icon-subscript:before {
  content: "\f11f";
}

.note-icon-summernote:before {
  content: "\f120";
}

.note-icon-superscript:before {
  content: "\f121";
}

.note-icon-table:before {
  content: "\f122";
}

.note-icon-text-height:before {
  content: "\f123";
}

.note-icon-trash:before {
  content: "\f124";
}

.note-icon-underline:before {
  content: "\f125";
}

.note-icon-undo:before {
  content: "\f126";
}

.note-icon-unorderedlist:before {
  content: "\f127";
}

.note-icon-video:before {
  content: "\f128";
}

.note-editor {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-editor .note-dropzone {
  position: absolute;
  z-index: 1;
  display: none;
  color: #2196F3;
  background-color: #fff;
  border: 2px dashed #2196F3;
  pointer-events: none;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.note-editor .note-dropzone.hover {
  color: #2196F3;
  border: 2px dashed #2196F3;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-toolbar {
  background-color: transparent;
  border-bottom: 0;
  padding: 20px;
  padding-top: 0;
  margin: 0;
}

.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}

.note-editor.fullscreen .note-editable {
  background-color: #fff;
}

.note-editor.fullscreen .note-resizebar {
  display: none;
}

.note-editor.codeview .note-editable {
  display: none;
}

.note-editor.codeview .note-codable {
  display: block;
}

.note-editor .note-statusbar {
  background-color: #fcfcfc;
}

.small-editor .note-editor {
  height: 40px;
}

.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: s-resize;
  border-top: 1px solid #ddd;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #aaaaaa;
}

.note-editor .note-editable {
  padding: 5px;
  padding-top: 10px;
  overflow: auto;
  outline: 0;
  min-height: 150px;
}

.note-editor .note-editable[contenteditable="false"] {
  background-color: #eeeeee;
}

.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  color: #fff;
  background-color: #333333;
  border: 0;
  border-radius: 0;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-editor .modal-title {
  font-size: 17px;
}

.note-air-editor {
  outline: 0;
}

.note-popover {
  max-width: none;
}

.note-popover .popover-content {
  padding: 15px;
  padding-top: 0;
  margin: 0;
}

.note-popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover .popover-content>.btn-group:last-child {
  margin-right: 0;
}

.note-popover .arrow {
  left: 20px;
}

.note-popover .popover-content>.note-btn-group, .note-toolbar>.note-btn-group {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0;
}

.note-popover .popover-content>.note-btn-group .note-icon-caret:before, .note-toolbar>.note-btn-group .note-icon-caret:before {
  width: 9px;
  margin-left: 2px;
  margin-right: 2px;
}

.note-popover .popover-content>.note-btn-group i+.note-icon-caret, .note-toolbar>.note-btn-group i+.note-icon-caret {
  margin-left: 2px;
  margin-right: -5px;
}

.note-popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0;
}

.note-popover .popover-content .note-table, .note-toolbar .note-table {
  min-width: 0;
}

.note-popover .popover-content .note-table.dropdown-menu, .note-toolbar .note-table.dropdown-menu {
  padding: 10px;
}

.note-popover .popover-content .note-table .note-dimension-picker, .note-toolbar .note-table .note-dimension-picker {
  font-size: 18px;
  margin-bottom: 10px;
}

.note-popover .popover-content .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute!important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-popover .popover-content .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative!important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-popover .popover-content .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute!important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-popover .popover-content .note-table .note-dimension-display, .note-toolbar .note-table .note-dimension-display {
  text-align: center;
}

.note-popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
  min-width: 330px;
  white-space: nowrap;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 8px 16px;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 7px 14px;
  cursor: pointer;
  background-color: #F5F5F5;
  text-align: center;
  margin-bottom: 10px;
}

.note-popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
  min-width: 290px;
  padding: 10px;
  text-align: center;
}

.note-popover .popover-content .note-para .dropdown-menu>div:first-child, .note-toolbar .note-para .dropdown-menu>div:first-child {
  margin-right: 10px;
}

.note-popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
  min-width: 90px;
}

.note-popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-popover .popover-content .dropdown-menu.right:before, .note-toolbar .dropdown-menu.right:before {
  right: 9px;
  left: auto!important;
}

.note-popover .popover-content .dropdown-menu.right:after, .note-toolbar .dropdown-menu.right:after {
  right: 10px;
  left: auto!important;
}

.note-popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
  display: none;
}

.note-popover .popover-content .dropdown-menu li a.checked, .note-toolbar .dropdown-menu li a.checked {
  background-color: #f5f5f5;
}

.note-popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #333333;
}

.note-popover .popover-content>.btn-group {
  margin-top: 15px;
  margin-right: 15px;
}

.note-dialog>div {
  display: none;
}

.note-dialog .note-image-dialog .mote-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 25px;
  color: #eeeeee;
  text-align: center;
  border: 4px dashed #eeeeee;
}

.note-dialog .note-help-dialog {
  color: #ccc;
  background-color: transparent;
  background-color: #333333 !important;
  border: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.note-dialog .note-help-dialog a {
  color: #fff;
}

.note-dialog .note-help-dialog .title {
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.note-dialog .note-help-dialog .modal-content {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-dialog .note-help-dialog .modal-close {
  color: #999999;
  cursor: pointer;
}

.note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}

.note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}

.note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}

.note-dialog .note-help-dialog .note-shortcut th {
  color: #eeeeee;
  text-align: left;
}

.note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  padding-right: 10px;
  font-family: "Courier New";
  color: #eeeeee;
  text-align: right;
}

.note-group-select-from-files label {
  display: block;
}

.note-handle {
  position: relative;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #333333;
  z-index: 10;
}

.note-handle .note-control-selection>div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #333333;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #fff;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: 0;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #333333;
  border-radius: 3px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap switches
*
*  Styles for switch.min.js - checkbox/radio toggle switches
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid transparent;
  position: relative;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out 0.05s;
  -o-transition: all ease-in-out 0.05s;
  transition: all ease-in-out 0.05s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch.bootstrap-switch-focused {
  outline: 0;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 8px 16px;
}

.bootstrap-switch input[type='radio'], .bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bootstrap-switch input[type='radio'].form-control, .bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch-handle-on, .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #333333;
  background-color: #eeeeee;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background-color: #2196F3;
}

.bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background-color: #F44336;
}

.bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background-color: #4CAF50;
}

.bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #fff;
  background-color: #FF5722;
}

.bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background-color: #00BCD4;
}

.bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch-label {
  text-align: center;
  z-index: 100;
  color: #333333;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.bootstrap-switch-label:hover {
  background-color: #fcfcfc;
}

.bootstrap-switch-label:active {
  background-color: #fafafa;
}

.bootstrap-switch-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
  display: inline-block;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch-large .bootstrap-switch-label {
  padding: 9px 18px;
}

.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch-mini .bootstrap-switch-label {
  padding: 6px 12px;
}

.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch-small .bootstrap-switch-label {
  padding: 7px 14px;
}

.checkbox-switch>label, label.checkbox-switch.checkbox-inline {
  padding: 0;
}

.checkbox-switch.checkbox-right .bootstrap-switch {
  margin-right: 0;
  margin-left: 8px;
}

/* ------------------------------------------------------------------------------
 *
 *  # Daterange picker
 *
 *  Date range picker component for Bootstrap
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */

.daterangepicker {
  position: absolute;
  left: 0;
  margin-top: 5px;
  width: auto;
  padding: 0;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  background-color: transparent;
  border: 0;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.daterangepicker.dropup {
  margin-top: -8px;
}

.daterangepicker .ranges, .daterangepicker .calendar {
  float: left;
}

.daterangepicker.opensleft .calendars {
  float: left;
}

.daterangepicker.opensright .calendars {
  float: right;
}

.daterangepicker.single .calendar {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.daterangepicker.single .ranges {
  display: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  background-color: #fff;
  border-radius: 3px;
  margin: 8px;
  padding: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker table tbody th, .daterangepicker table tbody td {
  cursor: pointer;
}

.daterangepicker th, .daterangepicker td {
  white-space: nowrap;
  text-align: center;
}

.daterangepicker th.week, .daterangepicker td.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker th {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}

.daterangepicker th>i {
  top: 0;
}

.daterangepicker th.prev, .daterangepicker th.next {
  cursor: pointer;
}

.daterangepicker th.available:hover, .daterangepicker th.available:focus {
  color: #333333;
}

.daterangepicker td.available:hover, .daterangepicker td.available:focus {
  background-color: #f5f5f5;
}

.daterangepicker td.off, .daterangepicker td.disabled {
  color: #ccc;
}

.daterangepicker td.disabled {
  cursor: not-allowed;
}

.daterangepicker td.in-range {
  background-color: #f5f5f5;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.active:focus {
  background-color: #26A69A;
  color: #fff;
  border-radius: 3px;
}

.daterangepicker .table-condensed tr>th, .daterangepicker .table-condensed tr>td {
  padding: 10px;
  line-height: 1;
}

.daterangepicker .table-condensed thead tr:last-child th {
  padding-top: 16px;
}

.daterangepicker .table-condensed .month {
  font-size: 17px;
  line-height: 1;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.daterangepicker select {
  display: inline-block;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 11px;
  color: #999999;
}

.daterangepicker .daterangepicker_input input {
  padding-right: 24px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 16px 0;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  width: 200px;
  margin-top: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.opensright .ranges {
  margin-left: 0;
}

.opensleft .ranges {
  margin-right: 0;
}

.ranges ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.ranges ul+.daterangepicker-inputs {
  border-top: 1px solid #e5e5e5;
}

.ranges ul li {
  color: #333333;
  padding: 8px 16px;
  cursor: pointer;
  margin-top: 1px;
}

.ranges ul li:first-child {
  margin-top: 0;
}

.ranges ul li:hover, .ranges ul li:focus {
  background-color: #f5f5f5;
}

.ranges ul li.active {
  color: #fff;
  background-color: #26A69A;
}

.ranges .daterangepicker-inputs {
  padding: 16px;
}

.ranges .daterangepicker-inputs .daterangepicker_input+.daterangepicker_input {
  margin-top: 16px;
}

.ranges .daterangepicker-inputs .daterangepicker_input>span {
  display: block;
  font-size: 12px;
  color: #999999;
}

.ranges .range_inputs {
  padding: 16px;
  padding-top: 0;
}

.ranges .range_inputs .btn {
  display: block;
  width: 100%;
}

.ranges .range_inputs .btn+.btn {
  margin-top: 16px;
}

@media (min-width: 769px) {
  .ranges {
    margin: 8px;
  }
}

.daterange-custom {
  cursor: pointer;
}

.daterange-custom:after {
  content: '';
  display: table;
  clear: both;
}

.daterange-custom .label, .daterange-custom .badge {
  margin: 4px 0 0 8px;
  vertical-align: top;
}

.daterange-custom .label-icon {
  margin-top: 0;
  margin-right: 5px;
}

.daterange-custom-display {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  line-height: 1;
}

.daterange-custom-display:after {
  content: '\e9c9';
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.daterange-custom.is-opened .daterange-custom-display:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.daterange-custom-display>i {
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.015em;
}

.daterange-custom-display b {
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}

.daterange-custom-display b>i {
  font-size: 11px;
  display: block;
  line-height: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.daterange-custom-display em {
  line-height: 30px;
  vertical-align: top;
  margin: 0 4px;
}

@media (max-width: 769px) {
  .opensleft, .opensright {
    left: 0!important;
    right: 0;
  }
  .opensleft .calendars, .opensright .calendars {
    float: none;
  }
  .daterangepicker.opensleft .ranges, .daterangepicker.opensright .ranges, .daterangepicker.opensleft .calendar, .daterangepicker.opensright .calendar, .daterangepicker.opensleft .calendars, .daterangepicker.opensright .calendars {
    float: none;
  }
  .daterangepicker {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .daterangepicker .calendar {
    margin-left: 0;
    margin-right: 0;
  }
  .daterangepicker .ranges {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Ladda progress buttons
*
*  Buttons with built-in loading indicators
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.btn-ladda, .btn-ladda .ladda-spinner, .btn-ladda .ladda-label {
  -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -o-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.btn-ladda .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 50%;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda .ladda-label {
  z-index: 3;
}

.btn-ladda .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-loading] .ladda-progress {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=zoom-in], .btn-ladda[data-style=zoom-out] {
  overflow: hidden;
}

.btn-ladda[data-style=zoom-in], .btn-ladda[data-style=zoom-out], .btn-ladda[data-style=zoom-in] .ladda-spinner, .btn-ladda[data-style=zoom-out] .ladda-spinner, .btn-ladda[data-style=zoom-in] .ladda-label, .btn-ladda[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.btn-ladda[data-style=zoom-in] .ladda-label, .btn-ladda[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.btn-ladda[data-style=zoom-in] .ladda-spinner, .btn-ladda[data-style=zoom-out] .ladda-spinner {
  left: 50%;
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label, .btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-spinner, .btn-ladda[data-style=zoom-out][data-loading] .ladda-spinner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=zoom-in] .ladda-spinner {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label {
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.btn-ladda[data-style=zoom-out] .ladda-spinner {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.btn-ladda[data-style=expand-left] {
  overflow: hidden;
}

.btn-ladda[data-style=expand-left] .ladda-spinner {
  left: 20px;
}

.btn-ladda[data-style=expand-left][data-loading] {
  padding-left: 35px;
}

.btn-ladda[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=expand-right] {
  overflow: hidden;
}

.btn-ladda[data-style=expand-right] .ladda-spinner {
  right: 20px;
}

.btn-ladda[data-style=expand-right][data-loading] {
  padding-right: 35px;
}

.btn-ladda[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=expand-up] {
  overflow: hidden;
}

.btn-ladda[data-style=expand-up] .ladda-spinner {
  top: -16px;
  left: 50%;
}

.btn-ladda[data-style=expand-up][data-loading] {
  padding-top: 40px;
}

.btn-ladda[data-style=expand-up][data-loading] .ladda-spinner {
  top: 12px;
  margin-top: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=expand-down] {
  overflow: hidden;
}

.btn-ladda[data-style=expand-down] .ladda-spinner {
  top: 44px;
  left: 50%;
}

.btn-ladda[data-style=expand-down][data-loading] {
  padding-bottom: 40px;
}

.btn-ladda[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=slide-left] {
  overflow: hidden;
}

.btn-ladda[data-style=slide-left] .ladda-label {
  left: 0;
  position: relative;
}

.btn-ladda[data-style=slide-left] .ladda-spinner {
  right: 0;
}

.btn-ladda[data-style=slide-left][data-loading] .ladda-label {
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=slide-left][data-loading] .ladda-spinner {
  right: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=slide-right] {
  overflow: hidden;
}

.btn-ladda[data-style=slide-right] .ladda-label {
  right: 0;
  position: relative;
}

.btn-ladda[data-style=slide-right] .ladda-spinner {
  left: 0;
}

.btn-ladda[data-style=slide-right][data-loading] .ladda-label {
  right: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=slide-right][data-loading] .ladda-spinner {
  left: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=slide-up] {
  overflow: hidden;
}

.btn-ladda[data-style=slide-up] .ladda-label {
  top: 0;
  position: relative;
}

.btn-ladda[data-style=slide-up] .ladda-spinner {
  top: 100%;
  left: 50%;
}

.btn-ladda[data-style=slide-up][data-loading] .ladda-label {
  top: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=slide-up][data-loading] .ladda-spinner {
  top: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=slide-down] {
  overflow: hidden;
}

.btn-ladda[data-style=slide-down] .ladda-label {
  top: 0;
  position: relative;
}

.btn-ladda[data-style=slide-down] .ladda-spinner {
  top: -100%;
  left: 50%;
}

.btn-ladda[data-style=slide-down][data-loading] .ladda-label {
  top: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=slide-down][data-loading] .ladda-spinner {
  top: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=fade] {
  overflow: hidden;
}

.btn-ladda[data-style=fade] .ladda-spinner {
  left: 50%;
}

.btn-ladda[data-style=fade][data-loading] .ladda-label {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=fade][data-loading] .ladda-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-ladda[data-style=radius] {
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.btn-ladda[data-style=radius] .ladda-spinner {
  left: 50%;
}

.btn-ladda[data-style=radius][data-loading] {
  border-radius: 4px;
}

.btn-ladda[data-style=radius][data-loading] .ladda-label {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-ladda[data-style=radius][data-loading] .ladda-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ------------------------------------------------------------------------------
*
*  # Uniform form inputs plugin
*
*  Styles for uniform.min.js - form components styling
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------
*
*  # Uniform form inputs plugin
*
*  Styles for uniform.min.js - form components styling
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.checker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.checker, .checker span, .checker input {
  width: 18px;
  height: 18px;
}

.checker span {
  color: #455A64;
  border: 2px solid #607D8B;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
}

.checker span:after {
  content: "\ed6e";
  font-family: 'icomoon';
  font-size: 16px;
  color: inherit;
  line-height: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.checker span.checked {
  border-color: transparent;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.checker span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.checker input[type=checkbox], .choice input[type=radio] {
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox .checker, .checkbox-inline .checker {
  position: absolute;
  top: 1px;
  left: 0;
}

.form-horizontal .checkbox .checker, .form-horizontal .checkbox-inline .checker {
  top: 10px;
}

.checkbox-right .checker {
  left: auto;
  right: 0;
}

.checker.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.checker.disabled, .checker.disabled input[type=checkbox] {
  cursor: not-allowed;
}

.checkbox>label:active .checker.disabled span:after, .checkbox-inline:active .checker.disabled span:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox>label:active .checker.disabled span.checked:after, .checkbox-inline:active .checker.disabled span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.checker[class*=border-] span:not(.checked) {
  border-color: inherit;
}

.dropdown-menu>.active:not(.disabled) .checker span, .dropdown-menu[class*=bg-] .checker span, .page-header-inverse .form-group>.checkbox .checker span, .page-header-inverse .form-group>.checkbox-inline .checker span, .navbar-inverse .navbar-form .form-group>.checkbox .checker span, .navbar-inverse .navbar-form .form-group>.checkbox-inline .checker span, .sidebar:not(.sidebar-default) .checkbox .checker span, .sidebar:not(.sidebar-default) .checkbox-inline .checker span {
  border-color: #fff;
  color: #fff;
}

.dropdown-menu>.active:not(.disabled) .checker span.checked, .dropdown-menu[class*=bg-] .checker span.checked, .page-header-inverse .form-group>.checkbox .checker span.checked, .page-header-inverse .form-group>.checkbox-inline .checker span.checked, .navbar-inverse .navbar-form .form-group>.checkbox .checker span.checked, .navbar-inverse .navbar-form .form-group>.checkbox-inline .checker span.checked, .sidebar:not(.sidebar-default) .checkbox .checker span.checked, .sidebar:not(.sidebar-default) .checkbox-inline .checker span.checked {
  border-color: transparent;
}

.choice {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 100%;
}

.choice, .choice span, .choice input {
  width: 18px;
  height: 18px;
}

.choice span {
  border: 2px solid #607D8B;
  display: -moz-inline-box;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.choice span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border: 4px solid;
  border-color: inherit;
  width: 0;
  height: 0;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.choice span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.radio .choice, .radio-inline .choice {
  position: absolute;
  top: 1px;
  left: 0;
}

.form-horizontal .radio .choice, .form-horizontal .radio-inline .choice {
  top: 10px;
}

.radio-right .choice {
  left: auto;
  right: 0;
}

.choice.active span:after, .radio>label:active .choice span:after, .radio-inline:active .choice span:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.choice.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.choice.disabled, .choice.disabled input[type=radio] {
  cursor: not-allowed;
}

.radio>label:active .choice.disabled span:after, .radio-inline:active .choice.disabled span:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio>label:active .choice.disabled span.checked:after, .radio-inline:active .choice.disabled span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.choice[class*=border-] span:after {
  border-color: inherit;
}

.dropdown-menu>.active .choice span, .dropdown-menu[class*=bg-] .choice span, .page-header-inverse .form-group>.radio .choice span, .page-header-inverse .form-group>.radio-inline .choice span, .navbar-inverse .navbar-form .form-group>.radio .choice span, .navbar-inverse .navbar-form .form-group>.radio-inline .choice span, .sidebar:not(.sidebar-default) .radio .choice span, .sidebar:not(.sidebar-default) .radio-inline .choice span {
  border-color: #fff;
}

.uploader {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.uploader:after {
  content: '';
  display: table;
  clear: both;
}

.uploader .filename {
  color: #999999;
  padding: 8px 16px;
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  float: right;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.uploader .action {
  cursor: pointer;
  margin: 0;
  float: left;
}

.uploader .action.btn {
  margin-top: 0;
}

.uploader:hover .action, .uploader:focus .action {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.uploader:active .action {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.uploader input[type=file] {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  border: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}

.uploader.disabled input[type=file] {
  cursor: not-allowed;
}

.uploader.disabled .action {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sidebar .form-group>.uploader {
  display: block;
}

.sidebar .form-group>.uploader .filename {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.sidebar .form-group>.uploader .action {
  display: block;
}

.page-header-inverse .form-group>.uploader .filename, .navbar-inverse .navbar-form .form-group>.uploader .filename {
  color: rgba(255, 255, 255, 0.9);
}

.uploader-lg input[type=file], .uploader-lg .action, .uploader-lg .filename {
  height: 40px;
}

.uploader-lg .filename {
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.4285715;
}

.uploader-sm input[type=file], .uploader-sm .action, .uploader-sm .filename {
  height: 36px;
}

.uploader-sm .filename {
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1.6666667;
}

.uploader-xs input[type=file], .uploader-xs .action, .uploader-xs .filename {
  height: 34px;
}

.uploader-xs .filename {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.6666667;
}

/* ------------------------------------------------------------------------------
*
*  # Switchery toggles
*
*  Styles for switchery.min.js - toggle switches
*
*  Version: 1.0
*  Latest update: Mar 25, 2015
*
* ---------------------------------------------------------------------------- */

.switchery {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.checkbox-switchery .switchery {
  position: absolute;
  left: 0;
  margin-top: -2px;
}

.switchery>small {
  background-color: #fff;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.checkbox.checkbox-switchery {
  margin-bottom: 14px;
  padding-left: 0;
}

.checkbox.checkbox-switchery.disabled .switchery {
  cursor: not-allowed;
}

.checkbox[class*=switchery-], .checkbox-inline[class*=switchery-] {
  padding-left: 0;
  padding-right: 0;
}

.switchery-lg.checkbox-switchery {
  margin-bottom: 18px;
}

.switchery-lg.checkbox-switchery .switchery {
  margin-top: -4px;
}

label.switchery-lg {
  margin-bottom: 0;
}

.switchery-lg .switchery {
  height: 26px;
  width: 52px;
}

.switchery-lg .switchery>small {
  height: 26px;
  width: 26px;
}

.switchery-sm.checkbox-switchery {
  margin-bottom: 10px;
}

.switchery-sm.checkbox-switchery .switchery {
  margin-top: 0px;
}

label.switchery-sm {
  margin-bottom: 0;
}

.switchery-sm .switchery {
  height: 18px;
  width: 36px;
}

.switchery-sm .switchery>small {
  height: 18px;
  width: 18px;
}

.switchery-xs.checkbox-switchery {
  margin-bottom: 6px;
}

.switchery-xs.checkbox-switchery .switchery {
  margin-top: 2px;
}

label.switchery-xs {
  margin-bottom: 0;
}

.switchery-xs .switchery {
  height: 14px;
  width: 28px;
}

.switchery-xs .switchery>small {
  height: 14px;
  width: 14px;
}

.checkbox-switchery label, label.checkbox-switchery {
  position: relative;
  padding-left: 56px;
  margin: 0;
  cursor: pointer;
}

.checkbox-switchery.switchery-lg label, label.checkbox-switchery.switchery-lg {
  padding-left: 64px;
}

.checkbox-switchery.switchery-sm label, label.checkbox-switchery.switchery-sm {
  padding-left: 48px;
}

.checkbox-switchery.switchery-xs label, label.checkbox-switchery.switchery-xs {
  padding-left: 40px;
}

.checkbox-switchery.checkbox-inline {
  margin-bottom: 0;
}

.checkbox-switchery.checkbox-right .switchery {
  left: auto;
  right: 0;
}

.checkbox-switchery.checkbox-right label, label.checkbox-switchery.checkbox-right {
  padding-left: 0;
  padding-right: 56px;
}

.checkbox-switchery.checkbox-right.switchery-lg label, label.checkbox-switchery.checkbox-right.switchery-lg {
  padding-left: 0;
  padding-right: 64px;
}

.checkbox-switchery.checkbox-right.switchery-sm label, label.checkbox-switchery.checkbox-right.switchery-sm {
  padding-left: 0;
  padding-right: 48px;
}

.checkbox-switchery.checkbox-right.switchery-xs label, label.checkbox-switchery.checkbox-right.switchery-xs {
  padding-left: 0;
  padding-right: 40px;
}

.switchery-double .switchery {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -7px;
  margin-bottom: -5px;
}

.switchery-double.checkbox-switchery label, label.switchery-double.checkbox-switchery {
  padding: 0;
}

.switchery-double.switchery-lg .switchery {
  margin-top: -8px;
  margin-bottom: -6px;
}

.switchery-double.switchery-sm .switchery {
  margin-top: -6px;
  margin-bottom: -4px;
}

.switchery-double.switchery-xs .switchery {
  margin-top: -5px;
  margin-bottom: -3px;
}

/* ------------------------------------------------------------------------------
*
*  # ION Range Slider
*
*  Styles for ION range slider plugin
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.irs {
  position: relative;
  display: block;
  height: 43px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  height: 4px;
  top: 37px;
  background-color: #eeeeee;
  border-radius: 100px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  top: 37px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #5C6BC0;
  border-radius: 100px;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 25px;
  left: 0;
  height: 12px;
  width: 9px;
}

.irs-shadow {
  position: absolute;
  display: none;
  top: 37px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #333333;
  border-radius: 100px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.irs-slider {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #5C6BC0;
  top: 33px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  -o-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
}

.irs-slider:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.irs-slider:focus, .irs-slider:active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
  box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min, .irs-max, .irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min, .irs-max {
  color: #999999;
  font-size: 11px;
  line-height: 1;
  top: 0;
  padding: 6px;
  background-color: #eeeeee;
  border-radius: 2px;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  left: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 6px;
  top: 0;
  background-color: #333;
  border-radius: 2px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  overflow: hidden;
  border: 4px solid transparent;
  border-top-color: #333;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
}

.irs-with-grid {
  height: 75px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #999999;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  color: #999999;
  line-height: 1;
  padding: 0 3px;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.irs-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.glyphs>div {
  padding: 8px 16px;
  cursor: pointer;
}

.glyphs>div>i {
  margin-right: 10px;
  width: 1em;
  text-align: center;
}

.glyphs>div:hover {
  background-color: #009688;
  color: #fff;
  border-radius: 2px;
}

.glyphs>div:hover span {
  color: #fff;
}

.grid-demo [class*="col-"]>div:not(.row) {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background-color: #F7F7FC;
  border: 1px solid #ddd;
  color: #333333;
}

/* ------------------------------------------------------------------------------
*
*  # Fancybox lightbox
*
*  Mac-style "lightbox" plugin that floats overtop of web page.
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.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;
  color: #333333;
  border-radius: 3px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.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%;
  left: 50%;
  cursor: pointer;
  z-index: 8060;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#fancybox-loading div:after {
  content: '\eb55';
  font-family: 'icomoon';
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  line-height: 1;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: rotation 1s ease infinite;
  -o-animation: rotation 1s ease infinite;
  animation: rotation 1s ease infinite;
}

.fancybox-close {
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 8061;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
}

.fancybox-close:hover, .fancybox-close:focus {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.fancybox-close:after {
  content: '\ed6a';
  font-family: 'icomoon';
  font-size: 16px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fancybox-title {
  visibility: hidden;
  font-weight: 500;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -45px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background-color: transparent;
}

.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%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  padding: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  z-index: 8040;
  visibility: hidden;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fancybox-nav span:after {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fancybox-prev {
  left: 0;
}

.fancybox-prev span {
  left: 10px;
}

.fancybox-prev span:after {
  content: '\e9c8';
}

.fancybox-next {
  right: 0;
}

.fancybox-next span {
  right: 10px;
}

.fancybox-next span:after {
  content: '\e9cb';
}

.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;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* ------------------------------------------------------------------------------
 *
 *  # Form Validation
 *
 *  jQuery plugin for simple clientside form validation
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */

.validation-error-label, .validation-valid-label {
  margin-top: 7px;
  margin-bottom: 7px;
  display: block;
  color: #F44336;
  position: relative;
  padding-left: 26px;
}

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

.validation-error-label:before, .validation-valid-label:before {
  font-family: 'icomoon';
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

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

.validation-error-label:before {
  content: '\ed63';
}

.validation-valid-label:before {
  content: '\ee73';
}

/* ------------------------------------------------------------------------------
*
*  # D3.js library
*
*  Basic styles for D3.js visualization library
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.d3-axis path {
  fill: none;
  stroke: #999999;
  shape-rendering: crispEdges;
}

.d3-axis line {
  stroke: #eeeeee;
  shape-rendering: crispEdges;
}

.d3-axis .tick, .d3-axis .tick text {
  font-size: 12px;
  fill: #333333;
}

.d3-axis-solid path, .d3-axis-solid line {
  stroke: #ccc;
}

.d3-axis-solid .tick {
  fill: #999999;
}

.d3-axis-solid .tick text {
  fill: #999999;
}

.d3-axis-strong path, .d3-axis-strong line {
  stroke: #ccc;
}

.d3-axis-strong .tick {
  fill: #333333;
}

.d3-axis-strong .tick text {
  fill: #333333;
}

.d3-axis-transparent path {
  stroke: none;
}

.d3-axis-transparent line {
  stroke: #e5e5e5;
}

.d3-axis-transparent .tick {
  fill: #999999;
}

.d3-axis-transparent .tick text {
  fill: #999999;
}

.d3-tip {
  position: absolute;
  padding: 9px 18px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  margin-bottom: -3px;
  font-size: 12px;
  z-index: 1070;
}

.venntooltip {
  position: absolute;
  text-align: center;
  min-width: 60px;
  white-space: nowrap;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  display: none;
}

.d3-line {
  fill: none;
}

.d3-line-thin {
  stroke-width: 1px;
}

.d3-line-medium {
  stroke-width: 1.5px;
}

.d3-line-strong {
  stroke-width: 2px;
}

.d3-line-circle {
  fill: none;
  cursor: pointer;
}

.d3-line-circle-thin {
  stroke-width: 1px;
}

.d3-line-circle-medium {
  stroke-width: 1.5px;
}

.d3-line-circle-strong {
  stroke-width: 2px;
}

.d3-grid .tick line {
  stroke-width: 1px;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

.d3-grid .tick text {
  fill: #333333;
  stroke: none;
}

.d3-grid-dashed .tick {
  stroke-dasharray: 4, 2;
  stroke-width: 1px;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

.d3-grid-dashed path {
  stroke-width: 0;
}

.d3-crosshair-overlay {
  fill: none;
  pointer-events: all;
}

.bullet-tick line {
  stroke: #999999;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.bullet-tick text {
  fill: #999999;
  font-size: 12px;
}

.bullet-marker {
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

.bullet-title {
  font-size: 13px;
  font-weight: 500;
}

.bullet-subtitle {
  fill: #999999;
}

.bullet-1 .bullet-range-1 {
  fill: rgba(96, 125, 139, 0.8);
}

.bullet-1 .bullet-range-2 {
  fill: rgba(96, 125, 139, 0.4);
}

.bullet-1 .bullet-range-3 {
  fill: #607D8B;
}

.bullet-1 .bullet-measure-1 {
  fill: rgba(84, 110, 122, 0.9);
}

.bullet-1 .bullet-measure-2 {
  fill: #fff;
}

.bullet-1 .bullet-marker {
  stroke: #37474F;
}

.bullet-2 .bullet-range-1 {
  fill: rgba(255, 112, 67, 0.6);
}

.bullet-2 .bullet-range-2 {
  fill: rgba(255, 112, 67, 0.3);
}

.bullet-2 .bullet-range-3 {
  fill: #FF7043;
}

.bullet-2 .bullet-measure-1 {
  fill: rgba(244, 81, 30, 0.9);
}

.bullet-2 .bullet-measure-2 {
  fill: #fff;
}

.bullet-2 .bullet-marker {
  stroke: #D84315;
}

.bullet-3 .bullet-range-1 {
  fill: rgba(102, 187, 106, 0.7);
}

.bullet-3 .bullet-range-2 {
  fill: rgba(102, 187, 106, 0.35);
}

.bullet-3 .bullet-range-3 {
  fill: #66BB6A;
}

.bullet-3 .bullet-measure-1 {
  fill: rgba(67, 160, 71, 0.9);
}

.bullet-3 .bullet-measure-2 {
  fill: #fff;
}

.bullet-3 .bullet-marker {
  stroke: #2E7D32;
}

.counter-icon {
  font-size: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
}

.chart-widget-legend {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.chart-widget-legend li {
  margin: 5px 10px 0;
  padding: 7px 8px 5px;
  display: inline-block;
}

/* ------------------------------------------------------------------------------
*
*  # Chart styling
*
*  Charts base - container and sizing setup
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.chart-container {
  position: relative;
  width: 100%;
}

.chart-container.has-scroll {
  overflow-x: scroll;
  overflow-y: visible;
  max-width: 100%;
}

@media (max-width: 768px) {
  .chart-container {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%;
  }
}

.chart {
  position: relative;
  display: block;
  width: 100%;
  direction: ltr;
}

.chart.has-minimum-width {
  min-width: 600px;
}

.has-fixed-height {
  height: 400px;
}

.chart-pie {
  width: 100%;
  height: 400px;
  min-width: 500px;
}

/*blockui*/

.blockui-growl {
  display: none;
  text-align: left;
  padding: 15px;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
}

.blockui-growl h6 {
  margin-top: 2px;
  margin-bottom: 8px;
}

.blockui-message {
  display: none;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  padding: 15px 15px 10px 15px;
}

.blockui-message>i {
  display: block;
  margin-bottom: 10px;
}

.multiple-messages-container, .blockui-animation-container {
  display: none;
}

.blockui-animation-container {
  background-color: #555;
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
}

/* ------------------------------------------------------------------------------
*
*  # Mail list
*
*  Inbox page - list, read and write
*
*  Version: 1.0
*  Latest update: Dev 5, 2016
*
* ---------------------------------------------------------------------------- */

.table-inbox tr td:not(:first-child) {
  padding-left: 0;
}

.table-inbox tr.unread {
  font-weight: 700;
}

.table-inbox tr.unread td {
  background-color: #fff;
}

.table-inbox .table-inbox-checkbox {
  width: 58px;
}

.table-inbox .table-inbox-star, .table-inbox .table-inbox-attachment {
  width: 36px;
}

.table-inbox .table-inbox-image {
  width: 54px;
}

.table-inbox .table-inbox-name {
  width: 180px;
}

.table-inbox .table-inbox-message, .table-inbox .table-inbox-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-inbox .table-inbox-preview {
  font-weight: 500;
  color: #6b6868;
}

.table-inbox .table-inbox-time {
  text-align: right;
  width: 80px;
}

.mail-details-read {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.mail-details-write {
  margin: 0;
  border-top: 1px solid #ddd;
}

.mail-details-write .control-label {
  padding: 10px 20px;
}

.mail-details-write .form-control {
  border-width: 0;
  padding: 10px 20px;
  border-radius: 0;
  height: auto;
}

.mail-details-write .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mail-container-read {
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.mail-container-write {
  border-top: 1px solid #ddd;
}

.mail-container-write .note-editor {
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.mail-attachments-container {
  padding: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.mail-attachments-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mail-attachments {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.mail-attachments>li {
  display: inline-block;
  font-size: 13px;
  padding: 15px 20px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
}

.mail-attachments .mail-attachments-preview {
  display: inline-block;
  float: left;
}

.mail-attachments .mail-attachments-preview>i {
  top: 0;
  margin-top: 4px;
}

.mail-attachments .mail-attachments-content {
  margin-left: 47px;
}

/* ------------------------------------------------------------------------------
*
*  # Toolbars
*
*  Custom toolbars, mainly based on navbar component
*
*  Version: 1.0
*  Latest update: Dec 5, 2016
*
* ---------------------------------------------------------------------------- */

.panel>.panel-toolbar-inbox:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-toolbar-inbox>.navbar {
  background-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 769px) {
  .panel-toolbar-inbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Snippets
*
*  Custom snippets set
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */

.progress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.progress-list>li+li {
  margin-top: 20px;
}

.progress-list>li>label {
  display: block;
}

.progress-list>li span {
  float: right;
  display: block;
}

/* ------------------------------------------------------------------------------
 *
 *  # Chat layouts
 *
 *  Conversation chat styles - layouts, chat elements, colors, options
 *
 *  Version: 1.1
 *  Latest update: Oct 20, 2015
 *
 * ---------------------------------------------------------------------------- */

.chat-list, .chat-stacked {
  max-height: 520px;
  overflow: auto;
}

.chat-list .media-left {
  padding-right: 20px;
}

.chat-list .media-right {
  padding-left: 20px;
}

.chat-list .media-content {
  position: relative;
  padding: 10px 12px;
  width: auto;
  border-radius: 3px;
  display: inline-block;
}

.chat-list .media-content:not([class*=bg-]) {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.chat-list .media-content>i {
  top: 0;
  margin: 2px;
}

.chat-list .reversed .media-content {
  text-align: left;
  color: #fff;
}

.chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #42A5F5;
  border-color: #42A5F5;
}

.chat-list .reversed .media-content>a {
  color: #fff;
}

.chat-list .reversed .media-body {
  text-align: right;
}

.chat-list .date-step.media {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  color: #999;
}

.chat-list .chat-thumbs img {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 100px;
  height: auto;
  max-width: 100%;
  display: inline-block;
  border-radius: 3px;
}

.chat-list .media-content:before, .chat-list .reversed .media-content:before {
  content: '';
  left: -5px;
  top: 15px;
  position: absolute;
  margin-left: 0;
}

.chat-list .media-content:before {
  border-top: 5px solid transparent;
  border-right: 5px solid;
  border-right-color: inherit;
  border-bottom: 5px solid transparent;
}

.chat-list .reversed .media-content:before {
  left: auto;
  right: -5px;
  border-right: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  border-left-color: inherit;
  border-bottom: 5px solid transparent;
}

@media (min-width: 769px) {
  .chat-list .media {
    margin-right: 20%;
  }
  .chat-list .media.reversed {
    margin-right: 0;
    margin-left: 20%;
  }
}

.chat-list-inverse .media-content:not([class*=bg-]) {
  color: #fff;
  background-color: #42A5F5;
  border-color: #42A5F5;
}

.chat-list-inverse .media-content:before {
  border-right: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #42A5F5;
  border-bottom: 5px solid transparent;
}

.chat-list-inverse .media-content>a {
  color: #fff;
}

.chat-list-inverse .reversed .media-content:not([class*=bg-]) {
  background-color: #f5f5f5;
  color: inherit;
}

.chat-list-inverse .reversed .media-content:before {
  border-top: 5px solid transparent;
  border-left: 5px solid #f5f5f5;
  border-bottom: 5px solid transparent;
}

/* ------------------------------------------------------------------------------
*
*  # Steps wizard
*
*  An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.wizard {
  width: 100%;
}

.wizard>.steps .current-info, .wizard>.content>.title {
  position: absolute;
  left: -99999px;
}

.wizard>.content {
  position: relative;
  width: auto;
  padding: 0;
}

.wizard>.content>.body {
  padding: 0 20px;
}

.wizard>.content>iframe {
  border: 0 none;
  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: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard>.steps>ul>li:before, .wizard>.steps>ul>li:after {
  content: '';
  display: block;
  position: absolute;
  top: 43px;
  width: 50%;
  height: 2px;
  background-color: #00BCD4;
  z-index: 9;
}

.wizard>.steps>ul>li:before {
  left: 0;
}

.wizard>.steps>ul>li:after {
  right: 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: #eeeeee;
}

.wizard>.steps>ul>li.current>a {
  color: #333333;
  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: '\e913';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.wizard>.steps>ul>li.disabled a, .wizard>.steps>ul>li.disabled a:hover, .wizard>.steps>ul>li.disabled a:focus {
  color: #999999;
  cursor: default;
}

.wizard>.steps>ul>li.done a, .wizard>.steps>ul>li.done a:hover, .wizard>.steps>ul>li.done a:focus {
  color: #999999;
}

.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: '\ed6f';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.wizard>.steps>ul>li.error .number {
  border-color: #F44336;
  color: #F44336;
}

@media (max-width: 768px) {
  .wizard>.steps>ul {
    margin-bottom: 20px;
  }
  .wizard>.steps>ul>li {
    display: block;
    float: left;
    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: 480px) {
  .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;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  border: 2px solid #eeeeee;
  font-size: 14px;
  border-radius: 50%;
  z-index: 10;
  line-height: 34px;
  text-align: center;
}

.panel-flat>.wizard>.steps>ul {
  border-top: 1px solid #ddd;
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px;
  padding-top: 0;
}

.wizard>.actions>ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard>.actions>ul:after {
  content: '';
  display: table;
  clear: both;
}

.wizard>.actions>ul>li {
  float: left;
}

.wizard>.actions>ul>li+li {
  margin-left: 10px;
}

.wizard>.actions>ul>li>a {
  background: #2196F3;
  color: #fff;
  display: block;
  padding: 8px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent;
}

.wizard>.actions>ul>li>a:hover, .wizard>.actions>ul>li>a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.wizard>.actions>ul>li>a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard>.actions>ul>li>a[href="#previous"] {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid transparent;
}

.wizard>.actions>ul>li>a[href="#previous"]:hover, .wizard>.actions>ul>li>a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard>.actions>ul>li>a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard>.actions>ul>li.disabled>a, .wizard>.actions>ul>li.disabled>a:hover, .wizard>.actions>ul>li.disabled>a:focus {
  color: #999999;
}

.wizard>.actions>ul>li.disabled>a[href="#previous"], .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover, .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ------------------------------------------------------------------------------
*
*  # Spectrum color picker
*
*  Flexible and powerful jQuery colorpicker library
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */

.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;
  left: 0;
  right: 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:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.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-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  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;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-picker-container, .sp-palette-container {
  display: block;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  padding: 15px;
  padding-bottom: 305px;
  margin-bottom: -290px;
}

@media (min-width: 769px) {
  .sp-picker-container, .sp-palette-container {
    display: inline-block;
  }
}

.sp-picker-container {
  width: 230px;
}

.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 {
  right: 20%;
}

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

.sp-clear-enabled .sp-hue {
  top: 40px;
  height: 75%;
}

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

.sp-alpha-enabled .sp-top {
  margin-bottom: 36px;
}

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

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

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -22px;
  right: 0;
  left: 0;
  height: 6px;
}

.sp-clear {
  display: none;
}

.sp-clear-display {
  cursor: pointer;
}

.sp-clear-display:after {
  content: '\ee6e';
  display: block;
  font-family: 'icomoon';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}

.sp-preview .sp-clear-display:after, .sp-initial .sp-clear-display:after {
  content: none;
}

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

.sp-input-container {
  margin-top: 7.5px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  border: 1px solid transparent;
  border-bottom-color: #ddd;
  padding: 8px 0;
  width: 100%;
  background-color: transparent;
  outline: 0;
  color: #333333;
}

.sp-input:focus {
  border-bottom-color: #009688;
  -webkit-box-shadow: 0 1px 0 #009688;
  box-shadow: 0 1px 0 #009688;
}

.sp-initial {
  margin-top: 15px;
}

.sp-initial span {
  width: 50%;
  height: 25px;
  display: block;
  float: left;
}

.sp-initial span .sp-thumb-inner {
  height: 25px;
  width: 100%;
  display: block;
}

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

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 4px;
  left: -2px;
  right: -2px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 3px;
}

.sp-replacer {
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 3px;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #c4c4c4;
  color: #333333;
}

.sp-replacer[class*=bg-], .sp-replacer[class*=bg-]:hover, .sp-replacer[class*=bg-]:focus {
  border-color: transparent;
}

.sp-replacer[class*=bg-] .sp-dd {
  color: #fff;
}

.sp-replacer[class*=bg-].sp-active .sp-dd {
  color: #fff;
}

.sp-replacer.sp-disabled {
  cursor: default;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sp-replacer.sp-disabled:not([class*=bg-]):hover, .sp-replacer.sp-disabled:not([class*=bg-]):focus {
  border-color: #ddd;
}

.sp-replacer.sp-disabled .sp-dd, .sp-replacer.sp-disabled[class*=bg-] .sp-dd {
  color: #999999;
}

.sp-preview {
  position: relative;
  width: 26px;
  height: 24px;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-preview, .sp-preview .sp-preview-inner {
  border-radius: 3px;
}

.sp-preview .sp-preview-inner, .sp-preview .sp-clear-display {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sp-replacer[class*=bg-] .sp-preview .sp-preview-inner {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.sp-dd {
  float: left;
  font-size: 0;
  position: relative;
  margin: 4px 2px;
  color: #333333;
}

.sp-dd:after {
  content: '\e9c5';
  display: block;
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  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');
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  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: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  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: 220px;
}

.sp-palette-container {
  padding-right: 0;
}

.sp-palette-only .sp-palette-container {
  border: 0;
  padding-right: 15px;
}

.sp-thumb-el {
  position: relative;
}

.sp-palette .sp-thumb-el {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.sp-thumb-el .sp-thumb-inner {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.sp-thumb-el .sp-thumb-inner:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
}

.sp-palette .sp-thumb-el+.sp-thumb-el {
  margin-left: 5px;
}

.sp-palette .sp-thumb-el.sp-thumb-active {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.sp-palette .sp-thumb-el.sp-thumb-active .sp-thumb-inner {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  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: '\e600';
  display: block;
  font-family: 'icomoon';
  font-size: 16px;
  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: #333333;
}

.sp-palette-row {
  font-size: 0;
}

.sp-palette-row+.sp-palette-row {
  margin-top: 5px;
}

.sp-palette-row:empty {
  margin-top: 0;
}

.sp-cancel, .sp-choose, .sp-palette-toggle {
  border: 0;
  border-radius: 2px;
  padding: 7px 14px;
  float: left;
  width: 48%;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  outline: 0;
}

.sp-palette-button-container, .sp-button-container {
  margin-top: 15px;
  text-align: center;
}

.sp-container[class*=bg-] .sp-palette-button-container a, .sp-container[class*=bg-] .sp-button-container a, .sp-container[class*=bg-] .sp-palette-button-container button, .sp-container[class*=bg-] .sp-button-container button {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  border-color: transparent;
}

.sp-cancel:hover, .sp-palette-toggle:hover, .sp-choose:hover, .sp-cancel:focus, .sp-palette-toggle:focus, .sp-choose:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.sp-cancel:active, .sp-palette-toggle:active, .sp-choose:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.sp-cancel, .sp-palette-toggle {
  color: #333;
  background-color: #f5f5f5;
  margin-right: 4%;
}

.sp-cancel:hover, .sp-palette-toggle:hover, .sp-cancel:focus, .sp-palette-toggle:focus {
  color: #333;
}

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

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