@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900?css";
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
@import url("https://login.smoobu.com/css/fonts/manrope/manrope.css");
@import "../../plugins/search.min.css";
@import "../../plugins/bootstrap-datepicker.min.css";
@import "../../plugins/buttons.dataTables.min.css";
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 0px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 0px;
  text-align: right;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* ------------------------------------------------------------------------------
 *
 *  # Global less file
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.0
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Glyphicons for Bootstrap
 *
 *  Glyphicons icon font path and style overrides
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('icons/glyphicons/glyphicons-halflings-regular.eot');
  src: url('icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  font-size: 16px;
  vertical-align: middle;
  top: -1px;
}
/* ------------------------------------------------------------------------------
*
*  # Scaffolding
*
*  Overrides for bootstrap scaffolding
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
a {
  cursor: pointer;
}
a:focus {
  outline: 0;
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.img-rounded {
  border-radius: 3px;
}
.hr-condensed {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------
*
*  # Main typography
*
*  Main typography overrides, including custom content
*
*  Version: 1.2
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.015em;
}
h1 > .label,
h2 > .label,
h3 > .label,
h4 > .label,
h5 > .label,
h6 > .label,
.h1 > .label,
.h2 > .label,
.h3 > .label,
.h4 > .label,
.h5 > .label,
.h6 > .label,
h1 > .badge,
h2 > .badge,
h3 > .badge,
h4 > .badge,
h5 > .badge,
h6 > .badge,
.h1 > .badge,
.h2 > .badge,
.h3 > .badge,
.h4 > .badge,
.h5 > .badge,
.h6 > .badge {
  vertical-align: middle;
  margin-top: -2px;
}
h1 > .label.pull-right,
h2 > .label.pull-right,
h3 > .label.pull-right,
h4 > .label.pull-right,
h5 > .label.pull-right,
h6 > .label.pull-right,
.h1 > .label.pull-right,
.h2 > .label.pull-right,
.h3 > .label.pull-right,
.h4 > .label.pull-right,
.h5 > .label.pull-right,
.h6 > .label.pull-right,
h1 > .badge.pull-right,
h2 > .badge.pull-right,
h3 > .badge.pull-right,
h4 > .badge.pull-right,
h5 > .badge.pull-right,
h6 > .badge.pull-right,
.h1 > .badge.pull-right,
.h2 > .badge.pull-right,
.h3 > .badge.pull-right,
.h4 > .badge.pull-right,
.h5 > .badge.pull-right,
.h6 > .badge.pull-right {
  margin-top: 3px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 13px;
}
h1 small.display-block,
h2 small.display-block,
h3 small.display-block,
h4 small.display-block,
h5 small.display-block,
h6 small.display-block,
.h1 small.display-block,
.h2 small.display-block,
.h3 small.display-block,
.h4 small.display-block,
.h5 small.display-block,
.h6 small.display-block {
  margin-top: 3px;
}
h1 > [class*=icon-],
h2 > [class*=icon-],
h3 > [class*=icon-],
.h1 > [class*=icon-],
.h2 > [class*=icon-],
.h3 > [class*=icon-] {
  top: -2px;
}
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small {
  font-size: 13px;
}
.heading-divided {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
a,
button,
input,
textarea {
  outline: 0;
}
mark,
.mark {
  background-color: #333333;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}
svg {
  display: block;
}
.svg-inline svg {
  display: inline-block;
}
.svg-center svg {
  margin: auto;
}
.letter-icon {
  width: 16px;
  display: block;
}
.content-divider {
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-divider > span {
  background-color: #f5f5f5;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.panel .content-divider > span,
.tab-content-bordered .content-divider > span,
.modal .content-divider > span {
  background-color: #fff;
}
.content-divider > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #ddd;
  width: 100%;
  z-index: -1;
}
.icon-object {
  border-radius: 50%;
  text-align: center;
  margin: 10px;
  border-width: 3px;
  border-style: solid;
  padding: 20px;
  display: inline-block;
}
.icon-object > i {
  font-size: 32px;
  top: 0;
}
.img-preview {
  max-height: 70px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.status-mark {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
}
.discount-badge {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #C9FFC4;
  border: 1px solid #3BD02F;
  border-radius: 4px;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.price-per-month {
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
}
.total-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.new-designs-submit-btn {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 16px;
  color: #333333;
}
.dropdown-menu > .active .status-mark {
  background-color: #fff;
  border-color: #fff;
}
.position-left {
  margin-right: 7px;
}
.position-right {
  margin-left: 7px;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2196F3;
}
.bg-success {
  color: #fff;
  background-color: #4CAF50;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #3d8b40;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #4CAF50;
}
.bg-info {
  color: #fff;
  background-color: #00BCD4;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #008fa1;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #00BCD4;
}
.bg-warning {
  color: #fff;
  background-color: #FF5722;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ee3900;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #FF5722;
}
.bg-danger {
  color: #fff;
  background-color: #F44336;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ea1c0d;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #F44336;
}
.page-header {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
@media (min-width: 769px) {
  .page-header .heading-elements.collapse {
    display: block;
    visibility: visible;
  }
}
.page-header-inverse {
  background-color: #273246;
  color: #fff;
  margin-bottom: 20px;
}
.page-header-inverse .page-title small {
  color: rgba(255, 255, 255, 0.5);
}
.page-header-inverse > .breadcrumb > li > a,
.page-header-inverse .page-header-content .breadcrumb > li > a,
.page-header-inverse > .breadcrumb > li + li:before,
.page-header-inverse .page-header-content .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-inverse > .breadcrumb > li > a:hover,
.page-header-inverse .page-header-content .breadcrumb > li > a:hover,
.page-header-inverse > .breadcrumb > li > a:focus,
.page-header-inverse .page-header-content .breadcrumb > li > a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-header-inverse > .breadcrumb > .active,
.page-header-inverse .page-header-content .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.5);
}
.page-header-inverse .form-control-feedback,
.page-header-inverse .input-group-addon {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .heading-text > a {
  color: #fff;
}
.page-header-inverse .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.page-header-inverse .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.page-header-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .form-control:focus {
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.page-header-inverse.has-cover {
  background: url(../images/login_cover.jpg);
  background-size: cover;
}
.page-header-default {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 0 0 #ddd;
  box-shadow: 0 1px 0 0 #ddd;
}
.page-header-default.has-cover {
  background: url(../images/backgrounds/seamless.png);
}
.page-title {
  padding: 32px 36px 32px 0;
  display: block;
  position: relative;
}
.page-title small {
  margin-left: 10px;
  display: inline-block;
}
.page-title small:before {
  content: '/';
  margin-right: 15px;
}
.page-title small.display-block {
  margin-left: 0;
  display: block;
}
.page-title small.display-block:before {
  content: none;
}
.page-title i ~ small.display-block {
  margin-left: 31px;
}
.page-header-lg .page-title {
  padding-top: 37px;
  padding-bottom: 37px;
}
.page-header-sm .page-title {
  padding-top: 27px;
  padding-bottom: 27px;
}
.page-header-xs .page-title {
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin: 0;
}
@media (min-width: 769px) {
  .page-title {
    padding-right: 0;
  }
}
.page-header-content {
  position: relative;
  background-color: inherit;
  padding: 0 20px;
}
.page-header-content[class*=border-bottom-] + .breadcrumb-line {
  border-top: 0;
}
.text-black {
  font-weight: 900;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-thin {
  font-weight: 100;
}
.text-italic {
  font-style: italic;
}
.text-highlight {
  padding: 4px 6px;
}
.text-size-large {
  font-size: 14px;
}
.text-size-base {
  font-size: 13px;
}
.text-size-small {
  font-size: 12px;
}
.text-size-mini {
  font-size: 11px;
}
ul,
ol {
  padding-left: 25px;
}
.list > li,
.list > li .list > li {
  margin-top: 7px;
}
.list > li:first-child {
  margin-top: 0;
}
.list-condensed > li,
.list-condensed > li .list > li {
  margin-top: 3px;
}
.list-extended > li,
.list-extended > li .list > li {
  margin-top: 11px;
}
ul.list-square {
  list-style-type: square;
}
ul.list-circle {
  list-style-type: circle;
}
.list-inline {
  margin-left: 0;
  font-size: 0;
}
.list-inline > li {
  padding-left: 0;
  padding-right: 20px;
  font-size: 13px;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-inline-condensed > li {
  padding-right: 10px;
}
.list-inline-separate > li {
  padding-right: 20px;
  position: relative;
}
.list-inline-separate > li:before {
  content: '\2022';
  position: absolute;
  right: 8px;
  color: #ccc;
  top: 1px;
}
.list-inline-separate > li:last-child:before {
  content: none;
}
.list-icons {
  padding-left: 0;
}
.list-icons li {
  list-style: none;
}
.list-icons li i {
  margin-right: 7px;
}
.icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0;
}
.icons-list > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.icons-list > li:first-child {
  margin-left: 0;
}
.icons-list > li > a {
  color: inherit;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.icons-list > li > a:hover,
.icons-list > li > a:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.icons-list > li > a > i {
  top: 0;
}
.icons-list > li > a > .caret {
  margin-top: 0;
  margin-bottom: 0;
}
.icons-list-extended > li {
  margin-left: 10px;
}
dl {
  margin-bottom: 0;
}
dt {
  margin-bottom: 5px;
  font-weight: 500;
}
dd + dt {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .dl-horizontal dt + dd {
    margin-top: 20px;
  }
  .dl-horizontal dt:first-child + dd {
    margin-top: 0;
  }
}
blockquote {
  margin: 0;
}
blockquote img {
  height: 42px;
  float: left;
  margin-right: 20px;
}
blockquote img.pull-right {
  margin-right: 0;
  margin-left: 20px;
}
blockquote footer,
blockquote small,
blockquote .small {
  font-size: 13px;
  margin-top: 7px;
  display: block;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 20px;
}
/* ------------------------------------------------------------------------------
*
*  # Code related components
*
*  Overrides for code related bootstrap components
*
*  Version: 1.1
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
code {
  border-radius: 2px;
  word-wrap: break-word;
}
kbd {
  font-size: 11px;
  vertical-align: text-top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  padding: 20px;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* ------------------------------------------------------------------------------
*
*  # Tables component
*
*  Overrides for tables bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
th {
  font-weight: 500;
}
.table {
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.panel[class*=bg-] .table > thead > tr > th,
.table[class*=bg-] > thead > tr > th,
.panel[class*=bg-] .table > tbody > tr > th,
.table[class*=bg-] > tbody > tr > th,
.panel[class*=bg-] .table > tfoot > tr > th,
.table[class*=bg-] > tfoot > tr > th,
.panel[class*=bg-] .table > thead > tr > td,
.table[class*=bg-] > thead > tr > td,
.panel[class*=bg-] .table > tbody > tr > td,
.table[class*=bg-] > tbody > tr > td,
.panel[class*=bg-] .table > tfoot > tr > td,
.table[class*=bg-] > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}
.table tr[class*=bg-] > td,
.table tr[class*=bg-] > th {
  border-color: #fff;
}
.table tr > td[class*=bg-],
.table tr > th[class*=bg-] {
  border-color: #fff;
}
.table > thead > tr[class*=border-bottom-] > th,
.table > thead > tr[class*=border-bottom-] > td {
  border-bottom-color: inherit;
}
.table > tbody > tr[class*=border-top-] > th,
.table > tfoot > tr[class*=border-top-] > th,
.table > tbody > tr[class*=border-top-] > td,
.table > tfoot > tr[class*=border-top-] > td {
  border-top-color: inherit;
}
.table > thead > tr > th {
  border-bottom: 1px solid #bbb;
}
.table > tfoot > tr > th {
  border-top: 1px solid #bbb;
}
.table .table {
  background-color: #fff;
}
.table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed),
.table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
  border-top: 1px solid #ddd;
}
.panel-body + .table > tbody:first-child > tr:first-child > td,
.panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > td,
.panel-body + .table > tbody:first-child > tr:first-child > th,
.panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > th {
  border-top: 0;
}
.modal-body + .table-responsive > .table,
.modal-body + .table {
  border-bottom: 1px solid #ddd;
}
.modal-body + .table-responsive {
  border: 0;
}
.panel[class*=bg-] > .panel-body + .table,
.panel[class*=bg-] > .panel-body + .table-responsive {
  border-color: #fff;
}
.table > thead > tr.border-solid > th,
.table > thead > tr.border-solid > td {
  border-bottom-width: 2px;
}
.table > tbody > tr.border-solid > td,
.table > tfoot > tr.border-solid > td,
.table > tbody > tr.border-solid > th,
.table > tfoot > tr.border-solid > th {
  border-top-width: 2px;
}
.table-bordered > thead > tr.border-solid:first-child > th,
.table-bordered > thead > tr.border-solid:first-child > td {
  border-bottom-width: 2px;
}
.table > thead > tr.border-double > th,
.table > thead > tr.border-double > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table > tbody > tr.border-double > td,
.table > tfoot > tr.border-double > td,
.table > tbody > tr.border-double > th,
.table > tfoot > tr.border-double > th {
  border-top-width: 3px;
  border-top-style: double;
}
.table-bordered > thead > tr.border-double:first-child > th,
.table-bordered > thead > tr.border-double:first-child > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table > tbody > tr.border-dashed > td,
.table > tbody > tr.border-dashed > th {
  border-top-style: dashed;
}
.table-framed,
.panel > .table-framed,
.panel > .table-responsive > .table-framed {
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .table-responsive > .table-framed {
    border: 0;
  }
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: 0;
}
.table-columned > tbody > tr > td,
.table-columned > tfoot > tr > td,
.table-columned > tbody > tr > th,
.table-columned > tfoot > tr > th {
  border: 0;
  border-left: 1px solid #ddd;
}
.table-columned > tbody > tr > td:first-child,
.table-columned > tfoot > tr > td:first-child,
.table-columned > tbody > tr > th:first-child,
.table-columned > tfoot > tr > th:first-child {
  border-left: 0;
}
.table-columned > thead > tr > th,
.table-columned > thead > tr > td {
  border-left: 1px solid #ddd;
}
.table-columned > thead > tr > th:first-child,
.table-columned > thead > tr > td:first-child {
  border-left: 0;
}
.table-xlg > thead > tr > th,
.table-xlg > tbody > tr > th,
.table-xlg > tfoot > tr > th,
.table-xlg > thead > tr > td,
.table-xlg > tbody > tr > td,
.table-xlg > tfoot > tr > td {
  padding: 20px;
}
.table-lg > thead > tr > th,
.table-lg > tbody > tr > th,
.table-lg > tfoot > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > td {
  padding: 15px 20px;
}
.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
  padding: 10px 20px;
}
.table-xs > thead > tr > th,
.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > th,
.table-xs > thead > tr > td,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > td {
  padding: 8px 20px;
}
.table-xxs > thead > tr > th,
.table-xxs > tbody > tr > th,
.table-xxs > tfoot > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > tbody > tr > td,
.table-xxs > tfoot > tr > td {
  padding: 6px 15px;
}
.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
  border-top-color: #bbb;
}
.table-bordered tr[class*=bg-] > th,
.table-bordered tr[class*=bg-] > td,
.table-bordered tr > th[class*=bg-],
.table-bordered tr > td[class*=bg-] {
  border-color: #fff;
}
.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd),
.table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
  background-color: inherit;
}
.panel[class*=bg-] .table-hover > tbody > tr:hover,
.table-hover[class*=bg-] > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel[class*=bg-] .panel-body > .table .active > th,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > th,
.table[class*=bg-] .active > th,
.panel[class*=bg-] .panel-body > .table .active > td,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > td,
.table[class*=bg-] .active > td,
.panel[class*=bg-] .panel-body > .table th.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table th.active,
.table[class*=bg-] th.active,
.panel[class*=bg-] .panel-body > .table td.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table td.active,
.table[class*=bg-] td.active {
  background-color: rgba(0, 0, 0, 0.15);
}
/* ------------------------------------------------------------------------------
*
*  # Form related components
*
*  Overrides for bootstrap form related components
*
*  Version: 1.1
*  Latest update: Mar 10, 2015
*
* ---------------------------------------------------------------------------- */
/* Form controls
----------------------------------*/
legend {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
fieldset:first-child legend:first-child {
  padding-top: 0;
}
legend .control-arrow {
  float: right;
  color: #999999;
}
legend .control-arrow:hover {
  color: #333333;
}
label {
  margin-bottom: 7px;
  font-weight: 400;
}
select[multiple],
select[size] {
  height: 200px;
  padding: 7px;
}
select[multiple] option,
select[size] option {
  padding: 7px 12px;
  border-radius: 3px;
}
select[multiple] option + option,
select[size] option + option {
  margin-top: 1px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[class*=bg-]:focus {
  border-color: transparent;
}
.form-control[class*=bg-]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control[class*=bg-]:-ms-input-placeholder {
  color: #fff;
}
.form-control[class*=bg-]::-webkit-input-placeholder {
  color: #fff;
}
.input-rounded {
  border-radius: 100px;
}
.input-roundless {
  border-radius: 0;
}
.form-control-unstyled {
  padding: 0;
  border: 0;
  background-color: transparent;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
/* Form components
----------------------------------*/
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group:not(.inline-form) .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .form-group div[class*="col-md-"]:not(.control-label) + div[class*="col-md-"] {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .form-group div[class*="col-lg-"]:not(.control-label) + div[class*="col-lg-"] {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .form-group div[class*="col-sm-"]:not(.control-label) + div[class*="col-sm-"] {
    margin-top: 20px;
  }
}
.form-group-material > .control-label {
  position: relative;
  top: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-group-material > .control-label ~ .form-control-feedback {
  top: 27px;
}
.form-group-material > .control-label.is-visible {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-group-material > .control-label.animate {
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.radio,
.checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio label,
.checkbox label {
  padding-left: 28px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  left: 0;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  padding-left: 28px;
}
.radio-right.radio-inline,
.radio-right label,
.checkbox-right.radio-inline,
.checkbox-right label,
.checkbox-right.checkbox-inline,
.checkbox-right label {
  padding-left: 0;
  padding-right: 28px;
}
.radio-right input[type="radio"],
.checkbox-right input[type="radio"],
.checkbox-right input[type="checkbox"] {
  left: auto;
  right: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}
.radio.disabled,
.checkbox.disabled,
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  color: #999999;
}
/* Form control sizing
----------------------------------*/
.input-xlg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 3px;
}
select.input-xlg {
  height: 42px;
  line-height: 42px;
}
textarea.input-xlg,
select[multiple].input-xlg {
  height: auto;
}
.form-group-xlg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 3px;
}
select.form-group-xlg .form-control {
  height: 42px;
  line-height: 42px;
}
textarea.form-group-xlg .form-control,
select[multiple].form-group-xlg .form-control {
  height: auto;
}
.form-group-xlg .form-control-static {
  height: 42px;
  min-height: 35px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
}
.input-xs {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 2px;
}
select.input-xs {
  height: 32px;
  line-height: 32px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
.form-group-xs .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 2px;
}
select.form-group-xs .form-control {
  height: 32px;
  line-height: 32px;
}
textarea.form-group-xs .form-control,
select[multiple].form-group-xs .form-control {
  height: auto;
}
.form-group-xs .form-control-static {
  height: 32px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
/* Form helpers
----------------------------------*/
.has-feedback .form-control {
  padding-right: 36px;
}
.has-feedback .form-control.input-xlg {
  padding-right: 42px;
}
.has-feedback .form-control.input-lg {
  padding-right: 40px;
}
.has-feedback .form-control.input-sm {
  padding-right: 34px;
}
.has-feedback .form-control.input-xs {
  padding-right: 32px;
}
.form-control-feedback {
  width: 38px;
  color: #333333;
  z-index: 3;
}
input[class*=bg-] + .form-control-feedback {
  color: #fff;
}
.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 36px;
}
.has-feedback-left .form-control.input-xlg {
  padding-right: 10px;
  padding-left: 42px;
}
.has-feedback-left .form-control.input-lg {
  padding-right: 15px;
  padding-left: 40px;
}
.has-feedback-left .form-control.input-sm {
  padding-right: 11px;
  padding-left: 34px;
}
.has-feedback-left .form-control.input-xs {
  padding-right: 10px;
  padding-left: 32px;
}
.has-feedback-left .form-control-feedback {
  right: auto;
  left: 0;
}
.input-xlg + .form-control-feedback,
.form-group-xlg > .form-control-feedback {
  width: 44px;
  height: 42px;
  line-height: 42px;
}
.input-lg + .form-control-feedback,
.form-group-lg > .form-control-feedback {
  width: 42px;
}
.input-sm + .form-control-feedback,
.form-group-sm > .form-control-feedback {
  width: 36px;
}
.input-xs + .form-control-feedback,
.form-group-xs > .form-control-feedback {
  width: 34px;
  height: 32px;
  line-height: 32px;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-block {
  color: #999999;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.help-inline {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-horizontal .form-group > div[class*="col-"] + .help-inline {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .help-inline {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: top;
  }
  .help-inline:not(.label) {
    color: #999999;
  }
  .form-group-lg .help-inline {
    margin-top: 10px;
  }
  .form-group-sm .help-inline {
    margin-top: 7px;
  }
  .form-group-xs .help-inline {
    margin-top: 6px;
  }
}
/* Form layouts
----------------------------------*/
@media (min-width: 769px) {
  .form-inline .form-group + .form-group {
    margin-left: 15px;
  }
  .form-inline .form-group > label {
    margin-right: 7px;
    position: relative;
    top: 1px;
  }
}
.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    padding-bottom: 7px;
    padding-top: 0;
  }
  .form-horizontal .control-label:not(.text-right) {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .form-horizontal .control-label[class*=col-xs-] {
    padding-top: 8px;
  }
}
@media (min-width: 1025px) {
  .form-horizontal .control-label[class*=col-md-] {
    padding-top: 8px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .control-label[class*=col-sm-] {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .form-horizontal .control-label[class*=col-lg-] {
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback > .form-control-feedback {
  right: 0;
}
.form-horizontal .has-feedback-left .form-control-feedback {
  right: auto;
  left: 10px;
}
.form-horizontal .has-feedback-left > .form-control-feedback {
  left: 0;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-xlg .control-label {
    font-size: 15px;
    padding-top: 11px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-xs .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Buttons component
*
*  Overrides for buttons bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.btn {
  position: relative;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn:hover,
.btn:focus,
.btn.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;
}
.btn:active,
.btn.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;
}
.btn[class*=bg-]:hover,
.btn[class*=bg-]:focus,
.btn[class*=bg-].focus {
  color: #fff;
}
.btn.text-size-small {
  line-height: 1.6666667;
}
.btn.text-size-mini {
  line-height: 1.82;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.btn-default:active,
.btn-default.active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.btn-labeled {
  padding-left: 48px;
}
.btn-labeled.btn-default > b {
  background-color: #2196F3;
  color: #fff;
}
.btn-labeled > b {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  line-height: 1;
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-labeled > b > i {
  top: 0;
}
.btn-labeled.btn-labeled-right {
  padding-left: 12px;
  padding-right: 48px;
}
.btn-labeled.btn-labeled-right > b {
  left: auto;
  right: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-labeled.btn-xlg {
  padding-left: 58px;
}
.btn-labeled.btn-xlg > b {
  padding: 13px;
}
.btn-labeled.btn-xlg.btn-labeled-right {
  padding-left: 16px;
  padding-right: 58px;
}
.btn-labeled.btn-lg {
  padding-left: 55px;
}
.btn-labeled.btn-lg > b {
  padding: 12px;
}
.btn-labeled.btn-lg.btn-labeled-right {
  padding-left: 15px;
  padding-right: 55px;
}
.btn-labeled.btn-sm {
  padding-left: 45px;
}
.btn-labeled.btn-sm > b {
  padding: 9px;
}
.btn-labeled.btn-sm.btn-labeled-right {
  padding-left: 11px;
  padding-right: 45px;
}
.btn-labeled.btn-xs {
  padding-left: 42px;
}
.btn-labeled.btn-xs > b {
  padding: 8px;
}
.btn-labeled.btn-xs.btn-labeled-right {
  padding-left: 10px;
  padding-left: 42px;
}
.btn-flat {
  border-width: 2px;
  background-color: transparent;
}
.btn-flat:hover,
.btn-flat:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-flat:active {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.btn-group.open .dropdown-toggle.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-icon.icon-2x {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-icon.icon-2x > i {
  font-size: 32px;
  top: 0;
}
.btn-icon.icon-2x.btn-xlg {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-icon.icon-2x.btn-lg {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-icon.icon-2x.btn-sm {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-icon.icon-2x.btn-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-icon.btn-xlg,
.input-group-xlg > .input-group-btn > .btn-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-icon.btn-lg,
.input-group-lg > .input-group-btn > .btn-icon {
  padding-left: 11px;
  padding-right: 11px;
}
.btn-icon.btn-sm,
.input-group-sm > .input-group-btn > .btn-icon {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-icon.btn-xs,
.input-group-xs > .input-group-btn > .btn.btn-icon {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-float {
  padding: 16px;
  white-space: normal;
  border-radius: 3px;
}
.btn-float.btn-link {
  padding: 11px;
}
.btn-float i {
  display: block;
  margin: 0;
  top: 0;
}
.btn-float img {
  border-radius: 3px;
}
.btn-float > span {
  display: block;
  padding-top: 10px;
  margin-bottom: -6px;
}
.btn-float.btn-float-lg i {
  font-size: 32px;
}
.btn-link {
  color: #333333;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-rounded,
.btn-rounded.btn-labeled > b,
.btn-rounded img {
  border-radius: 100px;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #fcfcfc;
  border-color: #ddd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fcfcfc;
  border-color: #ddd;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #fcfcfc;
  border-color: #ddd;
}
.btn-default.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-primary.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #FF5722;
  border-color: #FF5722;
}
.btn-warning.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xlg,
.btn-group-xlg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4285715;
  border-radius: 3px;
}
.btn-xlg.btn-rounded {
  border-radius: 100px;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 3px;
}
.btn-lg.btn-rounded {
  border-radius: 100px;
}
.btn-sm:not(.btn-rounded),
.btn-group-sm > .btn:not(.btn-rounded),
.btn-xs:not(.btn-rounded),
.btn-group-xs > .btn:not(.btn-rounded) {
  border-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Dropdown menu component
*
*  Overrides for dropdown menu bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.caret {
  font-style: normal;
  font-weight: normal;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: -1px;
}
.caret:after {
  content: '\e9c5';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu {
  min-width: 220px;
  padding: 7px 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .divider {
  margin: 7px 0;
}
.dropdown-menu > li {
  position: relative;
  margin-bottom: 1px;
}
.dropdown-menu > li:last-child {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-header > i,
.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  margin-right: 12px;
  float: left;
  margin-top: 2px;
  top: 0;
}
.dropdown-menu > li > a > i.pull-right,
.dropdown-menu > .dropdown-header > i.pull-right,
.dropdown-menu > li > a > img.pull-right,
.dropdown-menu > .dropdown-header > img.pull-right {
  margin-right: 0;
  margin-left: 12px;
}
.dropdown-menu > li > a > .label,
.dropdown-menu > .dropdown-header > .label,
.dropdown-menu > li > a > .badge,
.dropdown-menu > .dropdown-header > .badge {
  float: left;
  margin-right: 12px;
}
.dropdown-menu > li > a > .label.pull-right,
.dropdown-menu > .dropdown-header > .label.pull-right,
.dropdown-menu > li > a > .badge.pull-right,
.dropdown-menu > .dropdown-header > .badge.pull-right {
  margin-right: 0;
  margin-left: 12px;
}
.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  max-height: 16px;
}
.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #fff;
  outline: 0;
  background-color: #2196F3;
}
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  background-color: transparent;
  color: #999999;
}
.dropdown-menu > li > label {
  padding: 8px 15px;
  padding-left: 43px;
  display: block;
  cursor: pointer;
}
.dropdown-menu > li > label .checker,
.dropdown-menu > li > label .choice,
.dropdown-menu > li > label > input[type=checkbox],
.dropdown-menu > li > label > input[type=radio] {
  left: 15px;
  top: auto;
  margin-top: 1px;
}
.dropdown-menu > li.checkbox,
.dropdown-menu > li.radio {
  margin-top: 0;
}
.dropdown-menu > li.checkbox-right > label,
.dropdown-menu > li.radio-right > label,
.dropdown-menu > li.checkbox-right > label {
  padding-left: 15px;
  padding-right: 43px;
}
.dropdown-menu > li.checkbox-right > label .checker,
.dropdown-menu > li.checkbox-right > label > input[type=checkbox] {
  left: auto;
  right: 15px;
}
.dropdown-menu > li.radio-right > label .choice,
.dropdown-menu > li.radio-right > label > input[type=radio],
.dropdown-menu > li.checkbox-right > label .choice,
.dropdown-menu > li.checkbox-right > label > input[type=radio] {
  left: auto;
  right: 15px;
}
.dropdown-menu > .checkbox-switchery > label > .switchery {
  left: 15px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label {
  padding-left: 15px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label > .switchery {
  left: auto;
  right: 15px;
}
.dropdown-menu > .checkbox-switchery.switchery-sm {
  margin-bottom: 0;
}
.dropdown-menu > .checkbox-switchery.switchery-sm > label {
  padding-left: 68px;
}
.dropdown-menu > .checkbox-switchery.switchery-xs {
  margin-bottom: 0;
}
.dropdown-menu > .checkbox-switchery.switchery-xs > label {
  padding-left: 60px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
  padding-right: 68px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
  padding-right: 60px;
}
.dropdown-menu > .disabled .badge,
.dropdown-menu > .disabled .label,
.dropdown-menu > .disabled img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dropdown-menu[class*=bg-] > li > a,
.dropdown-menu[class*=bg-] > li > label {
  color: #fff;
}
.dropdown-menu[class*=bg-] > li > a:hover,
.dropdown-menu[class*=bg-] > li > label:hover,
.dropdown-menu[class*=bg-] > li > a:focus,
.dropdown-menu[class*=bg-] > li > label:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] > li > a > .label,
.dropdown-menu[class*=bg-] > li > label > .label,
.dropdown-menu[class*=bg-] > li > a > .badge,
.dropdown-menu[class*=bg-] > li > label > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.dropdown-menu[class*=bg-] > .active > a,
.dropdown-menu[class*=bg-] > .active > label,
.dropdown-menu[class*=bg-] > .active > a:hover,
.dropdown-menu[class*=bg-] > .active > label:hover,
.dropdown-menu[class*=bg-] > .active > a:focus,
.dropdown-menu[class*=bg-] > .active > label:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu[class*=bg-] > .disabled > a,
.dropdown-menu[class*=bg-] > .disabled > label,
.dropdown-menu[class*=bg-] > .disabled > a:hover,
.dropdown-menu[class*=bg-] > .disabled > label:hover,
.dropdown-menu[class*=bg-] > .disabled > a:focus,
.dropdown-menu[class*=bg-] > .disabled > label:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*=bg-] > .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*=bg-] > .dropdown-header.highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] .divider {
  background-color: rgba(255, 255, 255, 0.4);
}
.dropdown-menu-lg > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.4285715;
}
.dropdown-menu-sm > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.6666667;
}
.dropdown-menu-xs > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.6666667;
}
.dropdown-menu > .dropdown-submenu > a {
  padding-right: 38px;
  position: relative;
}
.dropdown-menu > .dropdown-submenu > a:after {
  content: '\e9c7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dropdown-menu > .dropdown-submenu:hover > a,
.dropdown-menu > .dropdown-submenu:focus > a {
  background-color: #f5f5f5;
}
.dropdown-menu > .dropdown-submenu:hover > a:after,
.dropdown-menu > .dropdown-submenu:focus > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu > .dropdown-submenu.active > a {
  background-color: #2196F3;
  color: #fff;
}
@media (min-width: 769px) {
  .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
  display: none;
}
.dropdown-menu > .dropdown-submenu.disabled > a {
  background-color: transparent;
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -8px;
}
.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}
.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
  left: auto;
  right: 100%;
}
.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}
@media (max-width: 768px) {
  .dropdown-menu > .dropdown-submenu {
    position: static;
  }
  .dropdown-menu > .dropdown-submenu > a:after {
    content: '\e9c5';
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    position: relative;
    left: 0;
    right: 0;
    float: none;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    min-width: 100%;
    margin: 0;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
    padding-left: 45px;
  }
}
.dropdown-menu[class*=bg-] > .dropdown-submenu:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu:focus > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:focus > a {
  background-color: transparent;
}
.dropdown-header {
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 7px;
}
.dropdown-header.highlight {
  margin-top: 0;
  background-color: #f8f8f8;
  color: #999999;
}
li + .dropdown-header.highlight,
.dropdown-header.highlight + li {
  margin-top: 7px;
}
.dropdown-header.highlight:first-child {
  margin-top: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0;
}
.dropup .caret:after,
.navbar-fixed-bottom .dropdown .caret:after {
  content: '\e9c6';
}
/* ------------------------------------------------------------------------------
*
*  # Button group component
*
*  Overrides for button group bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 1px;
}
.btn-group .btn + .btn-default,
.btn-group .btn-default + .btn-group,
.btn-group .btn-group + .btn-default {
  margin-left: -1px;
}
.btn-toolbar {
  font-size: 0;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: none;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-group > .btn-xlg + .dropdown-toggle,
.btn-group-xlg > .btn + .dropdown-toggle {
  padding-left: 13px;
  padding-right: 13px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group > .btn-sm + .dropdown-toggle,
.btn-group-sm > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-xs + .dropdown-toggle,
.btn-group-xs > .btn + .dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-group.open .dropdown-toggle {
  -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;
}
.btn-group.open .dropdown-toggle.btn-default {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.btn-group-justified > .btn + .btn,
.btn-group-justified > .btn-group + .btn-group > .btn {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.btn-group-justified > .btn + .btn-default,
.btn-group-justified > .btn-group + .btn-group > .btn-default {
  border-left-width: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Input groups component
*
*  Overrides for input groups bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.input-group .form-control-feedback {
  z-index: 3;
}
.input-group-xlg > .form-control,
.input-group-xlg > .input-group-addon,
.input-group-xlg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.333334;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.input-group-transparent .input-group-addon {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.input-group-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  width: auto;
  padding: 0;
}
.input-group-transparent .form-control:hover,
.input-group-transparent .form-control:focus {
  border-color: transparent;
}
.input-group-addon > i {
  display: block;
  top: 0;
}
.input-group-addon .checker,
.input-group-addon .choice {
  display: block;
  margin-top: 1px;
}
.input-group-addon.input-xlg {
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-xs {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  font-size: 13px;
}
.input-group-addon.input-lg {
  border-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Navs related component
*
*  Overrides for navs related bootstrap component
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.nav > li > a:focus {
  outline: 0;
}
.nav > li.disabled > a > .badge,
.nav > li.disabled > a > .label,
.nav > li.disabled > a > .status-mark,
.nav > li.disabled > a > img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.nav.nav-lg > li > a {
  padding: 11px 20px;
}
.nav.nav-sm > li > a {
  padding: 7px 15px;
}
.nav.nav-xs > li > a {
  padding: 5px 10px;
}
.nav .tab-img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.nav-tabs > li > a > [class*=icon-].pull-right {
  float: right;
  margin-top: 2px;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs.nav-justified.nav-tabs-bottom {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li.active > a,
  .nav-tabs.nav-justified > li.active > a:hover,
  .nav-tabs.nav-justified > li.active > a:focus {
    border: 0;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-highlight > li > a,
  .nav-tabs.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
  .nav-tabs.nav-tabs-highlight > li.active > a,
  .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #2196F3;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs.nav-tabs-top > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .nav-tabs.nav-tabs-top > li.open > a:after,
  .nav-tabs.nav-tabs-top > li > a:hover:after,
  .nav-tabs.nav-tabs-top > li > a:focus:after {
    background-color: #ddd;
  }
  .nav-tabs.nav-tabs-top > li.active > a:after {
    background-color: #F06292;
  }
  .nav-tabs.nav-tabs-top > li.active > a,
  .nav-tabs.nav-tabs-top > li.active > a:hover,
  .nav-tabs.nav-tabs-top > li.active > a:focus {
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-top.top-divided {
    border-bottom-color: transparent;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-bottom > li > a {
    border-width: 0;
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #F06292;
  }
  .nav-tabs.nav-tabs-bottom > li.active > a,
  .nav-tabs.nav-tabs-bottom > li.active > a:hover,
  .nav-tabs.nav-tabs-bottom > li.active > a:focus {
    background-color: transparent;
    border-width: 0;
  }
  .nav-tabs.nav-tabs-bottom.bottom-divided {
    border-bottom-color: transparent;
  }
}
.nav-tabs[class*=bg-] {
  border-bottom: 0;
}
.nav-tabs[class*=bg-] > li {
  margin-bottom: 0;
}
.nav-tabs[class*=bg-] > li > a {
  color: #fff;
  border-width: 0;
}
.nav-tabs[class*=bg-] > li > a:hover,
.nav-tabs[class*=bg-] > li > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > li.open:not(.active) > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > .active > a,
.nav-tabs[class*=bg-] > .active > a:hover,
.nav-tabs[class*=bg-] > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  color: #fff;
}
.nav-tabs[class*=bg-] > .disabled > a,
.nav-tabs[class*=bg-] > .disabled > a:hover,
.nav-tabs[class*=bg-] > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .tab-content-bordered .nav-tabs[class*=bg-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #333333;
}
.nav-tabs.nav-tabs-solid > li > a,
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #fff;
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
}
.nav-tabs.nav-tabs-icon > li > a > i {
  margin-right: 7px;
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-icon > li > a {
    padding-bottom: 9.5px;
  }
  .nav-tabs.nav-tabs-icon > li > a > i {
    display: block;
    margin: 5px 0;
  }
  .nav-tabs.nav-tabs-icon.nav-lg > li > a {
    padding-bottom: 10.5px;
  }
  .nav-tabs.nav-tabs-icon.nav-sm > li > a {
    padding-bottom: 7.5px;
  }
  .nav-tabs.nav-tabs-icon.nav-xs > li > a {
    padding-bottom: 5.5px;
  }
}
@media (min-width: 769px) {
  .nav-tabs {
    font-size: 0;
  }
  .nav-tabs > li {
    display: inline-block;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 7px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs > li {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border: 0;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li > a .position-right[class*=icon-] {
    float: right;
    margin-top: 2px;
  }
  .nav-tabs > li > a .position-right.label,
  .nav-tabs > li > a .position-right.badge {
    float: right;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: 0;
    background-color: #f5f5f5;
  }
  .nav-tabs > li.active > a:after,
  .nav-tabs > li.active > a:hover:after,
  .nav-tabs > li.active > a:focus:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 2px;
    background-color: #2196F3;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li.pull-right {
    float: none!important;
  }
  .nav-tabs.nav-tabs-solid > li.active > a:after,
  .nav-tabs[class*=bg-] > li.active > a:after {
    content: none;
  }
  .nav-tabs[class*=bg-] > li > a:hover,
  .nav-tabs[class*=bg-] > li > a:focus,
  .nav-tabs[class*=bg-] > li.open:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-tabs-right .nav-tabs {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .nav-tabs-vertical {
    display: table;
    width: 100%;
  }
  .nav-tabs-vertical > .nav-tabs {
    display: table-cell;
    border-bottom: 0;
    width: 300px;
  }
  .nav-tabs-vertical > .nav-tabs > li {
    display: block;
    margin-bottom: 0;
  }
  .nav-tabs-vertical > .nav-tabs-solid > li:last-child > a:after {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:first-child > a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:last-child > a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs-vertical > .tab-content {
    display: table-cell;
  }
  .nav-tabs-vertical > .tab-content > .has-padding {
    padding: 0;
    padding-top: 10.5px;
  }
  .nav-tabs-vertical.tab-content-bordered > .tab-content {
    border-top-width: 1px;
  }
  .nav-tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
  }
  .nav-tabs-left > .nav-tabs > li {
    margin-right: -1px;
  }
  .nav-tabs-left > .nav-tabs > li.active > a,
  .nav-tabs-left > .nav-tabs > li.active > a:hover,
  .nav-tabs-left > .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .nav-tabs-left > .nav-tabs.nav-tabs-component > li > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-tabs-left > .nav-tabs-highlight > li > a,
  .nav-tabs-left > .nav-tabs-highlight > li > a:hover,
  .nav-tabs-left > .nav-tabs-highlight > li > a:focus {
    border-top-width: 1px;
    border-left-width: 2px;
  }
  .nav-tabs-left > .nav-tabs-highlight > li.active > a,
  .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
  .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd;
    border-left-color: #EC407A;
  }
  .nav-tabs-left > .nav-tabs-top,
  .nav-tabs-left > .nav-tabs-bottom {
    padding-right: 20px;
  }
  .nav-tabs-left > .top-divided,
  .nav-tabs-left > .bottom-divided {
    padding-right: 0;
    border-right-width: 0;
  }
  .nav-tabs-left > .nav-tabs-solid,
  .nav-tabs-left > .nav-tabs[class*=bg-] {
    border-right: 0;
    border-radius: 3px;
  }
  .nav-tabs-left > .nav-tabs-solid > li,
  .nav-tabs-left > .nav-tabs[class*=bg-] > li {
    margin-right: 0;
  }
  .nav-tabs-left > .tab-content {
    padding-left: 20px;
  }
  .nav-tabs-left.tab-content-bordered > .tab-content {
    border-left-width: 0;
  }
  .nav-tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .nav-tabs-right > .nav-tabs > li {
    margin-left: -1px;
  }
  .nav-tabs-right > .nav-tabs > li.active > a,
  .nav-tabs-right > .nav-tabs > li.active > a:hover,
  .nav-tabs-right > .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
    border-left-color: transparent;
  }
  .nav-tabs-right > .nav-tabs.nav-tabs-component > li > a {
    border-radius: 0 3px 3px 0;
  }
  .nav-tabs-right > .nav-tabs-highlight > li > a,
  .nav-tabs-right > .nav-tabs-highlight > li > a:hover,
  .nav-tabs-right > .nav-tabs-highlight > li > a:focus {
    border-top-width: 1px;
    border-right-width: 2px;
  }
  .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd;
    border-right-color: #EC407A;
  }
  .nav-tabs-right > .nav-tabs-top,
  .nav-tabs-right > .nav-tabs-bottom {
    padding-left: 20px;
  }
  .nav-tabs-right > .top-divided,
  .nav-tabs-right > .bottom-divided {
    padding-left: 0;
    border-left-width: 0;
  }
  .nav-tabs-right > .nav-tabs-solid,
  .nav-tabs-right > .nav-tabs[class*=bg-] {
    border-left: 0;
    border-radius: 3px;
  }
  .nav-tabs-right > .nav-tabs-solid > li,
  .nav-tabs-right > .nav-tabs[class*=bg-] > li {
    margin-left: 0;
  }
  .nav-tabs-right > .tab-content {
    padding-right: 20px;
  }
  .nav-tabs-right.tab-content-bordered > .tab-content {
    border-right-width: 0;
  }
}
.nav-pills {
  margin-bottom: 20px;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  color: #333333;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li + li > a {
  margin-top: 2px;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  background-color: #f5f5f5;
}
.nav-pills.nav-pills-bordered > li > a,
.nav-pills.nav-pills-toolbar > li > a,
.nav-pills.nav-pills-bordered > .open > a,
.nav-pills.nav-pills-toolbar > .open > a {
  border: 1px solid #ddd;
}
.nav-pills.nav-pills-bordered > .active > a,
.nav-pills.nav-pills-toolbar > .active > a,
.nav-pills.nav-pills-bordered > .active > a:hover,
.nav-pills.nav-pills-toolbar > .active > a:hover,
.nav-pills.nav-pills-bordered > .active > a:focus,
.nav-pills.nav-pills-toolbar > .active > a:focus {
  border-color: #2196F3;
}
@media (min-width: 769px) {
  .nav-pills.nav-pills-toolbar > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-pills.nav-pills-toolbar > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-pills.nav-pills-toolbar > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
  .nav-pills.nav-pills-toolbar > li + li > a {
    margin-top: 0;
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 769px) {
  .nav-pills {
    font-size: 0;
  }
  .nav-pills > li {
    display: inline-block;
    font-size: 13px;
  }
  .nav-pills > li + li > a {
    margin-top: 0;
    margin-left: 2px;
  }
  .nav-pills.nav-justified > li {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .nav-pills > li > a .position-right[class*=icon-] {
    float: right;
    margin-top: 2px;
  }
  .nav-pills > li > a .position-right.label,
  .nav-pills > li > a .position-right.badge {
    float: right;
  }
}
.nav-stacked > li {
  display: block;
}
.nav-stacked > li > a .pull-right[class*=icon-] {
  float: right;
  margin-top: 2px;
}
.nav-stacked > li > a .pull-right.label,
.nav-stacked > li > a .pull-right.badge {
  float: right;
}
.nav-stacked > li + li > a {
  margin-left: 0;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs-justified.nav-tabs-bottom {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-highlight > li > a,
  .nav-tabs-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li.active > a,
  .nav-tabs-justified > li.active > a:hover,
  .nav-tabs-justified > li.active > a:focus {
    border: 0;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-component > li > a {
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid,
  .nav-tabs.nav-tabs-component[class*=bg-] {
    border-radius: 3px;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li > a {
    border-radius: 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li:first-child > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-tabs-component.nav-justified.nav-tabs-solid > li:last-child > a,
  .nav-tabs-component.nav-justified[class*=bg-] > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
}
.tab-content-bordered .tab-content > .has-padding {
  padding: 20px;
}
.panel-flat > .panel-heading + .tab-content > .has-padding {
  padding-top: 0;
}
@media (min-width: 769px) {
  .tab-content > .has-padding {
    padding: 20px;
  }
}
.panel-tab-content > .has-padding {
  padding: 20px;
}
.tab-content-bordered .tab-content {
  border-radius: 3px;
  border: 1px solid transparent;
}
.tab-content-bordered .tab-content:not([class*=bg-]) {
  border-color: #ddd;
  background-color: #fff;
}
@media (min-width: 769px) {
  .tab-content-bordered .tab-content {
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
  }
}
@media (min-width: 769px) {
  .tab-content-bordered .nav-tabs {
    margin-bottom: 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid {
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid > li:first-child > a {
    border-radius: 3px 0 0 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid.nav-justified > li:last-child > a {
    border-radius: 0 3px 0 0;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] + .tab-content[class*=bg-] {
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 769px) {
  .nav-tabs[class*=bg-] .dropdown-menu,
  .nav-tabs-top .dropdown-menu {
    margin-top: 0;
  }
  .nav-justified.bottom-divided .dropdown-menu {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .nav-tabs.nav-justified > .dropdown .dropdown-menu,
  .nav-pills.nav-justified > .dropdown .dropdown-menu {
    left: -1px;
    right: -1px;
    margin-top: 2px;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-pills.nav-justified > li > a,
  .nav-tabs.text-center > li > a,
  .nav-pills.text-center > li > a,
  .nav-tabs.text-right > li > a,
  .nav-pills.text-right > li > a {
    text-align: left;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Navbar component
*
*  Overrides for navbar bootstrap component
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  border-width: 1px 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-component {
  border-radius: 3px;
  margin-bottom: 20px;
  border-width: 1px;
}
.page-header .navbar-component {
  margin-left: 20px;
  margin-right: 20px;
}
.navbar-component.navbar-default {
  border-color: #ddd;
  background-color: #fff;
}
.navbar-component > .navbar:first-child,
.navbar-component > .navbar-collapse:first-child > .navbar:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar-component > .navbar:last-child,
.navbar-component > .navbar-collapse:last-child > .navbar:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.affix.navbar,
.affix.navbar-collapse {
  z-index: 1030;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .affix.navbar,
  .affix.navbar-collapse {
    position: static;
  }
}
.navbar-header {
  min-width: 260px;
}
.navbar-collapse > .navbar-header {
  margin-left: 0;
}
.navbar-header .navbar-nav {
  float: right;
  margin-right: 5px;
}
.navbar-header .navbar-nav > li {
  float: left;
}
.navbar-header .navbar-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .navbar-header .navbar-nav > li + li {
    margin-top: 0;
  }
  .navbar-collapse > .navbar-header {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    margin-left: -20px;
  }
}
.navbar-collapse {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse.collapsing {
  -webkit-transition-duration: 0.00000001s;
  transition-duration: 0.00000001s;
}
.navbar + .navbar-collapse {
  border-top: 0;
}
@media (min-width: 769px) {
  .navbar-collapse {
    text-align: left;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .navbar-fixed-top {
    position: static;
  }
}
@media (min-width: 769px) {
  .navbar-top-lg {
    padding-top: 52px;
  }
  .navbar-top-lg .sidebar-fixed.affix {
    top: 72px;
  }
  .navbar-top {
    padding-top: 48px;
  }
  .navbar-top .sidebar-fixed.affix {
    top: 68px;
  }
  .navbar-top-sm {
    padding-top: 46px;
  }
  .navbar-top-sm .sidebar-fixed.affix {
    top: 66px;
  }
  .navbar-top-xs {
    padding-top: 44px;
  }
  .navbar-top-xs .sidebar-fixed.affix {
    top: 64px;
  }
  .navbar-top-lg-lg {
    padding-top: 104px;
  }
  .navbar-top-lg-md,
  .navbar-top-md-lg {
    padding-top: 100px;
  }
  .navbar-top-lg-sm,
  .navbar-top-md-md,
  .navbar-top-sm-lg {
    padding-top: 96px;
  }
  .navbar-top-lg-xs,
  .navbar-top-md-sm,
  .navbar-top-sm-md,
  .navbar-top-xs-lg {
    padding-top: 94px;
  }
  .navbar-top-md-xs,
  .navbar-top-sm-sm,
  .navbar-top-xs-md {
    padding-top: 92px;
  }
  .navbar-top-sm-xs,
  .navbar-top-xs-sm {
    padding-top: 90px;
  }
  .navbar-top-xs-xs {
    padding-top: 88px;
  }
}
.navbar-bottom-lg {
  padding-bottom: 52px;
}
.navbar-bottom {
  padding-bottom: 48px;
}
.navbar-bottom-sm {
  padding-bottom: 46px;
}
.navbar-bottom-xs {
  padding-bottom: 44px;
}
.navbar-bottom-lg-lg {
  padding-bottom: 104px;
}
.navbar-bottom-lg-md,
.navbar-bottom-md-lg {
  padding-bottom: 100px;
}
.navbar-bottom-lg-sm,
.navbar-bottom-md-md,
.navbar-bottom-sm-lg {
  padding-bottom: 96px;
}
.navbar-bottom-lg-xs,
.navbar-bottom-md-sm,
.navbar-bottom-sm-md,
.navbar-bottom-xs-lg {
  padding-bottom: 94px;
}
.navbar-bottom-md-xs,
.navbar-bottom-sm-sm,
.navbar-bottom-xs-md {
  padding-bottom: 92px;
}
.navbar-bottom-sm-xs,
.navbar-bottom-xs-sm {
  padding-bottom: 90px;
}
.navbar-bottom-xs-xs {
  padding-bottom: 88px;
}
.navbar-brand > img {
  margin-top: 2px;
  height: 16px;
}
.navbar-nav {
  margin: 0;
  text-align: left;
}
.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-nav > li > a > .label,
.navbar-nav > li > a > .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > li > a > .status-mark {
  position: absolute;
  top: 8px;
  right: 8px;
}
.navbar-nav > li > a > .status-mark-left {
  right: auto;
  left: 8px;
}
.navbar-nav > li > a > .label-left,
.navbar-nav > li > a > .badge-left {
  right: auto;
  left: 0;
}
.navbar-nav > li > a > .label-inline,
.navbar-nav > li > a > .badge-inline,
.navbar-nav > li > a > .status-mark-inline {
  position: static;
}
.navbar-nav .language-switch a > img {
  position: relative;
  top: -1px;
}
.navbar-nav > .dropdown-user > a,
.navbar-nav > .dropdown-user > a > span {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.navbar-nav > .dropdown-user > a > span {
  display: inline-block;
  padding-left: 7px;
}
.navbar-nav > .dropdown-user img {
  max-height: 30px;
  margin-top: -2.5px;
  border-radius: 50%;
}
.navbar-lg .navbar-nav > .dropdown-user img {
  max-height: 34px;
  margin-top: -3.5px;
}
.navbar-sm .navbar-nav > .dropdown-user img {
  max-height: 28px;
  margin-top: -2px;
}
.navbar-xs .navbar-nav > .dropdown-user img {
  max-height: 26px;
  margin-top: -1.5px;
}
@media (max-width: 768px) {
  .navbar-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 20px;
  }
  .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > a {
    padding-left: 40px;
  }
  .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
    padding-left: 60px;
  }
  .navbar-nav > li + li {
    margin-top: 1px;
  }
  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nav > li > a .caret {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
  }
  .navbar-nav > li > a .label,
  .navbar-nav > li > a .badge {
    position: static;
    float: right;
  }
  .navbar-nav > .dropdown-user .caret {
    margin-top: 8px;
  }
  .navbar-default .navbar-nav {
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    margin-left: 20px;
  }
}
.navbar-form {
  padding: 13px 20px;
  margin-left: 0;
  margin-right: 0;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-form:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 10px;
  }
}
.navbar-form .input-sm,
.navbar-form .input-group-sm,
.navbar-form .btn-sm,
.navbar-form .select-sm,
.navbar-form .uploader-sm {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-form .input-sm + .form-control-feedback {
  top: 1px;
}
.navbar-form .input-xs,
.navbar-form .input-group-xs,
.navbar-form .btn-xs,
.navbar-form .select-xs,
.navbar-form .uploader-xs {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-form .input-xs + .form-control-feedback {
  top: 2px;
}
.navbar-lg .navbar-form {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-sm .navbar-form {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-xs .navbar-form {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-form .checkbox-switchery[class*=switchery-] {
  margin-bottom: 0;
}
.navbar-form .checkbox-inline.switchery-double {
  padding-left: 0;
}
@media (min-width: 769px) {
  .navbar-form {
    padding: 0;
  }
  .navbar-form .form-control {
    min-width: 200px;
  }
  .navbar-form .uploader {
    width: 200px;
  }
  .navbar-form .form-group {
    margin-left: 20px;
  }
  .navbar-form .checkbox-inline,
  .navbar-form .radio-inline {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .navbar-form {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
  border-top-width: 0;
}
.navbar-nav > li > .dropdown-menu .media-list {
  max-height: 340px;
  overflow-y: auto;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  margin-bottom: 1px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar-btn {
  margin-left: 20px;
}
.navbar-btn + .navbar-btn {
  margin-left: 0;
}
.navbar-btn,
.navbar-sm .navbar-btn.btn-sm,
.navbar-xs .navbar-btn.btn-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-lg .navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-sm .navbar-btn,
.navbar-xs .navbar-btn.btn-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-xs .navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm,
.navbar-sm .navbar-btn.btn-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-xs,
.navbar-lg .navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-lg .navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .navbar-btn,
  .navbar-btn.btn-sm,
  .navbar-btn.btn-xs {
    margin: 13px 20px;
  }
  .navbar-btn + .navbar-btn {
    margin-left: 0;
  }
}
.navbar-text {
  margin: 0;
  padding: 13px 20px;
}
.navbar-text:last-child {
  border-bottom: 0;
}
.navbar-lg .navbar-text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-sm .navbar-text {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-xs .navbar-text {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (min-width: 769px) {
  .navbar-text {
    padding-right: 0;
  }
  .navbar-text + .navbar-nav {
    margin-left: 15px;
  }
  .navbar-header + .navbar-text:first-child {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  border-top-color: transparent;
}
.navbar-default.navbar-default-secondary {
  background-color: #fcfcfc;
}
.page-header-content + .navbar-default {
  border-top-color: #ddd;
}
.navbar-default.navbar-fixed-bottom {
  border-top-color: #ddd;
  border-bottom-color: #fff;
}
.navbar-fixed-bottom > .navbar-default:first-child {
  border-top-color: #ddd;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .navbar-nav .open > .dropdown-menu {
    border-top: 1px solid #ddd;
  }
  .navbar-default .navbar-nav .open:last-child .dropdown-menu {
    border-bottom: 0;
  }
}
.navbar-default .navbar-link {
  color: #1E88E5;
}
.navbar-default .navbar-link:hover {
  color: #166dba;
}
@media (max-width: 768px) {
  .navbar-default .dropdown-menu[class*=bg-] .label,
  .navbar-default .dropdown-menu[class*=bg-] .badge {
    color: #fff;
    background-color: #2196F3;
    border-color: transparent;
  }
  .navbar-default .dropdown-menu[class*=bg-] > .divider {
    background-color: #e5e5e5;
  }
  .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:hover > a,
  .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:focus > a {
    background-color: #f5f5f5;
  }
  .navbar-default .dropdown-menu .table-responsive {
    border-width: 0;
  }
  .navbar-default .dropdown-menu .dropdown-content-heading + .table-responsive {
    border-top-width: 1px;
  }
  .navbar-default .navbar-text:not([data-toggle="collapse"]) {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default > .navbar-nav > li > a:not(.collapsed),
  .navbar-default > .navbar-nav > li > a:hover,
  .navbar-default > .navbar-nav > li > a:focus {
    background-color: #fcfcfc;
  }
}
.navbar-inverse {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.navbar-inverse .navbar-collapse {
  border-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-form {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted,
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked > li {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:hover > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:focus > a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav .open > .dropdown-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open:last-child .dropdown-menu {
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav .label,
  .navbar-inverse .navbar-nav .badge,
  .navbar-inverse .navbar-nav .label:hover,
  .navbar-inverse .navbar-nav .badge:hover,
  .navbar-inverse .navbar-nav .label:focus,
  .navbar-inverse .navbar-nav .badge:focus {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
  }
  .navbar-inverse .navbar-nav .checker > span,
  .navbar-inverse .navbar-nav .choice > span {
    border-color: #fff;
    color: #fff;
  }
  .navbar-inverse .navbar-nav .nav-tabs {
    background-color: transparent;
    border: 0;
  }
  .navbar-inverse .navbar-nav .nav-tabs > li > a {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse > .navbar-nav > li > a:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .dropdown-menu .media-body a,
  .navbar-inverse .dropdown-menu .table a {
    color: #fff;
  }
  .navbar-inverse .dropdown-menu .table-responsive {
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .dropdown-menu .dropdown-content-heading + .table-responsive {
    border-top-width: 1px;
  }
  .navbar-inverse .dropdown-menu .table th,
  .navbar-inverse .dropdown-menu .table td {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .label-flat,
  .navbar-inverse .badge-flat,
  .navbar-inverse .btn-flat {
    border-color: #fff;
    color: #fff;
  }
}
.navbar-lg {
  min-height: 50px;
}
.navbar-lg .navbar-brand {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-lg .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-lg .navbar-nav > .dropdown-user > a,
.navbar-lg .navbar-nav > .dropdown-user > a > span {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.navbar-sm {
  min-height: 44px;
}
.navbar-sm .navbar-brand {
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-sm .navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-sm .navbar-nav > .dropdown-user > a,
.navbar-sm .navbar-nav > .dropdown-user > a > span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-xs {
  min-height: 42px;
}
.navbar-xs .navbar-brand {
  height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-xs .navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-xs .navbar-nav > .dropdown-user > a,
.navbar-xs .navbar-nav > .dropdown-user > a > span {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
.nav .mega-menu {
  position: static;
}
.mega-menu .dropdown-menu {
  left: auto;
}
@media (min-width: 769px) {
  .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 20px;
    right: 20px;
  }
  .layout-boxed .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.dropdown-content-heading {
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-content-heading + .dropdown-menu-body {
  padding-top: 0;
}
.dropdown-content-heading + .dropdown-header {
  padding-top: 0!important;
}
ul.dropdown-menu .dropdown-content-heading {
  padding-left: 15px;
  padding-right: 15px;
}
ul.dropdown-menu .dropdown-content-heading:first-child {
  padding-top: 13px;
  padding-bottom: 13px;
}
.dropdown-content-heading .icons-list {
  float: right;
}
@media (min-width: 769px) {
  .dropdown-content-heading + .table-responsive {
    border-top: 1px solid #ddd;
  }
}
.dropdown-content-footer {
  background-color: #fcfcfc;
  color: #333333;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dropdown-content-footer a {
  display: block;
  padding: 7px;
  text-align: center;
  color: #333333;
}
.dropdown-content-footer a:hover,
.dropdown-content-footer a:focus {
  background-color: #f5f5f5;
}
.dropdown-content-footer a > i.display-block {
  top: 0;
}
@media (max-width: 768px) {
  .navbar-inverse .dropdown-content-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-color: transparent;
    border-radius: 0;
  }
  .navbar-inverse .dropdown-content-footer a {
    color: #fff;
  }
  .navbar-inverse .dropdown-content-footer a:hover,
  .navbar-inverse .dropdown-content-footer a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.dropdown-content-body {
  padding: 20px;
}
.dropdown-content-heading + .dropdown-content-body {
  padding-top: 0;
}
.dropdown-content:not(ul) {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-content .form-inline {
  white-space: nowrap;
}
.menu-list {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  [class*=col-lg-] .menu-list {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  [class*=col-md-] .menu-list {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  [class*=col-sm-] .menu-list {
    margin-bottom: 8px;
  }
}
@media (min-width: 480px) {
  [class*=col-xs-] .menu-list {
    margin-bottom: 8px;
  }
}
.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  left: 110%;
  width: 100%;
}
.menu-list li {
  position: relative;
  margin-top: 1px;
}
.menu-list li:first-child {
  margin-top: 0;
}
.menu-list li > a {
  display: block;
  color: #333333;
  padding: 8px 12px;
  border-radius: 3px;
}
.menu-list li > a:hover,
.menu-list li > a:focus {
  background-color: #f5f5f5;
}
.menu-list li > a > i {
  margin-right: 10px;
}
.menu-list li > a > .label,
.menu-list li > a > .badge {
  float: right;
  margin-left: 7px;
}
.menu-list li.active > a,
.menu-list li.active > a:hover,
.menu-list li.active > a:focus {
  color: #fff;
  background-color: #2196F3;
}
.menu-list li.disabled > a,
.menu-list li.disabled > a:hover,
.menu-list li.disabled > a:focus {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}
.menu-list li.disabled > a > .label,
.menu-list li.disabled > a > .badge,
.menu-list li.disabled > a > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 768px) {
  .menu-list li > a {
    color: #fff;
  }
  .menu-list li > a:hover,
  .menu-list li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.active > a,
  .menu-list li.active > a:hover,
  .menu-list li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.disabled > a,
  .menu-list li.disabled > a:hover,
  .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
  }
  .navbar-default .menu-list li > a {
    color: #333333;
  }
  .navbar-default .menu-list li > a:hover,
  .navbar-default .menu-list li > a:focus {
    background-color: #f5f5f5;
  }
  .navbar-default .menu-list li.active > a,
  .navbar-default .menu-list li.active > a:hover,
  .navbar-default .menu-list li.active > a:focus {
    color: #fff;
    background-color: #2196F3;
  }
  .navbar-default .menu-list li.disabled > a,
  .navbar-default .menu-list li.disabled > a:hover,
  .navbar-default .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
  }
}
@media (min-width: 769px) {
  .menu-list {
    overflow-y: auto;
    max-height: 340px;
  }
}
.dd-wrapper .dd-menu {
  overflow: hidden;
  position: relative;
}
.dd-wrapper .dd-header h6 .label,
.dd-wrapper .dd-header h6 .badge {
  margin-left: 7px;
}
.dd-wrapper .dd-header h6 > i {
  margin-right: 7px;
}
.dd-wrapper .dd-header h6:first-child {
  display: none;
}
.dd-wrapper .dd-parent .active-ul + ul {
  position: relative;
  display: block;
  left: 0;
}
.dd-wrapper .link-back {
  display: block;
  padding: 8px 0;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6666667;
}
.dd-wrapper .link-back:before {
  content: '\ede7';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dd-wrapper .link-back .dd-icon,
.dd-wrapper .link-back i {
  display: none;
}
@media (max-width: 768px) {
  .navbar .dd-wrapper .link-back {
    padding: 20px 0;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-inverse .dd-wrapper .link-back {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
.dd-wrapper .dd-icon {
  float: right;
  margin-top: 2px;
}
.dd-wrapper .dd-icon:after {
  content: '\e9c7';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dd-wrapper .dd-header .dd-icon:after {
  content: '\e9c5';
}
.menu-heading {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 4px;
}
.menu-heading > i {
  float: left;
  margin-right: 7px;
}
.menu-heading.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .menu-heading {
    color: #fff;
  }
  div:first-child > .menu-heading {
    margin-top: 0;
  }
  .navbar-default .menu-heading {
    color: #333333;
  }
  .menu-heading.underlined {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-default .menu-heading.underlined {
    border-bottom-color: #eeeeee;
  }
}
.dropdown-menu .nav-tabs,
.dropdown-menu .nav-tabs > li > a {
  border-radius: 0;
}
.dropdown-menu .nav-tabs > li:first-child > a,
.dropdown-menu .nav-tabs > li.active:first-child > a {
  border-left: 0;
}
.dropdown-menu .nav-tabs > li:last-child > a,
.dropdown-menu .nav-tabs > li.active:last-child > a {
  border-right: 0;
}
@media (max-width: 768px) {
  .dropdown-menu .nav-tabs {
    margin-top: 0;
  }
  .dropdown-menu .nav-tabs:before {
    content: none;
  }
  .dropdown-menu .nav-tabs > li + li {
    margin-top: 1px;
  }
  .dropdown-menu .nav-tabs > li > a {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu .nav-tabs > li > a:hover,
  .dropdown-menu .nav-tabs > li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu .nav-tabs > li.active > a,
  .dropdown-menu .nav-tabs > li.active > a:hover,
  .dropdown-menu .nav-tabs > li.active > a:focus {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu .nav-tabs {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .dropdown-menu .nav-tabs > li {
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .nav-tabs.active > a {
    border-color: transparent;
  }
  .navbar-inverse .dropdown-menu .nav-tabs > li > a {
    color: #fff;
  }
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a,
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:hover,
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:focus {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
  }
  .navbar-default .dropdown-menu .nav-tabs {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    border-left: 0;
    border-right: 0;
  }
  .navbar-default .dropdown-menu .nav-tabs > li > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li > a:focus {
    color: #555;
    background-color: #f8f8f8;
  }
  .navbar-default .dropdown-menu .nav-tabs > li.active > a,
  .navbar-default .dropdown-menu .nav-tabs > li.active > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #f8f8f8;
  }
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a,
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:focus {
    color: #999999;
    background-color: transparent;
  }
}
.navbar-progress {
  float: left;
  margin-left: 20px;
}
.navbar-progress .progress {
  width: 200px;
}
@media (max-width: 768px) {
  .navbar-progress {
    margin: 13px 20px;
    float: none;
  }
  .navbar-progress .progress {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.navbar-xs .navbar-progress .progress {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-progress .progress,
.navbar-xs .navbar-progress .progress-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-progress .progress-sm,
.navbar-xs .navbar-progress .progress-xs {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-progress .progress-xs,
.navbar-xs .navbar-progress .progress-xxs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-progress .progress-xxs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-sm .navbar-progress .progress {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-lg .navbar-progress .progress,
.navbar-sm .navbar-progress .progress-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-lg .navbar-progress .progress-sm,
.navbar-sm .navbar-progress .progress-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-lg .navbar-progress .progress-xs,
.navbar-sm .navbar-progress .progress-xxs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-lg .navbar-progress .progress-xxs {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .navbar .btn-group .dropdown-menu,
  .navbar .dropdown .dropdown-menu,
  .navbar .input-group .dropdown-menu {
    width: 100%;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .navbar .btn-group .dropdown-menu > li > a,
  .navbar .dropdown .dropdown-menu > li > a,
  .navbar .input-group .dropdown-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar .btn-group,
  .navbar .input-group,
  .navbar .form-group:not(.has-feedback),
  .navbar .input-group-btn {
    position: static;
  }
  .navbar .select2-container {
    width: 100%!important;
  }
  .navbar-fixed-bottom .btn-group .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu,
  .navbar-fixed-bottom .input-group .dropdown-menu {
    border-width: 1px 0 0 0;
  }
  .navbar-component .btn-group .dropdown-menu,
  .navbar-component .dropdown .dropdown-menu,
  .navbar-component .input-group .dropdown-menu {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .table-responsive {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Breadcrumb component
*
*  Overrides for breadcrumb bootstrap component
*
*  Version: 1.1
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  position: relative;
}
.breadcrumb > li > a {
  color: #333333;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.breadcrumb > li i {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb > li > .dropdown-menu {
  margin-top: 0;
  margin-left: 5px;
}
.breadcrumb > li:first-child > .dropdown-menu {
  margin-left: 0;
}
.breadcrumb > li > .dropdown-menu-right {
  margin-left: 0;
  margin-right: -10px;
}
.breadcrumb > li:hover > .dropdown-menu {
  display: block;
}
.breadcrumb > li.location-text {
  margin-right: 7px;
}
.breadcrumb > li.location-text + li:before {
  content: none;
}
.breadcrumb > li.location-text + li > .dropdown-menu {
  margin-left: 0;
}
@media (max-width: 768px) {
  .heading-elements .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .breadcrumb > li {
    position: static;
  }
  .breadcrumb > li .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-width: 1px 0;
  }
  .breadcrumb > li .dropdown-menu > li {
    position: static;
  }
  .breadcrumb .dropdown-submenu > .dropdown-menu {
    position: static;
  }
}
.page-title .breadcrumb {
  float: none;
  display: block;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 0;
}
.page-title .breadcrumb:first-child {
  padding-top: 0;
  padding-bottom: 3px;
}
.page-title .breadcrumb.position-right {
  margin-left: 28px;
}
.page-header-content > .breadcrumb {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-header-content > .breadcrumb:first-child {
  padding-bottom: 0;
  padding-top: 20px;
}
.breadcrumb-dash > li + li:before {
  content: '\2013\00a0';
}
.breadcrumb-arrow > li + li:before {
  content: '\2192\00a0';
}
.breadcrumb-arrows > li + li:before {
  content: '\00bb\00a0';
}
.breadcrumb-caret > li + li:before {
  content: '\203A\00a0';
}
.breadcrumb-line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ddd;
}
.breadcrumb-line:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb-line:first-child {
  border-top-width: 0;
  border-bottom: 1px solid #ddd;
}
.page-header .breadcrumb-line:first-child {
  z-index: 994;
}
.breadcrumb-line:not([class*=bg-]) {
  background-color: #fff;
}
.page-header-content + .breadcrumb-line {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.page-header-default .page-header-content + .breadcrumb-line,
.page-header-inverse .page-header-content + .breadcrumb-line {
  margin-bottom: 0;
}
.page-header-default .page-header-content + .breadcrumb-line {
  border-bottom-width: 0;
}
.page-header-default .breadcrumb-line:not([class*=bg-]) {
  background-color: #fcfcfc;
}
.page-header-inverse .breadcrumb-line {
  border-top-width: 0;
}
.page-header-inverse .breadcrumb-line:first-child {
  border-bottom-width: 0;
}
.breadcrumb-line .breadcrumb {
  margin-right: 46px;
}
@media (min-width: 769px) {
  .breadcrumb-line .breadcrumb {
    float: left;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb-line {
    z-index: 998;
    background-color: inherit;
  }
}
.breadcrumb-line-component {
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-line-component:not([class*=bg-]) {
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-header-default .breadcrumb-line-component:not([class*=bg-]) {
  border-width: 1px;
}
.page-header-inverse .breadcrumb-line-component:not([class*=bg-]) {
  border-width: 0;
}
.breadcrumb-line-component .breadcrumb {
  margin-left: 20px;
}
.page-header .breadcrumb-line-component {
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumb-line[class*=bg-] a,
.breadcrumb-line[class*=bg-] i {
  color: inherit;
}
.breadcrumb-line[class*=bg-] .breadcrumb > .active,
.breadcrumb-line[class*=bg-] .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus {
  color: #fff;
}
.breadcrumb-elements {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.breadcrumb-elements:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb-elements > li {
  display: inline-block;
  position: static;
  font-size: 13px;
}
.breadcrumb-elements > li > a {
  display: block;
  padding: 10px 15px;
  color: #333333;
}
.breadcrumb-elements > li.open > a,
.breadcrumb-elements > li > a:hover,
.breadcrumb-elements > li > a:focus {
  background-color: #f9f9f9;
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.breadcrumb-elements .dropdown-menu {
  margin-top: 0;
  left: auto;
  right: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .breadcrumb-elements .dropdown-menu {
    left: -1px;
  }
  .breadcrumb-elements .dropdown-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumb-elements .dropup > .dropdown-menu {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb-elements [data-toggle="collapse"] {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (min-width: 769px) {
  .breadcrumb-elements {
    float: right;
    text-align: inherit;
    border-top: 0;
  }
  .breadcrumb-elements.collapse {
    display: block;
    visibility: visible;
  }
  .breadcrumb-elements > li {
    float: left;
  }
  .breadcrumb-elements > li,
  .breadcrumb-elements > li .btn-group {
    position: relative;
  }
  .breadcrumb-line-component .breadcrumb-elements > li:last-child > a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .breadcrumb-elements [data-toggle="collapse"] {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadcrumb-line:not(.breadcrumb-line-component) .breadcrumb-elements {
    background-color: inherit;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Pagination (multiple pages) component
*
*  Overrides for pagination bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.pagination {
  margin-top: 0;
  margin-bottom: -6px;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 36px;
  text-align: center;
}
.pagination.pagination-rounded > li:first-child > a,
.pagination.pagination-rounded > li:first-child > span {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.pagination.pagination-rounded > li:last-child > a,
.pagination.pagination-rounded > li:last-child > span {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.pagination-flat > li > a,
.pagination-flat > li > span {
  margin-left: 1px;
  border-radius: 3px;
  min-width: 36px;
  background-color: transparent;
}
.pagination-flat > li > a,
.pagination-flat > li > span,
.pagination-flat > li > a:hover,
.pagination-flat > li > span:hover,
.pagination-flat > li > a:focus,
.pagination-flat > li > span:focus {
  border-color: transparent;
}
.pagination-flat > .active > a,
.pagination-flat > .active > span,
.pagination-flat > .active > a:hover,
.pagination-flat > .active > span:hover,
.pagination-flat > .active > a:focus,
.pagination-flat > .active > span:focus {
  border-color: transparent;
}
.pagination-flat > .disabled > span,
.pagination-flat > .disabled > span:hover,
.pagination-flat > .disabled > span:focus,
.pagination-flat > .disabled > a,
.pagination-flat > .disabled > a:hover,
.pagination-flat > .disabled > a:focus {
  border-color: transparent;
}
.pagination-flat.pagination-rounded > li > a,
.pagination-flat.pagination-rounded > li > span {
  border-radius: 100px;
}
.pagination-flat.pagination-lg > li > a,
.pagination-flat.pagination-lg > li > span {
  min-width: 40px;
}
.pagination-flat.pagination-sm > li > a,
.pagination-flat.pagination-sm > li > span {
  min-width: 34px;
}
.pagination-flat.pagination-xs > li > a,
.pagination-flat.pagination-xs > li > span {
  min-width: 32px;
}
.pagination-separated > li > a,
.pagination-separated > li > span {
  margin-left: 2px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  min-width: 40px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  min-width: 34px;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
  min-width: 32px;
}
/* ------------------------------------------------------------------------------
*
*  # Pager component
*
*  Overrides for pager bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.pager {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}
.pager li > a,
.pager li > span {
  padding: 7px 12px;
  color: #333333;
  font-size: 13px;
}
.pager li > a:hover,
.pager li > a:focus {
  border-color: #2196F3;
  color: #fff;
}
.pager li + li {
  margin-left: 10px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  border-color: #ddd;
}
.pager.text-left {
  text-align: left;
}
.pager.text-right {
  text-align: right;
}
.pager-lg li > a,
.pager-lg li > span {
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.4285715;
}
.pager-sm li > a,
.pager-sm li > span {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pager-xs li > a,
.pager-xs li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pager-rounded li > a,
.pager-rounded li > span {
  border-radius: 100px;
}
.pager-linked li > a,
.pager-linked li > span {
  border-color: transparent;
  color: #1E88E5;
}
.pager-linked li > a:hover,
.pager-linked li > span:hover {
  background-color: #2196F3;
  color: #fff;
}
.pager-linked .disabled > a,
.pager-linked .disabled > a:hover,
.pager-linked .disabled > a:focus,
.pager-linked .disabled > span {
  border-color: transparent;
}
/* ------------------------------------------------------------------------------
*
*  # Labels component
*
*  Overrides for labels bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.label {
  display: inline-block;
  font-weight: 500;
  padding: 2px 5px 1px 5px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1px;
  border-radius: 2px;
}
.btn .label {
  top: 0;
}
.list-group-item.active > .label,
.nav-pills > .active > a > .label,
.nav-tabs-solid > .active > a > .label,
.nav-tabs[class*=bg-] > li > a > .label {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 769px) {
  .list-group-item > .label {
    float: right;
  }
  .list-group-item > .label + .label {
    margin-right: 7px;
  }
}
.label > .caret,
.badge > .caret {
  margin-top: -2px;
}
.open .label.dropdown-toggle,
.open .badge.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label[href]:hover,
.badge[href]:hover,
.label[href]:focus,
.badge[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.label-default {
  border-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #999999;
}
.label-primary {
  border-color: #2196F3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2196F3;
}
.label-success {
  border-color: #4CAF50;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4CAF50;
}
.label-info {
  border-color: #00BCD4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00BCD4;
}
.label-warning {
  border-color: #FF5722;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #FF5722;
}
.label-danger {
  border-color: #F44336;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #F44336;
}
.label-striped {
  background-color: #f5f5f5;
  color: #333333;
  border-left-width: 2px;
  padding: 5px 10px;
}
.label-striped.label-striped-right {
  border-left-width: 1px;
  border-right-width: 2px;
}
.label-striped,
.label-striped.label-icon {
  border-radius: 0;
}
.label-striped[href]:hover,
.label-striped[href]:focus {
  color: #333333;
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label-flat {
  background-color: transparent;
  border-width: 2px;
  border-radius: 0;
  padding: 1px 4px 0 4px;
}
.label-flat[href]:hover,
.label-flat[href]:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label-icon {
  padding: 7px;
  border-radius: 2px;
  line-height: 1;
}
.label-icon > i {
  top: 0;
}
.label-icon.label-flat {
  padding: 6px;
}
.label-icon-xlg {
  padding: 10px;
}
.label-icon-xlg.label-flat {
  padding: 9px;
}
.label-icon-lg {
  padding: 9px;
}
.label-icon-lg.label-flat {
  padding: 8px;
}
.label-icon-sm {
  padding: 6px;
}
.label-icon-sm.label-flat {
  padding: 5px;
}
.label-icon-xs {
  padding: 5px;
}
.label-icon-xs.label-flat {
  padding: 4px;
}
.label-rounded {
  border-radius: 100px;
}
.label-rounded:not(.label-icon) {
  padding-left: 7px;
  padding-right: 7px;
}
.label-roundless {
  border-radius: 0;
}
.label-block {
  display: block;
}
.form-control + .label-block {
  margin-top: 7px;
}
.label-block.text-left {
  text-align: left;
  margin-right: 0;
}
.label-block.text-right {
  text-align: right;
  margin-left: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Badges component
*
*  Overrides for badges bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.badge {
  padding: 2px 6px 1px 6px;
  font-size: 10px;
  letter-spacing: 0.1px;
  vertical-align: baseline;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
}
.btn .badge {
  top: 0;
}
.btn-xs .badge {
  padding: 2px 6px 1px 6px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-tabs-solid > .active > a > .badge,
.nav-tabs[class*=bg-] > li > a > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 0;
}
.nav-pills > li > a > .badge.position-right {
  margin-left: 7px;
}
.badge-default {
  background-color: #999999;
  border-color: #999999;
}
.badge-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}
.badge-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.badge-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.badge-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}
.badge-danger {
  background-color: #F44336;
  border-color: #F44336;
}
.badge-flat {
  background-color: transparent;
  border-width: 2px;
  padding: 1px 5px 0 5px;
}
.badge-flat[href]:hover,
.badge-flat[href]:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ------------------------------------------------------------------------------
*
*  # Thumbnails component
*
*  Overrides for thumbnails bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.thumbnail {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.thumbnail > a {
  display: block;
}
.thumbnail > img,
.thumbnail a > img {
  width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ddd;
}
.thumbnail .caption {
  padding: 17px;
  padding-top: 20px;
}
.thumbnail .caption i.pull-right,
.thumbnail .caption .icons-list.pull-right {
  margin-top: 4px;
}
.thumbnail .caption .media-heading {
  margin-top: 0;
}
.thumbnail .caption .media-heading:after {
  content: '';
  display: table;
  clear: both;
}
.modal-dialog .thumbnail {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail > .panel-heading {
  margin: -3px;
  margin-bottom: 0;
}
.thumbnail .panel-footer {
  margin: -3px;
  margin-top: 0;
}
.thumbnail.no-padding img,
.thumbnail.no-padding .thumb {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail.no-padding .caption {
  padding: 20px;
}
.thumbnail.no-padding .panel-heading,
.thumbnail.no-padding .panel-footer {
  margin: 0;
}
.thumb {
  position: relative;
  display: block;
}
.thumb img:not(.media-preview) {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.thumb:not(.thumb-rounded) img {
  border-radius: 3px;
}
.thumb:hover .caption-zoom {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7);
}
.thumb:hover .caption-offset {
  left: 8px;
  top: 8px;
}
.thumb .caption-collapse {
  top: 80%;
  z-index: 10;
  height: auto;
}
.thumb:hover .thumb .caption-collapse {
  top: 100%;
}
.thumb-rounded {
  width: 60%;
  margin: 20px auto 0 auto;
}
.thumb-rounded,
.thumb-rounded img,
.thumb-rounded .caption-overflow {
  border-radius: 50%;
}
.caption-overflow {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  visibility: hidden;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.caption-overflow span {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  text-align: center;
}
.thumb:hover > .caption-overflow {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.zoom-image {
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.thumb:hover .zoom-image {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-rounded + .zoom-image {
  border-radius: 3px;
}
.img-circle + .zoom-image {
  border-radius: 50%;
}
.zoom-image i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.thumb-slide {
  overflow: hidden;
}
.thumb-slide .caption {
  position: absolute;
  bottom: -100%;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.thumb-slide .caption span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 100%;
  text-align: center;
}
.thumb-slide:hover .caption {
  bottom: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.alert {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.alert .alert-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.alert .alert-link {
  color: inherit;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
  color: inherit;
}
.alert-primary {
  background-color: #E3F2FD;
  border-color: #1E88E5;
  color: #1565C0;
}
.alert-primary hr {
  border-top-color: #187bd1;
}
.alert-primary .alert-link {
  color: #104d92;
}
.alert-primary,
.alert-primary .close {
  color: #104d92;
}
.alert-success,
.alert-success .close {
  color: #205823;
}
.alert-info,
.alert-info .close {
  background-color: #EBF3FB;
  color: #00545c;
}
.alert-warning,
.alert-warning .close {
  color: #aa3510;
}
.alert-danger,
.alert-danger .close {
  color: #9c1f1f;
}
.alert.alert-rounded {
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.alert-component[class*=alert-styled-] {
  background-color: #fff;
}
.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
  color: #fff;
}
.alert[class*=alert-styled-]:after {
  content: '\e9a2';
  font-family: 'icomoon';
  color: #fff;
  width: 44px;
  left: -44px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
  content: '\ed64';
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
  content: '\ed6e';
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
  content: '\e9bd';
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
  content: '\e9b9';
}
.alert.alert-styled-right:after {
  left: auto;
  right: -44px;
}
.alert.alert-styled-custom:after {
  content: "\e81b";
}
.alert.alert-styled-left {
  border-left-width: 44px;
}
.alert.alert-styled-left[class*=bg-] {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-right {
  border-right-width: 44px;
}
.alert.alert-styled-right[class*=bg-] {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-color: inherit;
  margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 5px solid;
  border-right-color: inherit;
}
/* ------------------------------------------------------------------------------
*
*  # Progress bars component
*
*  Overrides for progress bars bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.progress {
  position: relative;
  margin-bottom: 0;
  height: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  line-height: 18px;
  overflow: hidden;
}
.progress-rounded,
.progress-rounded > .progress-bar {
  border-radius: 100px;
}
.progress .progressbar-back-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.progress.right .progress-bar {
  right: 0;
  float: right;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 50px;
  height: 100%;
  display: inline-block;
}
.progress.vertical + .progress.vertical {
  margin-left: 10px;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.progress-lg {
  height: 22px;
}
.progress-lg .progress-bar {
  line-height: 22px;
}
.progress-sm {
  height: 14px;
}
.progress-xs {
  height: 10px;
}
.progress-xxs {
  height: 6px;
}
.progress-micro {
  height: 2px;
}
.progress-sm .progress-bar,
.progress-xs .progress-bar,
.progress-xxs .progress-bar,
.progress-micro .progress-bar {
  font-size: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Media list component
*
*  Overrides for media list bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.media {
  margin-top: 20px;
  position: relative;
}
.media,
.media-body {
  overflow: visible;
}
.media-left,
.media-right,
.media-body {
  position: relative;
}
.media-heading {
  margin-bottom: 2px;
  display: block;
}
.media-list {
  margin-bottom: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 20px;
}
.media-left,
.media > .pull-left {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .stack-media-on-mobile {
    text-align: center;
  }
  .stack-media-on-mobile .media-annotation {
    display: block;
  }
  .stack-media-on-mobile .media-annotation.dotted:not(.pull-right):before {
    content: none;
    margin: 0;
  }
  .stack-media-on-mobile .media-heading .media-annotation {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .stack-media-on-mobile .media-left,
  .stack-media-on-mobile .media-right,
  .stack-media-on-mobile .media-body {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .stack-media-on-mobile .media-left img,
  .stack-media-on-mobile .media-right img,
  .stack-media-on-mobile .media-body img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .stack-media-on-mobile .media-body,
  .stack-media-on-mobile .media-right {
    margin-top: 15px;
  }
  .stack-media-on-mobile .media-heading {
    margin-bottom: 5px;
  }
}
.media-left img:not(.media-preview),
.media-right img:not(.media-preview),
.thumbnail .media img:not(.media-preview) {
  width: 40px;
  height: 40px;
  max-width: none;
}
.media-badge {
  position: absolute;
  left: -10px;
  top: -2px;
}
.media-badge,
.media-badge[class*=bg-] {
  border: 2px solid;
}
@media (max-width: 768px) {
  .navbar-inverse .media-badge {
    border: 0;
    top: 0;
  }
}
.media-annotation {
  color: #999999;
  font-size: 12px;
  line-height: 1.6666667;
  font-weight: 400;
}
.media-heading .media-annotation {
  margin-left: 7px;
}
.media-annotation i {
  font-size: 13px;
}
.media-annotation.dotted:not(.pull-right):before {
  content: '•';
  margin-right: 10px;
}
.media-header {
  white-space: nowrap;
  margin-top: 20px;
  font-weight: 500;
}
.media-header:first-child {
  margin-top: 0;
}
.media-list-bordered > li {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: 15px;
}
.media-list-bordered > li:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.media-list-bordered.media-list-linked .media-header {
  margin-bottom: 15px;
}
.media-list-linked .media {
  margin-top: 0;
  padding: 0;
}
.media-list-linked .media-link {
  display: block;
  padding: 15px 20px;
  color: #333333;
}
.media-list-linked .media-link:hover,
.media-list-linked .media-link:focus {
  background-color: #fafafa;
  color: #333333;
}
.media-list-linked .media-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-list-linked .media-header:first-child {
  margin-top: 0;
}
.media-list-linked.media-list-bordered > li:first-child {
  border-top-width: 1px;
}
.media-list-linked.media-list-bordered > .media-header {
  margin-top: 0;
}
.media-list-linked.media-list-bordered > .media-header:first-child {
  border-top-width: 0;
}
/* ------------------------------------------------------------------------------
*
*  # List groups component
*
*  Overrides for list groups bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.list-group {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 7px 0;
  border-radius: 3px;
}
.list-group-item {
  background-color: transparent;
  padding: 10px 20px;
  border: 0;
}
.list-group-item.disabled .label,
.list-group-item.disabled:hover .label,
.list-group-item.disabled:focus .label,
.list-group-item.disabled .badge,
.list-group-item.disabled:hover .badge,
.list-group-item.disabled:focus .badge {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.list-group-divider {
  height: 1px;
  display: block;
  background-color: #e5e5e5;
  margin-top: 7px;
  margin-bottom: 7px;
}
.list-group-header {
  padding: 7px 20px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
}
.list-group-header:first-child {
  margin-top: 7px;
}
.list-group-item + .list-group-header,
.list-group-divider + .list-group-header {
  margin-top: 14px;
}
.list-group-item > i,
.list-group-header > i {
  margin-right: 7px;
}
.list-group-item > i.pull-right,
.list-group-header > i.pull-right {
  margin-right: 0;
  margin-left: 7px;
  margin-top: 3px;
}
.list-group-item-heading {
  margin-top: 7px;
  margin-bottom: 7px;
}
.list-group-item-text {
  line-height: 1.5384616;
  margin-bottom: 7px;
}
.list-group-item-success {
  color: #43A047;
  background-color: #E8F5E9;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #43A047;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #43A047;
  background-color: #d6edd8;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.list-group-item-success,
a.list-group-item-success,
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #205823;
}
.list-group-item-info {
  color: #1565C0;
  background-color: #E3F2FD;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #1565C0;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #1565C0;
  background-color: #cbe7fb;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.list-group-item-info,
a.list-group-item-info,
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #104d92;
}
.list-group-item-warning {
  color: #EF6C00;
  background-color: #FFF3E0;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #EF6C00;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #EF6C00;
  background-color: #ffe9c6;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.list-group-item-warning,
a.list-group-item-warning,
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #aa3510;
}
.list-group-item-danger {
  color: #D84315;
  background-color: #FBE9E7;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #D84315;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #D84315;
  background-color: #f7d5d1;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.list-group-item-danger,
a.list-group-item-danger,
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #9c1f1f;
}
/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  border-color: #ddd;
  color: #333333;
}
.panel[class*=bg-] > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .panel[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
}
.panel[class*=bg-].panel-flat > .panel-heading {
  border-bottom-color: transparent;
}
.panel[class*=bg-] > .panel-body {
  background-color: inherit;
}
.panel[class*=bg-] .panel-title {
  color: #fff;
}
.panel[class*=bg-] .table thead td,
.panel[class*=bg-] .table tbody td,
.panel[class*=bg-] .table thead th,
.panel[class*=bg-] .table tbody th {
  border-color: rgba(255, 255, 255, 0.1);
}
.panel[class*=bg-] .text-muted,
.panel[class*=bg-] .help-block,
.panel[class*=bg-] .help-inline {
  color: rgba(255, 255, 255, 0.8);
}
.panel[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.panel-body {
  position: relative;
}
.panel-flat > .panel-heading + .panel-body {
  padding-top: 0;
}
.panel-heading {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-bordered > .panel-heading {
  margin: 0;
}
.panel-flat > .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.panel-flat > .panel-heading > .panel-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.panel-flat[class*=bg-] > .panel-heading {
  background-color: inherit;
}
.panel-heading[class*=bg-],
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  margin: -1px -1px 0 -1px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-white > .panel-heading {
  background-color: #fff;
  border-bottom-color: #ddd;
}
.panel-title {
  position: relative;
  font-size: 13px;
}
a.panel-title {
  display: block;
}
.panel-title img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.panel-title > small:not(.display-block),
.panel-title > .small:not(.display-block) {
  margin-left: 5px;
}
h1.panel-title,
.h1.panel-title {
  font-size: 25px;
}
h2.panel-title,
.h2.panel-title {
  font-size: 23px;
}
h3.panel-title,
.h3.panel-title {
  font-size: 21px;
}
h4.panel-title,
.h4.panel-title {
  font-size: 19px;
}
h5.panel-title,
.h5.panel-title {
  font-size: 17px;
}
h6.panel-title,
.h6.panel-title {
  font-size: 15px;
}
.icons-list a[data-action] {
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.icons-list a[data-action]:after {
  font-family: 'icomoon';
  font-size: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-list a[data-action="collapse"]:after {
  content: '\e9c1';
}
.icons-list a[data-action="reload"]:after {
  content: '\e9fb';
}
.icons-list a[data-action="close"]:after {
  content: '\e9b6';
}
.icons-list a[data-action="move"]:after {
  content: '\e986';
}
.icons-list a[data-action="modal"]:after {
  content: '\e9eb';
}
.panel-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-footer:after {
  content: '';
  display: table;
  clear: both;
}
.panel-footer-transparent {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
}
.panel-footer-condensed {
  padding-top: 2px;
  padding-bottom: 2px;
}
.panel-footer-bordered {
  background-color: #fff;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.panel-group-control .panel-title > a {
  padding-left: 26px;
  display: inline-block;
}
.panel-group-control .panel-title > a:before {
  content: '\e9b7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-group-control .panel-title > a.collapsed:before {
  content: '\e9b8';
}
.panel-group-control.panel-group-control-right .panel-title > a {
  padding-left: 0;
  padding-right: 26px;
}
.panel-group-control.panel-group-control-right .panel-title > a:before {
  left: auto;
  right: 0;
}
.panel-primary {
  border-color: #ddd;
}
.panel-primary.panel-bordered {
  border-color: #2196F3;
}
.panel-success {
  border-color: #ddd;
}
.panel-success.panel-bordered {
  border-color: #4CAF50;
}
.panel-info {
  border-color: #ddd;
}
.panel-info.panel-bordered {
  border-color: #00BCD4;
}
.panel-warning {
  border-color: #ddd;
}
.panel-warning.panel-bordered {
  border-color: #FF5722;
}
.panel-danger {
  border-color: #ddd;
}
.panel-danger.panel-bordered {
  border-color: #F44336;
}
/* ------------------------------------------------------------------------------
*
*  # Wells component
*
*  Overrides for wells bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.well {
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well-white {
  background-color: #fff;
}
.well[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.well[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.well[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.well[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.well-lg {
  padding: 25px;
  border-radius: 3px;
}
.well-sm {
  padding: 15px;
  border-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Close button component
*
*  Overrides for close button bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.close {
  text-shadow: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close:hover,
.close:focus {
  outline: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------------------------------------------------------------------
*
*  # Modals component
*
*  Overrides for modals bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.modal-content {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.modal-header {
  position: relative;
  padding-bottom: 0;
}
.modal-header[class*=bg-] {
  padding: 15px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.modal-header[class*=bg-] .close {
  margin-top: -9.75px;
}
.modal-content[class*=bg-] .modal-header .close,
.modal-header[class*=bg-] .close {
  color: #fff;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
}
.modal-body .close {
  margin-top: 0!important;
}
.modal-footer {
  padding-top: 0;
}
.modal-footer.text-center {
  text-align: center;
}
.modal-footer.text-left {
  text-align: left;
}
@media (min-width: 769px) {
  .modal-xs {
    width: 300px;
  }
  .modal-full {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Tooltips component
*
*  Overrides for tooltips bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.tooltip {
  font-size: 13px;
  line-height: 1.5384616;
}
.tooltip [class*=bg-] {
  border-radius: 3px;
}
.tooltip [class*=bg-] > .tooltip-inner {
  background-color: inherit;
}
.tooltip.top [class*=bg-] .tooltip-arrow {
  border-top-color: inherit;
}
.tooltip.right [class*=bg-] .tooltip-arrow {
  border-right-color: inherit;
}
.tooltip.bottom [class*=bg-] .tooltip-arrow {
  border-bottom-color: inherit;
}
.tooltip.left [class*=bg-] .tooltip-arrow {
  border-left-color: inherit;
}
.tooltip-inner {
  padding: 7px 12px;
}
/* ------------------------------------------------------------------------------
*
*  # Popovers component
*
*  Overrides for popovers bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.popover {
  border-radius: 3px;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.popover-title {
  font-size: 12px;
  line-height: 1.6666667;
  border: 0;
  padding: 15px 15px 0 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.popover-title[class*=bg-] {
  padding: 10px 15px;
  margin: -1px -1px 0 -1px;
}
.popover-content {
  padding: 15px;
}
.popover[class*=bg-].top > .arrow,
.popover[class*=border-].top > .arrow,
.popover[class*=bg-].top > .arrow:after,
.popover[class*=border-].top > .arrow:after {
  border-top-color: inherit;
}
.popover[class*=bg-].right > .arrow,
.popover[class*=border-].right > .arrow,
.popover[class*=bg-].right > .arrow:after,
.popover[class*=border-].right > .arrow:after {
  border-right-color: inherit;
}
.popover[class*=bg-].bottom > .arrow,
.popover[class*=border-].bottom > .arrow,
.popover[class*=bg-].bottom > .arrow:after,
.popover[class*=border-].bottom > .arrow:after {
  border-bottom-color: inherit;
}
.popover[class*=bg-].left > .arrow,
.popover[class*=border-].left > .arrow,
.popover[class*=bg-].left > .arrow:after,
.popover[class*=border-].left > .arrow:after {
  border-left-color: inherit;
}
/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.3
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global less file
 *
 *  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
*
* ---------------------------------------------------------------------------- */
.no-transitions * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.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,
.select2-selection__choice__remove,
.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"] {
  -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,
.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 layouts
 *
 *  Styles for sidebar components, main navigation and sidebar itself
 *
 *  Version: 1.2
 *  Latest update: Nov 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.sidebar {
  background-color: #263238;
  color: #fff;
  position: relative;
  width: 100%;
  display: none;
}
@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:not(.sidebar-default) + .sidebar:not(.sidebar-default) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-default {
  background-color: #fff;
  color: #333333;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 769px) {
  .sidebar-default {
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
  .content-wrapper + .sidebar-default {
    border-left: 1px solid #ddd;
  }
}
.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: 30px 15px 40px 15px;
}
.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: rgba(255, 255, 255, 0.75);
  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:hover,
.navigation li a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  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.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #26A69A;
  color: #fff;
}
.navigation > li.active > a > [class*=text-] {
  color: #fff;
}
.navigation > li.active > a .label,
.navigation > li.active > a .badge {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  -webkit-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
.navigation > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.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:first-child {
  padding-top: 10px;
}
.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(0, 0, 0, 0.2);
  color: #fff;
}
.navigation .navigation-header {
  min-height: 30px;
  padding: 10px 20px;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.82;
}
.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: rgba(255, 255, 255, 0.5);
  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: 48px;
    bottom: 48px;
    margin-bottom: -48px;
  }
  .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content {
    width: 56px;
  }
  .sidebar-fixed.sidebar-default .sidebar-content {
    width: 259px;
  }
  .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: 0;
  }
  .sidebar-detached > .sidebar-default {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .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: 86px;
  }
  .navbar-bottom-lg .sidebar-detached.fixed-sidebar-space {
    bottom: 90px;
  }
  .navbar-bottom-sm .sidebar-detached.fixed-sidebar-space {
    bottom: 84px;
  }
  .navbar-bottom-xs .sidebar-detached.fixed-sidebar-space {
    bottom: 82px;
  }
  .navbar-fixed .sidebar-detached {
    top: 86px;
  }
  .navbar-fixed-lg .sidebar-detached {
    top: 90px;
  }
  .navbar-fixed-sm .sidebar-detached {
    top: 84px;
  }
  .navbar-fixed-xs .sidebar-detached {
    top: 82px;
  }
}
@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;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar-separate.sidebar-default .sidebar-category {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 769px) {
  .sidebar-xs .sidebar-main:not(.sidebar-right) {
    width: 56px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-category {
    display: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-category-visible {
    display: block;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title {
    padding: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title > i {
    padding: 13px 0;
    float: none;
    display: block;
    top: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title > span {
    display: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title .icons-list {
    position: static;
    text-align: center;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title .icons-list > li {
    display: block;
    margin-left: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title .icons-list > li + li {
    margin-top: 10px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title.h6 .icons-list {
    padding-top: 23.538462px;
    padding-bottom: 23.538462px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .category-title.h5 .icons-list {
    padding-top: 25.0769236px;
    padding-bottom: 25.0769236px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > a > span {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    background-color: #26A69A;
    border: 1px solid #26A69A;
    padding: 11px 20px;
    width: 260px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > a > span .label,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > a > span .badge {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right):not(.sidebar-right) .navigation > li > a > i {
    margin: 2px 0;
    display: block;
    float: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > .has-ul:after,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li.active > .has-ul:after {
    content: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right):not(.sidebar-right) .navigation > li .has-ul > span {
    border-radius: 0 3px 0 0;
    cursor: default;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li.active > ul {
    display: none!important;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li.disabled:hover > ul,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li.disabled:hover > a > span {
    display: none!important;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li:hover > ul {
    display: block!important;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li:hover > a > span {
    display: block;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li:hover:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > ul {
    position: absolute;
    right: -260px;
    top: 44px;
    width: 260px;
    display: none;
    background-color: #263238;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 3px 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > ul > li > ul > li > a {
    padding-left: 30px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > .navigation-header {
    padding: 0;
    text-align: center;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > .navigation-header > i {
    display: block;
    top: 0;
    padding: 13px 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation > .navigation-header > span {
    display: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .category-content {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-left,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-right {
    padding: 0;
    text-align: center;
    display: block;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-left > img,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-right > img {
    max-width: 100%;
    height: auto!important;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-left > .img-sm,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-right > .img-sm {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-left > .img-xs,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-right > .img-xs {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-body,
  .sidebar-xs .sidebar-main:not(.sidebar-right) .sidebar-user .media-right {
    display: none;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation-lg > li > ul {
    top: 48px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation-sm > li > ul {
    top: 40px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right) .navigation-xs > li > ul {
    top: 36px;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right).sidebar-default .navigation > li > a > span {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333333;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right).sidebar-default .navigation > li > a > span .label,
  .sidebar-xs .sidebar-main:not(.sidebar-right).sidebar-default .navigation > li > a > span .badge {
    color: #333333;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right).sidebar-default .navigation > li > ul {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
  }
  .sidebar-xs .sidebar-main:not(.sidebar-right).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 .text-muted,
.sidebar:not(.sidebar-default) .media .media-annotation {
  color: rgba(255, 255, 255, 0.8);
}
.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;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: minmax(62px, min-content) auto;
  grid-template-areas: "header" "content";
  height: 100%;
}
.page-container.page-in-mobile-app-web-view {
  grid-template-rows: minmax(0px, min-content) auto;
}
.page-container .content-wrapper {
  margin-bottom: 100px;
}
.page-container.new-structure {
  grid-template-rows: minmax(62px, min-content) max-content max-content;
  grid-template-areas: "header" "content-react" "content";
}
.page-container.new-structure.page-in-mobile-app-web-view {
  grid-template-rows: minmax(0px, min-content) max-content max-content;
}
.page-container.new-structure .content-wrapper {
  margin-top: -12px;
}
.page-container.new-navigation ~ #cello-widget-app {
  position: relative;
  z-index: 101;
}
@media (min-width: 768px) {
  .page-container {
    width: 100%;
    grid-template-columns: minmax(82px, min-content) auto;
    grid-template-rows: 82px auto;
    grid-template-areas: "sidebar header" "sidebar content";
  }
  .page-container.page-in-mobile-app-web-view {
    grid-template-columns: minmax(0px, min-content) auto;
    grid-template-rows: minmax(0px, min-content) auto;
  }
  .page-container .content-wrapper {
    margin-bottom: unset;
  }
  .page-container.new-structure {
    grid-template-rows: 82px max-content max-content;
    grid-template-areas: "sidebar header" "sidebar content-react" "sidebar content";
  }
  .page-container.new-structure.page-in-mobile-app-web-view {
    grid-template-columns: minmax(0px, min-content) max-content max-content;
    grid-template-rows: minmax(0px, min-content) max-content max-content;
  }
  .page-container.new-structure .content {
    padding: 2px 64px 24px;
  }
  .content.full-span {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
  }
}
.content-wrapper {
  grid-area: content;
}
.content {
  padding: 0 64px 24px;
}
.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: #f5f5f5;
  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.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 30px;
}
.footer:not(.navbar-fixed-bottom) {
  z-index: 1000;
}
.footer.navbar {
  left: 0;
  right: 0;
  bottom: 0;
}
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;
  }
}
/* ------------------------------------------------------------------------------
*
*  # 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;
}
/* ------------------------------------------------------------------------------
 *
 *  # Pace. Default theme
 *
 *  Minimal preloader theme, used as a default theme
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #4FC3F7;
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  right: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
/* ------------------------------------------------------------------------------
 *
 *  # Progress bars
 *
 *  Static demo of Pace themes. For demonstration purposes only. DO NOT use it in live project
 *
 *  Version: 1.0
 *  Latest update: Mar 2, 2015
 *
 * ---------------------------------------------------------------------------- */
.pace-demo {
  display: inline-block;
  background-color: #37474F;
  border-radius: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
.pace-demo .pace_progress {
  display: none;
}
.theme_xbox_xs,
.theme_xbox_sm,
.theme_xbox {
  position: relative;
  width: 44px;
  height: 44px;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_sm .pace_activity,
.theme_xbox .pace_activity {
  width: 44px;
  height: 44px;
  -webkit-animation: rotation 1.5s ease-in-out infinite;
  -o-animation: rotation 1.5s ease-in-out infinite;
  animation: rotation 1.5s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_xs .pace_activity:before,
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #fff;
}
.theme_xbox_xs .pace_activity:before,
.theme_xbox_sm .pace_activity:before,
.theme_xbox .pace_activity:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-animation: rotation 2s ease-in-out infinite;
  -o-animation: rotation 2s ease-in-out infinite;
  animation: rotation 2s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -o-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
}
.theme_xbox_with_text span {
  display: block;
  margin-top: 7px;
  color: #fff;
}
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after {
  border-width: 2px;
}
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
  border-width: 3px;
}
.theme_perspective {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  height: 30px;
}
.theme_perspective .pace_activity {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-animation: perspective 1.2s infinite ease-in-out;
  -o-animation: perspective 1.2s infinite ease-in-out;
  animation: perspective 1.2s infinite ease-in-out;
}
@keyframes perspective {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  100% {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@-webkit-keyframes perspective {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@-moz-keyframes perspective {
  0% {
    -moz-transform: perspective(120px);
  }
  50% {
    -moz-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
.theme_perspective_with_text span,
.theme_squares_with_text span,
.theme_tail_with_text span,
.theme_corners_with_text span,
.theme_radar_with_text span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  color: #fff;
}
.theme_squares {
  width: 30px;
  height: 30px;
}
.theme_squares .pace_activity:before,
.theme_squares .pace_activity:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: 5px;
}
.theme_squares .pace_activity:before {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: 0;
  -webkit-animation: rotation_reverse 2s linear infinite;
  -o-animation: rotation_reverse 2s linear infinite;
  animation: rotation_reverse 2s linear infinite;
}
.theme_squares .pace_activity:after {
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}
.theme_tail {
  width: 30px;
  height: 30px;
}
.theme_tail .pace_activity {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_tail_circle {
  width: 30px;
  height: 30px;
}
.theme_tail_circle .pace_activity {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ffffff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_corners {
  height: 30px;
  width: 30px;
}
.theme_corners .pace_activity {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-animation: corners 1.5s ease infinite;
  -o-animation: corners 1.5s ease infinite;
  animation: corners 1.5s ease infinite;
}
@keyframes corners {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
    border-radius: 0;
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes corners {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: scale(2) rotate(180deg);
    border-radius: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes corners {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: scale(2) rotate(180deg);
    border-radius: 0;
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
.theme_radar {
  width: 30px;
  height: 30px;
}
.theme_radar .pace_activity {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_bar,
.theme_bar_sm,
.theme_bar_xs {
  position: relative;
  width: 200px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
.theme_bar .pace_progress,
.theme_bar_sm .pace_progress,
.theme_bar_xs .pace_progress {
  max-width: 198px;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 4px;
  background: #3FCF96;
  color: #fff;
  line-height: 32px;
  border-radius: 100px;
}
.theme_bar_sm {
  height: 5px;
}
.theme_bar_sm .pace_progress {
  height: 3px;
}
.theme_bar_xs {
  height: 4px;
}
.theme_bar_xs .pace_progress {
  height: 2px;
}
/* ------------------------------------------------------------------------------
*
*  # 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: "\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);
}
.checker span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: 9px;
}
.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 {
  border-color: inherit;
  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;
}
.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);
}
.choice span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.radio .choice,
.radio-inline .choice {
  position: absolute;
  top: 1px;
  left: 0;
}
.form-horizontal .radio .choice,
.form-horizontal .radio-inline .choice {
  top: 9px;
}
.radio-right .choice {
  left: auto;
  right: 0;
}
.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 {
  width: 100%;
  position: relative;
  display: table;
}
.uploader .filename {
  color: #999999;
  height: 36px;
  padding: 7px 12px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  cursor: default;
  border: 1px solid #ddd;
  border-right: 0;
  background-color: #fff;
  text-align: left;
  word-break: break-word;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.uploader .action {
  display: table-cell;
  cursor: pointer;
  z-index: 1;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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:hover .action.btn-default,
.uploader:focus .action.btn-default {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) 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:active .action.btn-default {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.uploader input[type=file] {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  border: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.uploader.disabled .filename {
  background-color: #fafafa;
  cursor: not-allowed;
}
.uploader-lg input[type=file],
.uploader-lg .action,
.uploader-lg .filename {
  height: 40px;
}
.uploader-lg .filename {
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.4285715;
}
.uploader-sm input[type=file],
.uploader-sm .action,
.uploader-sm .filename {
  height: 34px;
}
.uploader-sm .filename {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.uploader-xs input[type=file],
.uploader-xs .action,
.uploader-xs .filename {
  height: 32px;
}
.uploader-xs .filename {
  padding: 5px 10px;
  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: 7px;
  margin-right: 7px;
  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;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 7px;
  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: 7px 12px;
}
.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 15px;
}
.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 5px 10px;
}
.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch-small .bootstrap-switch-label {
  padding: 6px 11px;
}
.checkbox-switch > label,
label.checkbox-switch.checkbox-inline {
  padding: 0;
}
.checkbox-switch.checkbox-right .bootstrap-switch {
  margin-right: 0;
  margin-left: 7px;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 36px;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
  color: #333333;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.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: 12px;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  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-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 2px 2px 2px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.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: #455A64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 7px 12px;
}
.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: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.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: 2px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 7px;
  -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: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 7px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 7px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 7px;
}
.select2-results__option {
  padding: 7px 12px;
  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: 10px;
}
.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: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 7px;
  margin-bottom: 7px;
}
.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: 7px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 7px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 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-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: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  width: 100%!important;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.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: 12px;
}
.select2-search--dropdown: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);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #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-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  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: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  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: 7px;
  padding-bottom: 7px;
}
.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 multiselect
*
*  Styles for multiselect.js - custom multiple select plugin
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.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;
  max-height: 250px;
  overflow-y: auto;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  padding: 8px 12px;
  padding-left: 40px;
}
.navbar-form .multiselect-container > li > a > label {
  display: block;
}
.multiselect-container > li > a .checker,
.multiselect-container > li > a .choice {
  top: 50%;
  margin-top: -9px;
  left: 12px;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 500;
}
.multiselect-container > li.disabled > a {
  background-color: transparent;
}
.multiselect-container > li.disabled > a > label {
  cursor: not-allowed;
}
.multiselect-container > li.multiselect-group > label,
.multiselect-container > li.multiselect-group.active > label {
  margin: 0;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 14px;
  background-color: transparent;
  cursor: default;
}
.multiselect-container > li.multiselect-group.disabled {
  color: #999999;
}
.multiselect-container > li.multiselect-group:first-child > label,
.multiselect-container > li.multiselect-group:first-child.active > label {
  margin-top: 7px;
}
.multiselect-container > li.multiselect-group.multiselect-group-clickable > label {
  cursor: pointer;
}
.multiselect-container > li.multiselect-group.disabled label,
.multiselect-container > li.multiselect-group.disabled:hover label,
.multiselect-container > li.multiselect-group.disabled:focus label {
  background-color: transparent;
  cursor: not-allowed;
}
.multi-select-full > .btn-group {
  width: 100%;
}
.multi-select-full > .btn-group .multiselect-container {
  width: inherit;
}
.multi-select-fixed > .btn-group > .btn {
  width: 250px;
}
.multi-select-auto > .btn-group > .btn {
  width: auto;
}
div[class*=border-] > .btn-group {
  border-color: inherit;
}
div[class*=border-] > .btn-group > .multiselect {
  border-color: inherit;
}
li.multiselect-filter {
  position: relative;
  padding: 5px 12px;
  margin-bottom: 5px;
}
li.multiselect-filter i {
  font-size: 12px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
li.multiselect-filter .form-control {
  padding-left: 36px;
}
.input-group-btn + .multi-select-full .multiselect:first-child,
.input-group-addon + .multi-select-full .multiselect:first-child,
.input-group-btn + .multi-select-auto .multiselect:first-child,
.input-group-addon + .multi-select-auto .multiselect:first-child,
.input-group-btn + .multi-select-fixed .multiselect:first-child,
.input-group-addon + .multi-select-fixed .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;
}
/* ------------------------------------------------------------------------------
*
*  # SelectBoxIt
*
*  Styles for selectbox.js - custom select boxes plugin
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 3px;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  outline: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectboxit-container .selectboxit {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  display: block;
}
.selectboxit-container .selectboxit-options {
  width: 100%;
  max-height: 250px;
  padding: 7px 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  text-align: left;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled:hover,
.selectboxit-options .selectboxit-disabled:hover,
.selectboxit.selectboxit-disabled:focus,
.selectboxit-options .selectboxit-disabled:focus {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.selectboxit-rendering {
  display: inline-block !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 2px 0 0;
  width: 100%;
  min-width: 200px;
  list-style: none;
  position: absolute;
  cursor: pointer;
  display: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  display: block;
  background-color: #f5f5f5;
  color: #333333;
}
.selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor {
  background-color: #2196F3;
  color: #fff;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
  cursor: not-allowed;
}
.selectbox-container[class*=border-] > .selectboxit-list {
  border-color: inherit;
}
.selectbox-container[class*=bg-] > .selectboxit-list {
  background-color: inherit;
  border-color: inherit;
}
.selectbox-container[class*=bg-] > .selectboxit-list .selectboxit-option-anchor {
  color: #fff;
}
.selectbox-container[class*=bg-] > .selectboxit-list > .selectboxit-focus .selectboxit-option-anchor {
  background-color: rgba(0, 0, 0, 0.1);
}
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333333;
  border-radius: 3px;
  height: 36px;
  padding: 7px 12px;
  padding-right: 29px;
}
.selectboxit-btn:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.selectboxit-btn.selectboxit-open,
.selectboxit-btn:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.selectboxit-container[class*=bg-] .selectboxit-btn {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.selectboxit-container[class*=border-] .selectboxit-btn {
  border-color: inherit;
}
.selectboxit-btn[class*=bg-]:hover,
.selectboxit-container[class*=bg-] .selectboxit-btn:hover {
  -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;
}
.selectboxit-btn[class*=bg-].selectboxit-open,
.selectboxit-container[class*=bg-] .selectboxit-btn.selectboxit-open,
.selectboxit-btn[class*=bg-]:focus,
.selectboxit-container[class*=bg-] .selectboxit-btn:focus {
  -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;
}
.input-group .selectboxit-container > .selectboxit-btn {
  border-radius: 0;
}
.input-group .selectboxit-container:last-child > .selectboxit-btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group > select:first-child + .selectboxit-container > .selectboxit-btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.selectboxit-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit-default-arrow {
  position: relative;
  font-style: normal;
}
.selectboxit-default-arrow:after {
  content: '\e9c5';
  display: block;
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selectboxit-open .selectboxit-default-arrow:after {
  content: '\e9c6';
}
.selectboxit-option {
  margin: 0;
  list-style-type: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 7px 12px;
}
.selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
  padding: 7px 12px;
  font-weight: 700;
  color: #333333;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-optgroup-option .selectboxit-option-anchor {
  padding-left: 24px;
  padding-right: 24px;
}
.selectboxit-arrow-container {
  position: absolute;
  top: 50%;
  width: 16px;
  right: 12px;
  margin-top: -8px;
  text-align: right;
  line-height: 1;
}
.selectboxit-arrow-container .selectboxit-arrow[class*=icon-] {
  top: 0;
}
.selectboxit-arrow-container .caret:after {
  text-align: right;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-option-icon-container > [class*=icon-] {
  margin-right: 10px;
  width: auto;
}
.selectboxit-option-icon-container .selectboxit-option-icon-url {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.selectboxit-option-first {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.selectboxit-option-last {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* # Sizing
-------------------------------------------------- */
.selectbox-fixed + .selectboxit-container,
.selectbox-fixed + .selectboxit-options {
  width: 250px;
}
.selectbox-auto + .selectboxit-container,
.selectbox-auto + .selectboxit-options {
  width: auto;
}
.selectbox-lg + .selectboxit-container .selectboxit {
  padding: 9px 15px;
  padding-right: 30px;
  height: 40px;
  font-size: 14px;
}
.selectbox-lg + .selectboxit-container .selectboxit .selectboxit-arrow-container {
  right: 15px;
}
.selectbox-sm + .selectboxit-container .selectboxit {
  padding: 6px 11px;
  padding-right: 22px;
  height: 34px;
}
.selectbox-sm + .selectboxit-container .selectboxit .selectboxit-arrow-container {
  right: 11px;
}
.selectbox-xs + .selectboxit-container .selectboxit {
  padding: 5px 10px;
  padding-right: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 1.6666667;
}
.selectbox-xs + .selectboxit-container .selectboxit .selectboxit-arrow-container {
  right: 10px;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 0.5px !important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}
/* ------------------------------------------------------------------------------
*
*  # Passy
*
*  Styles for passy.min.js - password length checker and password generator
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.visual-password-indicator {
  display: inline-block;
  background-color: #999999;
  width: 40px;
  height: 4px;
}
.password-indicator-group {
  min-width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.label-indicator-absolute {
  position: relative;
}
.label-indicator-absolute .password-indicator-label-absolute {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-horizontal .label-indicator-absolute .label {
  right: 27px;
}
/* ------------------------------------------------------------------------------
 *
 *  # Twiter Typeahead
 *
 *  Styles for typeahead.bundle.min.js - input suggestion engine
 *
 *  Version: 1.3
 *  Latest update: Jul 4, 2016
 *
 * ---------------------------------------------------------------------------- */
.twitter-typeahead {
  width: 100%;
}
.typeahead,
.tt-query,
.tt-hint {
  outline: 0;
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 100%;
  margin-top: 1px;
  min-width: 180px;
  padding: 7px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.typeahead-scrollable .tt-menu {
  max-height: 250px;
}
.typeahead-rtl .tt-menu {
  text-align: right;
}
.tt-suggestion {
  padding: 8px 15px;
  cursor: pointer;
}
.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
  background-color: #f5f5f5;
}
.tt-dataset-group .tt-suggestion {
  padding-left: 24px;
  padding-right: 24px;
}
.tt-heading {
  font-size: 11px;
  line-height: 1.82;
  padding: 8px 15px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 2px;
}
.typeahead-template .empty-message {
  padding: 8px 15px;
  text-align: center;
}
/* ------------------------------------------------------------------------------
 *
 *  # 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';
}
/* ------------------------------------------------------------------------------
*
*  # X-editable
*
*  In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.editable {
  background-color: transparent;
}
.form-horizontal .editable {
  padding-top: 8px;
  display: inline-block;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editableform .form-group:last-child {
  margin-bottom: 0;
}
.editableform .form-control {
  min-width: 200px;
}
.editableform .checkbox,
.editableform .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.editableform .checkbox > div,
.editableform .radio > div {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 20px;
  margin-left: 0;
  text-align: center;
}
.editable-buttons .editable-cancel {
  margin-left: 7px;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
}
.editable-input .help-block {
  margin-bottom: 0;
}
.editable-input .input-group {
  width: 250px;
}
.editable-input .elastic {
  height: 100px;
}
.editableform-loading {
  width: 16px;
  height: 16px;
  margin: auto;
}
.editableform-loading:after {
  content: '\eb55';
  font-family: 'icomoon';
  font-size: 16px;
  display: block;
  line-height: 1;
  margin: auto;
  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;
}
.editable-error {
  color: #F44336;
}
.editable-error-block {
  max-width: 300px;
  margin: 7px 0 0 0;
  width: auto;
  white-space: normal;
}
.editable-bg-transition {
  color: inherit;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.editable-clear {
  clear: both;
  text-decoration: none;
  text-align: right;
}
.editable-clear-x {
  position: absolute;
  right: 9px;
  top: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.editable-clear-x:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.editable-clear-x:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editable-click,
a.editable-click,
.editable-click:hover,
a.editable-click:hover {
  border-bottom: 1px dashed #1E88E5;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
.editable-click.editable-disabled:hover,
a.editable-click.editable-disabled:hover {
  color: #999999;
  cursor: default;
  border-bottom: 0;
}
.editable-click .label {
  margin-top: 1px;
  margin-bottom: 1px;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #F44336;
}
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  border-bottom-color: #F44336;
}
.combodate {
  white-space: nowrap;
}
.combodate .day,
.combodate .year,
.combodate .hour,
.combodate .minute {
  min-width: 80px;
}
.combodate .form-control {
  display: inline-block;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-daterange input:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.editable-address {
  display: block;
}
.editable-address > label > span {
  width: 70px;
  display: inline-block;
  margin-bottom: 7px;
}
.editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
.editable-checklist label {
  white-space: nowrap;
}
.editable-checklist label > input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
.editable-container.editable-popup {
  max-width: none !important;
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.editable-container.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-container.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
.editable-container.popover {
  width: auto;
  min-width: 200px;
}
/* ------------------------------------------------------------------------------
*
*  # Tokenfield for Bootstrap
*
*  Styles for tokenfield.js - Advanced tagging/tokenizing plugin for Bootstrap
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.tokenfield {
  height: auto;
}
.tokenfield.form-control {
  height: auto;
  padding: 0 0 2px 0;
}
.tokenfield:after {
  content: '';
  display: table;
  clear: both;
}
.tokenfield .token {
  margin: 2px 0 0 2px;
  cursor: default;
  float: left;
  position: relative;
  border-radius: 2px;
}
.tokenfield .token:not([class*=bg-]) {
  background-color: #eee;
  color: #333333;
}
.tokenfield .token:not([class*=bg-]):hover,
.tokenfield .token:not([class*=bg-]):focus {
  background-color: #03A9F4;
  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: 5px 11px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.6666667;
}
.tokenfield .token > .close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: inherit;
  right: 11px;
  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 .twitter-typeahead {
  width: auto;
}
.tokenfield .token-input {
  direction: ltr;
  background: none;
  width: 90px!important;
  max-width: 50%;
  min-width: 60px;
  padding: 5px 11px;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 12px;
  line-height: 1.6666667;
  border: 0;
  outline: 0;
}
.tokenfield.readonly .token .token-label {
  padding-right: 11px;
}
.tokenfield.readonly .token .close {
  display: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
}
.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 > .token-label,
.input-group-lg .token > span,
.tokenfield.input-lg .token > span,
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  font-size: 13px;
  line-height: 20px;
  padding: 7px 12px;
}
.input-group-lg .token > .token-label,
.tokenfield.input-lg .token > .token-label,
.input-group-lg .token > span,
.tokenfield.input-lg .token > span {
  padding-right: 29px;
}
.input-group-lg .token > .close,
.tokenfield.input-lg .token > .close {
  right: 12px;
}
.input-group-lg.readonly .token > .token-label,
.tokenfield.input-lg.readonly .token > .token-label {
  padding-right: 12px;
}
.input-group-sm .token > .token-label,
.tokenfield.input-sm .token > .token-label,
.input-group-sm .token > span,
.tokenfield.input-sm .token > span {
  padding: 4px 11px;
  padding-right: 27.5px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  padding: 4px 11px;
}
.input-group-sm .token > .close,
.tokenfield.input-sm .token > .close {
  right: 11px;
}
.input-group-sm.readonly .token > .token-label,
.tokenfield.input-sm.readonly .token > .token-label {
  padding-right: 11px;
}
/* ------------------------------------------------------------------------------
*
*  # Bootstrap tags input
*
*  Styles for tagsinput.js - tags input for Bootstrap
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 0 2px 0;
  vertical-align: middle;
  border-radius: 3px;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 5px 11px;
  margin-top: 2px;
  margin-left: 2px;
  width: auto !important;
  min-width: 100px;
  font-size: 12px;
  line-height: 1.6666667;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .twitter-typeahead {
  width: auto;
}
.bootstrap-tagsinput .tt-dropdown-menu {
  margin-top: 5px;
  min-width: 200px;
}
.bootstrap-tagsinput .tag {
  margin: 2px 0 0 2px;
  border: 0;
  border-radius: 2px;
  padding: 5px 11px;
  padding-right: 30px;
  float: left;
  font-size: 12px;
  line-height: 1.6666667;
  font-weight: 400;
  text-transform: none;
  position: relative;
}
.bootstrap-tagsinput .tag:not([class*=bg-]) {
  background-color: #546E7A;
  color: #fff;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 11px;
  line-height: 1;
  margin-top: -5.5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: '\ed6a';
  font-family: 'icomoon';
  display: block;
  font-size: 11px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------------------------------------
*
*  # 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 {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8.5px 10px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}
/* ------------------------------------------------------------------------------
*
*  # 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 select.form-control {
  padding: 7px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-duallistbox-container option {
  display: block;
  padding: 7px 12px;
  border-radius: 2px;
}
.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-top-right-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.bootstrap-duallistbox-container.moveonselect .btn-group .btn + .btn {
  border-left-width: 1px;
}
.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}
.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;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 7px;
}
.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 {
  padding-bottom: 5px;
}
.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 maxlength
 *
 *  Styles for maxlength.min.js - input characters counter
 *
 *  Version: 1.0
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.bootstrap-maxlength {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 500;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 7px 12px;
  border-radius: 3px;
  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: #fcfcfc;
  color: #333;
  border: 1px solid #ddd;
}
.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.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) 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;
}
/* ------------------------------------------------------------------------------
*
*  # Form wizard
*
*  jQuery plugin which turns a form into a multistep wizard
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel-flat > .ui-formwizard {
  border-top: 1px solid #ddd;
}
.form-wizard-title {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.form-wizard-count {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #4CAF50;
  color: #4CAF50;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}
.ui-formwizard .step {
  padding: 20px;
  padding-bottom: 0;
}
.form-wizard-actions {
  text-align: right;
  padding: 20px;
  padding-top: 0;
}
.panel-body .form-wizard-actions {
  padding: 0;
}
.form-wizard-actions .btn + .btn {
  margin-left: 5px;
}
/* ------------------------------------------------------------------------------
*
*  # Stepy wizard
*
*  jQuery plugin which generates a customizable wizard from form fieldsets
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.stepy-step {
  padding: 20px;
  padding-top: 0;
}
.stepy-header {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.panel-flat > .stepy-header {
  border-top: 1px solid #ddd;
}
.stepy-header li {
  cursor: pointer;
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.stepy-header li span {
  display: block;
  margin-top: 10px;
  color: #999999;
}
.stepy-header li:before,
.stepy-header li:after {
  content: '';
  display: block;
  position: absolute;
  top: 43px;
  width: 50%;
  height: 2px;
  background-color: #00BCD4;
  z-index: 9;
}
.stepy-header li:before {
  left: 0;
}
.stepy-header li:after {
  right: 0;
}
.stepy-header li:first-child:before,
.stepy-header li:last-child:after {
  content: none;
}
.stepy-header li div {
  background-color: #00BCD4;
  font-size: 0;
  position: relative;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  height: 38px;
  border: 2px solid #00BCD4;
  z-index: 10;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}
.stepy-header li div:after {
  content: '\ed6c';
  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;
}
.stepy-header li.stepy-active:after,
.stepy-header li.stepy-active ~ li:before,
.stepy-header li.stepy-active ~ li:after {
  background-color: #f5f5f5;
}
.stepy-header li.stepy-active ~ li div {
  border-color: #eeeeee;
  background-color: #fff;
  color: #ccc;
  font-size: 14px;
}
.stepy-header li.stepy-active ~ li div:after {
  content: none;
}
.stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #00BCD4;
  background-color: #fff;
  color: #00BCD4;
}
.stepy-header li.stepy-active div:after {
  content: '\e913';
}
.stepy-header li.stepy-active span {
  color: #333333;
}
@media (max-width: 769px) {
  .stepy-header {
    margin-bottom: 20px;
  }
  .stepy-header li {
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 0;
  }
  .stepy-header li:first-child:before,
  .stepy-header li:last-child:after {
    content: '';
  }
  .stepy-header li.stepy-active:last-child:after {
    background-color: #00BCD4;
  }
}
@media (max-width: 480px) {
  .stepy-header li {
    width: 100%;
  }
  .stepy-header li.stepy-active:after {
    background-color: #00BCD4;
  }
}
.stepy-navigator {
  text-align: right;
}
.stepy-navigator .btn + .btn {
  margin-left: 5px;
}
/* ------------------------------------------------------------------------------
*
*  # 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("../icons/summernote/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../icons/summernote/summernote.eot?#iefix") format("embedded-opentype"), url("../icons/summernote/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../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;
  speak: none;
  -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;
}
.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: #fcfcfc;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  padding-top: 0;
  margin: 0;
  border-radius: 3px;
}
.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;
}
.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: 20px;
  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: 15px;
  margin-right: 15px;
  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;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 7px 12px;
}
.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: 6px 11px;
  cursor: pointer;
  background-color: #fcfcfc;
  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: 7px;
  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);
}
/* ------------------------------------------------------------------------------
*
*  # WYSIHTML5 editor
*
*  An open source rich text editor based on HTML5 technology
*
*  Version: 1.2
*  Latest update: Jun 8, 2016
*
* ---------------------------------------------------------------------------- */
.wysihtml5 {
  max-height: 450px;
  resize: vertical;
  background-color: #fff;
  overflow: auto;
  padding: 20px;
  outline: 0;
}
.wysihtml5-editor {
  border-width: 0;
  padding: 0;
}
.wysihtml5-sandbox {
  width: 100%!important;
}
.bootstrap-wysihtml5-insert-link-modal .modal-dialog,
.bootstrap-wysihtml5-insert-image-modal .modal-dialog {
  width: 566px;
}
.wysihtml5-toolbar {
  margin: 0;
  padding: 15px 20px;
  padding-bottom: 0;
  display: block;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.wysihtml5-toolbar > li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 15px 0;
}
.wysihtml5-toolbar .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.wysihtml5-toolbar .dropdown-menu .color-select > li > a:hover,
.wysihtml5-toolbar .dropdown-menu .color-select > li > a:focus {
  background-color: #f5f5f5;
  color: #333333;
}
.wysihtml5-commands-disabled .wysihtml5-toolbar .dropdown-menu {
  display: none !important;
}
.wysihtml5-toolbar .dropdown-toggle > [class*=icon-] {
  margin-right: 7px;
}
.wysihtml5-toolbar .dropdown-toggle .caret {
  margin-left: 7px;
}
.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}
.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}
.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}
.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 40px;
}
.wysihtml5-toolbar .wysihtml5-colors {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 10px;
  border-radius: 100px;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
.wysiwyg-color-black {
  color: black;
}
.wysiwyg-color-silver {
  color: silver;
}
.wysiwyg-color-gray {
  color: gray;
}
.wysiwyg-color-white {
  color: white;
}
.wysiwyg-color-maroon {
  color: maroon;
}
.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-purple {
  color: purple;
}
.wysiwyg-color-fuchsia {
  color: fuchsia;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-lime {
  color: lime;
}
.wysiwyg-color-olive {
  color: olive;
}
.wysiwyg-color-yellow {
  color: yellow;
}
.wysiwyg-color-navy {
  color: navy;
}
.wysiwyg-color-blue {
  color: blue;
}
.wysiwyg-color-teal {
  color: teal;
}
.wysiwyg-color-aqua {
  color: aqua;
}
.wysiwyg-color-orange {
  color: orange;
}
/* ------------------------------------------------------------------------------
 *
 *  # Ace code editor
 *
 *  An embeddable code editor written in JavaScript
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.ace_editor {
  height: 400px;
  position: relative;
}
/* ------------------------------------------------------------------------------
 *
 *  # 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: -7px;
}
.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: 1px solid #ddd;
  border-radius: 3px;
  margin: 7px;
  padding: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.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:not(.off) {
  background-color: #e6dfdf;
}
.daterangepicker td.active:not(.off),
.daterangepicker td.active:not(.off):hover,
.daterangepicker td.active:not(.off):focus {
  background-color: #28e086;
  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: 14px;
}
.daterangepicker .table-condensed .month {
  font-size: 15px;
  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: 11px;
  top: auto;
  bottom: 10px;
  color: #999999;
}
.daterangepicker .daterangepicker_input input {
  padding-left: 11px;
  padding-right: 34px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 12px 0;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 200px;
  margin-top: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.opensright .ranges {
  margin-left: 0;
}
.opensleft .ranges {
  margin-right: 0;
}
.ranges ul {
  list-style: none;
  margin: 0;
  padding: 7px 0;
}
.ranges ul + .daterangepicker-inputs {
  border-top: 1px solid #e5e5e5;
}
.ranges ul li {
  color: #333333;
  padding: 8px 12px;
  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: 12px;
  padding-top: 19px;
}
.ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
  margin-top: 19px;
}
.ranges .daterangepicker-inputs .daterangepicker_input > span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #999999;
}
.ranges .daterangepicker-inputs + .range_inputs {
  border-top: 1px solid #e5e5e5;
}
.ranges .range_inputs {
  padding: 12px;
}
.ranges .range_inputs .btn {
  display: block;
  width: 100%;
}
.ranges .range_inputs .btn + .btn {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .ranges {
    margin: 7px;
  }
}
.daterange-custom {
  cursor: pointer;
}
.daterange-custom:after {
  content: '';
  display: table;
  clear: both;
}
.daterange-custom .label,
.daterange-custom .badge {
  margin: 4px 0 0 7px;
  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%;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Picker base
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
*  Version: 1.2
*  Latest update: Jul 5, 2016
*
* ---------------------------------------------------------------------------- */
.picker {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  z-index: 990;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-bottom-width: 0;
  max-width: 290px;
  max-height: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.picker--opened .picker__holder {
  max-height: 480px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: block;
}
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Date picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.picker__box {
  padding: 14px;
}
.picker__header {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.picker__year {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.picker__select--month,
.picker__select--year {
  border-color: #ddd;
  height: 32px;
  font-size: 13px;
  line-height: 1.6666667;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 8px;
  top: 50%;
  margin-top: -16px;
  border-radius: 2px;
  line-height: 1;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.picker__nav--prev {
  left: 0;
}
.picker__nav--prev:before {
  content: '\e9c8';
}
.picker__nav--next {
  right: 0;
}
.picker__nav--next:before {
  content: '\e9cb';
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-bottom: 14px;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.28571429%;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 14px;
  color: #999999;
  font-weight: 400;
}
.picker__day {
  padding: 7px;
}
.picker__day--today {
  position: relative;
  background-color: #f5f5f5;
}
.picker__day--today:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 6px solid #26A69A;
  border-left: 6px solid transparent;
}
.picker__day--outfocus {
  color: #ccc;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #333333;
  background-color: #f5f5f5;
}
.picker__day--highlighted:before {
  border-top-color: #fff;
}
.picker__day--highlighted,
.picker__day--selected {
  border-radius: 3px;
}
.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff;
  background-color: #26A69A;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #26A69A;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #fafafa;
  color: #999999;
  cursor: default;
}
.picker__day--disabled:before {
  border-top-color: #999;
}
.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
  background-color: #bbbbbb;
}
.picker__footer {
  text-align: center;
}
.picker__footer button {
  border: 0;
  background: #fff;
  padding: 6px 11px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
.picker__footer button:hover,
.picker__footer button:focus {
  outline: 0;
  background-color: #f5f5f5;
}
.picker__footer button:before {
  height: 0;
}
.picker__button--today:before {
  content: '';
  margin-right: 5px;
  position: relative;
  display: inline-block;
  top: -1px;
  width: 0;
  border-top: 6px solid #2196F3;
  border-left: 6px solid transparent;
}
.picker__button--close:before {
  content: '\D7';
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 1px;
  line-height: 1;
  font-size: 16px;
}
.picker__button--clear:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  width: 8px;
  margin-right: 5px;
  border-top: 2px solid #F44336;
}
/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Time picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  padding: 0;
}
.picker__list {
  list-style: none;
  padding: 7px 0;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
}
.picker__list-item {
  position: relative;
  padding: 7px 12px;
}
.picker__list-item:hover,
.picker__list-item:focus {
  cursor: pointer;
  background-color: #f5f5f5;
  z-index: 10;
}
.picker--time .picker__button--clear {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 11px;
  background-color: #fcfcfc;
  margin-top: 1px;
  outline: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: -7px;
  margin-top: 7px;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background-color: #f5f5f5;
}
.picker__list-item--highlighted {
  z-index: 10;
}
.picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #fff;
  background-color: #26A69A;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background-color: #26A69A;
  color: #fff;
  z-index: 10;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background-color: #fafafa;
  color: #999999;
  cursor: not-allowed;
  z-index: auto;
}
/* ------------------------------------------------------------------------------
*
*  # Anytime picker
*
*  jQuery datepicker/timepicker and a Date/String parse/format utility
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.AnyTime-pkr {
  text-align: center;
}
.AnyTime-pkr * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.AnyTime-pkr .AnyTime-date {
  float: left;
}
.AnyTime-pkr .AnyTime-date + .AnyTime-time {
  margin-left: 50px;
  float: left;
}
.AnyTime-win {
  padding: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 3px;
  z-index: 10;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.AnyTime-cloak {
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.AnyTime-hdr {
  font-size: 15px;
  margin: 15px 10px;
  line-height: 1;
}
.AnyTime-x-btn {
  display: none;
  font-size: 0;
  cursor: pointer;
  float: right;
  border-radius: 2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.AnyTime-x-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.AnyTime-x-btn:after {
  content: '\ed6b';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.AnyTime-lbl {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 25px;
}
.AnyTime-lbl:first-child {
  margin-top: 7px;
}
.AnyTime-yrs .ui-state-highlight,
.AnyTime-yrs .ui-state-highlight:hover {
  background-color: #F44336;
  color: #fff;
}
.AnyTime-mons .ui-state-highlight,
.AnyTime-mons .ui-state-highlight:hover {
  background-color: #26A69A;
  color: #fff;
}
.AnyTime-time .ui-state-highlight,
.AnyTime-time .ui-state-highlight:hover {
  background-color: #607D8B;
  color: #fff;
}
.AnyTime-dom-table .ui-state-highlight,
.AnyTime-body-yr-selector .ui-state-highlight,
.AnyTime-dom-table .ui-state-highlight:hover,
.AnyTime-body-yr-selector .ui-state-highlight:hover {
  background-color: #2196F3;
  color: #fff;
}
.AnyTime-yrs-past-btn,
.AnyTime-yrs-ahead-btn {
  display: inline-block;
}
.AnyTime-yr-prior-btn,
.AnyTime-yr-cur-btn,
.AnyTime-yr-next-btn {
  display: inline-block;
  min-width: 50px;
}
.AnyTime-mons:after {
  content: "";
  display: table;
  clear: both;
}
.AnyTime-dom-table {
  width: 100%;
}
.AnyTime-pkr th.AnyTime-dow {
  color: #999999;
  font-size: 12px;
  padding: 7px;
  font-weight: 400;
}
.AnyTime-mon-btn {
  float: left;
}
.AnyTime-mon7-btn {
  clear: left;
}
.AnyTime-dom-btn:hover {
  background-color: #f5f5f5;
}
.AnyTime-dom-btn-empty {
  display: none;
}
.AnyTime-time,
.AnyTime-hrs-am,
.AnyTime-hrs-pm,
.AnyTime-mins-tens,
.AnyTime-mins-ones,
.AnyTime-secs-tens,
.AnyTime-secs-ones,
.AnyTime-hrs,
.AnyTime-mins,
.AnyTime-secs,
.AnyTime-offs {
  display: inline-block;
}
.AnyTime-btn {
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 2px;
}
.AnyTime-btn:hover {
  background-color: #f5f5f5;
}
.AnyTime-hr-btn,
.AnyTime-min-ten-btn,
.AnyTime-min-one-btn,
.AnyTime-sec-ten-btn,
.AnyTime-sec-one-btn {
  min-width: 40px;
}
.AnyTime-hrs-pm,
.AnyTime-mins-ones,
.AnyTime-secs-ones {
  margin-left: 2px;
}
.AnyTime-mins-tens,
.AnyTime-secs-tens {
  margin-left: 20px;
}
.AnyTime-off-cur-btn {
  display: inline-block;
  overflow: hidden;
}
.AnyTime-off-select-btn {
  display: inline-block;
  vertical-align: top;
}
.AnyTime-off-selector {
  margin: 10px;
  position: absolute;
}
.AnyTime-body-off-selector {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.AnyTime-off-off-btn {
  text-align: left;
}
.AnyTime-yr-selector {
  position: absolute;
  width: 90%;
}
.AnyTime-body-yr-selector {
  margin: 0;
}
.AnyTime-yr-mil,
.AnyTime-yr-cent,
.AnyTime-yr-dec,
.AnyTime-yr-yr,
.AnyTime-yr-era {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.AnyTime-era-btn {
  margin-left: 10px;
}
@media (max-width: 769px) {
  .AnyTime-pkr .AnyTime-date {
    float: none;
  }
  .AnyTime-mon-btn {
    float: none;
    display: inline-block;
  }
  .AnyTime-date + .AnyTime-time {
    margin-left: 0;
    margin-top: 25px;
    float: none;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Spectrum color picker
*
*  Flexible and powerful jQuery colorpicker library
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.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: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sp-container.sp-flat {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  white-space: nowrap;
}
.sp-picker-container,
.sp-palette-container {
  display: block;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
@media (min-width: 769px) {
  .sp-picker-container,
  .sp-palette-container {
    display: inline-block;
  }
}
.sp-picker-container {
  width: 220px;
}
.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: 26px;
}
.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: 5px;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -16px;
  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: 10px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  border: 1px solid #ddd;
  padding: 7px 12px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  outline: 0;
  color: #333333;
}
.sp-initial {
  margin-top: 10px;
}
.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: #fafafa;
  vertical-align: middle;
  border-radius: 3px;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #c4c4c4;
  color: #333333;
}
.sp-replacer:hover .sp-dd,
.sp-replacer.sp-active .sp-dd {
  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-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: 3px 1px;
  color: #999999;
}
.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-only .sp-palette-container {
  border: 0;
}
@media (min-width: 769px) {
  .sp-palette-container {
    border-right: 1px solid #ddd;
  }
}
.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: 6px 11px;
  float: left;
  width: 48%;
  text-align: center;
  outline: 0;
}
.sp-palette-button-container,
.sp-button-container {
  margin-top: 10px;
  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,
.sp-palette-toggle {
  border: 1px solid transparent;
}
.sp-cancel:hover,
.sp-palette-toggle:hover,
.sp-cancel:focus,
.sp-palette-toggle:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.sp-cancel:active,
.sp-palette-toggle:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.sp-choose {
  border: 1px solid transparent;
}
.sp-choose:hover,
.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-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;
  margin-right: 5px;
  background-color: #fcfcfc;
  margin-right: 4%;
  border-color: #ddd;
}
.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;
}
/* ------------------------------------------------------------------------------
 *
 *  # Datepicker for Bootstrap
 *
 *  Styles for bootstrap datepicker. Comes as a part of datepaginator.js plugin
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.datepicker > div {
  display: none;
}
.datepicker.datepicker-dropdown {
  top: 0;
  left: 0;
  margin: 0;
  padding: 14px;
}
.datepicker table {
  margin: 0;
}
.datepicker table tr td.day:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:hover {
  background-color: #f5f5f5;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:hover {
  background-color: #f5f5f5;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.active:hover {
  background-color: #f5f5f5;
}
.datepicker table tr td.active,
.datepicker table tr td span.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td span.active.disabled,
.datepicker table tr td.active:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover {
  background-color: #26A69A;
  color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 31%;
  padding: 7px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 3px;
}
.datepicker table tr td span:hover {
  background-color: #f5f5f5;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker table th.datepicker-switch {
  font-size: 15px;
  font-weight: 400;
}
.datepicker table thead tr:first-child th,
.datepicker table tfoot tr th {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.datepicker table .cw {
  width: 16px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker table thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker .table-condensed td,
.datepicker .table-condensed th {
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  border: 0;
  line-height: 1;
}
.datepicker .table-condensed th.dow {
  padding-top: 14px;
  color: #999999;
}
.table-striped .datepicker table tr th,
.table-striped .datepicker table tr td {
  background-color: transparent;
}
/* ------------------------------------------------------------------------------
 *
 *  # Date paginator
 *
 *  A jQuery plugin which adds date selection to the Bootstrap pagination component
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.datepaginator {
  height: 72px;
  text-align: center;
}
.datepaginator-sm {
  height: 68px;
}
.datepaginator-lg {
  height: 76px;
}
.datepaginator .pagination {
  white-space: nowrap;
}
.datepaginator .pagination > li {
  display: inline-block;
}
.datepaginator .pagination > li > a {
  min-width: auto;
  text-align: center;
  border-radius: 3px;
  margin-left: 0;
  border: 0;
}
.datepaginator .pagination > li .dp-nav-square-edges {
  border-radius: 0;
}
.datepaginator .pagination > li .dp-off {
  background-color: #fafafa;
}
.datepaginator .pagination > li .dp-no-select {
  color: #ccc;
  background-color: #fafafa;
}
.datepaginator .pagination > li .dp-no-select:hover {
  background-color: #fafafa;
}
.datepaginator .pagination > li #dp-calendar {
  position: absolute;
  right: 6px;
  top: 6px;
}
.datepaginator .pagination > li > .dp-nav {
  height: 72px;
  padding: 29px 0;
  width: 38px;
  line-height: 1;
  border-radius: 3px;
}
.datepaginator .pagination > li > a.dp-nav-sm {
  height: 68px;
  padding: 27px 0;
}
.datepaginator .pagination > li > a.dp-nav-lg {
  height: 76px;
  padding: 31px 0;
}
.datepaginator .pagination > li > a.dp-item {
  height: 72px;
  padding: 15px 0;
  width: 35px;
}
.datepaginator .pagination > li > a.dp-item-sm {
  height: 68px;
  padding: 13px 0;
}
.datepaginator .pagination > li > a.dp-item-lg {
  height: 76px;
  padding: 17px 0;
}
.datepaginator .pagination > li > .dp-today,
.datepaginator .pagination > li > .dp-today:hover,
.datepaginator .pagination > li > .dp-today:focus {
  background-color: #2196F3;
  color: #fff;
}
.datepaginator .pagination > li > .dp-selected,
.datepaginator .pagination > li > .dp-selected:hover,
.datepaginator .pagination > li > .dp-selected:focus {
  background-color: #26A69A;
  color: #fff;
  width: 140px;
}
/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify {
  top: 20px;
  right: 20px;
  position: absolute;
  height: auto;
  z-index: 2;
  border-radius: 3px;
}
body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
  border-radius: 100px;
}
.ui-pnotify[class*=bg-] > .ui-pnotify-container {
  background-color: inherit;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify[class*=text-] > .ui-pnotify-container,
.ui-pnotify[class*=alpha-] > .ui-pnotify-container {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
  left: 20px;
  right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
  bottom: 20px;
  top: auto;
}
.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}
.ui-pnotify.stack-custom-right {
  top: auto;
  left: auto;
  bottom: 200px;
  right: 200px;
}
.ui-pnotify.stack-custom-left {
  top: 200px;
  left: 200px;
  right: auto;
  bottom: auto;
}
.ui-pnotify.stack-custom-top {
  right: 0;
  left: 0;
  top: 0;
}
.ui-pnotify.stack-custom-bottom {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
}
.ui-pnotify.ui-pnotify-in {
  display: block!important;
}
.ui-pnotify.ui-pnotify-move {
  -webkit-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  -o-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
  -webkit-transition: opacity linear 0.6s;
  -o-transition: opacity linear 0.6s;
  transition: opacity linear 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  -o-transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
  -webkit-transition: opacity linear 0.4s;
  -o-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  -o-transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  -o-transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-pnotify-container {
  padding: 15px 20px;
  height: 100%;
  position: relative;
  left: 0;
  margin: 0;
  border-radius: 3px;
}
.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 15px;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon {
  display: block;
  float: left;
  line-height: 1;
}
.ui-pnotify-icon > [class^=icon-] {
  margin-top: 4px;
  margin-right: 15px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 8px;
  margin-top: 4px;
  line-height: 1;
  outline: 0;
}
.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}
.brighttheme {
  border: 1px solid;
}
.ui-pnotify[class*=bg-] > .brighttheme {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.brighttheme-notice {
  background-color: #FFF3E0;
  border-color: #FF9800;
}
.brighttheme-info {
  background-color: #E3F2FD;
  border-color: #1E88E5;
}
.brighttheme-success {
  background-color: #E8F5E9;
  border-color: #4CAF50;
}
.brighttheme-error {
  background-color: #FBE9E7;
  border-color: #FF5722;
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  width: 10px;
  height: 10px;
  outline: 0;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
  content: '';
  font-family: 'Icomoon';
  font-size: 10px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brighttheme-icon-closer:after {
  content: "\ed6a";
}
.brighttheme-icon-sticker:after {
  content: "\ee70";
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  content: "\ee75";
}
.ui-pnotify[class*=alert-styled-] {
  border-width: 0;
  padding: 0;
}
.ui-pnotify.alert-styled-left .brighttheme {
  border-left-width: 44px;
}
.ui-pnotify.alert-styled-left:after {
  left: 0;
}
.ui-pnotify.alert-styled-right .brighttheme {
  border-right-width: 44px;
}
.ui-pnotify.alert-styled-right:after {
  right: 0;
}
.brighttheme .ui-pnotify-action-bar {
  padding-top: 15px;
}
.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 15px !important;
  color: #333333;
  padding: 7px 12px;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
  border-color: #fff;
  color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
  color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
  color: #fff;
}
.ui-pnotify[class*=bg-] .form-control {
  border-bottom-color: #fff;
  color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ui-pnotify[class*=bg-] .form-control:-ms-input-placeholder {
  color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-webkit-input-placeholder {
  color: #fff;
}
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 20px;
  width: 70px;
  border-top: none;
  padding: 0;
  z-index: 10000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
  position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
    border-bottom-width: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
    left: 0;
    right: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px;
  }
  .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
    display: none !important;
  }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    border-radius: 0;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # jGrowl notifications
 *
 *  Styles for jgrowl.min.js - an unobtrusive notification system for web applications
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.jGrowl {
  z-index: 2001;
  position: absolute;
}
body > .jGrowl {
  position: fixed;
}
.jGrowl.top-left {
  left: 20px;
  top: 20px;
}
.jGrowl.top-center {
  left: 50%;
  top: 20px;
  margin-left: -150px;
}
.jGrowl.top-right {
  right: 20px;
  top: 20px;
}
.jGrowl.center {
  top: 40%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  margin-top: -35px;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl.bottom-left {
  left: 20px;
  bottom: 20px;
}
.jGrowl.bottom-center {
  left: 50%;
  bottom: 20px;
  margin-left: -150px;
}
.jGrowl.bottom-right {
  right: 20px;
  bottom: 20px;
}
@media print {
  .jGrowl {
    display: none;
  }
}
.jGrowl-notification {
  margin-bottom: 10px;
  width: 300px;
  text-align: left;
  display: none;
}
.jGrowl-notification .jGrowl-header {
  font-size: 15px;
  margin-bottom: 5px;
}
.jGrowl-notification .jGrowl-header:empty {
  margin: 0;
}
.jGrowl-notification .jGrowl-close {
  font-weight: 300;
  background: none;
  border: 0;
  font-size: 17px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  float: right;
  color: inherit;
  outline: 0;
  margin-left: 10px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.jGrowl-notification .jGrowl-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jGrowl-closer {
  padding: 5px 0;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  background-color: #fff;
  width: 300px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #999999;
}
.alert-rounded + .jGrowl-closer {
  border-radius: 5px;
}
/* ------------------------------------------------------------------------------
 *
 *  # Sweet alerts
 *
 *  Styles for sweet_alert.min.js - A beautiful replacement for JavaScript's "Alert"
 *
 *  Version: 1.1
 *  Latest update: Oct 28, 2015
 *
 * ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1050;
}
.sweet-alert {
  background-color: #fff;
  width: 470px;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 1060;
}
.sweet-alert h2 {
  margin-top: 10px;
  font-size: 19px;
  text-align: center;
  display: block;
  position: relative;
}
.sweet-alert p {
  text-align: center;
  position: relative;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert button {
  background-color: #2196F3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 7px 15px;
  margin: 10px 5px 0 5px;
  box-shadow: none!important;
}
.sweet-alert button:hover {
  background-color: #1E88E5;
}
.sweet-alert button:focus {
  outline: 0;
}
.sweet-alert button:active {
  background-color: #42A5F5;
}
.sweet-alert button.cancel {
  background-color: transparent;
  color: #333333;
}
.sweet-alert button[disabled] {
  cursor: default;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-error-container {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  border-radius: 3px;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  -o-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
  margin-bottom: 0;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  -webkit-transition: padding 0.2s, max-height 0.2s;
  -o-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.2s, max-height 0.2s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #FF7043;
  color: white;
  text-align: center;
  margin-right: 7px;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sweet-alert .sa-input-error:before,
.sweet-alert .sa-input-error:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #EF5350;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
}
.sweet-alert .sa-input-error:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sweet-alert input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 7px 12px;
  display: none;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:focus {
  outline: 0;
}
.sweet-alert input:focus::-moz-placeholder,
.sweet-alert input:focus:-ms-input-placeholder,
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity ease 0.3s 0.03s;
  -o-transition: opacity ease 0.3s 0.03s;
  transition: opacity ease 0.3s 0.03s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #ddd;
  border-radius: 50%;
  margin: 10px auto 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F44336;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F44336;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #FF5722;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #FF5722;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #FF5722;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #2196F3;
}
.sweet-alert .sa-icon.sa-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #2196F3;
}
.sweet-alert .sa-icon.sa-info:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #2196F3;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4CAF50;
}
.sweet-alert .sa-icon.sa-success:before,
.sweet-alert .sa-icon.sa-success:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -moz-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 20px;
    right: 20px;
  }
}
/* # Animations
-------------------------------------------------- */
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  -o-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  -o-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  -o-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  -o-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  -o-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  -o-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -o-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -o-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -o-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -o-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes animateXMark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -o-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -o-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -o-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success {
  border-color: transparent;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg);
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 12px;
}
.la-ball-fall.la-dark {
  color: #333333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: #fff;
  border: 0 solid #fff;
  width: 6px;
  height: 6px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
  opacity: 0;
  filter: alpha(opacity=0);
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-fall {
  0% {
    -webkit-transform: translate(0, -145%);
    -ms-transform: translate(0, -145%);
    -o-transform: translate(0, -145%);
    transform: translate(0, -145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  20% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: translate(0, 145%);
    -ms-transform: translate(0, 145%);
    -o-transform: translate(0, 145%);
    transform: translate(0, 145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes ball-fall {
  0% {
    -webkit-transform: translate(0, -145%);
    -ms-transform: translate(0, -145%);
    -o-transform: translate(0, -145%);
    transform: translate(0, -145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  20% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: translate(0, 145%);
    -ms-transform: translate(0, 145%);
    -o-transform: translate(0, 145%);
    transform: translate(0, 145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes ball-fall {
  0% {
    -webkit-transform: translate(0, -145%);
    -ms-transform: translate(0, -145%);
    -o-transform: translate(0, -145%);
    transform: translate(0, -145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  20% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: translate(0, 145%);
    -ms-transform: translate(0, 145%);
    -o-transform: translate(0, 145%);
    transform: translate(0, 145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes ball-fall {
  0% {
    -webkit-transform: translate(0, -145%);
    -ms-transform: translate(0, -145%);
    -o-transform: translate(0, -145%);
    transform: translate(0, -145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  20% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: translate(0, 145%);
    -ms-transform: translate(0, 145%);
    -o-transform: translate(0, 145%);
    transform: translate(0, 145%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # Bootbox modal extension
 *
 *  Styles for bootbox.min.js - advanced Bootstrap modals
 *
 *  Version: 1.0
 *  Latest update: Oct 9, 2015
 *
 * ---------------------------------------------------------------------------- */
.bootbox .modal-title {
  font-size: 15px;
}
/* ------------------------------------------------------------------------------
*
*  # jQuery UI slider pips
*
*  Styles for jQuery UI slider pips extension
*
*  Version: 1.1
*  Latest update: Nov 15, 2015
*
* ---------------------------------------------------------------------------- */
/* # Pips
-------------------------------------------------- */
.ui-slider-pips.ui-slider-horizontal {
  margin-bottom: 32px;
  margin-left: 10px;
  margin-right: 10px;
}
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}
.ui-slider-pips .ui-slider-pip {
  height: 10px;
  line-height: 10px;
  font-size: 85%;
  width: 20px;
  margin-left: -11px;
  position: absolute;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-slider-pips .ui-slider-pip:hover .ui-slider-label {
  font-weight: 500;
}
.ui-slider-pips .ui-slider-line {
  background-color: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}
.ui-slider-pips.ui-slider-vertical {
  margin: 10px 40px 10px 10px;
}
.ui-slider-pips.ui-slider-vertical .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 18px;
  margin-left: 0;
  margin-bottom: -4px;
}
.ui-slider-pips.ui-slider-vertical .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.ui-slider-pips.ui-slider-vertical .ui-slider-label {
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
  width: 20px;
  left: 5px;
}
/* # Tooltips
-------------------------------------------------- */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
  outline: 0;
}
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -45px;
  display: block;
  width: 34px;
  margin-left: -16px;
  left: 50%;
  height: 30px;
  line-height: 32px;
  background: #333333;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.2s 0.2s;
  -o-transition: all ease-in-out 0.2s 0.2s;
  transition: all ease-in-out 0.2s 0.2s;
}
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip {
  top: -40px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #333333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.ui-slider-float.ui-slider-vertical .ui-slider-tip,
.ui-slider-float.ui-slider-vertical .ui-slider-tip-label {
  top: 50%;
  margin-top: -16px;
  width: 34px;
  margin-left: 0px;
  left: -50px;
  -webkit-transition: all ease-in-out 0.2s 0.2s;
  -o-transition: all ease-in-out 0.2s 0.2s;
  transition: all ease-in-out 0.2s 0.2s;
}
.ui-slider-float.ui-slider-vertical .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float.ui-slider-vertical .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float.ui-slider-vertical .ui-slider-pip:hover .ui-slider-tip-label,
.ui-slider-float.ui-slider-vertical .ui-slider-pip:focus .ui-slider-tip-label {
  top: 50%;
  margin-top: -16px;
  left: -45px;
}
.ui-slider-float.ui-slider-vertical .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}
.ui-slider-float.ui-slider-vertical .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}
.ui-slider-float.ui-slider-vertical .ui-slider-tip:after,
.ui-slider-float.ui-slider-vertical .ui-slider-pip .ui-slider-tip-label:after {
  border-left-color: #333333;
  bottom: 9px;
  left: auto;
  margin-right: -9px;
  border-top-color: transparent;
  right: 0;
  margin-left: 0;
}
/* ------------------------------------------------------------------------------
*
*  # NoUI slider
*
*  Styles for NoUI range slider plugin
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.noUi-target {
  border-radius: 100px;
  position: relative;
  direction: ltr;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.noUi-target,
.noUi-target * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100px;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-background {
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.noUi-connect {
  background-color: #607D8B;
}
[disabled] .noUI-background {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -9px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-horizontal.has-pips {
  margin-bottom: 35px;
}
.noUi-vertical {
  display: inline-block;
  width: 6px;
  height: 150px;
}
.noUi-vertical + .noUi-vertical {
  margin-left: 20px;
}
.noUi-vertical .noUi-handle {
  top: -9px;
  left: -6px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
.noUi-vertical.has-pips {
  margin-right: 35px;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  width: 18px;
  height: 18px;
  background-color: #fcfcfc;
  cursor: pointer;
  top: -6px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #bbb;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-handle:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #546E7A;
  border-radius: 50%;
}
.noUi-handle:hover,
.noUi-handle:focus {
  background-color: #f8f8f8;
}
.noUi-handle:hover:after,
.noUi-handle:focus:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.noUi-handle:active {
  background-color: #fefefe;
}
.noUi-handle:active:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.noui-slider-white .noUi-handle:after {
  content: none;
}
.noui-slider-lg .noUi-handle {
  width: 24px;
  height: 24px;
  top: -8px;
}
.noui-slider-lg .noUi-handle:after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
}
.noui-slider-lg.noUi-horizontal {
  height: 8px;
}
.noui-slider-lg.noUi-horizontal .noUi-handle {
  left: -12px;
}
.noui-slider-lg.noUi-vertical {
  width: 8px;
}
.noui-slider-lg.noUi-vertical .noUi-handle {
  top: -12px;
  left: -8px;
}
.noui-slider-sm .noUi-handle,
.noui-slider-xs .noUi-handle {
  width: 12px;
  height: 12px;
  top: -4px;
}
.noui-slider-sm .noUi-handle:after,
.noui-slider-xs .noUi-handle:after {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.noui-slider-sm.noUi-horizontal {
  height: 4px;
}
.noui-slider-sm.noUi-horizontal .noUi-handle {
  top: -4px;
  left: -6px;
}
.noui-slider-sm.noUi-vertical {
  width: 4px;
}
.noui-slider-sm.noUi-vertical .noUi-handle {
  top: -6px;
  left: -4px;
}
.noui-slider-xs.noUi-horizontal {
  height: 2px;
}
.noui-slider-xs.noUi-horizontal .noUi-handle {
  top: -5px;
  left: -6px;
}
.noui-slider-xs.noUi-vertical {
  width: 2px;
}
.noui-slider-xs.noUi-vertical .noUi-handle {
  top: -6px;
  left: -5px;
}
.noui-slider-solid .noUi-handle {
  background-color: #999999;
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noui-slider-solid .noUi-handle:after {
  background-color: #fff;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.noui-slider-solid .noUi-handle:hover:after,
.noui-slider-solid .noUi-handle:focus:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.noui-slider-solid.noui-slider-primary .noUi-handle {
  background-color: #2196F3;
  border-color: #2196F3;
}
.noui-slider-solid.noui-slider-danger .noUi-handle {
  background-color: #F44336;
  border-color: #F44336;
}
.noui-slider-solid.noui-slider-success .noUi-handle {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.noui-slider-solid.noui-slider-warning .noUi-handle {
  background-color: #FF5722;
  border-color: #FF5722;
}
.noui-slider-solid.noui-slider-info .noUi-handle {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.noui-slider-primary .noUi-connect,
.noui-slider-primary.noUi-connect {
  background-color: #2196F3;
}
.noui-slider-danger .noUi-connect,
.noui-slider-danger.noUi-connect {
  background-color: #F44336;
}
.noui-slider-success .noUi-connect,
.noui-slider-success.noUi-connect {
  background-color: #4CAF50;
}
.noui-slider-warning .noUi-connect,
.noui-slider-warning.noUi-connect {
  background-color: #FF5722;
}
.noui-slider-info .noUi-connect,
.noui-slider-info.noUi-connect {
  background-color: #00BCD4;
}
.noUi-tooltip {
  display: none;
  position: absolute;
  border-radius: 3px;
  background: #333333;
  color: #fff;
  top: -43px;
  padding: 7px 12px;
  left: 50%;
  margin-left: -27px;
  text-align: center;
  font-size: 12px;
  width: 54px;
}
.noUi-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #333333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.noUi-handle:hover .noUi-tooltip {
  display: block;
}
.noUi-pips {
  position: absolute;
  color: #999999;
}
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
  font-size: 11px;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 11px;
}
.noUi-marker {
  position: absolute;
  background-color: #ccc;
}
.noUi-pips-horizontal {
  padding-top: 10px;
  height: 35px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 15px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 10px;
}
.noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 3px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 6px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}
.noUi-pips-vertical {
  padding-left: 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 15px;
  margin-top: -6px;
}
.noUi-marker-vertical.noUi-marker {
  width: 3px;
  height: 1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 6px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 10px;
}
/* ------------------------------------------------------------------------------
*
*  # ION Range Slider
*
*  Styles for ION range slider plugin
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.irs {
  position: relative;
  display: block;
  height: 49px;
  -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: 6px;
  top: 36px;
  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: 36px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #03A9F4;
  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: 36px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #333333;
  border-radius: 100px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.irs-slider {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fcfcfc;
  border: 1px solid #bbb;
  top: 30px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
}
.irs-slider:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #666;
  border-radius: 100px;
}
.irs-slider:hover,
.irs-slider:focus {
  background-color: #f7f7f7;
}
.irs-slider:active {
  background-color: #fafafa;
}
.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: 5px;
  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: 5px;
  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);
}
/* ------------------------------------------------------------------------------
 *
 *  # jQuery UI Interactions
 *
 *  Separate styles for jQuery UI library. Component's interactions
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-draggable-handle,
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-sortable .ui-state-disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sortable-placeholder {
  position: relative;
}
.sortable-placeholder:before {
  content: '';
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.sidebar .sortable-placeholder:before {
  border-left: 0;
  border-right: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-category.ui-sortable-helper {
  background-color: rgba(0, 0, 0, 0.4);
}
.sidebar-default .sidebar-category.ui-sortable-helper {
  background-color: #fcfcfc;
}
.panel + .sortable-placeholder {
  margin-bottom: 20px;
}
.sortable-placeholder + .panel {
  margin-top: 20px;
}
.panel-group > .sortable-placeholder:before {
  border-radius: 3px;
}
.panel-group .panel + .sortable-placeholder {
  margin-top: 5px;
  margin-bottom: 5px;
}
.panel-group .sortable-placeholder + .panel {
  margin-top: 5px;
}
.table .ui-sortable-helper {
  width: 100%;
  background-color: #fff;
  display: table;
}
.table .sortable-placeholder {
  margin: 0;
}
.table .sortable-placeholder:before {
  content: none;
}
.table.ui-sortable {
  position: relative;
}
.ui-resizable {
  position: relative;
}
.ui-resizable,
.ui-resizable .ui-dialog-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-handle.ui-icon {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #333333 transparent;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-helper {
  border: 1px dashed #ccc;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dashed #333333;
}
/* ------------------------------------------------------------------------------
*
*  # jQuery UI Widgets
*
*  Styles for jQuery UI widgets
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  margin: 0;
  outline: 0;
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #ddd;
  margin-top: 5px;
  border-radius: 3px;
}
.ui-accordion .ui-accordion-header:first-child {
  margin-top: 0;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: '\e9b8';
  font-family: 'Icomoon';
  display: block;
  width: 16px;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon:before {
  content: '\e9b7';
}
.ui-accordion .ui-accordion-icons {
  padding-right: 46px;
}
.ui-accordion .ui-accordion-content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: auto;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accordion-sortable-group + .accordion-sortable-group {
  margin-top: 5px;
}
.ui-autocomplete {
  position: absolute;
  display: none;
  padding: 7px 0;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete .ui-autocomplete-category {
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ui-autocomplete .ui-autocomplete-category ~ .ui-menu-item {
  padding-left: 24px;
}
.ui-autocomplete-processing:after {
  content: '\eb51';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  text-align: right;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.input-group .ui-autocomplete-input + .input-group-btn > .btn,
.input-group .ui-autocomplete-input + .input-addon > .btn {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-button {
  display: inline-block;
  position: relative;
  touch-action: manipulation;
  margin-bottom: 0;
  padding: 7px 12px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  color: #333;
}
.ui-button.ui-state-hover,
.ui-button.ui-state-focus {
  color: #333;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.ui-button.ui-state-active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.ui-button.ui-state-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-button[class*=bg-].ui-state-hover,
.ui-button[class*=bg-].ui-state-focus {
  color: #fff;
  -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;
}
.ui-button[class*=bg-].ui-state-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;
}
.ui-button.ui-button-link {
  background-color: transparent;
  border-color: transparent;
}
.ui-button.ui-button-link.ui-state-hover,
.ui-button.ui-button-link.ui-state-focus {
  color: #166dba;
}
.ui-button.ui-button-link.ui-state-hover,
.ui-button.ui-button-link.ui-state-focus,
.ui-button.ui-button-link.ui-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icon-primary .ui-button-icons-only {
  margin-right: 7px;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  margin-left: 7px;
}
.ui-button-icon-only {
  padding-left: 9px;
  padding-right: 9px;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  display: none;
}
.ui-buttonset {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ui-buttonset .ui-button {
  border-radius: 0;
  margin-left: -1px;
  float: left;
}
.ui-buttonset .ui-button:first-child,
.ui-buttonset .ui-helper-hidden-accessible:first-child + .ui-button {
  margin-left: 0;
}
.ui-buttonset .ui-button:first-child,
.ui-buttonset .ui-helper-hidden-accessible:first-child + .ui-button:not(:last-child) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ui-buttonset .ui-button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-buttonset-split {
  position: relative;
  display: inline-block;
}
.ui-buttonset-split > ul {
  position: absolute;
  text-align: left;
  min-width: 180px;
}
.ui-datepicker {
  min-width: 270px;
  background-color: #fff;
  padding: 14px;
  display: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 190;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sidebar .ui-datepicker {
  min-width: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-title select {
  outline: 0;
  height: 30px;
  border-color: #ddd;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 48%;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 1;
  color: #333333;
  padding: 7px;
  border-radius: 2px;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: '\e9c8';
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next:after {
  content: '\e9cb';
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: #f5f5f5;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker table th {
  text-align: center;
  font-weight: 400;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #999999;
}
.ui-datepicker table td {
  border: 0;
  padding: 1px;
  position: relative;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  color: #333333;
  min-width: 34px;
}
.ui-datepicker table td .ui-state-hover {
  background-color: #f5f5f5;
}
.ui-datepicker table td.ui-state-disabled span {
  color: #ccc;
}
.ui-datepicker table td.ui-datepicker-week-col {
  padding: 6px;
  color: #999999;
}
.ui-datepicker table td.ui-datepicker-current-day .ui-state-active {
  background-color: #26A69A;
  color: #fff;
}
.ui-datepicker table td.ui-datepicker-today .ui-state-highlight {
  background-color: #2196F3;
  color: #fff;
}
.ui-datepicker table td.ui-datepicker-today .ui-state-highlight:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.ui-datepicker table td a.ui-priority-secondary {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  font-weight: 400;
  margin-top: 14px;
  cursor: pointer;
  padding: 7px 12px;
  width: auto;
  overflow: visible;
  outline: 0;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto!important;
}
.datepicker-inline {
  width: 264px;
  max-width: 100%;
  overflow-x: auto;
}
.full-width.datepicker-inline,
.sidebar .datepicker-inline,
.popover .datepicker-inline {
  width: 100%;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 4;
  padding: 6px;
  cursor: pointer;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
  padding-left: 15px;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 46%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-dialog {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .ui-dialog {
    width: 90%!important;
  }
}
.ui-dialog-titlebar {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog-title {
  float: left;
  font-size: 15px;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog-titlebar-close {
  position: absolute;
  background-color: transparent;
  border: 0;
  right: 20px;
  top: 50%;
  padding: 0;
  margin-top: 2px;
}
.ui-dialog-titlebar-close:after {
  content: '\ed6b';
  font-family: 'Icomoon';
  display: block;
  width: 16px;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog-titlebar-close.ui-state-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-dialog-content {
  position: relative;
  border: 0;
  padding: 20px;
  background: none;
  overflow: auto;
}
.ui-dialog-content .form-group:last-child,
.ui-dialog-content p:last-child {
  margin-bottom: 0;
}
.ui-dialog-buttonpane {
  padding: 20px;
  padding-top: 0;
}
.ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog-buttonpane button + button {
  margin-left: 5px;
  cursor: pointer;
}
.ui-menu {
  list-style: none;
  padding: 7px 0;
  margin: 0;
  display: block;
  outline: none;
  min-width: 180px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ui-menu .ui-menu {
  position: absolute;
  top: -8px !important;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 8px 15px;
  min-height: 0;
  outline: 0;
}
.ui-menu .ui-menu-item > a {
  display: block;
  color: #333333;
}
.ui-menu .ui-menu-item > i {
  margin-right: 7px;
}
.ui-menu .ui-menu-item > .ui-menu-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}
.ui-menu .ui-menu-item > .ui-menu-icon:after {
  content: '\e9c7';
  font-family: 'icomoon';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-menu .ui-menu-item.ui-state-disabled,
.ui-menu .ui-menu-item.ui-state-disabled a {
  color: #999999;
  cursor: not-allowed;
}
.ui-menu .ui-menu-header {
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  color: #999999;
  margin-top: 7px;
}
.ui-menu .ui-menu-header.highlight {
  margin-top: 0;
  background-color: #f8f8f8;
  color: #999999;
}
.ui-menu .ui-menu-header.highlight:first-child {
  margin-top: 0;
}
.ui-menu .ui-menu-item + .highlight,
.ui-menu .highlight + .ui-menu-item {
  margin-top: 7px;
}
.ui-menu .ui-menu-item > a > i[class*=icon-],
.ui-menu .ui-menu-header > i[class*=icon-] {
  margin-top: 2px;
  float: left;
  margin-right: 10px;
  top: 0;
}
.ui-menu .ui-menu-item > a > i[class*=icon-].pull-right,
.ui-menu .ui-menu-header > i[class*=icon-].pull-right {
  margin-right: 0;
  margin-left: 10px;
}
.ui-menu .ui-menu-divider {
  margin: 7px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #e5e5e5;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  color: #333333;
  background-color: #f5f5f5;
}
.ui-menu.ui-state-disabled,
.ui-menu.ui-state-disabled .ui-menu-item,
.ui-menu.ui-state-disabled a {
  color: #999999;
  cursor: not-allowed;
}
.ui-progressbar {
  height: 18px;
  overflow: hidden;
  position: relative;
  background-color: #eeeeee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-progressbar-value {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #2196F3;
  color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-progressbar-value,
.ui-progressbar-overlay {
  height: 100%;
  background-size: 40px 40px;
}
.ui-progressbar-striped .ui-progressbar-value,
.ui-progressbar-striped .ui-progressbar-overlay {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ui-progressbar-overlay {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ui-progressbar-active .ui-progressbar-value,
.ui-progressbar-overlay {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.82;
  padding: 7px 12px;
  margin: 2px 0;
  text-transform: uppercase;
  height: auto;
  border: 0;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup ~ .ui-menu-item {
  padding-left: 24px;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  height: 36px;
  padding: 7px 12px;
  padding-right: 34px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
}
.ui-selectmenu-button.ui-state-hover,
.ui-selectmenu-button.ui-state-focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.ui-selectmenu-button:after {
  content: '\e9c5';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  text-align: right;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-disabled {
  cursor: not-allowed;
  background-color: #fafafa;
  color: #999999;
}
.ui-selectmenu-disabled.ui-state-hover,
.ui-selectmenu-disabled.ui-state-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-selectmenu-lg .ui-selectmenu-button {
  height: 40px;
}
.ui-selectmenu-lg .ui-selectmenu-button .ui-selectmenu-text {
  padding: 9px 15px;
  padding-right: 40px;
}
.ui-selectmenu-sm .ui-selectmenu-button {
  height: 34px;
}
.ui-selectmenu-sm .ui-selectmenu-button .ui-selectmenu-text {
  padding: 6px 12px;
  padding-right: 32px;
  font-size: 12px;
  line-height: 1.6666667;
}
.ui-selectmenu-xs .ui-selectmenu-button {
  height: 32px;
}
.ui-selectmenu-xs .ui-selectmenu-button .ui-selectmenu-text {
  padding: 5px 10px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.6666667;
}
.ui-selectmenu-images .ui-menu-item > span {
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  float: left;
}
.ui-selectmenu-images .demo-img-amazon {
  background: url('../images/brands/amazon.png') no-repeat;
}
.ui-selectmenu-images .demo-img-youtube {
  background: url('../images/brands/youtube.png') no-repeat;
}
.ui-selectmenu-images .demo-img-twitter {
  background: url('../images/brands/twitter.png') no-repeat;
}
.ui-selectmenu-images .demo-img-bing {
  background: url('../images/brands/bing.png') no-repeat;
}
.ui-selectmenu-images .demo-img-spotify {
  background: url('../images/brands/spotify.png') no-repeat;
}
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #eeeeee;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fcfcfc;
  border: 1px solid #bbb;
  outline: 0;
}
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus {
  background-color: #f8f8f8;
}
.ui-slider .ui-slider-handle.ui-state-hover:after,
.ui-slider .ui-slider-handle.ui-state-focus:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ui-slider .ui-slider-handle.ui-state-active {
  background-color: #fefefe;
}
.ui-slider .ui-slider-handle.ui-state-active:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ui-slider .ui-slider-handle:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #546E7A;
  border-radius: 50%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: #607D8B;
  border-radius: 100px;
}
.ui-slider.ui-slider-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ui-slider-horizontal {
  height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -9px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 6px;
  height: 150px;
  display: inline-block;
  margin: 0 10px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-bottom: -9px;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-slider-solid .ui-slider-handle {
  background-color: #999999;
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-slider-solid .ui-slider-handle:after {
  background-color: #fff;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.ui-slider-solid .ui-slider-handle.ui-state-hover:after,
.ui-slider-solid .ui-slider-handle.ui-state-active:after {
  background-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.ui-handle-white .ui-slider-handle:after {
  content: none;
}
.ui-slider-lg .ui-slider-handle {
  width: 24px;
  height: 24px;
}
.ui-slider-lg .ui-slider-handle:after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
}
.ui-slider-lg.ui-slider-horizontal {
  height: 8px;
}
.ui-slider-lg.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -12px;
}
.ui-slider-lg.ui-slider-vertical {
  width: 8px;
}
.ui-slider-lg.ui-slider-vertical .ui-slider-handle {
  left: -8px;
  margin-bottom: -12px;
}
.ui-slider-sm .ui-slider-handle,
.ui-slider-xs .ui-slider-handle {
  width: 12px;
  height: 12px;
}
.ui-slider-sm .ui-slider-handle:after,
.ui-slider-xs .ui-slider-handle:after {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.ui-slider-sm.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-sm.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -6px;
}
.ui-slider-sm.ui-slider-vertical {
  width: 4px;
}
.ui-slider-sm.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-bottom: -6px;
}
.ui-slider-xs.ui-slider-horizontal {
  height: 2px;
}
.ui-slider-xs.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
}
.ui-slider-xs.ui-slider-vertical {
  width: 2px;
}
.ui-slider-xs.ui-slider-vertical .ui-slider-handle {
  left: -5px;
  margin-bottom: -6px;
}
.ui-slider-primary .ui-slider-range,
.ui-slider-solid.ui-slider-primary .ui-slider-handle {
  background-color: #2196F3;
  border-color: #2196F3;
}
.ui-slider-danger .ui-slider-range,
.ui-slider-solid.ui-slider-danger .ui-slider-handle {
  background-color: #F44336;
  border-color: #F44336;
}
.ui-slider-success .ui-slider-range,
.ui-slider-solid.ui-slider-success .ui-slider-handle {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.ui-slider-warning .ui-slider-range,
.ui-slider-solid.ui-slider-warning .ui-slider-handle {
  background-color: #FF5722;
  border-color: #FF5722;
}
.ui-slider-info .ui-slider-range,
.ui-slider-solid.ui-slider-info .ui-slider-handle {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.ui-spinner {
  position: relative;
  display: table;
}
.ui-spinner-input {
  padding-right: 30px;
  display: table-cell;
  width: 100%;
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.ui-spinner-button {
  font-size: 0;
  color: #333333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  display: table-cell;
  width: 1%;
  padding: 0 7px;
}
.ui-spinner-button:after {
  font-family: 'Icomoon';
  display: inline-block;
  width: 16px;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-spinner-button + .ui-spinner-button {
  border-left: 0;
}
.ui-spinner-button .ui-button-text {
  display: none;
}
.ui-spinner-button.ui-state-hover,
.ui-spinner-button.ui-state-focus {
  color: #333333;
}
.ui-spinner-button.ui-state-disabled {
  background-color: #fafafa;
  color: #999999;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-spinner-up:after {
  content: '\e9f7';
}
.ui-spinner-down {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-spinner-down:after {
  content: '\e9e2';
}
.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  position: relative;
  padding: 0;
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 769px) {
  .ui-tabs .ui-tabs-nav li {
    float: left;
  }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  color: #888;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-top-width: 2px;
}
.ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor:not(.ui-state-disabled),
.ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor:not(.ui-state-disabled) {
  color: #333333;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  color: #333333;
  background-color: #fff;
  cursor: default;
  border-color: #2196F3 #ddd transparent;
}
.ui-tabs .ui-tabs-nav .ui-state-disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.ui-tabs .ui-tabs-nav .ui-sortable-helper:not(.ui-tabs-active) .ui-tabs-anchor {
  background-color: #fff;
  border-bottom-color: #ddd;
}
@media (max-width: 768px) {
  .ui-tabs .ui-tabs-nav {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 7px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .ui-tabs .ui-tabs-nav li {
    margin-bottom: 0;
  }
  .ui-tabs .ui-tabs-nav li + li {
    margin-top: 1px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    border-width: 0 0 0 2px;
    border-left-color: transparent;
  }
  .ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor,
  .ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor {
    background-color: #fafafa;
  }
  .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
    border-left-color: #2196F3;
    background-color: #f5f5f5;
  }
  .ui-tabs .ui-tabs-nav:before {
    content: 'Contents';
    color: inherit;
    font-size: 12px;
    line-height: 1.6666667;
    font-weight: 500;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.ui-tabs .ui-tabs-panel {
  display: block;
}
.ui-tooltip {
  position: absolute;
  z-index: 1070;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 1040;
}
/* ------------------------------------------------------------------------------
*
*  # Floating action buttons
*
*  Material design floating action button with menu
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.fab-menu {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
}
.fab-menu-absolute {
  position: absolute;
}
.fab-menu-absolute.affix {
  position: fixed;
}
.fab-menu-fixed {
  position: fixed;
  z-index: 1030;
}
.fab-menu-top-left,
.fab-menu-top-right {
  margin-top: -24px;
}
.fab-menu-top-left.affix,
.fab-menu-top-right.affix {
  top: 20px;
  margin-top: 0;
}
.content-wrapper > .fab-menu-top-left,
.content-wrapper > .fab-menu-top-right {
  top: -24px;
}
.content-wrapper > .fab-menu-top-left.affix,
.content-wrapper > .fab-menu-top-right.affix {
  top: 20px;
}
.navbar-top .fab-menu-top-left.affix,
.navbar-top .fab-menu-top-right.affix,
.navbar-affixed-top .fab-menu-top-left.affix,
.navbar-affixed-top .fab-menu-top-right.affix {
  top: 66px;
}
.navbar-top-lg .fab-menu-top-left.affix,
.navbar-top-lg .fab-menu-top-right.affix,
.navbar-affixed-top-lg .fab-menu-top-left.affix,
.navbar-affixed-top-lg .fab-menu-top-right.affix {
  top: 70px;
}
.navbar-top-sm .fab-menu-top-left.affix,
.navbar-top-sm .fab-menu-top-right.affix,
.navbar-affixed-top-sm .fab-menu-top-left.affix,
.navbar-affixed-top-sm .fab-menu-top-right.affix {
  top: 64px;
}
.navbar-top-xs .fab-menu-top-left.affix,
.navbar-top-xs .fab-menu-top-right.affix,
.navbar-affixed-top-xs .fab-menu-top-left.affix,
.navbar-affixed-top-xs .fab-menu-top-right.affix {
  top: 62px;
}
.fab-menu-bottom-left,
.fab-menu-bottom-right {
  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;
}
.fab-menu-bottom-left.reached-bottom,
.fab-menu-bottom-right.reached-bottom {
  bottom: 80px;
}
.navbar-bottom .fab-menu-bottom-left.reached-bottom,
.navbar-bottom .fab-menu-bottom-right.reached-bottom {
  bottom: 86px;
}
.navbar-bottom-lg .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-lg .fab-menu-bottom-right.reached-bottom {
  bottom: 90px;
}
.navbar-bottom-sm .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-sm .fab-menu-bottom-right.reached-bottom {
  bottom: 84px;
}
.navbar-bottom-xs .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-xs .fab-menu-bottom-right.reached-bottom {
  bottom: 82px;
}
.fab-menu-top-right,
.fab-menu-bottom-right {
  right: 20px;
}
.fab-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fab-menu-inner > li {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
  margin-top: -20px;
}
.fab-menu-inner > li .btn {
  border-width: 0;
}
.fab-menu-inner > li .btn-float {
  padding: 0;
  width: 44px;
  height: 44px;
  -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);
}
.fab-menu-inner > li .btn-float:hover,
.fab-menu-inner > li .btn-float:focus {
  -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);
}
.fab-menu-inner > li .btn-float > i {
  margin: 14px;
}
.fab-menu-inner > li .btn-float.btn-flat > i {
  margin: 12px;
}
.fab-menu-inner > li .badge,
.fab-menu-inner > li .label,
.fab-menu-inner > li .status-mark {
  position: absolute;
}
@media (min-width: 769px) {
  .fab-menu-inner > li .badge,
  .fab-menu-inner > li .label,
  .fab-menu-inner > li .status-mark {
    -webkit-box-shadow: 0 0 0 2px #f5f5f5;
    box-shadow: 0 0 0 2px #f5f5f5;
  }
}
.fab-menu-inner > li .badge,
.fab-menu-inner > li .label {
  top: 16px;
  right: -4px;
}
.fab-menu-inner > li .status-mark {
  top: 22px;
  right: 2px;
}
.fab-menu-bottom-left .fab-menu-inner > li,
.fab-menu-bottom-right .fab-menu-inner > li {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.fab-menu-bottom-left .fab-menu-inner > li .badge,
.fab-menu-bottom-right .fab-menu-inner > li .badge,
.fab-menu-bottom-left .fab-menu-inner > li .label,
.fab-menu-bottom-right .fab-menu-inner > li .label {
  top: -4px;
}
.fab-menu-bottom-left .fab-menu-inner > li .status-mark,
.fab-menu-bottom-right .fab-menu-inner > li .status-mark {
  top: 2px;
}
.fab-menu-inner .dropdown-menu {
  margin-top: 0;
  margin-right: 10px;
  top: 19px;
  left: auto;
  right: 100%;
}
.fab-menu-inner .dropdown-menu-right {
  margin-right: 0;
  margin-left: 10px;
  right: auto;
  left: 100%;
}
.fab-menu-btn {
  z-index: 1001;
  border-width: 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);
}
.fab-menu-btn.btn-float {
  padding: 24px;
}
.fab-menu-btn.btn-float > i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.fab-menu-btn:hover,
.fab-menu-btn:focus,
.fab-menu[data-fab-toggle="hover"]:hover .fab-menu-btn,
.fab-menu[data-fab-state="open"] .fab-menu-btn {
  -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);
}
.fab-icon-close,
.fab-icon-open {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-close,
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-open,
.fab-menu[data-fab-state="open"] .fab-icon-close,
.fab-menu[data-fab-state="open"] .fab-icon-open {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-open,
.fab-menu[data-fab-state="open"] .fab-icon-open {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fab-icon-close {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-close,
.fab-menu[data-fab-state="open"] .fab-icon-close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fab-menu .fab-menu-inner > li {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fab-menu .fab-menu-inner > li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.fab-menu .fab-menu-inner > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fab-menu .fab-menu-inner > li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.fab-menu .fab-menu-inner > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fab-menu .fab-menu-inner > li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-menu-inner > li,
.fab-menu[data-fab-state="open"] .fab-menu-inner > li {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(1) {
  top: 68px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(2) {
  top: 132px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(3) {
  top: 196px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(4) {
  top: 260px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(5) {
  top: 324px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(1) {
  top: -60px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(2) {
  top: -124px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(3) {
  top: -188px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(4) {
  top: -252px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(5) {
  top: -316px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.fab-menu-inner div[data-fab-label]:after {
  content: attr(data-fab-label);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 66px;
  color: #fff;
  background-color: #333;
  padding: 7px 12px;
  visibility: hidden;
  border-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);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
  margin-top: -27px;
}
.fab-menu-top-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-inner div[data-fab-label].fab-label-right:after {
  right: auto;
  left: 66px;
}
.fab-menu[data-fab-toggle="hover"] .fab-menu-inner div[data-fab-label]:hover:after,
.fab-menu[data-fab-state="open"] .fab-menu-inner div[data-fab-label]:hover:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fab-menu-inner div[data-fab-label].fab-label-light:after {
  background-color: #fff;
  color: #333333;
}
.fab-menu-inner div[data-fab-label].fab-label-visible:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------------------------------------------------------------------
 *
 *  # Prism
 *
 *  Lightweight, extensible syntax highlighter
 *
 *  Version: 1.0
 *  Latest update: May 10, 2015
 *
 * ---------------------------------------------------------------------------- */
code[class*="language-"],
pre[class*="language-"] {
  text-shadow: 0 1px #fff;
  word-break: normal;
  line-height: 1.5;
  direction: ltr;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata,
.token.punctuation {
  color: #999;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important {
  color: #e90;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
.namespace {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
  background: rgba(133, 238, 149, 0.12);
  pointer-events: none;
  white-space: pre;
  line-height: inherit;
}
.line-highlight:before,
.line-highlight:after {
  content: attr(data-start);
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  color: #999999;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0;
}
pre.line-numbers {
  position: relative;
  padding-left: 50px;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -50px;
  width: 36px;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999999;
  display: block;
  padding-right: 10px;
  text-align: right;
}
pre[class*="language-"] {
  overflow: auto;
  position: relative;
  border-left-width: 3px;
  border-left-color: #2196F3;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(25, 118, 210, 0.025) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(25, 118, 210, 0.025) 50%);
  background-image: -ms-linear-gradient(transparent 50%, rgba(25, 118, 210, 0.025) 50%);
  background-image: -o-linear-gradient(transparent 50%, rgba(25, 118, 210, 0.025) 50%);
  background-image: linear-gradient(transparent 50%, rgba(25, 118, 210, 0.025) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
pre[class*="language-"] > code[data-language] {
  display: block;
}
pre[class*="language-"] > code[data-language]:before {
  content: attr(data-language);
  background-color: #f8f8f8;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px;
  border-radius: 0 0 0 2px;
  padding: 4px 8px;
  text-shadow: none;
  color: #333333;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
pre[class*="language-"].line-numbers > code[data-language]:before {
  top: -15px;
  right: -15px;
}
pre[data-line] {
  position: relative;
  padding-left: 36px;
}
/* ------------------------------------------------------------------------------
*
*  # Fancytree
*
*  Tree plugin for jQuery with support for persistence, keyboard, checkboxes,
*  tables (grid), drag'n'drop, and lazy loading
*
*  Version: 1.1
*  Latest update: Jul 5, 2016
*
* ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
.fancytree-container {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  overflow: auto;
  position: relative;
}
.fancytree-container:focus {
  outline: 0;
}
.fancytree-container ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.fancytree-container ul li {
  margin-top: 1px;
}
.ui-fancytree-disabled .fancytree-container {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ui-fancytree-disabled .fancytree-container,
.ui-fancytree-disabled .fancytree-title,
.ui-fancytree-disabled .fancytree-expander {
  cursor: not-allowed;
}
.ui-fancytree-disabled .fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: #f5f5f5;
  color: #333333;
}
.ui-helper-hidden {
  display: none;
}
.fancytree-expander:after,
.fancytree-icon:after,
.fancytree-checkbox:after,
.fancytree-drag-helper-img:after,
.fancytree-drop-before:after,
.fancytree-drop-after:after,
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancytree-icon,
.fancytree-checkbox,
.fancytree-custom-icon {
  margin-top: 5px;
  float: left;
}
.fancytree-checkbox {
  margin: 4px 10px 0 2px;
}
.fancytree-custom-icon {
  display: inline-block;
}
img.fancytree-icon {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
  border-style: none;
}
.fancytree-expander {
  cursor: pointer;
  float: left;
  margin-top: 5px;
  width: 16px;
  line-height: 1;
}
.fancytree-exp-c .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-cl .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-cd .fancytree-expander:after,
.fancytree-exp-cdl .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-e .fancytree-expander:after,
.fancytree-exp-ed .fancytree-expander:after {
  content: '\e9c5';
}
.fancytree-exp-el .fancytree-expander:after,
.fancytree-exp-edl .fancytree-expander:after {
  content: '\e9c5';
}
.fancytree-statusnode-error .fancytree-icon:after {
  content: '\ed63';
}
.fancytree-loading .fancytree-expander,
.fancytree-statusnode-wait .fancytree-icon {
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
  content: '\ed6c';
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.fancytree-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.fancytree-ico-c .fancytree-icon:after,
.fancytree-ico-e .fancytree-icon:after {
  content: '\ea1a';
}
.fancytree-has-children.fancytree-ico-c .fancytree-icon:after {
  content: '\ea0f';
}
.fancytree-has-children.fancytree-ico-e .fancytree-icon:after {
  content: '\ea11';
}
.fancytree-ico-cf .fancytree-icon:after,
.fancytree-ico-ef .fancytree-icon:after {
  content: '\ea3d';
}
.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after {
  content: '\ea41';
}
.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after {
  content: '\ea43';
}
.fancytree-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
.fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  content: "\e600";
  margin-top: -1px;
  margin-left: -1px;
  display: none;
}
.fancytree-partsel > .fancytree-checkbox:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  background-color: #888;
  margin: 3px;
}
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  background-color: transparent;
  width: auto;
  height: auto;
}
.fancytree-selected .fancytree-checkbox:after,
.fancytree-partsel .fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  display: block;
}
.fancytree-radio .fancytree-checkbox {
  border-radius: 100%;
}
.fancytree-radio .fancytree-checkbox:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #888;
  margin: 3px;
  border-radius: 100px;
}
/* # Other styles
-------------------------------------------------- */
.fancytree-drag-helper {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 4px 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fancytree-drag-helper-img:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -26px;
}
.fancytree-drop-accept .fancytree-drag-helper-img:after {
  content: '\ee73';
  color: #4CAF50;
}
.fancytree-drop-reject .fancytree-drag-helper-img:after {
  content: '\ed63';
  color: #F44336;
}
#fancytree-drop-marker.fancytree-drop-before,
#fancytree-drop-marker.fancytree-drop-after {
  width: 200px;
  border-top: 1px solid #333333;
  position: absolute!important;
}
.fancytree-drag-source {
  background-color: #ddd;
}
.fancytree-drag-source .fancytree.title {
  color: #333333;
}
.fancytree-drop-target.fancytree-drop-accept a {
  background-color: #2196F3 !important;
  color: #fff !important;
  text-decoration: none;
}
.fancytree-node {
  display: inherit;
  width: 100%;
  position: relative;
}
.fancytree-title {
  border: 0;
  padding: 4px 6px;
  border-radius: 2px;
  margin-left: 4px;
  display: inline-block;
  cursor: pointer;
}
.fancytree-title > input {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}
.fancytree-selected .fancytree-title {
  background-color: #ddd;
  color: #333333;
}
.fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: #2196F3;
  color: #fff;
}
.fancytree-active .fancytree-title {
  background-color: #ddd;
}
.sidebar:not(.sidebar-default) .fancytree-selected .fancytree-title,
.sidebar:not(.sidebar-default) .fancytree-active .fancytree-title {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.sidebar:not(.sidebar-default) .fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: #2196F3;
  color: #fff;
}
.fancytree-ext-table .fancytree-node {
  display: inline-block;
  width: auto;
}
.fancytree-ext-table .fancytree-title {
  display: inline;
}
.fancytree-ext-table.fancytree-container {
  white-space: normal;
}
.fancytree-ext-table .fancytree-expander,
.fancytree-ext-table .fancytree-icon,
.fancytree-ext-table .fancytree-custom-icon {
  margin-top: 1px;
}
.fancytree-ext-table .fancytree-checkbox {
  margin: 0 auto;
  float: none;
}
.fancytree-ext-table .checker {
  display: block;
  margin: 0 auto;
}
.fancytree-ext-table tbody tr td:first-child {
  text-align: center;
}
.fancytree-ext-table tbody tr.fancytree-focused {
  background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: #2196F3;
  color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox {
  color: #fff;
  border-color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .checker span {
  border-color: #fff;
  color: #fff;
}
.fancytree-ext-childcounter .fancytree-childcounter {
  position: absolute;
  right: 0;
  top: 4px;
  color: #999999;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 5px;
}
.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);
}
/* ------------------------------------------------------------------------------
 *
 *  # Headroom
 *
 *  Hide BS navbar component on page scroll
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.headroom {
  -webkit-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
}
.navbar.headroom-top-pinned {
  top: 0;
}
.navbar.headroom-top-unpinned {
  top: -48px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-lg.navbar.headroom-top-unpinned {
  top: -52px;
}
.navbar-sm.navbar.headroom-top-unpinned {
  top: -46px;
}
.navbar-xs.navbar.headroom-top-unpinned {
  top: -44px;
}
.navbar.headroom-bottom-pinned {
  bottom: -48px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-lg.navbar.headroom-bottom-pinned {
  bottom: -52px;
}
.navbar-sm.navbar.headroom-bottom-pinned {
  bottom: -46px;
}
.navbar-xs.navbar.headroom-bottom-pinned {
  bottom: -44px;
}
.navbar.headroom-bottom-unpinned {
  bottom: 0;
}
/* ------------------------------------------------------------------------------
 *
 *  # FullCalendar
 *
 *  A JavaScript event calendar. Customizable and open source
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-view > table {
  min-width: 769px;
}
.fc-events-container {
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
}
.fc-events-container .fc-event {
  margin: 0;
  padding: 4px 11px;
}
.fc-events-container .fc-event + .fc-event {
  margin-top: 10px;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}
.fc-unthemed thead,
.fc-unthemed thead td,
.fc-unthemed thead th {
  border-bottom-color: #bbb;
}
.fc-unthemed hr {
  background-color: #f5f5f5;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-radius: 3px;
}
.fc-unthemed .fc-popover .fc-header {
  background-color: #f5f5f5;
}
.fc-unthemed .fc-today {
  background-color: #E8F5E9;
}
.fc-highlight {
  background-color: #e5e5e5;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-bgevent {
  background-color: #81C784;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-nonbusiness {
  background-color: #ccc;
}
.fc-icon {
  display: block;
}
.fc-icon:after {
  display: inline-block;
  font-family: "icomoon";
  line-height: 1;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-left-single-arrow:after {
  content: "\e9c0";
}
.fc-icon-right-single-arrow:after {
  content: "\e9c3";
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-icon-x:after {
  content: "\ed6b";
  font-size: 12px;
  display: block;
}
.fc-button {
  margin: 0;
  border: 1px solid #ddd;
  padding: 7px 12px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
}
.fc-button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.fc-state-default.fc-corner-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.fc-state-default.fc-corner-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-state-hover {
  background-color: #f8f8f8;
}
.fc-state-down,
.fc-state-active {
  background-color: #f5f5f5;
}
.fc-button.fc-state-down,
.fc-button.fc-state-active {
  border-color: #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}
.fc-state-disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.fc-popover .fc-header {
  padding: 10px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-style: solid;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc th {
  padding: 12px 20px;
  font-weight: 500;
  text-align: center;
}
.fc td.fc-today {
  border-style: double;
}
.fc-row {
  border-style: solid;
  border-width: 0;
  position: relative;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
  border: 0;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-scroller {
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fc-event {
  position: relative;
  display: block;
  border: 1px solid #039BE5;
  background-color: #039BE5;
  font-weight: normal;
  border-radius: 2px;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-day-grid-event {
  margin: 0 5px 5px 5px;
  padding: 4px 8px;
}
.fc-day-grid-event > .fc-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-day-grid-event .fc-time {
  font-weight: 500;
}
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}
@media (min-width: 1200px) {
  .fc-day-grid-event > .fc-content {
    background-color: inherit;
  }
  .fc-day-grid-event .fc-time {
    float: right;
    padding-left: 5px;
    display: inline-block;
    z-index: 2;
    position: relative;
    background-color: inherit;
  }
  .fc-day-grid-event .fc-title {
    z-index: 1;
    position: relative;
  }
}
a.fc-more {
  margin: 1px 5px;
  background-color: #fafafa;
  display: block;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  color: #999999;
  font-size: 12px;
}
a.fc-more:hover {
  background-color: #f5f5f5;
  color: #333333;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px 5px;
}
.fc-toolbar {
  text-align: center;
  margin-bottom: 20px;
}
.fc-toolbar h2 {
  margin: 5px 0;
  font-size: 17px;
}
.fc-toolbar .fc-left {
  float: left;
  width: 33%;
}
.fc-toolbar .fc-right {
  float: right;
  width: 33%;
}
.fc-toolbar .fc-right .fc-button-group {
  float: right;
}
.fc-toolbar .fc-left > .fc-button,
.fc-toolbar .fc-right > .fc-button {
  margin-left: 10px;
}
.fc-toolbar .fc-center {
  display: inline-block;
  vertical-align: middle;
}
.fc-toolbar > * > * {
  float: left;
}
.fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-view-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  overflow: auto;
  max-width: 100%;
}
.fc-view-container .fc-view > table th,
.fc-view-container .fc-view > table td {
  border-right-width: 0;
}
.fc-view-container .fc-view > table tr:first-child th:first-child,
.fc-view-container .fc-view > table tr:first-child td:first-child {
  border-left-width: 0;
}
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding-top: 5px;
  padding-bottom: 10px;
}
.fc-basic-view tbody .fc-row {
  min-height: 100px;
  min-width: 100px;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 10px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  display: inline-block;
  min-width: 1.25em;
}
.fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-basic-view .fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 5px;
  padding-bottom: 0;
}
.fc-axis {
  text-align: right;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 10px;
  white-space: nowrap;
}
.fc-time-grid-container,
.fc-time-grid {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
.fc-slats td {
  border-bottom: 0;
}
.fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  position: relative;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  margin: 5px;
  padding: 10px;
  min-height: 45px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-time-grid-event > .fc-content {
  position: relative;
  z-index: 2;
}
.fc-time-grid-event .fc-time {
  font-weight: 500;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 10px;
  font-size: 12px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
}
.fc-time-grid-event .fc-resizer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
@media (max-width: 768px) {
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-left > .fc-button,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-right > .fc-button,
  .fc-toolbar .fc-left .fc-button-group,
  .fc-toolbar .fc-right .fc-button-group {
    float: none;
    width: auto;
    vertical-align: top;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right {
    display: block;
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Dragula - drag and drop library
*
*  Styles for Dragula Drag and drop plugin
*
*  Version: 1.0
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gu-unselectable.dropdown-menu li:nth-last-child(2) {
  margin-bottom: 0;
}
.nav-pills-toolbar > li.gu-mirror:not(.active) > a {
  border: 0;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gu-transit {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dragula-handle {
  color: #999999;
  cursor: pointer;
}
.dragula-handle:hover,
.dragula-handle:focus {
  color: #333333;
}
/* ------------------------------------------------------------------------------
*
*  # Plupload multiple file uploader
*
*  Multi runtime single and multiple file uploader
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.plupload_wrapper {
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 3px;
}
.panel > div > .plupload_wrapper {
  border: 0;
}
.panel.panel-flat > div > .plupload_wrapper {
  border-top: 1px solid #ddd;
}
.plupload_header:after,
.plupload_filelist:empty:before,
.plupload_filelist li.plupload_droptext:before,
.plupload_file_action:after,
.plupload_delete a:after,
.plupload_failed a:after,
.plupload_done a:after {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.plupload_header {
  display: none;
  position: relative;
  background-color: #0097A7;
  margin: -1px -1px 0 -1px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.plupload_header:after {
  content: '\ec78';
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
}
.plupload_header_content {
  padding: 15px 20px;
  padding-left: 72px;
  color: #fff;
}
.plupload_header_title {
  font-size: 15px;
  font-weight: 500;
}
.plupload_header_text {
  font-size: 11px;
  line-height: 1.82;
}
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
.plupload_button {
  display: inline-block;
  color: #fff;
  background-color: #2196F3;
  border: 1px solid transparent;
  padding: 6px 11px;
  border-radius: 2px;
  margin-right: 5px;
}
.plupload_button:hover,
.plupload_button:focus {
  color: #fff;
  -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;
}
.plupload_button: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;
}
a.plupload_disabled,
a.plupload_disabled:hover,
a.plupload_disabled:focus {
  color: #999999;
  border-color: #ddd;
  background: #fcfcfc;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plupload_start {
  background-color: #26A69A;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_scroll .plupload_filelist {
  height: 250px;
  background: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .plupload_scroll .plupload_filelist {
    height: 200px;
  }
}
.plupload_filelist li {
  padding: 12px 20px;
  background-color: #fff;
}
.plupload_filelist li:hover {
  background-color: #f5f5f5;
}
.plupload_filelist li.plupload_droptext:hover {
  background-color: transparent;
}
.plupload_filelist:empty,
.plupload_filelist li.plupload_droptext {
  position: relative;
  height: 250px;
  text-align: center;
  background-color: transparent;
  text-indent: -99999px;
}
.plupload_filelist:empty:before,
.plupload_filelist li.plupload_droptext:before {
  content: '\ea0e';
  font-size: 80px;
  padding-top: 65px;
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
  color: #ddd;
  text-indent: 0;
  font-weight: normal;
}
.plupload_filelist:empty:after,
.plupload_filelist li.plupload_droptext:after {
  content: 'Drag files to upload';
  font-size: 19px;
  position: absolute;
  top: 50%;
  padding-top: 145px;
  left: 50%;
  margin: -100px 0 0 -150px;
  width: 300px;
  height: 200px;
  color: #bbb;
  text-indent: 0;
}
@media (max-width: 768px) {
  .plupload_filelist:empty,
  .plupload_filelist li.plupload_droptext {
    height: 200px;
  }
  .plupload_filelist:empty:before,
  .plupload_filelist li.plupload_droptext:before,
  .plupload_filelist:empty:after,
  .plupload_filelist li.plupload_droptext:after {
    width: 100%;
    height: 200px;
    left: 0;
    margin: 0;
    top: 0;
  }
  .plupload_filelist:empty:before,
  .plupload_filelist li.plupload_droptext:before {
    font-size: 64px;
    padding-top: 40px;
  }
  .plupload_filelist:empty:after,
  .plupload_filelist li.plupload_droptext:after {
    font-size: 17px;
    border-width: 3px 0;
    padding-top: 120px;
  }
}
.plupload_filelist:empty:after {
  content: 'Add files to upload';
}
.plupload_filelist_header {
  padding: 15px 20px;
}
.plupload_filelist_header .plupload_file_name,
.plupload_filelist_header .plupload_file_size,
.plupload_filelist_header .plupload_file_status,
.plupload_filelist_header .plupload_file_action {
  font-weight: 500;
}
.plupload_filelist_footer {
  padding: 15px 20px;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_upload_status {
  padding: 7px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .plupload_filelist_footer .plupload_file_action,
  .plupload_filelist_footer .plupload_file_status,
  .plupload_filelist_footer .plupload_file_size,
  .plupload_filelist_footer .plupload_progress {
    display: none;
  }
}
.plupload_file_action {
  position: relative;
  float: right;
  margin-left: 30px;
  margin-top: 2px;
  color: #999999;
  width: 16px;
  height: 16px;
}
.plupload_file_action * {
  display: none;
}
.plupload_file_action:after {
  content: '\ec67';
  position: absolute;
  left: 0;
  top: 0;
}
.plupload_filelist_footer .plupload_file_action {
  margin-top: 9px;
}
.plupload_filelist .plupload_file_action:after {
  content: none;
}
.plupload_delete .plupload_file_action > a {
  color: #333333;
  line-height: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.plupload_delete .plupload_file_action > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.plupload_uploading {
  background-color: #E8F5E9;
}
.plupload_delete a:after {
  content: '\ed6b';
}
.plupload_failed a {
  color: #F44336;
  cursor: default;
}
.plupload_failed a:after {
  content: '\e9cf';
}
.plupload_done {
  color: #999999;
}
.plupload_done a {
  color: #4DB6AC;
  cursor: default;
}
.plupload_done a:after {
  content: '\e9db';
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 14px;
  background-color: #eeeeee;
}
.plupload_progress_bar {
  width: 0px;
  height: 4px;
  background: #4DB6AC;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .plupload_file_name {
    float: left;
    overflow: hidden;
  }
  .plupload_filelist .plupload_file_name {
    width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .plupload_file_size,
  .plupload_file_status,
  .plupload_progress {
    float: right;
    width: 80px;
  }
  .plupload_file_size,
  .plupload_file_status,
  .plupload_file_action {
    text-align: right;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  File input styling for Bootstrap 3.0
 *
 *  Version: 1.3
 *  Latest update: Aug 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.file-input.has-error .form-control {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 769px) {
  .file-input .btn > [class*=icon-],
  .file-input .btn > .glyphicon {
    margin-right: 5px;
  }
}
.file-object {
  margin: 0 0 -7px 0;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
}
.file-caption-name [class*=icon-],
.file-caption-name .glyphicon {
  margin-right: 7px;
}
.file-input-new .file-caption-name {
  color: #999999;
}
.file-input-new .file-caption-name > [class*=icon-],
.file-input-new .file-caption-name > .glyphicon {
  display: none;
}
.file-error-message {
  position: relative;
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
  margin: 0 5px 5px 5px;
}
.file-drop-zone .file-error-message {
  margin-top: 5px;
}
.file-error-message .close {
  margin-top: 1px;
  color: #a94442;
}
.file-error-message pre,
.file-error-message ul {
  margin: 7px 0;
  text-align: left;
}
.file-caption-disabled {
  background-color: #fafafa;
  cursor: not-allowed;
}
.file-caption-disabled .file-caption-name {
  color: #ccc;
}
.file-preview-detail-modal {
  text-align: left;
}
.file-preview {
  border-radius: 2px;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.file-preview > .close {
  font-weight: 400;
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 8px;
  line-height: 0.6;
  border-radius: 3px;
  color: #555;
  opacity: 1;
  filter: alpha(opacity=100);
}
.file-preview-frame {
  margin: 7px;
  margin-right: 0;
  height: 160px;
  display: table;
  float: left;
  vertical-align: middle;
}
.file-drop-zone .file-preview-frame {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.file-preview-image {
  height: 160px;
  vertical-align: middle;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .file-preview-image {
    max-width: 100%;
  }
}
.file-preview-text {
  text-align: left;
  width: 160px;
  margin-bottom: 2px;
  color: #428bca;
  background-color: #fff;
  overflow-x: hidden;
}
.file-preview-other {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 160px;
}
.file-preview-other:after {
  content: "\ea0c";
  font-family: "icomoon";
  display: block;
  font-size: 64px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-preview-other .glyphicon {
  display: none;
}
.file-preview-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #333333;
  background-color: rgba(250, 250, 250, 0.8);
  border-top: 1px solid #ddd;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.6666667;
  color: #333333 !important;
}
.file-preview-status:empty {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.file-thumb-loading {
  min-height: 107px;
}
.file-thumb-loading:before,
.file-uploading:before {
  content: "";
  display: inline-block;
  background-color: #263238;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33.5px 0 0 -16px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
}
.file-thumb-loading:after,
.file-uploading:after {
  content: "\eb55";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  margin: -25.5px 0 0 -8px;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.file-upload-indicator {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: default;
  text-align: left;
  padding-left: 8px;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove,
.file-input-ajax-new .file-caption-name > [class*=icon-],
.file-input-ajax-new .file-caption-name > .glyphicon {
  display: none;
}
.file-actions {
  margin-top: 5px;
  border-top: 1px solid #eeeeee;
}
.file-actions .btn > [class*=icon-],
.file-actions .btn > .glyphicon {
  margin-right: 0;
}
.file-footer-buttons {
  float: right;
}
.file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  font-size: 11px;
  padding: 12px 7px 7px 7px;
  margin-left: auto;
  margin-right: auto;
}
.file-preview-error {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file-drop-zone {
  border: 1px dashed #ddd;
  border-radius: 3px;
  height: 100%;
  vertical-align: middle;
  margin: 5px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #999999;
  font-size: 21px;
  font-weight: 300;
  padding: 85px 10px;
}
.file-highlighted {
  border-color: #ccc;
  background-color: #fafafa;
}
.file-thumb-progress {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
  height: 5px;
  border-radius: 0;
  font-size: 0;
}
.file-thumbnail-footer {
  position: relative;
}
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.file-zoom-dialog .btn-navigate > i {
  display: block;
  font-size: 32px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.file-zoom-dialog .btn-prev {
  left: -42px;
}
.file-zoom-dialog .btn-next {
  right: -42px;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 0 0 0 3px;
}
.file-zoom-dialog .floating-buttons:not(:empty) {
  padding: 0 0 20px 20px;
}
.file-zoom-dialog .floating-buttons,
.file-zoom-dialog .floating-buttons .btn {
  z-index: 3000;
}
.kv-zoom-actions {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-drag-handle {
  margin-right: 2px;
  float: left;
  cursor: move;
  cursor: -webkit-grabbing;
}
.file-drag-handle:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ------------------------------------------------------------------------------
 *
 *  # Dropzone file uploader
 *
 *  Open source library that provides drag’n’drop file uploads with image previews
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.dropzone {
  position: relative;
  border: 3px dashed #eeeeee;
  min-height: 250px;
  border-radius: 2px;
  background-color: #fcfcfc;
  padding: 5px;
}
.dropzone.dz-clickable,
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.sidebar .dropzone {
  min-height: 190px;
  text-align: center;
  border-width: 2px;
}
.sidebar .dropzone .dz-default.dz-message:before {
  font-size: 64px;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  top: 50px;
}
.sidebar .dropzone .dz-default.dz-message span {
  font-size: 15px;
}
.sidebar .dropzone .dz-default.dz-message > span {
  margin-top: 130px;
}
@media (min-width: 769px) {
  .dropzone {
    min-height: 320px;
  }
}
.dropzone .dz-default.dz-message {
  position: absolute;
  height: 230px;
  width: 100%;
  margin-top: -115px;
  top: 50%;
  left: 0;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-default.dz-message:before {
  content: '\ea0e';
  font-family: 'icomoon';
  font-size: 64px;
  position: absolute;
  top: 48px;
  width: 64px;
  height: 64px;
  display: inline-block;
  left: 50%;
  margin-left: -32px;
  line-height: 1;
  z-index: 2;
  color: #ddd;
  text-indent: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-default.dz-message span {
  font-size: 15px;
  color: #bbb;
  text-align: center;
  margin-top: 140px;
  display: block;
  font-weight: 500;
  text-shadow: 0 1px 1px #fff;
}
.dropzone .dz-default.dz-message span > span {
  margin-top: 2px;
  display: block;
  color: #ccc;
  font-size: 15px;
}
@media (min-width: 769px) {
  .dropzone .dz-default.dz-message:before {
    font-size: 80px;
    top: 48px;
    width: 80px;
    height: 80px;
    margin-left: -32px;
  }
  .dropzone .dz-default.dz-message span {
    font-size: 19px;
    margin-top: 130px;
  }
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 2px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 140px;
  position: relative;
  background-color: #fafafa;
  padding: 8px;
  margin-bottom: 25px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  z-index: 9;
  right: 8px;
}
.dropzone .dz-preview .dz-error-mark:after,
.dropzone-previews .dz-preview .dz-error-mark:after,
.dropzone .dz-preview .dz-success-mark:after,
.dropzone-previews .dz-preview .dz-success-mark:after {
  font-family: 'icomoon';
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span,
.dropzone .dz-preview .dz-error-mark svg,
.dropzone-previews .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg,
.dropzone-previews .dz-preview .dz-success-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #F44336;
}
.dropzone .dz-preview .dz-error-mark:after,
.dropzone-previews .dz-preview .dz-error-mark:after {
  content: '\ed6a';
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #4CAF50;
}
.dropzone .dz-preview .dz-success-mark:after,
.dropzone-previews .dz-preview .dz-success-mark:after {
  content: '\ed6e';
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 118px;
  left: 8px;
  right: 8px;
  height: 4px;
  background-color: #eeeeee;
  display: none;
  border-radius: 2px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00BCD4;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(245, 245, 245, 0.8);
  margin: 8px;
  padding: 8px;
  color: #F44336;
  max-width: 100%;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message,
.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #F44336;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dropzone .dz-preview a.dz-remove,
.dropzone-previews .dz-preview a.dz-remove {
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  display: block;
  padding: 5px;
  text-align: center;
  color: #999999;
  margin-top: 35px;
  cursor: pointer;
}
.dropzone .dz-preview a.dz-remove:hover,
.dropzone-previews .dz-preview a.dz-remove:hover {
  color: #333333;
  background-color: #f5f5f5;
}
/* ------------------------------------------------------------------------------
 *
 *  # Image cropper
 *
 *  Styles for cropper.min.js - a simple jQuery image cropping plugin
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.image-cropper-container {
  height: 350px;
  width: 100%;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.eg-preview {
  text-align: center;
  font-size: 0;
}
.eg-preview .preview {
  margin: 10px auto 0 auto;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 2px;
}
@media (min-width: 769px) {
  .eg-preview .preview {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .eg-preview .preview + .preview {
    margin-left: 15px;
  }
}
.eg-preview .preview-lg {
  width: 150px;
  height: 150px;
}
.eg-preview .preview-md {
  width: 120px;
  height: 120px;
}
.eg-preview .preview-sm {
  width: 90px;
  height: 90px;
}
.eg-preview .preview-xs {
  width: 60px;
  height: 60px;
}
.eg-preview .preview-xxs {
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .eg-preview {
    white-space: nowrap;
    max-width: 100%;
    overflow: auto;
  }
}
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #eee;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-center:before,
.cropper-center:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}
.cropper-line {
  background-color: #2196F3;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #2196F3;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  content: ' ';
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  background-color: #2196F3;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 769px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 7px 12px;
  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;
}
/* ------------------------------------------------------------------------------
*
*  # Footable
*
*  jQuery plugin that aims to make HTML tables on smaller devices look awesome.
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.footable {
  width: 100%;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: 0;
}
.footable.breakpoint > tbody > tr.footable-row-detail:hover {
  background-color: transparent;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > .footable-cell-detail {
  background-color: #eeeeee;
  border-top: 0;
}
.footable.breakpoint > tbody > tr .footable-toggle:before {
  content: "\e9e4";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.footable.breakpoint > tbody > tr.footable-detail-show .footable-toggle:before {
  content: "\e9e7";
}
.footable-row-detail-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.footable-row-detail-row {
  display: table-row;
}
.footable-row-detail-group {
  display: block;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 7px;
}
.footable-row-detail-group:first-child {
  margin-top: 7px;
}
.footable-row-detail-name {
  display: table-cell;
  padding-right: 40px;
  font-weight: 500;
}
.footable-row-detail-value {
  display: table-cell;
  padding: 7px 0;
}
@media (max-width: 480px) {
  .footable-row-detail-inner {
    position: relative;
  }
  .footable-row-detail .dropdown,
  .footable-row-detail .dropup,
  .footable-row-detail .btn-group {
    position: static;
  }
  .footable-row-detail .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # Handsontable library
 *
 *  EXCEL-LIKE SPREADSHEET FOR APPS
 *
 *  Version: 1.0
 *  Latest update: Nov 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.hot-container {
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}
.hot-container .ht_master .wtHolder {
  min-width: 100%;
}
.hot-container.has-scroll {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hot-container {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .hot-container .ht_master .wtHolder {
    max-width: 100%;
    min-width: auto;
  }
  .hot-container:not(.has-scroll) .wtHolder {
    height: 100%!important;
  }
}
.handsontable .table-striped > tbody > tr:nth-of-type(odd) > td:not([class*=bg-]) {
  background-color: inherit;
}
.handsontable .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.changeType {
  border: 0;
  background-color: transparent;
  border-radius: 2px;
  padding: 0;
  float: right;
  margin-right: 2px;
  line-height: 16px;
  margin-top: 2px;
}
.changeType:hover {
  color: #777;
}
.changeTypeMenu {
  position: absolute;
  border: 1px solid #ccc;
  margin-top: 20px;
  background-color: #fff;
  padding: 7px 0;
  display: none;
  width: 160px;
  z-index: 1000;
}
.changeTypeMenu li {
  list-style: none;
  padding: 7px 12px;
  padding-right: 34px;
  cursor: pointer;
  position: relative;
}
.changeTypeMenu li:hover {
  background-color: #f5f5f5;
}
.changeTypeMenu li.active:after {
  content: '\e600';
  font-family: 'Icomoon';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.handsontable {
  position: relative;
  direction: ltr;
}
.handsontable .hide {
  display: none;
}
.handsontable .relative {
  position: relative;
}
.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}
.handsontable .htDimmed {
  color: #999999;
}
.handsontable .wtHider {
  width: 0;
}
.handsontable .wtSpreader {
  position: relative;
  width: 0;
  /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  height: auto;
}
.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.handsontable input,
.handsontable textarea {
  min-height: initial;
}
.handsontable .htCore {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  max-width: none;
  max-height: none;
}
.handsontable col,
.handsontable col.rowHeader {
  width: 50px;
}
.handsontable th,
.handsontable td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 30px;
  empty-cells: show;
  position: relative;
  padding: 0 4px;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
}
.handsontable th.disabled,
.handsontable td.disabled {
  background-color: #fafafa;
  color: #999999;
}
.handsontable th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.handsontable th:not([class*=bg-]) {
  background-color: #f5f5f5;
}
.handsontable th.active {
  background-color: #eeeeee;
}
.handsontable thead th {
  padding: 0;
}
.handsontable thead th .relative {
  padding: 2px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.handsontable td:not([class*=bg-]) {
  background-color: #fff;
}
.handsontable td.htInvalid {
  background-color: #FFEBEE !important;
}
.handsontable td.htNoWrap {
  white-space: nowrap;
}
.handsontable td.active {
  background-color: #f8f8f8;
}
.handsontable td.area {
  background-color: #fff;
  background: -moz-linear-gradient(top, rgba(181, 209, 255, 0.34) 0%, rgba(181, 209, 255, 0.34) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 209, 255, 0.34)), color-stop(100%, rgba(181, 209, 255, 0.34)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(181, 209, 255, 0.34) 0%, rgba(181, 209, 255, 0.34) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(181, 209, 255, 0.34) 0%, rgba(181, 209, 255, 0.34) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(181, 209, 255, 0.34) 0%, rgba(181, 209, 255, 0.34) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(181, 209, 255, 0.34) 0%, rgba(181, 209, 255, 0.34) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b5d1ff', endColorstr='#57b5d1ff', GradientType=0);
  /* IE6-9 */
}
.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: #fff;
  border-color: #fff;
}
.handsontable th:first-child,
.handsontable td:first-of-type,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #ddd;
}
.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #ddd;
}
.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #ddd;
}
.ht_master:not(.innerBorderLeft) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderLeft) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-right-width: 0;
}
.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}
.ht_master tbody tr:first-child td {
  border-top-color: transparent;
}
.ht_clone_top tr:first-child th,
.ht_clone_top tr:first-child td {
  border-top-color: transparent;
}
.ht_clone_left thead tr:first-child th,
.ht_clone_top_left_corner thead tr:first-child th,
.ht_clone_left tbody tr:first-child td,
.ht_clone_top_left_corner tbody tr:first-child td,
.ht_clone_left tbody tr:first-child th,
.ht_clone_top_left_corner tbody tr:first-child th {
  border-top-color: transparent;
}
.handsontable th:first-child,
.handsontable td:first-child {
  border-left-color: transparent;
}
.ht_master td:last-child,
.ht_clone_top th:last-child,
.ht_clone_top td:last-child {
  border-right-color: transparent;
}
.ht_master tbody tr:last-child th,
.ht_clone_left tbody tr:last-child th,
.ht_master tbody tr:last-child td,
.ht_clone_left tbody tr:last-child td {
  border-bottom-color: transparent;
}
.htRowHeaders.htColumnHeaders .ht_clone_top_left_corner tbody tr:first-child th,
.htRowHeaders.htColumnHeaders .ht_clone_left tbody tr:first-child th {
  border-top-color: #ddd;
}
.htColumnHeaders .handsontable tr:first-child td {
  border-top-color: #ddd;
}
.manualColumnMover,
.manualRowMover {
  position: fixed;
  top: 0;
  background-color: transparent;
  z-index: 999;
  cursor: move;
}
.manualColumnMover {
  left: 0;
  width: 5px;
  height: 32px;
}
.manualRowMover {
  left: -4px;
  height: 5px;
  width: 50px;
}
.manualColumnMoverGuide,
.manualRowMoverGuide {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ddd;
  display: none;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.manualColumnMoverGuide.active,
.manualRowMoverGuide.active {
  display: block;
}
.manualColumnMoverGuide:hover,
.manualRowMoverGuide:hover,
.manualColumnMoverGuide.active,
.manualRowMoverGuide.active {
  background-color: #2196F3;
}
.manualColumnMoverGuide {
  max-height: 404px;
}
.manualColumnResizer.active,
.manualRowResizer.active {
  display: block;
}
.manualColumnResizer:hover,
.manualRowResizer:hover,
.manualColumnResizer.active,
.manualRowResizer.active {
  background-color: #999999;
}
.manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 31px;
}
.manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}
.manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #999999;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}
.manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #999999;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}
.handsontable .columnSorting {
  position: relative;
}
.handsontable .columnSorting:hover {
  cursor: pointer;
}
.handsontable .columnSorting:before,
.handsontable .columnSorting:after,
.handsontable .columnSorting.ascending:after,
.handsontable .columnSorting.descending:after {
  font-family: 'Icomoon';
  font-size: 12px;
  color: #999999;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  right: -20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.handsontable .columnSorting:before {
  content: '\e9c1';
  margin-top: -2px;
}
.handsontable .columnSorting:after {
  content: '\e9c2';
  margin-top: -10px;
}
.handsontable .columnSorting.ascending:before {
  content: none;
}
.handsontable .columnSorting.ascending:after {
  content: '\e9c2';
}
.handsontable .columnSorting.descending:before {
  content: none;
}
.handsontable .columnSorting.descending:after {
  content: '\e9c1';
}
.handsontable th.beforeHiddenColumn,
.handsontable th.afterHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn:after,
.handsontable th.afterHiddenColumn:after,
.handsontable th.beforeHiddenColumn:before,
.handsontable th.afterHiddenColumn:before {
  content: '\25C0';
  color: #bbb;
  position: absolute;
  right: 1px;
  top: 2px;
  font-size: 5pt;
}
.handsontable th.afterHiddenColumn:before {
  left: 1px;
  top: 2px;
  right: auto;
  content: '\25B6';
}
.handsontable thead th.hiddenHeader {
  display: none;
}
.handsontable td.afterHiddenColumn.firstVisible {
  border-left: 1px solid #ddd;
}
.wtBorder {
  position: absolute;
  font-size: 0;
  z-index: 10;
}
.wtBorder.hidden {
  display: none!important;
}
.wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}
.htBorder.htFillBorder {
  background-color: #F44336;
  width: 1px;
  height: 1px;
}
.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0 ;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 30px;
  font-size: inherit;
  resize: none;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #2196F3 inset;
  box-shadow: 0 0 0 2px #2196F3 inset;
}
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
  outline: 0;
  border-color: #ddd;
  background-color: #fff;
}
.handsontable .htSubmenu {
  position: relative;
}
.handsontable .htSubmenu > div:after {
  content: '\e9c7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.handsontable .htLeft {
  text-align: left;
}
.handsontable .htCenter {
  text-align: center;
}
.handsontable .htRight {
  text-align: right;
}
.handsontable .htJustify {
  text-align: justify;
}
.handsontable .htTop {
  vertical-align: top;
}
.handsontable .htMiddle {
  vertical-align: middle;
}
.handsontable .htBottom {
  vertical-align: bottom;
}
.htAutocomplete {
  padding-right: 20px;
}
.htPlaceholder {
  color: #999999;
}
.htAutocompleteArrow {
  color: #999999;
  cursor: default;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -2px;
  display: inline-block;
  margin-right: 4px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.handsontable td:hover .htAutocompleteArrow,
.handsontable th:hover .htAutocompleteArrow {
  color: #333333;
}
.autocompleteEditor,
.autocompleteEditor .wtHolder,
.autocompleteEditor .htCore {
  min-width: 180px;
}
.htCheckboxRendererInput.noValue {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.htCheckboxRendererLabel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.htCheckboxRendererLabel > .htCheckboxRendererInput {
  margin-right: 10px;
}
.htCommentCell {
  position: relative;
}
.htCommentCell:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid red;
}
.htCommentTextArea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px 0;
}
.handsontable.listbox {
  margin: 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.handsontable.listbox .ht_master table {
  border-collapse: separate;
  border: 0;
}
.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent;
}
.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.handsontable.listbox td.htDimmed {
  cursor: pointer;
  color: inherit;
  font-style: inherit;
}
.handsontable.listbox .wtBorder {
  visibility: hidden;
}
.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background-color: #f5f5f5;
}
.ht_clone_top {
  z-index: 11;
}
.ht_clone_left {
  z-index: 12;
}
.ht_clone_top_left_corner,
.ht_clone_bottom_left_corner {
  z-index: 13;
}
.ht_clone_debug {
  z-index: 13;
}
.ht_master,
.ht_clone_left,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}
.ht_master .wtHolder {
  overflow: auto;
}
.ht_clone_left .wtHolder {
  overflow-x: hidden;
  overflow-y: auto;
}
.ht_clone_top .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow-x: hidden;
  overflow-y: hidden;
}
.handsontable td.htSearchResult {
  background-color: #FFF3E0;
}
.htBordered {
  border-width: 1px;
}
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}
.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  padding-bottom: 5px;
}
.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background-color: #ccc;
  margin-left: 4px;
  position: absolute;
  bottom: 10px;
}
thead .htCollapseButton {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
}
thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}
.handsontable th .htExpandButton {
  position: absolute;
  top: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.handsontable th .htExpandButton.clickable {
  display: block;
}
.handsontable thead th .htExpandButton {
  top: 5px;
}
.collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 5px;
  border: 1px solid #999999;
  line-height: 10px;
  color: #333333;
  border-radius: 100px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #eee;
  -webkit-box-shadow: 0 0 0 6px #eeeeee;
  box-shadow: 0 0 0 6px #eeeeee;
}
.handsontable col.hidden {
  width: 0!important;
}
.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #E6E6E6;
}
.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}
.wtDebugHidden {
  display: none;
}
.wtDebugVisible {
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: wtFadeInFromNone;
  animation-name: wtFadeInFromNone;
}
@keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f5f5f5;
  border-radius: 20px;
  border: 1px solid #eee;
  z-index: 999;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.htMobileEditorContainer.active {
  display: block;
}
.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210px;
  bottom: 10px;
  top: 10px;
  left: 14px;
  height: 36px;
}
.htMobileEditorContainer .inputs textarea {
  font-size: 13px;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13px;
  height: 0;
  width: 0;
  left: 30px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ebebeb;
}
.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}
.htMobileEditorContainer .cellPointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #f5f5f5;
}
.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 30px;
  bottom: 0px;
  cursor: move;
  z-index: 9999;
}
.htMobileEditorContainer .moveHandle:after {
  content: "..\a..\a..\a..";
  white-space: pre;
  line-height: 10px;
  font-size: 20px;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}
.htMobileEditorContainer .positionControls {
  width: 205px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}
.htMobileEditorContainer .positionControls > div {
  width: 50px;
  height: 100%;
  float: left;
}
.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 50px;
}
.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
  margin: 21px 0 0 21px;
  -webkit-transform-origin: 5px;
  -moz-transform-origin: 5px;
  -ms-transform-origin: 5px;
  transform-origin: 5px;
}
.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .upButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}
.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
  z-index: 9999;
}
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}
.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.3s;
  -o-animation: opacity-hide 0.3s;
  animation: opacity-hide 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.handsontable.show-tween {
  -webkit-animation: opacity-show 0.3s;
  -o-animation: opacity-show 0.3s;
  animation: opacity-show 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes opacity-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacity-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes opacity-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.htContextMenu {
  display: none;
  position: absolute;
  z-index: 1051;
}
.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner,
.htContextMenu .ht_clone_debug {
  display: none;
}
.htContextMenu .htCore {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 7px 0;
}
.htContextMenu .wtBorder {
  visibility: hidden;
}
.htContextMenu table tbody tr td {
  position: relative;
  border-width: 0;
  padding: 0 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htContextMenu table tbody tr td:first-child {
  border: 0;
}
.htContextMenu table tbody tr td.htDimmed {
  color: #333333;
}
.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f5f5f5;
}
.htContextMenu table tbody tr td.htSeparator {
  height: 0;
  padding: 0;
  background-color: transparent;
  cursor: default;
}
.htContextMenu table tbody tr td.htSeparator > div {
  height: 1px;
  background-color: #ddd;
  margin: 7px 0;
}
.htContextMenu table tbody tr td.htDisabled {
  color: #999999;
}
.htContextMenu table tbody tr td.htDisabled,
.htContextMenu table tbody tr td.htDisabled:hover {
  cursor: default;
}
.htContextMenu table tbody tr td div span.selected {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
  color: #777;
}
.htContextMenu table tbody tr td div span.selected:after {
  content: '\e600';
  font-family: 'Icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.htContextMenu table tbody tr.htHidden {
  display: none;
}
.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}
.htContextMenuSub_Alignment {
  margin-top: -7px;
  margin-left: -1px;
}
.global-zeroclipboard-container,
.global-zeroclipboard-flash-bridge {
  cursor: pointer;
}
.pika-single {
  z-index: 1000;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-lendar {
  float: left;
  max-width: 250px;
  margin: 5px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  margin: 0;
  left: 0;
  height: 36px;
  padding: 7px 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1;
}
.pika-label + .pika-label {
  margin-left: 10px;
  top: -1px;
  font-size: 13px;
  color: #999999;
}
.pika-prev,
.pika-next {
  display: block;
  position: relative;
  border: 0;
  padding: 5px;
  margin: 10px 0;
  font-size: 0;
  background-color: transparent;
}
.pika-prev:after,
.pika-next:after {
  font-family: 'Icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pika-prev:hover,
.pika-next:hover {
  background-color: #f5f5f5;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-prev {
  float: left;
}
.pika-prev:after {
  content: '\e9c8';
}
.pika-next {
  float: right;
}
.pika-next:after {
  content: '\e9cb';
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  table-layout: fixed;
}
.pika-table th,
.pika-table td {
  position: relative;
}
.pika-table th {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}
.pika-table abbr {
  border-bottom: 0;
  cursor: default;
}
.pika-button {
  display: block;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 7px;
  text-align: center;
  border-radius: 3px;
  background-color: transparent;
}
.pika-button:hover {
  background-color: #f5f5f5;
}
.is-today .pika-button {
  background-color: #f5f5f5;
}
.is-selected .pika-button {
  color: #fff;
  background-color: #26A69A;
}
.is-today .pika-button:before,
.is-selected .pika-button:before,
.is-today.is-selected .pika-button:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.is-today .pika-button:before {
  border-top-color: #EF5350;
}
.is-startrange .pika-button,
.is-endrange .pika-button {
  color: #fff;
  background: #26A69A;
}
.is-inrange .pika-button {
  background: #f5f5f5;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pika-select {
  display: inline-block;
}
.pika-week {
  font-size: 11px;
  color: #999999;
}
/* ------------------------------------------------------------------------------
 *
 *  # 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: 10px;
  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.sorting_asc:before {
  content: '';
}
.dataTable thead .sorting.sorting_asc:after {
  content: '\e9c2';
}
.dataTable thead .sorting.sorting_desc:before {
  content: '';
  margin-top: -7px;
}
.dataTable thead .sorting.sorting_desc:after {
  content: '\e9c1';
  margin-top: -5px;
}
.dataTable thead .sorting.sorting_asc_disabled:after {
  content: '\e9c2';
  color: #ccc;
}
.dataTable thead .sorting.sorting_desc_disabled:after {
  content: '\e9c1';
  color: #ccc;
}
.dataTable tbody > tr:first-child > th,
.dataTable tbody > tr:first-child > td {
  border-top: 0;
}
.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;
}
.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: 20px 20px 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;
}
.panel-body .datatable-header,
.panel-body .datatable-footer {
  padding-left: 0;
  padding-right: 0;
}
.datatable-header {
  border-bottom: 1px solid #ddd;
}
.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: 8px 15px;
  margin-left: 0;
}
.length-left .dataTables_length {
  float: left;
}
.dataTables_length .select2-container {
  width: auto;
}
.dataTables_length .select2-choice {
  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: 12px;
  margin-top: -6px;
  color: #999999;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTables_filter > label > span {
  float: left;
  margin: 8px 15px;
  margin-left: 0;
}
.dataTables_filter input {
  outline: 0;
  width: 200px;
  height: 36px;
  padding: 7px 12px;
  padding-right: 36px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.filter-right .dataTables_filter {
  float: right;
}
.dataTables_info {
  float: left;
  padding: 8px 0;
  margin-bottom: 20px;
}
.info-right .dataTables_info {
  float: right;
}
.dataTables_paginate {
  float: right;
  text-align: right;
  margin: 0 0 20px 20px;
}
.dataTables_paginate .paginate_button {
  display: inline-block;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  border: 1px solid transparent;
  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;
}
.dataTables_paginate .paginate_button .page-link {
  min-width: 36px;
  padding: 7px;
}
.dataTables_paginate .paginate_button.active,
.dataTables_paginate .paginate_button.active:hover,
.dataTables_paginate .paginate_button.active:focus {
  color: #3b4aff;
  border-bottom: 4px solid #3b4aff;
}
.dataTables_paginate .paginate_button.active .page-link {
  background-color: inherit;
  border: none;
  color: #3b4aff;
}
.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 .paginate_button.disabled .page-link {
  color: #aaa;
  border: none;
}
.dataTables_paginate .paginate_button.previous {
  display: none;
}
.dataTables_paginate.paging_simple .paginate_button {
  padding-left: 12px;
  padding-right: 12px;
}
.paginate-left .dataTables_paginate {
  float: left;
}
.paging_simple .paginate_button:hover,
.paging_simple .paginate_button:focus {
  color: #fff;
  background-color: #455A64;
}
.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: 0.01%;
}
.datatable-scroll-wrap {
  width: 100%;
  min-height: 0.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: 1024px) {
  .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;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Columns reorder
*
*  Easily modify the column order of a table through drop-and-drag of column headers
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 202;
  cursor: move;
}
.DTCR_clonedTable th,
.DTCR_clonedTable td {
  border: 1px solid #ddd !important;
}
.DTCR_pointer {
  width: 1px;
  background-color: #2196F3;
  z-index: 201;
}
/* ------------------------------------------------------------------------------
*
*  # Row Reorder extension
*
*  RowReorder adds the ability for rows in a DataTable to be reordered through
*  user interaction with the table.
*
*  Version: 1.0
*  Latest update: Nov 10, 2015
*
* ---------------------------------------------------------------------------- */
.dt-rowReorder-float {
  position: absolute!important;
  table-layout: static;
  outline: 1px dashed #777;
  outline-offset: -1px;
  background-color: #fff;
  z-index: 1030;
  cursor: move;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.dt-rowReorder-moving {
  outline: 1px solid #777;
  outline-offset: -1px;
}
.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
/* ------------------------------------------------------------------------------
*
*  # Fixed columns
*
*  Extension that "freezes" in place the left most columns in a scrolling DataTable
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.DTFC_Cloned {
  background-color: #fff;
  border-bottom: 0;
}
.DTFC_LeftWrapper .DTFC_Cloned.table {
  border-right: 1px solid #ddd;
}
.DTFC_RightWrapper .DTFC_Cloned.table {
  border-left: 1px solid #ddd;
}
.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:before,
.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:after {
  content: none;
}
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > td,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > td,
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody > tr:first-child > th,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody > tr:first-child > th {
  border-top: 0;
}
.DTFC_Blocker {
  background-color: white;
}
@media (max-width: 768px) {
  .DTFC_LeftWrapper,
  .DTFC_RightWrapper {
    display: none;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Fixed Header extension
*
*  This extension lets your users quickly determine what each column refers to
*  rather than needing to scroll back to the top of the table.
*
*  Version: 1.0
*  Latest update: Nov 9, 2015
*
* ---------------------------------------------------------------------------- */
.fixedHeader-floating,
.fixedHeader-locked {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.fixedHeader-floating {
  position: fixed;
}
.fixedHeader-floating + .fixedHeader-floating,
.fixedHeader-locked + .fixedHeader-floating {
  border-top: 0!important;
}
@media (max-width: 768px) {
  .fixedHeader-floating {
    display: none;
  }
}
.fixedHeader-locked {
  position: absolute;
}
@media (max-width: 768px) {
  .fixedHeader-locked {
    display: none;
  }
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Autofill extension
*
*  Spreadsheets such as Excel and Google Docs have a very handy data duplication
*  option of an auto fill tool
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  border: 1px solid #2196F3;
  background: #2196F3;
}
.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #2196F3;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.75) 5px, rgba(255, 255, 255, 0.75) 10px);
}
.dt-autofill-select.top,
.dt-autofill-select.bottom {
  height: 1px;
}
.dt-autofill-select.left,
.dt-autofill-select.right {
  width: 1px;
}
.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  z-index: 1050;
  padding: 7px 0;
}
.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dt-autofill-list ul li {
  display: table-row;
}
.dt-autofill-list ul li:hover {
  background-color: #f5f5f5;
}
.dt-autofill-list .dt-autofill-question {
  display: table-cell;
  padding: 7px 15px;
}
.dt-autofill-list .dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
.dt-autofill-list .dt-autofill-button {
  display: table-cell;
  padding: 7px 15px;
  text-align: right;
}
.dt-autofill-list .dt-autofill-button .btn {
  padding: 3px;
  background-color: #2196F3;
  color: #fff;
  font-size: 0;
}
.dt-autofill-list .dt-autofill-button .btn:after {
  content: '\e9c3';
  font-family: 'Icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dt-autofill-list .dt-autofill-button .btn:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1040;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ------------------------------------------------------------------------------
*
*  # Select extension
*
*  Spreadsheets such as Excel and Google Docs have a very handy data duplication
*  option of an auto fill tool
*
*  Version: 1.1
*  Latest update: Dec 9, 2015
*
* ---------------------------------------------------------------------------- */
.dataTable tbody > tr.selected,
.dataTable tbody > tr > .selected {
  background-color: #E8F5E9;
}
.dataTables_wrapper .select-info,
.dataTables_wrapper .select-item {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .dataTables_wrapper .select-info,
  .dataTables_wrapper .select-item {
    margin-left: 0;
    display: block;
  }
}
.dataTable tbody .select-checkbox {
  position: relative;
}
.dataTable tbody .select-checkbox:before,
.dataTable tbody .select-checkbox:after {
  display: inline-block;
  color: #455A64;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.dataTable tbody .select-checkbox:before {
  content: '';
  background-color: #fff;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 2px solid #607D8B;
  border-radius: 2px;
}
.dataTable tbody .selected .select-checkbox:after {
  content: "\e600";
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------------------------------------
*
*  # Buttons extension
*
*  The Buttons extension for DataTables provides a common set of options, API
*  methods and styling to display buttons that will interact with a DataTable
*
*  Version: 1.2
*  Latest update: Jul 5, 2016
*
* ---------------------------------------------------------------------------- */
.dt-buttons-full .dt-buttons {
  text-align: center;
  float: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fcfcfc;
}
.dt-buttons-full .dt-buttons > .btn {
  margin-bottom: 10px;
  float: none;
}
.dt-buttons {
  float: right;
  display: inline-block;
  margin: 0 0 20px 20px;
}
.dt-buttons-left .dt-buttons {
  float: left;
}
.dt-buttons > .dt-button {
  display: inline-block;
}
.dt-buttons > .btn {
  border-radius: 0;
}
.dt-buttons > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.dt-buttons > .btn:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.dt-buttons > .btn + .btn {
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .dt-buttons {
    float: none;
    text-align: center;
    display: block;
  }
  .dt-buttons .btn {
    float: none;
  }
}
.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  z-index: 1050;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.dt-button-info h2 {
  margin-top: 0;
  line-height: 1.5384616;
  font-size: 17px;
}
.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  z-index: 999;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
  z-index: 1000;
  padding: 7px 0;
  overflow: hidden;
  min-width: 180px;
  border-radius: 3px;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  -ms-column-gap: 2px;
  -o-column-gap: 2px;
  column-gap: 2px;
  -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);
}
.dt-button-collection > .dt-button {
  padding: 8px 15px;
  color: #333333;
  display: block;
  outline: 0;
}
.dt-button-collection > .dt-button + .dt-button {
  margin-top: 1px;
}
.dt-button-collection > .dt-button:hover,
.dt-button-collection > .dt-button:focus {
  color: #333333;
  background-color: #f5f5f5;
}
.dt-button-collection > .dt-button.active {
  color: #fff;
  background-color: #2196F3;
}
.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  padding-left: 5px;
  padding-right: 5px;
}
.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.dt-button-collection.two-column {
  width: 300px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
.dt-button-collection.three-column {
  width: 450px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
.dt-button-collection.four-column {
  width: 600px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
/* ------------------------------------------------------------------------------
*
*  # Key Table extension
*
*  KeyTable provides Excel like cell navigation on any table. Events (focus, blur,
*  action etc) can be assigned to individual cells, columns, rows or all cells.
*
*  Version: 1.0
*  Latest update: Nov 10, 2015
*
* ---------------------------------------------------------------------------- */
.dataTable th.focus,
.dataTable td.focus {
  outline: 2px solid #2196F3;
  outline-offset: -1px;
}
.dataTable th.focus-success,
.dataTable td.focus-success {
  background-color: #E8F5E9;
  outline-color: #4CAF50;
}
.dataTable th.focus-info,
.dataTable td.focus-info {
  background-color: #E3F2FD;
  outline-color: #2196F3;
}
.dataTable th.focus-warning,
.dataTable td.focus-warning {
  background-color: #FBE9E7;
  outline-color: #FF5722;
}
.dataTable th.focus-danger,
.dataTable td.focus-danger {
  background-color: #FFEBEE;
  outline-color: #F44336;
}
/* ------------------------------------------------------------------------------
*
*  # Datatables Scroller
*
*  Drawing the rows required for the current display only, for fast operation
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.DTS tbody th,
.DTS tbody td {
  white-space: nowrap;
}
.DTS .DTS_Loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  z-index: 1;
  border: 1px solid #999;
  padding: 20px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.DTS .dataTables_scrollHead,
.DTS .dataTables_scrollFoot {
  background-color: #fff;
}
.DTS .dataTables_scrollBody {
  z-index: 2;
}
/* ------------------------------------------------------------------------------
*
*  # Responsive extension
*
*  Optimise the table's layout for different screen sizes through the dynamic
*  insertion and removal of columns from the table
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.dtr-inline.collapsed tbody tr td:before,
.dtr-inline.collapsed tbody tr th:before {
  margin-right: 10px;
}
.dtr-inline.collapsed tbody tr td:first-child,
.dtr-inline.collapsed tbody tr th:first-child {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before,
.dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before {
  display: none;
}
.dtr-column tbody td.control,
.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
.dtr-inline.collapsed tbody tr td:first-child:before,
.dtr-inline.collapsed tbody tr th:first-child:before,
.dtr-column tbody tr td.control:before,
.dtr-column tbody tr th.control:before {
  content: '\e9c5';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before,
.dataTable.dtr-column tbody tr.parent td.control:before,
.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '\e9c6';
}
.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
.dataTable tr.child:hover {
  background-color: transparent;
}
.dataTable tr.child .dtr-title {
  display: table-cell;
  font-weight: 500;
  padding-right: 40px;
}
.dataTable tr.child .dtr-data {
  display: table-cell;
  padding: 8px 0;
}
.dataTable tr td.child {
  white-space: normal;
  position: relative;
}
.dataTable tr td.child > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dataTable tr td.child > ul > li {
  display: table-row;
}
@media (max-width: 480px) {
  .dataTable tr td.child > ul > li .dropdown,
  .dataTable tr td.child > ul > li .dropup,
  .dataTable tr td.child > ul > li .btn-group {
    position: static;
  }
  .dataTable tr td.child > ul > li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border-width: 1px 0;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # Google maps base
 *
 *  Styles related to Google Maps: containers, sizing etc.
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.map-wrapper {
  width: 100%;
  height: 400px;
}
.sidebar .map-wrapper {
  height: 200px;
  border: 1px solid #ddd;
}
/* ------------------------------------------------------------------------------
 *
 *  # Google Maps overrides
 *
 *  Override Google Maps default styles
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.map-container {
  height: 500px;
}
.gm-style {
  font-size: 13px;
}
.gm-style .gm-style-iw {
  font-size: 13px;
  font-weight: 400;
}
/* ------------------------------------------------------------------------------
 *
 *  # Vector maps
 *
 *  Vector map container, tooltip and zooming
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.vector-map-container {
  height: 500px;
}
.jvectormap-label {
  position: absolute;
  display: none;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  padding: 7px 12px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 2px;
  padding: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
  background-color: #37474F;
  text-align: center;
}
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
  background-color: #455A64;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 40px;
}
/* ------------------------------------------------------------------------------
*
*  # 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;
}
/* ------------------------------------------------------------------------------
*
*  # C3 charts
*
*  Styles for C3.js visualization library
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.c3 svg {
  font-size: 12px;
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #999999;
}
.c3 path.domain {
  shape-rendering: crispEdges;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text {
  font-weight: 500;
}
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
.c3-line {
  stroke-width: 2px;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.c3-circle._expanded_ {
  stroke-width: 1.5px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.c3-chart-arcs-title {
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #333333;
  font-size: 15px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #999999;
}
.c3-chart-arc .c3-gauge-value {
  fill: #333333;
  font-size: 28px;
}
.c3-target.c3-focused {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
}
.c3-region {
  fill: #546E7A;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-background {
  fill: #fff;
  stroke: lightgray;
  stroke-width: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.c3-tooltip th {
  background-color: #333;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #333;
  font-weight: 500;
}
.c3-tooltip td {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
/* ------------------------------------------------------------------------------
*
*  # 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: 8px 15px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  margin-bottom: -3px;
  font-size: 12px;
  z-index: 1070;
}
.d3-tip .d3-tip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.d3-tip.n .d3-tip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #333;
}
.d3-tip.e .d3-tip-arrow {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #333;
}
.d3-tip.w .d3-tip-arrow {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #333;
}
.d3-tip.s .d3-tip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #333;
}
.venntooltip {
  position: absolute;
  text-align: center;
  min-width: 60px;
  white-space: nowrap;
  background-color: #333;
  color: #fff;
  padding: 7px 12px;
  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;
}
/* ------------------------------------------------------------------------------
 *
 *  # Invoice template
 *
 *  General styles for invoice, mainly responsive setup
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
@media (min-width: 769px) {
  .invoice-details,
  .invoice-payment-details > li span {
    float: right;
    text-align: right;
  }
}
.invoice-grid ul,
.invoice-grid ol {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .invoice-grid .text-right {
    text-align: inherit;
  }
  .invoice-grid [class*=col-] + [class*=col-] {
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # User list
 *
 *  Styles for user lists - layouts, contact details etc.
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.contact-details {
  padding: 15px;
  padding-left: 30px;
  background-color: #fcfcfc;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.media-list-bordered .contact-details {
  border-bottom: 0;
}
.panel-body > .media-list .contact-details {
  padding-left: 15px;
  background-color: transparent;
  margin-top: 15px;
}
.panel-body > .media-list-bordered .contact-details {
  padding-bottom: 0;
}
.contact-details > ul,
.contact-details > ul > li:first-child {
  margin: 0;
}
/* ------------------------------------------------------------------------------
 *
 *  # User profile
 *
 *  Styles for all user profile layouts
 *
 *  Version: 1.1
 *  Latest update: Mar 6, 2016
 *
 * ---------------------------------------------------------------------------- */
.profile-cover {
  position: relative;
}
.profile-cover + .navbar {
  margin-bottom: 40px;
}
.profile-cover .media {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.profile-cover .media .btn-default {
  border-color: #fcfcfc;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.profile-cover .media-body,
.profile-cover small {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .profile-cover .media {
    text-align: center;
    margin-top: 0;
    bottom: auto;
    top: 40px;
  }
  .profile-cover .media-left,
  .profile-cover .media-right {
    padding: 0;
    display: block;
    overflow-x: auto;
  }
  .profile-cover .media-body {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .profile-cover .media-body > h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.profile-cover-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media (max-width: 768px) {
  .profile-cover-img {
    height: 320px;
  }
}
.media .profile-thumb img {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* ------------------------------------------------------------------------------
 *
 *  # 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;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # Timeline
 *
 *  Styles for timeline in 3 layouts: left, right and centered
 *
 *  Version: 1.1
 *  Latest update: Dec 11, 2015
 *
 * ---------------------------------------------------------------------------- */
.timeline {
  position: relative;
  height: 100%;
}
.timeline:before,
.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 1;
}
.timeline:after {
  top: auto;
  bottom: 0;
}
.timeline-container {
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
  padding-bottom: 1px;
}
.timeline-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #ccc;
  height: 100%;
  width: 2px;
  z-index: -1;
}
.timeline-row {
  position: relative;
}
.timeline-content {
  margin-bottom: 20px;
}
.timeline-date {
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.timeline-date:before,
.timeline-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-date:after {
  top: auto;
  bottom: 0;
}
.panel .timeline-date {
  background-color: #fff;
}
.timeline-time {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}
.timeline-time:before,
.timeline-time:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.timeline-time:after {
  top: auto;
  bottom: 0;
}
.panel .timeline-time {
  background-color: #fff;
}
.timeline-time span {
  display: block;
  color: #999999;
  font-size: 12px;
}
.timeline-time span:before {
  content: '•';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media (min-width: 1025px) {
  .timeline-time:before,
  .timeline-time:after {
    content: none;
  }
}
.timeline-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border: 4px solid #f5f5f5;
}
.panel .timeline-icon {
  border-color: #fff;
}
.timeline-icon div {
  border-radius: 50%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 2px #ccc inset;
  box-shadow: 0 0 0 2px #ccc inset;
}
.timeline-icon div[class*=bg-] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-icon div > i {
  display: block;
  line-height: 40px;
  top: 0;
}
.timeline-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .timeline-center .timeline-row {
    margin-right: 50%;
    padding-right: 44px;
  }
  .timeline-center .post-even {
    margin-right: 0;
    padding-right: 0;
    margin-left: 50%;
    padding-left: 44px;
  }
  .timeline-center .post-full {
    margin: 0;
    padding: 0;
  }
  .timeline-center .post-full .timeline-content {
    position: relative;
  }
  .timeline-center .post-full .timeline-content:before,
  .timeline-center .post-full .timeline-content:after {
    content: '';
    border-style: solid;
    border-color: #f5f5f5;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }
  .timeline-center .post-full .timeline-content:before {
    border-width: 4px 0 0 0;
    top: -5px;
  }
  .timeline-center .post-full .timeline-content:after {
    border-width: 0 0 4px 0;
    bottom: -5px;
  }
  .timeline-left .timeline-container:after,
  .timeline-left:before,
  .timeline-left:after,
  .timeline-left .timeline-date:before,
  .timeline-left .timeline-date:after {
    left: 24px;
  }
  .timeline-left .timeline-row,
  .timeline-left .timeline-date {
    padding-left: 68px;
  }
  .timeline-right .timeline-container:after,
  .timeline-right:before,
  .timeline-right:after,
  .timeline-right .timeline-date:before,
  .timeline-right .timeline-date:after {
    left: auto;
    right: 24px;
    margin-left: 0;
    margin-right: -2px;
  }
  .timeline-right .timeline-container:after {
    margin-right: -1px;
  }
  .timeline-right .timeline-row,
  .timeline-right .timeline-date {
    padding-right: 68px;
  }
  .timeline-left .timeline-date,
  .timeline-right .timeline-date {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .timeline-icon {
    position: absolute;
    top: 10px;
  }
  .timeline-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 16px;
    background-color: #ccc;
    z-index: 1;
  }
  .timeline-left .timeline-icon {
    left: 0;
  }
  .timeline-left .timeline-icon:after {
    left: 100%;
    margin-left: 4px;
  }
  .timeline-right .timeline-icon {
    right: 0;
  }
  .timeline-right .timeline-icon:after {
    right: 100%;
    margin-right: 4px;
  }
  .timeline-center .timeline-row:not(.post-full) .timeline-icon {
    left: 100%;
    margin-left: -24px;
  }
  .timeline-center .timeline-row.post-even .timeline-icon {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -24px;
  }
  .timeline-center .timeline-icon:after {
    right: 100%;
    margin-right: 4px;
  }
  .timeline-center .post-even .timeline-icon:after {
    left: 100%;
    margin-left: 4px;
  }
  .timeline-center .post-full .timeline-icon {
    position: static;
  }
  .timeline-center .post-full .timeline-icon:after {
    content: none;
  }
  .timeline-time {
    padding: 0;
    text-align: inherit;
    background-color: transparent;
  }
  .timeline-time:before {
    content: none;
  }
  .timeline-left .timeline-time,
  .timeline-right .timeline-time {
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .timeline-right .timeline-time {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
  }
  .timeline-center .timeline-time,
  .timeline-center .post-full .timeline-time {
    position: absolute;
    left: 100%;
    top: 15px;
    width: 100%;
    padding-left: 44px;
  }
  .timeline-center .post-even .timeline-time,
  .timeline-center .post-full .timeline-time {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 44px;
    text-align: right;
  }
  .timeline-center .post-full .timeline-time {
    right: 50%;
    top: 5px;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # 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;
}
/* ------------------------------------------------------------------------------
 *
 *  # Search
 *
 *  Styles for search results and input
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.panel .main-search input[type=text] {
  background-color: #FAFAFA;
}
.search-results-list .list-inline {
  margin-bottom: 5px;
}
.related-searches {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.website-search-results {
  padding: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.media-preview {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 90px;
}
@media (max-width: 768px) {
  .search-option-buttons {
    text-align: center;
  }
  .search-option-buttons > .text-right {
    text-align: inherit;
  }
}
/* ------------------------------------------------------------------------------
 *
 *  # 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: 36px;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .heading-elements:not(.not-collapsible) {
    position: static;
    margin-top: 0;
    height: auto;
  }
}
.panel-body > .heading-elements {
  top: 0;
  margin-top: 14px;
  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-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: 36px;
  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: 4px;
}
.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 .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-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) .uploader,
.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: -8px;
}
.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: 15px;
}
.heading-elements:not(.visible-elements) .ui-slider-lg,
.heading-elements:not(.visible-elements) .noui-slider-lg {
  margin-top: 14px;
}
.heading-elements:not(.visible-elements) .ui-slider-sm,
.heading-elements:not(.visible-elements) .noui-slider-sm {
  margin-top: 16px;
}
.heading-elements:not(.visible-elements) .ui-slider-xs,
.heading-elements:not(.visible-elements) .noui-slider-xs {
  margin-top: 17px;
}
.heading-elements:not(.visible-elements) .progress {
  margin-top: 9px;
}
.heading-elements:not(.visible-elements) .progress-lg {
  margin-top: 7px;
}
.heading-elements:not(.visible-elements) .progress-sm {
  margin-top: 11px;
}
.heading-elements:not(.visible-elements) .progress-xs {
  margin-top: 13px;
}
.heading-elements:not(.visible-elements) .progress-xxs {
  margin-top: 15px;
}
.heading-elements:not(.visible-elements) .progress-micro {
  margin-top: 17px;
}
.heading-elements:not(.visible-elements) .icons-list {
  margin-top: 10px;
}
.heading-elements:not(.visible-elements) .heading-text {
  margin-top: 8px;
}
.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: 13px;
    margin-bottom: 13px;
  }
}
.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: 8px;
}
.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;
    border-bottom: 1px solid #ddd;
  }
  .panel-footer .visible-elements {
    margin-top: 7px;
    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: 12px;
    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: #f5f5f5;
    left: 0;
    right: 0;
    border-top: 1px solid #dcdcdc;
    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.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.no-edge-top {
  top: 0;
}
.no-edge-bottom {
  bottom: 0;
}
.no-edge-left {
  left: 0;
}
.no-edge-right {
  right: 0;
}
@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;
}
.mt-30 {
  margin-top: 30px!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;
}
.mb-30 {
  margin-bottom: 30px!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;
}
.ml-30 {
  margin-left: 30px!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;
}
.mr-30 {
  margin-right: 30px!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;
}
.pt-30 {
  padding-top: 30px!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;
}
.pb-30 {
  padding-bottom: 30px!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;
}
.pl-30 {
  padding-left: 30px!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;
}
.pr-30 {
  padding-right: 30px!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-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;
}
.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-sm {
  width: 36px!important;
  height: 36px!important;
}
.img-xs {
  width: 32px!important;
  height: 32px!important;
}
/* ------------------------------------------------------------------------------
*
*  # 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;
}
/* ------------------------------------------------------------------------------
*
*  # Mail list
*
*  Inbox page - list, read and write
*
*  Version: 1.0
*  Latest update: Dev 5, 2016
*
* ---------------------------------------------------------------------------- */
.table-inbox {
  table-layout: fixed;
}
.table-inbox tr td {
  /*cursor: pointer;*/
  background-color: #fafafa;
}
.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: 52px;
}
.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: normal;
  color: #999999;
}
.table-inbox .table-inbox-time {
  text-align: right;
  width: 80px;
  padding-right: 10px;
}
.table-inbox .table-inbox-time a {
  color: black;
}
@media (min-width: 768px) {
  .table-inbox .table-inbox-name-message {
    display: none;
  }
}
@media (max-width: 768px) {
  .table-inbox .table-inbox-name {
    white-space: normal;
  }
  .table-inbox .table-inbox-subject {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-inbox .table-inbox-name-message {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-inbox .table-inbox-star,
  .table-inbox .table-inbox-attachment,
  .table-inbox .table-inbox-image,
  .table-inbox .table-inbox-name,
  .table-inbox .table-inbox-message {
    display: none;
  }
}
#inbox-toolbar-toggle-single {
  margin-bottom: 5px;
}
.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-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;
}
/* ------------------------------------------------------------------------------
 *
 *  # Color system
 *
 *  Keep all color classes in a separate file as it's quite heavy and still optional
 *
 *  Version: 1.1
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global less file
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.0
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Custom color system
*
*  Custom color system styles, includes background, border and text colors
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.bg-primary {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #fff;
}
.bg-primary-300 {
  background-color: #64B5F6;
  border-color: #64B5F6;
  color: #fff;
}
.bg-primary-400 {
  background-color: #42A5F5;
  border-color: #42A5F5;
  color: #fff;
}
.bg-primary-600 {
  background-color: #1E88E5;
  border-color: #1E88E5;
  color: #fff;
}
.bg-primary-700 {
  background-color: #1976D2;
  border-color: #1976D2;
  color: #fff;
}
.bg-primary-800 {
  background-color: #1565C0;
  border-color: #1565C0;
  color: #fff;
}
.bg-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.bg-danger-300 {
  background-color: #E57373;
  border-color: #E57373;
  color: #fff;
}
.bg-danger-400 {
  background-color: #EF5350;
  border-color: #EF5350;
  color: #fff;
}
.bg-danger-600 {
  background-color: #E53935;
  border-color: #E53935;
  color: #fff;
}
.bg-danger-700 {
  background-color: #D32F2F;
  border-color: #D32F2F;
  color: #fff;
}
.bg-danger-800 {
  background-color: #C62828;
  border-color: #C62828;
  color: #fff;
}
.bg-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
.bg-success-300 {
  background-color: #81C784;
  border-color: #81C784;
  color: #fff;
}
.bg-success-400 {
  background-color: #66BB6A;
  border-color: #66BB6A;
  color: #fff;
}
.bg-success-600 {
  background-color: #43A047;
  border-color: #43A047;
  color: #fff;
}
.bg-success-700 {
  background-color: #388E3C;
  border-color: #388E3C;
  color: #fff;
}
.bg-success-800 {
  background-color: #2E7D32;
  border-color: #2E7D32;
  color: #fff;
}
.bg-warning {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #fff;
}
.bg-warning-300 {
  background-color: #FF8A65;
  border-color: #FF8A65;
  color: #fff;
}
.bg-warning-400 {
  background-color: #FF7043;
  border-color: #FF7043;
  color: #fff;
}
.bg-warning-600 {
  background-color: #F4511E;
  border-color: #F4511E;
  color: #fff;
}
.bg-warning-700 {
  background-color: #E64A19;
  border-color: #E64A19;
  color: #fff;
}
.bg-warning-800 {
  background-color: #D84315;
  border-color: #D84315;
  color: #fff;
}
.bg-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
  color: #fff;
}
.bg-info-300 {
  background-color: #4DD0E1;
  border-color: #4DD0E1;
  color: #fff;
}
.bg-info-400 {
  background-color: #26C6DA;
  border-color: #26C6DA;
  color: #fff;
}
.bg-info-600 {
  background-color: #00ACC1;
  border-color: #00ACC1;
  color: #fff;
}
.bg-info-700 {
  background-color: #0097A7;
  border-color: #0097A7;
  color: #fff;
}
.bg-info-800 {
  background-color: #00838F;
  border-color: #00838F;
  color: #fff;
}
.bg-pink {
  background-color: #E91E63;
  border-color: #E91E63;
  color: #fff;
}
.bg-pink-300 {
  background-color: #F06292;
  border-color: #F06292;
  color: #fff;
}
.bg-pink-400 {
  background-color: #EC407A;
  border-color: #EC407A;
  color: #fff;
}
.bg-pink-600 {
  background-color: #D81B60;
  border-color: #D81B60;
  color: #fff;
}
.bg-pink-700 {
  background-color: #C2185B;
  border-color: #C2185B;
  color: #fff;
}
.bg-pink-800 {
  background-color: #AD1457;
  border-color: #AD1457;
  color: #fff;
}
.bg-violet {
  background-color: #9C27B0;
  border-color: #9C27B0;
  color: #fff;
}
.bg-violet-300 {
  background-color: #BA68C8;
  border-color: #BA68C8;
  color: #fff;
}
.bg-violet-400 {
  background-color: #AB47BC;
  border-color: #AB47BC;
  color: #fff;
}
.bg-violet-600 {
  background-color: #8E24AA;
  border-color: #8E24AA;
  color: #fff;
}
.bg-violet-700 {
  background-color: #7B1FA2;
  border-color: #7B1FA2;
  color: #fff;
}
.bg-violet-800 {
  background-color: #6A1B9A;
  border-color: #6A1B9A;
  color: #fff;
}
.bg-purple {
  background-color: #673AB7;
  border-color: #673AB7;
  color: #fff;
}
.bg-purple-300 {
  background-color: #9575CD;
  border-color: #9575CD;
  color: #fff;
}
.bg-purple-400 {
  background-color: #7E57C2;
  border-color: #7E57C2;
  color: #fff;
}
.bg-purple-600 {
  background-color: #5E35B1;
  border-color: #5E35B1;
  color: #fff;
}
.bg-purple-700 {
  background-color: #512DA8;
  border-color: #512DA8;
  color: #fff;
}
.bg-purple-800 {
  background-color: #4527A0;
  border-color: #4527A0;
  color: #fff;
}
.bg-indigo {
  background-color: #3F51B5;
  border-color: #3F51B5;
  color: #fff;
}
.bg-indigo-300 {
  background-color: #7986CB;
  border-color: #7986CB;
  color: #fff;
}
.bg-indigo-400 {
  background-color: #5C6BC0;
  border-color: #5C6BC0;
  color: #fff;
}
.bg-indigo-600 {
  background-color: #3949AB;
  border-color: #3949AB;
  color: #fff;
}
.bg-indigo-700 {
  background-color: #303F9F;
  border-color: #303F9F;
  color: #fff;
}
.bg-indigo-800 {
  background-color: #283593;
  border-color: #283593;
  color: #fff;
}
.bg-blue {
  background-color: #03A9F4;
  border-color: #03A9F4;
  color: #fff;
}
.bg-blue-300 {
  background-color: #4FC3F7;
  border-color: #4FC3F7;
  color: #fff;
}
.bg-blue-400 {
  background-color: #29B6F6;
  border-color: #29B6F6;
  color: #fff;
}
.bg-blue-600 {
  background-color: #039BE5;
  border-color: #039BE5;
  color: #fff;
}
.bg-blue-700 {
  background-color: #0288D1;
  border-color: #0288D1;
  color: #fff;
}
.bg-blue-800 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #fff;
}
.bg-teal {
  background-color: #009688;
  border-color: #009688;
  color: #fff;
}
.bg-teal-300 {
  background-color: #4DB6AC;
  border-color: #4DB6AC;
  color: #fff;
}
.bg-teal-400 {
  background-color: #26A69A;
  border-color: #26A69A;
  color: #fff;
}
.bg-teal-600 {
  background-color: #00897B;
  border-color: #00897B;
  color: #fff;
}
.bg-teal-700 {
  background-color: #00796B;
  border-color: #00796B;
  color: #fff;
}
.bg-teal-800 {
  background-color: #00695C;
  border-color: #00695C;
  color: #fff;
}
.bg-green {
  background-color: #8BC34A;
  border-color: #8BC34A;
  color: #fff;
}
.bg-green-300 {
  background-color: #AED581;
  border-color: #AED581;
  color: #fff;
}
.bg-green-400 {
  background-color: #9CCC65;
  border-color: #9CCC65;
  color: #fff;
}
.bg-green-600 {
  background-color: #7CB342;
  border-color: #7CB342;
  color: #fff;
}
.bg-green-700 {
  background-color: #689F38;
  border-color: #689F38;
  color: #fff;
}
.bg-green-800 {
  background-color: #558B2F;
  border-color: #558B2F;
  color: #fff;
}
.bg-orange {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #fff;
}
.bg-orange-300 {
  background-color: #FFB74D;
  border-color: #FFB74D;
  color: #fff;
}
.bg-orange-400 {
  background-color: #FFA726;
  border-color: #FFA726;
  color: #fff;
}
.bg-orange-600 {
  background-color: #FB8C00;
  border-color: #FB8C00;
  color: #fff;
}
.bg-orange-700 {
  background-color: #F57C00;
  border-color: #F57C00;
  color: #fff;
}
.bg-orange-800 {
  background-color: #EF6C00;
  border-color: #EF6C00;
  color: #fff;
}
.bg-brown {
  background-color: #795548;
  border-color: #795548;
  color: #fff;
}
.bg-brown-300 {
  background-color: #A1887F;
  border-color: #A1887F;
  color: #fff;
}
.bg-brown-400 {
  background-color: #8D6E63;
  border-color: #8D6E63;
  color: #fff;
}
.bg-brown-600 {
  background-color: #6D4C41;
  border-color: #6D4C41;
  color: #fff;
}
.bg-brown-700 {
  background-color: #5D4037;
  border-color: #5D4037;
  color: #fff;
}
.bg-brown-800 {
  background-color: #4E342E;
  border-color: #4E342E;
  color: #fff;
}
.bg-grey {
  background-color: #777;
  border-color: #777;
  color: #fff;
}
.bg-grey-300 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.bg-grey-400 {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
.bg-grey-600 {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.bg-grey-700 {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
.bg-grey-800 {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.bg-slate {
  background-color: #607D8B;
  border-color: #607D8B;
  color: #fff;
}
.bg-slate-300 {
  background-color: #90A4AE;
  border-color: #90A4AE;
  color: #fff;
}
.bg-slate-400 {
  background-color: #78909C;
  border-color: #78909C;
  color: #fff;
}
.bg-slate-600 {
  background-color: #546E7A;
  border-color: #546E7A;
  color: #fff;
}
.bg-slate-700 {
  background-color: #455A64;
  border-color: #455A64;
  color: #fff;
}
.bg-slate-800 {
  background-color: #37474F;
  border-color: #37474F;
  color: #fff;
}
.bg-white {
  background-color: #fff;
  color: #333333;
}
.alpha-primary {
  background-color: #E3F2FD;
  border-color: #1E88E5;
}
.alpha-danger {
  background-color: #FFEBEE;
  border-color: #E53935;
}
.alpha-success {
  background-color: #E8F5E9;
  border-color: #43A047;
}
.alpha-warning {
  background-color: #FBE9E7;
  border-color: #F4511E;
}
.alpha-info {
  background-color: #E0F7FA;
  border-color: #00ACC1;
}
.alpha-pink {
  background-color: #FCE4EC;
  border-color: #D81B60;
}
.alpha-violet {
  background-color: #F3E5F5;
  border-color: #8E24AA;
}
.alpha-purple {
  background-color: #EDE7F6;
  border-color: #5E35B1;
}
.alpha-indigo {
  background-color: #E8EAF6;
  border-color: #3949AB;
}
.alpha-blue {
  background-color: #E1F5FE;
  border-color: #039BE5;
}
.alpha-teal {
  background-color: #E0F2F1;
  border-color: #00897B;
}
.alpha-green {
  background-color: #F1F8E9;
  border-color: #7CB342;
}
.alpha-orange {
  background-color: #FFF3E0;
  border-color: #FB8C00;
}
.alpha-brown {
  background-color: #EFEBE9;
  border-color: #6D4C41;
}
.alpha-grey {
  background-color: #FAFAFA;
  border-color: #666;
}
.alpha-slate {
  background-color: #ECEFF1;
  border-color: #546E7A;
}
.border-primary {
  border-color: #2196F3;
}
.border-primary-300 {
  border-color: #64B5F6;
}
.border-primary-400 {
  border-color: #42A5F5;
}
.border-primary-600 {
  border-color: #1E88E5;
}
.border-primary-700 {
  border-color: #1976D2;
}
.border-primary-800 {
  border-color: #1565C0;
}
.border-danger {
  border-color: #F44336;
}
.border-danger-300 {
  border-color: #E57373;
}
.border-danger-400 {
  border-color: #EF5350;
}
.border-danger-600 {
  border-color: #E53935;
}
.border-danger-700 {
  border-color: #D32F2F;
}
.border-danger-800 {
  border-color: #C62828;
}
.border-success {
  border-color: #4CAF50;
}
.border-success-300 {
  border-color: #81C784;
}
.border-success-400 {
  border-color: #66BB6A;
}
.border-success-600 {
  border-color: #43A047;
}
.border-success-700 {
  border-color: #388E3C;
}
.border-success-800 {
  border-color: #2E7D32;
}
.border-warning {
  border-color: #FF5722;
}
.border-warning-300 {
  border-color: #FF8A65;
}
.border-warning-400 {
  border-color: #FF7043;
}
.border-warning-600 {
  border-color: #F4511E;
}
.border-warning-700 {
  border-color: #E64A19;
}
.border-warning-800 {
  border-color: #D84315;
}
.border-info {
  border-color: #00BCD4;
}
.border-info-300 {
  border-color: #4DD0E1;
}
.border-info-400 {
  border-color: #26C6DA;
}
.border-info-600 {
  border-color: #00ACC1;
}
.border-info-700 {
  border-color: #0097A7;
}
.border-info-800 {
  border-color: #00838F;
}
.border-pink {
  border-color: #E91E63;
}
.border-pink-300 {
  border-color: #F06292;
}
.border-pink-400 {
  border-color: #EC407A;
}
.border-pink-600 {
  border-color: #D81B60;
}
.border-pink-700 {
  border-color: #C2185B;
}
.border-pink-800 {
  border-color: #AD1457;
}
.border-violet {
  border-color: #9C27B0;
}
.border-violet-300 {
  border-color: #BA68C8;
}
.border-violet-400 {
  border-color: #AB47BC;
}
.border-violet-600 {
  border-color: #8E24AA;
}
.border-violet-700 {
  border-color: #7B1FA2;
}
.border-violet-800 {
  border-color: #6A1B9A;
}
.border-purple {
  border-color: #673AB7;
}
.border-purple-300 {
  border-color: #9575CD;
}
.border-purple-400 {
  border-color: #7E57C2;
}
.border-purple-600 {
  border-color: #5E35B1;
}
.border-purple-700 {
  border-color: #512DA8;
}
.border-purple-800 {
  border-color: #4527A0;
}
.border-indigo {
  border-color: #3F51B5;
}
.border-indigo-300 {
  border-color: #7986CB;
}
.border-indigo-400 {
  border-color: #5C6BC0;
}
.border-indigo-600 {
  border-color: #3949AB;
}
.border-indigo-700 {
  border-color: #303F9F;
}
.border-indigo-800 {
  border-color: #283593;
}
.border-blue {
  border-color: #03A9F4;
}
.border-blue-300 {
  border-color: #4FC3F7;
}
.border-blue-400 {
  border-color: #29B6F6;
}
.border-blue-600 {
  border-color: #039BE5;
}
.border-blue-700 {
  border-color: #0288D1;
}
.border-blue-800 {
  border-color: #0277BD;
}
.border-teal {
  border-color: #009688;
}
.border-teal-300 {
  border-color: #4DB6AC;
}
.border-teal-400 {
  border-color: #26A69A;
}
.border-teal-600 {
  border-color: #00897B;
}
.border-teal-700 {
  border-color: #00796B;
}
.border-teal-800 {
  border-color: #00695C;
}
.border-green {
  border-color: #8BC34A;
}
.border-green-300 {
  border-color: #AED581;
}
.border-green-400 {
  border-color: #9CCC65;
}
.border-green-600 {
  border-color: #7CB342;
}
.border-green-700 {
  border-color: #689F38;
}
.border-green-800 {
  border-color: #558B2F;
}
.border-orange {
  border-color: #FF9800;
}
.border-orange-300 {
  border-color: #FFB74D;
}
.border-orange-400 {
  border-color: #FFA726;
}
.border-orange-600 {
  border-color: #FB8C00;
}
.border-orange-700 {
  border-color: #F57C00;
}
.border-orange-800 {
  border-color: #EF6C00;
}
.border-brown {
  border-color: #795548;
}
.border-brown-300 {
  border-color: #A1887F;
}
.border-brown-400 {
  border-color: #8D6E63;
}
.border-brown-600 {
  border-color: #6D4C41;
}
.border-brown-700 {
  border-color: #5D4037;
}
.border-brown-800 {
  border-color: #4E342E;
}
.border-grey {
  border-color: #777;
}
.border-grey-300 {
  border-color: #999;
}
.border-grey-400 {
  border-color: #888;
}
.border-grey-600 {
  border-color: #666;
}
.border-grey-700 {
  border-color: #555;
}
.border-grey-800 {
  border-color: #444;
}
.border-slate {
  border-color: #607D8B;
}
.border-slate-300 {
  border-color: #90A4AE;
}
.border-slate-400 {
  border-color: #78909C;
}
.border-slate-600 {
  border-color: #546E7A;
}
.border-slate-700 {
  border-color: #455A64;
}
.border-slate-800 {
  border-color: #37474F;
}
.border-white {
  border-color: #fff;
}
.border-default {
  border-color: #ddd;
}
.border-top-primary {
  border-top-color: #2196F3;
}
.border-top-primary-300 {
  border-top-color: #64B5F6;
}
.border-top-primary-400 {
  border-top-color: #42A5F5;
}
.border-top-primary-600 {
  border-top-color: #1E88E5;
}
.border-top-primary-700 {
  border-top-color: #1976D2;
}
.border-top-primary-800 {
  border-top-color: #1565C0;
}
.border-top-danger {
  border-top-color: #F44336;
}
.border-top-danger-300 {
  border-top-color: #E57373;
}
.border-top-danger-400 {
  border-top-color: #EF5350;
}
.border-top-danger-600 {
  border-top-color: #E53935;
}
.border-top-danger-700 {
  border-top-color: #D32F2F;
}
.border-top-danger-800 {
  border-top-color: #C62828;
}
.border-top-success {
  border-top-color: #4CAF50;
}
.border-top-success-300 {
  border-top-color: #81C784;
}
.border-top-success-400 {
  border-top-color: #66BB6A;
}
.border-top-success-600 {
  border-top-color: #43A047;
}
.border-top-success-700 {
  border-top-color: #388E3C;
}
.border-top-success-800 {
  border-top-color: #2E7D32;
}
.border-top-warning {
  border-top-color: #FF5722;
}
.border-top-warning-300 {
  border-top-color: #FF8A65;
}
.border-top-warning-400 {
  border-top-color: #FF7043;
}
.border-top-warning-600 {
  border-top-color: #F4511E;
}
.border-top-warning-700 {
  border-top-color: #E64A19;
}
.border-top-warning-800 {
  border-top-color: #D84315;
}
.border-top-info {
  border-top-color: #00BCD4;
}
.border-top-info-300 {
  border-top-color: #4DD0E1;
}
.border-top-info-400 {
  border-top-color: #26C6DA;
}
.border-top-info-600 {
  border-top-color: #00ACC1;
}
.border-top-info-700 {
  border-top-color: #0097A7;
}
.border-top-info-800 {
  border-top-color: #00838F;
}
.border-top-pink {
  border-top-color: #E91E63;
}
.border-top-pink-300 {
  border-top-color: #F06292;
}
.border-top-pink-400 {
  border-top-color: #EC407A;
}
.border-top-pink-600 {
  border-top-color: #D81B60;
}
.border-top-pink-700 {
  border-top-color: #C2185B;
}
.border-top-pink-800 {
  border-top-color: #AD1457;
}
.border-top-violet {
  border-top-color: #9C27B0;
}
.border-top-violet-300 {
  border-top-color: #BA68C8;
}
.border-top-violet-400 {
  border-top-color: #AB47BC;
}
.border-top-violet-600 {
  border-top-color: #8E24AA;
}
.border-top-violet-700 {
  border-top-color: #7B1FA2;
}
.border-top-violet-800 {
  border-top-color: #6A1B9A;
}
.border-top-purple {
  border-top-color: #673AB7;
}
.border-top-purple-300 {
  border-top-color: #9575CD;
}
.border-top-purple-400 {
  border-top-color: #7E57C2;
}
.border-top-purple-600 {
  border-top-color: #5E35B1;
}
.border-top-purple-700 {
  border-top-color: #512DA8;
}
.border-top-purple-800 {
  border-top-color: #4527A0;
}
.border-top-indigo {
  border-top-color: #3F51B5;
}
.border-top-indigo-300 {
  border-top-color: #7986CB;
}
.border-top-indigo-400 {
  border-top-color: #5C6BC0;
}
.border-top-indigo-600 {
  border-top-color: #3949AB;
}
.border-top-indigo-700 {
  border-top-color: #303F9F;
}
.border-top-indigo-800 {
  border-top-color: #283593;
}
.border-top-blue {
  border-top-color: #03A9F4;
}
.border-top-blue-300 {
  border-top-color: #4FC3F7;
}
.border-top-blue-400 {
  border-top-color: #29B6F6;
}
.border-top-blue-600 {
  border-top-color: #039BE5;
}
.border-top-blue-700 {
  border-top-color: #0288D1;
}
.border-top-blue-800 {
  border-top-color: #0277BD;
}
.border-top-teal {
  border-top-color: #009688;
}
.border-top-teal-300 {
  border-top-color: #4DB6AC;
}
.border-top-teal-400 {
  border-top-color: #26A69A;
}
.border-top-teal-600 {
  border-top-color: #00897B;
}
.border-top-teal-700 {
  border-top-color: #00796B;
}
.border-top-teal-800 {
  border-top-color: #00695C;
}
.border-top-green {
  border-top-color: #8BC34A;
}
.border-top-green-300 {
  border-top-color: #AED581;
}
.border-top-green-400 {
  border-top-color: #9CCC65;
}
.border-top-green-600 {
  border-top-color: #7CB342;
}
.border-top-green-700 {
  border-top-color: #689F38;
}
.border-top-green-800 {
  border-top-color: #558B2F;
}
.border-top-orange {
  border-top-color: #FF9800;
}
.border-top-orange-300 {
  border-top-color: #FFB74D;
}
.border-top-orange-400 {
  border-top-color: #FFA726;
}
.border-top-orange-600 {
  border-top-color: #FB8C00;
}
.border-top-orange-700 {
  border-top-color: #F57C00;
}
.border-top-orange-800 {
  border-top-color: #EF6C00;
}
.border-top-brown {
  border-top-color: #795548;
}
.border-top-brown-300 {
  border-top-color: #A1887F;
}
.border-top-brown-400 {
  border-top-color: #8D6E63;
}
.border-top-brown-600 {
  border-top-color: #6D4C41;
}
.border-top-brown-700 {
  border-top-color: #5D4037;
}
.border-top-brown-800 {
  border-top-color: #4E342E;
}
.border-top-grey {
  border-top-color: #777;
}
.border-top-grey-300 {
  border-top-color: #999;
}
.border-top-grey-400 {
  border-top-color: #888;
}
.border-top-grey-600 {
  border-top-color: #666;
}
.border-top-grey-700 {
  border-top-color: #555;
}
.border-top-grey-800 {
  border-top-color: #444;
}
.border-top-slate {
  border-top-color: #607D8B;
}
.border-top-slate-300 {
  border-top-color: #90A4AE;
}
.border-top-slate-400 {
  border-top-color: #78909C;
}
.border-top-slate-600 {
  border-top-color: #546E7A;
}
.border-top-slate-700 {
  border-top-color: #455A64;
}
.border-top-slate-800 {
  border-top-color: #37474F;
}
.border-top-white {
  border-top-color: #fff;
}
.border-bottom-primary {
  border-bottom-color: #2196F3;
}
.border-bottom-primary-300 {
  border-bottom-color: #64B5F6;
}
.border-bottom-primary-400 {
  border-bottom-color: #42A5F5;
}
.border-bottom-primary-600 {
  border-bottom-color: #1E88E5;
}
.border-bottom-primary-700 {
  border-bottom-color: #1976D2;
}
.border-bottom-primary-800 {
  border-bottom-color: #1565C0;
}
.border-bottom-danger {
  border-bottom-color: #F44336;
}
.border-bottom-danger-300 {
  border-bottom-color: #E57373;
}
.border-bottom-danger-400 {
  border-bottom-color: #EF5350;
}
.border-bottom-danger-600 {
  border-bottom-color: #E53935;
}
.border-bottom-danger-700 {
  border-bottom-color: #D32F2F;
}
.border-bottom-danger-800 {
  border-bottom-color: #C62828;
}
.border-bottom-success {
  border-bottom-color: #4CAF50;
}
.border-bottom-success-300 {
  border-bottom-color: #81C784;
}
.border-bottom-success-400 {
  border-bottom-color: #66BB6A;
}
.border-bottom-success-600 {
  border-bottom-color: #43A047;
}
.border-bottom-success-700 {
  border-bottom-color: #388E3C;
}
.border-bottom-success-800 {
  border-bottom-color: #2E7D32;
}
.border-bottom-warning {
  border-bottom-color: #FF5722;
}
.border-bottom-warning-300 {
  border-bottom-color: #FF8A65;
}
.border-bottom-warning-400 {
  border-bottom-color: #FF7043;
}
.border-bottom-warning-600 {
  border-bottom-color: #F4511E;
}
.border-bottom-warning-700 {
  border-bottom-color: #E64A19;
}
.border-bottom-warning-800 {
  border-bottom-color: #D84315;
}
.border-bottom-info {
  border-bottom-color: #00BCD4;
}
.border-bottom-info-300 {
  border-bottom-color: #4DD0E1;
}
.border-bottom-info-400 {
  border-bottom-color: #26C6DA;
}
.border-bottom-info-600 {
  border-bottom-color: #00ACC1;
}
.border-bottom-info-700 {
  border-bottom-color: #0097A7;
}
.border-bottom-info-800 {
  border-bottom-color: #00838F;
}
.border-bottom-pink {
  border-bottom-color: #E91E63;
}
.border-bottom-pink-300 {
  border-bottom-color: #F06292;
}
.border-bottom-pink-400 {
  border-bottom-color: #EC407A;
}
.border-bottom-pink-600 {
  border-bottom-color: #D81B60;
}
.border-bottom-pink-700 {
  border-bottom-color: #C2185B;
}
.border-bottom-pink-800 {
  border-bottom-color: #AD1457;
}
.border-bottom-violet {
  border-bottom-color: #9C27B0;
}
.border-bottom-violet-300 {
  border-bottom-color: #BA68C8;
}
.border-bottom-violet-400 {
  border-bottom-color: #AB47BC;
}
.border-bottom-violet-600 {
  border-bottom-color: #8E24AA;
}
.border-bottom-violet-700 {
  border-bottom-color: #7B1FA2;
}
.border-bottom-violet-800 {
  border-bottom-color: #6A1B9A;
}
.border-bottom-purple {
  border-bottom-color: #673AB7;
}
.border-bottom-purple-300 {
  border-bottom-color: #9575CD;
}
.border-bottom-purple-400 {
  border-bottom-color: #7E57C2;
}
.border-bottom-purple-600 {
  border-bottom-color: #5E35B1;
}
.border-bottom-purple-700 {
  border-bottom-color: #512DA8;
}
.border-bottom-purple-800 {
  border-bottom-color: #4527A0;
}
.border-bottom-indigo {
  border-bottom-color: #3F51B5;
}
.border-bottom-indigo-300 {
  border-bottom-color: #7986CB;
}
.border-bottom-indigo-400 {
  border-bottom-color: #5C6BC0;
}
.border-bottom-indigo-600 {
  border-bottom-color: #3949AB;
}
.border-bottom-indigo-700 {
  border-bottom-color: #303F9F;
}
.border-bottom-indigo-800 {
  border-bottom-color: #283593;
}
.border-bottom-blue {
  border-bottom-color: #03A9F4;
}
.border-bottom-blue-300 {
  border-bottom-color: #4FC3F7;
}
.border-bottom-blue-400 {
  border-bottom-color: #29B6F6;
}
.border-bottom-blue-600 {
  border-bottom-color: #039BE5;
}
.border-bottom-blue-700 {
  border-bottom-color: #0288D1;
}
.border-bottom-blue-800 {
  border-bottom-color: #0277BD;
}
.border-bottom-teal {
  border-bottom-color: #009688;
}
.border-bottom-teal-300 {
  border-bottom-color: #4DB6AC;
}
.border-bottom-teal-400 {
  border-bottom-color: #26A69A;
}
.border-bottom-teal-600 {
  border-bottom-color: #00897B;
}
.border-bottom-teal-700 {
  border-bottom-color: #00796B;
}
.border-bottom-teal-800 {
  border-bottom-color: #00695C;
}
.border-bottom-green {
  border-bottom-color: #8BC34A;
}
.border-bottom-green-300 {
  border-bottom-color: #AED581;
}
.border-bottom-green-400 {
  border-bottom-color: #9CCC65;
}
.border-bottom-green-600 {
  border-bottom-color: #7CB342;
}
.border-bottom-green-700 {
  border-bottom-color: #689F38;
}
.border-bottom-green-800 {
  border-bottom-color: #558B2F;
}
.border-bottom-orange {
  border-bottom-color: #FF9800;
}
.border-bottom-orange-300 {
  border-bottom-color: #FFB74D;
}
.border-bottom-orange-400 {
  border-bottom-color: #FFA726;
}
.border-bottom-orange-600 {
  border-bottom-color: #FB8C00;
}
.border-bottom-orange-700 {
  border-bottom-color: #F57C00;
}
.border-bottom-orange-800 {
  border-bottom-color: #EF6C00;
}
.border-bottom-brown {
  border-bottom-color: #795548;
}
.border-bottom-brown-300 {
  border-bottom-color: #A1887F;
}
.border-bottom-brown-400 {
  border-bottom-color: #8D6E63;
}
.border-bottom-brown-600 {
  border-bottom-color: #6D4C41;
}
.border-bottom-brown-700 {
  border-bottom-color: #5D4037;
}
.border-bottom-brown-800 {
  border-bottom-color: #4E342E;
}
.border-bottom-grey {
  border-bottom-color: #777;
}
.border-bottom-grey-300 {
  border-bottom-color: #999;
}
.border-bottom-grey-400 {
  border-bottom-color: #888;
}
.border-bottom-grey-600 {
  border-bottom-color: #666;
}
.border-bottom-grey-700 {
  border-bottom-color: #555;
}
.border-bottom-grey-800 {
  border-bottom-color: #444;
}
.border-bottom-slate {
  border-bottom-color: #607D8B;
}
.border-bottom-slate-300 {
  border-bottom-color: #90A4AE;
}
.border-bottom-slate-400 {
  border-bottom-color: #78909C;
}
.border-bottom-slate-600 {
  border-bottom-color: #546E7A;
}
.border-bottom-slate-700 {
  border-bottom-color: #455A64;
}
.border-bottom-slate-800 {
  border-bottom-color: #37474F;
}
.border-bottom-white {
  border-bottom-color: #fff;
}
.border-left-primary {
  border-left-color: #2196F3;
}
.border-left-primary-300 {
  border-left-color: #64B5F6;
}
.border-left-primary-400 {
  border-left-color: #42A5F5;
}
.border-left-primary-600 {
  border-left-color: #1E88E5;
}
.border-left-primary-700 {
  border-left-color: #1976D2;
}
.border-left-primary-800 {
  border-left-color: #1565C0;
}
.border-left-danger {
  border-left-color: #F44336;
}
.border-left-danger-300 {
  border-left-color: #E57373;
}
.border-left-danger-400 {
  border-left-color: #EF5350;
}
.border-left-danger-600 {
  border-left-color: #E53935;
}
.border-left-danger-700 {
  border-left-color: #D32F2F;
}
.border-left-danger-800 {
  border-left-color: #C62828;
}
.border-left-success {
  border-left-color: #4CAF50;
}
.border-left-success-300 {
  border-left-color: #81C784;
}
.border-left-success-400 {
  border-left-color: #66BB6A;
}
.border-left-success-600 {
  border-left-color: #43A047;
}
.border-left-success-700 {
  border-left-color: #388E3C;
}
.border-left-success-800 {
  border-left-color: #2E7D32;
}
.border-left-warning {
  border-left-color: #FF5722;
}
.border-left-warning-300 {
  border-left-color: #FF8A65;
}
.border-left-warning-400 {
  border-left-color: #FF7043;
}
.border-left-warning-600 {
  border-left-color: #F4511E;
}
.border-left-warning-700 {
  border-left-color: #E64A19;
}
.border-left-warning-800 {
  border-left-color: #D84315;
}
.border-left-info {
  border-left-color: #00BCD4;
}
.border-left-info-300 {
  border-left-color: #4DD0E1;
}
.border-left-info-400 {
  border-left-color: #26C6DA;
}
.border-left-info-600 {
  border-left-color: #00ACC1;
}
.border-left-info-700 {
  border-left-color: #0097A7;
}
.border-left-info-800 {
  border-left-color: #00838F;
}
.border-left-pink {
  border-left-color: #E91E63;
}
.border-left-pink-300 {
  border-left-color: #F06292;
}
.border-left-pink-400 {
  border-left-color: #EC407A;
}
.border-left-pink-600 {
  border-left-color: #D81B60;
}
.border-left-pink-700 {
  border-left-color: #C2185B;
}
.border-left-pink-800 {
  border-left-color: #AD1457;
}
.border-left-violet {
  border-left-color: #9C27B0;
}
.border-left-violet-300 {
  border-left-color: #BA68C8;
}
.border-left-violet-400 {
  border-left-color: #AB47BC;
}
.border-left-violet-600 {
  border-left-color: #8E24AA;
}
.border-left-violet-700 {
  border-left-color: #7B1FA2;
}
.border-left-violet-800 {
  border-left-color: #6A1B9A;
}
.border-left-purple {
  border-left-color: #673AB7;
}
.border-left-purple-300 {
  border-left-color: #9575CD;
}
.border-left-purple-400 {
  border-left-color: #7E57C2;
}
.border-left-purple-600 {
  border-left-color: #5E35B1;
}
.border-left-purple-700 {
  border-left-color: #512DA8;
}
.border-left-purple-800 {
  border-left-color: #4527A0;
}
.border-left-indigo {
  border-left-color: #3F51B5;
}
.border-left-indigo-300 {
  border-left-color: #7986CB;
}
.border-left-indigo-400 {
  border-left-color: #5C6BC0;
}
.border-left-indigo-600 {
  border-left-color: #3949AB;
}
.border-left-indigo-700 {
  border-left-color: #303F9F;
}
.border-left-indigo-800 {
  border-left-color: #283593;
}
.border-left-blue {
  border-left-color: #03A9F4;
}
.border-left-blue-300 {
  border-left-color: #4FC3F7;
}
.border-left-blue-400 {
  border-left-color: #29B6F6;
}
.border-left-blue-600 {
  border-left-color: #039BE5;
}
.border-left-blue-700 {
  border-left-color: #0288D1;
}
.border-left-blue-800 {
  border-left-color: #0277BD;
}
.border-left-teal {
  border-left-color: #009688;
}
.border-left-teal-300 {
  border-left-color: #4DB6AC;
}
.border-left-teal-400 {
  border-left-color: #26A69A;
}
.border-left-teal-600 {
  border-left-color: #00897B;
}
.border-left-teal-700 {
  border-left-color: #00796B;
}
.border-left-teal-800 {
  border-left-color: #00695C;
}
.border-left-green {
  border-left-color: #8BC34A;
}
.border-left-green-300 {
  border-left-color: #AED581;
}
.border-left-green-400 {
  border-left-color: #9CCC65;
}
.border-left-green-600 {
  border-left-color: #7CB342;
}
.border-left-green-700 {
  border-left-color: #689F38;
}
.border-left-green-800 {
  border-left-color: #558B2F;
}
.border-left-orange {
  border-left-color: #FF9800;
}
.border-left-orange-300 {
  border-left-color: #FFB74D;
}
.border-left-orange-400 {
  border-left-color: #FFA726;
}
.border-left-orange-600 {
  border-left-color: #FB8C00;
}
.border-left-orange-700 {
  border-left-color: #F57C00;
}
.border-left-orange-800 {
  border-left-color: #EF6C00;
}
.border-left-brown {
  border-left-color: #795548;
}
.border-left-brown-300 {
  border-left-color: #A1887F;
}
.border-left-brown-400 {
  border-left-color: #8D6E63;
}
.border-left-brown-600 {
  border-left-color: #6D4C41;
}
.border-left-brown-700 {
  border-left-color: #5D4037;
}
.border-left-brown-800 {
  border-left-color: #4E342E;
}
.border-left-grey {
  border-left-color: #777;
}
.border-left-grey-300 {
  border-left-color: #999;
}
.border-left-grey-400 {
  border-left-color: #888;
}
.border-left-grey-600 {
  border-left-color: #666;
}
.border-left-grey-700 {
  border-left-color: #555;
}
.border-left-grey-800 {
  border-left-color: #444;
}
.border-left-slate {
  border-left-color: #607D8B;
}
.border-left-slate-300 {
  border-left-color: #90A4AE;
}
.border-left-slate-400 {
  border-left-color: #78909C;
}
.border-left-slate-600 {
  border-left-color: #546E7A;
}
.border-left-slate-700 {
  border-left-color: #455A64;
}
.border-left-slate-800 {
  border-left-color: #37474F;
}
.border-left-white {
  border-left-color: #fff;
}
.border-right-primary {
  border-right-color: #2196F3;
}
.border-right-primary-300 {
  border-right-color: #64B5F6;
}
.border-right-primary-400 {
  border-right-color: #42A5F5;
}
.border-right-primary-600 {
  border-right-color: #1E88E5;
}
.border-right-primary-700 {
  border-right-color: #1976D2;
}
.border-right-primary-800 {
  border-right-color: #1565C0;
}
.border-right-danger {
  border-right-color: #F44336;
}
.border-right-danger-300 {
  border-right-color: #E57373;
}
.border-right-danger-400 {
  border-right-color: #EF5350;
}
.border-right-danger-600 {
  border-right-color: #E53935;
}
.border-right-danger-700 {
  border-right-color: #D32F2F;
}
.border-right-danger-800 {
  border-right-color: #C62828;
}
.border-right-success {
  border-right-color: #4CAF50;
}
.border-right-success-300 {
  border-right-color: #81C784;
}
.border-right-success-400 {
  border-right-color: #66BB6A;
}
.border-right-success-600 {
  border-right-color: #43A047;
}
.border-right-success-700 {
  border-right-color: #388E3C;
}
.border-right-success-800 {
  border-right-color: #2E7D32;
}
.border-right-warning {
  border-right-color: #FF5722;
}
.border-right-warning-300 {
  border-right-color: #FF8A65;
}
.border-right-warning-400 {
  border-right-color: #FF7043;
}
.border-right-warning-600 {
  border-right-color: #F4511E;
}
.border-right-warning-700 {
  border-right-color: #E64A19;
}
.border-right-warning-800 {
  border-right-color: #D84315;
}
.border-right-info {
  border-right-color: #00BCD4;
}
.border-right-info-300 {
  border-right-color: #4DD0E1;
}
.border-right-info-400 {
  border-right-color: #26C6DA;
}
.border-right-info-600 {
  border-right-color: #00ACC1;
}
.border-right-info-700 {
  border-right-color: #0097A7;
}
.border-right-info-800 {
  border-right-color: #00838F;
}
.border-right-pink {
  border-right-color: #E91E63;
}
.border-right-pink-300 {
  border-right-color: #F06292;
}
.border-right-pink-400 {
  border-right-color: #EC407A;
}
.border-right-pink-600 {
  border-right-color: #D81B60;
}
.border-right-pink-700 {
  border-right-color: #C2185B;
}
.border-right-pink-800 {
  border-right-color: #AD1457;
}
.border-right-violet {
  border-right-color: #9C27B0;
}
.border-right-violet-300 {
  border-right-color: #BA68C8;
}
.border-right-violet-400 {
  border-right-color: #AB47BC;
}
.border-right-violet-600 {
  border-right-color: #8E24AA;
}
.border-right-violet-700 {
  border-right-color: #7B1FA2;
}
.border-right-violet-800 {
  border-right-color: #6A1B9A;
}
.border-right-purple {
  border-right-color: #673AB7;
}
.border-right-purple-300 {
  border-right-color: #9575CD;
}
.border-right-purple-400 {
  border-right-color: #7E57C2;
}
.border-right-purple-600 {
  border-right-color: #5E35B1;
}
.border-right-purple-700 {
  border-right-color: #512DA8;
}
.border-right-purple-800 {
  border-right-color: #4527A0;
}
.border-right-indigo {
  border-right-color: #3F51B5;
}
.border-right-indigo-300 {
  border-right-color: #7986CB;
}
.border-right-indigo-400 {
  border-right-color: #5C6BC0;
}
.border-right-indigo-600 {
  border-right-color: #3949AB;
}
.border-right-indigo-700 {
  border-right-color: #303F9F;
}
.border-right-indigo-800 {
  border-right-color: #283593;
}
.border-right-blue {
  border-right-color: #03A9F4;
}
.border-right-blue-300 {
  border-right-color: #4FC3F7;
}
.border-right-blue-400 {
  border-right-color: #29B6F6;
}
.border-right-blue-600 {
  border-right-color: #039BE5;
}
.border-right-blue-700 {
  border-right-color: #0288D1;
}
.border-right-blue-800 {
  border-right-color: #0277BD;
}
.border-right-teal {
  border-right-color: #009688;
}
.border-right-teal-300 {
  border-right-color: #4DB6AC;
}
.border-right-teal-400 {
  border-right-color: #26A69A;
}
.border-right-teal-600 {
  border-right-color: #00897B;
}
.border-right-teal-700 {
  border-right-color: #00796B;
}
.border-right-teal-800 {
  border-right-color: #00695C;
}
.border-right-green {
  border-right-color: #8BC34A;
}
.border-right-green-300 {
  border-right-color: #AED581;
}
.border-right-green-400 {
  border-right-color: #9CCC65;
}
.border-right-green-600 {
  border-right-color: #7CB342;
}
.border-right-green-700 {
  border-right-color: #689F38;
}
.border-right-green-800 {
  border-right-color: #558B2F;
}
.border-right-orange {
  border-right-color: #FF9800;
}
.border-right-orange-300 {
  border-right-color: #FFB74D;
}
.border-right-orange-400 {
  border-right-color: #FFA726;
}
.border-right-orange-600 {
  border-right-color: #FB8C00;
}
.border-right-orange-700 {
  border-right-color: #F57C00;
}
.border-right-orange-800 {
  border-right-color: #EF6C00;
}
.border-right-brown {
  border-right-color: #795548;
}
.border-right-brown-300 {
  border-right-color: #A1887F;
}
.border-right-brown-400 {
  border-right-color: #8D6E63;
}
.border-right-brown-600 {
  border-right-color: #6D4C41;
}
.border-right-brown-700 {
  border-right-color: #5D4037;
}
.border-right-brown-800 {
  border-right-color: #4E342E;
}
.border-right-grey {
  border-right-color: #777;
}
.border-right-grey-300 {
  border-right-color: #999;
}
.border-right-grey-400 {
  border-right-color: #888;
}
.border-right-grey-600 {
  border-right-color: #666;
}
.border-right-grey-700 {
  border-right-color: #555;
}
.border-right-grey-800 {
  border-right-color: #444;
}
.border-right-slate {
  border-right-color: #607D8B;
}
.border-right-slate-300 {
  border-right-color: #90A4AE;
}
.border-right-slate-400 {
  border-right-color: #78909C;
}
.border-right-slate-600 {
  border-right-color: #546E7A;
}
.border-right-slate-700 {
  border-right-color: #455A64;
}
.border-right-slate-800 {
  border-right-color: #37474F;
}
.border-right-white {
  border-right-color: #fff;
}
.text-primary,
.text-primary:hover,
.text-primary:focus {
  color: #2196F3 !important;
}
.text-primary-300,
.text-primary-300:hover,
.text-primary-300:focus {
  color: #2196F3 !important;
}
.text-primary-400,
.text-primary-400:hover,
.text-primary-400:focus {
  color: #42A5F5 !important;
}
.text-primary-600,
.text-primary-600:hover,
.text-primary-600:focus {
  color: #1E88E5 !important;
}
.text-primary-700,
.text-primary-700:hover,
.text-primary-700:focus {
  color: #1976D2 !important;
}
.text-primary-800,
.text-primary-800:hover,
.text-primary-800:focus {
  color: #1565C0 !important;
}
.text-danger,
.text-danger:hover,
.text-danger:focus {
  color: #F44336 !important;
}
.text-danger-300,
.text-danger-300:hover,
.text-danger-300:focus {
  color: #E57373 !important;
}
.text-danger-400,
.text-danger-400:hover,
.text-danger-400:focus {
  color: #EF5350 !important;
}
.text-danger-600,
.text-danger-600:hover,
.text-danger-600:focus {
  color: #E53935 !important;
}
.text-danger-700,
.text-danger-700:hover,
.text-danger-700:focus {
  color: #D32F2F !important;
}
.text-danger-800,
.text-danger-800:hover,
.text-danger-800:focus {
  color: #C62828 !important;
}
.text-success,
.text-success:hover,
.text-success:focus {
  color: #4CAF50 !important;
}
.text-success-300,
.text-success-300:hover,
.text-success-300:focus {
  color: #81C784 !important;
}
.text-success-400,
.text-success-400:hover,
.text-success-400:focus {
  color: #66BB6A !important;
}
.text-success-600,
.text-success-600:hover,
.text-success-600:focus {
  color: #43A047 !important;
}
.text-success-700,
.text-success-700:hover,
.text-success-700:focus {
  color: #388E3C !important;
}
.text-success-800,
.text-success-800:hover,
.text-success-800:focus {
  color: #2E7D32 !important;
}
.text-warning,
.text-warning:hover,
.text-warning:focus {
  color: #FF5722 !important;
}
.text-warning-300,
.text-warning-300:hover,
.text-warning-300:focus {
  color: #FF8A65 !important;
}
.text-warning-400,
.text-warning-400:hover,
.text-warning-400:focus {
  color: #FF7043 !important;
}
.text-warning-600,
.text-warning-600:hover,
.text-warning-600:focus {
  color: #F4511E !important;
}
.text-warning-700,
.text-warning-700:hover,
.text-warning-700:focus {
  color: #E64A19 !important;
}
.text-warning-800,
.text-warning-800:hover,
.text-warning-800:focus {
  color: #D84315 !important;
}
.text-info,
.text-info:hover,
.text-info:focus {
  color: #00BCD4 !important;
}
.text-info-300,
.text-info-300:hover,
.text-info-300:focus {
  color: #4DD0E1 !important;
}
.text-info-400,
.text-info-400:hover,
.text-info-400:focus {
  color: #26C6DA !important;
}
.text-info-600,
.text-info-600:hover,
.text-info-600:focus {
  color: #00ACC1 !important;
}
.text-info-700,
.text-info-700:hover,
.text-info-700:focus {
  color: #0097A7 !important;
}
.text-info-800,
.text-info-800:hover,
.text-info-800:focus {
  color: #00838F !important;
}
.text-pink,
.text-pink:hover,
.text-pink:focus {
  color: #E91E63 !important;
}
.text-pink-300,
.text-pink-300:hover,
.text-pink-300:focus {
  color: #F06292 !important;
}
.text-pink-400,
.text-pink-400:hover,
.text-pink-400:focus {
  color: #EC407A !important;
}
.text-pink-600,
.text-pink-600:hover,
.text-pink-600:focus {
  color: #D81B60 !important;
}
.text-pink-700,
.text-pink-700:hover,
.text-pink-700:focus {
  color: #C2185B !important;
}
.text-pink-800,
.text-pink-800:hover,
.text-pink-800:focus {
  color: #AD1457 !important;
}
.text-violet,
.text-violet:hover,
.text-violet:focus {
  color: #9C27B0 !important;
}
.text-violet-300,
.text-violet-300:hover,
.text-violet-300:focus {
  color: #BA68C8 !important;
}
.text-violet-400,
.text-violet-400:hover,
.text-violet-400:focus {
  color: #AB47BC !important;
}
.text-violet-600,
.text-violet-600:hover,
.text-violet-600:focus {
  color: #8E24AA !important;
}
.text-violet-700,
.text-violet-700:hover,
.text-violet-700:focus {
  color: #7B1FA2 !important;
}
.text-violet-800,
.text-violet-800:hover,
.text-violet-800:focus {
  color: #6A1B9A !important;
}
.text-purple,
.text-purple:hover,
.text-purple:focus {
  color: #673AB7 !important;
}
.text-purple-300,
.text-purple-300:hover,
.text-purple-300:focus {
  color: #9575CD !important;
}
.text-purple-400,
.text-purple-400:hover,
.text-purple-400:focus {
  color: #7E57C2 !important;
}
.text-purple-600,
.text-purple-600:hover,
.text-purple-600:focus {
  color: #5E35B1 !important;
}
.text-purple-700,
.text-purple-700:hover,
.text-purple-700:focus {
  color: #512DA8 !important;
}
.text-purple-800,
.text-purple-800:hover,
.text-purple-800:focus {
  color: #4527A0 !important;
}
.text-indigo,
.text-indigo:hover,
.text-indigo:focus {
  color: #3F51B5 !important;
}
.text-indigo-300,
.text-indigo-300:hover,
.text-indigo-300:focus {
  color: #7986CB !important;
}
.text-indigo-400,
.text-indigo-400:hover,
.text-indigo-400:focus {
  color: #5C6BC0 !important;
}
.text-indigo-600,
.text-indigo-600:hover,
.text-indigo-600:focus {
  color: #3949AB !important;
}
.text-indigo-700,
.text-indigo-700:hover,
.text-indigo-700:focus {
  color: #303F9F !important;
}
.text-indigo-800,
.text-indigo-800:hover,
.text-indigo-800:focus {
  color: #283593 !important;
}
.text-blue,
.text-blue:hover,
.text-blue:focus {
  color: #03A9F4 !important;
}
.text-blue-300,
.text-blue-300:hover,
.text-blue-300:focus {
  color: #4FC3F7 !important;
}
.text-blue-400,
.text-blue-400:hover,
.text-blue-400:focus {
  color: #29B6F6 !important;
}
.text-blue-600,
.text-blue-600:hover,
.text-blue-600:focus {
  color: #039BE5 !important;
}
.text-blue-700,
.text-blue-700:hover,
.text-blue-700:focus {
  color: #0288D1 !important;
}
.text-blue-800,
.text-blue-800:hover,
.text-blue-800:focus {
  color: #0277BD !important;
}
.text-teal,
.text-teal:hover,
.text-teal:focus {
  color: #009688 !important;
}
.text-teal-300,
.text-teal-300:hover,
.text-teal-300:focus {
  color: #4DB6AC !important;
}
.text-teal-400,
.text-teal-400:hover,
.text-teal-400:focus {
  color: #26A69A !important;
}
.text-teal-600,
.text-teal-600:hover,
.text-teal-600:focus {
  color: #00897B !important;
}
.text-teal-700,
.text-teal-700:hover,
.text-teal-700:focus {
  color: #00796B !important;
}
.text-teal-800,
.text-teal-800:hover,
.text-teal-800:focus {
  color: #00695C !important;
}
.text-green,
.text-green:hover,
.text-green:focus {
  color: #8BC34A !important;
}
.text-green-300,
.text-green-300:hover,
.text-green-300:focus {
  color: #AED581 !important;
}
.text-green-400,
.text-green-400:hover,
.text-green-400:focus {
  color: #9CCC65 !important;
}
.text-green-600,
.text-green-600:hover,
.text-green-600:focus {
  color: #7CB342 !important;
}
.text-green-700,
.text-green-700:hover,
.text-green-700:focus {
  color: #689F38 !important;
}
.text-green-800,
.text-green-800:hover,
.text-green-800:focus {
  color: #558B2F !important;
}
.text-orange,
.text-orange:hover,
.text-orange:focus {
  color: #FF9800 !important;
}
.text-orange-300,
.text-orange-300:hover,
.text-orange-300:focus {
  color: #FFB74D !important;
}
.text-orange-400,
.text-orange-400:hover,
.text-orange-400:focus {
  color: #FFA726 !important;
}
.text-orange-600,
.text-orange-600:hover,
.text-orange-600:focus {
  color: #FB8C00 !important;
}
.text-orange-700,
.text-orange-700:hover,
.text-orange-700:focus {
  color: #F57C00 !important;
}
.text-orange-800,
.text-orange-800:hover,
.text-orange-800:focus {
  color: #EF6C00 !important;
}
.text-brown,
.text-brown:hover,
.text-brown:focus {
  color: #795548 !important;
}
.text-brown-300,
.text-brown-300:hover,
.text-brown-300:focus {
  color: #A1887F !important;
}
.text-brown-400,
.text-brown-400:hover,
.text-brown-400:focus {
  color: #8D6E63 !important;
}
.text-brown-600,
.text-brown-600:hover,
.text-brown-600:focus {
  color: #6D4C41 !important;
}
.text-brown-700,
.text-brown-700:hover,
.text-brown-700:focus {
  color: #5D4037 !important;
}
.text-brown-800,
.text-brown-800:hover,
.text-brown-800:focus {
  color: #4E342E !important;
}
.text-grey,
.text-grey:hover,
.text-grey:focus {
  color: #777 !important;
}
.text-grey-300,
.text-grey-300:hover,
.text-grey-300:focus {
  color: #999 !important;
}
.text-grey-400,
.text-grey-400:hover,
.text-grey-400:focus {
  color: #888 !important;
}
.text-grey-600,
.text-grey-600:hover,
.text-grey-600:focus {
  color: #666 !important;
}
.text-grey-700,
.text-grey-700:hover,
.text-grey-700:focus {
  color: #555 !important;
}
.text-grey-800,
.text-grey-800:hover,
.text-grey-800:focus {
  color: #444 !important;
}
.text-slate,
.text-slate:hover,
.text-slate:focus {
  color: #607D8B !important;
}
.text-slate-300,
.text-slate-300:hover,
.text-slate-300:focus {
  color: #90A4AE !important;
}
.text-slate-400,
.text-slate-400:hover,
.text-slate-400:focus {
  color: #78909C !important;
}
.text-slate-600,
.text-slate-600:hover,
.text-slate-600:focus {
  color: #546E7A !important;
}
.text-slate-700,
.text-slate-700:hover,
.text-slate-700:focus {
  color: #455A64 !important;
}
.text-slate-800,
.text-slate-800:hover,
.text-slate-800:focus {
  color: #37474F !important;
}
.text-white,
.text-white:hover,
.text-white:focus {
  color: #fff !important;
}
.text-default,
.text-default:hover,
.text-default:focus {
  color: #333333 !important;
}
.pro-badge {
  color: #10410c;
  background-color: #c9ffc4;
  border-color: #2da023;
}
.height-0 {
  height: 0 !important;
}
.height-5 {
  height: 5px !important;
}
.height-10 {
  height: 10px !important;
}
.height-15 {
  height: 15px !important;
}
.height-20 {
  height: 20px !important;
}
.full-width {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mobilie-m-0 {
    margin: 0 !important;
  }
  .mobilie-m-5 {
    margin: 5px !important;
  }
  .mobilie-m-10 {
    margin: 10px !important;
  }
  .mobilie-m-15 {
    margin: 15px !important;
  }
  .mobilie-m-20 {
    margin: 20px !important;
  }
  .mobilie-m-b-0 {
    margin-bottom: 0 !important;
  }
  .mobilie-m-b-5 {
    margin-bottom: 5px !important;
  }
  .mobilie-m-b-10 {
    margin-bottom: 10px !important;
  }
  .mobilie-m-b-15 {
    margin-bottom: 15px !important;
  }
  .mobilie-m-b-20 {
    margin-bottom: 20px !important;
  }
  .mobilie-m-t-0 {
    margin-top: 0 !important;
  }
  .mobilie-m-t-5 {
    margin-top: 5px !important;
  }
  .mobilie-m-t-10 {
    margin-top: 10px !important;
  }
  .mobilie-m-t-15 {
    margin-top: 15px !important;
  }
  .mobilie-m-t-20 {
    margin-top: 20px !important;
  }
  .mobilie-m-l-0 {
    margin-left: 0 !important;
  }
  .mobilie-m-l-5 {
    margin-left: 5px !important;
  }
  .mobilie-m-l-10 {
    margin-left: 10px !important;
  }
  .mobilie-m-l-15 {
    margin-left: 15px !important;
  }
  .mobilie-m-l-20 {
    margin-left: 20px !important;
  }
  .mobilie-m-r-0 {
    margin-right: 0 !important;
  }
  .mobilie-m-r-5 {
    margin-right: 5px !important;
  }
  .mobilie-m-r-10 {
    margin-right: 10px !important;
  }
  .mobilie-m-r-15 {
    margin-right: 15px !important;
  }
  .mobilie-m-r-20 {
    margin-right: 20px !important;
  }
  .mobilie-p-0 {
    padding: 0 !important;
  }
  .mobilie-p-5 {
    padding: 5px !important;
  }
  .mobilie-p-10 {
    padding: 10px !important;
  }
  .mobilie-p-15 {
    padding: 15px !important;
  }
  .mobilie-p-20 {
    padding: 20px !important;
  }
  .mobilie-p-b-0 {
    padding-bottom: 0 !important;
  }
  .mobilie-p-b-5 {
    padding-bottom: 5px !important;
  }
  .mobilie-p-b-10 {
    padding-bottom: 10px !important;
  }
  .mobilie-p-b-15 {
    padding-bottom: 15px !important;
  }
  .mobilie-p-b-20 {
    padding-bottom: 20px !important;
  }
  .mobilie-p-t-0 {
    padding-top: 0 !important;
  }
  .mobilie-p-t-5 {
    padding-top: 5px !important;
  }
  .mobilie-p-t-10 {
    padding-top: 10px !important;
  }
  .mobilie-p-t-15 {
    padding-top: 15px !important;
  }
  .mobilie-p-t-20 {
    padding-top: 20px !important;
  }
  .mobilie-p-l-0 {
    padding-left: 0 !important;
  }
  .mobilie-p-l-5 {
    padding-left: 5px !important;
  }
  .mobilie-p-l-10 {
    padding-left: 10px !important;
  }
  .mobilie-p-l-15 {
    padding-left: 15px !important;
  }
  .mobilie-p-l-20 {
    padding-left: 20px !important;
  }
  .mobilie-p-r-0 {
    padding-right: 0 !important;
  }
  .mobilie-p-r-5 {
    padding-right: 5px !important;
  }
  .mobilie-p-r-10 {
    padding-right: 10px !important;
  }
  .mobilie-p-r-15 {
    padding-right: 15px !important;
  }
  .mobilie-p-r-20 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 769px) {
  .desktop-m-0 {
    margin: 0 !important;
  }
  .desktop-m-5 {
    margin: 5px !important;
  }
  .desktop-m-10 {
    margin: 10px !important;
  }
  .desktop-m-15 {
    margin: 15px !important;
  }
  .desktop-m-20 {
    margin: 20px !important;
  }
  .desktop-m-b-0 {
    margin-bottom: 0 !important;
  }
  .desktop-m-b-5 {
    margin-bottom: 5px !important;
  }
  .desktop-m-b-10 {
    margin-bottom: 10px !important;
  }
  .desktop-m-b-15 {
    margin-bottom: 15px !important;
  }
  .desktop-m-b-20 {
    margin-bottom: 20px !important;
  }
  .desktop-m-t-0 {
    margin-top: 0 !important;
  }
  .desktop-m-t-5 {
    margin-top: 5px !important;
  }
  .desktop-m-t-10 {
    margin-top: 10px !important;
  }
  .desktop-m-t-15 {
    margin-top: 15px !important;
  }
  .desktop-m-t-20 {
    margin-top: 20px !important;
  }
  .desktop-m-l-0 {
    margin-left: 0 !important;
  }
  .desktop-m-l-5 {
    margin-left: 5px !important;
  }
  .desktop-m-l-10 {
    margin-left: 10px !important;
  }
  .desktop-m-l-15 {
    margin-left: 15px !important;
  }
  .desktop-m-l-20 {
    margin-left: 20px !important;
  }
  .desktop-m-r-0 {
    margin-right: 0 !important;
  }
  .desktop-m-r-5 {
    margin-right: 5px !important;
  }
  .desktop-m-r-10 {
    margin-right: 10px !important;
  }
  .desktop-m-r-15 {
    margin-right: 15px !important;
  }
  .desktop-m-r-20 {
    margin-right: 20px !important;
  }
  .desktop-p-0 {
    padding: 0 !important;
  }
  .desktop-p-5 {
    padding: 5px !important;
  }
  .desktop-p-10 {
    padding: 10px !important;
  }
  .desktop-p-15 {
    padding: 15px !important;
  }
  .desktop-p-20 {
    padding: 20px !important;
  }
  .desktop-p-b-0 {
    padding-bottom: 0 !important;
  }
  .desktop-p-b-5 {
    padding-bottom: 5px !important;
  }
  .desktop-p-b-10 {
    padding-bottom: 10px !important;
  }
  .desktop-p-b-15 {
    padding-bottom: 15px !important;
  }
  .desktop-p-b-20 {
    padding-bottom: 20px !important;
  }
  .desktop-p-t-0 {
    padding-top: 0 !important;
  }
  .desktop-p-t-5 {
    padding-top: 5px !important;
  }
  .desktop-p-t-10 {
    padding-top: 10px !important;
  }
  .desktop-p-t-15 {
    padding-top: 15px !important;
  }
  .desktop-p-t-20 {
    padding-top: 20px !important;
  }
  .desktop-p-l-0 {
    padding-left: 0 !important;
  }
  .desktop-p-l-5 {
    padding-left: 5px !important;
  }
  .desktop-p-l-10 {
    padding-left: 10px !important;
  }
  .desktop-p-l-15 {
    padding-left: 15px !important;
  }
  .desktop-p-l-20 {
    padding-left: 20px !important;
  }
  .desktop-p-r-0 {
    padding-right: 0 !important;
  }
  .desktop-p-r-5 {
    padding-right: 5px !important;
  }
  .desktop-p-r-10 {
    padding-right: 10px !important;
  }
  .desktop-p-r-15 {
    padding-right: 15px !important;
  }
  .desktop-p-r-20 {
    padding-right: 20px !important;
  }
}
/*! X-editable - v1.5.3
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2018 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
}
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}
.form-horizontal .editable-popup .editableform .form-group {
  margin-left: 0;
  margin-right: 0;
}
.editableform .form-control {
  width: auto;
}
.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
}
.editable-buttons .editable-cancel {
  margin-left: 7px;
}
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editableform-loading {
  height: 25px;
  width: auto;
  min-width: 25px;
}
.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: red;
}
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
.editable-checklist label input[type=checkbox],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:hover {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
}
.editable-container.popover {
  width: auto;
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
}
.editable-container.ui-widget {
  font-size: inherit;
  z-index: 9990;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #08c;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:focus,
.editable-empty:hover {
  font-style: italic;
  color: #d14;
  text-decoration: none;
}
.editable-unsaved {
  font-weight: 700;
}
.editable-bg-transition {
  -webkit-transition: background-color 1.4s ease-out;
  -moz-transition: background-color 1.4s ease-out;
  -o-transition: background-color 1.4s ease-out;
  -ms-transition: background-color 1.4s ease-out;
  transition: background-color 1.4s ease-out;
}
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, grey);
  background-image: -ms-linear-gradient(top, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
  background-image: -o-linear-gradient(top, #b3b3b3, grey);
  background-image: linear-gradient(top, #b3b3b3, grey);
  background-repeat: repeat-x;
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 1.5;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
:root {
  --bg-channel-color: #41F793;
  color-scheme: only light;
}
html {
  font-size: 14px;
}
html body {
  font-family: Manrope, sans-serif;
  background: white;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker.datepicker-dropdown {
  z-index: 1200 !important;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker.datepicker-dropdown.datepicker-orient-top:before,
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
  top: 100% !important;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before,
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  bottom: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope;
  font-weight: 700;
}
.color-black {
  color: #000000;
}
.color-blue {
  color: #3b4aff;
}
.color-grey {
  color: #9a9a9a;
}
.color-green-3 {
  color: #14BD83;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #3b4aff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3b4aff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
}
h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
}
h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
}
h4 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
h5 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}
h6 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}
p {
  letter-spacing: 0.2px;
}
.font-body-1 {
  font-family: Manrope;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.font-body-2 {
  font-family: Manrope;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-left: 5px;
}
.font-button {
  font-family: Manrope;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.btn {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .btn {
    font-size: 1rem;
  }
}
/** Floating Labels */
.has-float-label {
  display: block;
  position: relative;
  white-space: nowrap;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.3em;
  left: 1rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label > span.twitter-typeahead,
.has-float-label > span.select2.select2-container {
  top: 0;
  left: 0;
}
.has-float-label > span.select2.select2-container {
  position: relative;
  display: inline-block;
}
.has-float-label > span.select2.select2-container .select2-selection {
  min-height: 37px;
}
.has-float-label > span.select2.select2-container .select2-selection .select2-selection__rendered {
  padding-top: 3px;
  color: #000000;
}
.has-float-label > span.select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #9a9a9a;
}
.has-float-label label {
  z-index: 99;
  background-color: #FFFFFF;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 0px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .select2-container--open .select2-selection {
  border-color: #3b4aff;
}
.has-float-label .select2-container--open + label {
  color: #3b4aff;
}
.has-float-label .form-control:focus {
  border-color: #3b4aff;
}
.has-float-label .form-control:focus + label {
  color: #3b4aff;
  background-color: #FFFFFF;
}
.has-float-label .form-control.input-error {
  border-color: #f45b69;
}
.has-float-label .form-control.input-error + label {
  color: #f45b69;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 1rem;
  opacity: 0.5;
  top: 0.8rem;
}
.has-float-label .input-group-append .input-group-text.input-error {
  border-color: #f45b69;
  color: #f45b69;
}
.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media screen and (min-width: 1200px) {
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    top: 0.8rem;
  }
  .has-float-label label,
  .has-float-label > span {
    top: -0.3em;
  }
}
.dragDropArea {
  width: 200px;
  height: 200px;
  font-size: 1.25rem;
  background-color: #c8dadf;
  padding: 0;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  position: relative;
}
.box__icon {
  overflow: hidden;
  margin: auto;
}
.linkDesign {
  cursor: pointer;
  color: #1E88E5;
  text-decoration: none;
}
.cropit-preview-image {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.image-editor .visible-xs .btn.btn-primary {
  position: absolute;
  top: 62px;
  left: 205px;
  user-select: none;
}
.image-editor .buttons {
  position: absolute;
  top: 20px;
  left: 215px;
  user-select: none;
}
.image-editor .btn.btn-danger:not(.inline-form-button) {
  position: absolute;
  top: 23px;
  left: 205px;
  user-select: none;
}
.image-editor .btn.btn-primary:not(.inline-form-button) {
  position: absolute;
  top: 62px;
  left: 205px;
  user-select: none;
}
.image-editor .cropit-image-zoom-input.custom {
  display: inline-block !important;
  width: 200px;
}
.smoobuSuccessColor,
.action.btn.btn-primary {
  background-color: #28e086;
  border-color: #28e086;
  color: #000000;
}
.btn:hover:not(.multiselect) {
  box-shadow: none;
}
.note-toolbar .btn-group {
  width: inherit;
}
.btn {
  letter-spacing: 0.2px;
}
.btn-primary,
.btn-primary:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #3b4aff;
}
.btn-secondary,
.btn-secondary:hover {
  color: #3b4aff;
  border: 1px solid #3b4aff;
  background-color: #FFFFFF;
}
.btn-thirdly,
.btn-thirdly:hover {
  color: #000000;
  border: 1px solid #28e086;
  background-color: #28e086;
}
.c3 svg {
  font-size: 10px;
}
.btn-group {
  width: 100%;
}
#inbox-toolbar-toggle-single .btn-group {
  width: initial !important;
}
.multiselect-container.dropdown-menu input {
  margin-left: 10px;
}
#utilizationChart {
  margin-left: -10px;
}
.channelChart.c3,
.utilizationGauge {
  margin-top: -13px;
}
.page-header.page-header-default {
  background-color: transparent !important;
  box-shadow: none;
}
.border-top-success {
  border-top-color: #3b4aff;
}
.breadcrumb-line {
  background-color: transparent !important;
  border: none !important;
}
.panel-flat > .panel-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cockpit .cockpitStatistics {
  height: 282px;
}
.arrivalDepartureList {
  border-left: 2px solid;
  padding-left: 5px;
}
.arrivalDepartureList.arrival {
  border-left-color: #28e086;
}
.arrivalDepartureList.departure {
  border-left-color: red;
}
td.bookingTable.modification.of.booking {
  border-left-color: #FFF07C;
}
#statistics-overview .bg-warning-400.has-bg-image.smoobuSuccessColor {
  background-image: #3b4aff;
}
div.livicon-evo-holder {
  display: inline-block;
}
.inCalandar .dropdown-menu.dropdown-menu-right {
  left: 0;
}
.popover-content .editable-submit {
  background-color: #3b4aff;
  border-color: #3b4aff;
}
.popover-content .editable-cancel,
.popover-content .editable-clear-x {
  display: none !important;
}
.popover-content .editableform-loading {
  background: none;
}
#multipleCalendar .tour-tour-element {
  border: none !important;
}
#statistics-overview .panel-body.smoobuSuccessColor {
  background-color: #bee3dd;
  border: none;
}
.smoobu-tools {
  position: relative;
  padding: 18px 0px 30px 0;
  margin-bottom: 40px;
}
.smoobu-tools .smoobu-tools-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: #ececec;
  z-index: -1;
}
.smoobu-tools .tools-to-try {
  font-size: 15px;
}
.smoobu-tools .box .box-item {
  background: white;
  padding: 18px;
  border-radius: 5px;
}
.smoobu-tools .box .box-item .heading {
  width: 100%;
  font-size: 24px;
}
.smoobu-tools .box .box-item .heading .icon {
  width: 20%;
  font-size: 32px;
  margin-right: 14px;
  position: relative;
  top: 5px;
}
.smoobu-tools .box .box-item p {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.smoobu-tools .mobile-view .box .box-item {
  padding: 14px;
}
.smoobu-tools .mobile-view .box .box-item .heading {
  font-size: 16px;
  color: #000000;
}
.smoobu-tools .mobile-view .box .box-item .heading .icon {
  width: 20%;
  font-size: 22px;
  margin-right: 10px;
  top: 5px;
}
.smoobu-tools .mobile-view .box .box-item p {
  font-size: 12px;
}
.arrival-departure-list .no-icon,
.activity-feed .no-icon {
  margin-top: 95px;
  text-align: center;
}
.arrival-departure-list .no,
.activity-feed .no {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.arrival-departure-list h3,
.activity-feed h3 {
  font-weight: 400;
}
.arrival-departure-list .booking-state .label {
  padding: 1px 3px 1px 3px;
  line-height: 12px;
}
#smoobu-tools-small {
  display: none;
}
#mobile-calendar .card-header,
#multi-calendar .card-header {
  border-bottom: 0;
  background-color: #FFFFFF;
}
#mobile-calendar .card-body {
  border: 1px solid #ececec;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pre-scrollable.empty-feed {
  min-height: 300px;
}
.pre-scrollable::-webkit-scrollbar {
  width: 8px;
}
.pre-scrollable::-webkit-scrollbar-track {
  background: #eee;
}
.pre-scrollable::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #a7a7a7;
}
.cockpit #statistic-overview #statisticForm .filter-statistic #statisticFilterFrom {
  width: 120px;
}
.cockpit #statistic-overview #statisticForm #statisticFilterFrom {
  background-position: 99% 60%;
}
.cockpit .channelChart.c3,
.cockpit .utilizationGauge {
  margin-top: 0;
}
.cockpit .utilizationGauge .card,
.cockpit .utilizationRevenue .card {
  min-height: 255px;
}
.cockpit .utilizationGauge .card h2,
.cockpit .utilizationRevenue .card h2 {
  font-weight: 400;
}
.cockpit .utilizationGauge .card .utilizationValue,
.cockpit .utilizationRevenue .card .utilizationValue {
  font-size: 1.2rem;
  font-weight: 400;
}
.cockpit #customer-statistics-mobile {
  min-height: 260px;
  min-width: 1850px;
}
.cockpit #customer-statistics-mobile .utilizationGauge .card,
.cockpit #customer-statistics-mobile .utilizationRevenue .card {
  min-height: 255px;
}
.cockpit #customer-statistics-mobile .utilizationGauge .card h2,
.cockpit #customer-statistics-mobile .utilizationRevenue .card h2 {
  font-weight: 400;
}
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body {
  min-height: 222px;
  min-width: 275px;
}
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body .see-more,
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body .legend {
  display: none;
}
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body .c3-tooltip-container {
  position: relative !important;
}
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body .c3-tooltip-container .c3-tooltip {
  margin: 0 auto;
}
.cockpit #customer-statistics-mobile .panelResize.donuts .card-body .c3-tooltip-container .c3-tooltip td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.cockpit #customer-statistics-mobile .clone .card-title,
.cockpit #customer-statistics-mobile .lslide .card-title {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.cockpit #customer-statistics-mobile .lslide.active {
  width: 90vw;
}
.cockpit #customer-statistics-mobile .lslide > div {
  width: 100%;
}
.cockpit #customer-statistics-mobile .lslide > div.donuts {
  margin-left: 0;
  margin-right: 0;
}
.cockpit #customer-statistics-mobile .lslide .card-title {
  font-size: 20px;
}
.cockpit .utilizationRevenue .legend {
  display: none;
}
.cockpit #customer-statistics .panelResize.donuts .card-body {
  min-height: 216px;
}
.cockpit #customer-statistics .panelResize.donuts .card-body .see-more,
.cockpit #customer-statistics .panelResize.donuts .card-body .legend {
  display: none;
}
.cockpit .lSSlideOuter .lSPager.lSpg {
  display: none;
}
@media screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cockpit .arrival-departure-list h3,
  .cockpit .activity-list h3 {
    font-size: 1.2rem;
  }
  .cockpit #customer-statistics .card,
  .cockpit .utilizationGauge .card {
    min-height: 250px;
  }
  .cockpit .utilizationRevenue {
    margin-top: 10px;
  }
  .cockpit #activity-feed .card-body {
    padding-left: 0;
  }
  .cockpit #activity-feed .card-body h3 {
    padding-left: 1.5rem;
  }
  .cockpit #activity-feed .activity-feed-element .booking-type-span {
    padding: 4px 5px 2px 5px;
  }
}
@media screen and (max-width: 320px) {
  #customer-statistics-mobile .lslide.active {
    width: 91vw;
  }
}
@media screen and (max-width: 1599px) {
  #smoobu-tools-large {
    display: none;
  }
  #smoobu-tools-small {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .cockpit .cockpitStatistics {
    height: auto;
  }
  .smoobu-tools {
    margin-right: -15px;
    margin-left: -15px;
  }
  .smoobu-tools .tools-to-try {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .utilizationGauge .card,
  .utilizationRevenue .card {
    min-height: 300px;
  }
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_info {
  display: none;
}
.dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTables_wrapper tbody .glyphicon.glyphicon-pencil {
  cursor: pointer;
}
.dataTables_wrapper .detailPage td {
  white-space: normal;
}
.table-responsive {
  border: none;
}
.table-responsive:not(.seasonal-rules, .opportunities, .hosting-notifications, .table-permission-list) {
  overflow: hidden;
}
.dtr-inline.collapsed tbody tr td:before,
.dtr-inline.collapsed tbody tr th:before {
  margin: 0;
}
table.td {
  padding-left: 0!important;
  padding-right: 0!important;
}
.detailPage td {
  vertical-align: top;
}
#crmGuestList {
  width: 100% !important;
}
.bookingListFilter {
  float: right;
  margin-bottom: 20px;
  margin-top: -46px;
}
.bookingListFilter > span {
  margin-left: 20px;
}
.bookingTable .panel-heading {
  transition: opacity 1s;
}
#couponList .dataTables_wrapper .dataTables_length {
  display: inherit;
  padding-top: 5px;
}
#couponList .dataTables_wrapper .dataTables_length > label {
  display: none;
}
.active-filter {
  font-weight: bold;
}
.dataTables_filter .searchLabel:after {
  content: "\e98e";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  top: 40%;
  color: #999;
}
.dataTables_filter > label:after,
.dataTables_filter .searchLabel:after {
  font-size: 1rem;
  left: 8px;
  right: 0;
  margin-top: -7px;
  width: 18px;
}
.dataTables_filter input {
  padding-right: 0;
  padding-left: 20px;
  font-size: 1rem;
}
.dataTable thead .sorting:after,
.dataTable thead .sorting:before {
  right: 10px;
}
@media screen and (min-width: 360px) {
  .dataTables_filter > label:after,
  .dataTables_filter .searchLabel:after {
    font-size: 1.2rem;
    margin-top: -9px;
  }
  .dataTables_filter input {
    padding-left: 30px;
  }
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.m-t-7 {
  margin-top: 7px;
}
.m-t-5 {
  margin-top: 5px;
}
div.checker {
  margin-right: 5px;
}
h2 {
  text-align: left !important;
}
h4 {
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.form-group label {
  margin-bottom: 0;
}
.in .fa {
  margin-right: 10px;
}
.in .fa-chevron-down {
  display: none;
}
.in .fa-chevron-up {
  display: inherit;
}
.in.collapsed .fa-chevron-down {
  display: inherit;
}
.in.collapsed .fa-chevron-up {
  display: none;
}
.in .livicon-evo.down {
  display: none;
}
.in .livicon-evo.up {
  display: inline-block;
}
.in.collapsed .livicon-evo.down {
  display: inline-block;
}
.in.collapsed .livicon-evo.up {
  display: none;
}
.ui-front {
  z-index: 1100;
}
.auto-width {
  width: auto;
}
.checkboxContainer.form-group > label {
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fa-chevron-up,
.fa-chevron-down {
  font-size: 12px;
}
a.disabled,
a.disabled:visited,
a.disabled:active,
a.disabled:hover {
  color: #aaa !important;
}
.input-group-addon {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-header,
.modal-body {
  padding-top: 0;
}
@media screen and (max-width: 415px) {
  .hidden-iphone {
    display: none !important;
  }
}
@media screen and (min-width: 416px) {
  .visible-iphone {
    display: none !important;
  }
}
#multiCalendar-calendar .cal-cell.error {
  border: 1px dashed red;
}
.select2-results__options .select2-results__option[aria-disabled=true] {
  display: none;
}
.dtr-inline.collapsed tbody tr.no-child td:first-child:before,
.dtr-inline.collapsed tbody tr.no-child th:first-child:before,
.dtr-column tbody tr.no-child td.control:before,
.dtr-column tbody tr.no-child th.control:before {
  display: none;
}
.dtr-inline.collapsed tbody tr.no-child td:first-child,
.dtr-inline.collapsed tbody tr.no-child th:first-child {
  position: initial;
  cursor: initial;
  white-space: initial;
}
.blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
#multipleCalendar #multi-calendar thead tr.smallFirstTr:nth-child(2) th {
  padding-bottom: 0px;
}
#multipleCalendar #multi-calendar thead tr:first-child th {
  height: 40px;
}
#multipleCalendar #multi-calendar thead tr:nth-child(2) th {
  height: 31px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
#multipleCalendar #multi-calendar thead tr.firstTr {
  border-top: 1px solid #cccccc;
}
#multipleCalendar #multi-calendar thead tr.firstTr th {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 10px;
  height: 32px;
}
#multipleCalendar #multi-calendar thead tr.firstTr th:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#multipleCalendar #multi-calendar thead tr th {
  border-top: none;
}
#multipleCalendar #multi-calendar thead tr th.multi-calendar-apartment-name {
  border: none;
  border-right: 1px solid #cccccc;
  background-color: inherit;
  height: 42px;
}
#multipleCalendar #multi-calendar thead tr th .dayText.color-blue {
  color: #3b4aff;
}
#multipleCalendar #multi-calendar thead tr th.currentDay label {
  position: absolute;
  top: 8px;
  left: 12px;
}
#multipleCalendar #multi-calendar thead tr td.multi-calendar-apartment-name {
  background-color: inherit;
}
#multipleCalendar #multi-calendar tbody td .dayText.color-blue {
  color: #3b4aff;
}
#multipleCalendar #multi-calendar tbody td.extendedDeparture .dayContent {
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
}
#multipleCalendar #multi-calendar tbody td.extendedDeparture .dayContent .dayText {
  color: transparent;
  opacity: 0.5;
}
#multipleCalendar #multi-calendar tbody td.extendedDeparture .dayContent .dayText.isDeparture {
  color: inherit;
}
#multipleCalendar #multi-calendar tbody td.extendedDeparture[data-booking-end] .departureSpan {
  display: none !important;
}
#multipleCalendar .table-responsive {
  overflow-y: hidden;
  overflow-x: scroll;
  margin-left: 100px;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: auto;
}
#multipleCalendar .table-responsive::-webkit-scrollbar {
  height: 8px;
}
#multipleCalendar .table-responsive::-webkit-scrollbar-track {
  background: #eee;
}
#multipleCalendar .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #a7a7a7;
}
#multipleCalendar th:first-child select {
  top: 0;
  position: absolute;
  left: 0;
  margin-left: 16px;
  max-width: 115px;
}
#multipleCalendar td:first-child,
#multipleCalendar th:first-child {
  position: absolute;
  width: 100px;
  left: 0;
  line-height: 20px;
  border-right: 1px solid #cccccc;
  padding-left: 13px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecf3fa;
  border-left: 1px solid #ececec;
}
#multipleCalendar td:first-child.tour-tour-element {
  border-right: none !important;
}
#multipleCalendar .extra-row-days td:first-child {
  background-color: transparent;
  border-left: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
#multipleCalendar .extra-row-days td {
  height: 25px;
}
#multipleCalendar .toggle-calendars a:not([tabindex="0"]),
#mobileCalendar .toggle-calendars a:not([tabindex="0"]),
#monthlyCalendar .toggle-calendars a:not([tabindex="0"]) {
  width: auto;
  display: inline-block;
  border: none;
  color: #9a9a9a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 0.375rem 0.1rem;
}
#multipleCalendar .toggle-calendars a:not([tabindex="0"]).active,
#mobileCalendar .toggle-calendars a:not([tabindex="0"]).active,
#monthlyCalendar .toggle-calendars a:not([tabindex="0"]).active,
#multipleCalendar .toggle-calendars a:not([tabindex="0"]):hover,
#mobileCalendar .toggle-calendars a:not([tabindex="0"]):hover,
#monthlyCalendar .toggle-calendars a:not([tabindex="0"]):hover {
  color: #3b4aff;
}
#multipleCalendar .toggle-calendars a:not([tabindex="0"]).active,
#mobileCalendar .toggle-calendars a:not([tabindex="0"]).active,
#monthlyCalendar .toggle-calendars a:not([tabindex="0"]).active {
  border-bottom: 4px solid #3b4aff;
}
#multipleCalendar .toggle-calendars .col-lg-auto,
#mobileCalendar .toggle-calendars .col-lg-auto,
#monthlyCalendar .toggle-calendars .col-lg-auto {
  min-width: 150px !important;
}
#multipleCalendar .toggle-calendars select.active,
#mobileCalendar .toggle-calendars select.active,
#monthlyCalendar .toggle-calendars select.active,
#multipleCalendar .toggle-calendars .select2-container.active,
#mobileCalendar .toggle-calendars .select2-container.active,
#monthlyCalendar .toggle-calendars .select2-container.active {
  color: #3b4aff;
  border-bottom: 4px solid #3b4aff;
}
#multipleCalendar .toggle-calendars .select2-container,
#mobileCalendar .toggle-calendars .select2-container,
#monthlyCalendar .toggle-calendars .select2-container {
  width: 80% !important;
}
#multipleCalendar th,
#mobileCalendar th,
#monthlyCalendar th,
#multipleCalendar td,
#mobileCalendar td,
#monthlyCalendar td {
  box-sizing: border-box;
}
#multipleCalendar th .dayText,
#mobileCalendar th .dayText,
#monthlyCalendar th .dayText {
  padding: 12px 0;
}
#multipleCalendar th .dayText.color-blue,
#mobileCalendar th .dayText.color-blue,
#monthlyCalendar th .dayText.color-blue {
  color: #3b4aff;
}
#multipleCalendar th.day,
#mobileCalendar th.day,
#monthlyCalendar th.day,
#multipleCalendar td.day,
#mobileCalendar td.day,
#monthlyCalendar td.day {
  border-top: 0.5px solid #cccccc;
  border-right: none;
  border-left: none;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  padding: 5px 0;
}
#multipleCalendar td.day,
#mobileCalendar td.day,
#monthlyCalendar td.day {
  padding: 5px 0;
  white-space: nowrap;
  font-size: 1rem;
}
#multipleCalendar td.day .guestName,
#mobileCalendar td.day .guestName,
#monthlyCalendar td.day .guestName {
  pointer-events: none;
  font-style: normal;
  line-height: 17px;
  position: absolute;
  z-index: 99;
  top: 17px;
}
#multipleCalendar td.day .guestName.shortName,
#mobileCalendar td.day .guestName.shortName,
#monthlyCalendar td.day .guestName.shortName {
  text-overflow: ellipsis;
  overflow: hidden;
}
#multipleCalendar .blockedNormal .dayText,
#mobileCalendar .blockedNormal .dayText,
#monthlyCalendar .blockedNormal .dayText {
  background-color: #cccccc !important;
}
#multipleCalendar .blockedNormal polygon,
#mobileCalendar .blockedNormal polygon,
#monthlyCalendar .blockedNormal polygon {
  opacity: 0;
}
#multipleCalendar .blockedArrival .arrivalSpan polygon,
#mobileCalendar .blockedArrival .arrivalSpan polygon,
#monthlyCalendar .blockedArrival .arrivalSpan polygon,
#multipleCalendar .blockedDeparture .departureSpan polygon,
#mobileCalendar .blockedDeparture .departureSpan polygon,
#monthlyCalendar .blockedDeparture .departureSpan polygon {
  fill: #cccccc !important;
}
@media screen and (max-width: 768px) {
  #multipleCalendar .dayContent,
  #mobileCalendar .dayContent,
  #monthlyCalendar .dayContent {
    -webkit-transform: translateZ(0);
  }
  #multipleCalendar .arrivalSpan,
  #mobileCalendar .arrivalSpan,
  #monthlyCalendar .arrivalSpan,
  #multipleCalendar .newBookingArrivalSpan,
  #mobileCalendar .newBookingArrivalSpan,
  #monthlyCalendar .newBookingArrivalSpan,
  #multipleCalendar .departureSpan,
  #mobileCalendar .departureSpan,
  #monthlyCalendar .departureSpan,
  #multipleCalendar .newBookingDepartureSpan,
  #mobileCalendar .newBookingDepartureSpan,
  #monthlyCalendar .newBookingDepartureSpan,
  #multipleCalendar .dayText,
  #mobileCalendar .dayText,
  #monthlyCalendar .dayText {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#multipleCalendar .dayContent,
#mobileCalendar .dayContent,
#monthlyCalendar .dayContent {
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}
#multipleCalendar .dayContent.normal,
#mobileCalendar .dayContent.normal,
#monthlyCalendar .dayContent.normal,
#multipleCalendar .dayContent.newBookingNormal,
#mobileCalendar .dayContent.newBookingNormal,
#monthlyCalendar .dayContent.newBookingNormal {
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
}
#multipleCalendar .dayContent.newBookingNormal,
#mobileCalendar .dayContent.newBookingNormal,
#monthlyCalendar .dayContent.newBookingNormal {
  background-color: #41F793;
}
#multipleCalendar .dayContent.arrival .arrivalSpan,
#mobileCalendar .dayContent.arrival .arrivalSpan,
#monthlyCalendar .dayContent.arrival .arrivalSpan,
#multipleCalendar .dayContent.newBookingArrival .newBookingArrivalSpan,
#mobileCalendar .dayContent.newBookingArrival .newBookingArrivalSpan,
#monthlyCalendar .dayContent.newBookingArrival .newBookingArrivalSpan,
#multipleCalendar .dayContent.departure .departureSpan,
#mobileCalendar .dayContent.departure .departureSpan,
#monthlyCalendar .dayContent.departure .departureSpan,
#multipleCalendar .dayContent.newBookingDeparture .newBookingDepartureSpan,
#mobileCalendar .dayContent.newBookingDeparture .newBookingDepartureSpan,
#monthlyCalendar .dayContent.newBookingDeparture .newBookingDepartureSpan {
  display: inherit !important;
}
#multipleCalendar .dayContent.newBookingArrival.arrival .newBookingArrivalSpan,
#mobileCalendar .dayContent.newBookingArrival.arrival .newBookingArrivalSpan,
#monthlyCalendar .dayContent.newBookingArrival.arrival .newBookingArrivalSpan,
#multipleCalendar .dayContent.newBookingArrival.normal .newBookingArrivalSpan,
#mobileCalendar .dayContent.newBookingArrival.normal .newBookingArrivalSpan,
#monthlyCalendar .dayContent.newBookingArrival.normal .newBookingArrivalSpan,
#multipleCalendar .dayContent.newBookingDeparture.departure .newBookingDepartureSpan,
#mobileCalendar .dayContent.newBookingDeparture.departure .newBookingDepartureSpan,
#monthlyCalendar .dayContent.newBookingDeparture.departure .newBookingDepartureSpan,
#multipleCalendar .dayContent.newBookingDeparture.normal .newBookingDepartureSpan,
#mobileCalendar .dayContent.newBookingDeparture.normal .newBookingDepartureSpan,
#monthlyCalendar .dayContent.newBookingDeparture.normal .newBookingDepartureSpan {
  display: none !important;
}
#multipleCalendar .dayContent .arrivalSpan,
#mobileCalendar .dayContent .arrivalSpan,
#monthlyCalendar .dayContent .arrivalSpan,
#multipleCalendar .dayContent .newBookingArrivalSpan,
#mobileCalendar .dayContent .newBookingArrivalSpan,
#monthlyCalendar .dayContent .newBookingArrivalSpan {
  position: absolute;
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
  bottom: 0;
  right: -1px;
  width: 40px;
  height: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#multipleCalendar .dayContent .arrivalSpan::-webkit-scrollbar,
#mobileCalendar .dayContent .arrivalSpan::-webkit-scrollbar,
#monthlyCalendar .dayContent .arrivalSpan::-webkit-scrollbar,
#multipleCalendar .dayContent .newBookingArrivalSpan::-webkit-scrollbar,
#mobileCalendar .dayContent .newBookingArrivalSpan::-webkit-scrollbar,
#monthlyCalendar .dayContent .newBookingArrivalSpan::-webkit-scrollbar {
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #multipleCalendar .dayContent .arrivalSpan,
  #mobileCalendar .dayContent .arrivalSpan,
  #monthlyCalendar .dayContent .arrivalSpan,
  #multipleCalendar .dayContent .newBookingArrivalSpan,
  #mobileCalendar .dayContent .newBookingArrivalSpan,
  #monthlyCalendar .dayContent .newBookingArrivalSpan {
    transform-origin: 77% 25%;
  }
}
#multipleCalendar .dayContent .departureSpan,
#mobileCalendar .dayContent .departureSpan,
#monthlyCalendar .dayContent .departureSpan,
#multipleCalendar .dayContent .newBookingDepartureSpan,
#mobileCalendar .dayContent .newBookingDepartureSpan,
#monthlyCalendar .dayContent .newBookingDepartureSpan {
  position: absolute;
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#multipleCalendar .dayContent .departureSpan::-webkit-scrollbar,
#mobileCalendar .dayContent .departureSpan::-webkit-scrollbar,
#monthlyCalendar .dayContent .departureSpan::-webkit-scrollbar,
#multipleCalendar .dayContent .newBookingDepartureSpan::-webkit-scrollbar,
#mobileCalendar .dayContent .newBookingDepartureSpan::-webkit-scrollbar,
#monthlyCalendar .dayContent .newBookingDepartureSpan::-webkit-scrollbar {
  display: none;
}
#multipleCalendar .dayContent:not(.blockedDeparture) .departureSpan:hover .fal,
#mobileCalendar .dayContent:not(.blockedDeparture) .departureSpan:hover .fal,
#monthlyCalendar .dayContent:not(.blockedDeparture) .departureSpan:hover .fal {
  display: initial;
}
#multipleCalendar .dayContent:not(.blockedDeparture) .departureSpan .fal,
#mobileCalendar .dayContent:not(.blockedDeparture) .departureSpan .fal,
#monthlyCalendar .dayContent:not(.blockedDeparture) .departureSpan .fal {
  position: absolute;
  display: none;
  left: 10px;
}
#multipleCalendar .dayContent .departureSpan .fal,
#mobileCalendar .dayContent .departureSpan .fal,
#monthlyCalendar .dayContent .departureSpan .fal {
  display: none;
}
#multipleCalendar .dayContent.arrival .arrivalSpan,
#mobileCalendar .dayContent.arrival .arrivalSpan,
#monthlyCalendar .dayContent.arrival .arrivalSpan,
#multipleCalendar .dayContent.departure .departureSpan,
#mobileCalendar .dayContent.departure .departureSpan,
#monthlyCalendar .dayContent.departure .departureSpan {
  pointer-events: none;
}
#multipleCalendar .dayContent.arrival .arrivalSpan polygon,
#mobileCalendar .dayContent.arrival .arrivalSpan polygon,
#monthlyCalendar .dayContent.arrival .arrivalSpan polygon,
#multipleCalendar .dayContent.departure .departureSpan polygon,
#mobileCalendar .dayContent.departure .departureSpan polygon,
#monthlyCalendar .dayContent.departure .departureSpan polygon {
  pointer-events: auto;
}
#multipleCalendar .extendedDeparture .dayContent .newBookingDepartureSpan,
#mobileCalendar .extendedDeparture .dayContent .newBookingDepartureSpan,
#monthlyCalendar .extendedDeparture .dayContent .newBookingDepartureSpan {
  opacity: 0.5;
}
#multipleCalendar .dayText,
#mobileCalendar .dayText,
#monthlyCalendar .dayText {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 41px;
  height: 100%;
  padding: 13px 0;
  position: absolute;
  z-index: 0;
  text-align: center;
}
#multipleCalendar .card .card-header,
#mobileCalendar .card .card-header,
#monthlyCalendar .card .card-header {
  background-color: #FFFFFF;
  border-bottom: none;
}
#multipleCalendar .card .card-body,
#mobileCalendar .card .card-body,
#monthlyCalendar .card .card-body {
  overflow-x: hidden;
}
#multipleCalendar .card .card-body select[name="monthlyCalendar_month-year"],
#mobileCalendar .card .card-body select[name="monthlyCalendar_month-year"],
#monthlyCalendar .card .card-body select[name="monthlyCalendar_month-year"],
#multipleCalendar .card .card-body select[name="multiCalendar_month-year"],
#mobileCalendar .card .card-body select[name="multiCalendar_month-year"],
#monthlyCalendar .card .card-body select[name="multiCalendar_month-year"] {
  padding-left: 0;
  width: 80%;
}
#multipleCalendar .card .card-body select[name="multiCalendar_month-year"],
#mobileCalendar .card .card-body select[name="multiCalendar_month-year"],
#monthlyCalendar .card .card-body select[name="multiCalendar_month-year"] {
  width: 55%;
}
#multipleCalendar .card .card-body select[name="monthlyCalendar_month-year"],
#mobileCalendar .card .card-body select[name="monthlyCalendar_month-year"],
#monthlyCalendar .card .card-body select[name="monthlyCalendar_month-year"] {
  width: auto;
}
#multipleCalendar .filter,
#mobileCalendar .filter,
#monthlyCalendar .filter {
  margin-left: 24px;
}
#monthlyCalendar.cockpit-view .monthly-items {
  white-space: nowrap;
}
#monthlyCalendar.cockpit-view .monthly-items .monthly-item {
  margin-right: 35px;
}
#monthlyCalendar.cockpit-view .monthly-items .monthly-item h4 {
  font-size: 17px;
  line-height: 17px;
}
#monthlyCalendar .monthly-items {
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
#monthlyCalendar .monthly-items::-webkit-scrollbar {
  height: 8px;
}
#monthlyCalendar .monthly-items::-webkit-scrollbar-track {
  background: #eee;
}
#monthlyCalendar .monthly-items::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #a7a7a7;
}
#monthlyCalendar .monthly-items .monthly-item {
  display: inline-block;
  margin-right: 20px;
}
#monthlyCalendar .monthly-items .monthly-item td .dayText.color-blue {
  color: #3b4aff;
}
#monthlyCalendar .dayText {
  width: 100%;
}
#mobileCalendar select[name="mobileCalendar_month-year"] {
  width: 65%;
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 1.2rem;
}
#mobileCalendar select[name="mobileCalendar_apartment"] {
  width: 80%;
  border: none;
  font-size: 1.2rem;
}
#arrival-departure-list [data-toggle="popover"] {
  cursor: pointer;
}
#arrival-departure-list .fa-plane-arrival.check-type-color,
#arrival-departure-list .fa-plane-departure.check-type-color {
  padding: 8px;
  margin-right: 0px;
  margin-left: 1px;
  float: left;
  border: 0.578498px solid;
  border-radius: 50%;
  height: 30px;
}
#arrival-departure-list .check-in,
#arrival-departure-list .check-out {
  font-size: 12px;
}
#arrival-departure-list .check-in .check-type-color {
  color: #3b4aff;
  border-color: #3b4aff;
}
#arrival-departure-list .check-out .check-type-color {
  color: #f45b69;
  border-color: #f45b69;
}
#activity-feed [data-toggle="popover"] {
  cursor: pointer;
}
#activity-feed .activity-feed-element {
  border-left: 1px dashed #9a9a9a !important;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
#activity-feed .activity-feed-element .booking-type,
#activity-feed .activity-feed-element .booking-data {
  font-size: 12px;
}
#activity-feed .activity-feed-element.modification.of.booking .activity-feed-element-dot {
  background-color: #FFF07C;
}
#activity-feed .activity-feed-element.reservation .activity-feed-element-dot {
  background-color: #00B4D8;
}
#activity-feed .activity-feed-element.cancellation .activity-feed-element-dot {
  background-color: #f45b69;
}
#activity-feed .activity-feed-element.pending .activity-feed-element-dot {
  background-color: #EACA14;
}
#activity-feed .activity-feed-element.overbooking .activity-feed-element-dot {
  background-color: #f6965a;
}
#activity-feed .activity-feed-element.offer .activity-feed-element-dot {
  background-color: #2196f3;
}
#activity-feed .activity-feed-element .activity-feed-element-dot {
  position: absolute;
  height: 10px;
  left: -5px;
  top: 2px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
#activity-feed .activity-feed-element .booking-type-span {
  padding: 5px 7px;
}
.apartment-list-apartment-name a {
  text-decoration: none;
  color: black;
  border-bottom: 0;
}
th.currentDay {
  position: relative;
}
th.currentDay .currentDayContainer {
  display: block;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 14%;
  left: 0;
  background-color: #A0A0A0;
  opacity: 0.2;
}
th.currentDay .currentDayLine {
  width: 100%;
  height: 26%;
  background-color: #A0A0A0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
td.currentDay .currentDayContainer {
  width: 100%;
  height: 100%;
  background-color: #A0A0A0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.popover.tour.tour-tour {
  font-size: 17px;
}
.input-group.bootstrap-touchspin {
  width: 100%;
}
.input-group.bootstrap-touchspin .input-group-btn-vertical {
  display: none;
}
.cockpit-calendar td {
  height: 50px;
  width: 45px;
  min-height: 50px;
  min-width: 45px;
  text-align: center;
}
.cockpit-calendar td.weekend .dayText {
  color: #f45b69;
}
.cockpit-calendar td .dayText {
  height: 35px;
}
.cockpit-calendar td .departureSpan,
.cockpit-calendar td .newBookingDepartureSpan,
.cockpit-calendar td .arrivalSpan,
.cockpit-calendar td .newBookingArrivalSpan {
  top: 0;
  right: 0;
  position: absolute;
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
  width: 60px;
  height: 35px;
}
.cockpit-calendar td .departureSpan,
.cockpit-calendar td .newBookingDepartureSpan {
  margin-right: 1px;
}
.cockpit-calendar td .dayContent {
  position: relative;
}
.cockpit-calendar#multi-calendar .multi-calendar-apartment-name {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  min-width: 100px;
}
.cockpit-calendar#multi-calendar tr:last-child:not(.extra-row-days) .multi-calendar-apartment-name {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.cockpit-calendar#multi-calendar tr:last-child:not(.extra-row-days) td.day {
  border-bottom: 1px solid #cccccc;
}
.cockpit-calendar .edit-apartment {
  text-align: left;
  white-space: nowrap;
}
.cockpit-calendar .edit-apartment a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 18px;
  text-decoration: none;
  border-bottom: none;
  color: #333333;
}
.cockpit-calendar .edit-apartment a .edit-icon {
  color: #000000;
}
.cockpit-calendar .edit-apartment a .edit-icon.disabled {
  color: #9a9a9a;
}
.cockpit-calendar .edit-apartment a:hover {
  border-bottom: none;
}
.arrivalSvg,
.departureSvg {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
}
.normalFakeDay {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}
div[id^="fakeBooking-"] {
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -1000px;
}
div[id^="fakeBooking-"] .guestName {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 8px;
  text-align: center;
  z-index: 99;
}
div[id^="fakeBooking-"] .guestName.shortName {
  width: 40px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #multipleCalendar .card .card-body,
  #monthlyCalendar .card .card-body {
    overflow-x: hidden;
  }
  #multipleCalendar .card .card-body select[name="monthlyCalendar_month-year"],
  #monthlyCalendar .card .card-body select[name="monthlyCalendar_month-year"] {
    background-position: 100% 60%;
  }
  #multipleCalendar .card .card-body select[name="monthlyCalendar_apartment"],
  #monthlyCalendar .card .card-body select[name="monthlyCalendar_apartment"] {
    width: 110px;
  }
  #multipleCalendar .card .card-body .toggle-calendars a:not([tabindex="0"]),
  #monthlyCalendar .card .card-body .toggle-calendars a:not([tabindex="0"]) {
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
  }
  #multipleCalendar .dayContent .arrivalSpan,
  #monthlyCalendar .dayContent .arrivalSpan,
  #multipleCalendar .dayContent .newBookingArrivalSpan,
  #monthlyCalendar .dayContent .newBookingArrivalSpan {
    height: 40px;
  }
  #multipleCalendar .table-responsive {
    margin-left: 150px;
  }
  #multipleCalendar td:first-child,
  #multipleCalendar th:first-child {
    width: 100px;
  }
  .cockpit-calendar#multi-calendar .multi-calendar-apartment-name {
    min-width: 100px;
  }
}
@media screen and (min-width: 992px) {
  #multipleCalendar .table-responsive {
    margin-left: 150px;
  }
  #multipleCalendar td:first-child,
  #multipleCalendar th:first-child {
    width: 150px;
  }
  .cockpit-calendar#multi-calendar .multi-calendar-apartment-name {
    min-width: 150px;
  }
}
@media screen and (orientation: landscape) {
  #multipleCalendar .table-responsive {
    margin-left: 150px;
  }
  #multipleCalendar .card .card-body,
  #monthlyCalendar .card .card-body {
    overflow-x: hidden;
  }
  #multipleCalendar .card .card-body select[name="monthlyCalendar_apartment"],
  #monthlyCalendar .card .card-body select[name="monthlyCalendar_apartment"] {
    width: 65px;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  #multipleCalendar .table-responsive {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #activity-feed .activity-feed-element .booking-type,
  #activity-feed .activity-feed-element .booking-data {
    font-size: 16px;
  }
  #arrival-departure-list .check-in,
  #arrival-departure-list .check-out {
    font-size: 16px;
  }
  #arrival-departure-list .fa-plane-arrival.check-type-color,
  #arrival-departure-list .fa-plane-departure.check-type-color {
    height: 35px;
    margin-right: 10px;
  }
}
.dayContent.droppable {
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  opacity: 0.5;
}
.dayContent.droppable .originalBooking {
  opacity: 1;
}
.dayContent.droppable.arrival.departurePreview .departureSpan {
  opacity: 1;
}
.dayContent.droppable.departure.arrivalPreview .arrivalSpan {
  opacity: 1;
}
.dayContent.droppable.beforePreview,
.dayContent.droppable.afterPreview {
  opacity: 1;
}
.dayContent.droppable.arrivalPreview,
.dayContent.droppable.departurePreview {
  opacity: 1;
}
.dayContent.arrival,
.dayContent.departure {
  opacity: 1;
}
.dayContent.normal .originalBooking,
.dayContent.arrival .originalBooking,
.dayContent.departure .originalBooking {
  opacity: 0.5;
}
.bookingPreview .dayContent.droppable {
  opacity: 1;
}
.bookingPreview .dayContent.droppable .dayText {
  filter: brightness(93%);
  -webkit-filter: brightness(93%);
}
.updatingBooking[data-booking-start] .arrivalSpan {
  opacity: 0.5;
}
.updatingBooking[data-booking-end] .departureSpan {
  opacity: 0.5;
}
.updatingBooking .normal {
  opacity: 0.5;
}
.no-border-top {
  border-top: none;
}
.no-border-bottom {
  border-bottom: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-row-xs td {
  padding: 0 !important;
}
.width-0 {
  width: 0 !important;
}
.datepicker-months,
.datepicker-years {
  max-width: 200px;
}
.color-red {
  color: #EF6461;
}
.no-border {
  border: none !important;
}
.font-size-larger {
  font-size: larger;
}
.green {
  color: green;
}
.red {
  color: red;
}
.bg-red {
  background-color: red;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.white-color {
  color: #FFFFFF;
}
.primary-color {
  color: #3b4aff;
}
.primary-bg-color {
  background-color: #28e086;
}
.primary-font-family {
  font-family: Manrope;
}
.visibility-none {
  visibility: hidden;
}
.new-btn {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 18px;
}
.new-btn-outline-primary {
  border-radius: 5px;
  border: solid 0.5px #3b4aff;
  background-color: #ffffff;
  color: #3b4aff;
}
.new-btn-outline-primary:hover {
  background-color: #3b4aff;
  color: #ffffff;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #3b4aff;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ffffff;
}
#smoobu-tool-slider li .panel .panel-body {
  padding: 10px;
}
#smoobu-tool-slider li .panel .panel-body a {
  padding: 12px;
}
#smoobu-tool-slider li .panel .panel-body p {
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  #smoobu-tool-slider li {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #smoobu-tool-slider li {
    width: 600px;
  }
}
.form-radio-image label {
  margin-top: 10px;
}
.form-radio-image label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-radio-image label [type=radio] + img {
  cursor: pointer;
  max-width: 55px;
  margin-right: 2px;
}
.form-radio-image label [type=radio]:checked + img {
  outline: 1px solid;
}
@media screen and (min-width: 1200px) {
  .form-radio-image label [type=radio] + img {
    max-width: 50px;
    margin-right: 10px;
  }
}
#navigation-top {
  position: sticky;
  grid-area: header;
  z-index: 100;
  border: 0;
  top: 0;
}
#navigation-top .mobileNavbar {
  background-color: #ececec;
  min-height: 62px;
  width: 100%;
  min-width: 300px;
}
#navigation-top .mobileNavbar .navbar-nav {
  width: 100%;
  margin-right: 0;
  padding-top: 5px;
}
#navigation-top .mobileNavbar .navbar-nav .visible-collapse.dark {
  display: none;
}
#navigation-top .mobileNavbar img:not(.small-logo) {
  height: 36px;
}
#navigation-top .mobileNavbar .navbar-nav {
  width: 100%;
  margin-right: 0;
  padding-top: 11px;
}
#navigation-top .mobileNavbar .navbar-nav li {
  min-width: 46px;
}
#navigation-top .mobileNavbar .navbar-nav li a {
  color: #3b4aff;
  padding: 0 10px;
}
#navigation-top .mobileNavbar .navbar-nav li a:hover,
#navigation-top .mobileNavbar .navbar-nav li a:focus {
  background-color: #ececec;
  color: #3b4aff;
  text-decoration: none;
}
#navigation-top .mobileNavbar .navbar-nav li a.btn-secondary {
  border: none;
  background-color: #ececec;
  color: #3b4aff;
}
#navigation-top .mobileNavbar .navbar-nav li.language-landscape {
  display: none;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item {
  position: relative;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item .dropdown-toggle::after {
  display: none;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu {
  padding: 0;
  margin-top: 0px;
  font-size: 0.8rem;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .user-id {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .user-email {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.5;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .user-email label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .add-account-help {
  word-break: break-all;
  white-space: break-spaces;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropdown-item {
  padding: 8px;
  color: #9a9a9a;
  background-color: inherit;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropdown-item i {
  margin-right: 0;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropdown-item i.fa-globe-europe {
  margin-left: -3px;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropdown-item .dropdown-toggle {
  color: #9a9a9a;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropdown-item .dropdown-toggle:focus {
  outline: none;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .custom-switch.custom-switch-lg .custom-control-label::before {
  left: -0.3rem;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .custom-switch.custom-switch-lg .custom-control-label::after {
  left: calc(-0.3rem + 2px);
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .impersonateable-user-list {
  max-height: 190px;
  overflow-y: auto;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropleft .dropdown-toggle::before {
  display: none;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropleft .dropdown-menu {
  padding: 0;
  margin-top: 0px;
  width: 105px;
  min-width: 105px;
  height: 200px;
  min-height: 200px;
  overflow-y: auto;
  top: calc(0% - 120px);
  left: calc(100% - 320px);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropleft .dropdown-menu::-webkit-scrollbar {
  display: none;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropleft .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
  color: #9a9a9a;
}
#navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item > .dropdown-menu .dropleft .dropdown-menu .dropdown-item img {
  height: 12px;
  float: none;
  margin: auto 0;
  vertical-align: baseline;
}
#navigation-top .mobileNavbar .navbar-nav li .nav-link,
#navigation-top .mobileNavbar .navbar-nav li .custom-switch {
  text-align: left;
  padding: 3px;
  color: #9a9a9a;
}
#navigation-top .mobileNavbar .search {
  background-color: #ececec;
  padding: 20px 10px;
  margin-top: 5px;
  width: 100%;
}
#navigation-top .mobileNavbar .search .search-input {
  width: auto;
}
#navigation-top .mobileNavbar .search .search-input .input-group-prepend .input-group-text {
  border-radius: unset;
  border: none;
  line-height: unset;
  background-color: #FFFFFF;
}
#navigation-top .mobileNavbar .search .search-input .search-awesome {
  height: auto;
  border: none;
  border-radius: unset;
  padding: 10px 12px;
}
#navigation-top .mobileNavbar .search .search-input i {
  color: #b2b2b2;
}
#navigation-top .mobileNavbar .search.loading {
  left: 0;
  height: 80px;
}
#navigation-top .mobileNavbar .search.loading:after {
  z-index: 900;
}
#navigation-top .mobileNavbar .search .results {
  margin-top: 0;
}
#navigation-top .mobileNavbar .search .results .result .content {
  padding: 0 15px;
}
#navigation-top .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#navigation-top .container-fluid #navbar-top {
  background-color: #f3f3f3;
}
#navigation-top .container-fluid #navbar-top .navbar-right li a {
  color: #424242;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu {
  min-width: 280px;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item .user-email {
  width: 150px;
  font-size: 12px;
  line-height: 1.5;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item .user-email label {
  word-break: break-all;
  white-space: break-spaces;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item .custom-control:hover {
  color: #3b4aff;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item.dropdown-submenu .dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin-top: 0px;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item.dropdown-submenu .dropdown-menu .dropdown-item {
  padding: 0;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item.dropdown-submenu .dropdown-menu .dropdown-item .nav-link {
  text-align: left;
  padding: 10px 20px;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropdown-item.dropdown-submenu .dropdown-menu .dropdown-item .nav-link img {
  height: 12px;
  float: none;
  margin: auto 0;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu .dropleft .dropdown-toggle::before {
  display: none;
}
#navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .impersonateable-user-list a {
  padding: 0;
}
#navigation-top .container-fluid #navbar-top .navbar-right li .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
#topNavigation {
  grid-area: header;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}
.push-nav {
  margin-left: 200px;
}
.push-content {
  margin-left: 190px;
}
.stop-scrolling {
  position: fixed !important;
  height: 100%;
  overflow: hidden;
}
.navigation > li {
  padding: 0;
}
.navigation > li a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  min-height: unset;
  color: #9a9a9a;
}
.navbar-header {
  margin-right: 0;
}
.navbar {
  padding: 0;
}
.search-input {
  width: 180px;
}
.search-input i {
  color: #b2b2b2;
}
.small-logo {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
@media screen and (orientation: landscape) {
  #navigation-top .mobileNavbar .navbar-nav li.language-landscape {
    display: inline-block;
    padding-top: 10px;
  }
  #navigation-top .mobileNavbar .navbar-nav li.language-landscape .dropdown-menu {
    top: 100%;
    left: calc(100% - 150px);
    width: 100%;
    min-width: 120px;
    height: 100%;
    min-height: 220px;
    overflow-y: scroll;
  }
  #navigation-top .mobileNavbar .navbar-nav li.language-landscape .dropdown-item {
    padding: 0.5rem 1rem;
    text-align: left;
    color: #9a9a9a;
  }
  #navigation-top .mobileNavbar .navbar-nav li.language-landscape .dropdown-item img {
    height: 12px;
    float: none;
    margin: auto 0;
    vertical-align: baseline;
  }
  #navigation-top .mobileNavbar .navbar-nav li.user-dropdown .dropdown-menu {
    height: 250px;
    min-height: 250px;
    overflow-y: scroll;
  }
  #navigation-top .mobileNavbar .navbar-nav li.user-dropdown .dropleft {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #topNavigation {
    padding-right: 64px;
    padding-left: 64px;
  }
  #navigation-top {
    position: sticky;
  }
  #navigation-top .mobileNavbar {
    display: none;
  }
  #navigation-top .navbar-nav {
    float: left;
    margin: 0;
  }
  #navigation-top .navbar-nav li.li-new-booking {
    display: none;
  }
  #navigation-top .navbar-nav li a:hover {
    text-decoration: none;
  }
  #navigation-top .navbar-nav li a.dropdown-toggle::after {
    display: none;
  }
  #navigation-top .navbar-nav.navbar-right {
    margin-right: 15px;
    float: right;
  }
  #navigation-top .navbar-nav.navbar-right > li:not(.user-dropdown,.language-switch) {
    display: none;
  }
  #navigation-top .navbar-nav.navbar-right li a i {
    vertical-align: middle;
  }
  #navigation-top .header-element {
    text-align: center;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #navigation-top .header-element.language-switch {
    padding-top: 10px;
  }
  #navigation-top .li-search {
    padding-top: 10px;
  }
  #navigation-top .li-search .input-group-addon {
    padding: 14px 0 0 10px;
    background-color: #FFFFFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #navigation-top .li-search .search-awesome {
    width: 125px;
    padding: 10px;
    height: auto;
    border: none;
    border-radius: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #navigation-top .li-search .search-awesome::-webkit-input-placeholder,
  #navigation-top .li-search .search-awesome::-moz-placeholder,
  #navigation-top .li-search .search-awesome::-ms-input-placeholder {
    font-size: 1.5em;
  }
  #navigation-top .li-search .search.loading {
    left: 0;
    height: 40px;
  }
  #navigation-top .li-search .search.loading:after {
    z-index: 900;
  }
  #navigation-top .li-search .search .results .result .content {
    padding: 0 15px;
  }
  #navigation-top #navbar-top {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  #navigation-top .mobileNavbar {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .mobileNavbar {
    display: none;
  }
  #navigation-top #navbar-top {
    margin-left: 0;
  }
  #navigation-top #navbar-top .header-element {
    padding-top: 21px;
    margin: 0 5px 15px 5px;
  }
  #navigation-top #navbar-top .li-new-booking {
    margin: 0 10px 16px 23px;
  }
  #navigation-top #navbar-top .li-new-booking a {
    border-radius: 5px;
    margin-bottom: 0;
    padding: 6px 11px;
  }
  #navigation-top #navbar-top .li-new-booking a:hover {
    transition: none;
    box-shadow: none;
    background-color: #28e086;
  }
  #navigation-top #navbar-top .li-new-booking a i {
    line-height: inherit;
  }
  #navigation-top #navbar-top .li-new-booking a.btn-thirdly {
    border: none;
  }
  #navigation-top #navbar-top .navbar-right .header-element,
  #navigation-top #navbar-top .li-search.header-element {
    margin: 0 3px 13px 3px;
  }
  #navigation-top #navbar-top .navbar-right .header-element {
    padding-top: 20px;
  }
  #navigation-top #navbar-top .navbar-right {
    margin-right: 5px;
    float: right;
  }
  #navigation-top #navbar-top .navbar-right li {
    display: block;
  }
  #navigation-top #navbar-top .navbar-right li.separator-right {
    border-right: 2px solid #dcdcdc;
    height: 35px;
    margin: 18px 0;
  }
  #navigation-top #navbar-top .navbar-right li a {
    height: 44px;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 11px;
    padding-top: 11px;
  }
  #navigation-top #navbar-top .navbar-right li a:hover {
    color: #3b4aff;
  }
  #navigation-top #navbar-top .navbar-right li a .caret:after {
    font-size: 3rem;
    width: 20px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown .small-logo {
    vertical-align: baseline;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-overflow: ellipsis;
    color: #000000;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown .user-id,
  #navigation-top #navbar-top .navbar-right li.user-dropdown .add-account {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #002333;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown .user-email,
  #navigation-top #navbar-top .navbar-right li.user-dropdown .add-account-help {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown .user-caret {
    vertical-align: baseline;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown.dropdown .dropdown-toggle {
    padding-top: 8px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu {
    min-width: 220px;
    padding: 0;
    margin-top: 10px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li a {
    height: auto;
    color: #000000;
    padding: 8px 5px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li a i {
    float: inherit;
    margin-top: 0;
    margin-right: 0;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li a .font-body-2 {
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li a:hover {
    background-color: inherit;
    color: #3b4aff;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li:not(.user-separator) {
    padding: 5px;
  }
  #navigation-top #navbar-top .navbar-right li.user-dropdown ul.dropdown-menu li.user-separator {
    margin: 0 15px;
    border-top: 1px solid #cccccc;
  }
  #navigation-top #navbar-top .navbar-right li.language-switch .dropdown-menu {
    padding: 0;
  }
  #navigation-top #navbar-top .navbar-right li.language-switch .dropdown-menu .dropdown-item {
    padding: 0;
  }
  #navigation-top #navbar-top .navbar-right li.language-switch .dropdown-menu .dropdown-item .nav-link {
    padding: 0.7rem 2rem;
  }
  #navigation-top #navbar-top .navbar-right li.language-switch .dropdown-menu .dropdown-item .nav-link img {
    top: 0;
    float: none;
    margin-top: 0;
  }
}
#leftSidebarRoot {
  grid-area: sidebar;
  z-index: 101;
  position: sticky;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  #leftSidebarRoot {
    display: block;
  }
  .sidebar {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .category-content {
    padding: 0px 15px;
  }
}
#communication-list .list-group {
  padding: 0;
  border: none;
  border-radius: 0;
}
#communication-list .list-group .list-group-item {
  margin: 0;
  padding: 5px 20px;
}
#communication-list .list-group .list-group-item:first-child {
  border-bottom-left-radius: 0;
}
#communication-list .list-group.communication-type .list-group-item.active {
  border-bottom: 4px solid #3b4aff;
  background-color: #FFFFFF;
}
#communication-list .list-group.communication-type .list-group-item.active a {
  color: #3b4aff;
}
#communication-list .list-group.communication-type .list-group-item a {
  color: #9a9a9a;
  font-size: 1rem;
}
#communication-list .list-group.communication-type .list-group-item a:hover {
  color: #3b4aff;
  text-decoration: none;
}
#communication-list .list-group.communication-type .list-group-item a span.unread-messages {
  border: none;
  background-color: #FFFFFF;
  color: #3b4aff;
  font-size: 1rem;
}
#communication-list .communication-header {
  margin-top: 1rem;
}
#communication-list .communication-header .messages-options {
  padding-left: 0rem;
}
#communication-list .communication-header .messages-options i {
  color: #9a9a9a;
  cursor: pointer;
}
#communication-list .communication-header .amount-messages {
  font-size: 14px;
}
#communication-list .communication-header .btn-group a {
  color: #000000;
}
#communication-list .communication-header .btn-group a:hover,
#communication-list .communication-header .btn-group a:focus {
  color: #3b4aff;
  background-color: #FFFFFF;
}
#communication-list .communication-body .card .card-body {
  padding: 0;
}
#communication-list .communication-body .card .card-body > .row {
  margin: 0;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages a {
  color: unset;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages a:hover {
  text-decoration: none;
  color: initial;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages a[data-related] {
  color: #3b4aff;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item:first-child {
  border-radius: unset;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item:hover,
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item.active {
  background-color: #ececec;
  cursor: pointer;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item.active {
  color: inherit;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .inbox-checkbox {
  padding: 0 0 0 4px;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .inbox-checkbox .checker {
  margin-right: 0;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message {
  font-size: 0.8rem;
  padding-left: 5px;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .is-related {
  padding: 3px 6px;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon {
  width: 13px;
  height: 16px;
  font-size: 0.9rem;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon-badge {
  padding: 3px 6px;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon-title {
  font-size: 0.7rem;
  color: #9a9a9a;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .text-date {
  font-size: 0.7rem;
  color: #9a9a9a;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .message-subject {
  font-weight: 400;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .message-excerpt {
  font-size: 0.8rem;
  color: #9a9a9a;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .unread .letter-icon-title,
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .unread .text-date {
  font-weight: 400;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .unread .letter-icon-title {
  color: #424242;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .unread .message-subject,
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .unread .message-excerpt {
  font-weight: 700;
  color: #424242;
}
#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .btn-rounded {
  padding: 2px 4px;
}
.message-header {
  margin-top: 1rem;
  border-bottom: none;
}
.message-header h3 {
  font-size: 1rem;
  font-weight: 400;
  text-overflow: ellipsis;
}
.message-header .close {
  position: relative;
  right: 0;
  top: 0;
  padding: 0 15px;
}
.modal-body.message-body .reply-button {
  border-color: #FFFFFF;
}
.modal-body.message-body .reply-button:hover,
.modal-body.message-body .reply-button:focus {
  border-color: inherit;
}
.modal-body.message-body h5 {
  font-size: 14px;
  line-height: normal;
}
.modal-body.message-body .text-date {
  font-size: 0.7rem;
  color: #9a9a9a;
}
.modal-body.message-body .letter-icon {
  font-size: 0.9rem;
  width: 10px;
  height: 16px;
}
.modal-body.message-body .letter-icon-title {
  font-size: 0.7rem;
}
.modal-body.message-body .btn-rounded {
  padding: 3px 7px;
}
.modal-body.message-body .message-details {
  font-size: 12px;
  color: #9a9a9a;
}
.modal-body.message-body .message-details label {
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}
.modal-body.message-body .bookingDetail {
  font-size: 12px;
  font-weight: 400;
}
.modal-body.message-body .bookingDetail:hover {
  text-decoration: none;
}
.modal-body.message-body #removeCurrentMessage {
  cursor: pointer;
}
.modal-body.message-body .mail-content {
  font-size: 0.9rem;
}
.modal-body.message-body .mail-content p {
  word-break: break-word;
}
.modal-body.message-body .mail-content table {
  width: 100% !important;
}
.smoobu-blue {
  color: #3b4aff;
}
.smoobu-red {
  color: #f45b69;
}
#historyConversationContainer .limited-content .text {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#historyConversationContainer .limited-content .more a {
  color: #28e086;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group {
  width: 20%;
  height: 15px;
  display: inline-block;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect {
  border: none;
  padding: 0;
  width: 15px;
  height: 10px;
  position: relative;
  display: block;
  box-shadow: none;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect::after {
  display: none;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect .multiselect-selected-text {
  display: none;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect .caret {
  right: 0;
  top: 0;
  margin-top: 0;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect:hover {
  box-shadow: none;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect-container {
  min-width: 190px;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect-container label {
  font-size: 13px;
}
.custom-mail-table .card .card-body #custom-mail-table_wrapper #custom-mail-table tr th .btn-group .multiselect-container label input {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #communication-list .communication-body .card .card-body .list-group {
    border-right: 1px solid #ececec;
  }
  #communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .inbox-checkbox {
    padding: 0 0 0 9px;
  }
  .message-header h3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  div#communication-list .communication-header {
    margin-top: 0;
  }
  div#communication-list .communication-body .card {
    border-radius: 0.5rem;
  }
  div#communication-list .communication-body .card .card-body .list-group {
    border-bottom: 0;
  }
  div#communication-list .communication-body .card .card-body .list-group .list-group-item {
    margin: 0;
    padding: 15px 20px;
  }
  div#communication-list .communication-body .card .card-body .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
  }
  div#communication-list .communication-body .card .card-body .list-group .list-group-item.active {
    border-right: 4px solid #3b4aff;
    border-bottom: none;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-type .list-group-item a {
    font-size: 1.3rem;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages {
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages::-webkit-scrollbar {
    display: none;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .inbox-checkbox {
    padding: 0 0 0 9px;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message {
    padding-left: 0;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .is-related {
    padding: 3px 8px;
  }
  div#communication-list .communication-body .card .card-body .communication-reader {
    border: none;
    margin-top: 2rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader h5 {
    font-size: 1rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .message-details {
    font-size: 1rem;
    color: #9a9a9a;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .message-details label {
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  div#communication-list .communication-header .btn-group {
    border: 1px solid #ececec;
    border-radius: 5px;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message {
    font-size: 1rem;
    padding-left: 0;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .is-related {
    padding: 3px 8px;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon {
    font-size: 0.9rem;
    height: 17px;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon-title {
    font-size: 0.9rem;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .text-date {
    font-size: 0.9rem;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .btn-rounded {
    padding: 4px 6px;
  }
  div#communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .message-excerpt {
    font-size: 1rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader h5 {
    font-size: 1.3rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .reply-button:hover,
  div#communication-list .communication-body .card .card-body .communication-reader .reply-button:focus {
    border-color: #FFFFFF;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .bookingDetail {
    font-size: 1rem;
    font-weight: 400;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .bookingDetail:hover {
    text-decoration: none;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .text-date {
    font-size: 0.9rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .letter-icon {
    font-size: 0.9rem;
    width: 12px;
    height: 17px;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .letter-icon-title {
    font-size: 9rem;
  }
  div#communication-list .communication-body .card .card-body .communication-reader .btn-rounded {
    padding: 4px 7px;
  }
}
#customer-statistics .fa-dollar-sign,
#statistic-overview .fa-dollar-sign,
#customer-statistics .revenue .currency,
#statistic-overview .revenue .currency {
  color: #14BD83;
}
#customer-statistics .fa-calendar-check,
#statistic-overview .fa-calendar-check {
  color: #00B4D8;
  opacity: 0.6;
}
#customer-statistics .fa-moon-stars,
#statistic-overview .fa-moon-stars {
  color: #3b4aff;
}
#customer-statistics .fa-times-circle,
#statistic-overview .fa-times-circle {
  color: #f45b69;
}
#customer-statistics .fa-hourglass-start,
#statistic-overview .fa-hourglass-start {
  color: #EACA14;
}
#customer-statistics h2 {
  font-weight: 400;
}
#customer-statistics .table-switch a {
  width: auto;
  display: inline-block;
  border: none;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-decoration: none;
}
#customer-statistics .table-switch a.active,
#customer-statistics .table-switch a:hover,
#customer-statistics .table-switch a:focus {
  color: #3b4aff;
}
#customer-statistics .table-switch a.active {
  border-bottom: 4px solid #3b4aff;
}
#customer-statistics .utilizationGauge .utilizationValue {
  line-height: 0;
}
#customer-statistics .utilizationRevenue h2 .header-occupancy {
  border-bottom: 4px solid #00B4D8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#customer-statistics .utilizationRevenue h2 .header-revenue {
  border-bottom: 4px solid #14BD83;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#customer-statistics .utilizationGauge,
#customer-statistics .utilizationRevenue {
  margin-top: 0;
}
#customer-statistics .utilizationGauge .card-body,
#customer-statistics .utilizationRevenue .card-body {
  max-height: 250px;
}
#customer-statistics .panelResize.donuts .card-body {
  min-height: 390px;
}
#customer-statistics .panelResize.donuts .card-body .card-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
#customer-statistics .panelResize.donuts .card-body .channelSalesChart,
#customer-statistics .panelResize.donuts .card-body .channelBookingsChart,
#customer-statistics .panelResize.donuts .card-body .channelNightsChart,
#customer-statistics .panelResize.donuts .card-body .channelCancelationsChart {
  margin: 0 auto;
}
#customer-statistics .panelResize.donuts .card-body .legend {
  height: 110px;
  overflow-y: hidden;
}
#customer-statistics .panelResize.donuts .card-body .legend.full-portals {
  height: auto;
  overflow-y: inherit;
}
#customer-statistics .panelResize.donuts .card-body .legend label {
  display: block;
  cursor: pointer;
}
#customer-statistics .panelResize.donuts .card-body .legend label small {
  content: ' ';
  padding: 1px 8px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 9px;
}
#customer-statistics .panelResize.donuts .card-body .legend label .legend-name {
  margin-left: 0.3rem;
  font-size: 14px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
#customer-statistics .panelResize.donuts .card-body .legend label .legend-total {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
#customer-statistics .panelResize.donuts .card-body .see-more a {
  color: #9a9a9a;
}
#customer-statistics .panelResize.donuts .card-body .see-more a:hover {
  text-decoration: none;
}
#customer-statistics .panelResize .dataTables_wrapper {
  overflow-x: auto;
}
#customer-statistics .panelResize .dataTables_wrapper .table th {
  border-top: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:after,
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:after {
  color: #3b4aff;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:before {
  content: '\e9c1';
  color: #9a9a9a;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:after {
  margin-top: -10px;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:before {
  content: '\e9c2';
  color: #9a9a9a;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  margin-top: -10px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:after {
  margin-top: 5px;
}
#customer-statistics .panelResize .dataTables_wrapper .table th.sorting:before {
  margin-top: 5px;
}
#customer-statistics .panelResize .dataTables_wrapper .table tr td {
  border-top: 0;
}
#customer-statistics .panelResize #segmented_gauge g.numbers text {
  fill: #000000;
}
#customer-statistics .panelResize #segmented_gauge g.arrow path {
  fill: #000000;
}
.utilizationRevenue #timeElapsedUtelizeSaleChart .c3-line {
  stroke-dasharray: 5,5;
}
.c3-circle {
  fill: currentColor;
}
@media screen and (min-width: 992px) {
  .utilizationGauge,
  .utilizationRevenue {
    margin-top: 0;
  }
  .utilizationGauge .card-body,
  .utilizationRevenue .card-body {
    min-height: 200px;
    max-height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  #customer-statistics .utilizationGauge .utilizationValue {
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0.03em;
  }
  #customer-statistics .parentUtilizationChart .legend {
    display: inline-block;
    margin-right: 0;
  }
  #customer-statistics .parentUtilizationChart .legend label {
    height: auto;
  }
  #customer-statistics .parentUtilizationChart .legend label small {
    content: ' ';
    padding: 0px 8px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
  }
  #customer-statistics .parentUtilizationChart .legend label .legend-name {
    margin-left: 0.3rem;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.03em;
  }
  #customer-statistics .panelResize.donuts .card-body .card-title {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table th {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:before {
    right: 10px;
    margin-top: 5px;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:after {
    margin-top: -10px;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:before {
    right: 10px;
    margin-top: -10px;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:after {
    margin-top: 5px;
  }
  #customer-statistics .panelResize .dataTables_wrapper .table tbody tr:hover {
    background-color: #ececec;
  }
}
#bookingDetail .changed-value {
  background-color: #3b4aff6b;
}
#bookingDetail .fa-times-circle,
#bookingDetail .fa-trash-alt {
  color: #f45b69;
}
#bookingDetail .fa-pen {
  color: #3b4aff;
}
#bookingDetail .fa-redo-alt,
#bookingDetail .fa-check {
  color: #28e086;
}
#bookingDetail .booked-by h3 {
  font-weight: 400;
  color: #000000;
}
#bookingDetail a:hover {
  text-decoration: none;
}
#bookingDetail .booking-details h3,
#bookingDetail .guest-details h3,
#bookingDetail .portal-details h3,
#bookingDetail .payment-details h3,
#bookingDetail .invoices-details h3,
#bookingDetail .review-details h3,
#bookingDetail .cards-details h3,
#bookingDetail .airbnb-reviews h3,
#bookingDetail .change-log h3 {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.42px;
}
#bookingDetail .booking-details dt,
#bookingDetail .guest-details dt,
#bookingDetail .portal-details dt,
#bookingDetail .payment-details dt,
#bookingDetail .invoices-details dt,
#bookingDetail .review-details dt,
#bookingDetail .cards-details dt,
#bookingDetail .airbnb-reviews dt,
#bookingDetail .change-log dt {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #000000;
}
#bookingDetail .booking-details dt h3,
#bookingDetail .guest-details dt h3,
#bookingDetail .portal-details dt h3,
#bookingDetail .payment-details dt h3,
#bookingDetail .invoices-details dt h3,
#bookingDetail .review-details dt h3,
#bookingDetail .cards-details dt h3,
#bookingDetail .airbnb-reviews dt h3,
#bookingDetail .change-log dt h3 {
  font-weight: 700;
}
#bookingDetail .booking-details dd,
#bookingDetail .guest-details dd,
#bookingDetail .portal-details dd,
#bookingDetail .payment-details dd,
#bookingDetail .invoices-details dd,
#bookingDetail .review-details dd,
#bookingDetail .cards-details dd,
#bookingDetail .airbnb-reviews dd,
#bookingDetail .change-log dd {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #000000;
}
#bookingDetail .booking-details dd #guestAppLink,
#bookingDetail .guest-details dd #guestAppLink,
#bookingDetail .portal-details dd #guestAppLink,
#bookingDetail .payment-details dd #guestAppLink,
#bookingDetail .invoices-details dd #guestAppLink,
#bookingDetail .review-details dd #guestAppLink,
#bookingDetail .cards-details dd #guestAppLink,
#bookingDetail .airbnb-reviews dd #guestAppLink,
#bookingDetail .change-log dd #guestAppLink,
#bookingDetail .booking-details dd #offerUrlLink,
#bookingDetail .guest-details dd #offerUrlLink,
#bookingDetail .portal-details dd #offerUrlLink,
#bookingDetail .payment-details dd #offerUrlLink,
#bookingDetail .invoices-details dd #offerUrlLink,
#bookingDetail .review-details dd #offerUrlLink,
#bookingDetail .cards-details dd #offerUrlLink,
#bookingDetail .airbnb-reviews dd #offerUrlLink,
#bookingDetail .change-log dd #offerUrlLink,
#bookingDetail .booking-details dd #onlineCheckInUrl,
#bookingDetail .guest-details dd #onlineCheckInUrl,
#bookingDetail .portal-details dd #onlineCheckInUrl,
#bookingDetail .payment-details dd #onlineCheckInUrl,
#bookingDetail .invoices-details dd #onlineCheckInUrl,
#bookingDetail .review-details dd #onlineCheckInUrl,
#bookingDetail .cards-details dd #onlineCheckInUrl,
#bookingDetail .airbnb-reviews dd #onlineCheckInUrl,
#bookingDetail .change-log dd #onlineCheckInUrl,
#bookingDetail .booking-details dd [id^=stripePaymentLink],
#bookingDetail .guest-details dd [id^=stripePaymentLink],
#bookingDetail .portal-details dd [id^=stripePaymentLink],
#bookingDetail .payment-details dd [id^=stripePaymentLink],
#bookingDetail .invoices-details dd [id^=stripePaymentLink],
#bookingDetail .review-details dd [id^=stripePaymentLink],
#bookingDetail .cards-details dd [id^=stripePaymentLink],
#bookingDetail .airbnb-reviews dd [id^=stripePaymentLink],
#bookingDetail .change-log dd [id^=stripePaymentLink] {
  border-radius: 0;
  background-color: #fff;
}
#bookingDetail .booking-details dd .input-group-text,
#bookingDetail .guest-details dd .input-group-text,
#bookingDetail .portal-details dd .input-group-text,
#bookingDetail .payment-details dd .input-group-text,
#bookingDetail .invoices-details dd .input-group-text,
#bookingDetail .review-details dd .input-group-text,
#bookingDetail .cards-details dd .input-group-text,
#bookingDetail .airbnb-reviews dd .input-group-text,
#bookingDetail .change-log dd .input-group-text {
  border-radius: 0;
}
#bookingDetail .booking-details dd .star-rating,
#bookingDetail .guest-details dd .star-rating,
#bookingDetail .portal-details dd .star-rating,
#bookingDetail .payment-details dd .star-rating,
#bookingDetail .invoices-details dd .star-rating,
#bookingDetail .review-details dd .star-rating,
#bookingDetail .cards-details dd .star-rating,
#bookingDetail .airbnb-reviews dd .star-rating,
#bookingDetail .change-log dd .star-rating {
  min-width: 10px;
  text-align: left;
}
#bookingDetail .guest-details .show-checkin-details {
  cursor: pointer;
  color: #3b4aff;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
}
#bookingDetail .guest-details .checkin-buttons .btn-default {
  color: #3b4aff;
  border-color: #3b4aff;
}
#bookingDetail .invoices-details .create-invoice i {
  color: #28e086;
}
#bookingDetail .invoices-details .download-invoice {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-wrap: nowrap;
  color: #3b4aff;
}
#bookingDetail .invoices-details .download-invoice:hover {
  color: #000000;
}
#bookingDetail .invoices-details .download-invoice i {
  color: #3b4aff;
}
#bookingDetail .invoices-details .delete-invoice i {
  color: #f45b69;
}
#bookingDetail .invoices-details .delete-invoice:hover i {
  color: #000000;
}
#bookingDetail .invoices-details .edit-invoice i {
  color: #3b4aff;
}
#bookingDetail .invoices-details .edit-invoice:hover i {
  color: #000000;
}
#bookingDetail .payment-details .payment-create i {
  color: #28e086;
}
#bookingDetail .payment-details .payment-invoice.disabled i {
  color: #9a9a9a;
}
#bookingDetail .payment-details .payment-invoice i {
  color: #000000;
}
#bookingDetail .payment-details .payment-delete.disabled i {
  color: #9a9a9a;
}
#bookingDetail .payment-details .payment-delete i {
  color: #f45b69;
}
#bookingDetail .payment-details .payment-edit.disabled i {
  color: #9a9a9a;
}
#bookingDetail .payment-details .payment-edit i {
  color: #3b4aff;
}
#bookingDetail .payment-details .line-price {
  width: 100%;
  border-top: 1px solid #cccccc;
}
#bookingDetail .payment-methods {
  border-bottom: 1px solid #dee2e6;
}
#bookingDetail .payment-methods .cc-image,
#bookingDetail .payment-done .cc-image {
  height: 16px;
}
#conversation-history .card {
  background-color: #f9f9f9;
}
#conversation-history .scheduled-messages td {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
}
#conversation-history .media-list,
#bookingComReplyOptions .media-list {
  background-color: #f9f9f9;
}
#conversation-history .media-list::-webkit-scrollbar,
#bookingComReplyOptions .media-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#conversation-history .media-list::-webkit-scrollbar-track,
#bookingComReplyOptions .media-list::-webkit-scrollbar-track {
  background: #eee;
}
#conversation-history .media-list::-webkit-scrollbar-thumb,
#bookingComReplyOptions .media-list::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #a7a7a7;
}
#conversation-history .media-list.chat-list .media .media-content,
#bookingComReplyOptions .media-list.chat-list .media .media-content {
  border-radius: 30px;
  border-top-left-radius: 0;
}
#conversation-history .media-list.chat-list .media .media-content:before,
#bookingComReplyOptions .media-list.chat-list .media .media-content:before {
  display: none;
}
#conversation-history .media-list.chat-list .media .media-content .text,
#bookingComReplyOptions .media-list.chat-list .media .media-content .text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.36px;
}
#conversation-history .media-list.chat-list .media .media-content .mail-attachments li,
#bookingComReplyOptions .media-list.chat-list .media .media-content .mail-attachments li {
  background-color: inherit;
}
#conversation-history .media-list.chat-list .media.reversed .media-content,
#bookingComReplyOptions .media-list.chat-list .media.reversed .media-content {
  background-color: #ebf3fb;
  border-bottom-right-radius: 0;
  border-top-left-radius: 30px;
}
#conversation-history .media-list.chat-list .media.reversed .media-content .text,
#bookingComReplyOptions .media-list.chat-list .media.reversed .media-content .text {
  color: #222222;
}
#conversation-history .media-list.chat-list .media.reversed .media-content .more,
#bookingComReplyOptions .media-list.chat-list .media.reversed .media-content .more {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
}
#conversation-history .media-list.chat-list .media.reversed .media-content .more a,
#bookingComReplyOptions .media-list.chat-list .media.reversed .media-content .more a {
  color: #222222;
}
#conversation-history .media-list.chat-list .media.reversed .media-content .media-date,
#bookingComReplyOptions .media-list.chat-list .media.reversed .media-content .media-date {
  color: #222222;
  text-align: right;
}
#conversation-history .media-list.chat-list .media.reversed > img,
#bookingComReplyOptions .media-list.chat-list .media.reversed > img {
  width: 14%;
}
#conversation-history .media-list.chat-list .media .media-date,
#bookingComReplyOptions .media-list.chat-list .media .media-date {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: 0.3px;
}
#conversation-history #SendMailRequestFormForConversationHistory .card.note-editor.note-frame,
#bookingComReplyOptions #SendMailRequestFormForConversationHistory .card.note-editor.note-frame {
  background-color: #FFFFFF;
}
#conversation-history #SendMailRequestFormForConversationHistory .card h3,
#bookingComReplyOptions #SendMailRequestFormForConversationHistory .card h3 {
  font-size: 16px;
  font-weight: 700;
}
#conversation-history .btn-default,
#bookingComReplyOptions .btn-default {
  color: #3b4aff;
  border-color: #3b4aff;
}
.airbnb-reviews .progress-smoobu {
  background-color: #3b4aff;
}
#AirBnbSettings label[for="publicReview"],
#AirBnbSettings label[for="privateFeedback"],
#AirBnbSettings label[for="isRevieweeRecommended"],
#AirBnbSettings label[for="cleanliness"],
#AirBnbSettings label[for="communication"],
#AirBnbSettings label[for="respect_house_rules"] {
  font-size: 1.5rem;
  font-weight: 500;
}
#AirBnbSettings .rating input[type="radio"]:not(:nth-of-type(0)) {
  /* hide visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#AirBnbSettings .rating [type="radio"]:not(:nth-of-type(0)) + label {
  display: none;
}
#AirBnbSettings label[for]:hover {
  cursor: pointer;
}
#AirBnbSettings .rating .stars label:before {
  content: "★";
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
}
#AirBnbSettings .stars {
  height: 30px;
}
#AirBnbSettings .stars label {
  color: lightgray;
  font-size: 3rem;
  vertical-align: top;
  line-height: 2rem;
}
#AirBnbSettings .stars label:hover {
  text-shadow: 0 0 1px #000;
}
#AirBnbSettings .rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
#AirBnbSettings .rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
#AirBnbSettings .rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
#AirBnbSettings .rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
#AirBnbSettings .rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
  color: orange;
}
.host-again label input[type="radio"]:checked ~ span {
  border-color: #3b4aff !important;
  color: #3b4aff;
}
.host-again label span {
  text-align: center;
  cursor: pointer;
  min-width: 50px;
  display: inline-block;
}
#editRegistrationCertificate .modal-body .row select,
#booking_price_element .modal-body .row select,
#payment .modal-body .row select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
}
.payments-options .payment-create button:focus {
  outline: none;
}
.change-log .card {
  background-color: #f9f9f9;
}
.change-log .card-body {
  max-height: 500px;
  overflow-y: auto;
}
.change-log .differences .price-elements {
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.change-log dt .timestamp {
  font-size: 12px;
  font-weight: 400;
  color: #595656;
}
.change-log dt .audit-changes {
  background-color: #FFFFFF;
  margin-left: 2.3rem;
}
@media screen and (min-width: 768px) {
  #bookingDetail .payment-methods {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
  #bookingDetail .payment-methods .cc-image,
  #bookingDetail .payment-done .cc-image {
    height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  #bookingDetail .booking-details h3,
  #bookingDetail .guest-details h3,
  #bookingDetail .portal-details h3,
  #bookingDetail .payment-details h3,
  #bookingDetail .invoices-details h3,
  #bookingDetail .payment-details h3,
  #bookingDetail .review-details h3,
  #bookingDetail .cards-details h3,
  #bookingDetail .airbnb-reviews h3,
  #bookingDetail .change-log h3 {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  #bookingDetail .booking-details dt,
  #bookingDetail .guest-details dt,
  #bookingDetail .portal-details dt,
  #bookingDetail .payment-details dt,
  #bookingDetail .invoices-details dt,
  #bookingDetail .payment-details dt,
  #bookingDetail .review-details dt,
  #bookingDetail .cards-details dt,
  #bookingDetail .airbnb-reviews dt,
  #bookingDetail .change-log dt {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  #bookingDetail .booking-details dd,
  #bookingDetail .guest-details dd,
  #bookingDetail .portal-details dd,
  #bookingDetail .payment-details dd,
  #bookingDetail .invoices-details dd,
  #bookingDetail .payment-details dd,
  #bookingDetail .review-details dd,
  #bookingDetail .cards-details dd,
  #bookingDetail .airbnb-reviews dd,
  #bookingDetail .change-log dd {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.48px;
  }
  #bookingDetail .guest-details .show-checkin-details {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  #bookingDetail #conversation-history .card-body h3 {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  #bookingDetail #conversation-history .media-list.chat-list .media .media-content {
    border-radius: 30px;
    border-top-left-radius: 0;
  }
  #bookingDetail #conversation-history .media-list.chat-list .media .media-content .text {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.42px;
  }
  #bookingDetail #conversation-history .media-list.chat-list .media.reversed .media-content {
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
  }
  #bookingDetail #conversation-history .media-list.chat-list .media.reversed > img {
    width: 6%;
  }
  #bookingDetail #conversation-history .media-list.chat-list .media .media-date {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.36px;
  }
  #bookingDetail #conversation-history #SendMailRequestFormForConversationHistory .card h3 {
    font-size: 16px;
  }
  #bookingDetail #conversation-history .scheduled-messages td {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.48px;
  }
  #bookingComReplyOptions .media-list.chat-list .media .media-content {
    border-radius: 30px;
    border-top-left-radius: 0;
  }
  #bookingComReplyOptions .media-list.chat-list .media .media-content:before {
    display: none;
  }
  #bookingComReplyOptions .media-list.chat-list .media .media-content .text {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.42px;
  }
  #bookingComReplyOptions .media-list.chat-list .media.reversed .media-content {
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
  }
  #bookingComReplyOptions .media-list.chat-list .media.reversed > img {
    width: 6%;
  }
  #bookingComReplyOptions .media-list.chat-list .media .media-date {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.36px;
  }
}
.bookingTable .card .card-body #bookingTable_wrapper .btn-default {
  border: 1px solid #ececec;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_processing {
  background: transparent;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter label input {
  margin-left: 0;
  width: 69px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter label::after {
  left: 20px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter #dLabel {
  padding: 0.375rem 0.5rem;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter #dLabel::after {
  display: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter #dLabel:focus {
  background-color: #FFFFFF;
  border-color: #3b4aff;
  color: #3b4aff;
  box-shadow: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .show .btn-secondary {
  background-color: #FFFFFF;
  border-color: #3b4aff;
  color: #3b4aff;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .form-control {
  font-size: 13px;
  width: 65px;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
  margin-left: 0;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .dropdown-menu .dropdown-item a {
  color: #000000;
  text-decoration: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tbody tr:hover {
  background-color: #ececec;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr.have-child.parent td:first-child:before {
  content: '\e9c6';
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr.have-child td:first-child:before {
  content: '\e9c5';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th {
  border-top: 0;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th.syncStatus .btn-group {
  width: 50%;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group {
  width: 20%;
  height: 15px;
  display: inline-block;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group::after {
  content: '\e9c5';
  font-family: icomoon;
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect {
  border: none;
  padding: 0;
  width: 15px;
  height: 10px;
  position: relative;
  display: block;
  box-shadow: none;
  background: transparent;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect .multiselect-selected-text {
  display: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect .caret {
  right: 0;
  top: 0;
  margin-top: 0;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect:hover {
  box-shadow: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container {
  min-width: 190px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container label {
  width: 90%;
  position: relative;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container label input {
  margin-right: 10px;
  vertical-align: middle;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container label .label-color {
  content: ' ';
  padding: 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 3px;
  margin-left: 3px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container label .single-selection-button {
  display: none;
  position: absolute;
  right: 0;
  top: 3px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th .btn-group .multiselect-container label:hover .single-selection-button {
  display: inline-block;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th:first-child .btn-group {
  width: 100%;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th:first-child .btn-group .multiselect .caret {
  text-align: center;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td {
  border-top: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td .detailPage {
  width: 100%;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td .detailPage td {
  white-space: normal;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td .bookingInfo div {
  display: none;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td.guest-name {
  max-width: 350px;
}
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr th.ociCheckbox .checker,
.bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td.ociCheckbox .checker {
  margin-bottom: 0.25rem;
}
#booking-detail-payments .fa-plus-circle {
  color: #41F793;
}
#csvImport .container-upload-file {
  border: 1px dashed #ccc;
  border-radius: 10px;
}
#csvImport ul.list-group label {
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .searchLabel .form-control {
    width: 80px;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter #dLabel {
    padding: 0.375rem 0.75rem;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .form-control {
    width: 90px;
    padding-right: 0.5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .searchLabel .form-control {
    width: 150px;
  }
  #csvImport ul.list-group label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .bookingTable .card .card-body #bookingTable_wrapper {
    overflow: hidden;
    min-height: 300px;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .searchLabel .form-control {
    width: 200px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .form-control {
    width: 90px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th.syncStatus {
    width: 100px;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th.actions {
    width: 75px;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th:first-child {
    width: 50px;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th.arrival,
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th.departure {
    width: 160px;
    padding-right: 1.75rem;
  }
  .bookingTable .card .card-body #bookingTable_wrapper #bookingTable th.apartments {
    width: 250px;
  }
}
.crmTable .card .card-body #crmGuestList_wrapper .btn-default {
  border: 1px solid #ececec;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_processing {
  background: transparent;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter {
  width: 100%;
  margin-left: 0;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter #createNewGuest {
  width: 150px;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label {
  float: right;
  margin-right: 0;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label input {
  margin-left: 0;
  width: 113px;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label:after {
  left: 10px;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .dropdown {
  float: right;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .dropdown #dLabel::after {
  display: none;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .dropdown .dropdown-menu .dropdown-item a {
  color: #000000;
  text-decoration: none;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .form-control {
  width: inherit;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList tbody tr:hover {
  background-color: #ececec;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList tr th {
  border-top: 0;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList tr td {
  border-top: none;
}
.crmTable .card .card-body #crmGuestList_wrapper #crmGuestList tr td.no-bookings::before {
  display: none;
}
#editSendCustomMailRequest .modal-footer,
#confirmModal .modal-footer,
#editGuest .modal-footer {
  border-top: 0;
}
#editSendCustomMailRequest #sendCustomMailRequestForm .card {
  border: none;
}
#editSendCustomMailRequest #sendCustomMailRequestForm .card .card-body {
  padding: 1.25rem 0;
}
#editSendCustomMailRequest #sendCustomMailRequestForm .card .card-body .text-right.my-sm-4 {
  display: none;
}
.dataTables_wrapper {
  float: none;
  text-align: right;
  min-height: 300px;
}
.dataTables_wrapper .dataTables_processing {
  border: none;
}
.dataTables_wrapper .dataTables_filter {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter label {
  vertical-align: top;
}
.dataTables_wrapper .dataTables_filter input {
  width: 75px;
  height: 34px;
}
.dataTables_wrapper .dataTables_filter .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 0.8rem;
}
.invoiceTable #invoiceTable_wrapper #invoiceTable_filter .searchLabel:after {
  left: 20px;
}
.invoiceTable #invoiceTable_wrapper #invoiceTable .btn.color-blue:hover {
  color: #3b4aff;
}
.invoiceTable #invoiceTable_wrapper #invoiceTable .btn.color-red:hover {
  color: #EF6461;
}
@media screen and (min-width: 360px) {
  .dataTables_wrapper .dataTables_filter input {
    width: 95px;
  }
}
@media screen and (min-width: 768px) {
  .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label {
    margin-left: 5px;
  }
  .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label input {
    width: 150px;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter label input {
    width: 200px;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 200px;
  }
}
#table-scroll > .table > tbody > tr.bb-3 > th:first-child {
  position: sticky;
  left: 0px;
  background-color: #ecf3fa;
  z-index: 99;
  border-left: 1px solid #ececec;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#table-scroll > .table > tbody > tr.bt-3 > td:first-child,
#table-scroll > .table > tbody > tr > td.name.first-column {
  position: sticky;
  left: 0px;
  background-color: #FFFFFF;
  z-index: 99;
  border-left: 1px solid #ececec;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
#priceTable .weekend {
  background-color: #dddddd;
}
#priceTable .weekday {
  background-color: #eeeeee;
}
#priceTable .apartmentName {
  margin-top: 0;
  margin-bottom: 0;
}
#priceTable .apartmentRowField {
  border: none;
}
#priceTable thead td {
  text-align: left !important;
}
#priceTable td:not(.name) {
  text-align: center;
}
#priceTable .firstColumn:not(:first-child) td {
  border-top: none;
}
#priceTable .firstColumn th {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.6rem;
}
#priceTable .firstColumn th,
#priceTable .firstColumn td {
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-bottom: 0.5rem;
  border-top-color: #ececec;
}
#priceTable .firstColumn td + .spanColor {
  padding-top: 0.2rem;
  padding-bottom: 0;
}
#priceTable .firstColumn .apartmentRowTh.padding-booking {
  padding: 0.75rem 0 0 0;
}
#priceTable .firstColumn .apartmentRowTh .spanColor {
  width: 100%;
  display: block;
  margin-top: 3px;
}
#priceTable .firstColumn .apartmentRowTh .spanColor:focus {
  outline: none;
}
#priceTable #table-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
}
#priceTable #table-scroll::-webkit-scrollbar {
  height: 8px;
}
#priceTable #table-scroll::-webkit-scrollbar-track {
  background: #eee;
}
#priceTable #table-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #a7a7a7;
}
#priceTable #table-scroll .table {
  border-collapse: separate;
  border-spacing: 0;
}
#priceTable #table-scroll .first-column label {
  width: 100px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#priceTable #table-scroll .price-data {
  padding: 0.25rem 0.5rem;
  min-width: 55px;
}
#priceTable #table-scroll .price-data .calendar-nights {
  width: 100%;
  text-align: right;
}
#priceTable #table-scroll .price-data .calendar-nights.has-booking .has-night {
  background-color: #e9ecef;
}
#priceTable #table-scroll .price-data .calendar-nights .edit-nights.has-night {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  width: 50%;
  height: 20px;
  display: inline-block;
  text-align: center;
}
#priceTable #table-scroll .price-data .calendar-nights input {
  width: 40%;
  height: 20px;
  display: inline-block;
  text-align: center;
}
#priceTable #table-scroll .price-data .calendar-price {
  display: block;
  height: 25px;
  margin: 0.5rem 0 0 0;
}
#priceTable #table-scroll .price-data .calendar-price.has-price {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0.25rem;
}
#priceTable #table-scroll .price-data .calendar-price.has-price .edit-price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
#priceTable #table-scroll .price-data .calendar-price.has-price.has-booking {
  background-color: #e9ecef;
}
#priceTable #table-scroll .price-data .calendar-price.has-price .dynamic-price .form-control,
#priceTable #table-scroll .price-data .calendar-price.has-price .dynamic-price .input-group-text {
  color: #3b4aff;
  border-color: #3b4aff;
}
#priceTable #table-scroll .price-data .calendar-price.has-price .dynamic-price.manual-price .form-control,
#priceTable #table-scroll .price-data .calendar-price.has-price .dynamic-price.manual-price .input-group-text {
  color: #000000;
  border-color: #000000;
}
#priceTable #table-scroll .price-data .calendar-price input {
  width: 100%;
  height: 20px;
  display: inline-block;
  text-align: center;
}
#priceTable #table-scroll .price-data .calendar-price input::-webkit-input-placeholder {
  color: #BFBFBF;
}
#priceTable #table-scroll .price-data .calendar-price input::-moz-placeholder {
  color: #BFBFBF;
}
#priceTable #table-scroll .price-data .calendar-price input::-ms-input-placeholder {
  color: #BFBFBF;
}
#priceTable #table-scroll .price-data .calendar-price .currency-span {
  display: inline-block;
  padding-top: 5px;
}
#priceTable #table-scroll .price-data .calendar-price .dynamic-price .form-control {
  width: 1% !important;
  padding: 0 !important;
  border-right: none !important;
  height: 25px;
  line-height: 23px;
  background-color: rgba(59, 74, 255, 0.1);
}
#priceTable #table-scroll .price-data .calendar-price .dynamic-price .input-group-text {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  font-size: 11px;
  background-color: rgba(59, 74, 255, 0.1);
}
#priceTable #table-scroll .price-data .calendar-price,
#priceTable #table-scroll .price-data .calendar-nights {
  cursor: pointer;
}
#priceTable #table-scroll tr[data-collapse-group] .price-data .calendar-nights {
  margin-bottom: 0;
}
#priceTable #table-scroll tr[data-collapse-group] .price-data .calendar-price {
  margin-bottom: 0;
}
#priceTable #table-scroll tr[class^="price"] .price-data {
  height: 50px;
  max-height: 50px;
}
#priceTable #table-scroll tr[class^="price"] .price-data .calendar-price {
  height: 20px;
  margin-top: 0.3rem;
}
#priceTable #table-scroll tr[class^="price"] .price-data .value {
  width: 100%;
}
#priceTable #table-scroll tr[class^="price"] td {
  padding-bottom: 0;
}
#priceTable #table-scroll tr[class^="height"] {
  height: 5px;
}
#priceTable #table-scroll tr[class^="height"] .border-0 {
  padding: 0;
}
#priceTable table td,
#priceTable table th {
  text-align: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
}
#priceTable table td.name,
#priceTable table th.name {
  width: 100px;
  background-color: #ecf3fa;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  white-space: nowrap;
}
#priceTable table td.name label,
#priceTable table th.name label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.changed.error {
  background-color: #EF6461 !important;
}
.changed .fa-moon {
  color: #3b4aff;
}
.changed .changed-child {
  color: #3b4aff;
  border: 1px solid #3b4aff;
}
#priceTable .error {
  background-clip: padding-box;
  background-color: #EF6461 !important;
}
.card-heading .select2 {
  width: inherit !important;
}
#priceTable .price-data input {
  padding: 0;
}
@keyframes showSidebar {
  from {
    left: auto;
    right: -500px;
  }
  to {
    left: auto;
    right: 0px;
  }
}
@keyframes hideSidebar {
  from {
    left: auto;
    right: 0px;
  }
  to {
    left: auto;
    right: -500px;
  }
}
#priceCalendar #priceRange,
#priceCalendar #changePriceSidebar {
  opacity: 1;
  position: fixed;
}
#priceCalendar #priceRange.hiddenSidebar,
#priceCalendar #changePriceSidebar.hiddenSidebar {
  right: -500px;
  animation-name: hideSidebar;
  animation-duration: 0.6s;
}
#priceCalendar #priceRange.showSidebar,
#priceCalendar #changePriceSidebar.showSidebar {
  animation-name: showSidebar;
  animation-duration: 0.6s;
}
#priceCalendar #priceRange .card .card-body,
#priceCalendar #changePriceSidebar .card .card-body {
  padding: 1rem;
}
#priceCalendar .card .card-body #month {
  width: 75%;
  display: inline-block;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
}
#priceCalendar .card .card-body .load-price-range .btn {
  font-size: 14px;
}
#priceCalendar .card .card-body .load-price-range .dropdown.show .btn-secondary {
  background-color: #FFFFFF;
  color: #3b4aff;
}
#priceCalendar .card .card-body .load-price-range .dropdown.show .btn-secondary:focus {
  box-shadow: none;
}
#priceCalendar .card .card-body .jump-today {
  text-decoration: none;
}
#priceCalendar .card .card-body .date-buttons {
  position: relative;
  height: 0;
}
#priceCalendar .card .card-body .date-buttons .week-before,
#priceCalendar .card .card-body .date-buttons .week-after {
  position: absolute;
  top: 1px;
  background-color: #FFFFFF;
  z-index: 99;
}
#priceCalendar .card .card-body .date-buttons .week-before button,
#priceCalendar .card .card-body .date-buttons .week-after button {
  border: none;
  background-color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
}
#priceCalendar .card .card-body .date-buttons .week-before button:focus,
#priceCalendar .card .card-body .date-buttons .week-after button:focus {
  outline: none;
}
#priceCalendar .card .card-body .date-buttons .week-before button:hover,
#priceCalendar .card .card-body .date-buttons .week-after button:hover {
  background-color: #ececec;
  border-radius: 5px;
}
#priceCalendar .card .card-body .date-buttons .week-before {
  left: 100px;
}
#priceCalendar .card .card-body .date-buttons .week-after {
  right: 1px;
}
#priceCalendar .btn-secondary:focus {
  border: 1px solid #3b4aff;
}
#availabilities .view-more {
  font-size: 1.5rem;
}
#availabilities .view-more:hover {
  text-decoration: none;
}
#availabilities .view-more i {
  font-size: 1.5rem;
}
#availabilities #useBookableUntilDaysDate {
  padding-left: 0.3rem;
  -moz-appearance: revert;
  /* Firefox */
  -webkit-appearance: revert;
  /* Safari and Chrome */
  appearance: revert;
}
.admin .select-multiple-tags {
  width: 100%;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card {
  width: inherit;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-header {
  background-color: #FFFFFF;
  border-bottom: 0;
  padding-top: 1.5rem;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-header h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #000000;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-header button {
  position: absolute;
  top: 15px;
  right: 15px;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body {
  padding-top: 0;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .select2-selection--multiple .select2-selection__choice {
  font-size: 13px;
  padding: 4px 5px;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-left: 1px;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .select2-selection--multiple .select2-selection__rendered {
  height: 46px;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .input-group-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sync-portals {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sidebar-buttons button {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  padding: 0.9rem 0.5rem;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sidebar-buttons .btn-default {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sidebar-buttons .btn-default:hover,
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sidebar-buttons .btn-default:focus {
  background-color: #FFFFFF;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body .sidebar-buttons .btn-secondary {
  border: 1px solid #3b4aff;
}
#globalModal.modal-rounded .modal-dialog .modal-content .card .card-body p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
#changePriceFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1001;
}
#changePriceFooter .btn-secondary {
  border: 0;
}
#changePriceSidebar,
#priceRange {
  z-index: 99;
}
#changePriceSidebar .card,
#priceRange .card {
  width: 350px;
}
#changePriceSidebar .card .card-header,
#priceRange .card .card-header {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  background-color: #FFFFFF;
  border-bottom: none;
}
#changePriceSidebar .card .card-body,
#priceRange .card .card-body {
  padding: 1.5rem;
}
#changePriceSidebar .card .card-body .apartments-info,
#priceRange .card .card-body .apartments-info {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
#changePriceSidebar .card .card-body .apartments-list label,
#priceRange .card .card-body .apartments-list label {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #9a9a9a;
}
#changePriceSidebar .card .card-body .sidebar-buttons button,
#priceRange .card .card-body .sidebar-buttons button {
  font-size: 14px;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#changePriceSidebar .card .card-body .sidebar-buttons .btn-default,
#priceRange .card .card-body .sidebar-buttons .btn-default {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
}
#changePriceSidebar .card .card-body .sidebar-buttons .btn-default:hover,
#priceRange .card .card-body .sidebar-buttons .btn-default:hover,
#changePriceSidebar .card .card-body .sidebar-buttons .btn-default:focus,
#priceRange .card .card-body .sidebar-buttons .btn-default:focus {
  background-color: #FFFFFF;
}
#changePriceSidebar .card .card-body .sidebar-buttons .btn-secondary,
#priceRange .card .card-body .sidebar-buttons .btn-secondary {
  border: 1px solid #3b4aff;
}
.cockpit-multi-calendar-apartment-name,
.price-multi-calendar-apartment-name {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
@media screen and (max-width: 320px) {
  #priceCalendar .select-properties .btn-group .dropdown-toggle {
    min-width: 85px;
  }
}
.custom-mail-edit .input-group-addon {
  cursor: pointer;
}
.custom-mail-editor-switch-btn {
  font-size: 12px;
}
.custom-mail-translations .is-default {
  margin-top: 26px;
  margin-bottom: 26px;
}
.custom-mail-translations .fieldset-item {
  margin-bottom: 20px;
}
.custom-mail-translations .btn-add {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .custom-mail-translations .btn-add {
    margin-bottom: 10px;
  }
}
#billingForm label {
  font-weight: inherit;
}
#billingForm .formFieldTitle {
  cursor: inherit;
}
#billingForm .couponContainer {
  margin-left: 33px;
}
#billingForm .couponContainer a:hover {
  cursor: pointer;
}
#billingForm .billingPriceContainer {
  cursor: pointer;
  margin: 10px 0px;
  padding: 22px 20px;
  background-color: #f2f2f2;
  box-shadow: inset 0 0 0 1px #cccccc;
}
#billingForm .billingPriceContainer div {
  font-size: 25px;
}
#billingForm .billingPriceContainer .glyphicon.glyphicon-ok-sign {
  color: #41F793;
  font-size: 20px;
  float: right;
  display: none;
}
#billingForm .billingPriceContainer.selected {
  box-shadow: inset 0 0 0 3px #00CCFF;
}
#billingForm .billingPriceContainer.selected .glyphicon.glyphicon-ok-sign {
  display: inherit;
}
#billingForm #labelForOwnDomain {
  margin-left: 5px;
  display: initial;
  max-width: initial;
  margin-bottom: initial;
  font-weight: initial;
}
#createNewCoupon {
  margin: 10px 20px 10px 10px;
  float: left;
  min-width: inherit;
  cursor: pointer;
}
.dataTables_length label {
  float: right;
}
.glyphicon.glyphicon-pencil {
  padding: 10px;
}
#valuePercentage {
  width: 250px;
}
#valuePercentage input {
  width: 78%!important;
}
#valuePercentage select {
  width: 51px;
  height: 30px;
}
.discount {
  font-size: 75%;
}
#extendTestPhase .panel.panel-flat {
  background-image: linear-gradient(-20deg, rgba(110, 69, 226, 0.75) 0%, #3b4aff 80%);
}
#extendTestPhase .panel-heading {
  color: white;
  background-image: linear-gradient(-20deg, rgba(110, 69, 226, 0.75) 0%, #3b4aff 80%);
}
#extendTestPhase .panel-title {
  color: white !important;
}
#extendTestPhase .smoobuSuccessButton {
  background-color: white;
  color: #3b4aff;
}
.pricing-table .basic-product-btn {
  margin-left: 9px;
  margin-right: 9px;
  color: #3b4aff;
  background-color: transparent;
  border-color: #3b4aff;
}
.account-upgrade .couponContainer label,
.account-upgrade .couponContainer input {
  font-size: 18px!important;
}
#statistic-overview #statisticForm .filter-range .select2-selection--single .select2-selection__arrow::after {
  right: 0px;
}
#statistic-overview #statisticForm .filter-range-mobile #statisticFilterFrom {
  width: 90px;
  background: unset;
  text-align-last: center;
  border: 1px solid #ddd;
  padding-top: 7px;
  padding-bottom: 7px;
}
#statistic-overview #statisticForm #statisticFilterFrom,
#statistic-overview #statisticForm #statisticFilterTo {
  border: none;
  width: 50px;
  height: auto;
  display: inline-block;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5384616;
  background: none;
}
#statistic-overview #statisticForm .filter-date-options-mobile a {
  width: auto;
  display: inline-block;
  border: none;
  color: #9a9a9a;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-radius: 0;
  text-decoration: none;
}
#statistic-overview #statisticForm .filter-date-options-mobile a.active,
#statistic-overview #statisticForm .filter-date-options-mobile a:hover {
  color: #000000;
  border-bottom: 4px solid #000000;
}
#statistic-overview #statisticForm .select-properties {
  text-align: left;
}
#statistic-overview #statisticForm .select-properties .btn-group {
  border: none;
  width: 115px;
}
#statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle {
  border: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 4px 15px 4px 0;
}
#statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle::after {
  display: none;
}
#statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle .caret {
  display: none;
}
#statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle .multiselect-selected-text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container {
  min-width: 250px;
  max-width: 300px;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container .single-selection-button {
  position: absolute;
  right: 0;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container .form-check-input {
  position: relative;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container > .dropdown-item .form-check {
  width: 100%;
  padding: 12px;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container > .dropdown-item .form-check .label-color {
  content: ' ';
  padding: 2px 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 3px;
  margin-left: 3px;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container > .dropdown-item .form-check .single-selection-button {
  display: none;
  float: right;
  margin-top: 2px;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container > .dropdown-item .form-check:hover .single-selection-button {
  display: inline-block;
}
#statistic-overview #statisticForm .select-properties .btn-group .multiselect-container input {
  margin-left: 0;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 4px;
}
#statistic-overview #statisticForm[data-view="statistic"] .select2-selection--single {
  border-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
#statistic-overview .channelRevenuesAllChart .c3-line,
#statistic-overview .channelBookingsAllChart .c3-line,
#statistic-overview .channelPendingsAllChart .c3-line,
#statistic-overview .channelCancelationsAllChart .c3-line {
  stroke-dasharray: 5,5;
}
#statistic-overview .charts .revenue {
  border-bottom: 4px solid #14BD83;
}
#statistic-overview .charts .bookings {
  border-bottom: 4px solid #00B4D8;
}
#statistic-overview .charts .pending {
  border-bottom: 4px solid #EACA14;
}
#statistic-overview .charts .cancelation {
  border-bottom: 4px solid #f45b69;
}
#statistic-overview .charts .card-body {
  height: 170px;
}
#statistic-overview .charts .card-body .card-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
}
#statistic-overview .charts .card-body .card-title label {
  font-weight: 400;
  letter-spacing: 0.03em;
}
#statistic-overview .charts .card-body .nights {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#statistic-overview .charts .card-body .overview {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#statistic-overview .charts #statistics-charts-slider li {
  width: 250px;
}
#statistic-overview .charts .lSSlideOuter .lSPager.lSpg {
  display: none;
}
#statistic-overview .charts .lSSlideOuter .lSPager.lSpg li.active a {
  background-color: #3b4aff;
}
#statistic-overview .charts .lSSlideOuter .lSPager.lSpg li a {
  color: #cccccc;
  background-color: #cccccc;
  width: 12px;
  height: 12px;
}
#statistic-overview .charts .c3-chart {
  clip-path: unset;
}
@media screen and (orientation: landscape) {
  #statistic-overview .charts #statistics-charts-slider li {
    width: 400px;
  }
}
@media screen and (min-width: 360px) {
  #statistic-overview #statisticForm .select-properties .btn-group {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  #statistic-overview #statisticForm .filter-range-mobile #statisticFilterFrom {
    width: 100%;
    font-size: 1.2rem;
  }
  #statistic-overview #statisticForm .filter-date-options a {
    height: 30px;
    width: auto;
    display: inline-block;
    border: none;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-decoration: none;
  }
  #statistic-overview #statisticForm .filter-date-options a.active,
  #statistic-overview #statisticForm .filter-date-options a:hover,
  #statistic-overview #statisticForm .filter-date-options a:focus {
    color: #3b4aff;
  }
  #statistic-overview #statisticForm .filter-date-options a.active {
    border-bottom: 4px solid #3b4aff;
  }
  #statistic-overview #statisticForm .charts .lSSlideOuter .lSPager.lSpg {
    display: block;
  }
  #statistic-overview #statisticForm .select-properties .btn-group .multiselect-container {
    max-width: unset;
  }
}
@media screen and (min-width: 1200px) {
  #statistic-overview #statisticForm .filter-statistic #statisticFilterFrom,
  #statistic-overview #statisticForm .filter-statistic #statisticFilterTo {
    width: 70px;
  }
  #statistic-overview #statisticForm #statisticFilterFrom,
  #statistic-overview #statisticForm #statisticFilterTo {
    width: 50px;
  }
  #statistic-overview #statisticForm .filter-range i {
    width: 1.25em;
  }
  #statistic-overview #statisticForm .filter-range .select2-selection--single .select2-selection__arrow::after {
    top: 48%;
    right: 4px;
  }
  #statistic-overview #statisticForm .select-properties .btn-group {
    width: auto;
  }
  #statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle {
    letter-spacing: 0.03em;
    padding: 4px 20px 4px 5px;
  }
  #statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle .caret {
    display: none;
  }
  #statistic-overview .charts .card-body {
    height: 200px;
  }
  #statistic-overview .charts .card-body .card-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
  #statistic-overview .charts .card-body .nights {
    font-size: 16px;
    min-height: 17px;
  }
  #statistic-overview .charts .card-body .overview {
    font-size: 26px;
    line-height: 26px;
    min-height: 26px;
  }
  #statistic-overview .charts .card-body .c3 svg {
    height: 100%;
    width: 100%;
  }
}
html[data-theme='dark'] {
  /* Change Autocomplete styles in Chrome*/
}
html[data-theme='dark'] body,
html[data-theme='dark'] .card {
  background-color: #000000;
  color: #EAEAEA;
  transition: background-color ease-in 0.1s, color ease-in 0.1s;
}
html[data-theme='dark'] #navigation-top .mobileNavbar {
  background-color: #000000;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav {
  border-bottom: none;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav .visible-collapse {
  display: block;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav .visible-collapse.light {
  display: none;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li a {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li a:hover,
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li a:focus {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li a.btn-secondary {
  color: #EAEAEA;
  background-color: #000000;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item .name {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item .user-id {
  color: #FFFFFF;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item .user-email {
  color: #ececec;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .navbar-nav li.user-dropdown.nav-item .dropdown-menu li a {
  color: #FFFFFF;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search {
  background-color: #000000;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search .search-input .input-group-addon .input-group-text {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search .search-input .search-awesome {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search .search-input .search-awesome::placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search .search-input .search-awesome:-ms-input-placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .mobileNavbar .search .search-input .search-awesome::-ms-input-placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-new-booking a {
  color: #424242;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .input-group-addon {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .input-group-addon i {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .search-awesome {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .search-awesome::placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .search-awesome:-ms-input-placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .search-awesome::-ms-input-placeholder {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .results .name {
  background-color: #424242;
  color: #ececec;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .results .result {
  background-color: #424242;
  border-bottom: 1px solid #9a9a9a;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .results .result .title {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .li-search .results .result .description {
  color: #ececec;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li a {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li a:hover,
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li a:focus {
  background-color: #000000;
  color: #14BD83;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.separator-right {
  border-color: #424242;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .name {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .user-id {
  color: #FFFFFF;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .user-email {
  color: #ececec;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .add-account {
  color: #FFFFFF;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .add-account-help {
  color: #EAEAEA;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu li a {
  color: #FFFFFF;
}
html[data-theme='dark'] #navigation-top .container-fluid #navbar-top .navbar-right li.user-dropdown .dropdown-menu li .custom-control:hover {
  color: #EAEAEA;
  background-color: inherit;
}
html[data-theme='dark'] #editBooking .modal-body #accordion-price-control .card-header,
html[data-theme='dark'] #editBooking .modal-body #accordion-details-control .card-header {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #editBooking .modal-body .row.notBlockedRelated.crmGuestInput .form-group .tt-menu {
  background-color: #424242;
  color: #EAEAEA;
}
html[data-theme='dark'] #editBooking .modal-body .row.notBlockedRelated.crmGuestInput .form-group .tt-menu .tt-suggestion:hover {
  background-color: #424242;
  color: #14BD83;
}
html[data-theme='dark'] #editBooking .modal-body .row.notBlockedRelated #adults,
html[data-theme='dark'] #editBooking .modal-body .row.notBlockedRelated #children {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon style='fill:white' points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
}
html[data-theme='dark'] #editBooking .modal-body .row.notBlockedRelated .language-select .select2-selection__arrow {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon style='fill:white' points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
html[data-theme='dark'] .submit-offer {
  background-color: inherit;
  color: inherit;
}
html[data-theme='dark'] #editBooking .daterangepicker.show-calendar .calendar,
html[data-theme='dark'] #priceCalendar .daterangepicker.show-calendar .calendar,
html[data-theme='dark'] #priceRangeModal .daterangepicker.show-calendar .calendar,
html[data-theme='dark'] #availabilities .daterangepicker.show-calendar .calendar {
  background-color: #424242;
}
html[data-theme='dark'] .daterangepicker .table-condensed tr th,
html[data-theme='dark'] .daterangepicker .table-condensed tr td {
  background-color: #424242;
  color: #EAEAEA;
}
html[data-theme='dark'] .daterangepicker .table-condensed tr td.off {
  color: #b2b2b2;
}
html[data-theme='dark'] .daterangepicker .table-condensed tr td.active:not(.off) {
  border: 1px solid #FFFFFF;
  color: #14BD83;
}
html[data-theme='dark'] #statistic-overview #statisticForm .filter-date-options a {
  color: #FFFFFF;
}
html[data-theme='dark'] #statistic-overview #statisticForm .filter-date-options a.active {
  color: #14BD83;
  border-color: #14BD83;
}
html[data-theme='dark'] #statistic-overview #statisticForm .filter-date-options a:hover {
  color: #14BD83;
}
html[data-theme='dark'] #statistic-overview #statisticForm #statisticFilterFrom,
html[data-theme='dark'] #statistic-overview #statisticForm #statisticFilterTo {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #statistic-overview #statisticForm .select-properties .btn-group .dropdown-toggle {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #statistic-overview .charts .card-body {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] .cockpit #segmented_gauge g.numbers text,
html[data-theme='dark'] #customer-statistics #segmented_gauge g.numbers text {
  fill: #EAEAEA;
}
html[data-theme='dark'] .cockpit #segmented_gauge g.arrow path,
html[data-theme='dark'] #customer-statistics #segmented_gauge g.arrow path {
  fill: #EAEAEA;
}
html[data-theme='dark'] .cockpit #timeElapsedUtelizeSaleChart .c3-axis .c3-axis-y-label,
html[data-theme='dark'] #customer-statistics #timeElapsedUtelizeSaleChart .c3-axis .c3-axis-y-label,
html[data-theme='dark'] .cockpit #timeElapsedUtelizeSaleChart .c3-axis .c3-axis-y2-label,
html[data-theme='dark'] #customer-statistics #timeElapsedUtelizeSaleChart .c3-axis .c3-axis-y2-label {
  fill: #EAEAEA;
}
html[data-theme='dark'] .cockpit #timeElapsedUtelizeSaleChart .c3-axis .tick tspan,
html[data-theme='dark'] #customer-statistics #timeElapsedUtelizeSaleChart .c3-axis .tick tspan {
  fill: #EAEAEA;
}
html[data-theme='dark'] #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_asc:after,
html[data-theme='dark'] #customer-statistics .panelResize .dataTables_wrapper .table th.sorting_desc:after {
  color: #14BD83;
}
html[data-theme='dark'] #customer-statistics .panelResize .dataTables_wrapper .table tbody tr:hover {
  background-color: #02334c;
}
html[data-theme='dark'] #customer-statistics .panelResize.donuts .card-body .see-more a {
  color: #EAEAEA;
}
html[data-theme='dark'] #customer-statistics .table-switch a {
  color: #EAEAEA;
}
html[data-theme='dark'] #customer-statistics .table-switch a.active {
  color: #14BD83;
  border-color: #14BD83;
}
html[data-theme='dark'] #customer-statistics .table-switch a:hover {
  color: #14BD83;
}
html[data-theme='dark'] .cockpit-calendar .edit-apartment a {
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar .card-header,
html[data-theme='dark'] #monthlyCalendar .card-header,
html[data-theme='dark'] #multipleCalendar .card-header {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar .card .card-body select[name="mobileCalendar_month-year"],
html[data-theme='dark'] #monthlyCalendar .card .card-body select[name="mobileCalendar_month-year"],
html[data-theme='dark'] #multipleCalendar .card .card-body select[name="mobileCalendar_month-year"],
html[data-theme='dark'] #mobileCalendar .card .card-body select[name="mobileCalendar_apartment"],
html[data-theme='dark'] #monthlyCalendar .card .card-body select[name="mobileCalendar_apartment"],
html[data-theme='dark'] #multipleCalendar .card .card-body select[name="mobileCalendar_apartment"],
html[data-theme='dark'] #mobileCalendar .card .card-body select[name="monthlyCalendar_month-year"],
html[data-theme='dark'] #monthlyCalendar .card .card-body select[name="monthlyCalendar_month-year"],
html[data-theme='dark'] #multipleCalendar .card .card-body select[name="monthlyCalendar_month-year"],
html[data-theme='dark'] #mobileCalendar .card .card-body select[name="multiCalendar_month-year"],
html[data-theme='dark'] #monthlyCalendar .card .card-body select[name="multiCalendar_month-year"],
html[data-theme='dark'] #multipleCalendar .card .card-body select[name="multiCalendar_month-year"] {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar th .dayText.color-blue,
html[data-theme='dark'] #monthlyCalendar th .dayText.color-blue,
html[data-theme='dark'] #multipleCalendar th .dayText.color-blue {
  color: #3bacff;
}
html[data-theme='dark'] #mobileCalendar .dayText,
html[data-theme='dark'] #monthlyCalendar .dayText,
html[data-theme='dark'] #multipleCalendar .dayText {
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar .toggle-calendars a,
html[data-theme='dark'] #monthlyCalendar .toggle-calendars a,
html[data-theme='dark'] #multipleCalendar .toggle-calendars a {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar .toggle-calendars a.active,
html[data-theme='dark'] #monthlyCalendar .toggle-calendars a.active,
html[data-theme='dark'] #multipleCalendar .toggle-calendars a.active {
  color: #14BD83;
  border-color: #14BD83;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar .multi-calendar-apartment-name,
html[data-theme='dark'] #monthlyCalendar #multi-calendar .multi-calendar-apartment-name,
html[data-theme='dark'] #multipleCalendar #multi-calendar .multi-calendar-apartment-name {
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
  border-bottom-color: #424242;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr.firstTr,
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr.firstTr,
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr.firstTr {
  border-top: 1px solid #424242;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr.firstTr th,
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr.firstTr th,
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr.firstTr th {
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr:nth-child(2),
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr:nth-child(2),
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr:nth-child(2) {
  color: #EAEAEA;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr th.multi-calendar-apartment-name,
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr th.multi-calendar-apartment-name,
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr th.multi-calendar-apartment-name {
  border: none;
  border-right: 1px solid #424242;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr:last-child,
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr:last-child,
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr:last-child {
  border-bottom: 1px solid #424242;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar thead tr th.color-blue,
html[data-theme='dark'] #monthlyCalendar #multi-calendar thead tr th.color-blue,
html[data-theme='dark'] #multipleCalendar #multi-calendar thead tr th.color-blue {
  color: #14BD83;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar tbody td .dayText.color-blue,
html[data-theme='dark'] #monthlyCalendar #multi-calendar tbody td .dayText.color-blue,
html[data-theme='dark'] #multipleCalendar #multi-calendar tbody td .dayText.color-blue {
  color: #14BD83;
}
html[data-theme='dark'] #mobileCalendar #multi-calendar tfoot .extra-row-days .multi-calendar-apartment-name,
html[data-theme='dark'] #monthlyCalendar #multi-calendar tfoot .extra-row-days .multi-calendar-apartment-name,
html[data-theme='dark'] #multipleCalendar #multi-calendar tfoot .extra-row-days .multi-calendar-apartment-name {
  border-bottom: none;
  border-left: none;
  background-color: #000000;
}
html[data-theme='dark'] #mobileCalendar .dayContent.normal .dayText,
html[data-theme='dark'] #monthlyCalendar .dayContent.normal .dayText,
html[data-theme='dark'] #multipleCalendar .dayContent.normal .dayText {
  color: #424242;
}
html[data-theme='dark'] #mobileCalendar td.day,
html[data-theme='dark'] #monthlyCalendar td.day,
html[data-theme='dark'] #multipleCalendar td.day {
  border-top: 1px solid #424242;
}
html[data-theme='dark'] #monthlyCalendar.cockpit-view .monthly-items::-webkit-scrollbar {
  height: 8px;
}
html[data-theme='dark'] #monthlyCalendar.cockpit-view .monthly-items::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.75);
}
html[data-theme='dark'] #monthlyCalendar.cockpit-view .monthly-items::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
}
html[data-theme='dark'] #multipleCalendar td:first-child,
html[data-theme='dark'] #multipleCalendar th:first-child {
  border-right: 1px solid #424242;
}
html[data-theme='dark'] #multipleCalendar td:first-child {
  background-color: #02334c;
}
html[data-theme='dark'] #multipleCalendar .table-responsive::-webkit-scrollbar {
  height: 8px;
}
html[data-theme='dark'] #multipleCalendar .table-responsive::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.75);
}
html[data-theme='dark'] #multipleCalendar .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
}
html[data-theme='dark'] #multipleCalendar .select-properties .btn-group .dropdown-toggle {
  border-color: #424242;
}
html[data-theme='dark'] #mobile-calendar .card-header {
  background-color: #000000;
}
html[data-theme='dark'] #mobile-calendar .card-body {
  border: 1px solid #424242;
}
html[data-theme='dark'] .pre-scrollable::-webkit-scrollbar {
  width: 8px;
}
html[data-theme='dark'] .pre-scrollable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.75);
}
html[data-theme='dark'] .pre-scrollable::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
html[data-theme='dark'] .dropdown-menu {
  background-color: #02334c;
  color: #EAEAEA;
  border-color: #424242;
}
html[data-theme='dark'] .dropdown-menu.show .dropdown-item a {
  color: #EAEAEA;
}
html[data-theme='dark'] .dropdown-item:hover {
  background-color: #02334c;
}
html[data-theme='dark'] .card {
  border: 1px solid #424242;
}
html[data-theme='dark'] .active {
  color: #14BD83;
}
html[data-theme='dark'] .disabled {
  color: #9a9a9a;
}
html[data-theme='dark'] .select2-selection--multiple:not([class*=bg-]),
html[data-theme='dark'] .select2-selection--single:not([class*=bg-]),
html[data-theme='dark'] .bootstrap-tagsinput {
  color: #EAEAEA;
  background-color: #000000;
  border-color: #424242;
}
html[data-theme='dark'] .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border: 1px solid #424242;
}
html[data-theme='dark'] .c3-tooltip {
  background-color: #000000;
}
html[data-theme='dark'] .c3-tooltip td {
  border: 1px solid #424242;
  background-color: #000000;
}
html[data-theme='dark'] .c3-chart-arc path {
  stroke: #000000;
}
html[data-theme='dark'] .modal-content {
  border: 1px solid #424242;
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] .modal-backdrop.show {
  opacity: 0.5;
}
html[data-theme='dark'] .has-float-label label {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] .has-float-label > span.select2.select2-container .select2-selection {
  border: 1px solid #424242;
}
html[data-theme='dark'] .has-float-label .form-control:focus {
  border-color: #9a9a9a;
}
html[data-theme='dark'] .has-float-label .form-control:focus + label {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] .form-control {
  background-color: #000000;
  color: #EAEAEA;
  border: 1px solid #424242;
}
html[data-theme='dark'] .form-radio-image label [type=radio] + img {
  filter: hue-rotate(270deg);
}
html[data-theme='dark'] .table thead th,
html[data-theme='dark'] .table td,
html[data-theme='dark'] .btn-default {
  color: #EAEAEA;
}
html[data-theme='dark'] .btn-default:hover,
html[data-theme='dark'] .btn-default:focus {
  background-color: #02334c;
}
html[data-theme='dark'] .btn-default.active {
  background-color: #02334c;
}
html[data-theme='dark'] .multiselect.btn-default {
  background-color: #000000;
}
html[data-theme='dark'] .icons-list .popover-menu,
html[data-theme='dark'] .icons-list .dropdown-toggle {
  color: #EAEAEA;
}
html[data-theme='dark'] .icons-list .dropdown-menu .dropdown-item a {
  color: #EAEAEA;
}
html[data-theme='dark'] #bookingDetail .fa-pen {
  color: #14BD83;
}
html[data-theme='dark'] #bookingDetail .booking-details dt,
html[data-theme='dark'] #bookingDetail .guest-details dt,
html[data-theme='dark'] #bookingDetail .portal-details dt,
html[data-theme='dark'] #bookingDetail .payment-details dt,
html[data-theme='dark'] #bookingDetail .invoices-details dt,
html[data-theme='dark'] #bookingDetail .payment-details dt,
html[data-theme='dark'] #bookingDetail .review-details dt,
html[data-theme='dark'] #bookingDetail .cards-details dt,
html[data-theme='dark'] #bookingDetail .airbnb-reviews dt,
html[data-theme='dark'] #bookingDetail .booking-details dd,
html[data-theme='dark'] #bookingDetail .guest-details dd,
html[data-theme='dark'] #bookingDetail .portal-details dd,
html[data-theme='dark'] #bookingDetail .payment-details dd,
html[data-theme='dark'] #bookingDetail .invoices-details dd,
html[data-theme='dark'] #bookingDetail .payment-details dd,
html[data-theme='dark'] #bookingDetail .review-details dd,
html[data-theme='dark'] #bookingDetail .cards-details dd,
html[data-theme='dark'] #bookingDetail .airbnb-reviews dd {
  color: #EAEAEA;
}
html[data-theme='dark'] #bookingDetail .booking-details dd #guestAppLink,
html[data-theme='dark'] #bookingDetail .booking-details dd #offerUrlLink {
  background-color: #424242;
  border: 1px solid #424242;
}
html[data-theme='dark'] #bookingDetail #conversation-history .card {
  background-color: #02334c;
}
html[data-theme='dark'] #bookingDetail #conversation-history #SendMailRequestFormForConversationHistory .card.note-editor.note-frame {
  background-color: #02334c;
}
html[data-theme='dark'] #bookingDetail #conversation-history #SendMailRequestFormForConversationHistory .card .card-body {
  background-color: #02334c;
}
html[data-theme='dark'] #bookingDetail #conversation-history .btn-default {
  border-color: #14BD83;
  color: #14BD83;
}
html[data-theme='dark'] #bookingDetail #conversation-history .media-list {
  background-color: #02334c;
}
html[data-theme='dark'] #bookingDetail #conversation-history .media-list.chat-list .media.reversed .media-content {
  background-color: #028090;
}
html[data-theme='dark'] #bookingDetail #conversation-history .media-list.chat-list .media .media-content {
  background-color: #004365;
}
html[data-theme='dark'] #bookingDetail #conversation-history .media-list.chat-list .media .media-content .text :is(p, font, span, label, td) {
  color: #EAEAEA !important;
  background-color: inherit !important;
}
html[data-theme='dark'] #bookingDetail .payments-options .payment-invoice:not(.disabled) i {
  color: #EAEAEA;
}
html[data-theme='dark'] #bookingComReplyOptions .media-list {
  background-color: #02334c;
}
html[data-theme='dark'] #bookingComReplyOptions .media-list.chat-list .media.reversed .media-content {
  background-color: #028090;
}
html[data-theme='dark'] #bookingComReplyOptions .media-list.chat-list .media .media-content {
  background-color: #004365;
}
html[data-theme='dark'] #bookingComReplyOptions .media-list.chat-list .media .media-content .text :is(p, font, span, label, td) {
  color: #EAEAEA !important;
  background-color: inherit !important;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter #dLabel:focus {
  background-color: inherit;
  color: inherit;
  border-color: #28e086;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable_filter .dropdown-menu .dropdown-item a {
  color: #EAEAEA;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr:hover {
  background-color: #02334c;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr:hover .multiselect.btn-default {
  background-color: #02334c;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr td.guest-name a {
  color: #28e086;
}
html[data-theme='dark'] .bookingTable .card .card-body #bookingTable_wrapper #bookingTable tr img {
  filter: saturate(2.4) sepia(0.4) brightness(1.1) contrast(0.6);
}
html[data-theme='dark'] .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter #createNewGuest {
  border-color: #28e086;
}
html[data-theme='dark'] .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter #createNewGuest:focus {
  background-color: inherit;
  color: inherit;
  border-color: #28e086;
}
html[data-theme='dark'] .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .dropdown #dLabel:focus {
  background-color: inherit;
  color: inherit;
  border-color: #28e086;
}
html[data-theme='dark'] .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList_filter .dropdown .dropdown-menu .dropdown-item a {
  color: #EAEAEA;
}
html[data-theme='dark'] .crmTable .card .card-body #crmGuestList_wrapper #crmGuestList tr:hover {
  background-color: #02334c;
}
html[data-theme='dark'] #table-scroll .table tbody th {
  border-color: #424242;
}
html[data-theme='dark'] #table-scroll .table tbody tr.bb-3 th:first-child {
  background-color: #000000;
  color: #EAEAEA;
  border-color: #424242;
}
html[data-theme='dark'] #table-scroll .table tbody tr.bt-3 td:first-child {
  border-color: #424242;
}
html[data-theme='dark'] #priceCalendar #changePriceSidebar,
html[data-theme='dark'] #priceCalendar #priceRange {
  box-shadow: none;
}
html[data-theme='dark'] #priceCalendar #changePriceSidebar .card .card-body .sidebar-buttons .btn-default:hover,
html[data-theme='dark'] #priceCalendar #priceRange .card .card-body .sidebar-buttons .btn-default:hover {
  background-color: #000000;
}
html[data-theme='dark'] #priceCalendar #changePriceSidebar .card .card-body .sidebar-buttons .btn-secondary,
html[data-theme='dark'] #priceCalendar #priceRange .card .card-body .sidebar-buttons .btn-secondary {
  background-color: #000000;
  border: 1px solid #14BD83;
  color: #EAEAEA;
}
html[data-theme='dark'] #priceCalendar .card .card-body .prices-options .btn-default:hover {
  background-color: #424242;
}
html[data-theme='dark'] #priceCalendar .card .card-body .load-price-range .btn-secondary {
  background-color: #000000;
  border: 1px solid #14BD83;
  color: #EAEAEA;
}
html[data-theme='dark'] #priceCalendar .card .card-body .load-price-range .multiselect.btn {
  border-color: #424242;
}
html[data-theme='dark'] #priceCalendar .card .card-body .date-buttons .week-after button {
  border-radius: 0;
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #priceCalendar .blockUI.blockOverlay {
  background-color: #02334c !important;
}
html[data-theme='dark'] #priceTable #table-scroll .first-column {
  background-color: #000000;
}
html[data-theme='dark'] #priceTable #table-scroll::-webkit-scrollbar {
  height: 8px;
}
html[data-theme='dark'] #priceTable #table-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.75);
}
html[data-theme='dark'] #priceTable #table-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
}
html[data-theme='dark'] #priceTable #table-scroll .price-data .calendar-nights.has-booking .fa-moon {
  color: #424242;
}
html[data-theme='dark'] #priceTable #table-scroll .price-data .calendar-nights.has-booking .edit-nights.has-night {
  border: 1px solid #424242;
  color: #FFFFFF;
  background-color: #424242;
}
html[data-theme='dark'] #priceTable #table-scroll .price-data .calendar-price.has-price.has-booking {
  border: 1px solid #424242;
  background-color: #424242;
}
html[data-theme='dark'] #priceTable #table-scroll .price-data .calendar-price.has-price.has-booking .edit-price {
  color: #FFFFFF;
}
html[data-theme='dark'] #priceTable #table-scroll td {
  border-color: #424242;
}
html[data-theme='dark'] #priceRange .card .card-header,
html[data-theme='dark'] #changePriceSidebar .card .card-header,
html[data-theme='dark'] .content-edit .card .card-header,
html[data-theme='dark'] .singlePropertiesContainer .card .card-header,
html[data-theme='dark'] .contactContainer .card .card-header,
html[data-theme='dark'] .legalContainer .card .card-header,
html[data-theme='dark'] .detailContainer .card .card-header,
html[data-theme='dark'] .successBookedContainer .card .card-header,
html[data-theme='dark'] .customCssContainer .card .card-header,
html[data-theme='dark'] .paymentIntegration .card .card-header {
  background-color: #000000;
  color: #EAEAEA;
  border-bottom: none;
}
html[data-theme='dark'] #globalModal.modal-rounded .modal-dialog .modal-content .card .card-header {
  background-color: #000000;
  color: #EAEAEA;
}
html[data-theme='dark'] #globalModal.modal-rounded .modal-dialog .modal-content .card .card-header h2 {
  color: #EAEAEA;
}
html[data-theme='dark'] .changed .fa-moon {
  color: #96D7D5;
}
html[data-theme='dark'] .changed .changed-child {
  color: #96D7D5;
  border: 1px solid #96D7D5;
}
html[data-theme='dark'] button.close {
  color: #EAEAEA;
}
html[data-theme='dark'] #communication-list .communication-header .btn-group a {
  color: #EAEAEA;
}
html[data-theme='dark'] #communication-list .communication-header .btn-group a:hover,
html[data-theme='dark'] #communication-list .communication-header .btn-group a:focus {
  background-color: #000000;
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-header .messages-options i.smoobu-blue {
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-header .messages-options i.smoobu-red {
  color: #f45b69;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group {
  border-color: #424242;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group .list-group-item:hover {
  background-color: #02334c;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group .list-group-item.active {
  background-color: #000000;
  border-color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group .list-group-item.active a {
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group .list-group-item a .unread-messages {
  background-color: #000000;
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group.communication-messages a[data-related] {
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .list-group.communication-messages .list-group-item.active {
  background-color: rgba(110, 69, 226, 0.75);
  border-color: #14BD83;
}
html[data-theme='dark'] #communication-list .communication-body .card .card-body .communication-reader .message-details label {
  color: #EAEAEA;
}
html[data-theme='dark'] #communication-list .list-group.communication-type {
  border-color: #424242;
}
html[data-theme='dark'] #communication-list .list-group.communication-type .list-group-item.active {
  background-color: #000000;
  border-color: #14BD83;
}
html[data-theme='dark'] #communication-list .list-group.communication-type .list-group-item.active a {
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .list-group.communication-type .list-group-item a:hover {
  color: #14BD83;
}
html[data-theme='dark'] #communication-list .list-group.communication-type .list-group-item a .unread-messages {
  background-color: #000000;
  color: #14BD83;
}
html[data-theme='dark'] .modal-body.message-body .reply-button {
  border-color: #000000;
}
html[data-theme='dark'] .modal-body.message-body .message-details label {
  color: #EAEAEA;
}
html[data-theme='dark'] .dataTables_filter input {
  background-color: #02334c;
  color: #EAEAEA;
  border: none;
}
html[data-theme='dark'] .dataTables_filter input:after {
  color: #FFFFFF;
}
html[data-theme='dark'] .dataTable thead tr th {
  border-color: #424242;
}
html[data-theme='dark'] .dataTables_paginate .paginate_button {
  color: #FFFFFF;
}
html[data-theme='dark'] .dataTables_paginate .paginate_button:hover,
html[data-theme='dark'] .dataTables_paginate .paginate_button:focus {
  color: #14BD83;
  background-color: inherit;
}
html[data-theme='dark'] .dataTables_paginate .paginate_button.current {
  color: #14BD83;
  border-bottom-color: #14BD83;
}
html[data-theme='dark'] #admin-overview .card .primary-color {
  color: #EAEAEA;
}
html[data-theme='dark'] .popover {
  background-color: #424242;
}
html[data-theme='dark'] .popover .popover-body {
  color: #EAEAEA;
}
html[data-theme='dark'] .popover .popover-body .border-top {
  border-top: 1px solid #424242;
}
html[data-theme='dark'] .popover .popover-body .border-top a {
  color: #EAEAEA;
}
html[data-theme='dark'] .popover .popover-body .border-top a.btn-black {
  color: #14BD83;
}
html[data-theme='dark'] .popover .popover-body .border-top a.btn-red {
  color: red;
}
html[data-theme='dark'] .color-black {
  color: #EAEAEA;
}
html[data-theme='dark'] .color-blue {
  color: #3bacff;
}
html[data-theme='dark'] .note-editor .note-toolbar {
  background-color: #464545;
  border-bottom: 1px solid #02334c;
}
html[data-theme='dark'] .note-editor .note-toolbar .btn-light {
  color: #EAEAEA;
  background-color: #464545;
}
html[data-theme='dark'] .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
html[data-theme='dark'] .btn-primary,
html[data-theme='dark'] .btn-secondary {
  border: none;
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] .btn-primary:not(:disabled):not(.disabled):active,
html[data-theme='dark'] .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] .btn-secondary {
  border: 1px solid #28e086;
  background-color: inherit;
}
html[data-theme='dark'] .input-group .input-group-append .input-group-text,
html[data-theme='dark'] .input-group .input-group-prepend .input-group-text {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #000000;
  border: 1px solid #424242;
  color: #EAEAEA;
}
html[data-theme='dark'] .nav-tabs {
  border-bottom: none;
  background-color: #000000;
}
html[data-theme='dark'] .nav-tabs .nav-link.active {
  border: 1px solid #424242;
  color: #EAEAEA;
  background-color: #02334c;
}
html[data-theme='dark'] .nav-tabs .nav-link:hover,
html[data-theme='dark'] .nav-tabs .nav-link:focus {
  color: #EAEAEA;
}
html[data-theme='dark'] .type-tabs,
html[data-theme='dark'] .languages-tabs {
  border: 1px solid #424242;
}
html[data-theme='dark'] .type-tabs .nav-item .nav-link.active,
html[data-theme='dark'] .languages-tabs .nav-item .nav-link.active,
html[data-theme='dark'] .type-tabs .nav-item .nav-link:focus,
html[data-theme='dark'] .languages-tabs .nav-item .nav-link:focus {
  border: none;
  border-left: 4px solid #14BD83;
  border-top-left-radius: 0;
}
html[data-theme='dark'] footer.footer .new-booking {
  color: #000000;
}
html[data-theme='dark'] .admin,
html[data-theme='dark'] .admin-left,
html[data-theme='dark'] .admin-right,
html[data-theme='dark'] .admin-full-mobile {
  border: dashed 0.5px #fff03b !important;
}
html[data-theme='dark'] a {
  color: #14BD83;
}
html[data-theme='dark'] a:hover {
  text-decoration: none;
}
html[data-theme='dark'] .checker .checked::after {
  color: #EAEAEA;
}
html[data-theme='dark'] .has-float-label > span.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #EAEAEA;
}
html[data-theme='dark'] .alert-warning {
  background-color: #534600;
  border-color: #403C00;
  color: #FFFFFF;
}
html[data-theme='dark'] .alert-warning a {
  color: #FFFFFF;
}
html[data-theme='dark'] .alert-warning a:not(.close) {
  text-decoration: underline;
}
html[data-theme='dark'] .smoobu-tools .smoobu-tools-background {
  background-color: #000000;
}
html[data-theme='dark'] .smoobu-tools .tools-to-try {
  color: #EAEAEA;
}
html[data-theme='dark'] .smoobu-tools .box .box-item {
  background-color: #02334c;
}
html[data-theme='dark'] .smoobu-tools .box .box-item p {
  color: #EAEAEA;
}
html[data-theme='dark'] .smoobu-tools .box .box-item .new-btn-outline-primary {
  background-color: #02334c;
  border-color: #14BD83;
  color: #EAEAEA;
}
html[data-theme='dark'] .smoobu-tools .mobile-view .box .box-item .heading {
  color: #EAEAEA;
}
html[data-theme='dark'] .account-upgrade .professional {
  background-color: #00151F;
}
html[data-theme='dark'] .account-upgrade .professional .btn-secondary {
  background-color: #00151F;
  border-color: #14BD83;
}
html[data-theme='dark'] .account-upgrade .professional .btn-secondary:hover {
  color: #EAEAEA;
}
html[data-theme='dark'] .account-upgrade .professional .fa-check-circle {
  color: #14BD83;
}
html[data-theme='dark'] .account-upgrade .basic .color-black .color-blue {
  color: #14BD83;
}
html[data-theme='dark'] .pricing-table .basic-product-btn {
  border-color: #14BD83;
  color: #EAEAEA;
}
html[data-theme='dark'] .select2-container .select2-dropdown {
  background-color: #02334c;
  color: #EAEAEA;
  border-color: #424242;
  border-top: 1px solid #424242;
}
html[data-theme='dark'] .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #02334c;
}
html[data-theme='dark'] .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  background-color: #02334c;
  border-color: #424242;
  color: #EAEAEA;
}
html[data-theme='dark'] .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #004365;
}
html[data-theme='dark'] .currentDay .currentDayContainer {
  border-color: #14BD83;
}
html[data-theme='dark'] .custom-switch.custom-switch-lg .custom-control-label {
  color: #EAEAEA;
}
html[data-theme='dark'] .edit-apartment .marketingTitleContentContainer .card-header,
html[data-theme='dark'] .edit-apartment .addressContentContainer .card-header,
html[data-theme='dark'] .edit-apartment .roomsAndBedsContentContainer .card-header,
html[data-theme='dark'] .edit-apartment .priceContentContainer .card-header,
html[data-theme='dark'] .edit-apartment .displayCalendarContainer .card-header,
html[data-theme='dark'] .edit-apartment .displayMapContainer .card-header,
html[data-theme='dark'] .edit-apartment .useBookingToolContainer .card-header {
  background-color: #000000;
}
html[data-theme='dark'] input:-webkit-autofill,
html[data-theme='dark'] input:-webkit-autofill:hover,
html[data-theme='dark'] input:-webkit-autofill:focus,
html[data-theme='dark'] textarea:-webkit-autofill,
html[data-theme='dark'] textarea:-webkit-autofill:hover,
html[data-theme='dark'] textarea:-webkit-autofill:focus,
html[data-theme='dark'] select:-webkit-autofill,
html[data-theme='dark'] select:-webkit-autofill:hover,
html[data-theme='dark'] select:-webkit-autofill:focus {
  border: 1px solid #424242;
  -webkit-text-fill-color: #EAEAEA;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html[data-theme='dark'] select option {
  background-color: #02334c;
  color: #EAEAEA;
}
html[data-theme='dark'] .btn-outline-secondary {
  color: #EAEAEA;
}
html[data-theme='dark'] .alert-info {
  background-color: #02334c;
  color: #EAEAEA;
  border: 1px solid #424242;
}
html[data-theme='dark'] .text-muted {
  color: #BFBFBF;
}
html[data-theme='dark'] #AirBnbSettings .rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
html[data-theme='dark'] #AirBnbSettings .rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
html[data-theme='dark'] #AirBnbSettings .rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
html[data-theme='dark'] #AirBnbSettings .rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
html[data-theme='dark'] #AirBnbSettings .rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
  color: #28e086;
}
html[data-theme='dark'] .datepicker table tr td span:hover {
  background-color: #02334c;
  color: #14BD83;
}
html[data-theme='dark'] .tabs-channel-settings a {
  color: #FFFFFF;
  border: none;
}
html[data-theme='dark'] .tabs-channel-settings a.active,
html[data-theme='dark'] .tabs-channel-settings a:hover,
html[data-theme='dark'] .tabs-channel-settings a:focus {
  color: #14BD83;
}
html[data-theme='dark'] .tabs-channel-settings a.active {
  border-bottom: 4px solid #14BD83;
}
@media screen and (min-width: 1200px) {
  html[data-theme='dark'] .type-tabs,
  html[data-theme='dark'] .languages-tabs {
    border: none;
    border-bottom: 1px solid #424242;
  }
  html[data-theme='dark'] .type-tabs .nav-item,
  html[data-theme='dark'] .languages-tabs .nav-item {
    width: auto;
  }
  html[data-theme='dark'] .type-tabs .nav-item .nav-link,
  html[data-theme='dark'] .languages-tabs .nav-item .nav-link {
    border: none;
  }
  html[data-theme='dark'] .type-tabs .nav-item .nav-link.active,
  html[data-theme='dark'] .languages-tabs .nav-item .nav-link.active,
  html[data-theme='dark'] .type-tabs .nav-item .nav-link:focus,
  html[data-theme='dark'] .languages-tabs .nav-item .nav-link:focus {
    border: 1px solid #424242;
    border-bottom: none;
    border-top-left-radius: 0.25rem;
  }
}
html[data-theme='rebranding-light'],
.rebranding-styles {
  /** pages specific overrides */
}
html[data-theme='rebranding-light'] .text-medium,
.rebranding-styles .text-medium {
  line-height: 23px;
  font-size: 16px;
}
html[data-theme='rebranding-light'] .text-small,
.rebranding-styles .text-small {
  line-height: 20px;
  font-size: 14px;
}
html[data-theme='rebranding-light'] .text-x-small,
.rebranding-styles .text-x-small {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'] .text-semibold,
.rebranding-styles .text-semibold {
  font-weight: 600;
}
html[data-theme='rebranding-light'] .text-medium-weight,
.rebranding-styles .text-medium-weight {
  font-weight: 500;
}
html[data-theme='rebranding-light'] .heading-xx-large,
.rebranding-styles .heading-xx-large {
  line-height: 80px;
  font-size: 60px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .heading-x-large,
.rebranding-styles .heading-x-large {
  line-height: 58px;
  font-size: 40px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .heading-large,
.rebranding-styles .heading-large {
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .heading-medium,
.rebranding-styles .heading-medium {
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .heading-small,
.rebranding-styles .heading-small {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .heading-x-small,
.rebranding-styles .heading-x-small {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
html[data-theme='rebranding-light'] .color-blue,
.rebranding-styles .color-blue {
  color: #0F62FE;
}
html[data-theme='rebranding-light'] .color-grey,
.rebranding-styles .color-grey {
  color: #96A0AA;
}
html[data-theme='rebranding-light'] .color-black,
.rebranding-styles .color-black {
  color: #21272A;
}
html[data-theme='rebranding-light'] .icon,
.rebranding-styles .icon {
  display: inline-block;
}
html[data-theme='rebranding-light'] .icon.icon-small,
.rebranding-styles .icon.icon-small {
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'] .icon.trash-icon,
.rebranding-styles .icon.trash-icon {
  background: url('/img/messages/trashCan.svg') no-repeat center center;
  background-size: cover;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .btn,
.rebranding-styles .btn {
  font-weight: 600;
  border-radius: 32px;
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  width: fit-content;
}
html[data-theme='rebranding-light'] .btn:not(:has(+.btn)),
.rebranding-styles .btn:not(:has(+.btn)),
html[data-theme='rebranding-light'] .btn:not(:has(~.btn)),
.rebranding-styles .btn:not(:has(~.btn)) {
  margin-left: 2px;
  margin-right: 2px;
}
html[data-theme='rebranding-light'] .btn i,
.rebranding-styles .btn i {
  margin: 0;
}
html[data-theme='rebranding-light'] .btn-medium,
.rebranding-styles .btn-medium {
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 8px 24px;
}
html[data-theme='rebranding-light'] .btn-medium i,
.rebranding-styles .btn-medium i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
html[data-theme='rebranding-light'] .btn-small,
.rebranding-styles .btn-small {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
}
html[data-theme='rebranding-light'] .btn-small i,
.rebranding-styles .btn-small i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'] .btn-small:has(span.icon:only-child),
.rebranding-styles .btn-small:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'] .btn-disabled,
.rebranding-styles .btn-disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-default,
.rebranding-styles .btn-default,
html[data-theme='rebranding-light'] .btn-primary,
.rebranding-styles .btn-primary {
  color: #FFFFFF;
  border: 1px solid #21272A;
  background-color: #21272A;
}
html[data-theme='rebranding-light'] .btn-default:hover,
.rebranding-styles .btn-default:hover,
html[data-theme='rebranding-light'] .btn-primary:hover,
.rebranding-styles .btn-primary:hover,
html[data-theme='rebranding-light'] .btn-default:active,
.rebranding-styles .btn-default:active,
html[data-theme='rebranding-light'] .btn-primary:active,
.rebranding-styles .btn-primary:active,
html[data-theme='rebranding-light'] .btn-default:focus,
.rebranding-styles .btn-default:focus,
html[data-theme='rebranding-light'] .btn-primary:focus,
.rebranding-styles .btn-primary:focus {
  border: 1px solid #343A3F;
  background-color: #343A3F;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-default:disabled,
.rebranding-styles .btn-default:disabled,
html[data-theme='rebranding-light'] .btn-primary:disabled,
.rebranding-styles .btn-primary:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-secondary,
.rebranding-styles .btn-secondary {
  color: #FFFFFF;
  border: 1px solid #0F62FE;
  background-color: #0F62FE;
}
html[data-theme='rebranding-light'] .btn-secondary:hover,
.rebranding-styles .btn-secondary:hover,
html[data-theme='rebranding-light'] .btn-secondary:active,
.rebranding-styles .btn-secondary:active,
html[data-theme='rebranding-light'] .btn-secondary:focus,
.rebranding-styles .btn-secondary:focus {
  border: 1px solid #001D6C;
  background-color: #001D6C;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-secondary:disabled,
.rebranding-styles .btn-secondary:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-blue,
.rebranding-styles .btn-blue {
  color: #FFFFFF;
  border: 1px solid #0F62FE;
  background-color: #0F62FE;
}
html[data-theme='rebranding-light'] .btn-blue:hover,
.rebranding-styles .btn-blue:hover,
html[data-theme='rebranding-light'] .btn-blue:active,
.rebranding-styles .btn-blue:active,
html[data-theme='rebranding-light'] .btn-blue:focus,
.rebranding-styles .btn-blue:focus {
  border: 1px solid #001D6C;
  background-color: #001D6C;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-blue:disabled,
.rebranding-styles .btn-blue:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-light-blue,
.rebranding-styles .btn-light-blue {
  color: #001D6C;
  border: 1px solid #D0E2FF;
  background-color: #D0E2FF;
}
html[data-theme='rebranding-light'] .btn-light-blue:hover,
.rebranding-styles .btn-light-blue:hover,
html[data-theme='rebranding-light'] .btn-light-blue:active,
.rebranding-styles .btn-light-blue:active,
html[data-theme='rebranding-light'] .btn-light-blue:focus,
.rebranding-styles .btn-light-blue:focus {
  border: 1px solid #EDF5FF;
  background-color: #EDF5FF;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-light-blue:disabled,
.rebranding-styles .btn-light-blue:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool,
.rebranding-styles .btn-text-grey-cool {
  color: #21272A;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool:hover,
.rebranding-styles .btn-text-grey-cool:hover,
html[data-theme='rebranding-light'] .btn-text-grey-cool:active,
.rebranding-styles .btn-text-grey-cool:active,
html[data-theme='rebranding-light'] .btn-text-grey-cool:focus,
.rebranding-styles .btn-text-grey-cool:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool:disabled,
.rebranding-styles .btn-text-grey-cool:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool-and-blue,
.rebranding-styles .btn-text-grey-cool-and-blue {
  color: #21272A;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool-and-blue:hover,
.rebranding-styles .btn-text-grey-cool-and-blue:hover,
html[data-theme='rebranding-light'] .btn-text-grey-cool-and-blue:active,
.rebranding-styles .btn-text-grey-cool-and-blue:active,
html[data-theme='rebranding-light'] .btn-text-grey-cool-and-blue:focus,
.rebranding-styles .btn-text-grey-cool-and-blue:focus {
  border: 1px solid #EDF5FF;
  background-color: #EDF5FF;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-text-grey-cool-and-blue:disabled,
.rebranding-styles .btn-text-grey-cool-and-blue:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-outlined-primary,
.rebranding-styles .btn-outlined-primary {
  color: #343A3F;
  border: 1px solid #343A3F;
  background-color: #FFFFFF;
}
html[data-theme='rebranding-light'] .btn-outlined-primary:hover,
.rebranding-styles .btn-outlined-primary:hover,
html[data-theme='rebranding-light'] .btn-outlined-primary:active,
.rebranding-styles .btn-outlined-primary:active,
html[data-theme='rebranding-light'] .btn-outlined-primary:focus,
.rebranding-styles .btn-outlined-primary:focus {
  border: 1px solid #343A3F;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-outlined-primary:disabled,
.rebranding-styles .btn-outlined-primary:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-text-blue,
.rebranding-styles .btn-text-blue {
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .btn-text-blue:hover,
.rebranding-styles .btn-text-blue:hover,
html[data-theme='rebranding-light'] .btn-text-blue:active,
.rebranding-styles .btn-text-blue:active,
html[data-theme='rebranding-light'] .btn-text-blue:focus,
.rebranding-styles .btn-text-blue:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-text-blue:disabled,
.rebranding-styles .btn-text-blue:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] a,
.rebranding-styles a {
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'] a:hover,
.rebranding-styles a:hover,
html[data-theme='rebranding-light'] a:active,
.rebranding-styles a:active,
html[data-theme='rebranding-light'] a:focus,
.rebranding-styles a:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'] a:disabled,
.rebranding-styles a:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-red,
.rebranding-styles .btn-red {
  color: #FFFFFF;
  border: 1px solid #ED0E2B;
  background-color: #ED0E2B;
}
html[data-theme='rebranding-light'] .btn-red:hover,
.rebranding-styles .btn-red:hover,
html[data-theme='rebranding-light'] .btn-red:active,
.rebranding-styles .btn-red:active,
html[data-theme='rebranding-light'] .btn-red:focus,
.rebranding-styles .btn-red:focus {
  border: 1px solid #800817;
  background-color: #800817;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-red:disabled,
.rebranding-styles .btn-red:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] .btn-text-red,
.rebranding-styles .btn-text-red {
  color: #ED0E2B;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .btn-text-red:hover,
.rebranding-styles .btn-text-red:hover,
html[data-theme='rebranding-light'] .btn-text-red:active,
.rebranding-styles .btn-text-red:active,
html[data-theme='rebranding-light'] .btn-text-red:focus,
.rebranding-styles .btn-text-red:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'] .btn-text-red:disabled,
.rebranding-styles .btn-text-red:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'] input.btn,
.rebranding-styles input.btn {
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 8px 24px;
}
html[data-theme='rebranding-light'] input.btn i,
.rebranding-styles input.btn i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
html[data-theme='rebranding-light'] .alert,
.rebranding-styles .alert {
  border-radius: 16px;
}
html[data-theme='rebranding-light'] .alert-red,
.rebranding-styles .alert-red {
  background-color: #FCE0E4;
  border-color: #FCE0E4;
}
html[data-theme='rebranding-light'] .alert-red p,
.rebranding-styles .alert-red p,
html[data-theme='rebranding-light'] .alert-red a,
.rebranding-styles .alert-red a {
  color: #800817;
}
html[data-theme='rebranding-light'] .alert-warning,
.rebranding-styles .alert-warning {
  background-color: #FFF7CC;
  border-color: #FFF7CC;
}
html[data-theme='rebranding-light'] .alert-info,
.rebranding-styles .alert-info {
  background-color: #EDF5FF;
  border-color: #EDF5FF;
}
html[data-theme='rebranding-light'] p,
.rebranding-styles p {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
html[data-theme='rebranding-light'] b,
.rebranding-styles b {
  font-weight: 600;
}
html[data-theme='rebranding-light'] .color-red,
.rebranding-styles .color-red {
  color: #ED0E2B;
}
html[data-theme='rebranding-light'] .form-group,
.rebranding-styles .form-group {
  display: flex;
  gap: 4px;
}
html[data-theme='rebranding-light'] .form-group .input-group,
.rebranding-styles .form-group .input-group {
  order: 2;
}
html[data-theme='rebranding-light'] .form-group .input-group .input-group-append,
.rebranding-styles .form-group .input-group .input-group-append {
  order: 3;
}
html[data-theme='rebranding-light'] .form-group .input-group:has(.input-group-prepend) .form-control-lg,
.rebranding-styles .form-group .input-group:has(.input-group-prepend) .form-control-lg {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
html[data-theme='rebranding-light'] .form-group .input-group:has(.input-group-prepend) .input-group-prepend .input-group-text,
.rebranding-styles .form-group .input-group:has(.input-group-prepend) .input-group-prepend .input-group-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
html[data-theme='rebranding-light'] .form-group .input-group:has(.input-group-append) .form-control-lg,
.rebranding-styles .form-group .input-group:has(.input-group-append) .form-control-lg {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
html[data-theme='rebranding-light'] .form-group .input-group:has(.input-group-append) .input-group-append .input-group-text,
.rebranding-styles .form-group .input-group:has(.input-group-append) .input-group-append .input-group-text {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
html[data-theme='rebranding-light'] .form-group .input-group:has(.input-group-append) span.select2-selection,
.rebranding-styles .form-group .input-group:has(.input-group-append) span.select2-selection {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[data-theme='rebranding-light'] .form-group .form-control:focus,
.rebranding-styles .form-group .form-control:focus {
  border-color: #21272A;
}
html[data-theme='rebranding-light'] .form-group .form-control:focus + label,
.rebranding-styles .form-group .form-control:focus + label {
  color: #21272A;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .form-group label,
.rebranding-styles .form-group label {
  position: static;
  opacity: 1;
  background-color: transparent;
}
html[data-theme='rebranding-light'] .form-group label:first-of-type:not(:last-of-type),
.rebranding-styles .form-group label:first-of-type:not(:last-of-type) {
  order: 1;
}
html[data-theme='rebranding-light'] .form-group label:last-of-type:not(:first-of-type),
.rebranding-styles .form-group label:last-of-type:not(:first-of-type) {
  order: 4;
}
html[data-theme='rebranding-light'] .form-group input,
.rebranding-styles .form-group input,
html[data-theme='rebranding-light'] .form-group select,
.rebranding-styles .form-group select {
  order: 2;
}
html[data-theme='rebranding-light'] .form-group input::placeholder,
.rebranding-styles .form-group input::placeholder,
html[data-theme='rebranding-light'] .form-group select::placeholder,
.rebranding-styles .form-group select::placeholder {
  color: #96A0AA;
}
html[data-theme='rebranding-light'] .form-group .form-control:placeholder-shown:not(:focus) + *,
.rebranding-styles .form-group .form-control:placeholder-shown:not(:focus) + * {
  line-height: 20px;
  font-size: 14px;
  opacity: 1;
}
html[data-theme='rebranding-light'] .form-group.has-success .valid-feedback,
.rebranding-styles .form-group.has-success .valid-feedback,
html[data-theme='rebranding-light'] .form-group.has-error .valid-feedback,
.rebranding-styles .form-group.has-error .valid-feedback,
html[data-theme='rebranding-light'] .form-group.has-success .invalid-feedback,
.rebranding-styles .form-group.has-success .invalid-feedback,
html[data-theme='rebranding-light'] .form-group.has-error .invalid-feedback,
.rebranding-styles .form-group.has-error .invalid-feedback {
  top: auto;
  right: 0;
  bottom: 64px;
}
html[data-theme='rebranding-light'] th.form-group,
.rebranding-styles th.form-group,
html[data-theme='rebranding-light'] td.form-group,
.rebranding-styles td.form-group {
  display: table-cell;
}
html[data-theme='rebranding-light'] .form-group:not(.checkboxContainer),
.rebranding-styles .form-group:not(.checkboxContainer) {
  flex-direction: column;
  margin-bottom: 16px;
}
html[data-theme='rebranding-light'] label,
.rebranding-styles label,
html[data-theme='rebranding-light'] .checkboxContainer.form-group > label,
.rebranding-styles .checkboxContainer.form-group > label {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #21272A;
}
html[data-theme='rebranding-light'] input:not([type="checkbox"]):not(.btn),
.rebranding-styles input:not([type="checkbox"]):not(.btn) {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #21272A;
  height: 48px;
  padding: 12px 12.5px;
  text-overflow: ellipsis;
}
html[data-theme='rebranding-light'] input:not([type="checkbox"]).compact,
.rebranding-styles input:not([type="checkbox"]).compact {
  height: 32px;
  padding: 4px;
}
html[data-theme='rebranding-light'] select,
.rebranding-styles select {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #21272A;
  height: 48px;
  padding: 12px 12.5px;
  text-overflow: ellipsis;
}
html[data-theme='rebranding-light'] span.select2,
.rebranding-styles span.select2 {
  order: 2;
}
html[data-theme='rebranding-light'] span.select2-selection,
.rebranding-styles span.select2-selection {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #21272A;
  height: 48px;
  padding: 12px 12.5px;
  text-overflow: ellipsis;
  font-size: 16px !important;
  border: 1px solid #DDE1E6;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
html[data-theme='rebranding-light'] span.select2-selection .select2-selection__rendered,
.rebranding-styles span.select2-selection .select2-selection__rendered {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
html[data-theme='rebranding-light'] span.select2-selection.select2-selection--multiple,
.rebranding-styles span.select2-selection.select2-selection--multiple {
  padding: 8px 10px;
  overflow: auto;
}
html[data-theme='rebranding-light'] span.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field,
.rebranding-styles span.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  height: 30px;
}
html[data-theme='rebranding-light'] span.select2-selection .select2-selection__choice,
.rebranding-styles span.select2-selection .select2-selection__choice {
  line-height: 16px;
  font-size: 12px;
  height: 32px;
  font-size: 12px !important;
  padding: 8px !important;
  color: #21272A !important;
  background-color: #F2F5FA;
  border-radius: 4px;
  margin: 0;
  margin-right: 4px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[data-theme='rebranding-light'] span.select2-selection .select2-selection__choice button,
.rebranding-styles span.select2-selection .select2-selection__choice button {
  color: #21272A !important;
}
html[data-theme='rebranding-light'] span.select2-selection .select2-search--inline,
.rebranding-styles span.select2-selection .select2-search--inline {
  height: 30px;
  width: fit-content;
}
html[data-theme='rebranding-light'].select2-dropdown,
.rebranding-styles.select2-dropdown {
  border-radius: 16px !important;
}
html[data-theme='rebranding-light'].select2-dropdown .select2-results__option,
.rebranding-styles.select2-dropdown .select2-results__option {
  color: #21272A !important;
  padding: 4px 8px;
}
html[data-theme='rebranding-light'].select2-dropdown .select2-results__option--selected,
.rebranding-styles.select2-dropdown .select2-results__option--selected {
  background-color: #EDF5FF;
}
html[data-theme='rebranding-light'].select2-dropdown .select2-results__option--highlighted,
.rebranding-styles.select2-dropdown .select2-results__option--highlighted {
  background-color: #D0E2FF;
}
html[data-theme='rebranding-light'] .form-control,
.rebranding-styles .form-control,
html[data-theme='rebranding-light'] .form-control-lg,
.rebranding-styles .form-control-lg {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px !important;
  color: #21272A;
  border: 1px solid #DDE1E6;
  border-radius: 8px;
}
html[data-theme='rebranding-light'] .width-fit-content,
.rebranding-styles .width-fit-content {
  width: fit-content;
}
html[data-theme='rebranding-light'] .table td,
.rebranding-styles .table td,
html[data-theme='rebranding-light'] .table th,
.rebranding-styles .table th {
  line-height: 23px;
  font-size: 16px;
  padding: 4px;
}
html[data-theme='rebranding-light'] .table th,
.rebranding-styles .table th {
  font-weight: 600;
}
html[data-theme='rebranding-light'] .padding-24,
.rebranding-styles .padding-24 {
  padding: 24px;
}
html[data-theme='rebranding-light'] .padding-16,
.rebranding-styles .padding-16 {
  padding: 16px;
}
html[data-theme='rebranding-light'] .gap-4,
.rebranding-styles .gap-4 {
  gap: 4px;
}
html[data-theme='rebranding-light'] .margin-top-16,
.rebranding-styles .margin-top-16 {
  margin-top: 16px;
}
html[data-theme='rebranding-light'] .modal-content,
.rebranding-styles .modal-content {
  padding: 16px 24px;
  border-radius: 8px;
}
html[data-theme='rebranding-light'] .modal-content .modal-header,
.rebranding-styles .modal-content .modal-header {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}
html[data-theme='rebranding-light'] .modal-content .modal-header h3,
.rebranding-styles .modal-content .modal-header h3 {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  width: 90%;
}
html[data-theme='rebranding-light'] .modal-content .modal-header .close,
.rebranding-styles .modal-content .modal-header .close {
  right: 0;
}
html[data-theme='rebranding-light'] .modal-content .modal-body,
.rebranding-styles .modal-content .modal-body {
  line-height: 23px;
  font-size: 16px;
  padding: 0;
  margin-bottom: 16px;
}
html[data-theme='rebranding-light'] .modal-content .modal-footer,
.rebranding-styles .modal-content .modal-footer {
  padding: 0;
}
html[data-theme='rebranding-light'].marketplace-integrations,
.rebranding-styles.marketplace-integrations {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
html[data-theme='rebranding-light'].marketplace-integrations p,
.rebranding-styles.marketplace-integrations p {
  color: #21272A;
  margin-bottom: 16px;
}
html[data-theme='rebranding-light'].marketplace-integrations .card,
.rebranding-styles.marketplace-integrations .card {
  border: 1px solid #DDE1E6;
  border-radius: 24px;
}
html[data-theme='rebranding-light'].marketplace-integrations .card-header,
.rebranding-styles.marketplace-integrations .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
html[data-theme='rebranding-light'].marketplace-integrations h4,
.rebranding-styles.marketplace-integrations h4 {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
html[data-theme='rebranding-light'].marketplace-integrations .card-title,
.rebranding-styles.marketplace-integrations .card-title {
  color: #21272A;
}
html[data-theme='rebranding-light'].marketplace-integrations h2.card-title,
.rebranding-styles.marketplace-integrations h2.card-title {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
html[data-theme='rebranding-light'].marketplace-integrations #priceLabApartmentSettingsContent,
.rebranding-styles.marketplace-integrations #priceLabApartmentSettingsContent {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'].marketplace-integrations p span,
.rebranding-styles.marketplace-integrations p span {
  line-height: 23px;
  font-size: 16px;
}
html[data-theme='rebranding-light'].marketplace-integrations .marketplace-table-container,
.rebranding-styles.marketplace-integrations .marketplace-table-container {
  overflow-x: auto;
}
html[data-theme='rebranding-light'].marketplace-integrations .marketplace-scrollable-table,
.rebranding-styles.marketplace-integrations .marketplace-scrollable-table {
  min-width: 600px;
}
html[data-theme='rebranding-light'].guest-communication,
.rebranding-styles.guest-communication {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #21272A;
}
html[data-theme='rebranding-light'].guest-communication .btn-sm,
.rebranding-styles.guest-communication .btn-sm {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
}
html[data-theme='rebranding-light'].guest-communication .btn-sm i,
.rebranding-styles.guest-communication .btn-sm i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .btn-sm:has(span.icon:only-child),
.rebranding-styles.guest-communication .btn-sm:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .btn-sm i:before,
.rebranding-styles.guest-communication .btn-sm i:before {
  position: absolute;
  left: 8.5px;
  top: 8.5px;
}
html[data-theme='rebranding-light'].guest-communication .communication-header,
.rebranding-styles.guest-communication .communication-header {
  padding-top: 24px;
  padding-bottom: 8px;
  margin-top: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication .bookingSummaryContainer,
.rebranding-styles.guest-communication .bookingSummaryContainer {
  background-color: #F2F5FA;
  padding: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content .bookingSummaryContainer,
.rebranding-styles.guest-communication .modal-content .bookingSummaryContainer {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
html[data-theme='rebranding-light'].guest-communication .btn.btn-icon:has(.letter-icon),
.rebranding-styles.guest-communication .btn.btn-icon:has(.letter-icon),
html[data-theme='rebranding-light'].guest-communication .btn.btn-rounded:has(.letter-icon),
.rebranding-styles.guest-communication .btn.btn-rounded:has(.letter-icon) {
  padding: 4px 6px;
}
html[data-theme='rebranding-light'].guest-communication .letter-icon,
.rebranding-styles.guest-communication .letter-icon {
  line-height: 20px;
  font-size: 14px;
}
html[data-theme='rebranding-light'].guest-communication .letter-icon-badge,
.rebranding-styles.guest-communication .letter-icon-badge {
  line-height: 16px;
  font-size: 12px;
  font-family: Manrope, sans-serif;
  padding: 0 8px !important;
  top: -4px !important;
  left: -12px !important;
  border: none;
  background-color: #ED0E2B;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer),
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) {
  padding: 0;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper h3,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper h3 {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper label,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper label {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #ED0E2B;
  border: 1px solid transparent;
  background-color: transparent;
  white-space: nowrap;
  padding: 4px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red i,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:has(span.icon:only-child),
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:hover,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:hover,
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:active,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:active,
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:focus,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:disabled,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-red:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
  white-space: nowrap;
  padding: 4px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary i,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:has(span.icon:only-child),
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:hover,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:hover,
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:active,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:active,
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:focus,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:disabled,
.rebranding-styles.guest-communication .modal-content:has(.bookingSummaryContainer) .tooltip-wrapper .btn-secondary:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history > div:last-child,
.rebranding-styles.guest-communication #conversation-history > div:last-child {
  display: none;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history p,
.rebranding-styles.guest-communication #conversation-history p {
  line-height: 23px;
  font-size: 16px;
  margin: 0 !important;
  white-space: normal;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .btn-default,
.rebranding-styles.guest-communication #conversation-history .btn-default {
  color: white;
  border-color: #21272A;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .card,
.rebranding-styles.guest-communication #conversation-history .card {
  background-color: white;
  border-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .card .card-body,
.rebranding-styles.guest-communication #conversation-history .card .card-body {
  padding: 24px 0 0 0 !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .card .card-body .card-title:has(~ .media-list):not(:has(a.btn.admin)),
.rebranding-styles.guest-communication #conversation-history .card .card-body .card-title:has(~ .media-list):not(:has(a.btn.admin)) {
  display: none;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .card .card-body .card-title:has(a.btn.admin),
.rebranding-styles.guest-communication #conversation-history .card .card-body .card-title:has(a.btn.admin) {
  position: relative;
  color: transparent;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .card .card-body .card-title:has(a.btn.admin) a.btn.admin,
.rebranding-styles.guest-communication #conversation-history .card .card-body .card-title:has(a.btn.admin) a.btn.admin {
  position: absolute;
  left: 16px;
  top: -12px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list {
  padding: 0 16px 24px 16px !important;
  background-color: white;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media:first-child,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media:first-child {
  margin-top: 0;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media:not(:first-child),
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media:not(:first-child) {
  margin-top: 24px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content {
  line-height: 23px;
  font-size: 16px;
  border-radius: 24px;
  padding: 16px !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content.limited-content .text,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content.limited-content .text {
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content .text,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content .text,
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content p,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content p {
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 4px !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content .more a,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content .more a {
  line-height: 23px;
  font-size: 16px;
  color: #0F62FE;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content .media-date,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content .media-date {
  line-height: 20px;
  font-size: 14px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-content .mail-attachments-container,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-content .mail-attachments-container {
  padding: 0;
  word-break: break-all;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .btn.btn-icon:has(.letter-icon),
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .btn.btn-icon:has(.letter-icon) {
  align-self: flex-end;
  margin-bottom: 2px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media .media-annotation,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media .media-annotation {
  margin: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media:not(.reversed) .media-content,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media:not(.reversed) .media-content {
  border-bottom-left-radius: 0;
  border-top-right-radius: 24px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media.reversed .media-content,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media.reversed .media-content {
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  background-color: #EDF5FF;
  border-color: #EDF5FF;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history .media-list.chat-list .media.reversed img,
.rebranding-styles.guest-communication #conversation-history .media-list.chat-list .media.reversed img {
  width: 6% !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor),
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) {
  background-color: #F2F5FA;
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) h3,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .card-body,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .card-body {
  padding: 24px !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .small,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .small {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pb-20,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pb-20,
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pt-5,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pt-5 {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3 {
  padding: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3:empty,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3:empty {
  margin-bottom: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#show-add-allowed-email-recipient,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#show-add-allowed-email-recipient,
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button {
  order: 3;
  position: absolute;
  right: -35px;
  top: 45%;
}
html[data-theme='rebranding-light'].guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button,
.rebranding-styles.guest-communication #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button {
  right: -75px;
}
html[data-theme='rebranding-light'].guest-communication .message-header,
.rebranding-styles.guest-communication .message-header {
  padding: 8px 0;
}
html[data-theme='rebranding-light'].guest-communication .message-header h3.modal-title,
.rebranding-styles.guest-communication .message-header h3.modal-title {
  display: none;
}
html[data-theme='rebranding-light'].guest-communication .message-header button.close,
.rebranding-styles.guest-communication .message-header button.close {
  padding-right: 0;
}
html[data-theme='rebranding-light'].guest-communication .message-body,
.rebranding-styles.guest-communication .message-body {
  padding: 0 !important;
  margin: 0;
}
html[data-theme='rebranding-light'].guest-communication .message-body .letter-icon,
.rebranding-styles.guest-communication .message-body .letter-icon {
  line-height: 20px;
  font-size: 14px;
  width: 16px;
  height: unset;
}
html[data-theme='rebranding-light'].guest-communication .message-body .text-date,
.rebranding-styles.guest-communication .message-body .text-date {
  line-height: 16px;
  font-size: 12px;
  color: #96A0AA;
}
html[data-theme='rebranding-light'].guest-communication .message-body .message-details,
.rebranding-styles.guest-communication .message-body .message-details {
  line-height: 20px;
  font-size: 14px;
  color: #96A0AA;
}
html[data-theme='rebranding-light'].guest-communication .message-body h5,
.rebranding-styles.guest-communication .message-body h5 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button,
.rebranding-styles.guest-communication .message-body a.reply-button {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0 !important;
  padding: 4px 16px !important;
}
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button i,
.rebranding-styles.guest-communication .message-body a.reply-button i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button:has(span.icon:only-child),
.rebranding-styles.guest-communication .message-body a.reply-button:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button:hover,
.rebranding-styles.guest-communication .message-body a.reply-button:hover,
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button:active,
.rebranding-styles.guest-communication .message-body a.reply-button:active,
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button:focus,
.rebranding-styles.guest-communication .message-body a.reply-button:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .message-body a.reply-button:disabled,
.rebranding-styles.guest-communication .message-body a.reply-button:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .message-body button#removeCurrentMessage,
.rebranding-styles.guest-communication .message-body button#removeCurrentMessage {
  top: 0px;
  left: 8px;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage,
.rebranding-styles.guest-communication button#removeCurrentMessage {
  font-weight: 600;
  border-radius: 32px;
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  width: fit-content;
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #FFFFFF;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  top: 16px;
  left: 16px;
  margin: 0;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:not(:has(+.btn)),
.rebranding-styles.guest-communication button#removeCurrentMessage:not(:has(+.btn)),
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:not(:has(~.btn)),
.rebranding-styles.guest-communication button#removeCurrentMessage:not(:has(~.btn)) {
  margin-left: 2px;
  margin-right: 2px;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage i,
.rebranding-styles.guest-communication button#removeCurrentMessage i {
  margin: 0;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage i,
.rebranding-styles.guest-communication button#removeCurrentMessage i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:has(span.icon:only-child),
.rebranding-styles.guest-communication button#removeCurrentMessage:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:hover,
.rebranding-styles.guest-communication button#removeCurrentMessage:hover,
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:active,
.rebranding-styles.guest-communication button#removeCurrentMessage:active,
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:focus,
.rebranding-styles.guest-communication button#removeCurrentMessage:focus {
  border: 1px solid #FCE0E4;
  background-color: #FCE0E4;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication button#removeCurrentMessage:disabled,
.rebranding-styles.guest-communication button#removeCurrentMessage:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card,
.rebranding-styles.guest-communication .communication-body .card {
  border: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body .list-group.communication-messages,
.rebranding-styles.guest-communication .communication-body .card .card-body .list-group.communication-messages,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body .messagesDetails,
.rebranding-styles.guest-communication .communication-body .card .card-body .messagesDetails {
  border: 1px solid #DDE1E6;
  border-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper h3,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper h3 {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper label,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper label {
  line-height: 16px;
  font-size: 12px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #ED0E2B;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red i,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:has(span.icon:only-child),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:hover,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:hover,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:active,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:active,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:focus,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:disabled,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-red:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary i,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:has(span.icon:only-child),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:hover,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:hover,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:active,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:active,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:focus,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:disabled,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .tooltip-wrapper .btn-secondary:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body {
  padding: 0 !important;
  margin: 0;
  padding: 16px 0 !important;
  margin: 0 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .letter-icon,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .letter-icon {
  line-height: 20px;
  font-size: 14px;
  width: 16px;
  height: unset;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .text-date,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .text-date {
  line-height: 16px;
  font-size: 12px;
  color: #96A0AA;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .message-details,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body .message-details {
  line-height: 20px;
  font-size: 14px;
  color: #96A0AA;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body h5,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body h5 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button {
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #0F62FE;
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0 !important;
  padding: 4px 16px !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button i,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:has(span.icon:only-child),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:hover,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:hover,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:active,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:active,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:focus,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:focus {
  border: 1px solid #F2F5FA;
  background-color: #F2F5FA;
  outline: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:disabled,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body a.reply-button:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body button#removeCurrentMessage,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader .message-body button#removeCurrentMessage {
  top: 0px;
  left: 8px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history > div:last-child,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history > div:last-child {
  display: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history p,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history p {
  line-height: 23px;
  font-size: 16px;
  margin: 0 !important;
  white-space: normal;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .btn-default,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .btn-default {
  color: white;
  border-color: #21272A;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card {
  background-color: white;
  border-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body {
  padding: 24px 0 0 0 !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(~ .media-list):not(:has(a.btn.admin)),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(~ .media-list):not(:has(a.btn.admin)) {
  display: none;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(a.btn.admin),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(a.btn.admin) {
  position: relative;
  color: transparent;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(a.btn.admin) a.btn.admin,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .card .card-body .card-title:has(a.btn.admin) a.btn.admin {
  position: absolute;
  left: 16px;
  top: -12px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list {
  padding: 0 16px 24px 16px !important;
  background-color: white;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:first-child,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:first-child {
  margin-top: 0;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:not(:first-child),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:not(:first-child) {
  margin-top: 24px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content {
  line-height: 23px;
  font-size: 16px;
  border-radius: 24px;
  padding: 16px !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content.limited-content .text,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content.limited-content .text {
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .text,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .text,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content p,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content p {
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 4px !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .more a,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .more a {
  line-height: 23px;
  font-size: 16px;
  color: #0F62FE;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .media-date,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .media-date {
  line-height: 20px;
  font-size: 14px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .mail-attachments-container,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-content .mail-attachments-container {
  padding: 0;
  word-break: break-all;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .btn.btn-icon:has(.letter-icon),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .btn.btn-icon:has(.letter-icon) {
  align-self: flex-end;
  margin-bottom: 2px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-annotation,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media .media-annotation {
  margin: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:not(.reversed) .media-content,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media:not(.reversed) .media-content {
  border-bottom-left-radius: 0;
  border-top-right-radius: 24px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media.reversed .media-content,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media.reversed .media-content {
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  background-color: #EDF5FF;
  border-color: #EDF5FF;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media.reversed img,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history .media-list.chat-list .media.reversed img {
  width: 6% !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor),
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) {
  background-color: #F2F5FA;
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) h3,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .card-body,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .card-body {
  padding: 24px !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .small,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .small {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pb-20,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pb-20,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pt-5,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.mb-0.pt-5 {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3 {
  padding: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3:empty,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) .form-group.pl-3:empty {
  margin-bottom: 0 !important;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#show-add-allowed-email-recipient,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#show-add-allowed-email-recipient,
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button {
  order: 3;
  position: absolute;
  right: -35px;
  top: 45%;
}
html[data-theme='rebranding-light'].guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button,
.rebranding-styles.guest-communication .communication-body .card .card-body #bookingDetail .communication-reader #conversation-history #SendMailRequestFormForConversationHistory .card:not(.note-editor) button#add-allowed-email-recipient-button {
  right: -75px;
}
html[data-theme='rebranding-light'].guest-communication.booking-communication #conversation-history .card .card-body .card-title,
.rebranding-styles.guest-communication.booking-communication #conversation-history .card .card-body .card-title {
  display: block !important;
  padding: 0 16px 16px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
#priceCalendarhtml[data-theme='rebranding-light'] .load-price-range,
#priceCalendar.rebranding-styles .load-price-range {
  gap: 4px;
  row-gap: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .load-price-range form,
#priceCalendar.rebranding-styles .load-price-range form {
  gap: 4px;
  row-gap: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] button.dropdown-toggle,
#priceCalendar.rebranding-styles button.dropdown-toggle {
  box-shadow: none !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties,
#priceCalendar.rebranding-styles .select-properties {
  margin-right: 4px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger {
  font-weight: 600;
  border-radius: 32px;
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  width: fit-content;
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #343A3F;
  border: 1px solid #343A3F;
  background-color: #FFFFFF;
  padding-right: 0;
  background-color: transparent;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:not(:has(+.btn)),
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:not(:has(+.btn)),
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:not(:has(~.btn)),
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:not(:has(~.btn)) {
  margin-left: 2px;
  margin-right: 2px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger i,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger i {
  margin: 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger i,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:has(span.icon:only-child),
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:hover,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:hover,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:active,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:active,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:focus,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:focus {
  border: 1px solid #343A3F;
  background-color: #F2F5FA;
  outline: none;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:disabled,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:hover button.dropdown-toggle,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:hover button.dropdown-toggle,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger:focus button.dropdown-toggle,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger:focus button.dropdown-toggle {
  background-color: transparent;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger button.dropdown-toggle,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger button.dropdown-toggle {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  height: 20px;
  padding-right: 28px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 32px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger button.dropdown-toggle:hover,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger button.dropdown-toggle:hover,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger button.dropdown-toggle:focus,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger button.dropdown-toggle:focus {
  background: transparent;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties.select-properties-trigger button.dropdown-toggle .multiselect-selected-text,
#priceCalendar.rebranding-styles .select-properties.select-properties-trigger button.dropdown-toggle .multiselect-selected-text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #21272A;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu {
  border-radius: 16px;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  gap: 4px;
  padding: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu.show,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu.show {
  display: flex;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item {
  font-weight: 600;
  border-radius: 32px;
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  width: fit-content;
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #21272A;
  border: 1px solid transparent;
  background-color: transparent;
  border: none !important;
  width: 100%;
  border-radius: 0;
  padding: 4px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:not(:has(+.btn)),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:not(:has(+.btn)),
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:not(:has(+.btn)),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:not(:has(+.btn)),
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:not(:has(~.btn)),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:not(:has(~.btn)),
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:not(:has(~.btn)),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:not(:has(~.btn)) {
  margin-left: 2px;
  margin-right: 2px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option i,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option i,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item i,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item i {
  margin: 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option i,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option i,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item i,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:has(span.icon:only-child),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:has(span.icon:only-child),
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:has(span.icon:only-child),
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:hover,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:hover,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:hover,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:hover,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:active,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:active,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:active,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:active,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:focus,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:focus,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:focus,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:focus {
  border: 1px solid #EDF5FF;
  background-color: #EDF5FF;
  outline: none;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .multiselect-option:disabled,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .multiselect-option:disabled,
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .dropdown-item:disabled,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .dropdown-item:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .form-check,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .form-check {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .form-check .form-check-input,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .form-check .form-check-input {
  order: 2;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .form-check .form-check-label,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .form-check .form-check-label {
  order: 1;
  padding: 0 !important;
  position: relative;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .form-check .form-check-label span,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .form-check .form-check-label span {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  height: 32px;
  padding: 8px;
  border-radius: 4px;
  width: fit-content;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-properties .multiselect-container.dropdown-menu .form-check .single-selection-button,
#priceCalendar.rebranding-styles .select-properties .multiselect-container.dropdown-menu .form-check .single-selection-button {
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #343A3F;
  position: absolute;
  right: 20px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date,
#priceCalendar.rebranding-styles .select-date {
  margin-right: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger,
#priceCalendar.rebranding-styles .select-date.select-date-trigger {
  font-weight: 600;
  border-radius: 32px;
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px;
  width: fit-content;
  line-height: 20px;
  font-size: 14px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 4px 16px;
  color: #343A3F;
  border: 1px solid #343A3F;
  background-color: #FFFFFF;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:not(:has(+.btn)),
#priceCalendar.rebranding-styles .select-date.select-date-trigger:not(:has(+.btn)),
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:not(:has(~.btn)),
#priceCalendar.rebranding-styles .select-date.select-date-trigger:not(:has(~.btn)) {
  margin-left: 2px;
  margin-right: 2px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger i,
#priceCalendar.rebranding-styles .select-date.select-date-trigger i {
  margin: 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger i,
#priceCalendar.rebranding-styles .select-date.select-date-trigger i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:has(span.icon:only-child),
#priceCalendar.rebranding-styles .select-date.select-date-trigger:has(span.icon:only-child) {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  padding: 4px;
  justify-content: center;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:hover,
#priceCalendar.rebranding-styles .select-date.select-date-trigger:hover,
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:active,
#priceCalendar.rebranding-styles .select-date.select-date-trigger:active,
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:focus,
#priceCalendar.rebranding-styles .select-date.select-date-trigger:focus {
  border: 1px solid #343A3F;
  background-color: #F2F5FA;
  outline: none;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger:disabled,
#priceCalendar.rebranding-styles .select-date.select-date-trigger:disabled {
  color: #96A0AA !important;
  border: 1px solid #F2F5FA !important;
  background-color: #F2F5FA !important;
  pointer-events: none !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger select,
#priceCalendar.rebranding-styles .select-date.select-date-trigger select {
  height: 20px !important;
  border: none !important;
  padding: 0 !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger .select2-selection--single .select2-selection__arrow:after,
#priceCalendar.rebranding-styles .select-date.select-date-trigger .select2-selection--single .select2-selection__arrow:after {
  right: 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger span.select2 span.select2-selection,
#priceCalendar.rebranding-styles .select-date.select-date-trigger span.select2 span.select2-selection {
  border: none;
  height: 20px;
  padding: 0;
  background: transparent;
}
#priceCalendarhtml[data-theme='rebranding-light'] .select-date.select-date-trigger span.select2 span.select2-selection .select2-selection__rendered,
#priceCalendar.rebranding-styles .select-date.select-date-trigger span.select2 span.select2-selection .select2-selection__rendered {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}
#priceCalendarhtml[data-theme='rebranding-light'] .settings-menu.dropdown-menu,
#priceCalendar.rebranding-styles .settings-menu.dropdown-menu {
  padding: 12px 4px;
  border-radius: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] .settings-menu.dropdown-menu .btn,
#priceCalendar.rebranding-styles .settings-menu.dropdown-menu .btn {
  border-radius: 4px;
  width: 100%;
}
#priceCalendarhtml[data-theme='rebranding-light'] .card.admin,
#priceCalendar.rebranding-styles .card.admin {
  border: none;
  border-radius: 24px;
  background-color: #F2F5FA;
  padding: 24px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar,
#priceCalendar.rebranding-styles #changePriceSidebar,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange,
#priceCalendar.rebranding-styles #priceRange {
  border-radius: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar .card,
#priceCalendar.rebranding-styles #changePriceSidebar .card,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange .card,
#priceCalendar.rebranding-styles #priceRange .card {
  width: 420px;
  border-radius: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar .card .card-header,
#priceCalendar.rebranding-styles #changePriceSidebar .card .card-header,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange .card .card-header,
#priceCalendar.rebranding-styles #priceRange .card .card-header {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  padding: 24px;
  padding-bottom: 16px;
  border-radius: 16px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar .card .card-body,
#priceCalendar.rebranding-styles #changePriceSidebar .card .card-body,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange .card .card-body,
#priceCalendar.rebranding-styles #priceRange .card .card-body {
  padding: 24px;
  padding-top: 0px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar .card .card-body .apartments-info,
#priceCalendar.rebranding-styles #changePriceSidebar .card .card-body .apartments-info,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange .card .card-body .apartments-info,
#priceCalendar.rebranding-styles #priceRange .card .card-body .apartments-info {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
}
#priceCalendarhtml[data-theme='rebranding-light'] #changePriceSidebar .card .card-body .apartments-list label,
#priceCalendar.rebranding-styles #changePriceSidebar .card .card-body .apartments-list label,
#priceCalendarhtml[data-theme='rebranding-light'] #priceRange .card .card-body .apartments-list label,
#priceCalendar.rebranding-styles #priceRange .card .card-body .apartments-list label {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #96A0AA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table th,
#priceCalendar.rebranding-styles #priceTable table th {
  border-color: #DDE1E6;
  padding: 8px 0;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table th.padding-booking,
#priceCalendar.rebranding-styles #priceTable table th.padding-booking {
  padding: 0;
  padding-top: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table td,
#priceCalendar.rebranding-styles #priceTable table td {
  border-color: #DDE1E6;
  padding: 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table td.name label,
#priceCalendar.rebranding-styles #priceTable table td.name label,
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table th.name label,
#priceCalendar.rebranding-styles #priceTable table th.name label {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table label,
#priceCalendar.rebranding-styles #priceTable table label {
  color: inherit;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table > tbody > tr.firstColumn > th:first-child,
#priceCalendar.rebranding-styles #priceTable table > tbody > tr.firstColumn > th:first-child {
  background-color: #FFFFFF;
  border-top-left-radius: 4px;
  padding: 6px 8px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table > tbody > tr > td.first-column:not(.name),
#priceCalendar.rebranding-styles #priceTable table > tbody > tr > td.first-column:not(.name) {
  border-bottom-left-radius: 4px;
  padding: 8px;
  background-color: #F2F5FA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table > tbody > tr:last > td.first-column.name,
#priceCalendar.rebranding-styles #priceTable table > tbody > tr:last > td.first-column.name {
  border-bottom-left-radius: 4px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .form-control,
#priceCalendar.rebranding-styles #priceTable table .form-control {
  line-height: 20px;
  font-size: 14px;
  font-size: 14px !important;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .apartmentRowTh .spanColor,
#priceCalendar.rebranding-styles #priceTable table .apartmentRowTh .spanColor {
  margin-top: 1px;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .apartmentRowTh label.color-blue,
#priceCalendar.rebranding-styles #priceTable table .apartmentRowTh label.color-blue {
  color: #0F62FE;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data label,
#priceCalendar.rebranding-styles #priceTable table .price-data label {
  color: inherit;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-nights input,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-nights input {
  height: 24px;
  width: 100%;
  border: 1px solid #96A0AA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-nights.has-booking input:not(:disabled),
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-nights.has-booking input:not(:disabled) {
  background-color: #F2F5FA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price input,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price input {
  height: 24px;
  width: 100%;
  border: 1px solid #96A0AA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price.has-booking,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price.has-booking {
  background-color: unset;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price.has-booking input:not(:disabled),
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price.has-booking input:not(:disabled) {
  background-color: #F2F5FA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price .dynamic-price .form-control,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price .dynamic-price .form-control,
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price .dynamic-price .input-group-text,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price .dynamic-price .input-group-text {
  border-right: 1px solid #0F62FE !important;
  border-color: #0F62FE;
  color: #0F62FE;
  background-color: #EDF5FF;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price .dynamic-price.manual-price .form-control,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price .dynamic-price.manual-price .form-control,
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .price-data .calendar-price .dynamic-price.manual-price .input-group-text,
#priceCalendar.rebranding-styles #priceTable table .price-data .calendar-price .dynamic-price.manual-price .input-group-text {
  border-color: #21272A;
  color: #21272A;
  background-color: #F2F5FA;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .calendar-icon,
#priceCalendar.rebranding-styles #priceTable table .calendar-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21272A;
}
#priceCalendarhtml[data-theme='rebranding-light'] #priceTable table .calendar-icon.money-bill,
#priceCalendar.rebranding-styles #priceTable table .calendar-icon.money-bill {
  margin-top: 8px;
}
html[data-theme='rebranding-light'] #customerStatisticsTabs,
.rebranding-styles #customerStatisticsTabs {
  margin-bottom: 36px;
  gap: 32px;
  border: none;
  padding: 0;
  border-bottom: 1px solid #DDE1E6;
}
html[data-theme='rebranding-light'] #customerStatisticsTabs .nav-link,
.rebranding-styles #customerStatisticsTabs .nav-link {
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  color: #21272A;
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s, border-bottom-color 0.2s;
}
html[data-theme='rebranding-light'] #customerStatisticsTabs .nav-link.active,
.rebranding-styles #customerStatisticsTabs .nav-link.active,
html[data-theme='rebranding-light'] #customerStatisticsTabs .nav-link.show .nav-link,
.rebranding-styles #customerStatisticsTabs .nav-link.show .nav-link {
  border-bottom: 1px solid #21272A;
  font-weight: 600;
}
html[data-theme='rebranding-light'] #availabilities h4,
.rebranding-styles #availabilities h4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
html[data-theme='rebranding-light'] .fallback-channel-avatar,
.rebranding-styles .fallback-channel-avatar {
  line-height: 16px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid var(--bg-channel-color);
  background-color: var(--bg-channel-color);
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages,
div#communication-list.rebranding-styles .messagesDetails {
  border: 1px solid #DDE1E6;
  border-radius: 16px;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item,
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item {
  padding: 0;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item:first-child,
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item:last-child,
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item:not(:last-child),
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item:not(:last-child) {
  border-bottom: 1px solid #DDE1E6;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item:hover,
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item:hover {
  background-color: #F2F5FA;
}
div#communication-list.rebranding-styles .card .card-body .list-group.communication-messages .list-group-item.active,
div#communication-list.rebranding-styles .card .card-body .list-group .list-group-item.active {
  border: none;
  background-color: #D0E2FF;
}
div#communication-list.rebranding-styles .communication-body .card {
  border: none;
}
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message {
  padding-left: 16px;
}
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon {
  line-height: 20px;
  font-size: 14px;
  height: unset;
  width: 16px;
}
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon-badge {
  line-height: 16px;
  font-size: 12px;
  font-family: Manrope, sans-serif;
  padding: 0 8px !important;
  top: -4px !important;
  left: -12px !important;
  border: none;
  background-color: #ED0E2B;
}
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .letter-icon-title,
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .text-date,
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .message-subject,
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .message-excerpt {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #21272A;
}
div#communication-list.rebranding-styles .communication-body .card .card-body .list-group.communication-messages .list-group-item .communication-message .text-date {
  white-space: nowrap;
}
.login-form {
  border: none;
}
.login-form a:hover {
  color: #3b4aff;
  text-decoration: none;
}
.login-form .login-smoobu-button {
  background-color: #28e086;
  color: #000000;
}
.login-form .login-brands .form-row > .col-6 {
  flex: 0 0 47%;
  max-width: 47%;
  border-radius: 5px;
  border: solid 0.5px #cccccc;
}
.login-form .login-brands .form-row > .col-6 a {
  padding: 0.375rem 0.5rem;
}
.login-form .login-brands .form-row .fa-facebook {
  color: #1877f2;
}
.login-form #faceBookLoginButton,
.login-form #appleLoginButton {
  font-size: 0.9rem;
}
.login-form .login-button .btn {
  min-height: 52px;
  font-weight: 700;
}
.login-form .btn {
  font-weight: 700;
}
.login-form .vertical-line {
  position: relative;
}
.login-form .vertical-line:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #cccccc;
  width: 100%;
  transform: translateY(-50%);
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  .navbar.navbar-inverse.navbar-fixed-top,
  .caret,
  .doNotPrint,
  iframe#launcher,
  a.new-booking {
    display: none;
  }
  #statisticFilterFrom,
  #statisticFilterTo,
  .multiselect.dropdown-toggle.btn.btn-default {
    border: 0px;
    font-size: 1em !important;
    width: 100% !important;
  }
  .content-wrapper > .content {
    margin-top: 0;
    vertical-align: top;
  }
  .arrival-departure-list {
    page-break-before: always;
  }
  #statistic-overview .charts .card-body {
    min-height: 200px;
    max-height: 200px;
    min-width: 600px;
    max-width: 600px;
  }
  #customer-statistics .utilizationGauge {
    margin-top: 1rem!important;
  }
  #customer-statistics .utilizationGauge,
  #customer-statistics .utilizationRevenue {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #customer-statistics .utilizationGauge .card-body,
  #customer-statistics .utilizationRevenue .card-body {
    min-height: 250px;
  }
  #customer-statistics .panelResize.donuts .col-12 {
    margin-top: 10px;
  }
  #historyConversationContainer .chat-list {
    max-height: 100%;
  }
  #historyConversationContainer .limited-content .text {
    max-height: 100%;
  }
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dot.dot-red {
  background: rgba(234, 2, 1, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-brown {
  background: rgba(140, 65, 0, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-orange {
  background: rgba(255, 157, 0, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-yellow {
  background: rgba(251, 255, 28, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-green {
  background: rgba(98, 255, 0, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-blue {
  background: rgba(51, 187, 255, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-purple {
  background: rgba(102, 110, 255, 0.1);
  border: 1px solid #ebebeb;
}
.dot.dot-pink {
  background: rgba(255, 102, 179, 0.1);
  border: 1px solid #ebebeb;
}
input[type="radio"]:checked ~ .dot-red {
  border: 1px solid rgba(234, 2, 1, 0.6);
}
input[type="radio"]:checked ~ .dot-brown {
  border: 1px solid rgba(140, 65, 0, 0.6);
}
input[type="radio"]:checked ~ .dot-orange {
  border: 1px solid rgba(255, 157, 0, 0.6);
}
input[type="radio"]:checked ~ .dot-yellow {
  border: 1px solid rgba(251, 255, 28, 0.6);
}
input[type="radio"]:checked ~ .dot-green {
  border: 1px solid rgba(98, 255, 0, 0.6);
}
input[type="radio"]:checked ~ .dot-blue {
  border: 1px solid rgba(51, 187, 255, 0.6);
}
input[type="radio"]:checked ~ .dot-purple {
  border: 1px solid rgba(102, 110, 255, 0.6);
}
input[type="radio"]:checked ~ .dot-pink {
  border: 1px solid rgba(255, 102, 179, 0.6);
}
input[type="radio"]:checked ~ .dot {
  box-shadow: #ffffff 0px 0px 0px 4px, #000000 0px 0px 0px 5px;
}
#CreateSeasonalRule button[data-info="price-change"],
.default-fees-fieldset button[data-info="price-change"],
.checkout-tasks-fieldset button[data-info="price-change"],
#CreateSeasonalRule button[data-info="threshold"],
.default-fees-fieldset button[data-info="threshold"],
.checkout-tasks-fieldset button[data-info="threshold"] {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FFFFFF;
}
#AirBnbSettings button.info-button {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FFFFFF;
}
.settings .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.settings .table-apartment-list {
  border-spacing: 0 8px;
  border-collapse: separate;
}
.settings .table-apartment-list .drag-icons {
  min-width: 30px;
}
.settings .table-apartment-list .apartment-name {
  border-left: 1px solid #dee2e6 !important;
}
.settings .table-apartment-list .apartment-list-apartment-name {
  max-width: 100px;
}
.settings .table-apartment-list .apartment-labels span {
  font-size: 11px;
}
.settings .table-channels-list {
  border-spacing: 0 8px;
  border-collapse: separate;
  padding-bottom: 150px;
}
@media (min-width: 769px) {
  .settings .table-channels-list {
    padding-bottom: unset;
  }
}
.guest-app-content .table-guestapp-content-list {
  border-spacing: 0 8px;
  border-collapse: separate;
}
.guest-app-content .table-guestapp-content-list .drag-icons {
  min-width: 30px;
}
.guest-app-content .table-guestapp-content-list .guestapp-content-subject {
  max-width: 100px;
  border-left: 1px solid #dee2e6 !important;
}
#availabilities .select-properties,
#multipleCalendar .select-properties,
#priceCalendar .select-properties {
  text-align: left;
}
#availabilities .select-properties .btn-group,
#multipleCalendar .select-properties .btn-group,
#priceCalendar .select-properties .btn-group {
  width: 100%;
}
#availabilities .select-properties .btn-group .dropdown-toggle,
#multipleCalendar .select-properties .btn-group .dropdown-toggle,
#priceCalendar .select-properties .btn-group .dropdown-toggle {
  min-width: 100px;
  height: 34px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 4px 15px 4px 12px;
}
#availabilities .select-properties .btn-group .dropdown-toggle::after,
#multipleCalendar .select-properties .btn-group .dropdown-toggle::after,
#priceCalendar .select-properties .btn-group .dropdown-toggle::after {
  display: none;
}
#availabilities .select-properties .btn-group .dropdown-toggle .caret,
#multipleCalendar .select-properties .btn-group .dropdown-toggle .caret,
#priceCalendar .select-properties .btn-group .dropdown-toggle .caret {
  display: none;
}
#availabilities .select-properties .btn-group .dropdown-toggle .multiselect-selected-text,
#multipleCalendar .select-properties .btn-group .dropdown-toggle .multiselect-selected-text,
#priceCalendar .select-properties .btn-group .dropdown-toggle .multiselect-selected-text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.webhooks .table-webhooks-list,
.website-accommodations .table-webhooks-list,
.apartment-permission .table-webhooks-list,
.permission .table-webhooks-list,
.webhooks .table-website-accommodations-list,
.website-accommodations .table-website-accommodations-list,
.apartment-permission .table-website-accommodations-list,
.permission .table-website-accommodations-list,
.webhooks .table-apartment-permission-list,
.website-accommodations .table-apartment-permission-list,
.apartment-permission .table-apartment-permission-list,
.permission .table-apartment-permission-list,
.webhooks .table-permission-list .table,
.website-accommodations .table-permission-list .table,
.apartment-permission .table-permission-list .table,
.permission .table-permission-list .table {
  border-spacing: 0 8px;
  border-collapse: separate;
}
.tabs-channel-settings a {
  height: 30px;
  width: auto;
  display: inline-block;
  border: none;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.tabs-channel-settings a.active,
.tabs-channel-settings a:hover,
.tabs-channel-settings a:focus {
  color: #3b4aff;
}
.tabs-channel-settings a.active {
  border-bottom: 4px solid #3b4aff;
}
.channel-settings-title {
  border-bottom: 4px solid #3b4aff;
  border-radius: 0.25rem;
}
.invoice-settings .feature-toggle h3 {
  font-size: 16px;
  margin: 0 16px 0 0;
}
.invoice-settings .feature-toggle h3 .badge {
  font-size: 12px;
  background-color: #7FECCD;
  border-radius: 4px;
  padding: 8px;
  margin: 0 0 0 16px;
}
.invoice-settings .feature-toggle p {
  font-size: 16px;
  padding: 16px 0 0 0;
}
.feature-guide .guide-note {
  background-color: #EBF3FB;
  border-radius: 16px;
  padding: 16px;
}
.feature-guide .guide-note h4 {
  font-size: 16px;
  margin: 0 !important;
  padding: 0 !important;
}
.feature-guide .guide-note p {
  font-size: 16px;
  margin: 0;
  padding: 16px 0;
}
.feature-guide .guide-note a {
  background-color: #EBF3FB;
  font-weight: bold;
}
#airbnbPricingSettings select,
#AirbnbBookingSettingRequest select,
#airbnbAvailabilitySettings select,
.smoobu-overwrite-availabilities select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
}
.smoobu-select .multiselect-container,
.settings-apartments-container .multiselect-container {
  min-width: 250px;
}
.smoobu-select .multiselect-container > li > a,
.settings-apartments-container .multiselect-container > li > a {
  display: block;
  width: 100%;
}
.smoobu-select .multiselect-container > li > a > label,
.settings-apartments-container .multiselect-container > li > a > label {
  padding: 12px;
  width: 100%;
}
.smoobu-select .multiselect-container > li > a > label small,
.settings-apartments-container .multiselect-container > li > a > label small {
  display: none;
  float: right;
  margin-top: 2px;
}
.smoobu-select .multiselect-container > li > a > label:hover small,
.settings-apartments-container .multiselect-container > li > a > label:hover small {
  display: inline-block;
}
.smoobu-select .multiselect-container input,
.settings-apartments-container .multiselect-container input {
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#airbnbPricingSettings select.different-values,
#airbnbAvailabilitySettings select.different-values,
#airbnbBookingSettings select.different-values,
#airbnbPricingSettings input.different-values,
#airbnbAvailabilitySettings input.different-values,
#airbnbBookingSettings input.different-values {
  border-color: #28e086;
}
#airbnbPricingSettings label.different-values,
#airbnbAvailabilitySettings label.different-values,
#airbnbBookingSettings label.different-values {
  color: #28e086;
}
#airbnbPricingSettings div[data-target="airbnbPricingSettings"] {
  border: 1px solid #28e086;
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#airbnbPricingSettings div[data-target="airbnbPricingSettings"] fieldset {
  margin-bottom: 20px;
}
#airbnbBookingSettings div[data-target="airbnbBookingSettings"] {
  border: 1px solid #28e086;
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#airbnbAvailabilitySettings div[data-target="airbnbAvailabilitySettings"] {
  border: 1px solid #28e086;
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#airbnbAvailabilitySettings label.week-days.different-values {
  color: #28e086;
}
#airbnbAvailabilitySettings label.week-days.different-values span {
  color: #28e086;
  border-color: #28e086;
}
#airbnbAvailabilitySettings label.week-days.different-values span:after {
  color: #28e086;
}
#airbnbSeasonRules td.seasonal-rule-show-applied {
  min-width: 170px;
}
#airbnbSeasonRules td.td-action-buttons {
  min-width: 180px;
}
.permission .permission-list .list-entry.active {
  border-color: #3b4aff;
}
.permission .share-apartments-form .table-responsive tbody td:last-child,
.permission #edit-share-apartments-form .table-responsive tbody td:last-child {
  background-color: #bfddff;
}
.permission .table-responsive thead th:first-child {
  border-left: 1px solid #dee2e6;
  font-weight: 700;
}
.permission .table-responsive thead th:last-child {
  border-right: 1px solid #dee2e6;
}
.permission .table-responsive tbody td:first-child {
  border-left: 1px solid #dee2e6;
}
.permission .table-responsive tbody td:last-child {
  border-right: 1px solid #dee2e6;
}
.permission .table-responsive tbody:last-child {
  border-bottom: 1px solid #dee2e6;
}
.permission .table-responsive tbody tr.arrivalTime td:first-child,
.permission .table-responsive tbody tr.guestName td:first-child,
.permission .table-responsive tbody tr.guestEmail td:first-child,
.permission .table-responsive tbody tr.price td:first-child,
.permission .table-responsive tbody tr.notice td:first-child {
  padding-left: 1.5rem;
}
.permission .table-responsive tbody tr td {
  border-top: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .settings .table-apartment-list .apartment-name {
    border-left: none !important;
  }
  .guest-app-content .table-guestapp-content-list .guestapp-content-subject {
    border-left: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .settings .table-apartment-list {
    border-spacing: 0 8px;
    border-collapse: separate;
  }
  .settings .table-apartment-list .apartment-list-apartment-name {
    max-width: 100%;
  }
  .settings .table-apartment-list .apartment-labels span {
    font-size: 14px;
  }
  .guest-app-content .table-guestapp-content-list .guestapp-content-subject {
    max-width: 100%;
  }
  .permission .table-responsive tbody tr.arrivalTime td:first-child,
  .permission .table-responsive tbody tr.guestName td:first-child,
  .permission .table-responsive tbody tr.guestEmail td:first-child,
  .permission .table-responsive tbody tr.price td:first-child,
  .permission .table-responsive tbody tr.notice td:first-child {
    padding-left: 2.5rem;
  }
}
.popover .popover-body .label-body .label-list small {
  content: ' ';
  padding: 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 5px;
}
.popover .popover-body .label-delete .label-information small {
  content: ' ';
  padding: 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 5px;
}
.select2-results__option,
.select2-selection__choice__remove,
.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;
}
.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: 36px;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
  color: #333333;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear,
.select2-selection--single .select2-selection__clear span {
  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);
  background-color: inherit;
  border: none;
}
.select2-selection--single .select2-selection__clear:hover,
.select2-selection--single .select2-selection__clear span: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: 12px;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--disabled .select2-selection--single .select2-selection__clear span {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  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-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 2px 2px 2px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.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: #455A64;
  color: #fff !important;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice button {
  color: #fff !important;
}
.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: 14px;
  margin-top: 1px;
  line-height: 1;
  margin-left: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.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__choice .select2-selection__choice__remove {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.select2-selection--multiple .select2-search--inline {
  float: unset;
  vertical-align: top;
  display: block;
  height: 37px;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 2px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 7px;
  -webkit-appearance: textfield;
  resize: none;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 7px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 7px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 7px;
}
.select2-results__option {
  padding: 7px 12px;
  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: 10px;
}
.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: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 7px;
  margin-bottom: 7px;
}
.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: 7px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 7px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 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-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: none;
  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-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: 12px;
}
.select2-search--dropdown: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);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #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-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  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: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  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: 7px;
  padding-bottom: 7px;
}
.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;
}
.multiselect-container .multiselect-option:focus {
  background-color: transparent !important;
}
@media screen and (max-width: 1023px) {
  .multiselect-container button.dropdown-item {
    pointer-events: none;
  }
  .multiselect-container span.form-check input {
    pointer-events: all;
  }
  .multiselect-container span.form-check label {
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.multiselect-container {
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:hover {
  background-color: transparent!important;
}
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-item {
  padding: 0;
}
.multiselect-container .multiselect-all .form-check,
.multiselect-container .multiselect-option .form-check {
  padding: 12px;
}
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .form-control,
  .dayText,
  .select2-selection,
  .input-group-text {
    font-size: 13px !important;
  }
  .panel {
    margin-bottom: 20px;
  }
  .page-header.page-header-default {
    margin-bottom: 0;
  }
  .pre-scrollable {
    max-height: 300px;
  }
  #priceCalendar #changePriceSidebar,
  #priceCalendar #priceRange {
    bottom: 35px;
    right: 0;
    background-color: white;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    box-shadow: 4px 4px 10px 0 #b2b2b2;
  }
  #priceCalendar #changePriceSidebar .apartments-list,
  #priceCalendar #priceRange .apartments-list {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    padding-right: 15px;
  }
  .cockpit-multi-calendar-apartment-name,
  .price-multi-calendar-apartment-name {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .save-price-period-form-content {
    min-height: 300px;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
  }
  .save-price-period-form-content::-webkit-scrollbar {
    width: 8px;
  }
  .save-price-period-form-content::-webkit-scrollbar-track {
    background: #eee;
  }
  .save-price-period-form-content::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: #a7a7a7;
  }
}
@media screen and (min-width: 1200px) {
  .smoobu-tools .box .box-item .heading {
    font-size: 20px;
  }
  .sidebar-opened {
    max-width: 80%;
  }
  #priceTable {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
  #priceTable.sidebar-opened {
    max-width: 80%;
  }
  #priceTable #table-scroll .price-data {
    padding: 0.3rem;
    min-width: 70px;
  }
  #priceTable #table-scroll .price-data .calendar-nights {
    width: 100%;
  }
  #priceTable #table-scroll .price-data .calendar-nights .edit-nights .has-night {
    line-height: 1.3;
    padding: 0 8px;
  }
  #priceTable #table-scroll .price-data .calendar-nights input {
    width: 50%;
    height: 20px;
  }
  #priceTable #table-scroll .price-data .calendar-price {
    height: 25px;
    margin: 0.5rem 0 0 0;
  }
  #priceTable #table-scroll .price-data .calendar-price input {
    width: 100%;
    height: 25px;
  }
  #priceTable #table-scroll .price-data .calendar-price .edit-price,
  #priceTable #table-scroll .price-data .calendar-price .currency-span {
    padding-top: 5px;
  }
  #priceTable table td,
  #priceTable table th {
    font-size: 14px;
    line-height: 14px;
  }
  #priceTable table td.name,
  #priceTable table th.name {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }
  #priceTable table td.name label,
  #priceTable table th.name label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 18px;
    text-decoration: none;
    border-bottom: none;
  }
  #priceTable table td.name i,
  #priceTable table th.name i {
    cursor: pointer;
  }
  #priceCalendar #changePriceSidebar,
  #priceCalendar #priceRange {
    position: fixed;
    bottom: 35px;
    right: 0;
  }
  #priceCalendar .card[data-controller="Settings/Price/submitPriceRange"] {
    border: none;
  }
  #priceCalendar .card .card-body #month {
    width: 110px;
    font-size: 1.2rem;
  }
  #priceCalendar .card .card-body .prices-options .btn-default:hover {
    border: 1px solid #b2b2b2;
  }
  .cockpit-multi-calendar-apartment-name,
  .price-multi-calendar-apartment-name {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1800px) {
  .col-xxl-8 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.popover.fade.in {
  opacity: 1;
}
.fade.in {
  opacity: 1;
}
.background-white {
  background-color: #FFFFFF;
}
.background-grey {
  background-color: #ececec;
}
.background-neutrals-super-light {
  background-color: #f1f5f6;
}
.border-input {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}
ol.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
ol.breadcrumb li {
  font-size: 12px;
}
.content {
  padding: 12px 24px;
}
.row .header-route h1 {
  margin: 0;
}
.sidebar-mobile-main .content-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.fa-xl {
  font-size: 1.66666666em;
}
.modal .modal-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0;
}
.modal .modal-header .close {
  right: 20px;
  top: 0;
  padding: 0 15px;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-footer .float-left {
  width: 80%;
}
.modal .modal-footer .float-left .btn-group {
  width: auto;
}
.modal .modal-footer .float-left .btn-group .btn + .btn {
  margin-left: 0;
}
.modal-backdrop.show {
  opacity: 0.3;
}
footer.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
footer.footer a {
  border-radius: 50%;
  padding: 18px 23px;
  margin-bottom: 10px;
  pointer-events: all;
}
footer.footer .new-support {
  margin-left: 20px;
}
footer.footer .new-booking {
  margin-right: 20px;
}
footer.footer .new-booking:not(.no-help) {
  margin-bottom: 70px;
}
a[data-toggle="collapse"] {
  color: inherit;
}
a[data-toggle="collapse"]:hover {
  text-decoration: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.input-group-text {
  width: 100%;
  cursor: pointer;
  justify-content: center;
  background-color: #FFFFFF;
}
.btn-active {
  color: #3b4aff;
  background-color: #FFFFFF;
  border: 1px solid #3b4aff;
}
.btn-active:focus,
.btn-active:active {
  color: #3b4aff;
  background-color: #FFFFFF;
  border: 1px solid #3b4aff;
  box-shadow: none;
}
/** Booking Modal */
#editBooking .modal-header {
  margin-top: 1rem;
  border-bottom: 0;
}
#editBooking .modal-header .close {
  position: relative;
  right: 0;
  top: 0;
  padding: 0 15px;
}
#editBooking .modal-body #accordion-price-control .card-header,
#editBooking .modal-body #accordion-details-control .card-header {
  background-color: #FFFFFF;
}
#editBooking .modal-body #accordion-price-control a,
#editBooking .modal-body #accordion-details-control a {
  color: inherit;
  text-decoration: none;
}
#editBooking .modal-body .row input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 3px;
}
#editBooking .modal-body .row.notBlockedRelated {
  margin-bottom: 5px;
  opacity: 0.99;
}
#editBooking .modal-body .row.notBlockedRelated.crmGuestInput {
  opacity: 1;
}
#editBooking .modal-body .row.notBlockedRelated #adults,
#editBooking .modal-body .row.notBlockedRelated #children {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
}
#editBooking .modal-body .row.notBlockedRelated .language-select .select2-selection {
  min-height: 35px;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
#editBooking .modal-body .row.notBlockedRelated .language-select .select2-selection__rendered {
  padding-top: 0;
}
#editBooking .modal-body .row.notBlockedRelated .language-select .select2-selection__arrow {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
#editBooking .modal-body .row.notBlockedRelated .language-select .select2-selection__arrow:after {
  display: none;
}
#editBooking #invalid-dates p {
  margin-bottom: 0;
}
#editBooking .dateRangeContainer {
  width: 100%;
  left: 0 !important;
}
.dropdown-toggle:not(.note-btn)::after {
  display: none;
}
.form-control-lg {
  font-size: 1rem;
}
#editBooking .form-control-lg,
#priceCalendar .form-control-lg,
#priceRangeModal .form-control-lg,
#availabilities .form-control-lg {
  border-radius: 0.3rem;
}
#editBooking .daterangepicker.show-calendar .calendar,
#priceCalendar .daterangepicker.show-calendar .calendar,
#priceRangeModal .daterangepicker.show-calendar .calendar,
#availabilities .daterangepicker.show-calendar .calendar {
  display: block !important;
}
#editBooking .calendar.left.single .next.available,
#priceCalendar .calendar.left.single .next.available,
#priceRangeModal .calendar.left.single .next.available,
#availabilities .calendar.left.single .next.available {
  display: none;
}
/** Calendar and Daterange picker */
.daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar {
  margin-top: 0;
  font-size: 0.8rem;
}
.daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar .calendar {
  margin-top: 0;
}
.dateRangeContainer,
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
  width: 558px;
  left: 20px;
}
.dateRangeContainer .daterangepicker.dropdown-menu,
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar .daterangepicker.dropdown-menu {
  top: 47px !important;
  left: 0 !important;
}
.dateRangeContainer .calendar.left,
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar .calendar.left,
.dateRangeContainer .calendar.right,
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar .calendar.right {
  margin-right: 0;
  margin-left: 0;
  width: 50%;
}
.dateRangeContainer .today:not(.active),
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar .today:not(.active) {
  border: 2px solid #3b4aff !important;
}
.calendars {
  width: 100%;
}
.calendar {
  float: left!important;
}
.daterangepicker {
  padding-left: 0!important;
  padding-right: 0!important;
}
.select2-selection--single {
  width: 100%;
  height: 34px;
  font-size: 1rem;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 5px;
  color: #495057;
}
.select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 15px;
}
.select2-selection--multiple .select2-selection__choice {
  padding: 6px 9px 3px 9px;
  margin-top: 7px;
}
.select2-results__option label small {
  content: ' ';
  padding: 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 5px;
}
.validation-errors {
  list-style-type: none;
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
}
.validation-errors li {
  color: #f45b69;
}
#bookingTable_filter select,
#crmGuestList_filter select,
#invoiceTable_filter select {
  width: 100px;
}
.ribbon-container {
  width: 60px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.ribbon-container .ribbon {
  text-align: center;
  font-size: 10px;
  line-height: 1.6666667;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 3px 0;
  left: -7px;
  top: 5px;
  width: 100px;
  background-color: #3b4aff;
  color: #fff;
  letter-spacing: 0.2px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.ribbon-container .ribbon-purple {
  background-color: #6e45e2;
}
.account-upgrade .ribbon-container {
  width: 90px;
  height: 85px;
}
.account-upgrade .ribbon-container .ribbon {
  top: 20px;
  width: 125px;
  font-weight: 700;
}
.account-upgrade .professional {
  background-color: #f9f9f9;
}
.account-upgrade .professional .btn-secondary {
  background-color: #f9f9f9;
}
.account-upgrade .professional .fa-check-circle {
  color: #3b4aff;
}
.account-upgrade .basic .list-group-item:not(.color-black) {
  text-decoration: line-through;
  color: #9a9a9a;
}
/** Bars Icon styles from tables and mobile */
.icons-list .dropdown {
  width: 100%;
  text-align: center;
}
.icons-list .dropdown .dropdown-toggle {
  display: inline-block;
  color: #000000;
}
.icons-list .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.icons-list .dropdown .dropdown-menu {
  width: auto;
}
.icons-list .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem;
}
.icons-list .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.icons-list .dropdown .dropdown-menu .dropdown-item a {
  color: #000000;
}
.icons-list .dropdown .dropdown-menu .dropdown-item a:hover {
  text-decoration: none;
}
.icons-list .dropdown-menu li a i {
  margin-top: 0;
  margin-right: 0;
}
.icons-list .popover-menu {
  padding: 8px 0;
  color: #000000;
  text-overflow: ellipsis;
}
.icons-list .popover-menu:hover {
  text-decoration: none;
}
.icons-list .popover-menu > i {
  font-size: 12px;
  margin-top: 0;
}
.popover {
  width: 276px;
  position: absolute;
  background: #FFFFFF;
  border: 0.5px solid #ececec;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 1005;
}
.popover .popover-body {
  padding: 1rem 1.25rem;
}
.popover .popover-body h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.popover .popover-body a {
  font-weight: 300;
  font-size: 11px;
}
.popover .popover-body a:hover {
  text-decoration: none;
}
.popover .popover-body a.btn-black {
  color: black;
}
.popover .popover-body a.btn-red {
  color: red;
}
.popover .popover-body .border-top {
  margin-top: 1rem;
  padding-top: 0.75rem;
}
.booking-details .default-buttons a,
.modal-footer .default-buttons a,
.booking-details .confirm-release a,
.modal-footer .confirm-release a {
  font-weight: 300;
}
.booking-details .default-buttons a:hover,
.modal-footer .default-buttons a:hover,
.booking-details .confirm-release a:hover,
.modal-footer .confirm-release a:hover {
  text-decoration: none;
}
.booking-details .default-buttons a.btn-black,
.modal-footer .default-buttons a.btn-black,
.booking-details .confirm-release a.btn-black,
.modal-footer .confirm-release a.btn-black {
  color: black;
}
.booking-details .default-buttons a.btn-red,
.modal-footer .default-buttons a.btn-red,
.booking-details .confirm-release a.btn-red,
.modal-footer .confirm-release a.btn-red {
  color: red;
}
.booking-details .confirm-release a,
.modal-footer .confirm-release a {
  font-size: 13px;
}
.smoobuSuccessColor {
  background-color: #28e086;
  border-color: #28e086;
  color: #000000;
}
.custom-control-label {
  cursor: pointer;
}
.custom-switch.custom-switch-lg {
  padding-bottom: 0.5rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-input {
  width: 0;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 2.3rem;
  padding-top: 0.15rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.3rem;
  width: 2.1rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.3rem - 4px);
  width: calc(1.3rem - 4px);
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
}
.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-xl .custom-control-input {
  width: 0;
}
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  border-radius: 1rem;
  height: 2rem;
  width: 3.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  border-radius: 2rem;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}
.content-edit .checkbox .checker {
  position: relative;
}
.note-editor.note-frame .note-status-output {
  display: none;
}
.booking-settings #percentCalculation {
  border: none;
  padding-right: 10px;
}
#optional_invoice_item .select2-selection--multiple .select2-selection__choice,
#price_coupon .select2-selection--multiple .select2-selection__choice,
#seasonal_specifics .select2-selection--multiple .select2-selection__choice,
.booking-settings .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  margin-top: 3px;
}
#optional_invoice_item #usePercentage,
#price_coupon #usePercentage,
.coupon-settings #usePercentage,
.additional-settings #usePercentage {
  border: none;
  padding-right: 10px;
}
.channelRequestErrorTable .datatable-scroll {
  width: 100%;
}
.channelRequestErrorTable .datatable-scroll #channelRequestErrorTable_filter label:after {
  left: 25px;
}
.type-tabs .nav-item,
.languages-tabs .nav-item {
  display: block;
  width: 100%;
}
.type-tabs .nav-item .nav-link,
.languages-tabs .nav-item .nav-link {
  border: none;
}
.type-tabs .nav-item .nav-link.active,
.languages-tabs .nav-item .nav-link.active,
.type-tabs .nav-item .nav-link:focus,
.languages-tabs .nav-item .nav-link:focus {
  border: none;
  border-left: 4px solid #3b4aff;
  border-top-left-radius: 0;
}
.tabs .nav-item .nav-link {
  border-bottom: none;
  color: #000000;
}
.input-group .input-group-append .input-group-text {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.input-group .input-group-append .input-group-text.no-hover:hover:active,
.input-group .input-group-append .input-group-text.no-hover .btn:active,
.input-group .input-group-append .input-group-text.no-hover:hover:focus,
.input-group .input-group-append .input-group-text.no-hover .btn:focus,
.input-group .input-group-append .input-group-text.no-hover:hover:focus-visible,
.input-group .input-group-append .input-group-text.no-hover .btn:focus-visible,
.input-group .input-group-append .input-group-text.no-hover:hover:hover,
.input-group .input-group-append .input-group-text.no-hover .btn:hover {
  border: 0;
}
.input-group .input-group-append:not(:last-child) .input-group-text {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.input-group .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 35px;
  line-height: 1.5;
  pointer-events: none;
}
.input-group .form-control-feedback .fa-check,
.input-group .form-control-feedback .fa-exclamation {
  display: none;
  margin: 0 auto;
}
.inline-form.has-success .input-group-append .input-group-text,
.checkboxContainer.has-success .input-group-append .input-group-text,
.inline-form.has-error .input-group-append .input-group-text,
.checkboxContainer.has-error .input-group-append .input-group-text {
  color: #FFFFFF;
  background: none;
}
.inline-form.has-success .input-group-append .input-group-text select,
.checkboxContainer.has-success .input-group-append .input-group-text select,
.inline-form.has-error .input-group-append .input-group-text select,
.checkboxContainer.has-error .input-group-append .input-group-text select {
  color: #FFFFFF;
  background: none;
}
.inline-form.has-success label:not(.d-block),
.checkboxContainer.has-success label:not(.d-block) {
  color: #28e086;
}
.inline-form.has-success .form-control,
.checkboxContainer.has-success .form-control {
  border-color: #28e086;
}
.inline-form.has-success .input-group-text,
.checkboxContainer.has-success .input-group-text {
  border-color: #28e086;
}
.inline-form.has-success .fa-check,
.checkboxContainer.has-success .fa-check {
  display: block;
  color: #28e086;
  display: inline-block;
  position: absolute;
  right: 5px;
}
.inline-form.has-success .valid-feedback,
.checkboxContainer.has-success .valid-feedback {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  width: auto;
}
.inline-form.has-error label:not(.d-block),
.checkboxContainer.has-error label:not(.d-block) {
  color: #f45b69;
}
.inline-form.has-error .form-control,
.checkboxContainer.has-error .form-control {
  border-color: #f45b69;
}
.inline-form.has-error .input-group-text,
.checkboxContainer.has-error .input-group-text {
  border-color: #f45b69;
}
.inline-form.has-error .fa-exclamation,
.checkboxContainer.has-error .fa-exclamation {
  display: block;
  color: #f45b69;
}
.inline-form.has-error .invalid-feedback,
.checkboxContainer.has-error .invalid-feedback {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  width: auto;
}
.table.table-striped a:hover,
.ui-sortable a:hover {
  text-decoration: none;
}
.starter-template-modal .btn-sm {
  font-size: 0.7rem;
}
#creditCard .card-element.StripeElement {
  border: 1px solid #b2b2b2;
  padding: 10px 3px;
  border-radius: 3px;
}
.userListEditButtons {
  display: inline-block;
  white-space: nowrap;
}
table.detailPage {
  width: 100%;
}
.usersTable .dataTables_filter > label:after,
.invoiceTable .dataTables_filter > label:after,
#couponList .dataTables_filter > label:after {
  text-align: right;
  right: 10px;
}
#editCouponModal #usePercentage {
  width: 25px;
  border: none;
}
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #FFFFFF;
  color: #3b4aff;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #3b4aff;
  background-color: #FFFFFF;
  color: #3b4aff;
  box-shadow: none;
}
.btn-default {
  border-color: #b2b2b2;
}
.btn-outline-control {
  border-color: #ececec;
}
.btn-outline-control:not(.pending):hover {
  border-color: #3b4aff;
}
.btn-outline-control .btn-label {
  display: block;
}
.btn-outline-control.active,
.btn-outline-control:active,
.btn-outline-control:focus {
  box-shadow: none;
}
.btn-outline-control.active {
  border-color: #3b4aff;
}
.btn-outline-control.active .btn-label:after {
  font-family: "Font Awesome 5 Pro";
  color: #3b4aff;
  content: "\f058";
  float: right;
}
.btn-outline-control.pending .btn-label :first-child {
  display: none;
}
.btn-outline-control.pending .btn-label:after {
  font-family: "Font Awesome 5 Pro";
  color: inherit;
  content: "\f1ce";
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  float: none;
}
.opacity-1 {
  opacity: 1 !important;
}
.submit-offer {
  background-color: #FFFFFF;
  color: inherit;
  word-break: break-all;
}
.bg-smoobu-success {
  background-color: #3b4aff;
  color: #FFFFFF;
}
.border-smoobu-success {
  border-color: #3b4aff;
}
.bg-smoobu-danger {
  background-color: #f45b69;
  color: #FFFFFF;
}
.border-smoobu-danger {
  border-color: #f45b69;
}
.admin,
.admin-left,
.admin-right,
.admin-full-mobile {
  border: dashed 0.5px #3b4aff !important;
}
.admin-left:not(.admin-full-mobile) {
  border-right: 0 !important;
}
.admin-right:not(.admin-full-mobile) {
  border-left: 0 !important;
}
.channel-marker {
  position: relative;
  z-index: 1;
}
.channel-marker:before {
  content: "";
  background-color: var(--bg-channel-color);
  width: 100%;
  height: 0.7em;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0.5em;
  padding: 0 1rem;
}
.card {
  border-radius: 0.5rem;
}
.help-block {
  color: #f45b69;
}
.alert-warning {
  background-color: #fbf5eb;
  border-color: #fbf5eb;
}
.embed-video iframe {
  width: 100%;
}
.guest-app-feature .feature-list .label-feature-check {
  height: 15px;
}
.no-pointer {
  pointer-events: none;
}
label[for="customMinMax"] {
  left: 0;
}
.background-disabled {
  background-color: #e9ecef;
}
.animated.bounceIn.animated-delay {
  animation-duration: 1.5s;
}
.loading {
  z-index: 900;
  top: unset;
  position: absolute;
  left: 50%;
  width: 100px;
  height: 50px;
}
.loading:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -25px;
  content: '';
  border-radius: 50%;
  animation: loading 1.5s infinite linear;
}
@keyframes loading {
  0% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 0 #ddd, -20px 0 0 0 #ddd;
  }
  5% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 0 #ddd, -20px 0 0 2px #ddd;
  }
  15% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 0 #ddd, -20px 0 0 8px #ddd;
  }
  20% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 2px #ddd, -20px 0 0 10px #ddd;
  }
  25% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 8px #ddd, -20px 0 0 5px #ddd;
  }
  30% {
    box-shadow: 60px 0 0 2px #ddd, 20px 0 0 10px #ddd, -20px 0 0 2px #ddd;
  }
  35% {
    box-shadow: 60px 0 0 8px #ddd, 20px 0 0 5px #ddd, -20px 0 0 0 #ddd;
  }
  40% {
    box-shadow: 60px 0 0 10px #ddd, 20px 0 0 2px #ddd, -20px 0 0 0 #ddd;
  }
  45% {
    box-shadow: 60px 0 0 5px #ddd, 20px 0 0 0 #ddd, -20px 0 0 0 #ddd;
  }
  50% {
    box-shadow: 60px 0 0 2px #ddd, 20px 0 0 0 #ddd, -20px 0 0 0 #ddd;
  }
  65% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 0 #ddd, -20px 0 0 0 #ddd;
  }
  100% {
    box-shadow: 60px 0 0 0 #ddd, 20px 0 0 0 #ddd, -20px 0 0 0 #ddd;
  }
}
.hide-admin-data .admin,
.hide-admin-data .admin-left:not(.admin-full-mobile),
.hide-admin-data .admin-right:not(.admin-full-mobile),
.hide-admin-data .admin-user-search,
.hide-admin-data .admin-menu {
  display: none!important;
}
.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .multiselect-container {
  min-width: 250px;
}
.btn-group .multiselect-container input {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
.btn-group .multiselect-container.hide-selected > button.disabled {
  display: none;
}
.btn-group .multiselect-container > button > .form-check {
  width: 100%;
  display: block;
}
.btn-group .multiselect-container > button > .form-check > label {
  width: 100%;
  padding: 0 12px;
}
.btn-group .multiselect-container > button > .form-check > label .label-color {
  content: ' ';
  padding: 2px 2px;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 3px;
  margin-left: 3px;
}
.btn-group .multiselect-container > button > .form-check > label .single-selection-button {
  display: none;
  float: right;
  margin-top: 2px;
  width: 35px;
  text-align: right;
}
.btn-group .multiselect-container > button > .form-check > label:hover .single-selection-button {
  display: inline-block;
}
.outline-0 {
  outline: 0!important;
}
@media screen and (orientation: landscape) {
  .row .header-route h1 {
    margin: 0;
  }
  footer.footer a {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .content {
    padding: 2px 64px 24px;
  }
  .new-structure .content-wrapper {
    margin-top: -24px;
  }
  .new-structure .content {
    padding: 2px 64px 24px;
  }
  .row .header-route h1 {
    font-family: Manrope, sans-serif;
    margin: 0;
  }
  .admin-full-mobile:not(.admin-left) {
    border-left: 0;
  }
  .admin-full-mobile:not(.admin-right) {
    border-right: 0;
  }
  .account-upgrade .ribbon-container {
    width: 104px;
    height: 106px;
  }
  .account-upgrade .ribbon-container .ribbon {
    font-size: 12px;
    padding: 5px 0;
    left: -11px;
    top: 25px;
    width: 150px;
  }
  ol.breadcrumb {
    padding: 0.75rem 1rem;
  }
  ol.breadcrumb li {
    font-size: 1rem;
  }
  .custom-switch.custom-switch-lg {
    padding-bottom: 0.25rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 2.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label::before {
    left: 0rem;
    top: 0.37rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label::after {
    left: calc(0rem + 2px);
    top: calc(0.37rem + 2px);
  }
  footer.footer a {
    margin-bottom: 70px;
  }
  footer.footer .new-booking {
    margin-right: 30px;
  }
  footer.footer .new-booking.no-help {
    margin-bottom: 30px;
  }
  .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
  }
  .popover {
    min-width: 330px;
  }
  .popover .popover-body h3 {
    font-size: 18px;
  }
  .popover .popover-body .border-top {
    margin-top: 1rem;
    padding-top: 0.75rem;
  }
  .popover .popover-body a {
    font-size: 13px;
  }
  .submit-offer {
    white-space: nowrap;
    word-break: normal;
  }
  body .cockpit-info {
    flex-direction: row;
  }
  body .cockpit-info .info-icon {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .type-tabs,
  .languages-tabs {
    border: none;
    border-bottom: 1px solid #dee2e6;
  }
  .type-tabs .nav-item,
  .languages-tabs .nav-item {
    width: auto;
  }
  .type-tabs .nav-item .nav-link,
  .languages-tabs .nav-item .nav-link {
    border: none;
  }
  .type-tabs .nav-item .nav-link.active,
  .languages-tabs .nav-item .nav-link.active,
  .type-tabs .nav-item .nav-link:focus,
  .languages-tabs .nav-item .nav-link:focus {
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-top-left-radius: 0.25rem;
    color: #3b4aff;
  }
  .custom-switch.custom-switch-lg {
    padding-bottom: 0.25rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 2.3rem;
    padding-top: 0.3rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label::before {
    left: -0.3rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label::after {
    left: calc(-0.3rem + 2px);
  }
  .embed-video iframe {
    width: 80%;
  }
}
.facebook-login-button,
.facebook-login-button:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    height: min-content;
    top: unset;
    bottom: 0;
  }
}
#leftSidebarUserList {
  border: 2px solid #5A5A5A;
  left: 185px;
  position: absolute;
  background-color: white;
  z-index: 1050;
  top: 68vh;
  padding: 5px;
}
.dropdown-language img,
.language-switch img {
  height: 11px;
  width: 16px;
}
.cockpit-info {
  display: flex;
  flex-direction: column;
}
.cockpit-info .info-icon {
  width: 60px;
}
.cockpit-info .info-icon img {
  width: 100%;
}
.cockpit-info .info-content p {
  margin-bottom: 0.2rem;
}
.cockpit-info .info-content .learn-more-button {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
}
.cockpit-info .info-content .learn-more-button:hover {
  background-color: #5D69FF;
}
.badge-new {
  font-size: 13px;
  background-color: #C9FFC4;
  border-radius: 4px;
  border-color: #3BD02F !important;
}
.badge-new i {
  color: #3BD02F;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  100%,
  20%,
  53%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  100%,
  20%,
  53%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  100%,
  50%,
  from {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  100%,
  50%,
  from {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  100%,
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  100%,
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  100%,
  11.1%,
  from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  100%,
  11.1%,
  from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  100%,
  20%,
  40%,
  60%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  100%,
  20%,
  40%,
  60%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .close:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .play-pause:hover,
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .title:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .play-pause,
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .title {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-left > .prev,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .next,
.blueimp-gallery-single > .play-pause,
.blueimp-gallery-single > .prev {
  display: none;
}
.blueimp-gallery > .close,
.blueimp-gallery > .next,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > .active,
.blueimp-gallery > .indicator > li:hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg);
}
/*# sourceMappingURL=blueimp-gallery.min.css.map */
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}
@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1102;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
  overflow: hidden;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../img/intlTelInput/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../../img/intlTelInput/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-timepicker,
.ui-timepicker-viewport {
  box-sizing: content-box;
  height: 205px;
  display: block;
  margin: 0;
}
.ui-timepicker {
  list-style: none;
  padding: 0 1px;
  text-align: center;
}
.ui-timepicker-viewport {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}
.ui-timepicker-standard {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  margin: 0;
  padding: 2px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: 400;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-timepicker-hidden {
  display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}
/*# sourceMappingURL=jquery.timepicker.min.css.map */
/****************************************************************************************************
 * @name:       LivIconsEvo.css - the styles for LivIcons (Live Icons) Evolution
 * @version:    2.3.XXX (XXX is a total number of icons)
 * @URL:        https://livicons.com
 * @copyright:  (c) 2013-2016 DeeThemes (http://codecanyon.net/user/DeeThemes)
 * @licenses:   http://codecanyon.net/licenses/regular
                http://codecanyon.net/licenses/extended
*****************************************************************************************************/
.livicon-evo-holder {
  width: 0;
  /*to prevent "flickering" while rendering*/
}
div.livicon-evo-holder {
  display: inline-block;
}
span.livicon-evo-holder {
  display: inline-block;
  vertical-align: middle;
}
.livicon-evo-holder .lievo-svg-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%!important;
  padding-bottom: 100%!important;
  vertical-align: middle;
  overflow: hidden!important;
}
.livicon-evo-holder svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden!important;
  width: 100%!important;
  height: 100%!important;
}
.livicon-evo-holder svg,
.livicon-evo-holder svg * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.livicon-evo-error {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #c94242;
}
.livicon-evo-error span {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-top: -4px;
}
.livicon-evo-error acronym {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: help;
  color: #c94242;
  border-bottom: 1px dotted #c94242;
}
/* icons size can be set via media queries */
/*@media (max-width:480px) {
  .livicon-evo-holder {
    width:50px!important;
  }
}
@media (min-width: 481px) {
  .livicon-evo-holder {
    width: 200px!important;
  }
}*/
@font-face {
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../../webfonts/summernote.eot);
  src: url(../../webfonts/summernote.eot?#iefix) format("embedded-opentype"), url(../../webfonts/summernote.woff2) format("woff2"), url(../../webfonts/summernote.woff) format("woff"), url(../../webfonts/summernote.ttf) format("truetype");
}
[class*=" note-icon"]:before,
[class^=note-icon]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}
.note-icon-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.note-icon-pull-left {
  float: left;
}
.note-icon-pull-right {
  float: right;
}
.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}
.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}
.note-icon-align:before {
  content: "";
}
.note-icon-align-center:before {
  content: "";
}
.note-icon-align-indent:before {
  content: "";
}
.note-icon-align-justify:before {
  content: "";
}
.note-icon-align-left:before {
  content: "";
}
.note-icon-align-outdent:before {
  content: "";
}
.note-icon-align-right:before {
  content: "";
}
.note-icon-arrow-circle-down:before {
  content: "";
}
.note-icon-arrow-circle-left:before {
  content: "";
}
.note-icon-arrow-circle-right:before {
  content: "";
}
.note-icon-arrow-circle-up:before {
  content: "";
}
.note-icon-arrows-alt:before {
  content: "";
}
.note-icon-arrows-h:before {
  content: "";
}
.note-icon-arrows-v:before {
  content: "";
}
.note-icon-bold:before {
  content: "";
}
.note-icon-caret:before {
  content: "";
}
.note-icon-chain-broken:before {
  content: "";
}
.note-icon-circle:before {
  content: "";
}
.note-icon-close:before {
  content: "";
}
.note-icon-code:before {
  content: "";
}
.note-icon-col-after:before {
  content: "";
}
.note-icon-col-before:before {
  content: "";
}
.note-icon-col-remove:before {
  content: "";
}
.note-icon-eraser:before {
  content: "";
}
.note-icon-float-left:before {
  content: "";
}
.note-icon-float-none:before {
  content: "";
}
.note-icon-float-right:before {
  content: "";
}
.note-icon-font:before {
  content: "";
}
.note-icon-frame:before {
  content: "";
}
.note-icon-italic:before {
  content: "";
}
.note-icon-link:before {
  content: "";
}
.note-icon-magic:before {
  content: "";
}
.note-icon-menu-check:before {
  content: "";
}
.note-icon-minus:before {
  content: "";
}
.note-icon-orderedlist:before {
  content: "";
}
.note-icon-pencil:before {
  content: "";
}
.note-icon-picture:before {
  content: "";
}
.note-icon-question:before {
  content: "";
}
.note-icon-redo:before {
  content: "";
}
.note-icon-rollback:before {
  content: "";
}
.note-icon-row-above:before {
  content: "";
}
.note-icon-row-below:before {
  content: "";
}
.note-icon-row-remove:before {
  content: "";
}
.note-icon-special-character:before {
  content: "";
}
.note-icon-square:before {
  content: "";
}
.note-icon-strikethrough:before {
  content: "";
}
.note-icon-subscript:before {
  content: "";
}
.note-icon-summernote:before {
  content: "";
}
.note-icon-superscript:before {
  content: "";
}
.note-icon-table:before {
  content: "";
}
.note-icon-text-height:before {
  content: "";
}
.note-icon-trash:before {
  content: "";
}
.note-icon-underline:before {
  content: "";
}
.note-icon-undo:before {
  content: "";
}
.note-icon-unorderedlist:before {
  content: "";
}
.note-icon-video:before {
  content: "";
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: none;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: hsla(0, 0%, 50.2%, 0.11);
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%!important;
  z-index: 1050;
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}
.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}
.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0;
  padding: 7px 10px 2px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}
.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}
.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}
.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: hsla(0, 0%, 50.2%, 0.11);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-editor.note-airframe {
  border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}
.note-popover.popover {
  display: none;
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-toolbar {
  position: relative;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}
.note-editor .note-toolbar > .note-btn-group,
.note-popover .popover-content > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute!important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .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-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .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-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}
.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}
.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu > div + div,
.note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}
.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}
.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
  right: 9px;
  left: auto !important;
}
.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
  right: 10px;
  left: auto !important;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}
.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.note-modal .note-modal-form {
  margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: grey;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  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 #000;
}
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block!important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}
.note-toolbar {
  background: hsla(0, 0%, 50.2%, 0.11);
}
.note-btn-group .note-btn {
  border-color: rgba(0, 0, 0, 0.2);
  padding: 0.28rem 0.65rem;
  font-size: 13px;
}
.clr-picker {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 200px;
  z-index: 1006;
  border-radius: 10px;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.clr-picker.clr-open {
  display: flex;
}
.clr-picker[data-alpha="false"] .clr-alpha {
  display: none;
}
.clr-gradient {
  display: none;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), linear-gradient(90deg, #fff, currentColor);
  cursor: pointer;
}
.clr-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer;
}
.clr-picker input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
}
.clr-picker input[type="range"]::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}
.clr-picker input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  border: 0;
}
.clr-picker input[type="range"]::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border: 0;
}
.clr-hue {
  background-image: linear-gradient(to right, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
}
.clr-hue,
.clr-alpha {
  display: none;
  position: relative;
  width: calc(100% - 40px);
  height: 8px;
  margin: 5px 20px;
  border-radius: 4px;
}
.clr-alpha span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), currentColor);
}
.clr-hue input,
.clr-alpha input {
  position: absolute;
  width: calc(100% + 16px);
  height: 16px;
  left: -8px;
  top: -4px;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.clr-hue div,
.clr-alpha div {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-left: -8px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 1px #888;
  pointer-events: none;
}
.clr-alpha div:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: currentColor;
}
.clr-format {
  display: none;
  order: 1;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}
.clr-segmented {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  color: #999;
  font-size: 12px;
}
.clr-segmented input,
.clr-segmented legend {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.clr-segmented label {
  flex-grow: 1;
  padding: 4px 0;
  text-align: center;
  cursor: pointer;
}
.clr-segmented label:first-of-type {
  border-radius: 10px 0 0 10px;
}
.clr-segmented label:last-of-type {
  border-radius: 0 10px 10px 0;
}
.clr-segmented input:checked + label {
  color: #fff;
  background-color: #666;
}
.clr-swatches {
  order: 2;
  width: calc(100% - 32px);
  margin: 0 16px;
}
.clr-swatches div {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: center;
}
.clr-swatches button {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px 6px 4px;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.clr-swatches button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
input.clr-color {
  display: none;
  order: 1;
  width: calc(100% - 80px);
  height: 32px;
  margin: 15px 20px 20px 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 16px;
  color: #444;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  box-shadow: none;
}
input.clr-color:focus {
  outline: none;
  border: 1px solid #1e90ff;
}
.clr-clear {
  display: none;
  order: 2;
  height: 24px;
  margin: 0 20px 20px auto;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background-color: #666;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.clr-preview {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 15px 0 20px 20px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.clr-preview:before,
.clr-preview:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.clr-preview:after {
  border: 0;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.clr-marker,
.clr-hue div,
.clr-alpha div,
.clr-color {
  box-sizing: border-box;
}
.clr-field {
  display: inline-block;
  position: relative;
  color: transparent;
}
.clr-field button {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  border-radius: 5px;
}
.clr-field button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
.clr-alpha,
.clr-alpha div,
.clr-swatches button,
.clr-preview:before,
.clr-field button {
  background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
.clr-marker:focus {
  outline: none;
}
.clr-keyboard-nav .clr-marker:focus,
.clr-keyboard-nav .clr-hue input:focus + div,
.clr-keyboard-nav .clr-alpha input:focus + div,
.clr-keyboard-nav .clr-segmented input:focus + label {
  outline: none;
  box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff;
}
/** Dark theme **/
.clr-dark {
  background-color: #444;
}
.clr-dark .clr-segmented {
  border-color: #777;
}
.clr-dark .clr-swatches button:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.clr-dark input.clr-color {
  color: #fff;
  border-color: #777;
  background-color: #555;
}
.clr-dark input.clr-color:focus {
  border-color: #1e90ff;
}
.clr-dark .clr-preview:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
/** Polaroid theme **/
.clr-picker.clr-polaroid {
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 30px rgba(0, 0, 0, 0.2);
}
.clr-picker.clr-polaroid:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  left: 20px;
  top: -10px;
  border: solid transparent;
  border-width: 0 8px 10px 8px;
  border-bottom-color: currentColor;
  box-sizing: border-box;
  color: #fff;
  filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.clr-picker.clr-polaroid.clr-dark:before {
  color: #444;
}
.clr-picker.clr-polaroid.clr-left:before {
  left: auto;
  right: 20px;
}
.clr-picker.clr-polaroid.clr-top:before {
  top: auto;
  bottom: -10px;
  transform: rotateZ(180deg);
}
.clr-polaroid .clr-gradient {
  width: calc(100% - 20px);
  height: 120px;
  margin: 10px;
  border-radius: 3px;
}
.clr-polaroid .clr-hue,
.clr-polaroid .clr-alpha {
  width: calc(100% - 30px);
  height: 10px;
  margin: 6px 15px;
  border-radius: 5px;
}
.clr-polaroid .clr-hue div,
.clr-polaroid .clr-alpha div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.clr-polaroid .clr-format {
  width: calc(100% - 20px);
  margin: 0 10px 15px;
}
.clr-polaroid .clr-swatches {
  width: calc(100% - 12px);
  margin: 0 6px;
}
.clr-polaroid .clr-swatches div {
  padding-bottom: 10px;
}
.clr-polaroid .clr-swatches button {
  width: 22px;
  height: 22px;
}
.clr-polaroid input.clr-color {
  width: calc(100% - 60px);
  margin: 10px 10px 15px 0;
}
.clr-polaroid .clr-clear {
  margin: 0 10px 15px auto;
}
.clr-polaroid .clr-preview {
  margin: 10px 0 15px 10px;
}
/** Large theme **/
.clr-picker.clr-large {
  width: 275px;
}
.clr-large .clr-gradient {
  height: 150px;
}
.clr-large .clr-swatches button {
  width: 22px;
  height: 22px;
}
.editor-toolbar {
  position: unset;
  margin-bottom: -4px;
  padding-top: 4px;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: 100px;
}
.CodeMirror {
  min-height: 100px;
}
/*# sourceMappingURL=main.min.css.map */