/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.fb6f3c230cb846e25247.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick.a4e97f5a2a64f0ab1323.eot');
    src: url('slick.a4e97f5a2a64f0ab1323.eot?#iefix') format('embedded-opentype'), url('slick.295183786cd8a1389865.woff') format('woff'), url('slick.c94f7671dcc99dce43e2.ttf') format('truetype'), url('slick.2630a3e3eab21c607e21.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

@charset "UTF-8";
/* Mixins */
/* Functions */
/* theme settings */
/* theme settings */
/* margin & padding helpers */
/*!
 * SmartAdmin v1.8.2 ()
 * Copyright 2011-2016 
 */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:FontAwesome;src:url('fontawesome-webfont.7f77840e46fa6103b494.eot?v=4.5.0');src:url('fontawesome-webfont.7f77840e46fa6103b494.eot?v=4.5.0#iefix') format('embedded-opentype'),url('fontawesome-webfont.af6df524c7d052f637e3.woff2?v=4.5.0') format('woff2'),url('fontawesome-webfont.b09f4960e5ffa8e0ef92.woff?v=4.5.0') format('woff'),url('fontawesome-webfont.bfcf94e00816b7cfccc7.ttf?v=4.5.0') format('truetype'),url('fontawesome-webfont.3fe9d36ed88cf3aeea1f.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);transform:scale(-1,1)}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);transform:scale(1,-1)}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-cog:before,.fa-gear:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-cogs:before,.fa-gears:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}
.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}
.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-gavel:before,.fa-legal:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-bolt:before,.fa-flash:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}
.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}
.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}
.fa-eur:before,.fa-euro:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-inr:before,.fa-rupee:before{content:"\f156"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}
.fa-krw:before,.fa-won:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before,.fa-gratipay:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-try:before,.fa-turkish-lira:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}
.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}
.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}
.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-rebel:before{content:"\f1d0"}
.fa-empire:before,.fa-ge:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}
.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-intersex:before,.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-genderless:before{content:"\f22d"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-bed:before,.fa-hotel:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}
.fa-optin-monster:before{content:"\f23c"}
.fa-opencart:before{content:"\f23d"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-i-cursor:before{content:"\f246"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-sticky-note:before{content:"\f249"}
.fa-sticky-note-o:before{content:"\f24a"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-clone:before{content:"\f24d"}
.fa-balance-scale:before{content:"\f24e"}
.fa-hourglass-o:before{content:"\f250"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass:before{content:"\f254"}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}
.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}
.fa-hand-scissors-o:before{content:"\f257"}
.fa-hand-lizard-o:before{content:"\f258"}
.fa-hand-spock-o:before{content:"\f259"}
.fa-hand-pointer-o:before{content:"\f25a"}
.fa-hand-peace-o:before{content:"\f25b"}
.fa-trademark:before{content:"\f25c"}
.fa-registered:before{content:"\f25d"}
.fa-creative-commons:before{content:"\f25e"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-tripadvisor:before{content:"\f262"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-get-pocket:before{content:"\f265"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-safari:before{content:"\f267"}
.fa-chrome:before{content:"\f268"}
.fa-firefox:before{content:"\f269"}
.fa-opera:before{content:"\f26a"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-television:before,.fa-tv:before{content:"\f26c"}
.fa-contao:before{content:"\f26d"}
.fa-500px:before{content:"\f26e"}
.fa-amazon:before{content:"\f270"}
.fa-calendar-plus-o:before{content:"\f271"}
.fa-calendar-minus-o:before{content:"\f272"}
.fa-calendar-times-o:before{content:"\f273"}
.fa-calendar-check-o:before{content:"\f274"}
.fa-industry:before{content:"\f275"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-map:before{content:"\f279"}
.fa-commenting:before{content:"\f27a"}
.fa-commenting-o:before{content:"\f27b"}
.fa-houzz:before{content:"\f27c"}
.fa-vimeo:before{content:"\f27d"}
.fa-black-tie:before{content:"\f27e"}
.fa-fonticons:before{content:"\f280"}
.fa-reddit-alien:before{content:"\f281"}
.fa-edge:before{content:"\f282"}
.fa-credit-card-alt:before{content:"\f283"}
.fa-codiepie:before{content:"\f284"}
.fa-modx:before{content:"\f285"}
.fa-fort-awesome:before{content:"\f286"}
.fa-usb:before{content:"\f287"}
.fa-product-hunt:before{content:"\f288"}
.fa-mixcloud:before{content:"\f289"}
.fa-scribd:before{content:"\f28a"}
.fa-pause-circle:before{content:"\f28b"}
.fa-pause-circle-o:before{content:"\f28c"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stop-circle-o:before{content:"\f28e"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-hashtag:before{content:"\f292"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-percent:before{content:"\f295"}
/*!
 * SmartAdmin v1.8.2 ()
 * Copyright 2011-2016 
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
.tree{min-height:20px;border-radius:4px}
.tree li{list-style-type:none;margin:0;padding:5px;position:relative}
.tree ul ul li:hover{background:rgba(0,0,0,.015)}
.tree li:after,.tree li:before{content:'';left:-20px;position:absolute;right:auto}
.tree li:before{border-left:1px solid #999;bottom:50px;height:100%;top:-11px;width:1px;transition:"border-color 0.1s ease 0.1s"}
.tree li:after{border-top:1px solid #999;height:20px;top:18px;width:25px}
.tree li span{-moz-border-radius:5px;-webkit-border-radius:5px;border:1px dotted #999;border-radius:5px;display:inline-block;padding:3px 8px;text-decoration:none;transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s}
.tree li.parent_li>span{cursor:pointer;padding:7px}
.tree>ul>li::after,.tree>ul>li:before{border:0}
.tree li:last-child::before{height:30px}
.tree li.parent_li>span:hover,.tree li.parent_li>span:hover+ul li span{background:#eee;border:1px solid #94a0b4;color:#000}
.tree>ul{padding-left:0}
.tree ul ul{padding-left:34px;padding-top:10px}
.tree li.parent_li>span:hover{background-color:#df8505;border:1px solid #c67605;color:#fff}
.tree li.parent_li>span:hover+ul li::before{border-left-color:#f89406}
.tree li.parent_li>span:hover+ul li::after{border-top-color:#f89406}
.tree li.parent_li>span:hover+ul li span{background:#fddfb3!important;border:1px solid #faa937;color:#000}
.tree .fa.icon-minus-sign:before{content:"\f056"!important}
.tree .fa.icon-plus-sign:before{content:"\f055"!important}
.bootstrap-duallistbox-container .buttons{width:100%;margin-bottom:-1px}
.bootstrap-duallistbox-container label{display:block;margin-top:0!important;font-weight:400!important}
.bootstrap-duallistbox-container .info{display:inline-block;margin-bottom:5px;font-size:11px}
.bootstrap-duallistbox-container .clear1,.bootstrap-duallistbox-container .clear2{display:none;font-size:10px}
.bootstrap-duallistbox-container .box1.filtered .clear1,.bootstrap-duallistbox-container .box2.filtered .clear2{display:inline-block}
.bootstrap-duallistbox-container .move,.bootstrap-duallistbox-container .remove{width:60%}
.bootstrap-duallistbox-container .btn-group .btn{border-bottom-left-radius:0;border-bottom-right-radius:0}
.bootstrap-duallistbox-container select{border-top-left-radius:0;border-top-right-radius:0}
.bootstrap-duallistbox-container .moveall,.bootstrap-duallistbox-container .removeall{width:40%}
.bootstrap-duallistbox-container.bs2compatible .btn-group>.btn+.btn{margin-left:0}
.bootstrap-duallistbox-container select{width:100%;height:300px;padding:0}
.bootstrap-duallistbox-container .filter{display:inline-block;width:100%;height:31px;margin:0 0 5px;box-sizing:border-box}
.bootstrap-duallistbox-container .filter.placeholder{color:#aaa}
.bootstrap-duallistbox-container.moveonselect .move,.bootstrap-duallistbox-container.moveonselect .remove{display:none}
.bootstrap-duallistbox-container.moveonselect .moveall,.bootstrap-duallistbox-container.moveonselect .removeall{width:100%}
.md-editor{display:block;border:1px solid #ddd}
.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5;margin:0}
.md-editor>.md-header>:first-child{margin-left:0}
.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;padding:10px;overflow:auto}
.md-editor>textarea{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:13px;outline:0;margin:0;display:block;padding:10px;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}
.md-editor>textarea:focus{box-shadow:none;background:#fff}
.md-editor.active{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.md-editor .md-controls{float:right;padding:3px}
.smart-rtl .md-editor .md-controls{float:left}
.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}
.smart-rtl .md-editor .md-controls .md-control{right:auto;left:5px;padding:3px 10px 3px 3px}
.md-editor .md-controls .md-control:hover{color:#333}
.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}
.md-editor.md-fullscreen-mode .md-footer{display:none}
.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}
.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}
.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}
.md-editor.md-fullscreen-mode .md-header{background:0;text-align:center;position:fixed;width:100%;top:20px}
.md-editor.md-fullscreen-mode .btn-group{float:none}
.md-editor.md-fullscreen-mode .btn{border:0;background:0;color:#b3b3b3}
.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}
.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}
.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}
.md-editor .md-fullscreen-controls{display:none}
.md-nooverflow{overflow:hidden;position:fixed;width:100%}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider{display:inline-block;vertical-align:middle;position:relative}
.slider.slider-horizontal{width:100%!important;height:20px}
.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}
.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}
.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}
.slider.slider-horizontal .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.slider.slider-horizontal .slider-handle.triangle:before{content:"\f0da";font-size:34px}
.slider-horizontal .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d9"}
.slider.slider-vertical{height:210px;width:20px}
.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}
.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}
.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}
.slider.slider-vertical .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 -1px 0 rgba(255,255,255,.8)}
.slider.slider-vertical .slider-handle.triangle:before{content:"\f0d7";font-size:32px;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.slider.slider-vertical .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d8";text-shadow:0 -1px 0 rgba(255,255,255,.8)}
.slider input{display:none}
.slider .tooltip-inner{white-space:nowrap}
.slider-track{position:absolute;cursor:pointer;background:#e5e5e5}
.slider-selection{position:absolute;background:#3276b1}
.slider-handle{position:absolute;width:20px;height:20px;border:1px solid #FFF;background:#858585;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:18px;font-size:10px;color:#bdbdbd;text-shadow:0 1px 0 rgba(77,77,77,.5);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}
.slider-handle:before{content:"\f0c9"}
.slider-handle.round{border-radius:20px;width:20px;height:20px}
.slider-handle.triangle{background:transparent none}
.slider-danger+.slider-track>.slider-selection{background:#a90329}
.slider-warning+.slider-track>.slider-selection{background:#c79121}
.slider-info+.slider-track>.slider-selection{background:#57889c}
.slider-success+.slider-track>.slider-selection{background:#739e73}
.bootstrap-tagsinput{display:block;width:100%;min-height:32px;padding:1px 3px;font-size:13px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#FFF;border:1px solid #CCC;border-radius:0}
.bootstrap-tagsinput>span{border-radius:0!important;font-weight:400;padding:3px 28px 4px 8px;font-size:13px;border:1px solid #285e8e;background:#3276b1}
.bootstrap-tagsinput input{border:0;box-shadow:none;outline:0;background-color:transparent;padding:0;margin:0;width:auto!important;max-width:inherit}
.bootstrap-tagsinput input:focus{border:0;box-shadow:none}
.bootstrap-tagsinput .tag{color:#FFF;position:relative;margin:3px 0 3px 2px;display:inline-block}
.bootstrap-tagsinput .tag [data-role=remove]{display:block;top:-1px;right:0;padding:3px 4px 3px 5px;width:23px;height:22px;position:absolute;cursor:pointer}
.bootstrap-tagsinput .tag [data-role=remove]:hover{background:rgba(0,0,0,.3)}
.bootstrap-tagsinput .tag [data-role=remove]:after{content:"\f057";font-family:fontAwesome;padding:2px 1px;line-height:17px;font-size:15px;text-align:center}
.bootstrap-tagsinput .tag [data-role=remove]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker{position:relative}
.modal-open .bootstrap-timepicker-widget.dropdown-menu.open{z-index:1051!important}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}
.bootstrap-timepicker .add-on{cursor:pointer}
.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}
.bootstrap-timepicker-widget.dropdown-menu{padding:4px}
.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}
.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}
.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}
.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}
.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}
.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}
.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}
.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}
.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}
.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}
.bootstrap-timepicker-widget table{width:100%;margin:0}
.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}
.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}
.bootstrap-timepicker-widget table td span{width:100%}
.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}
.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}
.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}
.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}
.bootstrap-timepicker-widget .modal-content{padding:4px}
@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}
@media(max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}
.bv-form .help-block{margin-bottom:0}
.bv-form .tooltip-inner{text-align:left}
.nav-tabs li.bv-tab-success>a{color:#3c763d}
.nav-tabs li.bv-tab-error>a{color:#a94442}
[class^=col-]>.form-control+.form-control-feedback{right:13px}
.has-feedback.has-success .radio-inline+.form-control-feedback{display:none!important}
#buttonGroupForm .btn-group .form-control-feedback{top:0;right:-30px}
#productForm .inputGroupContainer .form-control-feedback,#productForm .selectContainer .form-control-feedback{top:0;right:-15px}
span.css-emoticon{font-family:"Trebuchet MS";font-size:.8em;font-weight:700;color:#000;display:inline-block;overflow:hidden;vertical-align:middle;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);width:1.54em;height:1.54em;text-align:center;padding:0;line-height:1.34em;border-radius:1.54em;box-shadow:1px -1px 2px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.25);background-color:#fc0;background-image:-moz-linear-gradient(center right,#ffb800 41%,#fd5 56%,#fea 100%);-webkit-transition-property:color,background,transform;-webkit-transition-duration:1s,1s;-webkit-transition-timing-function:linear,ease-in;margin-top:-.4em}
span.css-emoticon.spaced-emoticon{padding-left:.2em;width:1.34em}
@media screen and (-webkit-min-device-pixel-ratio:0){span.css-emoticon.spaced-emoticon{width:1.4em}}
span.css-emoticon.small-emoticon{font-size:.7em;width:1.82em;height:1.82em;line-height:1.72em;border-radius:1.82em}
span.css-emoticon.small-emoticon.spaced-emoticon{padding-left:0;width:1.82em;letter-spacing:.1em}
span.css-emoticon.red-emoticon{background-color:#eb0542;background-image:-moz-linear-gradient(center right,#ff7c7c 41%,#e79494 56%,#e78ba5 100%)}
span.css-emoticon.pink-emoticon{background-color:#ff8fd4;background-image:-moz-linear-gradient(center right,#ff8fd4 41%,#ff99d8 56%,#ffade1 100%)}
span.css-emoticon.no-rotate{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);box-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:.45em;width:2.2em;height:2.2em;line-height:1.9em;border-radius:2.2em;background-image:-moz-linear-gradient(center bottom,#fc0 41%,#fd5 56%,#fea 100%)}
span.css-emoticon.no-rotate.red-emoticon{background-image:-moz-linear-gradient(center bottom,#eb0542 41%,#eb265a 56%,#fa376e 100%)}
span.css-emoticon.no-rotate.pink-emoticon{background-image:-moz-linear-gradient(center bottom,#ff8fd4 41%,#ff99d8 56%,#ffade1 100%)}
span.css-emoticon.counter-rotated{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);box-shadow:-1px 1px 2px rgba(0,0,0,.5);background-image:-moz-linear-gradient(center left,#fc0 41%,#fd5 56%,#fea 100%)}
span.css-emoticon.counter-rotated.red-emoticon{background-image:-moz-linear-gradient(center left,#eb0542 41%,#eb265a 56%,#fa376e 100%)}
span.css-emoticon.counter-rotated.pink-emoticon{background-image:-moz-linear-gradient(center left,#ff8fd4 41%,#ff99d8 56%,#ffade1 100%)}
span.css-emoticon.animated-emoticon:hover,span.css-emoticon.un-transformed-emoticon{letter-spacing:inherit;color:inherit;overflow:visible;transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);background:0;background-image:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-color:transparent}
span.css-emoticon.nintendo-controller{font-size:.8em;height:1.2em;line-height:1em;width:2.7em;vertical-align:bottom;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background:-moz-linear-gradient(center bottom,#74798c 9%,#a5aabd 55%)}
/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 */
.clockpicker .input-group-addon{cursor:pointer}
.clockpicker-moving{cursor:move}
.clockpicker-align-left.popover>.arrow{left:25px}
.clockpicker-align-top.popover>.arrow{top:17px}
.clockpicker-align-right.popover>.arrow{left:auto;right:25px}
.clockpicker-align-bottom.popover>.arrow{top:auto;bottom:6px}
.clockpicker-popover .popover-title{background-color:#fff;color:#999;font-size:24px;font-weight:700;line-height:30px;text-align:center}
.clockpicker-popover .popover-title span{cursor:pointer}
.clockpicker-popover .popover-content{background-color:#f8f8f8;padding:12px}
.popover-content:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.clockpicker-plate{background-color:#fff;border:1px solid #ccc;border-radius:50%;width:200px;height:200px;overflow:visible;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.clockpicker-canvas,.clockpicker-dial{width:200px;height:200px;position:absolute;left:-1px;top:-1px}
.clockpicker-minutes{visibility:hidden}
.clockpicker-tick{border-radius:50%;color:#666;line-height:26px;text-align:center;width:26px;height:26px;position:absolute;cursor:pointer}
.clockpicker-tick.active,.clockpicker-tick:hover{background-color:#c0e5f7;background-color:rgba(0,149,221,.25)}
.clockpicker-button{background-image:none;background-color:#fff;border-width:1px 0 0;border-top-left-radius:0;border-top-right-radius:0;margin:0;padding:10px 0}
.clockpicker-button:hover{background-image:none;background-color:#ebebeb}
.clockpicker-button:focus{outline:0!important}
.clockpicker-dial{transition:transform 350ms,opacity 350ms}
.clockpicker-dial-out{opacity:0}
.clockpicker-hours.clockpicker-dial-out{transform:scale(1.2,1.2)}
.clockpicker-minutes.clockpicker-dial-out{transform:scale(0.8,.8)}
.clockpicker-canvas{transition:opacity 175ms}
.clockpicker-canvas-out{opacity:.25}
.clockpicker-canvas-bearing,.clockpicker-canvas-fg{stroke:none;fill:#0095dd}
.clockpicker-canvas-bg{stroke:none;fill:#c0e5f7}
.clockpicker-canvas-bg-trans{fill:rgba(0,149,221,.25)}
.clockpicker-canvas line{stroke:#0095dd;stroke-width:1;stroke-linecap:round}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation{width:100px;height:100px;background-image:url('saturation.d53665300335ae0ecb22.png');cursor:crosshair;float:left}
.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}
.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff}
.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}
.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}
.colorpicker-hue{background-image:url('hue.526b2e6f357421a5d4db.png')}
.colorpicker-alpha{background-image:url('alpha.c893942d633af2de5188.png');display:none}
.colorpicker{zoom:1;top:0;left:0;padding:4px;min-width:120px;margin-top:1px;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.colorpicker:after{clear:both}
.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}
.colorpicker: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}
.colorpicker div{position:relative}
.colorpicker.alpha{min-width:140px}
.colorpicker.alpha .colorpicker-alpha{display:block}
.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url('alpha.c893942d633af2de5188.png');background-position:0 100%}
.colorpicker-color div{height:10px}
.input-append.color .add-on i,.input-prepend.color .add-on i{display:block;cursor:pointer;width:16px;height:16px}
div.dataTables_length label{font-weight:400;float:left;text-align:left}
div.dataTables_length select{width:75px}
div.dataTables_filter label{font-weight:400;float:right}
div.dataTables_filter input{width:16em}
div.dataTables_paginate{float:right;margin:0}
div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}
table.dataTable td,table.dataTable th{box-sizing:content-box}
table.dataTable{clear:both;margin-top:6px!important;margin-bottom:6px!important;max-width:none!important}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer}
table.dataTable thead>tr>th{padding-right:18px}
table.dataTable th:active{outline:0}
div.dataTables_scrollHead table{margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}
div.dataTables_scrollHead table thead tr:last-child td:first-child,div.dataTables_scrollHead table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
div.dataTables_scrollBody table{border-top:0;margin-top:0!important;margin-bottom:0!important}
div.dataTables_scrollBody tbody tr:first-child td,div.dataTables_scrollBody tbody tr:first-child th{border-top:0}
div.dataTables_scrollFoot table{margin-top:0!important;border-top:0}
table.table-bordered.dataTable{border-collapse:separate!important}
table.table-bordered thead td,table.table-bordered thead th{border-left-width:0;border-top-width:0}
table.table-bordered tbody td,table.table-bordered tbody th{border-left-width:0;border-bottom-width:0}
table.table-bordered td:last-child,table.table-bordered th:last-child{border-right-width:0}
div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}
div.DTTT .btn{color:#333!important;font-size:12px}
div.DTTT .btn:hover{text-decoration:none!important}
ul.DTTT_dropdown.dropdown-menu{z-index:2003}
ul.DTTT_dropdown.dropdown-menu a{color:#333!important}
ul.DTTT_dropdown.dropdown-menu li{position:relative}
ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#08c;color:#fff!important}
div.DTTT_print_info.modal{height:150px;margin-top:-75px;text-align:center}
div.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}
div.DTTT_print_info p{font-size:14px;line-height:20px}
div.DTFC_LeftFootWrapper table,div.DTFC_LeftHeadWrapper table,div.DTFC_RightFootWrapper table,div.DTFC_RightHeadWrapper table,table.DTFC_Cloned tr.even{background-color:#fff;margin-bottom:0}
div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{margin-bottom:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:0;margin:0!important}
div.DTFC_LeftBodyWrapper tbody tr:first-child td,div.DTFC_LeftBodyWrapper tbody tr:first-child th,div.DTFC_LeftFootWrapper table,div.DTFC_RightBodyWrapper tbody tr:first-child td,div.DTFC_RightBodyWrapper tbody tr:first-child th,div.DTFC_RightFootWrapper table{border-top:0}
div.FixedHeader_Cloned table{margin:0!important}
table.DTCR_clonedTable{background-color:rgba(255,255,255,.7);z-index:202}
div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}
div.ColVis{float:right}
button.ColVis_Button,ul.ColVis_collection li{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;white-space:nowrap;border-radius:2px;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}
.ColVis_Button:hover,ul.ColVis_collection li:hover{border:1px solid #666;text-decoration:none!important;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}
button.ColVis_Button{height:30px;padding:3px 8px}
button.ColVis_Button::-moz-focus-inner{border:none!important;padding:0}
button.ColVis_Button:active{outline:0}
div.ColVis_collectionBackground{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000;z-index:1100}
ul.ColVis_collection{padding:8px 8px 4px;margin:0;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;border-radius:5px;-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}
ul.ColVis_collection li{position:relative;height:auto;left:0;right:0;padding:.5em;display:block;float:none;margin-bottom:4px;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;text-align:left}
ul.ColVis_collection li.ColVis_Button:hover{border:1px solid #999;background-color:#f0f0f0}
ul.ColVis_collection li span{display:inline-block;padding-left:.5em;cursor:pointer}
ul.ColVis_collection li.ColVis_Special{border-color:#555;background:#ededed;background:linear-gradient(to bottom,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#e8e8e8',GradientType=0)}
ul.ColVis_collection li.ColVis_Special:hover{background:#e2e2e2;background:linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#e2e2e2',GradientType=0)}
span.ColVis_radio{display:inline-block;width:20px}
div.ColVis_catcher{position:absolute;z-index:1101}
.disabled{color:#999}
div.DTTT_container{position:relative;float:right;margin-bottom:1em}
@media screen and (max-width:640px){div.DTTT_container{float:none!important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}
a.DTTT_button,button.DTTT_button,div.DTTT_button{position:relative;display:inline-block;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;border-radius:2px;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}
button.DTTT_button{height:30px;padding:3px 8px}
.DTTT_button embed{outline:0}
a.DTTT_button:hover,button.DTTT_button:hover,div.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}
a.DTTT_disabled,button.DTTT_disabled,div.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}
button.DTTT_button_collection span{padding-right:17px}
button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0}
table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}
table.dataTable tr.DTTT_selected.odd,table.dataTable tr.DTTT_selected.odd td.sorting_1,table.dataTable tr.DTTT_selected.odd td.sorting_2,table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9fafd1}
table.dataTable tr.DTTT_selected.even,table.dataTable tr.DTTT_selected.even td.sorting_1,table.dataTable tr.DTTT_selected.even td.sorting_2,table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#b0bed9}
div.DTTT_collection{width:150px;padding:8px 8px 4px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;border-radius:5px;-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}
div.DTTT_collection_background{z-index:2001}
div.DTTT_collection a.DTTT_button,div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}
.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);border-radius:6px;-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}
.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}
.DTTT_print_info p{font-size:14px;line-height:20px}
table.has-columns-hidden>tbody>tr>td>span.responsiveExpander{background:url('plus.95935b8b2343db954e0a.png') no-repeat 5px center;padding-left:32px;cursor:pointer}
table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background:url('minus.f7d9311bbcc664af09ec.png') no-repeat 5px center}
table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}
table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0;padding:0}
table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}
.dt-toolbar{display:block;position:relative;padding:6px 7px 1px;width:100%;float:left;border-bottom:1px solid #ccc;background:#fafafa}
.dt-toolbar-footer{background:#fafafa;font-size:11px;overflow:hidden;padding:5px 10px;border-top:1px solid #ccc;-ms-box-shadow:inset 0 1px #fff;box-shadow:inset 0 1px #fff}
.dt-toolbar-footer>:first-child,.dt-toolbar>:first-child{padding-left:0!important}
.dt-toolbar-footer>:last-child,.dt-toolbar>:last-child{padding-right:0!important}
table.dataTable thead .sorting{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right}
table.dataTable thead .sorting_asc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right}
table.dataTable thead .sorting_desc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right}
table.dataTable thead .sorting_asc_disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right}
table.dataTable thead .sorting_desc_disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right}
table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{background-color:#eee}
.dataTables_empty{padding:20px 10px!important;font-size:14px;text-align:center;color:#575757}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px 10px}
table.dataTable tfoot>tr>th,table.dataTable thead>tr>th{padding-left:9px!important}
table.dataTable tfoot>tr>th input,table.dataTable thead>tr>th input{width:100%!important;font-weight:400}
table.dataTable thead>tr>th.hasinput{padding:6px!important}
div.dataTables_info{padding-top:9px;font-size:13px;font-weight:700;font-style:italic;color:#969696}
.dataTable thead>tr>th{border-left:none!important}
.dataTable input[type=checkbox].checkbox,.dataTable input[type=radio].radiobox{left:-999px}
table.dataTable thead>tr>th.sorting_disabled{padding-right:9px!important}
.dataTables_filter{float:left;width:100%}
.dataTables_filter .input-group-addon{width:32px;margin-top:0;float:left;height:32px;padding-top:8px}
.dataTables_filter .input-group-addon+.form-control{float:left}
.dt-toolbar>:first-child .DTTT,.dt-toolbar>:first-child .dataTables_filter>:only-child,.dt-toolbar>:first-child .dataTables_length,.dt-toolbar>:first-child .pagination{float:left!important}
.dt-toolbar>:last-child .DTTT,.dt-toolbar>:last-child .dataTables_filter>:only-child,.dt-toolbar>:last-child .dataTables_length,.dt-toolbar>:last-child .pagination{float:right}
.dt-toolbar-footer>:first-child .DTTT,.dt-toolbar-footer>:first-child .dataTables_filter>:only-child,.dt-toolbar-footer>:first-child .dataTables_length,.dt-toolbar-footer>:first-child .pagination{float:left}
.dt-toolbar-footer>:last-child .DTTT,.dt-toolbar-footer>:last-child .dataTables_filter>:only-child,.dt-toolbar-footer>:last-child .dataTables_length,.dt-toolbar-footer>:last-child .pagination{float:right}
body.DTTT_Print{background:#fff!important}
.DTTT_Print #main{margin:0!important}
.DTTT_PrintMessage{font-size:20px;display:block;width:100%;text-align:center;padding-top:10px;font-weight:700}
.DTTT_Print table.dataTable{margin-top:0!important}
.DTTT_Print .dataTables_wrapper table{border:1px solid #c7c7c7!important}
div.ColVis{margin-bottom:0!important}
ul.ColVis_collection{width:127px}
ul.ColVis_collection li span{vertical-align:3px}
ul.ColVis_collection li label{margin-bottom:0!important}
.dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background:linear-gradient(to right,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%)}
.dataTable tbody .details-control{vertical-align:middle;text-align:center;cursor:pointer}
.dataTable tbody .details-control:before{font-family:FontAwesome;content:"\f055";font-size:1.4em;color:#739e73}
.dataTable tbody .shown .details-control:before{content:"\f056";color:#a90329}
.dataTable tbody .shown+tr>td{padding:0!important}
.dataTable tbody .shown{background:rgba(205,209,98,.2)!important}
.dataTable tbody .shown>td{background:none!important}
.dataTable tbody .shown+tr>td>table>tbody>tr:last-child{border-bottom:1px solid #c2c2c2}
.dataTable tbody .shown+tr>td>table tbody tr{background-color:rgba(205,209,98,.05)!important}
.dataTable tbody .shown .table>tbody>tr>td{border:none!important}
.table-bordered .progress{background:#fff!important;box-shadow:0 1px 0 transparent,0 0 0 1px #d6d6d6 inset}
.dataTables_scroll .dataTables_scrollBody,.dataTables_scroll .dataTables_scrollHead,.dataTables_scroll+.dt-toolbar-footer{float:left}
.dataTables_scroll+.dt-toolbar-footer{width:100%}
.dataTables_scroll .dataTables_scrollHeadInner{margin-top:-6px}
.dataTables_scroll .dataTables_scrollHead{background:#f4f4f4}
@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}
@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}
@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}
@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}
@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}
.dropzone,.dropzone *{box-sizing:border-box}
.dropzone{min-height:300px;border:1px dashed rgba(0,0,0,.3);border-radius:5px;background:#fff;padding:20px}
.dropzone.dz-clickable{cursor:pointer}
.dropzone.dz-clickable *{cursor:default}
.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer;margin-top:3.4%}
.dropzone.dz-started .dz-message{display:none}
.dropzone.dz-drag-hover{border:1px dashed #4487a5!important}
.dropzone.dz-drag-hover .dz-message{opacity:.5}
.dropzone .dz-message{text-align:center;margin:2em 0}
.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}
.dropzone .dz-preview:hover{z-index:1000}
.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}
.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}
.dropzone .dz-preview.dz-image-preview{background:0}
.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}
.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:0}
.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}
.dropzone .dz-preview:hover .dz-details{opacity:1}
.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}
.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}
.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}
.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}
.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}
.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05,1.05);filter:blur(8px)}
.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}
.dropzone .dz-preview .dz-image img{display:block}
.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77,0,.175,1);animation:passing-through 3s cubic-bezier(0.77,0,.175,1)}
.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77,0,.175,1);animation:slide-in 3s cubic-bezier(0.77,0,.175,1)}
.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}
.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}
.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}
.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}
.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}
.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}
.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}
.dropzone .dz-preview.dz-error .dz-error-message{display:block}
.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}
.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}
.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
.easy-pie-title{display:inline-block;margin:10px 6px 0;font-size:12px;font-weight:400;text-transform:uppercase;width:100px;height:19px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.easy-pie-title .icon-color-bad,.easy-pie-title .icon-color-good{font-size:18px}
.easy-pie-chart{display:inline-block;position:relative;vertical-align:middle}
.easy-pie-chart .percent{color:#444;display:block;font-size:12px;font-weight:700;margin-top:-10px;position:absolute;top:50%;width:100%;text-align:center}
.easy-pie-chart .percent .fa{display:none}
.degree-sign:after,.percent-sign:after{content:" %";line-height:normal}
.fd-form-element-hidden{display:none}
.fd-slider{width:100%;height:20px;margin:0}
.fd-slider-vertical{width:20px;height:100%;margin:0 10px 10px 0}
.fd-slider,.fd-slider-vertical{display:block;position:relative;text-decoration:none;border:0 none;-moz-user-select:none;-khtml-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.fd-slider-inner{display:none}
.fd-slider-bar{position:absolute;display:block;z-index:2;height:6px;width:100%;border:1px solid #bbb;border-bottom:1px solid #fff;border-right:1px solid #fff;margin:0;padding:0;overflow:hidden;line-height:4px;top:8px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#333}
.fd-slider-range{position:absolute;display:block;z-index:3;height:6px;margin:0;padding:0 2px 0 0;overflow:hidden;top:9px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#eee}
.fd-slider-handle{position:absolute;display:block;padding:0;margin:0 0 0 1px;z-index:3;top:5px;left:0;width:12px;height:12px;line-height:1px!important;outline:0 none;background:#eee;border:1px solid #aaa;border-radius:12px;-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-moz-user-focus:none;-moz-outline:0 none;-ms-user-select:none;user-select:none}
.fd-slider-handle:focus{outline:0 none;border:0 none;-moz-user-focus:normal}
button.fd-slider-handle:focus::-moz-focus-inner{border-color:transparent}
body.fd-slider-drag-horizontal,body.fd-slider-drag-horizontal *,body.fd-slider-drag-vertical,body.fd-slider-drag-vertical *{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.fd-slider-handle:after,.fd-slider-handle:before{opacity:0;-moz-transition-property:opacity;-moz-transition-duration:1s;-moz-transition-delay:1s;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:1s;-o-transition-property:opacity;-o-transition-duration:1s;-o-transition-delay:1s;transition-property:opacity;transition-duration:1s;transition-delay:1s}
.fd-slider-active .fd-slider-handle:before,.fd-slider-focused .fd-slider-handle:before,.fd-slider-hover .fd-slider-handle:before{display:block;position:absolute;top:-21px;left:-8px;margin:0;width:20px;padding:3px;height:14px;line-height:12px;text-align:center;font-size:10px;font-weight:700;color:#fff;text-shadow:1px 1px 1px #1a3a95;background:#2f6ee0;z-index:1;content:attr(aria-valuetext);border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 0 4px #999;opacity:1}
.fd-slider-active .fd-slider-handle:after,.fd-slider-focused .fd-slider-handle:after,.fd-slider-hover .fd-slider-handle:after{outline:0;content:"";display:block;position:absolute;top:-9px;left:50%;margin:0 0 0 -5px;background:#2f6ee0;z-index:2;width:10px;height:10px;overflow:hidden;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:0 0 4px #aaa;clip:rect(4px,14px,14px,4px);opacity:1}
.oldie .fd-slider-handle:after,.oldie .fd-slider-handle:before{display:none}
/*!
 * FullCalendar v2.6.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc{direction:ltr;text-align:left}
.fc-rtl{text-align:right}
body .fc{font-size:1em}
.fc-unthemed .fc-divider,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}
.fc-unthemed .fc-popover{background-color:#fff}
.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header{background:#eee}
.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}
.fc-unthemed .fc-today{background:#fcf8e3}
.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}
.fc-bgevent{background:#8fdf82;opacity:.3;filter:alpha(opacity=30)}
.fc-nonbusiness{background:#d7d7d7}
.fc-icon{display:inline-block;width:1em;height:1em;line-height:1em;font-size:1em;text-align:center;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fc-icon:after{position:relative;margin:0 -1em}
.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%;left:3%}
.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%;left:-3%}
.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}
.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}
.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%;left:-2%}
.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%;left:2%}
.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}
.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}
.fc button{box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}
.fc button::-moz-focus-inner{margin:0;padding:0}
.fc-state-default{border:1px solid}
.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}
.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}
.fc button .fc-icon{position:absolute;top:-.05em;margin:0 .2em;vertical-align:middle}
.fc-state-default{background-color:#f5f5f5;background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}
.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}
.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;transition:background-position .1s linear}
.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}
.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);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;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.fc-popover .fc-header{padding:2px 4px}
.fc-popover .fc-header .fc-title{margin:0 2px}
.fc-popover .fc-header .fc-close{cursor:pointer}
.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}
.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}
.fc-unthemed .fc-popover{border-width:1px;border-style:solid}
.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}
.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}
.fc-divider{border-style:solid;border-width:1px}
hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}
.fc-clear{clear:both}
.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-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;font-size:1em}
.fc th{text-align:center}
.fc td,.fc th{border-style:solid;border-width:3px;padding:0;vertical-align:top}
.fc td.fc-today{border-style:double}
.fc .fc-row{border-style:solid;border-width:0}
.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{position:relative}
.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}
.fc-row .fc-bgevent-skeleton{z-index:2}
.fc-row .fc-highlight-skeleton{z-index:3}
.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}
.fc-row .fc-helper-skeleton{z-index:5}
.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0;border-color:transparent;border-bottom:0}
.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0;padding-bottom:3px;font-size:12.5px;letter-spacing:.3px}
.fc-scroller{overflow-y:scroll;overflow-x:hidden}
.fc-scroller>*{position:relative;width:100%;overflow:hidden}
.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;background-color:#3a87ad;font-weight:400}
.fc-event .fa{font-size:14px;margin-top:4px;margin-right:3px;margin-left:3px}
.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#000;text-decoration:none}
.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}
.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}
.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}
.fc-event .fc-content{position:relative;z-index:2}
.fc-event .fc-resizer{position:absolute;z-index:3}
.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}
.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}
.fc-h-event .fc-resizer{top:-1px;bottom:-1px;left:-1px;right:-1px;width:5px}
.fc-ltr .fc-h-event .fc-start-resizer,.fc-ltr .fc-h-event .fc-start-resizer:after,.fc-ltr .fc-h-event .fc-start-resizer:before,.fc-rtl .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-end-resizer:after,.fc-rtl .fc-h-event .fc-end-resizer:before{right:auto;cursor:w-resize}
.fc-ltr .fc-h-event .fc-end-resizer,.fc-ltr .fc-h-event .fc-end-resizer:after,.fc-ltr .fc-h-event .fc-end-resizer:before,.fc-rtl .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-start-resizer:after,.fc-rtl .fc-h-event .fc-start-resizer:before{left:auto;cursor:e-resize}
.fc-day-grid-event{margin:1px 2px 0;padding:2px 3px}
.fc-day-grid-event .fc-content{overflow:hidden}
.fc-event .fc-time,.fc-event .fc-title{display:inline-block}
.fc-month-view .fc-event .fc-time{display:block}
.fc-day-grid-event .fc-time{font-weight:500}
.fc-day-grid-event .fc-resizer{left:-3px;right:-3px;width:7px}
a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}
a.fc-more:hover{text-decoration:underline}
.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}
.fc-now-indicator{position:absolute;border:0 solid red}
.fc-toolbar{text-align:center;margin-bottom:1em}
.fc-toolbar .fc-left{float:left}
.fc-toolbar .fc-right{float:right}
.fc-toolbar .fc-center{display:inline-block}
.fc .fc-toolbar>*>*{float:left;margin-left:.75em}
.fc-toolbar h2{margin:0}
.fc-toolbar button{position:relative}
.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-toolbar button:focus{z-index:5}
.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box;border:0;border-radius:0;max-height:540px;line-height:1.4}
.fc-view,.fc-view>table{position:relative;z-index:1}
.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}
.fc-basic-view .fc-body .fc-row{min-height:75px;max-height:90px}
.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-day-number,.fc-basic-view .fc-week-number{padding:0 2px}
.fc-basic-view .fc-week-number{text-align:center}
.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}
.fc-ltr .fc-basic-view .fc-day-number{text-align:right}
.fc-rtl .fc-basic-view .fc-day-number{text-align:left}
.fc-day-number.fc-other-month{opacity:.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:1px;padding-bottom:1em}
.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}
.fc-ltr .fc-axis{text-align:right}
.fc-rtl .fc-axis{text-align:left}
.ui-widget td.fc-axis{font-weight:400}
.fc-time-grid,.fc-time-grid-container{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-content-col{position:relative}
.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}
.fc-time-grid .fc-business-container{position:relative;z-index:1}
.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}
.fc-time-grid .fc-highlight-container{z-index:3}
.fc-time-grid .fc-event-container{position:relative;z-index:4}
.fc-time-grid .fc-now-indicator-line{z-index:5}
.fc-time-grid .fc-helper-container{position:relative;z-index:6}
.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}
.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}
.fc-time-grid .fc-slats .ui-widget-content{background:0}
.fc-time-grid .fc-highlight-container{position:relative}
.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}
.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}
.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}
.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}
.fc-time-grid .fc-bgevent{left:0;right:0}
.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}
.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}
.fc-time-grid-event{overflow:hidden}
.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}
.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 span{display:none}
.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-title{font-size:.85em;padding:0}
.fc-time-grid-event .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}
.fc-time-grid-event .fc-resizer:after{content:"="}
.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}
.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
#jarviswidget-fullscreen-mode .fc-ltr .fc-basic-view .fc-day-number{font-size:40px;padding:5px 12px}
#jarviswidget-fullscreen-mode .fc-basic-view .fc-body .fc-row{min-height:189px}
@media(max-width:1140px){#jarviswidget-fullscreen-mode .fc-ltr .fc-basic-view .fc-day-number{font-size:30px}#jarviswidget-fullscreen-mode .fc-basic-view .fc-body .fc-row{min-height:150px}}
@media(max-width:992px){#jarviswidget-fullscreen-mode .fc-ltr .fc-basic-view .fc-day-number{font-size:20px}#jarviswidget-fullscreen-mode .fc-basic-view .fc-body .fc-row{min-height:100px}}
@media(max-width:767px){#jarviswidget-fullscreen-mode .fc-ltr .fc-basic-view .fc-day-number{font-size:16px}#jarviswidget-fullscreen-mode .fc-basic-view .fc-body .fc-row{min-height:75px}}
.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.irs-line{position:relative;display:block;overflow:hidden;outline:0!important}
.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;left:0;width:0}
.irs-bar-edge{position:absolute;display:block;top:0;left:0}
.irs-shadow{position:absolute;display:none;left:0;width:0}
.irs-slider{position:absolute;display:block;cursor:default;z-index:1}
.irs-slider.type_last{z-index:2}
.irs-min{position:absolute;display:block;left:0;cursor:default}
.irs-max{position:absolute;display:block;right:0;cursor:default}
.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}
.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}
.irs-with-grid .irs-grid{display:block}
.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px}
.irs-grid-pol.small{height:4px}
.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px}
.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}
.irs-disabled{opacity:.4}
.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}
.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:0!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}
.irs-slider.single:before{position:absolute;display:block;content:"";top:-50%;left:-150%;width:400%;height:200%;background:rgba(0,0,0,0)}
.irs-slider.from{left:100px}
.irs-slider.from:before{position:absolute;display:block;content:"";top:-50%;left:-300%;width:400%;height:200%;background:rgba(0,0,0,0)}
.irs-slider.to{left:300px}
.irs-slider.to:before{position:absolute;display:block;content:"";top:-50%;left:0;width:400%;height:200%;background:rgba(0,0,0,0)}
.irs{height:40px}
.irs-with-grid{height:60px}
.irs-line{height:8px;top:25px;background:#eee}
.irs-line-left,.irs-line-mid,.irs-line-right{height:8px}
.irs-slider{width:10px;height:22px;top:17px;border:1px solid #fff;background:#858585}
.irs-slider:hover{background:#6c6c6c}
#irs-active-slider{background:#686868;box-shadow:rgba(0,0,0,.3)1px 1px 1px 0;width:12px;height:24px;top:16px}
.irs-max,.irs-min{color:#999;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,.1);border-radius:0}
.lt-ie9 .irs-max,.lt-ie9 .irs-min{background:#bfbfbf}
.irs-from,.irs-single,.irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,.4);border-radius:0}
.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to{background:#999}
.irs-grid-pol{background:#99a4ac}
.irs-grid-text{color:#99a4ac}
.irs-bar{background:#3276b1;top:25px;height:8px;margin-left:-5px}
article.sortable-grid{min-height:30px}
.jarviswidget{margin:0 0 30px;position:relative;border-radius:0;padding:0}
.widget-content-padding{padding:20px}
.widget-content-padding .well{margin-bottom:0}
.jarviswidget>header{height:34px;padding:0;line-height:40px}
.jarviswidget>header>.widget-icon{display:block;width:30px;height:32px;position:relative;float:left;font-size:111%;line-height:32px;text-align:center;margin-right:-10px}
.jarviswidget>header h2{height:100%;width:auto;display:inline-block;font-size:14px;position:relative;margin:0;line-height:34px;font-weight:400;letter-spacing:0}
.jarviswidget>header>h2{margin-left:10px;float:left}
.jarviswidget>header>:first-child.widget-icon{margin-left:0}
.jarviswidget>header .jarviswidget-icon{width:16px;height:16px;float:left;margin:12px 10px 0 0;display:block;zoom:1;z-index:4000}
.ui-sortable .jarviswidget-sortable>header{cursor:move;border-radius:0;line-height:normal;box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05)}
.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed>header{border-radius:0}
.jarviswidget-ctrls{width:auto;float:right;padding:0;margin:0}
.jarviswidget-ctrls .button-icon{min-width:30px;height:32px;float:left;position:relative;font-family:Arial,Helvetica,sans-serif;border-left:1px solid rgba(0,0,0,.09)}
.jarviswidget-ctrls .button-icon:hover{background-color:rgba(0,0,0,.05)}
.jarviswidget-loader{width:32px;height:32px;margin:0;float:right;background-repeat:no-repeat;background-position:center center;display:none;text-align:center;line-height:32px;font-size:111%}
.jarviswidget>div{float:left;width:100%;position:relative;font-size:13px;border-radius:0;margin:0;border-width:1px 1px 2px;border-style:solid;border-top:0;border-right-color:#CCC!important;border-bottom-color:#CCC!important;border-left-color:#CCC!important;padding:13px 13px 0;overflow:visible}
.jarviswidget .widget-body{min-height:100px;position:relative;padding-bottom:13px}
.jarviswidget .widget-body.widget-hide-overflow{overflow:hidden}
.widget-toolbar.no-border{border-left:none}
.widget-body.no-padding{margin:-13px -13px 0}
.widget-body.no-padding .alert{margin:0 0 10px;padding:10px;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;border-width:0 0 1px!important;border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important}
.jarviswidget.well.transparent .widget-body.no-padding{margin:0!important}
.widget-body>table{margin-bottom:0}
.no-padding .md-editor,.widget-body.no-padding .cke_chrome{border:0}
.widget-toolbar>.smart-form{margin-top:2px}
.widget-toolbar>.smart-form .toggle:last-child{font-size:12px;line-height:29px}
.widget-toolbar>.smart-form .checkbox input+i,.widget-toolbar>.smart-form .radio input+i,.widget-toolbar>.smart-form .toggle input+i{border-width:1px;border-color:#c7c7c7!important;margin-top:1px;box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset;-webkit-box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset;-moz-box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset}
.jarviswidget.well{margin:0 0 30px}
.jarviswidget.well>div{border:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
.jarviswidget.well header{display:none}
.widget-footer{display:block;min-height:32px;vertical-align:middle;position:relative;background-color:#f8f7f7;padding:5px;border-top:1px solid #e4e4e4;text-align:right;margin:0 -13px -13px}
.no-padding .widget-footer{margin:0}
.widget-footer.smart-form>label{margin-top:4px;display:block}
.jarviswidget-editbox{display:none;padding:10px}
.jarviswidget-timestamp{font-size:12px;color:#868686;font-style:italic;margin:10px 0 0}
.jarviswidget-placeholder{border-radius:0;margin-bottom:28px;padding:0;-khtml-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
body.nooverflow{overflow:hidden;position:fixed;width:100%}
#jarviswidget-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050}
#jarviswidget-fullscreen-mode .jarviswidget{margin:0;border-radius:0}
#jarviswidget-fullscreen-mode .jarviswidget>div{overflow-y:scroll;border-radius:0}
#jarviswidget-fullscreen-mode>div>header{cursor:default}
.smart-form.widget-body-toolbar,.widget-body-toolbar{display:block;padding:8px 10px;margin:-13px -13px 13px;min-height:42px;border-bottom:1px solid #ccc;background:#fafafa}
.no-padding .smart-form.widget-body-toolbar,.no-padding .widget-body-toolbar,.no-padding.widget-body-toolbar{display:block;margin:0}
.smart-form .widget-body-toolbar .inline-group,.widget-body-toolbar.smart-form .inline-group{float:left;margin-top:4px}
.widget-body-toolbar .btn{vertical-align:middle}
.widget-body-toolbar .btn-xs{margin-top:5px}
.widget-body-ajax-loading::before{content:url('ajax-loader.609a70679c0b688a70af.gif');padding-top:18%;text-align:center;font-weight:700;font-size:16px;color:#fff;display:block;background:rgba(255,255,255,.4);height:100%;z-index:1;width:100%;position:absolute}
.widget-body-ajax-loading:hover{cursor:wait!important}
.jarviswidget>header{color:#333;border:1px solid #c2c2c2;background:#fafafa}
.jarviswidget>div{background-color:#fff!important}
.jarviswidget-editbox{border-bottom:1px solid #b1b1b1;background-color:#fff;margin:-13px -13px 13px}
.no-padding .jarviswidget-editbox{margin:0 0 10px}
.jarviswidget-placeholder{background-color:#FFC;border:1px dashed #a7a7a7}
.jarviswidget-remove-colors{color:#333!important;padding:0!important;background:none!important}
.jarviswidget-color-magenta>header{border-color:#643167!important;background:#6e3671;color:#fff}
.jarviswidget-color-magenta .nav-tabs li:not(.active) a,.jarviswidget-color-magenta>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-magenta .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-pink>header{border-color:#a24d7f!important;background:#ac5287;color:#fff}
.jarviswidget-color-pink .nav-tabs li:not(.active) a,.jarviswidget-color-pink>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-pink .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-pinkDark>header{border-color:#a27998!important;background:#a8829f;color:#fff}
.jarviswidget-color-pinkDark .nav-tabs li:not(.active) a,.jarviswidget-color-pinkDark>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-pinkDark .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-yellow>header{border-color:#aa9452!important;background:#b09b5b;color:#fff}
.jarviswidget-color-yellow .nav-tabs li:not(.active) a,.jarviswidget-color-yellow>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-yellow .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-orange>header{border-color:#ba871f!important;background:#c79121;color:#fff}
.jarviswidget-color-orange .nav-tabs li:not(.active) a,.jarviswidget-color-orange>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-orange .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-orangeDark>header{border-color:#b1811d!important;background:#b6841e;color:#fff}
.jarviswidget-color-orangeDark .nav-tabs li:not(.active) a,.jarviswidget-color-orangeDark>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-orangeDark .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-darken>header{border-color:#383838!important;background:#404040;color:#fff}
.jarviswidget-color-darken>.nav-tabs>li:not(.active)>a,.jarviswidget-color-darken>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-darken .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-purple>header{border-color:#665271!important;background:#6e587a;color:#fff}
.jarviswidget-color-purple .nav-tabs li:not(.active) a,.jarviswidget-color-purple>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-purple .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-teal>header{border-color:#508180!important;background:#568a89;color:#fff}
.jarviswidget-color-teal .nav-tabs li:not(.active) a,.jarviswidget-color-teal>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-teal .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-blueDark>header{border-color:#45474b!important;background:#4c4f53;color:#fff}
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a,.jarviswidget-color-blueDark>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-blueDark .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-blue>header{border-color:#45474b!important;background:#4c4f53;color:#fff}
.jarviswidget-color-blue .nav-tabs li:not(.active) a,.jarviswidget-color-blue>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-blue .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-blueLight>header{border-color:#a0aeb3!important;background:#cbd2d5;color:#000}
.jarviswidget-color-blueLight .nav-tabs li a:hover,.jarviswidget-color-blueLight .nav-tabs li:not(.active) a,.jarviswidget-color-blueLight>header>.jarviswidget-ctrls a{color:#2b363c!important}
.jarviswidget-color-red>header{border-color:#9a0325!important;background:#a90329;color:#fff}
.jarviswidget-color-red .nav-tabs li:not(.active) a,.jarviswidget-color-red>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-red .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-redLight>header{border-color:#9c5353!important;background:#a65858;color:#fff}
.jarviswidget-color-redLight .nav-tabs li:not(.active) a,.jarviswidget-color-redLight>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-redLight .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-white>header{border-color:#ccc!important;background:#fff;color:#666}
.jarviswidget-color-white .nav-tabs li a:hover,.jarviswidget-color-white .nav-tabs li:not(.active) a,.jarviswidget-color-white>header>.jarviswidget-ctrls a{color:gray!important}
.jarviswidget-color-greenDark>header{border-color:#436043!important;background:#496949;color:#fff}
.jarviswidget-color-greenDark .nav-tabs li:not(.active) a,.jarviswidget-color-greenDark>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-greenDark .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-green>header{border-color:#306430!important;background:#356e35;color:#fff}
.jarviswidget-color-green .nav-tabs li:not(.active) a,.jarviswidget-color-green>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-green .nav-tabs li a:hover{color:#333!important}
.jarviswidget-color-greenLight>header{border-color:#687a3a!important;background:#71843f;color:#fff}
.jarviswidget-color-greenLight .nav-tabs li:not(.active) a,.jarviswidget-color-greenLight>header>.jarviswidget-ctrls a{color:#fff!important}
.jarviswidget-color-greenLight .nav-tabs li a:hover{color:#333!important}
.color-select{list-style:none;margin:0;padding:4px;min-width:166px;max-width:156px;right:-3px}
.color-select li{display:block;margin:2px;float:left}
.color-select li span:hover{border:3px solid rgba(0,0,0,.2)}
.color-box,.color-select li span{display:block;width:22px;height:22px;padding:0;background:#333;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid rgba(0,0,0,.1);cursor:pointer}
.color-box{position:relative;vertical-align:middle;border:1px solid rgba(255,255,255,.3)!important;outline:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.3)!important}
.color-box:hover,.open .color-box{outline:1px solid rgba(0,0,0,.1)!important}
.color-box:hover{-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}
.color-box:active{top:1px;left:1px}
.widget-toolbar>.color-box{margin-top:7px;width:18px;height:18px;outline:1px solid rgba(0,0,0,.2)}
.widget-toolbar .dropdown-menu.color-select{right:-1px}
.widget-toolbar>.color-box:active,.widget-toolbar>.color-box:focus,.widget-toolbar>.color-box:hover{outline:1px solid rgba(0,0,0,.25)!important}
.jarviswidget-ctrls a{text-decoration:none;font-size:14px;text-align:center;display:inline-block;line-height:32px;padding:0;margin:0;color:#333}
.clearfix:after,.clearfix:before,.inner-spacer:after,.inner-spacer:before,.jarviswidget-editbox:after,.jarviswidget-editbox:before,.jarviswidget:after,.jarviswidget:before,.jarviswidget>div:after,.jarviswidget>div:before{content:"\0020";display:block;height:0;overflow:hidden;font-size:0;line-height:0;visibility:hidden}
.clearfix:after,.inner-spacer:after,.jarviswidget-editbox:after,.jarviswidget:after,.jarviswidget>div:after{clear:both}
.clearfix,.inner-spacer:after,.jarviswidget,.jarviswidget-editbox,.jarviswidget>div{zoom:1}
.widget-toolbar{display:inline-block;float:right;width:auto;height:32px;line-height:32px;position:relative;border-left:1px solid rgba(0,0,0,.09);cursor:pointer;padding:0 8px;text-align:center}
.widget-toolbar>:first-child{text-align:left}
.jarviswidget header .nav-tabs{border-bottom-color:transparent}
.jarviswidget header .nav-tabs>li>a{border-radius:0;border:0;padding:7px 15px 6px}
.jarviswidget header:first-child .nav-tabs{float:left}
.jarviswidget header:first-child .nav-tabs li{padding-left:0}
.jarviswidget header:first-child .nav-tabs li a{color:#333}
.jarviswidget header:first-child .nav-tabs.pull-right li:last-child a{margin-right:0!important;border-right:none!important}
.jarviswidget header .nav-tabs>li.active>a,.jarviswidget header .nav-tabs>li.active>a:focus,.jarviswidget header .nav-tabs>li.active>a:hover{color:#555;background-color:#FFF;border:1px solid #c2c2c2;border-bottom-color:transparent;border-top:0;cursor:default}
.jarviswidget header .nav-pills{margin:3px}
.jarviswidget header .nav-pills>li>a{padding:3px 5px 4px}
.widget-toolbar .btn-group{margin-top:-3px}
.widget-toolbar>.btn{margin-top:-3px;font-size:12px!important;padding:1px 8px!important}
.widget-toolbar .smart-form label.checkbox,.widget-toolbar .smart-form label.radio{line-height:29px}
.widget-toolbar>.label{vertical-align:middle;margin-top:-3px;display:inline-block;text-align:center;font-size:12px;padding:4px 7px}
.widget-toolbar>.badge{padding:5px;font-size:14px;border-radius:50%;font-weight:400;min-width:24px;text-align:center!important}
.widget-toolbar .progress{width:130px;margin:7px 0 0;height:18px!important;font-size:12px;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset;-moz-box-shadow:0 1px 0 transparent,0 0 0 1px #d1d1d1 inset}
.widget-toolbar .progress-bar{font-size:12px}
.widget-toolbar .pagination{margin:4px 0}
.widget-toolbar .pagination>li>a{padding:2px 7px}
.widget-toolbar .widget-text-input{max-width:220px}
.widget-toolbar input[type=text]{height:28px!important;margin-top:2px}
.widget-toolbar .smart-form .icon-append,.widget-toolbar .smart-form .icon-prepend,.widget-toolbar.smart-form .icon-append,.widget-toolbar.smart-form .icon-prepend{top:3px!important}
#jarviswidget-fullscreen-mode .fc-grid .fc-day-number{padding:5px 12px;font-size:40px}
.jcrop-active{direction:ltr;text-align:left;box-sizing:border-box;-ms-touch-action:none}
.jcrop-dragging{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.jcrop-selection{z-index:2}
.jcrop-selection.jcrop-current{z-index:4}
.jcrop-border{line-height:1px!important;font-size:0!important;overflow:hidden;filter:alpha(opacity=50)!important;opacity:.5!important}
.jcrop-border.ord-n,.jcrop-border.ord-s{width:100%;height:1px!important}
.jcrop-border.ord-e,.jcrop-border.ord-w{height:100%;width:1px!important}
.jcrop-box{z-index:2;display:block;padding:0;margin:0;font-size:0}
.jcrop-box:active,.jcrop-box:hover{background:0}
.jcrop-box:focus{outline:1px rgba(128,128,128,.65)dotted}
.jcrop-handle{z-index:4;filter:alpha(opacity=80)!important;opacity:.8!important}
.jcrop-handle.ord-n{cursor:n-resize}
.jcrop-handle.ord-s{cursor:s-resize}
.jcrop-handle.ord-e{cursor:e-resize}
.jcrop-handle.ord-w{cursor:w-resize}
.jcrop-handle.ord-nw{cursor:nw-resize}
.jcrop-handle.ord-ne{cursor:ne-resize}
.jcrop-handle.ord-se{cursor:se-resize}
.jcrop-handle.ord-sw{cursor:sw-resize}
.jcrop-touch .jcrop-handle{z-index:4;background-color:rgba(49,28,28,.58);border:1px #eee solid;width:18px;height:18px;font-size:0;position:absolute;filter:alpha(opacity=80)!important;opacity:.8!important}
.jcrop-touch .jcrop-handle.ord-n{left:50%;margin-left:-10px;margin-top:-10px;top:0;cursor:n-resize}
.jcrop-touch .jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-10px;margin-left:-10px;cursor:s-resize}
.jcrop-touch .jcrop-handle.ord-e{margin-right:-10px;margin-top:-10px;right:0;top:50%;cursor:e-resize}
.jcrop-touch .jcrop-handle.ord-w{left:0;margin-left:-10px;margin-top:-10px;top:50%;cursor:w-resize}
.jcrop-touch .jcrop-handle.ord-nw{left:0;margin-left:-10px;margin-top:-10px;top:0;cursor:nw-resize}
.jcrop-touch .jcrop-handle.ord-ne{margin-right:-10px;margin-top:-10px;right:0;top:0;cursor:ne-resize}
.jcrop-touch .jcrop-handle.ord-se{bottom:0;margin-bottom:-10px;margin-right:-10px;right:0;cursor:se-resize}
.jcrop-touch .jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-10px;margin-left:-10px;cursor:sw-resize}
.jcrop-dragbar{font-size:0}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:9px!important}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{width:9px!important}
.jcrop-shades{position:relative;top:0;left:0}
.jcrop-shades div{cursor:crosshair}
.jcrop-noresize .jcrop-dragbar,.jcrop-noresize .jcrop-handle{display:none}
.jcrop-nodrag .jcrop-shades div,.jcrop-selection.jcrop-nodrag .jcrop-box{cursor:default}
.jcrop-light .jcrop-border{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}
.jcrop-dark .jcrop-border{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}
.solid-line .jcrop-border{background:#fff}
.jcrop-thumb{overflow:hidden;background-color:#fff;border:1px solid rgba(0,0,0,.4);box-shadow:1px 1px 5px 2px rgba(0,0,0,.1);display:block;padding:3px;position:absolute;top:0;left:100%;margin-left:20px;z-index:200}
.jcrop-active img,.jcrop-thumb canvas,.jcrop-thumb img{min-width:none;min-height:none;max-width:none;max-height:none}
.jcrop-hl-active .jcrop-border{filter:alpha(opacity=20)!important;opacity:.2!important}
.jcrop-hl-active .jcrop-handle{filter:alpha(opacity=10)!important;opacity:.1!important}
.jcrop-hl-active .jcrop-selection:hover .jcrop-border{background-color:#ccc;filter:alpha(opacity=50)!important;opacity:.5!important}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border{background:gray url('Jcrop.155428c6a87137941f58.gif');opacity:.35!important;filter:alpha(opacity=35)!important}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle{filter:alpha(opacity=30)!important;opacity:.3!important}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border{background:url('Jcrop.155428c6a87137941f58.gif');opacity:.65!important;filter:alpha(opacity=65)!important}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle{filter:alpha(opacity=60)!important;opacity:.6!important}
button.jcrop-box{background:0}
.inline-labels label{margin-left:10px}
.jcrop-holder{direction:ltr;text-align:left}
.jcrop-hline,.jcrop-vline{background:#fff url('Jcrop.155428c6a87137941f58.gif');font-size:0;position:absolute}
.jcrop-vline{height:100%;width:1px!important}
.jcrop-vline.right{right:0}
.jcrop-hline{height:1px!important;width:100%}
.jcrop-hline.bottom{bottom:0}
.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}
.jcrop-handle{background-color:#333;border:1px #eee solid;width:7px;height:7px;font-size:1px}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{width:100%}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%}
.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}
.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}
.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}
.jcrop-holder{display:inline-block;float:left;margin-bottom:20px}
.modal .jcrop-holder{display:block;float:none!important;margin:0!important}
.jcrop-holder img,img.jcrop-preview{max-width:none}
.jcrop-handle{position:absolute}
.jcrop-active{position:relative;float:left}
.jcrop-selection{position:absolute}
.jcrop-border,.jcrop-dragbar{background:#fff url('Jcrop.155428c6a87137941f58.gif');position:absolute}
.jcrop-border.ord-n,.jcrop-dragbar.ord-n{top:0;margin:0;cursor:n-resize;left:0;right:0}
.jcrop-border.ord-s,.jcrop-dragbar.ord-s{bottom:0;margin:0;cursor:s-resize;left:0;right:0}
.jcrop-border.ord-e,.jcrop-border.ord-w,.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{margin:0;top:0;cursor:e-resize;bottom:0}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s,.jcrop-dragbar.ord-w{background:0}
.jcrop-border.ord-e,.jcrop-dragbar.ord-e{right:0}
.jcrop-border.ord-w,.jcrop-dragbar.ord-w{left:0}
.jcrop-box{position:absolute;width:100%;height:100%;left:0;top:0;cursor:move;background:0;border:0}
.ui-jqgrid .ui-jqgrid-view{position:relative;left:0;top:0;padding:0;font-size:11px}
.ui-jqgrid .ui-jqgrid-titlebar{padding:12px 13px;position:relative;font-size:12px;border-left:0 none;border-right:0 none;border-top:0 none;background-color:#f3f3f3;background-image:linear-gradient(to bottom,#f3f3f3,#e2e2e2);background-repeat:repeat-x}
.ui-jqgrid .ui-jqgrid-caption{text-align:left}
.ui-jqgrid .ui-jqgrid-title{font-size:15px;color:#333}
.ui-jqgrid .ui-jqgrid-titlebar-close{position:absolute;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;right:10px!important;cursor:pointer}
.ui-jqgrid .ui-jqgrid-titlebar-close span{display:block;margin:1px}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover{padding:0}
.ui-jqgrid .ui-jqgrid-hdiv{position:relative;margin:0;padding:0;overflow-x:hidden;border-left:0 none!important;border-top:0 none!important;border-right:0 none!important}
.ui-jqgrid .ui-jqgrid-hbox{float:left;padding-right:20px}
.ui-jqgrid .ui-jqgrid-htable{table-layout:fixed;margin:0}
.ui-jqgrid .ui-jqgrid-htable th{padding:0 2px}
.ui-jqgrid .ui-jqgrid-htable th div{overflow:hidden;position:relative}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:0;border:0}
tr.ui-jqgrid-labels{background-color:#eee;background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%);font-size:12px}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column,.ui-th-column{overflow:hidden;white-space:nowrap;text-align:center;border-top:0 none;border-bottom:0 none}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr,.ui-th-ltr{border-left:0 none}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl,.ui-th-rtl{border-right:0 none}
.ui-first-th-ltr{border-right:1px solid}
.ui-first-th-rtl{border-left:1px solid}
.ui-jqgrid .ui-th-div-ie{white-space:nowrap;zoom:1}
.ui-jqgrid .ui-jqgrid-resize{height:20px!important;position:relative;cursor:e-resize;display:inline;overflow:hidden}
.ui-jqgrid .ui-grid-ico-sort{overflow:hidden;position:absolute;display:inline;cursor:pointer!important;right:0}
.ui-jqgrid .ui-icon-asc{margin-top:-4px;right:-1px}
.ui-jqgrid .ui-icon-desc{margin-top:3px;height:12px}
.ui-jqgrid .ui-i-asc{margin-top:0;height:16px}
.ui-jqgrid .ui-i-desc{margin-top:0;margin-left:13px;height:16px}
.ui-jqgrid .ui-jqgrid-sortable{cursor:pointer}
.ui-jqgrid tr.ui-search-toolbar th{border-top-width:1px!important;border-top-color:inherit!important;border-top-style:ridge!important}
tr.ui-search-toolbar input,tr.ui-search-toolbar select{margin:1px 0 0}
.ui-jqgrid .ui-jqgrid-bdiv{position:relative;margin:0;padding:0;overflow:auto;text-align:left}
.ui-jqgrid .ui-jqgrid-btable{table-layout:fixed;margin:0;outline-style:none}
.ui-jqgrid tr.jqgroup,.ui-jqgrid tr.jqgrow{outline-style:none}
.ui-jqgrid tr.jqgrow td{font-weight:400;overflow:hidden;white-space:pre}
.ui-jqgrid tr.jqgfirstrow td{padding:0 2px;border-right-width:1px;border-right-style:solid}
.ui-jqgrid tr.jqgroup td{font-weight:400;overflow:hidden;white-space:pre}
.ui-jqgrid tr.jqfoot td{font-weight:700;overflow:hidden;white-space:pre}
.ui-jqgrid tr.ui-row-ltr td{text-align:left}
.ui-jqgrid tr.ui-row-rtl td{text-align:right}
.ui-jqgrid td.jqgrid-rownum{padding:0 2px;margin:0;border:0 none}
.ui-jqgrid .ui-jqgrid-resize-mark{width:2px;left:0;background-color:#777;cursor:e-resize;cursor:col-resize;position:absolute;top:0;height:100px;overflow:hidden;display:none;border:0 none;z-index:99999}
.ui-jqgrid .ui-jqgrid-sdiv{position:relative;margin:0;padding:0;overflow:hidden;border-left:0 none!important;border-top:0 none!important;border-right:0 none!important}
.ui-jqgrid .ui-jqgrid-ftable{table-layout:fixed;margin-bottom:0}
.ui-jqgrid tr.footrow td{font-weight:700;overflow:hidden;white-space:nowrap;height:21px;padding:0 2px}
.ui-jqgrid tr.footrow-ltr td{text-align:left;border-right-width:1px;border-right-color:inherit;border-right-style:solid}
.ui-jqgrid tr.footrow-rtl td{text-align:right;border-left-width:1px;border-left-color:inherit;border-left-style:solid}
.ui-jqgrid .ui-jqgrid-pager{border-left:0 none!important;border-right:0 none!important;border-bottom:0 none!important;margin:0!important;position:relative;white-space:nowrap;overflow:hidden;border-top:1px solid #d3d3d3}
.ui-jqgrid .ui-pager-control{position:relative}
.ui-jqgrid .ui-pg-table{position:relative;padding-bottom:2px;width:auto;margin:0}
.ui-jqgrid .ui-pg-table td{font-weight:400;vertical-align:middle;padding:1px}
.ui-jqgrid .ui-pg-button span{display:block;margin:1px;float:left}
.ui-jqgrid .ui-state-disabled:hover{padding:1px}
.ui-jqgrid .ui-pg-input{margin:0}
.ui-jqgrid .ui-pg-selbox{line-height:18px;display:block;margin:0}
.ui-jqgrid .ui-separator{height:18px;border-left:1px solid #ccc;border-right:1px solid #ccc;margin:1px;float:right}
.ui-jqgrid .ui-paging-info{font-weight:400;height:19px;margin-top:3px;margin-right:4px}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div{padding:1px 0;float:left;position:relative}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button{cursor:pointer}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon{float:left;margin:0 2px}
.ui-jqgrid td input,.ui-jqgrid td select .ui-jqgrid td textarea{margin:0}
.ui-jqgrid td textarea{width:auto;height:auto}
.ui-jqgrid .ui-jqgrid-toppager{border-left:0 none!important;border-right:0 none!important;border-top:0 none!important;margin:0!important;padding:0!important;position:relative;height:25px!important;white-space:nowrap;overflow:hidden}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div{padding:1px 0;float:left;position:relative}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button{cursor:pointer}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon{float:left;margin:0 2px}
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span{display:block}
.ui-jqgrid .ui-subgrid{margin:0;padding:0;width:100%}
.ui-jqgrid .ui-subgrid table{table-layout:fixed}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td{height:18px;border-right-width:1px;border-right-color:inherit;border-right-style:solid;border-bottom-width:1px;border-bottom-color:inherit;border-bottom-style:solid}
.ui-jqgrid .ui-subgrid td.subgrid-data{border-top:0 none!important}
.ui-jqgrid .ui-subgrid td.subgrid-cell{border-width:0 0 1px}
.ui-jqgrid .ui-th-subgrid{height:20px}
.ui-jqgrid .loading{position:absolute;top:45%;left:45%;width:auto;z-index:101;padding:6px;margin:5px;text-align:center;font-weight:700;display:none;border-width:2px!important;font-size:11px}
.ui-jqgrid .jqgrid-overlay{display:none;z-index:100}
* .jqgrid-overlay iframe{position:absolute;top:0;left:0;z-index:-1}
.ui-jqgrid .ui-userdata{border-left:0 none;border-right:0 none;height:21px;overflow:hidden}
.ui-jqdialog{display:none;width:300px;position:absolute;padding:.2em;font-size:11px;overflow:visible}
.ui-jqdialog .ui-jqdialog-titlebar{padding:.3em .2em;position:relative}
.ui-jqdialog .ui-jqdialog-title{margin:.1em 0 .2em}
.ui-jqdialog .ui-jqdialog-titlebar-close{position:absolute;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;cursor:pointer}
.ui-jqdialog .ui-jqdialog-titlebar-close span{display:block;margin:1px}
.ui-jqdialog .ui-jqdialog-titlebar-close:focus,.ui-jqdialog .ui-jqdialog-titlebar-close:hover{padding:0}
.ui-jqdialog .ui-jqdialog-content,.ui-jqdialog-content{border:0;background:0;height:auto}
.ui-jqdialog .ui-jqconfirm{padding:.4em 1em;border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center}
.ui-jqdialog>.ui-resizable-se,.ui-jqgrid>.ui-resizable-se{bottom:-3px;right:-3px}
.ui-jqdialog-content .FormGrid{margin:0}
.ui-jqdialog-content .DelTable,.ui-jqdialog-content .EditTable{width:100%;margin-bottom:0}
.EditTable td input,.EditTable td select,.EditTable td textarea{margin:0}
.EditTable td textarea{width:auto;height:auto}
.ui-jqdialog-content td.EditButton{text-align:right;border-top:0 none;border-left:0 none;border-right:0 none;padding-bottom:5px;padding-top:5px}
.ui-jqdialog-content td.navButton{text-align:center;border-left:0 none;border-top:0 none;border-right:0 none;padding-bottom:5px;padding-top:5px}
.ui-jqdialog-content input.FormElement,.ui-jqdialog-content select.FormElement{padding:.3em}
.ui-jqdialog-content .data-line{padding-top:.1em;border:0 none}
.ui-jqdialog-content .CaptionTD{vertical-align:middle;border:0 none;padding:2px;white-space:nowrap}
.ui-jqdialog-content .DataTD{padding:2px;border:0 none;vertical-align:top}
.ui-jqdialog-content .form-view-data{white-space:pre}
.fm-button{display:inline-block;margin:0 4px 0 0;padding:.4em .5em;text-decoration:none!important;cursor:pointer;position:relative;text-align:center;zoom:1}
.fm-button-icon-left{padding-left:1.9em}
.fm-button-icon-right{padding-right:1.9em}
.fm-button-icon-left .ui-icon{right:auto;left:.2em;margin-left:0;position:absolute;top:50%;margin-top:-8px}
.fm-button-icon-right .ui-icon{left:auto;right:.2em;margin-left:0;position:absolute;top:50%;margin-top:-8px}
#nData,#pData{float:left;margin:3px;padding:0;width:15px}
.ui-jqgrid .selected-row,div.ui-jqgrid .selected-row td{font-style:normal;border-left:0 none}
.ui-inline-cancel.ui-state-hover span,.ui-inline-del.ui-state-hover span,.ui-inline-edit.ui-state-hover span,.ui-inline-save.ui-state-hover span{margin:-1px}
.ui-jqgrid .tree-wrap{float:left;position:relative;height:18px;white-space:nowrap;overflow:hidden}
.ui-jqgrid .tree-leaf,.ui-jqgrid .tree-minus,.ui-jqgrid .tree-plus{position:absolute;height:18px;width:18px;overflow:hidden}
.ui-jqgrid .treeclick{cursor:pointer}
* iframe.jqm{position:absolute;top:0;left:0;z-index:-1}
.ui-jqgrid-dnd tr td{border-right-width:1px;border-right-color:inherit;border-right-style:solid;height:20px}
.ui-jqgrid .ui-jqgrid-caption-rtl{text-align:right}
.ui-jqgrid .ui-jqgrid-hbox-rtl{float:right;padding-left:20px}
.ui-jqgrid .ui-jqgrid-resize-ltr{float:right;margin:-2px -2px -2px 0}
.ui-jqgrid .ui-jqgrid-resize-rtl{float:left;margin:-2px 0 -1px -3px}
.ui-jqgrid .ui-sort-rtl{left:0}
.ui-jqgrid .tree-wrap-ltr{float:left}
.ui-jqgrid .tree-wrap-rtl{float:right}
.ui-jqgrid .ui-ellipsis{-moz-text-overflow:ellipsis;text-overflow:ellipsis}
.ui-search-menu{position:absolute;padding:2px 5px}
.ui-jqgrid .ui-search-table{padding:0;border:0 none;height:20px;width:100%}
.ui-jqgrid .ui-search-table .ui-search-oper{width:20px}
a.clearsearchclass,a.g-menu-item,a.soptclass{cursor:pointer}
.ui-jqgrid .ui-search-table .ui-search-input>input,.ui-jqgrid .ui-search-table .ui-search-input>select{display:block;box-sizing:border-box}
.ui-jqgrid .ui-jqgrid-view button,.ui-jqgrid .ui-jqgrid-view input,.ui-jqgrid .ui-jqgrid-view select,.ui-jqgrid .ui-jqgrid-view textarea{font-size:11px}
.ui-jqgrid{position:relative;border:1px solid #ccc!important;margin:0;overflow:hidden}
.ui-jqgrid table,.ui-jqgrid tr.ui-row-ltr,.ui-jqgrid tr.ui-row-ltr td{border-left:none!important}
.ui-jqgrid tr.ui-row-ltr td{padding:6px 4px;font-size:13px!important}
.ui-jqgrid .ui-jqgrid-titlebar{border-bottom:1px solid #bebebe}
.ui-jqgrid .ui-jqgrid-view input{margin:0!important}
.ui-jqgrid .ui-jqgrid-htable th{background-color:#eee;background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%)}
.ui-jqgrid .ui-jqgrid-htable th div{padding-right:0;padding-top:5px;padding-bottom:5px;font-weight:700;background:0}
.ui-jqgrid .ui-jqgrid-pager{font-size:12px;height:auto;padding:4px!important}
.ui-jqgrid tr.jqgrow{height:30px;font-size:12px}
.jqgrid-new-row{color:#1b641b!important;background-color:#a8e798!important;border-color:#7e9e64!important}
.ui-jqdialog-content .DataTD{padding-bottom:5px}
.ui-jqdialog-content .DataTD:last-child{padding-bottom:10px}
.ui-jqgrid .ui-jqgrid-bdiv{background:#fff}
.ui-jqgrid .ui-state-hover td{background:#ecf3f8!important}
.ui-jqgrid .ui-pg-button{height:auto!important}
.ui-jqgrid .ui-pg-input,.ui-jqgrid .ui-pg-selbox{height:auto;font-size:inherit}
.ui-jqgrid .ui-state-highlight td{color:#3a87ad!important;background-color:#d9edf7!important;border-color:#bce8f1!important}
.ui-jqgrid .ui-state-highlight+.ui-widget-content>td{border-top-color:#bce8f1}
.jvectormap-label{position:absolute;display:none;border:solid 1px #cdcdcd;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}
.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;background:#292929;padding:4px;width:22px;height:22px;cursor:pointer;line-height:10px;text-align:center;font-size:14px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);background-color:#fff;border:1px solid #bfbfbf}
.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{background:#eee;border-color:#d9d9d9}
.jvectormap-zoomin{top:0}
.jvectormap-zoomout{top:24px}
.vector-map{height:300px;width:100%;padding:10px}
#heat-fill{display:block;position:relative;margin-bottom:20px;background:#333;height:7px;width:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC)}
.fill-a,.fill-b{width:20px;text-align:right;overflow:hidden;text-overflow:ellipsis;display:block;background:#fff;padding-right:4px;position:absolute;left:0;margin-top:-7px;font-weight:700}
.fill-b{text-align:left;position:absolute;right:0;left:auto;top:0;width:60px;padding-left:4px;padding-right:0}
/*!
 * Select2 4.0.1
 * https://select2.github.io
 *
 * Released under the MIT license
 * https://github.com/select2/select2/blob/master/LICENSE.md
 */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}
.select2-container,.select2-drop,.select2-search,.select2-search input{box-sizing:border-box}
.select2-container .select2-choice,.select2-selection{display:block;height:32px;padding:0 8px;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;line-height:32px;color:#444;text-decoration:none;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}
.smart-rtl .select2-container .select2-choice,.smart-rtl .select2-selection{text-align:right;margin-right:-1px}
.select2-container--above .select2-selection,.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc}
.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}
.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;cursor:pointer;outline:0}
.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}
.select2-container .select2-choice abbr:hover{cursor:pointer}
.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background:#fff;filter:alpha(opacity=0)}
.select2-drop,.select2-dropdown{margin-top:-1px;width:100%;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;left:0;box-shadow:0 4px 5px rgba(0,0,0,.15)}
.smart-rtl .select2-drop,.smart-rtl .select2-dropdown{direction:rtl;text-align:right}
.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}
.select2-container--open .select2-dropdown--above .select2-search,.select2-drop-auto-width .select2-search{padding-top:4px}
.select2-container--open .select2-dropdown.select2-dropdown--above,.select2-drop.select2-drop-above{margin-bottom:0;border-top:1px solid #5d98cc;border-top-width:3px;border-bottom:0;margin-top:1px;box-shadow:0 -4px 5px rgba(0,0,0,.15)}
.select2-container--open .select2-dropdown,.select2-drop-active{border:1px solid #5d98cc;border-top:0;border-bottom-width:3px}
.select2-container--open .select2-dropdown--above,.select2-drop.select2-drop-above.select2-drop-active{border-top-width:3px}
.select2-container .select2-choice .select2-arrow,.select2-selection__arrow{display:inline-block;width:34px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #ccc;background:#eee}
.smart-rtl .select2-container .select2-choice .select2-arrow,.smart-rtl .select2-selection__arrow{border-left:none;border-right:1px solid #ccc;left:0;right:auto}
.select2-container .select2-choice .select2-arrow b,.select2-selection__arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}
.select2-container .select2-choice .select2-arrow b:before,.select2-selection__arrow b:before{content:"\f107";width:100%;height:100%;text-align:center;display:block}
.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}
.select2-search input{width:100%;height:auto!important;min-height:29px;padding:6px 20px 5px 10px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;box-shadow:none;background:#fff;background:linear-gradient(top,#fff 85%,#eee 99%)}
.smart-rtl .select2-search input{padding:6px 10px 5px 20px}
.select2-search:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:"\f002";top:50%;margin-top:-8px;right:10px;color:#686868!important}
.smart-rtl .select2-search:before{left:10px;right:auto}
.select2-drop.select2-drop-above .select2-search:before{margin-top:-5px}
.select2-drop.select2-drop-above .select2-search input{margin-top:4px}
.select2-drop.select2-drop-above .select2-search:before{top:34%}
.select2-search input.select2-active{background:#fff url('select2-spinner.56d4c7ce2d3591a02107.gif') no-repeat 100%;background:url('select2-spinner.56d4c7ce2d3591a02107.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}
.select2-container--open .select2-selection,.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5d98cc;outline:0}
.select2-container--open .select2-selection,.select2-dropdown-open .select2-choice{box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff}
.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5d98cc;border-top-color:transparent}
.select2-container--open .select2-selection .select2-selection__arrow,.select2-dropdown-open .select2-choice .select2-arrow{background:0;border-left:none;filter:none}
.select2-container--open .select2-selection .select2-selection__arrow b,.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}
.select2-results{max-height:200px;padding:0;margin:4px;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);display:block}
.select2-results__options{padding:0;margin:0;list-style:none}
.select2-results ul.select2-result-sub{margin:0;padding-left:0}
.select2-results ul.select2-result-sub>li .select2-result-label,.select2-results__options--nested .select2-results__option{padding-left:20px}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}
.select2-results li{list-style:none;display:list-item;background-image:none}
.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}
.select2-results .select2-result-label,.select2-results .select2-results__group,.select2-results__options--nested .select2-results__option{padding:3px 7px 4px;display:block;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.select2-results .select2-highlighted,.select2-results__option--highlighted{background:#3276b1;color:#fff}
.select2-results li em{background:#feffde;font-style:normal}
.select2-results .select2-highlighted em{background:0}
.select2-results .select2-highlighted ul{background:#fff;color:#000}
.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding:3px 5px}
.select2-no-results{padding-left:20px}
.select2-no-results:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f05a";margin-right:5px}
.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}
.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}
.select2-results .select2-selected{display:none}
.select2-more-results.select2-active{background:#f4f4f4 url('select2-spinner.56d4c7ce2d3591a02107.gif') no-repeat 100%}
.select2-more-results{background:#f4f4f4;display:list-item}
.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}
.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}
.select2-container.select2-container-disabled .select2-choice abbr{display:none}
.select2-container-multi .select2-choices,.select2-selection--multiple{height:auto!important;margin:0;padding:0;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff}
.select2-locked{padding:3px 5px!important}
.select2-container-multi .select2-choices{min-height:26px}
.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5d98cc;outline:0}
.select2-container-multi .select2-choices li,.select2-selection__choice{float:left;list-style:none}
.smart-rtl .select2-container-multi .select2-choices li,.smart-rtl .select2-selection__choice{float:right}
.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}
.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;box-shadow:none;background:transparent!important}
.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('select2-spinner.56d4c7ce2d3591a02107.gif') no-repeat 100%!important}
.select2-default{color:#999!important}
.select2-container-multi .select2-choices .select2-search-choice,.select2-selection__choice{padding:1px 28px 1px 8px;margin:4px 0 3px 5px;position:relative;line-height:18px;color:#fff;cursor:default;border:1px solid #2a6395;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#3276b1}
.smart-rtl .select2-container-multi .select2-choices .select2-search-choice,.smart-rtl .select2-selection__choice{margin:4px 5px 3px 0}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}
.select2-container-multi .select2-choices .select2-search-choice-focus{opacity:.8}
.select2-search-choice-close,.select2-selection__clear{display:none}
.select2-container-multi .select2-search-choice-close,.select2-selection__choice__remove{display:block;top:0;right:0;padding:3px 4px 3px 6px}
.select2-selection__choice__remove:before{content:"\f057";display:block;font-size:15px}
.select2-selection__choice__remove{font-family:FontAwesome;font-size:0;font-style:normal;font-weight:400;line-height:1;margin:0;min-height:20px;min-width:21px;position:absolute;text-decoration:none!important}
.select2-selection__rendered{padding:0}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent none repeat scroll 0 0;border:0;box-shadow:none;outline:0;box-sizing:border-box;font-size:100%;margin-top:0;padding:0}
.smart-rtl .select2-container--default .select2-search--inline .select2-search__field{text-align:right}
.select2-container .select2-search--inline{float:left;width:auto;line-height:28px}
.smart-rtl .select2-container .select2-search--inline{float:right}
.select2-container .select2-search--inline:before{display:none!important}
.select2-container-multi .select2-search-choice-close:hover,.select2-selection__choice__remove:hover{background:rgba(0,0,0,.3)}
.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #4a90cc;background-image:none;background-color:#86b4dd;cursor:not-allowed}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}
.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}
.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}
.select2-display-none,.select2-hidden-accessible{display:none}
.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}
.has-error .select2-choice,.has-error .select2-container .select2-choice .select2-arrow,.has-error .select2-container-multi .select2-choices{border-color:#b94a48}
.has-error .select2-container .select2-choice .select2-arrow{background:#f2dede;color:#b94a48}
.has-error .select2-dropdown-open .select2-choice{border-color:#5d98cc!important}
.select2-drop.select2-drop-above.select2-drop-active{margin-top:2px}
.editable-input>.select2-container{min-width:200px}
.ui-chatbox{position:fixed;bottom:0;box-shadow:rgba(0,0,0,.3)0 2px 6px;-webkit-box-shadow:rgba(0,0,0,.3)0 2px 6px;z-index:959}
.ui-chatbox-titlebar{padding:0;height:36px;cursor:pointer;background:#474544!important;color:#fff!important;font-weight:400;line-height:normal;box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05)}
.ui-chatbox-titlebar>span{font-weight:400;font-size:14px;line-height:36px;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;display:inline-block;float:left}
.ui-chatbox-titlebar>span>:first-child{display:inline-block;border-radius:50%;margin-right:7px;padding:5px}
.ui-chatbox-titlebar.online>span>i{background:#54ce3c}
.ui-chatbox-titlebar.busy>span>i{background:#f14b52}
.ui-chatbox-titlebar.away>span>i{background:#ffc40d}
.ui-chatbox-titlebar.incognito>span>i{background:#a19e9d}
.ui-chatbox-titlebar.ui-state-focus{background:#201f1f!important;color:#fff}
.ui-chatbox-content{padding:0;margin:0;border:0!important}
.ui-chatbox-content>.alert-msg{border-bottom:1px dashed #d6d6d6;padding:4px 10px;color:#c20f16;font-size:11px;text-align:center;display:none}
.ui-chatbox-content.true>.alert-msg{display:block!important}
.ui-chatbox-log{padding:7px 10px;height:180px;overflow-y:auto;overflow-x:hidden;background:#fff;border:none!important}
.ui-chatbox-log>:first-child{margin-top:0}
.ui-chatbox-input{padding:3px;border-top:1px solid grey;overflow:hidden;width:100%!important;max-width:100%!important;border-width:0!important}
.ui-chatbox-input-box{margin:2px;border:1px solid!important;border-color:#666 #ccc #ccc!important;padding:2px;height:50px;outline:0;resize:none;background-color:rgba(48,126,204,.05)!important}
.ui-chatbox-icon{float:right;min-width:30px;height:36px;border-left:1px solid rgba(0,0,0,.09);font-size:14px;line-height:26px;color:#fff!important;padding:5px 9px}
.ui-chatbox-icon.ui-state-hover{background-color:rgba(0,0,0,.07)!important;border-left:1px solid rgba(0,0,0,.09)!important}
.ui-chatbox-input-focus{border-color:#5d98cc!important;background-color:#fff!important}
.ui-chatbox-msg{margin-top:10px;float:left;clear:both;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
.chat-users li:before,.chat-users>ul:before{border:0}
.chat-users .display-users{display:block;padding:0 15px}
.chat-users .display-users a[data-chat-id]{padding:4px 6px;font-size:13px;margin:1px 0}
.chat-users .display-users [data-chat-id]:hover{background:rgba(255,255,255,.1)}
.chat-users .display-users [data-chat-id]>i{display:inline-block;border-radius:50%;margin-right:7px;padding:5px;width:auto!important}
.chat-users .display-users [data-chat-status=away]>i{background:#ffc40d}
[data-chat-status=away]+.popover .usr-card>img{border-left-color:#ffc40d}
.chat-users .display-users [data-chat-status=online]>i{background:#54ce3c}
[data-chat-status=online]+.popover .usr-card>img{border-left-color:#54ce3c}
.chat-users .display-users [data-chat-status=incognito]>i{background:#a19e9d}
[data-chat-status=incognito]+.popover .usr-card>img{border-left-color:#a19e9d}
.chat-users .display-users [data-chat-status=busy]>i{background:#f14b52}
[data-chat-status=busy]+.popover .usr-card>img{border-left-color:#f14b52}
.display-users>dl{margin:0}
.chat-user-filter{margin-bottom:10px;margin-top:5px;height:27px;color:#fff;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:3px 4px;font-size:14px}
[data-chat-id]+.popover{min-width:250px;margin-left:14px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-weight:400!important}
[data-chat-id]+.popover .popover-content{padding:8px}
.usr-card{position:relative}
.usr-card>img{display:inline-block;border-left:3px solid #fff}
.usr-card-content{display:inline-block;vertical-align:top;margin-top:-3px;padding-left:5px;max-width:174px}
.usr-card-content>:first-child{margin:0;font-size:14px;color:#3276b1;font-weight:700}
.usr-card-content>p{margin:0}
.usr-card-content>p>small{display:block;color:#7e7e7e}
.sa-chat-learnmore-btn{margin-top:10px;display:block;font-weight:700;margin-bottom:5px;padding:3px 0!important;background:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2);color:#c2c2c2;border-radius:5px}
/*! X-editable - v1.5.0 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform{margin-bottom:0}
.editableform .control-group{margin-bottom:0;white-space:nowrap}
.editable-buttons{display:inline-block;vertical-align:top;margin-left:7px;zoom:1;*display:inline}
.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;*display:inline}
.editable-buttons .editable-cancel{margin-left:7px}
.editable-buttons button.ui-button-icon-only{height:24px;width:30px}
.editableform-loading{background:url('loading.7708997ef1f5564db44e.gif') center center no-repeat;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;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:.9em;text-decoration:none;text-align:right}
.editable-clear-x{background:url('clear.240c0c6464de0b4bf116.png') center center no-repeat;display:block;width:13px;height:13px;position:absolute;opacity:.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;*display:inline}
.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:0}
.editable-empty,.editable-empty:focus,.editable-empty:hover{font-style:italic;color:#D14;text-decoration:none}
.editable-unsaved{font-weight:700}
.editable-bg-transition{transition:background-color 1400ms ease-out}
.form-horizontal .editable{padding-top:5px;display:inline-block}
.editable-address{display:block;margin-bottom:5px}
.editable-address span{width:70px;display:inline-block}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.editable-input .datepicker{top:0;left:0;padding:4px}
.editable-input .datepicker: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,.2);position:absolute;top:-7px;left:6px}
.editable-input .datepicker: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}
.editable-input .datepicker>div{display:none}
.editable-input .datepicker table{width:100%;min-width:214px;margin:0}
.editable-input .datepicker td,.editable-input .datepicker th{text-align:center;width:24px;height:20px}
.editable-input .datepicker td.day:hover{background:#eee;cursor:pointer}
.editable-input .datepicker td.day.disabled,.editable-input .datepicker td.new,.editable-input .datepicker td.old{color:#555}
.editable-input .datepicker td.active,.editable-input .datepicker td.active:hover{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px}
.editable-input .datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}
.editable-input .datepicker td span:hover{background:#eee}
.editable-input .datepicker td span.active{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px}
.editable-input .datepicker td span.old{color:#555}
.editable-input .datepicker th.switch{width:145px}
.editable-input .datepicker th.next,.editable-input .datepicker th.prev{font-size:19.5px}
.editable-input .datepicker thead tr:first-child th{cursor:pointer}
.editable-input .datepicker thead tr:first-child th:hover{background:#eee}
.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}
.datepicker .prev i,.editable-input .datepicker .next i{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}
.editable-input .datepicker .prev i:before{content:"\f060"}
.editable-input .datepicker .next i:before{content:"\f061"}
.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);z-index:100000}
.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:#232323;background-color:rgba(0,0,0,.8);padding:20px}
.MessageBoxMiddle{position:relative;left:20%;width:60%}
.MessageBoxMiddle .MsgTitle{letter-spacing:-1px;font-size:24px;font-weight:300}
.MessageBoxMiddle .pText{font-size:13px}
.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}
.MessageBoxButtonSection{width:100%;height:30px}
.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700}
.LoadingBoxContainer{top:20%;color:#fff;position:relative;width:100%;background-color:#232323}
.LoadingBoxMiddle{position:relative;left:20%;width:50%;padding:10px}
.LoadingBoxContainer .MsgTitle{font-size:26px}
.LoadingBoxContainer .pText{font-size:13px}
#LoadingPoints{position:absolute}
.bigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:5px;width:390px;height:150px;color:#fff;z-index:99999;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;border-left:5px solid rgba(0,0,0,.15);overflow:hidden}
.bigBox span{font-size:17px;font-weight:300;letter-spacing:-1px;padding:5px 0!important;display:block}
.bigBox p{font-size:13px;margin-top:10px}
#divMiniIcons{position:fixed;width:415px;right:10px;bottom:180px;z-index:9999;float:right}
.botClose{position:absolute;right:10px;height:16px;width:15px;cursor:pointer;font-size:18px;opacity:.5;display:block;top:15px}
.botClose:hover{opacity:1}
#divMiniIcons .cajita{text-align:center;vertical-align:middle;padding:4px 6px;color:#FFF;float:right;cursor:pointer;display:block;background-color:red;font-size:17px;margin-left:4px;margin-top:5px}
#divMiniIcons .cajita:active{top:1px;left:1px;position:relative}
.cajita img{width:23px;height:23px;padding-left:3px;padding-top:3px}
.bigBox .bigboxicon{font-size:30px;text-align:left;position:absolute;top:120px;left:6px;z-index:0}
.bigBox .bigboxnumber{width:100%;text-align:right;font-size:25px}
#divSmallBoxes{position:fixed;right:0;top:0;z-index:9999}
.SmallBox{position:absolute;right:5px;top:20px;width:420px;color:#fff;z-index:9999;overflow:hidden;border:1px solid transparent}
.SmallBox:hover{border:1px solid #fff;cursor:pointer}
.SmallBox .foto{font-size:50px;position:absolute;left:17px}
.SmallBox .textoFull{width:93%;float:left;padding-left:20px}
.SmallBox .textoFoto{width:78%;margin:3px 20px 3px 80px;float:left}
.miniPic{position:absolute;bottom:8px;right:9px}
.miniIcono{height:100%;font-size:20px}
.SmallBox span{font-size:17px;font-weight:300;letter-spacing:-1px;display:block;margin:4px 0}
.SmallBox p{font-size:13px;margin-top:2px}
#pageslide{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:305px;padding:20px;background-color:#004d60;color:#FFF;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-shadow:inset 0 0 0 0 #222;box-shadow:inset 0 0 0 0 #222}
.purehtml{color:#fff;font-size:16px}
@media screen and (max-width:450px) and (max-width:767px){#divSmallBoxes{position:fixed;width:90%;right:0;top:0}.SmallBox{width:95%}.SmallBox:hover{box-shadow:0 0 10px #888;cursor:pointer}.SmallBox span{font-size:16px}.SmallBox p{font-size:12px;margin-top:2px}.SmallBox .textoFull{width:93%;float:left;padding-left:20px}.SmallBox .textoFoto{width:55%;margin:3px 20px 3px 80px;float:left}.bigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:5px;width:88%;height:150px;color:#fff;z-index:99999}.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);z-index:100000}.MessageBoxContainer{top:25%;color:#fff;position:relative;width:100%;background-color:#232323}.MessageBoxMiddle{position:relative;left:0;width:100%;padding:3px}.MessageBoxMiddle .MsgTitle{font-size:22px}.MessageBoxMiddle .pText{font-size:13px}.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}.MessageBoxButtonSection{width:100%;height:30px}.MessageBoxButtonSection button{float:right;margin-right:5px;padding-left:15px;padding-right:15px}}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.fast{-webkit-animation-duration:.4s;animation-duration:.4s}
.jqstooltip{padding:7px!important;border-radius:3px!important;-webkit-border-radius:3px!important;-moz-border-radius:3px!important;border:none!important;background-color:#000!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
.jqstooltip .jqsfield{font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;font-size:11px}
#sparks{display:block;list-style:none;margin:10px 0 0;padding:0;text-align:right}
#sparks li{display:inline-block;max-height:47px;overflow:hidden;text-align:left;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#sparks li h5{color:#555;float:left;font-size:11px;font-weight:400;margin:-3px 0 0 0;padding:0;border:0;text-transform:uppercase}
#sparks li span{color:#636363;display:block}
#sparks li{border-left:1px dotted #c7c7c7;padding:0 10px}
#sparks li:last-child{padding-right:0}
#sparks li:first-child{border-left:none;padding-left:0}
.sparks-info{min-width:70px}
.sparks-info span{font-size:18px;line-height:20px;margin:0;text-transform:none}
.sparks-info .sparkline{display:block;float:right;margin:3px 0 0 20px}
[data-sparkline-width="100%"]>canvas{width:100%!important}
.dataTable [data-sparkline-width="100%"]>canvas{max-width:60px!important}
@font-face{font-family:summernote;font-style:normal;font-weight:400;src:url('summernote.a57b25fc8b152e6585bb.eot');src:url('summernote.a57b25fc8b152e6585bb.eot?#iefix') format("embedded-opentype"),url('summernote.a34d7ae8bef289cc0709.woff') format("woff"),url('summernote.d9bf2c905187ab2cd8ed.ttf') format("truetype")}
[class*=" note-icon-"]:before,[class^=note-icon-]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;speak:none;-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{position:relative}
.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95;pointer-event:none}
.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:0}
.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-frame{border:1px solid #a9a9a9}
.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}
.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}
.note-editor.note-frame .note-editing-area{overflow:hidden}
.note-editor.note-frame .note-editing-area .note-editable{color:#000;padding:10px;overflow:auto}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:#e5e5e5}
.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:0;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}
.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%;z-index:1050}
.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}
.note-editor.note-frame.fullscreen .note-resizebar{display:none}
.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:8px;width:100%;cursor:ns-resize}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}
.note-editor.note-frame .note-placeholder{padding:10px}
.note-popover.popover{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-popover .popover-content,.panel-heading.note-toolbar{margin:0;padding:0 0 5px 5px}
.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-left:0;margin-right:5px}
.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .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 .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .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-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .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-popover .popover-content .note-style blockquote,.note-popover .popover-content .note-style h1,.note-popover .popover-content .note-style h2,.note-popover .popover-content .note-style h3,.note-popover .popover-content .note-style h4,.note-popover .popover-content .note-style h5,.note-popover .popover-content .note-style h6,.panel-heading.note-toolbar .note-style blockquote,.panel-heading.note-toolbar .note-style h1,.panel-heading.note-toolbar .note-style h2,.panel-heading.note-toolbar .note-style h3,.panel-heading.note-toolbar .note-style h4,.panel-heading.note-toolbar .note-style h5,.panel-heading.note-toolbar .note-style h6{margin:0}
.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}
.note-popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu{min-width:340px}
.note-popover .popover-content .note-color .dropdown-menu .btn-group,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group{margin:0}
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin:0 5px}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{margin:3px;padding:0 3px;width:100%;font-size:11px;cursor:pointer;border-radius:5px}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row{height:20px}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background:#eee}
.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}
.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}
.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}
.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}
.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}
.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}
.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:#00bfff;visibility:hidden}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}
.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}
.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}
.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}
.note-dialog>div{display:none}
.note-dialog .form-group{margin-left:0;margin-right:0}
.note-dialog .note-modal-form{margin:0}
.note-dialog .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-image-input{height:auto}}
.note-placeholder{position:absolute;color:gray}
.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:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}
.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}
.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000;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:none}
.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-se.note-control-holder{cursor:default;border-top:0;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:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter: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}
.no-padding .note-editor{border:0;margin:0}
.note-editor .note-toolbar{border-bottom:1px solid #a9a9a9}
.note-editor .note-editable{background-color:rgba(48,126,204,.05)}
.note-editor .note-editable:focus{background-color:#fff}
.note-editor .note-statusbar .note-resizebar{border-top:1px solid #dbdbdb}
.note-editor .note-statusbar:hover{background:#EEE}
.note-editor .note-statusbar:active{background:#eaeaea}
.superbox *,.superbox :after,.superbox :before{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}
.superbox-list{display:inline-block;*display:inline;zoom:1;width:12.5%;padding:5px;position:relative}
.superbox-list.active:before{content:"\f0d8";font-family:FontAwesome;display:block;position:absolute;left:43%;bottom:-34px;z-index:2;text-align:center;font-size:45px;color:#222}
.superbox-img{max-width:100%;width:100%;cursor:pointer}
.superbox-show{text-align:left;position:relative;background-color:#222;width:100%;float:left;padding:25px 0 12px 25px;display:none;margin:5px 0}
.superbox-current-img{max-width:100%;float:left;padding-right:25px;padding-bottom:13px}
.superbox-img:hover{opacity:.8}
.superbox-float{float:left}
.superbox-close{opacity:.7;cursor:pointer;position:absolute;top:15px;right:15px;transition:all .1s linear 0s}
.superbox-close:hover{opacity:1}
.superbox-imageinfo{display:inline-block;max-width:500px;color:#fff;padding:0 25px 0 0}
.superbox-imageinfo span{font-size:13px;color:#a19994;margin-right:-2px;padding-top:10px;display:inline-block;padding-bottom:13px}
.superbox-imageinfo>:first-child{margin-bottom:10px;font-weight:700}
.superbox-imageinfo span p:last-child{margin-top:30px}
@media only screen and (min-width:320px){.superbox-list{width:50%}}
@media only screen and (min-width:486px){.superbox-list{width:25%}}
@media only screen and (min-width:768px){.superbox-list{width:16.66666667%}}
@media only screen and (min-width:1025px){.superbox-list{width:12.5%}}
@media only screen and (min-width:1824px){.superbox-list{width:12.5%}}
#speech-btn>:first-child{position:relative}
.voice-command-active #speech-btn>:first-child>a{background:#0e70ca;border:1px solid #125a9c;color:rgba(255,255,255,.9)}
.voice-command-active.service-not-allowed #speech-btn>:first-child>a{background:#a90329;border:1px solid #8b0913;color:rgba(255,255,255,.9)}
.voice-command-active.service-allowed #speech-btn>:first-child>a{background:url('active-btn.f053b88db5eb46a94951.gif') no-repeat center center #0e70ca;border:1px solid #125a9c;color:rgba(255,255,255,.9)}
#speech-btn>:first-child>a+.popover{display:none;top:42px;left:-113px;width:255px}
#speech-btn>:first-child>a+.popover>.popover-content{padding:9px 12px}
#speech-btn>:first-child>a+.popover .btn{padding:4px 12px}
.vc-title{margin-bottom:10px!important;font-size:16px;line-height:20px;text-align:center}
.vc-title-error{display:none}
.service-not-allowed .popover .btn,.service-not-allowed .vc-title,.voice-command-active.service-not-allowed .popover .btn,.voice-command-active.service-not-allowed .vc-title{display:none!important}
.voice-command-active.service-not-allowed .vc-title-error{display:block}
.vc-title>small{font-size:80%}
span.fc-icon.fc-icon-right-single-arrow{top:9px;right:9px}
span.fc-icon.fc-icon-left-single-arrow{top:9px;left:9px}
.fc th{vertical-align:middle;height:50px;background-color:#add8e7}
.fc-toolbar.fc-header-toolbar{margin-bottom:0!important}
/*!
 * SmartAdmin v1.7.1 ()
 * Copyright 2011-2016 
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 MYORANGE INC.
 * Designed and built with all the love in the world by @bootstraphunt.
 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}
.animated.flash{-webkit-animation-name:flash;animation-name:flash}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}
@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}
.animated.shake{-webkit-animation-name:shake;animation-name:shake}
@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}
@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}
.animated.bounce{-webkit-animation-name:bounce;animation-name:bounce}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}
@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}
.animated.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}
@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}
.animated.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%)}}
@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}
.animated.wobble{-webkit-animation-name:wobble;animation-name:wobble}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}
.animated.pulse{-webkit-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}
@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}
.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}
@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}
@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}
.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}
.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}
@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}
.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.animated.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
.animated.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}
.animated.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}
.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}
.animated.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}
.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}
.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}
.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}
.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.animated.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}
@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}
.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}
@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}
@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}
.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}
@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}
.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}
@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}
.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}
@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}
.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}
@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}
.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}
@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}
.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}
@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}
.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}
@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}
@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}
@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}
@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}
@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}
@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}
.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}
@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}
@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}
@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}
@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}
.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.animated.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}
@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}
.animated.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}
@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}
.animated.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}
@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}
.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}
@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}
.animated.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3)}}
@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}
.animated.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}
@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}
@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}
.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}
@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}
@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}
.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}
@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}
@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}
.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}
@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}
@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}
.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}
@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}
@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}
.animated.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}
@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}
.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}
@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}
.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}
@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}
@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}
.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}
@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}
@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}
.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}
@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}
@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}
.animated.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}
@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}
@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}
.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}
@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}
@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}
.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}
@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}
@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}
.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}
@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}
@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}
.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}
@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}
@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}
.animated.hinge{-webkit-animation-name:hinge;animation-name:hinge}
@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}
@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}
.animated.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}
@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}
.animated.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}}
@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}
.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.5s;animation-duration:.5s}
@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}
@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}
.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.25s;animation-duration:.25s}
.fade{opacity:0;transition:opacity .15s linear}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
.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;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-helper-clearfix{display:block;min-height:0}
* html .ui-helper-clearfix{height:1%}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}
.ui-front{z-index:100}
.ui-state-disabled{cursor:default!important}
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-resizable{position:relative}
.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block}
.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}
.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;width:12px;height:12px;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-helper{position:absolute;z-index:100;border:1px dotted #000}
.ui-widget{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px}
.ui-widget .ui-widget{font-size:13px}
.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:inherit}
.ui-widget-content{border:1px solid #aaa;background:#fff;color:#404040}
.ui-widget-header{font-weight:700;background-color:#F5F5F5;border-color:#DDD;color:#333}
.ui-widget-header a{color:#222}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{color:#333;background-color:#fff;font-weight:400;border:1px solid #ccc}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}
.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#333;text-decoration:none}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #adadad;font-weight:400;color:#333}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}
.ui-widget :active{outline:0}
.ui-state-default,.ui-state-error,.ui-state-highlight{position:relative;border-width:1px;border-style:solid}
.ui-state-default p,.ui-state-error p,.ui-state-highlight p{font-size:13px;font-weight:400;line-height:18px;margin:7px 15px}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#2d6987}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#953b39}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:400}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}
.ui-state-disabled .ui-icon{filter:alpha(opacity=35)}
.ui-icon{width:16px;height:16px;background-image:url('ui-icons_222222_256x240.56cb6eda00b987e88a46.png')}
.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url('ui-icons_222222_256x240.56cb6eda00b987e88a46.png')}
.ui-state-default .ui-icon{background-image:url('ui-icons_888888_256x240.68d76ad27267922dc589.png')}
.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url('ui-icons_454545_256x240.6e561e24ef10591e3af2.png')}
.ui-state-highlight .ui-icon{background-image:url('ui-icons_2e83ff_256x240.cf350ee721a7922695c5.png')}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('ui-icons_f6cf3b_256x240.e63cac758022b0cf687e.png')}
.ui-icon-carat-1-n{background-position:0 0}
.ui-icon-carat-1-ne{background-position:-16px 0}
.ui-icon-carat-1-e{background-position:-32px 0}
.ui-icon-carat-1-se{background-position:-48px 0}
.ui-icon-carat-1-s{background-position:-64px 0}
.ui-icon-carat-1-sw{background-position:-80px 0}
.ui-icon-carat-1-w{background-position:-96px 0}
.ui-icon-carat-1-nw{background-position:-112px 0}
.ui-icon-carat-2-n-s{background-position:-128px 0}
.ui-icon-carat-2-e-w{background-position:-144px 0}
.ui-icon-triangle-1-n{background-position:0 -16px}
.ui-icon-triangle-1-ne{background-position:-16px -16px}
.ui-icon-triangle-1-e{background-position:-32px -16px}
.ui-icon-triangle-1-se{background-position:-48px -16px}
.ui-icon-triangle-1-s{background-position:-64px -16px}
.ui-icon-triangle-1-sw{background-position:-80px -16px}
.ui-icon-triangle-1-w{background-position:-96px -16px}
.ui-icon-triangle-1-nw{background-position:-112px -16px}
.ui-icon-triangle-2-n-s{background-position:-128px -16px}
.ui-icon-triangle-2-e-w{background-position:-144px -16px}
.ui-icon-arrow-1-n{background-position:0 -32px}
.ui-icon-arrow-1-ne{background-position:-16px -32px}
.ui-icon-arrow-1-e{background-position:-32px -32px}
.ui-icon-arrow-1-se{background-position:-48px -32px}
.ui-icon-arrow-1-s{background-position:-64px -32px}
.ui-icon-arrow-1-sw{background-position:-80px -32px}
.ui-icon-arrow-1-w{background-position:-96px -32px}
.ui-icon-arrow-1-nw{background-position:-112px -32px}
.ui-icon-arrow-2-n-s{background-position:-128px -32px}
.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}
.ui-icon-arrow-2-e-w{background-position:-160px -32px}
.ui-icon-arrow-2-se-nw{background-position:-176px -32px}
.ui-icon-arrowstop-1-n{background-position:-192px -32px}
.ui-icon-arrowstop-1-e{background-position:-208px -32px}
.ui-icon-arrowstop-1-s{background-position:-224px -32px}
.ui-icon-arrowstop-1-w{background-position:-240px -32px}
.ui-icon-arrowthick-1-n{background-position:0 -48px}
.ui-icon-arrowthick-1-ne{background-position:-16px -48px}
.ui-icon-arrowthick-1-e{background-position:-32px -48px}
.ui-icon-arrowthick-1-se{background-position:-48px -48px}
.ui-icon-arrowthick-1-s{background-position:-64px -48px}
.ui-icon-arrowthick-1-sw{background-position:-80px -48px}
.ui-icon-arrowthick-1-w{background-position:-96px -48px}
.ui-icon-arrowthick-1-nw{background-position:-112px -48px}
.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}
.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}
.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}
.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}
.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}
.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}
.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}
.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}
.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}
.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}
.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}
.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}
.ui-icon-arrowreturn-1-w{background-position:-64px -64px}
.ui-icon-arrowreturn-1-n{background-position:-80px -64px}
.ui-icon-arrowreturn-1-e{background-position:-96px -64px}
.ui-icon-arrowreturn-1-s{background-position:-112px -64px}
.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}
.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}
.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}
.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}
.ui-icon-arrow-4{background-position:0 -80px}
.ui-icon-arrow-4-diag{background-position:-16px -80px}
.ui-icon-extlink{background-position:-32px -80px}
.ui-icon-newwin{background-position:-48px -80px}
.ui-icon-refresh{background-position:-64px -80px}
.ui-icon-shuffle{background-position:-80px -80px}
.ui-icon-transfer-e-w{background-position:-96px -80px}
.ui-icon-transferthick-e-w{background-position:-112px -80px}
.ui-icon-folder-collapsed{background-position:0 -96px}
.ui-icon-folder-open{background-position:-16px -96px}
.ui-icon-document{background-position:-32px -96px}
.ui-icon-document-b{background-position:-48px -96px}
.ui-icon-note{background-position:-64px -96px}
.ui-icon-mail-closed{background-position:-80px -96px}
.ui-icon-mail-open{background-position:-96px -96px}
.ui-icon-suitcase{background-position:-112px -96px}
.ui-icon-comment{background-position:-128px -96px}
.ui-icon-person{background-position:-144px -96px}
.ui-icon-print{background-position:-160px -96px}
.ui-icon-trash{background-position:-176px -96px}
.ui-icon-locked{background-position:-192px -96px}
.ui-icon-unlocked{background-position:-208px -96px}
.ui-icon-bookmark{background-position:-224px -96px}
.ui-icon-tag{background-position:-240px -96px}
.ui-icon-home{background-position:0 -112px}
.ui-icon-flag{background-position:-16px -112px}
.ui-icon-calendar{background-position:-32px -112px}
.ui-icon-cart{background-position:-48px -112px}
.ui-icon-pencil{background-position:-64px -112px}
.ui-icon-clock{background-position:-80px -112px}
.ui-icon-disk{background-position:-96px -112px}
.ui-icon-calculator{background-position:-112px -112px}
.ui-icon-zoomin{background-position:-128px -112px}
.ui-icon-zoomout{background-position:-144px -112px}
.ui-icon-search{background-position:-160px -112px}
.ui-icon-wrench{background-position:-176px -112px}
.ui-icon-gear{background-position:-192px -112px}
.ui-icon-heart{background-position:-208px -112px}
.ui-icon-star{background-position:-224px -112px}
.ui-icon-link{background-position:-240px -112px}
.ui-icon-cancel{background-position:0 -128px}
.ui-icon-plus{background-position:-16px -128px}
.ui-icon-plusthick{background-position:-32px -128px}
.ui-icon-minus{background-position:-48px -128px}
.ui-icon-minusthick{background-position:-64px -128px}
.ui-icon-close{background-position:-80px -128px}
.ui-icon-closethick{background-position:-96px -128px}
.ui-icon-key{background-position:-112px -128px}
.ui-icon-lightbulb{background-position:-128px -128px}
.ui-icon-scissors{background-position:-144px -128px}
.ui-icon-clipboard{background-position:-160px -128px}
.ui-icon-copy{background-position:-176px -128px}
.ui-icon-contact{background-position:-192px -128px}
.ui-icon-image{background-position:-208px -128px}
.ui-icon-video{background-position:-224px -128px}
.ui-icon-script{background-position:-240px -128px}
.ui-icon-alert{background-position:0 -144px}
.ui-icon-info{background-position:-16px -144px}
.ui-icon-notice{background-position:-32px -144px}
.ui-icon-help{background-position:-48px -144px}
.ui-icon-check{background-position:-64px -144px}
.ui-icon-bullet{background-position:-80px -144px}
.ui-icon-radio-on{background-position:-96px -144px}
.ui-icon-radio-off{background-position:-112px -144px}
.ui-icon-pin-w{background-position:-128px -144px}
.ui-icon-pin-s{background-position:-144px -144px}
.ui-icon-play{background-position:0 -160px}
.ui-icon-pause{background-position:-16px -160px}
.ui-icon-seek-next{background-position:-32px -160px}
.ui-icon-seek-prev{background-position:-48px -160px}
.ui-icon-seek-end{background-position:-64px -160px}
.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}
.ui-icon-stop{background-position:-96px -160px}
.ui-icon-eject{background-position:-112px -160px}
.ui-icon-volume-off{background-position:-128px -160px}
.ui-icon-volume-on{background-position:-144px -160px}
.ui-icon-power{background-position:0 -176px}
.ui-icon-signal-diag{background-position:-16px -176px}
.ui-icon-signal{background-position:-32px -176px}
.ui-icon-battery-0{background-position:-48px -176px}
.ui-icon-battery-1{background-position:-64px -176px}
.ui-icon-battery-2{background-position:-80px -176px}
.ui-icon-battery-3{background-position:-96px -176px}
.ui-icon-circle-plus{background-position:0 -192px}
.ui-icon-circle-minus{background-position:-16px -192px}
.ui-icon-circle-close{background-position:-32px -192px}
.ui-icon-circle-triangle-e{background-position:-48px -192px}
.ui-icon-circle-triangle-s{background-position:-64px -192px}
.ui-icon-circle-triangle-w{background-position:-80px -192px}
.ui-icon-circle-triangle-n{background-position:-96px -192px}
.ui-icon-circle-arrow-e{background-position:-112px -192px}
.ui-icon-circle-arrow-s{background-position:-128px -192px}
.ui-icon-circle-arrow-w{background-position:-144px -192px}
.ui-icon-circle-arrow-n{background-position:-160px -192px}
.ui-icon-circle-zoomin{background-position:-176px -192px}
.ui-icon-circle-zoomout{background-position:-192px -192px}
.ui-icon-circle-check{background-position:-208px -192px}
.ui-icon-circlesmall-plus{background-position:0 -208px}
.ui-icon-circlesmall-minus{background-position:-16px -208px}
.ui-icon-circlesmall-close{background-position:-32px -208px}
.ui-icon-squaresmall-plus{background-position:-48px -208px}
.ui-icon-squaresmall-minus{background-position:-64px -208px}
.ui-icon-squaresmall-close{background-position:-80px -208px}
.ui-icon-grip-dotted-vertical{background-position:0 -224px}
.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}
.ui-icon-grip-solid-vertical{background-position:-32px -224px}
.ui-icon-grip-solid-horizontal{background-position:-48px -224px}
.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}
.ui-icon-grip-diagonal-se{background-position:-80px -224px}
.ui-corner-all{border-radius:0}
.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}
.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}
.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}
.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}
.ui-widget-overlay{opacity:.3;filter:alpha(opacity=30);width:100%}
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:alpha(opacity=30);border-radius:8px}
.ui-accordion{width:100%}
.ui-accordion .ui-accordion-li-fix{display:inline}
.ui-accordion .ui-accordion-header-active{border-bottom:0!important}
.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;min-height:0}
.ui-accordion .ui-accordion-icons{padding-left:2.2em}
.ui-accordion .ui-accordion-noicons{padding-left:.7em}
.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}
.ui-accordion .ui-accordion-content{border-top:0 none;margin-top:-3px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none}
.ui-accordion .ui-accordion-content-active{display:block}
.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}
.ui-button{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.ui-button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.ui-button:focus,.ui-button:hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}
fieldset[disabled] ui-button,fieldset[disabled] ui-button.ui-state-active,fieldset[disabled] ui-button:active,fieldset[disabled] ui-button:focus,fieldset[disabled] ui-button:hover,ui-button.disabled,ui-button.disabled.active,ui-button.disabled:active,ui-button.disabled:focus,ui-button.disabled:hover,ui-button[disabled],ui-button[disabled].active,ui-button[disabled]:active,ui-button[disabled]:focus,ui-button[disabled]:hover{background-color:#fff;border-color:#ccc}
.ui-btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.ui-btn-sm,.ui-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.ui-btn-xs{padding:1px 5px}
.ui-btn-block{display:block;width:100%;padding-right:0;padding-left:0}
.ui-btn-block+.ui-btn-block{margin-top:5px}
input[type=button].ui-btn-block,input[type=reset].ui-btn-block,input[type=submit].ui-btn-block{width:100%}
.ui-button-text-icon-primary .ui-button-icon-primary{float:left}
.ui-button-text-icon-primary{padding:2px 7px 3px}
.ui-button-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}
.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.ui-button-error{color:#fff;background-color:#c43c35;border-color:#882a25}
.ui-button-danger:hover,.ui-button-info:hover,.ui-button-inverse:hover,.ui-button-primary:hover,.ui-button-success:hover,.ui-button-warning:hover{text-decoration:none}
.ui-button-primary:focus,.ui-button-primary:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}
.ui-button-success:hover{color:#fff;background-color:#47a447;border-color:#398439}
.ui-button-info:hover{color:#fff;background-color:#39b3d7;border-color:#269abc}
.ui-button-danger:hover{color:#fff;background-color:#d2322d;border-color:#ac2925}
.ui-button-warning:hover{color:#fff;background-color:#ed9c28;border-color:#d58512}
.ui-button-inverse:hover{color:#fff;background-color:#363636;border-color:#000}
.ui-button-icon-only{width:2.2em}
.ui-button-icons-only{width:3.4em}
button.ui-button-icons-only{width:3.7em}
.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon{margin-top:5px}
.ui-button .ui-button-text{display:block;line-height:normal}
.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999px;display:none}
.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}
.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}
.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}
input.ui-button{padding:.4em 1em}
.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{margin-bottom:0;margin-top:0;top:50%}
.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;margin-right:-6px}
.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}
.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}
.ui-buttonset{margin-right:7px}
.ui-buttonset .ui-state-active{color:#fff;background-color:#428bca;border-color:#357ebd}
.ui-buttonset .ui-state-active.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}
.ui-buttonset .ui-button{margin-left:0;margin-right:-.4em}
button.ui-button::-moz-focus-inner{border:0;padding:0}
.ui-menu{list-style:none;margin:0;display:block;outline:0}
.ui-menu .ui-menu{margin-top:-3px;position:absolute;list-style:none}
.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style:none;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}
.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}
.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}
.ui-menu .ui-menu-item a.ui-corner-all{border-radius:0}
.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-widget-content{font-weight:700;margin:0;background-color:#428BCA;border-color:#357EBD;color:#FFF;display:block;white-space:nowrap}
.ui-menu .ui-menu-item a.ui-state-active{padding:1px .4em}
.ui-menu .ui-state-disabled{line-height:1.5}
.ui-menu .ui-state-disabled a{cursor:default}
.ui-menu-icons{position:relative}
.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}
.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}
.ui-menu .ui-menu-icon{position:static;float:right}
.ui-menu{margin-bottom:2em}
.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}
.ui-spinner-input{border:none;background:0 0;vertical-align:middle}
.ui-spinner-button{height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}
.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}
.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}
.ui-spinner-up{top:0}
.ui-spinner-down{bottom:0}
.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}
.ui-dialog{position:absolute;top:0;left:0;padding:0;width:300px;overflow:hidden;background-clip:padding-box;background-color:#fff;border-radius:6px;-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);outline:medium none;z-index:1050}
.ui-dialog .ui-dialog-titlebar{position:relative;border:0 0 0 1px solid;border-color:#fff;font-size:18px;text-decoration:none;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:1px solid #ccc}
.ui-dialog .ui-dialog-title{float:left;color:#404040;font-weight:700;padding:5px;text-overflow:ellipsis;overflow:hidden}
.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-20px 0 0 0;padding:1px;height:18px;font-size:20px;font-weight:700;line-height:13.5px;text-shadow:0 1px 0 #fff;filter:alpha(opacity=25);-khtml-opacity:.25;-moz-opacity:.25;opacity:.25;background:0 0;border:none;box-shadow:none}
.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;text-indent:9999px}
.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:1px;filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9}
.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}
.ui-dialog .ui-dialog-buttonpane{border-width:1px 0 0;background-image:none;margin:.5em 0 0;background-color:#fff;border-radius:0 0 6px 6px;box-shadow:inset 0 1px 0 #fff;margin-bottom:0}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}
.ui-dialog .ui-dialog-buttonpane button{cursor:pointer}
.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}
.ui-draggable .ui-dialog-titlebar{cursor:move}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{color:#fff;background-color:#428bca;border-color:#357ebd}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}
.ui-dialog-buttonset .ui-button:not(:first-child){cursor:pointer;display:inline-block;color:#333;background-color:#fff;border:1px solid #ccc;transition:.1s linear all;overflow:visible}
.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}
.ui-dialog-buttonset .ui-button.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover{color:#fff;background-color:#39b3d7;border-color:#269abc}
.ui-dialog-buttonset .ui-button.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover{color:#fff;background-color:#47a447;border-color:#398439}
.ui-dialog-buttonset .ui-button.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover{color:#fff;background-color:#ed9c28;border-color:#d58512}
.ui-dialog-buttonset .ui-button.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover{color:#fff;background-color:#d2322d;border-color:#ac2925}
.ui-dialog-buttonset .ui-button.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}
.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover{color:#fff;background-color:#363636;border-color:#000}
.ui-slider{position:relative;text-align:left}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:16px;height:18px;cursor:default}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;color:#fff;background-color:#0e90d2;background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-sizing:border-box;transition:width .6s ease}
.ui-slider-horizontal{height:10px;background:#D5D5D5;border:none}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em;background-color:#fff;border-color:#CCC}
.ui-slider-horizontal .ui-slider-handle:focus{background-color:#fff;border-color:#357EBD}
.ui-slider-horizontal .ui-slider-handle:hover{background-color:#fff;border-color:#285E8E;outline:0}
.ui-slider-horizontal .ui-slider-handle:active{background-color:#428BCA;border-color:#3276B1}
.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:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.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-tabs{position:relative;border:0;border-radius:0}
.ui-tabs .ui-tabs-nav{border:solid #ddd;border-width:0 0 1px;border-radius:0;background:0 0}
.ui-tabs .ui-tabs-nav li{position:relative;top:0;float:left;margin-bottom:-1px;border:0;list-style:none;white-space:nowrap}
.ui-tabs-nav .ui-state-default{border:0;box-shadow:none}
.ui-tabs .ui-tabs-nav li a{float:left;-webkit-border-radius:4px 4px 0 0;padding:8px 12px;font-weight:400;text-decoration:none;outline:0;background:0 0}
.ui-tabs .ui-tabs-nav li a:hover{border:1px solid #f5f5f5;border-bottom:1px solid #ddd;background-color:#f5f5f5}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{border:1px solid #ddd;border-bottom:1px solid #fff;background-color:#fff;color:#555}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{background:#fff;cursor:text}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}
.ui-tabs .ui-tabs-panel{display:block;border-radius:0;background:0 0}
.ui-tabs .ui-tabs-hide{display:none!important}
.ui-tabs .ui-tabs-nav li{filter:none}
.ui-tooltip{display:block;font-size:11px;opacity:.8;position:absolute;visibility:visible;z-index:1024;max-width:200px;background:#000;border:1px solid #000;color:#FFF;padding:3px 8px;text-align:center;text-decoration:none;box-shadow:inset 0 1px 0 #000;border-radius:4px}
body .ui-tooltip{border-width:1px}
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}
.ui-datepicker .ui-datepicker-header{position:relative;border:0;font-weight:700;width:100%;padding:4px 0;background-color:#f5f5f5;color:gray}
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}
.ui-datepicker .ui-datepicker-prev{left:2px}
.ui-datepicker .ui-datepicker-next{right:2px}
.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
.ui-datepicker select.ui-datepicker-month-year{width:100%}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}
.ui-datepicker th{padding:.7em .3em;text-align:center;border:0}
.ui-datepicker td{border:0;padding:1px}
.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
.ui-datepicker.ui-datepicker-multi{width:auto}
.ui-datepicker-multi .ui-datepicker-group{float:left}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}
.ui-datepicker-row-break{clear:both;width:100%;font-size:0}
.ui-datepicker-rtl{direction:rtl}
.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}
.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}
.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}
.ui-datepicker th{font-weight:700;color:gray}
.ui-datepicker-today a:hover{background-color:gray;color:#fff}
.ui-datepicker-today a{background-color:#BFBFBF;cursor:pointer;padding:0 4px;margin-bottom:0}
.ui-datepicker td a{margin-bottom:0;border:0}
.ui-datepicker td:hover{color:#fff}
.ui-datepicker td .ui-state-default{border:0;background:0 0;margin-bottom:0;padding:5px;color:gray;text-align:center;filter:none}
.ui-datepicker td .ui-state-highlight{color:#fff;background-color:#A90329;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);border-radius:0}
.ui-datepicker td .ui-state-active{color:#333;background-color:#ebebeb;margin-bottom:0;font-size:normal;text-shadow:0;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);border-radius:0}
.ui-datepicker td .ui-state-hover{color:#fff;background:#428bca;background-color:#428bca;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-color:#357ebd;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);border-radius:0}
.ui-progressbar{height:2em;margin-bottom:20px;border:0;overflow:hidden;background-color:#f7f7f7;background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;border-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.ui-progressbar .ui-progressbar-value{margin:0;height:100%;color:#fff;background-color:#428BCA;box-sizing:border-box;transition:width .6s ease}
.ui-progressbar .ui-progressbar-overlay{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-size:40px 40px;-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}
.ui-toolbar{padding:7px 14px;margin:0 0 18px;background-color:#f5f5f5;background-repeat:repeat-x;background-image:linear-gradient(top,#fff,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);border:1px solid #ddd;border-radius:3px;box-shadow:inset 0 1px 0 #fff}
.customfile-button{padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
div.wijmo-wijmenu{padding:0 20px;background-color:#222;background-repeat:repeat-x;background-image:linear-gradient(top,#333,#222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);box-shadow:0 1px 3px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.1)}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{color:#bfbfbf}
.wijmo-wijmenu .ui-state-hover{background:#444;background:rgba(255,255,255,.05)}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{color:#fff}
div.wijmo-wijmenu .ui-widget-header h3{position:relative;margin-top:1px;padding:0}
.wijmo-wijmenu h3 a{color:#fff;display:block;float:left;font-size:20px;font-weight:200;line-height:1;margin-left:-20px;margin-top:1px;padding:8px 20px 12px}
.wijmo-wijmenu h3 a:hover{background-color:rgba(255,255,255,.05);color:#fff;text-decoration:none}
.wijmo-wijmenu .ui-widget-header{border:0}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{padding:.3em 0}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{background:#333;border:0;margin:0;padding:6px 0;width:160px;border-radius:0 0 6px 6px;box-shadow:0 2px 4px rgba(0,0,0,.2)}
div.wijmo-wijmenu .wijmo-wijmenu-item{margin:0;border:0}
.wijmo-wijmenu a.wijmo-wijmenu-link{margin:0;line-height:19px;padding:10px 10px 11px;border:0;border-radius:0}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{display:block;float:none;padding:4px 15px;width:auto}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text{float:none}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover{background:#191919}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{padding:5px 0;background-image:none;background-color:#222;border-top:1px solid #444;border-bottom:0;border-left:0;border-right:0}
.wijmo-wijmenu .wijmo-wijmenu-item input{-moz-transition:none 0s ease 0s;background-color:rgba(255,255,255,.3);border:1px solid #111;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)inset,0 1px 0 rgba(255,255,255,.25);color:rgba(255,255,255,.75);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1;margin:5px 10px 0;padding:4px 9px;width:100px}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover{background-color:rgba(255,255,255,.5);color:#fff}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus{background-color:#fff;border:0 none;box-shadow:0 0 3px rgba(0,0,0,.15);color:#404040;outline:0 none;padding:5px 10px;text-shadow:0 1px 0 #fff}
.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.wijmo-wijmenu .ui-state-default{text-shadow:none}
.wijmo-wijmenu .ui-state-default{box-shadow:none;color:#bfbfbf;filter:none}
.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,.ui-button-icon-primary.ui-icon[class^=icon-]:before,.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before,.ui-button-icon-secondary.ui-icon[class^=icon-]:before{font-size:inherit;margin-left:7px!important;margin-left:5px;display:inline;text-decoration:inherit;color:inherit}
.ui-state-default .ui-icon[class*=" icon-"]{background:0 0;margin-left:-12px}
.flag{width:16px;height:11px;background:url('flags.0c07ed0ef010ba8b38ee.png') no-repeat;margin-top:-.18em;display:inline-block}
.flag.flag-ad{background-position:-16px 0}
.flag.flag-ae{background-position:-32px 0}
.flag.flag-af{background-position:-48px 0}
.flag.flag-ag{background-position:-64px 0}
.flag.flag-ai{background-position:-80px 0}
.flag.flag-al{background-position:-96px 0}
.flag.flag-am{background-position:-112px 0}
.flag.flag-an{background-position:-128px 0}
.flag.flag-ao{background-position:-144px 0}
.flag.flag-ar{background-position:-160px 0}
.flag.flag-as{background-position:-176px 0}
.flag.flag-at{background-position:-192px 0}
.flag.flag-au{background-position:-208px 0}
.flag.flag-aw{background-position:-224px 0}
.flag.flag-az{background-position:-240px 0}
.flag.flag-ba{background-position:0 -11px}
.flag.flag-bb{background-position:-16px -11px}
.flag.flag-bd{background-position:-32px -11px}
.flag.flag-be{background-position:-48px -11px}
.flag.flag-bf{background-position:-64px -11px}
.flag.flag-bg{background-position:-80px -11px}
.flag.flag-bh{background-position:-96px -11px}
.flag.flag-bi{background-position:-112px -11px}
.flag.flag-bj{background-position:-128px -11px}
.flag.flag-bm{background-position:-144px -11px}
.flag.flag-bn{background-position:-160px -11px}
.flag.flag-bo{background-position:-176px -11px}
.flag.flag-br{background-position:-192px -11px}
.flag.flag-bs{background-position:-208px -11px}
.flag.flag-bt{background-position:-224px -11px}
.flag.flag-bv{background-position:-240px -11px}
.flag.flag-bw{background-position:0 -22px}
.flag.flag-by{background-position:-16px -22px}
.flag.flag-bz{background-position:-32px -22px}
.flag.flag-ca{background-position:-48px -22px}
.flag.flag-catalonia{background-position:-64px -22px}
.flag.flag-cd{background-position:-80px -22px}
.flag.flag-cf{background-position:-96px -22px}
.flag.flag-cg{background-position:-112px -22px}
.flag.flag-ch{background-position:-128px -22px}
.flag.flag-ci{background-position:-144px -22px}
.flag.flag-ck{background-position:-160px -22px}
.flag.flag-cl{background-position:-176px -22px}
.flag.flag-cm{background-position:-192px -22px}
.flag.flag-cn{background-position:-208px -22px}
.flag.flag-co{background-position:-224px -22px}
.flag.flag-cr{background-position:-240px -22px}
.flag.flag-cu{background-position:0 -33px}
.flag.flag-cv{background-position:-16px -33px}
.flag.flag-cw{background-position:-32px -33px}
.flag.flag-cy{background-position:-48px -33px}
.flag.flag-cz{background-position:-64px -33px}
.flag.flag-de{background-position:-80px -33px}
.flag.flag-dj{background-position:-96px -33px}
.flag.flag-dk{background-position:-112px -33px}
.flag.flag-dm{background-position:-128px -33px}
.flag.flag-do{background-position:-144px -33px}
.flag.flag-dz{background-position:-160px -33px}
.flag.flag-ec{background-position:-176px -33px}
.flag.flag-ee{background-position:-192px -33px}
.flag.flag-eg{background-position:-208px -33px}
.flag.flag-eh{background-position:-224px -33px}
.flag.flag-england{background-position:-240px -33px}
.flag.flag-er{background-position:0 -44px}
.flag.flag-es{background-position:-16px -44px}
.flag.flag-et{background-position:-32px -44px}
.flag.flag-eu{background-position:-48px -44px}
.flag.flag-fi{background-position:-64px -44px}
.flag.flag-fj{background-position:-80px -44px}
.flag.flag-fk{background-position:-96px -44px}
.flag.flag-fm{background-position:-112px -44px}
.flag.flag-fo{background-position:-128px -44px}
.flag.flag-fr{background-position:-144px -44px}
.flag.flag-ga{background-position:-160px -44px}
.flag.flag-gb{background-position:-176px -44px}
.flag.flag-gd{background-position:-192px -44px}
.flag.flag-ge{background-position:-208px -44px}
.flag.flag-gf{background-position:-224px -44px}
.flag.flag-gg{background-position:-240px -44px}
.flag.flag-gh{background-position:0 -55px}
.flag.flag-gi{background-position:-16px -55px}
.flag.flag-gl{background-position:-32px -55px}
.flag.flag-gm{background-position:-48px -55px}
.flag.flag-gn{background-position:-64px -55px}
.flag.flag-gp{background-position:-80px -55px}
.flag.flag-gq{background-position:-96px -55px}
.flag.flag-gr{background-position:-112px -55px}
.flag.flag-gs{background-position:-128px -55px}
.flag.flag-gt{background-position:-144px -55px}
.flag.flag-gu{background-position:-160px -55px}
.flag.flag-gw{background-position:-176px -55px}
.flag.flag-gy{background-position:-192px -55px}
.flag.flag-hk{background-position:-208px -55px}
.flag.flag-hm{background-position:-224px -55px}
.flag.flag-hn{background-position:-240px -55px}
.flag.flag-hr{background-position:0 -66px}
.flag.flag-ht{background-position:-16px -66px}
.flag.flag-hu{background-position:-32px -66px}
.flag.flag-ic{background-position:-48px -66px}
.flag.flag-id{background-position:-64px -66px}
.flag.flag-ie{background-position:-80px -66px}
.flag.flag-il{background-position:-96px -66px}
.flag.flag-im{background-position:-112px -66px}
.flag.flag-in{background-position:-128px -66px}
.flag.flag-io{background-position:-144px -66px}
.flag.flag-iq{background-position:-160px -66px}
.flag.flag-ir{background-position:-176px -66px}
.flag.flag-is{background-position:-192px -66px}
.flag.flag-it{background-position:-208px -66px}
.flag.flag-je{background-position:-224px -66px}
.flag.flag-jm{background-position:-240px -66px}
.flag.flag-jo{background-position:0 -77px}
.flag.flag-jp{background-position:-16px -77px}
.flag.flag-ke{background-position:-32px -77px}
.flag.flag-kg{background-position:-48px -77px}
.flag.flag-kh{background-position:-64px -77px}
.flag.flag-ki{background-position:-80px -77px}
.flag.flag-km{background-position:-96px -77px}
.flag.flag-kn{background-position:-112px -77px}
.flag.flag-kp{background-position:-128px -77px}
.flag.flag-kr{background-position:-144px -77px}
.flag.flag-kurdistan{background-position:-160px -77px}
.flag.flag-kw{background-position:-176px -77px}
.flag.flag-ky{background-position:-192px -77px}
.flag.flag-kz{background-position:-208px -77px}
.flag.flag-la{background-position:-224px -77px}
.flag.flag-lb{background-position:-240px -77px}
.flag.flag-lc{background-position:0 -88px}
.flag.flag-li{background-position:-16px -88px}
.flag.flag-lk{background-position:-32px -88px}
.flag.flag-lr{background-position:-48px -88px}
.flag.flag-ls{background-position:-64px -88px}
.flag.flag-lt{background-position:-80px -88px}
.flag.flag-lu{background-position:-96px -88px}
.flag.flag-lv{background-position:-112px -88px}
.flag.flag-ly{background-position:-128px -88px}
.flag.flag-ma{background-position:-144px -88px}
.flag.flag-mc{background-position:-160px -88px}
.flag.flag-md{background-position:-176px -88px}
.flag.flag-me{background-position:-192px -88px}
.flag.flag-mg{background-position:-208px -88px}
.flag.flag-mh{background-position:-224px -88px}
.flag.flag-mk{background-position:-240px -88px}
.flag.flag-ml{background-position:0 -99px}
.flag.flag-mm{background-position:-16px -99px}
.flag.flag-mn{background-position:-32px -99px}
.flag.flag-mo{background-position:-48px -99px}
.flag.flag-mp{background-position:-64px -99px}
.flag.flag-mq{background-position:-80px -99px}
.flag.flag-mr{background-position:-96px -99px}
.flag.flag-ms{background-position:-112px -99px}
.flag.flag-mt{background-position:-128px -99px}
.flag.flag-mu{background-position:-144px -99px}
.flag.flag-mv{background-position:-160px -99px}
.flag.flag-mw{background-position:-176px -99px}
.flag.flag-mx{background-position:-192px -99px}
.flag.flag-my{background-position:-208px -99px}
.flag.flag-mz{background-position:-224px -99px}
.flag.flag-na{background-position:-240px -99px}
.flag.flag-nc{background-position:0 -110px}
.flag.flag-ne{background-position:-16px -110px}
.flag.flag-nf{background-position:-32px -110px}
.flag.flag-ng{background-position:-48px -110px}
.flag.flag-ni{background-position:-64px -110px}
.flag.flag-nl{background-position:-80px -110px}
.flag.flag-no{background-position:-96px -110px}
.flag.flag-np{background-position:-112px -110px}
.flag.flag-nr{background-position:-128px -110px}
.flag.flag-nu{background-position:-144px -110px}
.flag.flag-nz{background-position:-160px -110px}
.flag.flag-om{background-position:-176px -110px}
.flag.flag-pa{background-position:-192px -110px}
.flag.flag-pe{background-position:-208px -110px}
.flag.flag-pf{background-position:-224px -110px}
.flag.flag-pg{background-position:-240px -110px}
.flag.flag-ph{background-position:0 -121px}
.flag.flag-pk{background-position:-16px -121px}
.flag.flag-pl{background-position:-32px -121px}
.flag.flag-pm{background-position:-48px -121px}
.flag.flag-pn{background-position:-64px -121px}
.flag.flag-pr{background-position:-80px -121px}
.flag.flag-ps{background-position:-96px -121px}
.flag.flag-pt{background-position:-112px -121px}
.flag.flag-pw{background-position:-128px -121px}
.flag.flag-py{background-position:-144px -121px}
.flag.flag-qa{background-position:-160px -121px}
.flag.flag-re{background-position:-176px -121px}
.flag.flag-ro{background-position:-192px -121px}
.flag.flag-rs{background-position:-208px -121px}
.flag.flag-ru{background-position:-224px -121px}
.flag.flag-rw{background-position:-240px -121px}
.flag.flag-sa{background-position:0 -132px}
.flag.flag-sb{background-position:-16px -132px}
.flag.flag-sc{background-position:-32px -132px}
.flag.flag-scotland{background-position:-48px -132px}
.flag.flag-sd{background-position:-64px -132px}
.flag.flag-se{background-position:-80px -132px}
.flag.flag-sg{background-position:-96px -132px}
.flag.flag-sh{background-position:-112px -132px}
.flag.flag-si{background-position:-128px -132px}
.flag.flag-sk{background-position:-144px -132px}
.flag.flag-sl{background-position:-160px -132px}
.flag.flag-sm{background-position:-176px -132px}
.flag.flag-sn{background-position:-192px -132px}
.flag.flag-so{background-position:-208px -132px}
.flag.flag-somaliland{background-position:-224px -132px}
.flag.flag-sr{background-position:-240px -132px}
.flag.flag-ss{background-position:0 -143px}
.flag.flag-st{background-position:-16px -143px}
.flag.flag-sv{background-position:-32px -143px}
.flag.flag-sx{background-position:-48px -143px}
.flag.flag-sy{background-position:-64px -143px}
.flag.flag-sz{background-position:-80px -143px}
.flag.flag-tc{background-position:-96px -143px}
.flag.flag-td{background-position:-112px -143px}
.flag.flag-tf{background-position:-128px -143px}
.flag.flag-tg{background-position:-144px -143px}
.flag.flag-th{background-position:-160px -143px}
.flag.flag-tj{background-position:-176px -143px}
.flag.flag-tk{background-position:-192px -143px}
.flag.flag-tl{background-position:-208px -143px}
.flag.flag-tm{background-position:-224px -143px}
.flag.flag-tn{background-position:-240px -143px}
.flag.flag-to{background-position:0 -154px}
.flag.flag-tr{background-position:-16px -154px}
.flag.flag-tt{background-position:-32px -154px}
.flag.flag-tv{background-position:-48px -154px}
.flag.flag-tw{background-position:-64px -154px}
.flag.flag-tz{background-position:-80px -154px}
.flag.flag-ua{background-position:-96px -154px}
.flag.flag-ug{background-position:-112px -154px}
.flag.flag-um{background-position:-128px -154px}
.flag.flag-us{background-position:-144px -154px}
.flag.flag-uy{background-position:-160px -154px}
.flag.flag-uz{background-position:-176px -154px}
.flag.flag-va{background-position:-192px -154px}
.flag.flag-vc{background-position:-208px -154px}
.flag.flag-ve{background-position:-224px -154px}
.flag.flag-vg{background-position:-240px -154px}
.flag.flag-vi{background-position:0 -165px}
.flag.flag-vn{background-position:-16px -165px}
.flag.flag-vu{background-position:-32px -165px}
.flag.flag-wales{background-position:-48px -165px}
.flag.flag-wf{background-position:-64px -165px}
.flag.flag-ws{background-position:-80px -165px}
.flag.flag-ye{background-position:-96px -165px}
.flag.flag-yt{background-position:-112px -165px}
.flag.flag-za{background-position:-128px -165px}
.flag.flag-zanzibar{background-position:-144px -165px}
.flag.flag-zm{background-position:-160px -165px}
.flag.flag-zw{background-position:-176px -165px}
.flag+span{text-transform:capitalize;display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;margin-top:-3px}
@media (min-width:768px) and (max-width:979px){.flag+span{max-width:30px!important}}
.cursor-auto{cursor:auto}
.cursor-default{cursor:default}
.cursor-none{cursor:none}
.cursor-context-menu{cursor:context-menu}
.cursor-help{cursor:help}
.cursor-progress{cursor:progress}
.cursor-wait{cursor:wait}
.cursor-cell{cursor:cell}
.cursor-crosshair{cursor:crosshair}
.cursor-text{cursor:text}
.cursor-vertical-text{cursor:vertical-text}
.cursor-alias{cursor:alias}
.cursor-copy{cursor:copy}
.cursor-move{cursor:move}
.cursor-no-drop{cursor:no-drop}
.cursor-not-allowed{cursor:not-allowed}
.cursor-all-scroll{cursor:all-scroll}
.cursor-col-resize{cursor:col-resize}
.cursor-row-resize{cursor:row-resize}
.cursor-n-resize{cursor:n-resize}
.cursor-e-resize{cursor:e-resize}
.cursor-s-resize{cursor:s-resize}
.cursor-w-resize{cursor:w-resize}
.cursor-ns-resize{cursor:ns-resize}
.cursor-ew-resize{cursor:ew-resize}
.cursor-ne-resize{cursor:ne-resize}
.cursor-nw-resize{cursor:nw-resize}
.cursor-se-resize{cursor:se-resize}
.cursor-sw-resize{cursor:sw-resize}
.cursor-nesw-resize{cursor:nesw-resize}
.cursor-nwse-resize{cursor:nwse-resize}
:-webkit-full-screen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:-moz-full-screen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:-ms-fullscreen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:full-screen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:-webkit-full-screen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:-ms-fullscreen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:fullscreen #fullscreen>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
:-webkit-full-screen video{width:100%;height:100%}
.ui-widget-overlay{background:#AAA;height:100%;z-index:949!important;position:fixed;top:0;left:0}
.slider{margin-top:0;margin-bottom:30px}
.slider.slider-vertical{margin-bottom:0;margin-right:5px}
.ui-menu{width:155px;padding:2px;box-shadow:0 2px 4px rgba(30,30,100,.25);background:#fff;border:1px solid rgba(0,0,0,.2);z-index:1}
.ui-menu .ui-state-disabled{margin:.4em 0 .2em!important;background:none!important;color:#999!important;font-weight:400!important;cursor:default}
.ui-icon-carat-1-e:before{content:"\f105";font-family:FontAwesome;font-size:14px;display:inline}
.ui-menu .ui-menu-item a .ui-menu-icon{width:auto;height:auto;top:0;left:auto;right:auto;bottom:auto;text-indent:0}
.ui-tabs .ui-tabs-nav li a{border-radius:0;-moz-border-radius:0;background-color:#F5F5F5;border:1px solid #F5F5F5;border-bottom:1px solid #ddd;color:#838383}
.ui-tabs .ui-tabs-nav li{margin-right:3px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{font-weight:700;border-top-width:0!important;margin-top:1px!important;box-shadow:0 -2px 0 #57889c}
.ui-tabs .ui-tabs-panel{border:1px solid #ddd;margin:0;padding:10px 13px;border-top:none}
.ui-tabs .ui-tabs-nav{margin-bottom:0}
.ui-accordion .ui-accordion-header{background-color:#fbfbfb;font-size:15px;padding:10px 15px 10px 36px!important}
.ui-accordion .ui-accordion-content,.ui-accordion .ui-accordion-header{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}
.ui-accordion .ui-accordion-content{padding:15px}
.ui-accordion-header-active+.ui-accordion-content{border-top:1px solid #ddd}
.ui-accordion .ui-accordion-header{margin-top:-2px}
.ui-accordion .ui-accordion-header,.ui-accordion-content{border-color:#ddd!important}
.ui-accordion-header-icon{text-indent:0!important;background-image:none!important;text-align:center;line-height:normal;left:12px!important;margin-top:-6px!important;font-size:14px!important}
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{text-align:center;margin-top:2px}
.ui-datepicker-next>:first-child,.ui-datepicker-prev>:first-child{text-indent:0!important}
.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{background:none!important}
.noUi-target *{box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default}
.noUi-base{width:100%;height:14px;position:relative;max-width:100%;max-height:100%;border:1px solid #bfbfbf;z-index:1}
.noUi-origin-lower{background:#72a8d7}
.noUi-handle{background:#858585;height:30px;width:16px;border:1px solid #fff;margin:-8px 0 0 -8px;cursor:default}
.noUi-handle:hover{background:#6c6c6c}
.noUi-active{cursor:default;box-shadow:rgba(0,0,0,.1)1px 1px 1px 0;background:#686868;height:32px;width:18px;margin:-9px 0 0 -8px;border:none}
.noUi-active:after{box-sizing:border-box;content:"";display:block;height:100%;border:1px solid #ddd}
.noUi-connect{background:#3276b1}
.noUi-background{background:#eee;border:none}
.noUi-origin{position:absolute;right:0;top:0;bottom:0;z-index:0}
.noUi-origin-upper{background:inherit!important}
.noUi-z-index{z-index:10}
.noUi-vertical{width:10px;height:100%}
.noUi-vertical .noUi-origin{bottom:0;left:0}
.noUi-vertical .noUi-handle{margin:-8px 0 0 -3px}
.noUi-target[disabled] .noUi-base{background:#999}
.noUi-target[disabled] .noUi-connect{background:#BBB}
.noUi-state-tap .noUi-origin{transition:left .3s,top .3s}
.ui-spinner-input{margin:0!important;height:30px;padding:6px 24px 6px 12px}
.ui-spinner-input.spinner-left{padding:6px 12px 6px 24px}
.ui-spinner{width:100%}
.ui-spinner-input.spinner-left+.ui-spinner-button,.ui-spinner-input.spinner-left+.ui-spinner-button+.ui-spinner-button{right:auto;left:0}
.ui-spinner-down,.ui-spinner-up{background:#739e73;border-radius:0}
.ui-spinner-up:active,.ui-spinner-up:focus,.ui-spinner-up:hover{background:#5b835b}
.ui-spinner-down:active,.ui-spinner-down:focus,.ui-spinner-down:hover{background:#77021d}
.ui-spinner-down{background:#c2032f}
.ui-spinner-down:before,.ui-spinner-up:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f067";color:#fff;font-size:14px;margin-top:1px}
.ui-spinner-down:before{content:"\f068"}
.ui-spinner-down>:first-child,.ui-spinner-up>:first-child{display:none}
.ui-spinner-button{width:19px}
.ui-spinner-input.spinner-both{padding:6px 30px}
.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{left:0;right:auto}
.ui-spinner-input.spinner-both+.ui-spinner-button,.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{height:30px;width:25px}
.ui-spinner-input.spinner-both+.ui-spinner-up+.ui-spinner-down:before,.ui-spinner-input.spinner-both+.ui-spinner-up:before{margin-top:8px}
.ui-dialog{box-shadow:0 5px 15px rgba(0,0,0,.5);border:1px solid #999;border:1px solid rgba(0,0,0,.2)}
.widget-header>:first-child{margin:13px 0}
.ui-dialog .ui-dialog-titlebar{padding:0 10px;background:#fff;border-bottom-color:#eee}
.ui-dialog .ui-dialog-title{margin:0}
.ui-dialog .ui-dialog-titlebar-close{margin-top:-16px;margin-right:4px}
.ui-dialog-titlebar-close:before{content:"\f00d";font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px}
.ui-dialog .ui-dialog-buttonpane button{margin:0 .4em 0 0}
.ui-dialog .ui-dialog-buttonpane{margin-top:13px;padding:19px 15px 20px;text-align:right;border-top:1px solid #eee}
.ui-autocomplete{z-index:905!important}
.the-price{background-color:rgba(220,220,220,.17);box-shadow:0 1px 0 #dcdcdc,inset 0 1px 0 #fff;padding:20px;margin:0}
.the-price h1{line-height:1em;padding:0;margin:0}
.subscript{font-size:21px;color:#999}
.ribbon{position:absolute;right:9px;top:-4px}
.pricing-big{border:none!important}
.pricing-big .panel-heading{border-radius:5px 5px 0 0}
.pricing-big .panel-title{text-transform:capitalize;font-size:18px;padding:20px 0;text-align:center;border-radius:5px 5px 0 0;margin:0;font-weight:700}
.pricing-big .the-price{padding:20px 0;background:#333;text-align:center;font-size:24px;font-weight:700;color:#FFF;box-shadow:none!important;-moz-box-shadow:none!important}
.pricing-big .subscript{font-size:18px;color:#999;margin-left:5px}
.price-features{background:#FAFAFA;padding:20px 15px;min-height:230px;font-size:13.5px}
.price-features li+li{margin-top:10px}
.pricing-big .panel-footer{border-radius:0 0 5px 5px}
.pricing-big .panel-footer .btn{padding:15px 0;border-radius:3px;font-weight:700;font-size:14px}
.pricing-big .panel-footer .btn span{font-weight:400;font-style:italic}
.pricing-big .panel-footer{background-color:#F2F2F2!important}
.pricing-big .panel-footer>div{padding:15px 0 10px;display:block;font-size:13px}
.pricing-big table{background:#FAFAFA;padding:20px 15px;height:230px;text-align:left}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pace-inactive{display:none}
.pace .pace-progress{background:#3276b1;position:fixed;z-index:2000;top:0;left:0;height:2px;transition:width 1s}
.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translate(0px,-4px)}
.pace .pace-activity{display:block;position:fixed;z-index:2000;top:63px;right:40px;width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}
@-webkit-keyframes pace-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes pace-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
#chat-container *,#chat-container :after,#chat-container :before{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#chat-container input[type=text]{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
#chat-container{position:absolute;width:250px;height:270px;z-index:2;border-left:1px solid #CDCECF;right:-251px;top:0;background:#fff;transition-duration:.25s;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-o-transition-duration:.25s;-ms-transition-duration:.25s}
#chat-container:hover,#chat-container:hover .chat-list-open-close{border-color:#A7A7A7}
#chat-container.open{right:0;top:0}
#chat-container .chat-list-open-close{display:block;width:25px;height:25px;border:1px solid #CDCECF;border-right:1px solid #f2f4f8!important;position:absolute;left:-32px;top:7%;border-radius:50% 0 0 50%;padding:3px 1px 3px 5px;font-size:21px;line-height:22px;cursor:pointer;color:#868686;box-shadow:inset 0 .2em 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 .2em 0 rgba(0,0,0,.05);background:#f2f4f8;text-align:center}
#chat-container .chat-list-open-close b{position:absolute;right:0;background:#ed1c24;line-height:9px;height:10px;width:10px;top:3px;border:1px solid #FFF;border-radius:3px;font-size:9px;text-align:center;vertical-align:middle;color:#fff;font-weight:400}
#chat-container.open .chat-list-open-close i:before{content:"\f00d"!important}
#chat-container.open .chat-list-open-close b{display:none}
#chat-container .chat-list-body{height:217px;overflow-y:scroll;overflow-x:hidden;display:block;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#f2f4f8}
#chat-container #chat-users{list-style:none;margin:10px 0;padding:0}
#chat-container #chat-users li{margin-bottom:3px;margin-left:5px}
#chat-container #chat-users li a{display:block;font-size:13px;color:#3d3d3d;text-decoration:none!important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:3px 8px 3px 3px;line-height:33px;vertical-align:middle}
#chat-container #chat-users li a:hover{background:#e0e4ee}
#chat-container #chat-users li a img{width:33px;height:auto;margin-right:10px}
#chat-container #chat-users li a i{color:#ACACAC;font-size:8px;line-height:34px;font-style:normal}
#chat-container #chat-users li a i.last-online{font-size:12px;letter-spacing:-1px}
#chat-container .chat-list-footer{overflow:hidden;border-top:1px solid #CCC;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#chat-container .chat-list-footer input[type=text]{border:1px solid #bababa!important}
#chat-container .control-group{padding:0}
.chat-body{background:#FAFAFA;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:linear-gradient(to bottom,#f5fcff 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);box-shadow:inset 2px 2px 5px rgba(0,0,0,.04);-moz-box-shadow:inset -2px -2px 5px rgba(0,0,0,.04);display:block;height:270px;overflow-y:scroll;overflow-x:hidden;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #fff;border-top:none}
.chat-body ul{margin:0;padding:0}
.chat-body li.message{display:block;position:relative;margin:20px 20px 0}
.chat-body li:first-child{margin-top:10px}
.chat-body li.message img{display:inline-block;border-left:4px solid #fff;position:absolute}
.chat-body li.message img.online{border-left-color:#00a300}
.chat-body li.message img.offline{border-left-color:#ddd}
.chat-body li.message img.busy{border-left-color:#A90329}
.chat-body li.message img.away{border-left-color:#ffc40d}
.chat-body li.message .message-text{display:inline-block;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0;margin-left:65px;line-height:normal}
.chat-body li.message .message-text time{position:absolute;top:1px;right:0;font-size:10px;line-height:10px;color:#AFAFAF}
.chat-body li.message .message-text .chat-file:nth-child(3){margin-top:15px}
.chat-body li.message .message-text .chat-file{display:block;margin:3px 0;padding:4px;border:1px dotted #ddd;background:rgba(0,0,0,.05);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;text-align:right;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.chat-body li.message .message-text .chat-file.row-fluid [class*=span]{min-height:10px!important}
.chat-body li.message .message-text .chat-file b{font-style:italic;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis;text-align:left}
.chat-body li.message .message-text a.username{display:block;font-weight:700;margin-bottom:4px;vertical-align:top;line-height:14px;font-size:14px;letter-spacing:-1px;text-decoration:none!important}
.profile-message{background:none!important;height:auto!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;overflow:hidden}
.profile-message li.message.message-reply{margin-left:85px!important;background:#F7F7F7;padding:10px;margin:3px 0 0 20px}
.profile-message li.message.message-reply img{width:35px!important}
.profile-message li.message.message-reply .message-text{margin-left:45px!important}
.profile-message .wall-comment-reply{margin-left:85px;margin-bottom:20px}
.chat-footer{border-top:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9);padding:0 10px 15px;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.textarea-div{background-color:#FFF;border:1px solid #CCC;border-bottom:none;margin:10px 0 0}
.typearea{cursor:text;overflow-x:hidden;overflow-y:auto;max-height:90px;padding:5px 25px 5px 5px;position:relative;border-bottom:1px solid #EEE}
.typearea textarea{width:100%;border-color:transparent!important;box-sizing:border-box;box-shadow:none;-moz-box-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-shadow:none;overflow:hidden;padding:0;margin:0;transition:height .2s;outline:0;resize:none;min-height:61px}
textarea.clone{position:absolute;visibility:hidden}
.textarea-controls{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px;display:block;background-color:#FFF;border:1px solid #CCC;border-top:none;height:43px;line-height:33px;overflow:hidden}
.textarea-controls>label{margin:3px 10px 0}
.textarea-controls .smart-form .checkbox{padding-left:22px!important}
@media (min-width:768px) and (max-width:880px){.chat-body li.message .message-text .chat-file b{width:150px}}
@media only screen and (min-width:320px) and (max-width:479px){.chat-body li.message .message-text .chat-file b{width:150px}}
@media (max-width:480px){.chat-body li.message .message-text .chat-file b{width:150px}}
.smart-form *,.smart-form :after,.smart-form :before{margin:0;padding:0;box-sizing:content-box;-moz-box-sizing:content-box}
.smart-form .btn{box-sizing:border-box;-moz-box-sizing:border-box}
.smart-form .checkbox+.checkbox,.smart-form .radio+.radio{margin-top:0}
.smart-form footer .btn{float:right;height:31px;margin:10px 0 0 5px;padding:0 22px;font:300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;cursor:pointer}
.smart-form legend{padding-top:15px}
.smart-form{margin:0;outline:0;color:#666;position:relative}
.smart-form header{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.2);background:#fff;font-size:16px;font-weight:300;color:#232323;margin:10px 14px 0}
.smart-form fieldset{display:block;padding:25px 14px 5px;border:none;background:rgba(255,255,255,.9);position:relative}
.smart-form fieldset+fieldset{border-top:1px solid rgba(0,0,0,.1)}
.smart-form section{margin-bottom:15px;position:relative}
.smart-form footer{display:block;padding:7px 14px 15px;border-top:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9)}
.smart-form footer:after{content:'';display:table;clear:both}
.smart-form .label{display:block;margin-bottom:6px;line-height:19px;font-weight:400;font-size:13px;color:#333;text-align:left;white-space:normal}
.smart-form .label.col{margin:0;padding-top:7px}
.note,.smart-form .note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}
.smart-form .note a{font-size:13px}
.smart-form .button,.smart-form .checkbox,.smart-form .input,.smart-form .radio,.smart-form .select,.smart-form .textarea,.smart-form .toggle{position:relative;display:block;font-weight:400}
.smart-form .input input,.smart-form .select select,.smart-form .textarea textarea{display:block;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;height:32px;line-height:32px;padding:5px 10px;outline:0;border-width:1px;border-style:solid;border-radius:0;background:#fff;font:13px/16px 'Open Sans',Helvetica,Arial,sans-serif;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none}
.smart-form .input-file .button{position:absolute;top:4px;right:4px;float:none;height:22px;margin:0;padding:0 14px;font-size:13px;line-height:22px}
.smart-form .input-file .button:hover{box-shadow:none}
.smart-form .input-file .button input{position:absolute;top:0;right:0;padding:0;font-size:30px;cursor:pointer;opacity:0}
.smart-form .select i{position:absolute;top:10px;right:11px;width:5px;height:11px;background:#fff;box-shadow:0 0 0 9px #fff}
.smart-form .select i:after,.smart-form .select i:before{content:'';position:absolute;right:0;border-right:4px solid transparent;border-left:4px solid transparent}
.smart-form .select i:after{bottom:0;border-top:4px solid #404040}
.smart-form .select i:before{top:0;border-bottom:4px solid #404040}
.smart-form .select-multiple select{height:auto}
.smart-form .textarea textarea{height:auto;resize:none}
.smart-form .textarea-resizable textarea{resize:vertical}
.smart-form .textarea-expandable textarea{height:31px}
.smart-form .textarea-expandable textarea:focus{height:auto}
.smart-form .checkbox,.smart-form .radio{margin-bottom:4px;padding-left:25px;line-height:25px;color:#404040;cursor:pointer;font-size:13px}
.smart-form .checkbox:last-child,.smart-form .radio:last-child{margin-bottom:0}
.smart-form .checkbox input,.smart-form .radio input{position:absolute;left:-9999px}
.smart-form .checkbox i,.smart-form .radio i{position:absolute;top:3px;left:0;display:block;width:17px;height:17px;outline:0;border-width:1px;border-style:solid;background:#FFF}
.smart-form .radio i{border-radius:50%}
.smart-form .checkbox input+i:after,.smart-form .radio input+i:after{position:absolute;opacity:0;transition:opacity .1s;-o-transition:opacity .1s;-ms-transition:opacity .1s;-moz-transition:opacity .1s;-webkit-transition:opacity .1s}
.smart-form .radio input+i:after{content:'';top:4px;left:4px;width:9px;height:9px;border-radius:50%}
.smart-form .checkbox input+i:after{content:'\f00c';top:-1px;left:1px;width:15px;height:15px;font:400 16px/19px FontAwesome;text-align:center}
.smart-form .checkbox input:checked:hover+i:after{content:'\f00d'}
.smart-form .checkbox input:checked:disabled:hover+i:after{content:'\f00c'}
.smart-form .checkbox input:checked+i:after,.smart-form .radio input:checked+i:after{opacity:1}
.smart-form .inline-group{margin:0 -15px -4px 0}
.smart-form .inline-group:after{content:'';display:table;clear:both}
.smart-form .inline-group .checkbox,.smart-form .inline-group .radio{float:left;margin-right:30px}
.smart-form .inline-group .checkbox:last-child,.smart-form .inline-group .radio:last-child{margin-bottom:4px}
.smart-form .toggle{margin-bottom:4px;padding-right:61px;font-size:15px;line-height:25px;color:#404040;cursor:pointer}
.smart-form .toggle:last-child{margin-bottom:0}
.smart-form .toggle input{position:absolute;left:-9999px}
.smart-form .toggle i{content:'';position:absolute;top:4px;right:0;display:block;width:49px;height:17px;border-width:1px;border-style:solid;border-radius:12px;background:#fff}
.smart-form .toggle i:after{content:attr(data-swchoff-text);position:absolute;top:2px;right:8px;left:8px;font-style:normal;font-size:9px;line-height:13px;font-weight:700;text-align:left;color:#5f5f5f}
.smart-form .toggle i:before{content:'';position:absolute;z-index:1;top:4px;right:4px;display:block;width:9px;height:9px;border-radius:50%;opacity:1;transition:right .2s;-o-transition:right .2s;-ms-transition:right .2s;-moz-transition:right .2s;-webkit-transition:right .2s}
.smart-form .toggle input:checked+i:after{content:attr(data-swchon-text);text-align:right}
.smart-form .toggle input:checked+i:before{right:36px}
.smart-form .rating{margin-bottom:4px;font-size:13px;line-height:25px;color:#404040}
.smart-form .rating:last-child{margin-bottom:0}
.smart-form .rating input{position:absolute;left:-9999px}
.smart-form .rating label{display:block;float:right;height:17px;margin-top:5px;padding:0 2px;font-size:17px;line-height:17px;cursor:pointer}
.smart-form .button{float:right;height:31px;overflow:hidden;margin:10px 0 0 5px;padding:0 25px;outline:0;border:0;font:300 15px/31px 'Open Sans',Helvetica,Arial,sans-serif;text-decoration:none;color:#fff;cursor:pointer}
.smart-form .icon-append,.smart-form .icon-prepend{position:absolute;top:5px;width:22px;height:22px;font-size:14px;line-height:22px;text-align:center}
.smart-form .icon-append{right:5px;padding-left:3px;border-left-width:1px;border-left-style:solid}
.smart-form .icon-prepend{left:5px;padding-right:3px;border-right-width:1px;border-right-style:solid}
.smart-form .input .icon-prepend+input,.smart-form .textarea .icon-prepend+textarea{padding-left:37px}
.smart-form .input .icon-append+input,.smart-form .textarea .icon-append+textarea{padding-right:37px}
.smart-form .input .icon-prepend+.icon-append+input,.smart-form .textarea .icon-prepend+.icon-append+textarea{padding-left:37px}
.smart-form .row{margin:0 -15px}
.smart-form .row:after{content:'';display:table;clear:both}
.smart-form .col{float:left;min-height:1px;padding-right:15px;padding-left:15px;box-sizing:border-box;-moz-box-sizing:border-box}
.smart-form .col-1{width:8.33%}
.smart-form .col-2{width:16.66%}
.smart-form .col-3{width:25%}
.smart-form .col-4{width:33.33%}
.smart-form .col-5{width:41.66%}
.smart-form .col-6{width:50%}
.smart-form .col-8{width:66.67%}
.smart-form .col-9{width:75%}
.smart-form .col-10{width:83.33%}
@media screen and (max-width:600px){.smart-form .col{float:none;width:100%}}
.smart-form .select select{padding:5px}
.smart-form .tooltip{position:absolute;z-index:99999;left:-9999px;padding:2px 8px 3px;font-size:11px;line-height:16px;font-weight:400;background:rgba(0,0,0,.9);color:#fff;opacity:0;transition:margin .3s,opacity .3s;-o-transition:margin .3s,opacity .3s;-ms-transition:margin .3s,opacity .3s;-moz-transition:margin .3s,opacity .3s;-webkit-transition:margin .3s,opacity .3s}
.smart-form .tooltip:after{content:'';position:absolute}
.smart-form .input input:focus+.tooltip,.smart-form .textarea textarea:focus+.tooltip{opacity:1}
.smart-form .tooltip-top-right{bottom:100%;margin-bottom:15px}
.smart-form .tooltip-top-right:after{top:100%;right:11px;border-top:4px solid rgba(0,0,0,.9);border-right:4px solid transparent;border-left:4px solid transparent}
.smart-form .input input:focus+.tooltip-top-right,.smart-form .textarea textarea:focus+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}
.smart-form .tooltip-top-left{bottom:100%;margin-bottom:15px}
.smart-form .tooltip-top-left:after{top:100%;left:11px;border-top:4px solid rgba(0,0,0,.9);border-right:4px solid transparent;border-left:4px solid transparent}
.smart-form .input input:focus+.tooltip-top-left,.smart-form .textarea textarea:focus+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}
.smart-form .tooltip-right{top:4px;white-space:nowrap;margin-left:15px}
.smart-form .tooltip-right:after{top:6px;right:100%;border-top:4px solid transparent;border-right:4px solid rgba(0,0,0,.9);border-bottom:4px solid transparent}
.smart-form .input input:focus+.tooltip-right,.smart-form .textarea textarea:focus+.tooltip-right{left:100%;margin-left:5px}
.smart-form .tooltip-left{top:4px;white-space:nowrap;margin-right:15px}
.smart-form .tooltip-left:after{top:6px;left:100%;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid rgba(0,0,0,.9)}
.smart-form .input input:focus+.tooltip-left,.smart-form .textarea textarea:focus+.tooltip-left{right:100%;left:auto;margin-right:5px}
.smart-form .tooltip-bottom-right{top:100%;margin-top:15px}
.smart-form .tooltip-bottom-right:after{bottom:100%;right:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,.9);border-left:4px solid transparent}
.smart-form .input input:focus+.tooltip-bottom-right,.smart-form .textarea textarea:focus+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}
.smart-form .tooltip-bottom-left{top:100%;margin-top:15px}
.smart-form .tooltip-bottom-left:after{bottom:100%;left:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,.9);border-left:4px solid transparent}
.smart-form .input input:focus+.tooltip-bottom-left,.smart-form .textarea textarea:focus+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}
.smart-form .checkbox i,.smart-form .icon-append,.smart-form .icon-prepend,.smart-form .input input,.smart-form .radio i,.smart-form .select select,.smart-form .textarea textarea,.smart-form .toggle i{border-color:#BDBDBD;transition:border-color .3s;-o-transition:border-color .3s;-ms-transition:border-color .3s;-moz-transition:border-color .3s;-webkit-transition:border-color .3s}
.smart-form .toggle i:before{background-color:#3276B1}
.smart-form .rating label{color:#ccc;transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;-moz-transition:color .3s;-webkit-transition:color .3s}
.smart-form .button{background-color:#3276B1;opacity:.8;transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition:opacity .2s}
.smart-form .button.button-secondary{background-color:#b3b3b3}
.smart-form .icon-append,.smart-form .icon-prepend{color:#A2A2A2}
.smart-form .checkbox:hover i,.smart-form .input:hover input,.smart-form .radio:hover i,.smart-form .select:hover select,.smart-form .textarea:hover textarea,.smart-form .toggle:hover i{border-color:#5D98CC}
.smart-form .rating input+label:hover,.smart-form .rating input+label:hover~label{color:#3276B1}
.smart-form .button:hover{opacity:1}
.smart-form .checkbox:hover i,.smart-form .radio:hover i,.smart-form .toggle:hover i{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}
.smart-form .checkbox:active i,.smart-form .radio:active i,.smart-form .toggle:active i{background:#F0F0F0;box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}
.smart-form .checkbox input:focus+i,.smart-form .input input:focus,.smart-form .radio input:focus+i,.smart-form .select select:focus,.smart-form .textarea textarea:focus,.smart-form .toggle input:focus+i{border-color:#3276B1}
.smart-form .radio input+i:after{background-color:#3276B1}
.smart-form .checkbox input+i:after{color:#3276B1}
.smart-form .checkbox input:checked+i,.smart-form .radio input:checked+i,.smart-form .toggle input:checked+i{border-color:#3276B1}
.smart-form .rating input:checked~label{color:#3276B1}
.smart-form .checkbox.state-error i,.smart-form .radio.state-error i,.smart-form .state-error input,.smart-form .state-error select,.smart-form .state-error textarea,.smart-form .toggle.state-error i{background:#fff0f0;border-color:#A90329}
.smart-form .toggle.state-error input:checked+i{background:#fff0f0}
.smart-form .state-error+em{display:block;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#D56161}
.smart-form .rating.state-error+em{margin-top:-4px;margin-bottom:4px}
.smart-form .state-error select+i{background:#FFF0F0;box-shadow:0 0 0 9px #FFF0F0}
.state-error .icon-append,.state-error .icon-prepend{color:#ed1c24}
.smart-form .checkbox.state-success i,.smart-form .radio.state-success i,.smart-form .state-success input,.smart-form .state-success select,.smart-form .state-success textarea,.smart-form .toggle.state-success i{background:#f0fff0;border-color:#7DC27D}
.smart-form .toggle.state-success input:checked+i{background:#f0fff0}
.smart-form .note-success{color:#6fb679}
.smart-form .state-success select+i{background:#f0fff0;box-shadow:0 0 0 9px #f0fff0}
.smart-form .button.state-disabled,.smart-form .checkbox.state-disabled,.smart-form .input.state-disabled input,.smart-form .radio.state-disabled,.smart-form .select.state-disabled,.smart-form .textarea.state-disabled,.smart-form .toggle.state-disabled{cursor:default!important;opacity:.6!important}
.smart-form .checkbox.state-disabled:hover i,.smart-form .input.state-disabled:hover input,.smart-form .radio.state-disabled:hover i,.smart-form .select.state-disabled:hover select,.smart-form .textarea.state-disabled:hover textarea,.smart-form .toggle.state-disabled:hover i{border-color:#e5e5e5!important}
.smart-form .state-disabled.checkbox input+i:after,.smart-form .state-disabled.checkbox input:checked+i,.smart-form .state-disabled.radio input+i:after,.smart-form .state-disabled.radio input:checked+i,.smart-form .state-disabled.toggle input:checked+i{border-color:#e5e5e5!important;color:#333!important}
.smart-form .state-disabled.radio input+i:after{background-color:#333}
.smart-form .message{display:none;color:#6fb679}
.smart-form .message i{display:block;margin:0 auto 20px;width:81px;height:81px;border:1px solid #6fb679;border-radius:50%;font-size:30px;line-height:81px}
.smart-form.submited fieldset,.smart-form.submited footer{display:none}
.smart-form.submited .message{display:block;padding:25px 30px;background:rgba(255,255,255,.9);font:300 18px/27px 'Open Sans',Helvetica,Arial,sans-serif;text-align:center}
.smart-form .ui-widget-content .ui-spinner-input{margin:0;border:0;box-shadow:none!important;height:29px}
.smart-form-modal{position:fixed;z-index:1;display:none;width:400px}
.smart-form-modal-overlay{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,.7)}
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}
.ui-timepicker-div dl{text-align:left}
.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}
.ui-timepicker-div dl dd{margin:17px 10px 12px 40%}
.ui-timepicker-div td{font-size:90%}
.ui-tpicker-grid-label{background:0 0;border:none;margin:0;padding:0}
.ui-timepicker-rtl{direction:rtl}
.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}
.ui-timepicker-rtl dl dt{float:right;clear:right}
.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}
.smart-form input.input-lg{height:44px;padding:10px 16px;font-size:17px;line-height:1.33}
.smart-form input.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}
.smart-form input.input-xs{height:24px;padding:2px 10px;font-size:11px;line-height:1.5}
.smart-form select.input-sm{height:30px;line-height:15px;font-size:12px}
.smart-form select.input-sm+i{height:10px}
.smart-form select.input-lg{height:44px;line-height:22px;font-size:17px}
.smart-form select.input-lg+i{height:11px;top:17px}
.smart-form .checkbox input+input[type=hidden]+i:after{content:'\f00c';top:-1px;left:1px;width:15px;height:15px;font:400 16px/19px FontAwesome;text-align:center}
.smart-form .checkbox input:checked:hover+input[type=hidden]+i:after{content:'\f00d'}
.smart-form .checkbox input:checked:disabled:hover+input[type=hidden]+i:after{content:'\f00c'}
.smart-form .checkbox input:checked+input[type=hidden]+i:after{opacity:1}
.smart-form .toggle input:checked+input[type=hidden]+i:after{content:attr(data-swchon-text);text-align:right}
.smart-form .toggle input:checked+input[type=hidden]+i:before{right:36px}
.error-box{max-width:900px;margin:0 auto}
.error-text{font-weight:400;color:#fff;letter-spacing:-4px;font-size:700%;margin-bottom:30px;text-shadow:0 1px 0 #ccc,0 2px 0 #bfbfbf,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)}
.error-search{width:300px;margin:0 auto 20px}
.error-icon-shadow{text-shadow:0 1px 0 #803838,0 2px 0 #a85d5d,0 3px 0 #b86565,0 4px 0 #d86f6f,0 5px 0 #b3a5a5,0 6px 1px rgba(131,51,51,.1),0 0 5px rgba(102,30,30,.1),0 1px 3px rgba(95,15,15,.3),0 3px 5px rgba(100,23,23,.2),0 5px 10px rgba(114,30,30,.25),0 10px 10px rgba(94,15,15,.2),0 20px 20px rgba(121,38,38,.15)}
.display-image{margin-top:-60px;margin-right:20px}
.terms-body{max-height:400px;overflow:auto}
#extr-page{background:#fff;overflow:visible}
#extr-page .container{border:none}
#extr-page #header{margin:0;height:71px;border-bottom:1px solid #eee!important;overflow:hidden;padding:0 30px;border-width:0;min-height:28px;background:#f4f4f4!important}
#extr-page #main{padding-top:20px}
#extr-page #header #logo{margin-top:22px;margin-left:0}
#extr-page #header #logo img{width:137px}
#extr-page-header-space{float:right;text-align:right;display:block;vertical-align:middle;line-height:71px}
#extr-page-header-space>:first-child{font-size:13px;margin-right:14px;vertical-align:-3px;font-weight:400}
#extr-page-header-space .btn{font-weight:700;text-transform:uppercase}
#extr-page-header-space>*{display:inline-block}
#extr-page #main{background:#fff;margin:0}
#extr-page .hero{background-image:url('login.8a30560aaaeb16501b2a.png');background-repeat:no-repeat;background-position:0 137px;height:360px;width:100%;float:left}
#extr-page h4.paragraph-header{color:#565656;font-size:15px;font-weight:400;line-height:22px;margin-top:15px;width:270px}
#extr-page h5.about-heading{color:#565656;font-size:15px;font-weight:700;line-height:24px;margin:0 0 5px}
#extr-page .login-header-big{font-weight:400}
#extr-page .login-desc-box-l{min-height:350px;width:50%}
#extr-page .login-app-icons{vertical-align:top;margin-top:90px;width:300px}
@media (min-width:768px) and (max-width:880px){#extr-page #header{padding:0 5px!important}}
@media only screen and (min-width:0) and (max-width:679px){#extr-page #header{padding:0 5px!important}#extr-page #header #logo img{width:135px}#extr-page #header #logo{margin-top:22px}}
.dd{position:relative;display:block;margin:0;padding:0;max-width:600px;list-style:none;font-size:13px;line-height:20px}
.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}
.dd-list .dd-list{padding-left:30px}
.dd-collapsed .dd-list{display:none}
.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}
.dd-handle{display:block;font-size:15px;margin:5px 0;padding:7px 15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}
.dd-item>button{position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:7px 10px;line-height:22px!important;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:rgba(0,0,0,0);text-align:center;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}
.dd-item>button:before{content:'\f055';display:block;position:absolute;width:100%;text-align:center;text-indent:0;color:#0091d9}
.dd-item>button[data-action=collapse]:before{content:'\f056';color:#a90329}
.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}
.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#eee;background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-size:60px 60px;background-position:0 0,30px 30px}
.dd-dragel{position:absolute;pointer-events:none;z-index:9999}
.dd-dragel>.dd-item .dd-handle{margin-top:0}
.dd-dragel .dd-handle{box-shadow:2px 4px 6px 0 rgba(0,0,0,.1)}
.nestable-lists{display:block;clear:both;padding:30px 0;width:100%;border:0;border-top:2px solid #bfbfbf;border-bottom:2px solid #bfbfbf}
#nestable-menu{padding:0;margin:10px 0 20px}
#nestable-output,#nestable2-output{width:100%;padding:5px}
@media only screen and (min-width:700px){.dd{float:left;width:100%}.dd+.dd{margin-left:2%}}
.dd-hover>.dd-handle{background:#2ea8e5!important}
.dd3-content{display:block;margin:5px 0;padding:6px 10px 8px 40px;font-size:15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}
.dd3-content:hover{color:#2ea8e5;background:#fff}
.dd-dragel>.dd3-item>.dd3-content{margin:0}
.dd3-item>button{margin-left:38px}
.dd3-handle{position:absolute;margin:0;left:0;top:0;cursor:move;width:30px;text-indent:100%;white-space:nowrap;overflow:hidden;border:1px solid #aaa;background:#bfbfbf;background:linear-gradient(top,#ddd 0,#bbb 100%);display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;padding:8px 15px}
.dd3-handle:before{content:'\f0c9';display:block;position:absolute;left:0;top:3px;width:100%;text-align:center;text-indent:0;color:#818181;font-weight:400;line-height:28px}
.dd3-handle:hover:before{color:#C27616}
.dd-handle:hover,.dd-handle:hover+.dd-list .dd-handle{background:#FDDFB3!important;border:1px solid #FAA937;color:#333!important}
.dd-handle>span{font-size:13px;color:#777}
.dd-dragel>.dd-item>.dd-handle{border-left-width:4px}
.dd-dragel>li.dd-item.dd3-item{position:relative;top:10px;left:10px;z-index:999}
#calendar-container{/*position:relative*/}
.fc table,html .fc{font-size:12px}
.dt-header.calender-spacer{height:46px;display:block}
.jarviswidget #calendar{margin-top:-18px}
.fc-widget-content,.fc-widget-header{border-right:none}
tr td.fc-first,tr.fc-first th.fc-first{border-left:none}
tr.fc-last td{border-bottom:none}
.jarviswidget .fc-header-title h2{text-shadow:0 1px 0 #fff;margin-top:-12px;margin-left:10px;font-size:14px;font-weight:700;margin-bottom:0}
.fc-event-time,.fc-event-title{padding:3px 0 2px 3px;display:inline-block;line-height:16px;font-weight:700;font-size:11px;box-sizing:border-box}
#calendar-buttons{position:absolute;right:14px;top:5px}
.dropzone,td.fc-other-month{background-image:linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);background-color:#FAFCFD;background-size:16px 16px}
.fc-corner-right .fc-event-inner{padding-right:15px}
.btn-select-tick i{display:none}
.btn-select-tick .btn:hover i{opacity:.3;display:block}
.btn-select-tick .active i{display:block;opacity:1!important}
#external-events>li{margin:6px 4px 6px 0;display:inline-block}
#external-events>li>:first-child{padding:5px 10px 10px;cursor:move;display:block}
#external-events>li>:first-child:after{color:#fff;color:rgba(255,255,255,.7);content:attr(data-description);font-size:11px;font-weight:400;display:block;line-height:0;margin:7px 0;text-transform:lowercase}
.table-wrap{overflow:auto}
.inbox-body{position:relative}
.inbox-body .table-wrap{background:#fff;padding:10px 14px 7px;position:relative;margin-left:200px;overflow-x:hidden;min-height:500px}
.desktop-detected .inbox-body .table-wrap{min-height:989px}
.desktop-detected #inbox-content.no-content-padding{margin-bottom:-10px}
.inbox-body.no-content-padding{margin-top:0;background:#fff;overflow:hidden}
.inbox-nav-bar{height:70px;margin-bottom:0;padding:20px 14px;background:#fff}
.inbox-nav-bar .page-title{display:inline-block;margin:0;width:196px;line-height:33px;vertical-align:middle}
.inbox-footer{position:absolute;bottom:-53px}
.inbox-footer .btn-group,.inbox-paging{margin-left:10px}
#inbox-table{font-size:13px;border-top:none;border-left-color:transparent!important;border-right-color:transparent!important}
#inbox-table tbody tr:hover{cursor:pointer;background:#E4E4E4}
#inbox-table tr td{border-right:none;border-left:none;line-height:26px;padding:6px 4px 7px!important}
#inbox-table .inbox-table-icon{padding-left:15px!important}
#inbox-table tbody tr th{overflow:hidden}
#inbox-table.table tbody>tr>td{border-color:#fff!important}
#inbox-table .checkbox,#inbox-table .radio{margin-top:-1px;margin-bottom:0}
.inbox-data-attachment,.inbox-table-icon{width:28px;text-align:left;padding-left:12px!important;padding-right:0!important}
.inbox-data-from{width:200px}
.inbox-data-from>:first-child{width:200px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.inbox-data-date{width:80px;padding-left:7px!important;padding-right:0!important}
.inbox-data-message>:first-child{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:27px;color:#8A8A8A}
.inbox-data-message>:first-child span{color:#111}
.inbox-data-message>:first-child span.label{color:#fff}
.inbox-data-message>:first-child>:first-child:after{content:" - "}
.unread td{background:#fff}
.unread .inbox-data-date>:first-child,.unread .inbox-data-from>:first-child,.unread .inbox-data-message>:first-child>:first-child{font-weight:700}
tr.highlight td,tr.unread.highlight td{background:#ffc!important;color:#333}
.inbox-checkbox-triggered{display:inline-block}
.inbox-checkbox-triggered>.btn-group{margin-right:10px}
.inbox-checkbox-triggered>.btn-group .btn{padding-left:14px;padding-right:14px}
.inbox-side-bar{height:100%;position:absolute;background:#fff;display:block;width:200px;padding:10px 0 10px 14px;-webkit-overflow-scrolling:touch;z-index:1}
.inbox-side-bar::-webkit-scrollbar{width:0!important}
.inbox-side-bar h6{font-weight:400;font-size:11px;display:block;padding:0 15px;text-transform:uppercase;color:#838383}
.inbox-side-bar h6 a{font-size:14px;margin-top:-2px}
.inbox-side-bar h6 .tooltip{text-transform:none!important}
.inbox-side-bar>.btn{margin-bottom:35px}
.inbox-side-bar .input-group{margin-bottom:25px}
#compose-mail-mini{margin-left:4px}
.inbox-space{display:block;width:185px}
.inbox-space>.progress{margin-top:5px}
.inbox-menu-lg{list-style:none;padding:0;margin:0 0 20px}
.inbox-menu-lg li a{display:block;padding:6px 15px 7px;font-size:13px;color:#333}
.inbox-menu-lg li{display:block;width:100%}
.inbox-menu-lg li a:hover{text-decoration:none;background:#f4f4f4}
.inbox-menu-lg li.active a{font-weight:700;background:#F0F0F0;border-bottom:1px solid #E7E7E7;color:#3276b1}
.inbox-menu-sm{list-style:none;padding:0;margin:0 0 20px}
.inbox-menu-sm li a{display:block;padding:8px 15px 10px;font-size:13px;color:#333}
.inbox-menu-sm li{display:block;width:100%}
.inbox-menu-sm li a:hover{text-decoration:none;background:#f4f4f4}
.inbox-menu-sm li.active a{font-weight:700;background:#F0F0F0;border-bottom:1px solid #E7E7E7;color:#3276b1}
.email-open-header{margin:-10px 0 0 0;font-size:20px;border-bottom:1px solid #bfbfbf;border-top:1px solid #eee;padding:15px 3px}
.email-open-header>span{font-size:10px;font-weight:400;padding:3px 5px;letter-spacing:normal;text-transform:uppercase;vertical-align:middle;line-height:33px;background:#ACACAC}
.inbox-info-bar{padding:10px 0;border-bottom:1px solid #bfbfbf}
.inbox-info-bar img{width:35px;height:auto;display:inline-block;vertical-align:middle;margin-right:7px;margin-left:2px;border-left:3px solid #fff}
.inbox-download,.inbox-message{padding:15px 4px;border-bottom:1px solid #bfbfbf}
.inbox-download-list{list-style:none;margin:5px 0 0;padding:0}
.inbox-download-list li{display:inline-block;margin:0 5px 0 0;vertical-align:top}
.inbox-download-list li>:first-child{margin-bottom:0;width:150px;overflow:hidden}
.inbox-download-list li>:first-child:hover{background:#fff;border-color:silver}
.inbox-download-list li>:first-child>:first-child{text-align:center;display:block;color:#D6D6D6}
.inbox-download-list li>:first-child>:first-child>.fa{font-size:150px}
.inbox-download-list li>:first-child>:first-child>img{max-width:120px}
.inbox-compose-footer{padding:10px;background:#F5F5F5;border-bottom:1px solid #A9A9A9}
.inbox-compose-footer,.inbox-download,.inbox-info-bar,.inbox-message{margin-right:240px;position:relative}
.email-infobox{display:block;width:180px;border-bottom:1px solid #bfbfbf;padding-bottom:0;padding-top:15px;position:absolute;top:65px;right:15px}
.inbox-info-bar .form-group{margin:0}
.inbox-info-bar .form-group input,.inbox-info-bar .select2-container-multi .select2-choices{border-color:#fff!important}
.inbox-info-bar .select2-choices>div{display:none}
.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:0;padding-right:0}
.fileinput{padding-top:3px}
.hidden{display:none}
.inbox-info-bar em{position:absolute;top:6px;right:20px;text-align:right;font-style:normal}
.email-reply-text>div{border-left:1px solid #D6D6D6;padding-left:10px;margin-left:50px;color:#A9A9A9}
.inbox-body .note-editor .note-editable{height:100% important}
.email-reply-text>:first-child{padding-left:45px}
@media (max-width:1280px){.inbox-compose-footer,.inbox-info-bar,.inbox-message{margin-right:0}.email-infobox{display:none}}
@media (max-width:1024px){.inbox-side-bar{display:none!important}.inbox-body .table-wrap{margin-left:0!important}.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:26px;padding-right:26px}}
#inbox-content .note-insert,#inbox-content [data-event=codeview],#inbox-content [data-event=showHelpDialog]{display:none!important}
#inbox-content [data-event=fullscreen]{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}
#inbox-content .note-toolbar .btn-sm{padding:2px 6px 3px;font-size:14px}
#inbox-content .note-toolbar .note-para .dropdown-menu{min-width:180px}
.profile-pic{text-align:right}
.profile-pic>img{border-radius:0;position:relative;border:5px solid #fff;top:-30px;left:10px;display:inline-block;text-align:right;z-index:4;max-width:100px;margin-bottom:-30px}
.profile-carousel .carousel-inner{max-height:150px}
.friends-list li{margin-bottom:10px;margin-right:3px;padding:0}
.friends-list img{width:35px;border:1px solid #fff;outline:1px solid #bfbfbf}
.profile-link-btn{color:#999;font-size:14px}
time.icon{font-size:14px;display:block;position:relative;width:35px;height:43px;background-color:#fff;margin:3px auto;border-radius:7px;box-shadow:0 1px 0 #bdbdbd,0 2px 0 #fff,0 3px 0 #EEE9E9,0 4px 0 #fff,0 5px 0 #FFF,0 0 0 1px #D3D3D3;overflow:hidden}
time.icon *{display:block;width:100%;font-size:10px;font-weight:700;font-style:normal;text-align:center}
time.icon strong{position:absolute;top:0;padding:2px 0;color:#fff;background-color:#3a3633;box-shadow:0 2px 0 #3a3633;border-radius:6px 6px 0 0}
time.icon em{position:absolute;bottom:3px;color:#3276b1}
time.icon span{width:100%;font-size:15px;letter-spacing:-.05em;padding-top:21px;color:#2f2f2f}
.user{display:block;float:left;width:170px;margin:0 15px 15px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user img{float:left;width:35px;margin-right:5px}
.user .email{color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.search-results{padding:18px 5px}
.search-results+.search-results{border-top:1px dashed #E3E3E3}
.search-results>:first-child{margin-bottom:4px;font-weight:400}
.search-results>:first-child a{text-decoration:underline}
.search-results .url{font-style:normal;font-size:14px}
.search-results img{display:inline-block;margin-top:4px;margin-right:4px;width:80px}
.search-results>div{display:inline-block;vertical-align:top}
.search-results .note{margin:0;line-height:normal}
.search-results .note a{text-decoration:none!important;color:#333}
.search-results .note a:hover{color:#ed1c24}
.todo-group-title{margin:0;line-height:31px;padding:0 0 0 10px;background:#fafafa;border-bottom:1px solid #e7e7e7;border-top:1px solid #f4f4f4;color:#999}
.todo{margin:0;padding:0;min-height:5px;list-style:none}
.todo>li{display:block;position:relative;overflow:hidden;border-bottom:1px solid #e7e7e7;margin:0 5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat}
.todo>li:last-child,.todo>li:only-child{border-bottom:none}
.todo>li>:first-child{display:block;border-right:1px solid #FFE1EB;height:100%;padding:6px 11px 6px 18px;width:20px;vertical-align:top;position:absolute}
.todo>li>:first-child:hover{cursor:move}
.todo>li.complete>:first-child:hover{cursor:default}
.todo>li.complete{background:0 0}
.todo>li>p{height:100%;margin-left:52px;border-left:1px solid #FFE1EB;display:inline-block;padding:8px 0 6px 7px;margin-bottom:0;min-height:37px;line-height:normal;font-size:14px;font-weight:500;color:#333}
.todo>li>p>span{display:block;line-height:12px;font-size:10px;font-weight:400}
.todo>li>p>:first-child{margin-top:-5px;color:#999;margin-bottom:4px}
.todo>li>p>.date{color:#bfbfbf}
.todo>li.complete>*{text-decoration:line-through;font-style:italic}
.todo>li.ui-sortable-helper{border-top:1px solid #eee;background:rgba(113,132,63,.1)}
.smart-timeline{position:relative}
.smart-timeline-list{list-style:none;margin:0;padding:0}
.smart-timeline-list:after{content:" ";background-color:#eee;position:absolute;display:block;width:2px;top:0;left:95px;bottom:0;z-index:1}
.smart-timeline-list li{position:relative;margin:0;padding:15px 0}
.smart-timeline-list>li:hover{background-color:#f4f4f4}
.smart-timeline-hover li:hover{background-color:#f9f9f9}
.smart-timeline-icon{background:#3276b1;color:#fff;border-radius:50%;position:absolute;width:32px;height:32px;line-height:28px;font-size:14px;text-align:center;left:80px;top:10px;z-index:100;padding:2px}
.smart-timeline-icon>img{height:32px;width:32px;border-radius:50%;margin-top:-2px;margin-left:-2px;border:2px solid #3276b1}
.smart-timeline-time{float:left;width:70px;text-align:right}
.smart-timeline-time>small{font-style:italic}
.smart-timeline-content{margin-left:123px}
.table-forum thead tr{background:none!important}
.table-forum thead tr th{font-size:17px;font-weight:400;border-bottom-color:#F1F1F1}
.table-forum tr td{border-top-style:dashed!important;padding-top:12px!important;padding-bottom:12px!important}
.table-forum tr td h4{font-size:15px;font-weight:700}
.table-forum tr td h4 small{font-size:13px;display:block;margin-top:2px}
.table-forum tr td>i{margin-top:4px;padding-left:10px}
.table-forum tr.locked h4>a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f023"}
.table-forum tr.closed h4>a{text-decoration:line-through;color:#848484;cursor:not-allowed}
.forum-attachment{margin-top:20px;display:block}
.ajax-loading-error{margin-top:70px;display:block;text-align:center;font-size:23px;font-weight:700}
.ajax-notifications .ajax-loading-error{text-align:center;margin-top:20px;font-size:15px}
.ajax-notifications .ajax-loading-animation{font-size:15px;text-align:center;margin-top:70px}
.project-members a{display:inline-block;overflow:hidden;margin:0 3px 0 0;border-radius:0}
.smart-rtl.project-members a{margin:0 0 0 3px}
.project-members img{width:25px;border-radius:0}
.projects-table>tbody>tr>td{padding:7px 10px 3px!important}
.product-content{border:1px solid #dfe5e9;margin-bottom:20px;margin-top:12px;background:#fff}
.product-content .carousel-control.left{margin-left:0}
.product-content .product-image{background-color:#fff;display:block;min-height:238px;overflow:hidden;position:relative}
.product-content .product-deatil{border-bottom:1px solid #dfe5e9;padding-bottom:17px;padding-left:16px;padding-top:16px;position:relative;background:#fff}
.product-content .product-deatil h5 a{color:#2f383d;font-size:15px;line-height:19px;text-decoration:none;padding-left:0;margin-left:0}
.product-content .product-deatil h5 a span{color:#9aa7af;display:block;font-size:13px}
.product-content .product-deatil span.tag1{border-radius:50%;color:#fff;font-size:15px;height:50px;padding:13px 0;position:absolute;right:10px;text-align:center;top:10px;width:50px}
.product-content .product-deatil span.sale{background-color:#21c2f8}
.product-content .product-deatil span.discount{background-color:#71e134}
.product-content .product-deatil span.hot{background-color:#fa9442}
.product-content .description{font-size:12.5px;line-height:20px;padding:10px 14px 16px 19px;background:#fff}
.product-content .product-info{padding:11px 19px 10px 20px}
.product-content .product-info a.add-to-cart{color:#2f383d;font-size:13px;padding-left:16px}
.product-content name.a{padding:5px 10px;margin-left:16px}
.product-info.smart-form .btn{padding:6px 12px;margin-left:12px;margin-top:-10px}
.product-entry .product-deatil{border-bottom:1px solid #dfe5e9;padding-bottom:17px;padding-left:16px;padding-top:16px;position:relative}
.product-entry .product-deatil h5 a{color:#2f383d;font-size:15px;line-height:19px;text-decoration:none}
.product-entry .product-deatil h5 a span{color:#9aa7af;display:block;font-size:13px}
.load-more-btn{background-color:#21c2f8;border-bottom:2px solid #037ca5;border-radius:2px;border-top:2px solid #0cf;margin-top:20px;padding:9px 0;width:100%}
.product-block .product-deatil p.price-container span,.product-content .product-deatil p.price-container span,.product-entry .product-deatil p.price-container span,.shipping table tbody tr td p.price-container span,.shopping-items table tbody tr td p.price-container span{color:#21c2f8;font-family:Lato,sans-serif;font-size:24px;line-height:20px}
.product-info.smart-form .rating label{margin-top:0}
.product-wrap .product-image span.tag2{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;padding:10px 0;color:#fff;font-size:11px;text-align:center}
.product-wrap .product-image span.sale{background-color:#57889c}
.product-wrap .product-image span.hot{background-color:#a90329}
.shop-btn{position:relative}
.shop-btn>span{background:#a90329;display:inline-block;font-size:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);font-weight:700;border-radius:50%;padding:2px 4px 3px!important;text-align:center;line-height:normal;width:19px;top:-7px;left:-7px}
.description-tabs{padding:30px 0 5px!important}
.description-tabs .tab-content{padding:10px 0}
.product-deatil{padding:30px 30px 50px}
.product-deatil hr+.description-tabs{padding:0 0 5px!important}
.product-deatil .carousel-control.left,.product-deatil .carousel-control.right{background:none!important}
.product-deatil .glyphicon{color:#3276b1}
.product-deatil .product-image{border-right:none!important}
.product-deatil .name{margin-top:0;margin-bottom:0}
.product-deatil .name small{display:block}
.product-deatil .name a{margin-left:0}
.product-deatil .price-container{font-size:24px;margin:0;font-weight:300}
.product-deatil .price-container small{font-size:12px}
.product-deatil .fa-2x{font-size:16px!important}
.product-deatil .fa-2x>h5{font-size:12px;margin:0}
.product-deatil .fa-2x+a,.product-deatil .fa-2x+a+a{font-size:13px}
.product-deatil .certified{margin-top:10px}
.product-deatil .certified ul{padding-left:0}
.product-deatil .certified ul li:not(first-child){margin-left:-3px}
.product-deatil .certified ul li{display:inline-block;background-color:#f9f9f9;border:1px solid #ccc;padding:13px 19px}
.product-deatil .certified ul li:first-child{border-right:none}
.product-deatil .certified ul li a{text-align:left;font-size:12px;color:#6d7a83;line-height:16px;text-decoration:none}
.product-deatil .certified ul li a span{display:block;color:#21c2f8;font-size:13px;font-weight:700;text-align:center}
.product-deatil .message-text{width:calc(100% - 70px)}
@media only screen and (min-width:1024px){.product-content div[class*=col-md-4]{padding-right:0}.product-content div[class*=col-md-8]{padding:0 13px 0 0}.product-wrap div[class*=col-md-5]{padding-right:0}.product-wrap div[class*=col-md-7]{padding:0 13px 0 0}.product-content .product-image{border-right:1px solid #dfe5e9}.product-content .product-info{position:relative}}
.status .who{border-bottom:1px solid rgba(0,0,0,.07);padding:20px}
.status .who img{float:left;height:40px;margin-right:10px;width:40px}
.status .who .name{display:block;font-size:13px;font-weight:400;line-height:normal}
.status .who .name b{color:#57889c}
.status .who .from{font-size:12px;opacity:.7}
.status .text{font-size:13px;line-height:1.82em;padding:20px}
.status .image{padding:20px}
.status .image img{width:100%}
.status .links{border-top:1px solid rgba(0,0,0,.07);margin:0;padding:15px 20px;background:#fafafa}
.status .links .fa{color:inherit;font-size:14px;margin-right:2px}
.status .links li{display:inline;padding-right:20px}
.status .comments{border-top:1px solid rgba(0,0,0,.07);font-size:13px;padding:0 20px}
.status .comments li{border-bottom:1px solid rgba(0,0,0,.07);display:block;padding:15px 0 15px 40px;position:relative}
.status .comments li:last-child{border-bottom:none;padding-bottom:5px}
.status .comments img{height:30px;left:0;position:absolute;width:30px}
.status .comments .name{display:block;font-weight:600;opacity:.8}
.status.panel-body{padding:0}
.well.connect{padding:14px}
.well.connect img{border-radius:50% 50% 0}
.status.vote .comments{padding:0!important}
.status.vote .comments li{padding:10px 0 10px 20px!important}
.status.vote .comments li:last-child{padding-right:20px!important}
blockquote.twitter-tweet{border-color:#eee #ddd #bbb;border-radius:5px;border-style:solid;border-width:1px;box-shadow:0 1px 3px rgba(0,0,0,.15);display:inline-block;font-family:"Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;font-size:12px;font-weight:700;line-height:16px;margin:10px 5px;width:calc(100% - 10px);padding:0 16px 16px}
blockquote.twitter-tweet p{font-size:16px;font-weight:400;line-height:20px}
blockquote.twitter-tweet a{color:inherit;font-weight:400;outline:0 none;text-decoration:none}
blockquote.twitter-tweet a:focus,blockquote.twitter-tweet a:hover{text-decoration:underline}
html{margin:0;padding:0;min-height:100%;background:url('mybg.aede605e83bb3c82432e.png') #fff;position:relative}
body{margin:0;padding:0;min-height:100%;background:url('mybg.aede605e83bb3c82432e.png') #fff;direction:ltr}
body.mobile-view-activated.hidden-menu{overflow-x:hidden}
body.modal-open{overflow:hidden!important}
a:active,a:focus,a:hover,button,button:active,button:focus,embed,input::-moz-focus-inner,object{outline:0}
h1,h2,h3,h4{margin:0;font-family:"Open Sans",Arial,Helvetica,Sans-Serif;font-weight:300}
.page-title{margin:12px 0 28px}
.page-title span{font-size:16px;color:#333;display:inline-block;vertical-align:1px}
label{font-weight:400}
:focus{outline:0!important}
a,button,input{-ms-touch-action:none!important}
.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0;box-shadow:none!important}
.form-control,.input-lg,.input-sm,.input-xs{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important}
.input-xs{height:24px;padding:2px 10px;font-size:11px;line-height:1.5}
.btn-xs{padding:1px 5px}
.btn-sm{padding:6px 10px 5px}
.btn-lg{padding:10px 16px}
.no-space{margin:0}
.no-space>[class*=col-]{margin:0!important;padding-right:0;padding-left:0}
#content{padding:10px 14px;position:relative}
body.container{position:absolute;left:0;right:0;padding:0;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;box-shadow:0 2px 70px rgba(0,0,0,.45)}
body.container.hidden-menu:not(.mobile-view-activated){overflow:hidden}
body.container.modal-open{padding:0!important}
h1{letter-spacing:-1px;font-size:24px;margin:10px 0}
h1 small{font-size:18px;font-weight:300;letter-spacing:-1px}
.lead{font-size:19px}
h2{letter-spacing:-1px;font-size:22px;margin:20px 0;line-height:normal}
h3{display:block;font-size:19px;font-weight:400;margin:20px 0;line-height:normal}
h4{line-height:normal}
h5{font-size:17px;font-weight:300;margin:10px 0;line-height:normal}
h6{font-size:15px;margin:10px 0;font-weight:700;line-height:normal}
.row-seperator-header{margin:15px 14px 20px;border-bottom:none;display:block;color:#646464;font-size:20px;font-weight:400}
.center-canvas,.center-child-canvas>canvas{display:block!important;margin:0 auto!important}
.bordered{border:1px solid rgba(0,0,0,.2)}
.bordered:hover{border:1px solid rgba(0,0,0,.4)}
aside{display:block;background:#3a3633;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:linear-gradient(to right,#3a3633 93%,#2a2725 100%);min-height:100%}
#header{display:block;height:49px;margin:0;padding:0 13px 0 0;background-color:#f3f3f3;background-image:linear-gradient(to bottom,#f3f3f3,#e2e2e2);background-repeat:repeat-x;position:relative;z-index:905}
#header>div{display:inline-block;vertical-align:middle;height:49px;float:left}
#header>div.open{font-weight:700}
.fixed-header #header{position:fixed;width:100%;z-index:905;top:0;border-bottom:2px solid #999;border-bottom:1px solid rgba(0,0,0,.3);box-shadow:-11px 12px 23px rgba(0,0,0,.1)}
.fixed-header.fixed-ribbon #header{border-bottom:none;box-shadow:none}
.container.fixed-header #header{max-width:1164px}
.fixed-header #header .ajax-dropdown{z-index:906}
.fixed-header #shortcut{position:fixed}
.fixed-header #main{margin-top:49px}
#logo-group>span{display:inline-block;height:39px;float:left}
#logo-group span#activity{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:24px;width:24px;padding:2px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#c4bab6;font-size:19px;margin:10px 0 0;position:relative}
#logo-group span#activity:hover{border:1px solid #bfbfbf;transition:all 0s;cursor:pointer!important;box-shadow:inset 0 0 4px 1px rgba(0,0,0,.08)}
#logo{display:inline-block;width:175px;margin-top:13px;margin-left:9px}
#logo img{width:110px;height:auto;padding-left:3px}
#activity b.badge{position:absolute;top:-5px;right:-5px;cursor:pointer;background:#0091d9;display:inline-block;font-size:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);color:#fff;font-weight:700;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;padding:2px 4px 3px;text-align:center;line-height:normal}
#activity.active .badge{background:#006fa6!important}
#project-context,.project-context{display:inline-block;padding:7px 13px 0;position:relative}
#project-context>span,.project-context>span{display:block}
#project-context>:first-child,.project-context>:first-child{display:block;color:#bfbfbf;font-size:10px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px #fff;padding-left:0;text-align:left}
#project-selector,.project-selector{max-width:97%;white-space:nowrap;background:0 0;border:none;padding:0;text-align:left;color:#555;font-size:14px;cursor:pointer}
#project-selector:hover,.project-selector:hover{color:#333}
.header-search{position:relative}
.header-search.pull-right{margin-left:6px}
.header-search>input[type=text]{display:block;box-sizing:border-box;-moz-box-sizing:border-box;min-width:200px;width:100%;height:30px;padding:0 10px;outline:0;border-width:1px;border-style:solid;border-radius:0;border-color:#bfbfbf;background:#fff;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none;margin-top:10px;line-height:normal}
.header-search>button{background:0 0;border:none;color:#6D6A69;font-size:17px;height:30px;line-height:30px;margin:0;padding:0;position:absolute;right:0;top:10px;width:30px;z-index:2}
#search-mobile{display:none}
#cancel-search-js{position:absolute;display:none;background:#a90329;z-index:3;color:#fff;padding:0;right:10px;top:10px;text-align:center;height:29px;line-height:29px;width:30px;font-size:17px;text-decoration:none!important}
#header>:first-child,aside{width:220px}
#left-panel{position:absolute;top:0;left:0;z-index:904;padding-top:49px}
#main{margin-left:220px;padding:0;padding-bottom:52px;min-height:500px;position:relative}
#ribbon{min-height:40px;background:#474544;padding:0 13px;position:relative}
#ribbon .breadcrumb{display:inline-block;margin:0;padding:11px 34px 11px 0!important;background:0 0;vertical-align:top}
#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#BBB!important;text-decoration:none!Important}
#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#E4E4E4}
.fixed-ribbon #ribbon{position:fixed;right:0;left:220px;top:49px;z-index:901}
.container.fixed-ribbon #ribbon{width:944px;left:590px}
.fixed-ribbon #content{padding-top:50px}
.minified.fixed-ribbon #ribbon{left:45px}
.hidden-menu.fixed-ribbon #ribbon{left:10px}
.fixed-navigation #left-panel{height:100%;position:fixed}
.fixed-navigation nav{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%;padding-bottom:49px}
.fixed-navigation nav>ul{padding-right:15px;position:relative;height:100%;width:114%;overflow-x:hidden;overflow-y:scroll}
.mobile-detected.fixed-navigation nav>ul{padding-right:30px!important}
.minified.fixed-navigation nav{-webkit-overflow-scrolling:none;overflow:visible;height:auto;padding-bottom:0}
.minified.fixed-navigation nav>ul{overflow:visible;padding-right:0;width:100%}
nav ul li a:active{background:#616161!important}
nav ul{width:100%;padding:40px 28px 25px 0;padding:0;margin:0;font-size:13px;line-height:.5em;list-style:none;position:relative}
nav ul .active>a{color:#fff!important;position:relative}
nav ul li.active>a:before{content:"\f0d9";font-family:FontAwesome;display:block;height:27px;line-height:normal;width:27px;position:absolute;right:-21px;font-size:20px;color:#eee}
nav ul li.active.open>a:before{content:""}
nav>ul>li:last-child.open{border-bottom:1px solid rgba(255,255,255,.15)}
nav ul li a{line-height:normal;font-size:14px;padding:10px 10px 10px 11px;color:#c0bbb7;display:block;font-weight:400;text-decoration:none!important;position:relative}
nav>ul>li>ul>li>a,nav>ul>li>ul>li>ul>li>a{padding-top:7px;padding-bottom:7px}
nav ul li a:focus{color:#c9c9c9}
nav ul li a:hover{color:#fff;text-decoration:none}
nav ul li a.inactive,nav ul li a.inactive:hover{opacity:.5;cursor:not-allowed;color:#c0bbb7}
nav ul b{float:right;font-size:11px;margin-top:2px}
nav ul span.menu-item-parent{display:inline-block;margin:0;padding:0}
nav ul li.open>a,nav ul li.open>a b{color:#fff!important}
nav>ul>li>a b{position:absolute!important;right:10px;top:10px}
nav>ul>li>a>i{margin-right:5px;width:15px;display:inline-block;text-align:center;position:relative}
nav>ul>li>a>i>em{font-size:9px;display:block;padding:2px;position:absolute;top:-8px;right:-6px;text-decoration:none;font-style:normal;background:#ED1C24;color:#fff;min-width:13px;border-radius:50%;max-height:13px;line-height:8px;font-weight:700;vertical-align:baseline;white-space:nowrap;text-align:center;border:1px solid rgba(255,255,255,.1)}
nav ul li li{border-bottom:none;position:relative}
nav>ul>li>ul::before{content:"";display:block;position:absolute;z-index:1;left:23px;top:0;bottom:0;border-left:1px solid #7A7A7A}
nav>ul ul li::before{content:"";display:block;position:absolute;width:8px;left:23px;top:16px;border-top:1px solid #7A7A7A;z-index:1}
nav>ul ul ul li::before{content:"";display:block;position:absolute;width:18px;left:10px;top:17px;border-top:1px solid transparent}
nav>ul ul li a i{font-size:14px!important;width:18px!important;text-align:center!important;vertical-align:0!important;line-height:1!important}
nav>ul>li:hover>ul::before,nav>ul>li:hover>ul>li::before{border-color:#ACACAC!important}
nav ul ul{margin:0;display:none;background:rgba(69,69,69,.6);padding:7px 0}
nav ul ul ul{background:0 0;padding:0}
nav ul ul li{margin:0;padding:0}
nav ul ul li>a{padding-left:42px;font-size:14px;font-weight:400;outline:0}
nav ul ul li>a:hover{background-color:rgba(69,69,69,.8);color:#fff}
nav ul ul ul li a{color:#bfbfbf;padding:8px 10px 8px 60px;font-size:14px}
nav ul ul ul li a:hover{color:#fff}
nav ul ul ul ul li a{padding-left:80px}
nav ul ul ul ul ul li a{padding-left:100px}
nav ul ul ul ul ul ul li a{padding-left:120px}
nav ul ul b{color:#B3B3B3}
nav ul ul>li:hover b{color:#D5D9E2}
.header-dropdown-list{list-style:none;float:right;position:relative;margin:0;padding-left:0;padding-right:0}
.header-dropdown-list>li{display:inline-block;padding-right:5px}
.header-dropdown-list>li>.dropdown-toggle{margin-top:16px;display:block}
.smart-accordion-default.panel-group{margin-bottom:0}
.smart-accordion-default.panel-group .panel+.panel{margin-top:-1px}
.smart-accordion-default.panel-group .panel-heading{padding:0}
.smart-accordion-default.panel-group .panel-title a{display:block;padding:10px 15px;text-decoration:none!important}
.panel-group .panel,.smart-accordion-default .panel-heading{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
.smart-accordion-default .panel-default>.panel-heading{background-color:#fcfcfc}
.smart-accordion-default .panel-default{border-color:#c3c3c3}
.smart-accordion-default .panel-title>a.collapsed>.fa,.smart-accordion-default .panel-title>a>:first-child{display:none}
.smart-accordion-default .panel-title>a.collapsed>:first-child{display:inline-block}
.no-padding .smart-accordion-default>div{border-left:none!important;border-right:none!important}
.no-padding .smart-accordion-default>div:first-child{border-top:none!important}
.no-padding .smart-accordion-default>div:last-child{border-bottom:none!important}
.onoffswitch-container{margin-top:4px;margin-left:7px;display:inline-block}
.onoffswitch{position:relative;width:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-top:3px;margin-bottom:3px;margin-left:5px;display:inline-block;vertical-align:middle}
.onoffswitch-checkbox{display:none}
.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #626262;border-radius:50px;border-color:#adadad #b3b3b3 #9e9e9e;box-sizing:content-box}
.onoffswitch-inner{width:200%;margin-left:-100%;display:block}
.onoffswitch-inner:after,.onoffswitch-inner:before{float:left;width:50%;height:15px;padding:0;line-height:15px;font-size:10px;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}
.onoffswitch-inner:before{content:attr(data-swchon-text);text-shadow:0 -1px 0 #333;padding-left:7px;background-color:#3276b1;color:#fff;box-shadow:inset 0 2px 6px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.05);text-align:left}
.onoffswitch-inner:after{content:attr(data-swchoff-text);padding-right:7px;text-shadow:0 -1px 0 #fff;background-color:#fff;color:#555;text-align:right;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}
.onoffswitch-switch{width:19px;height:19px;margin:-2px;background:#fff;border:1px solid #9a9a9a;border-radius:50px;position:absolute;top:0;bottom:0;right:32px;box-sizing:content-box;background-color:#f4f4f4;background-image:linear-gradient(to bottom,#fff,#eee);background-repeat:repeat-x;box-shadow:1px 1px 4px 0 rgba(0,0,0,.3)}
.onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch:before,.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00d";color:#a90329;display:block;text-align:center;line-height:19px;font-size:10px;text-shadow:0 -1px 0 #fff;font-weight:700;font-family:FontAwesome}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00c";color:#57889c}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0;display:block}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}
.onoffswitch-switch:hover{background-color:#eee}
.onoffswitch-switch:active{background-color:#eee;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}
.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-inner:before,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-inner:after{text-shadow:0 1px 0 #fff;background:#bfbfbf;color:#333}
.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-switch,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-switch{background-color:#f4f4f4;background-image:linear-gradient(to bottom,#bfbfbf,#f4f4f4);box-shadow:none!important}
.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-label,.onoffswitch-checkbox:disabled+.onoffswitch-label{border-color:#ababab #999 #878787!important}
.onoffswitch-checkbox:checked+.onoffswitch-label{border-color:#3276b1 #2a6395 #255681}
.onoffswitch+span,.onoffswitch-title{display:inline-block;vertical-align:middle;margin-top:-5px}
.form-control{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
.form hr{margin-left:-13px;margin-right:-13px;border-color:rgba(0,0,0,.1);margin-top:20px;margin-bottom:20px}
.form fieldset{display:block;border:none;background:rgba(255,255,255,.9);position:relative}
fieldset{position:relative}
.form-actions{display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,.1);background:rgba(249,249,249,.9);margin-top:25px;margin-left:-13px;margin-right:-13px;margin-bottom:-13px;text-align:right}
.well .form-actions{margin-left:-19px;margin-right:-19px;margin-bottom:-19px}
.well.well-lg .form-actions{margin-left:-24px;margin-right:-24px;margin-bottom:-24px}
.well.well-sm .form-actions{margin-left:-9px;margin-right:-9px;margin-bottom:-9px}
.popover-content .form-actions{margin:0 -14px -9px;border-radius:0 0 3px 3px;padding:9px 14px}
.no-padding .form .form-actions{margin:0;display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9);text-align:right;margin-top:25px}
.bootstrap-duallistbox-container label,.form header,legend{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.2);background:#fff;font-size:16px;font-weight:300;color:#222;margin:25px 0 20px}
.no-padding .form header{margin:25px 14px 0}
.form header:first-child{margin-top:10px}
legend{font-weight:400;margin-top:0;background:0 0}
.input-group-addon{padding:6px 10px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;-moz-transition:background-color .3s;-webkit-transition:background-color .3s}
.input-group-addon .fa{font-size:14px}
.input-group-addon .fa-2x,.input-group-addon .fa-lg{font-size:2em}
.input-group-addon .fa-3x,.input-group-addon .fa-4x,.input-group-addon .fa-5x{font-size:30px}
input[type=text]:focus+.input-group-addon{border-color:#0091d9;background-color:#72a0ce;color:#fff}
.has-warning input[type=text],.has-warning input[type=text]+.input-group-addon{border-color:#dbab57}
.has-warning input[type=text]+.input-group-addon{background-color:#faf2cc;color:#c09853}
.has-warning input[type=text]:focus,.has-warning input[type=text]:focus+.input-group-addon{border-color:#dbab57}
.has-warning input[type=text]:focus+.input-group-addon{background-color:#e1c118;color:#fff}
.has-error .input-group-addon{border-color:#b94a48;background:#f2dede;color:#b94a48}
.has-error input[type=text],.has-error input[type=text]+.input-group-addon{border-color:#b94a48}
.has-error input[type=text]+.input-group-addon{background-color:#f2dede;color:#b94a48}
.has-error input[type=text]:focus,.has-error input[type=text]:focus+.input-group-addon{border-color:#c05e5e}
.has-error input[type=text]:focus+.input-group-addon{background-color:#c05e5e;color:#fff}
.has-success input[type=text]:focus+.input-group-addon{border-color:#468847;background-color:#468847;color:#fff}
.form .form-group:last-child,.form .form-group:last-child .note,.form fieldset .form-group:last-child,.form fieldset .form-group:last-child .note{margin-bottom:0}
.note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}
.input-icon-right{position:relative}
.input-icon-left>i,.input-icon-right>i{position:absolute;right:10px;top:30%;font-size:16px;color:#bfbfbf}
.input-icon-left>i{right:auto;left:24px}
.input-icon-right .form-control{padding-right:27px}
.input-icon-left .form-control{padding-left:29px}
input[type=color].ui-autocomplete-loading,input[type=date].ui-autocomplete-loading,input[type=datetime-local].ui-autocomplete-loading,input[type=datetime].ui-autocomplete-loading,input[type=email].ui-autocomplete-loading,input[type=month].ui-autocomplete-loading,input[type=number].ui-autocomplete-loading,input[type=password].ui-autocomplete-loading,input[type=search].ui-autocomplete-loading,input[type=tel].ui-autocomplete-loading,input[type=text].ui-autocomplete-loading,input[type=time].ui-autocomplete-loading,input[type=url].ui-autocomplete-loading,input[type=week].ui-autocomplete-loading{background-image:url('select2-spinner.56d4c7ce2d3591a02107.gif')!important;background-repeat:no-repeat;background-position:99% 50%;padding-right:27px}
.input-group-addon .checkbox,.input-group-addon .radio{min-height:0;margin-right:0!important;padding-top:0}
.input-group-addon label input[type=checkbox].checkbox+span,.input-group-addon label input[type=checkbox].checkbox+span:before,.input-group-addon label input[type=radio].radiobox+span,.input-group-addon label input[type=radio].radiobox+span:before{margin-right:0}
.input-group-addon .onoffswitch,.input-group-addon .onoffswitch-label{margin:0}
.timeline-seperator{display:block;text-align:center;color:#999;margin:20px 0 0}
.timeline-seperator>:first-child{padding:4px 5px;border:1px dashed rgba(0,0,0,.1);background:#fff;font-size:11px;border-radius:4px}
.timeline-seperator .btn,.timeline-seperator .btn+.dropdown-menu{margin-right:15px}
.timeline-seperator:after{display:block;content:" ";margin:0 20px;border-bottom:1px dashed rgba(0,0,0,.1);margin-top:-8px}
.alert{margin-bottom:20px;margin-top:0;color:#675100;border-width:0;border-left-width:5px;padding:10px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
.alert .close{top:0;right:-5px;line-height:20px}
.alert-heading{font-weight:600}
.alert-danger{border-color:#953b39;color:#fff;background-color:#c26565;text-shadow:none}
.alert-warning{border-color:#dfb56c;color:#826430;background-color:#efe1b3}
.alert-success{border-color:#8ac38b;color:#356635;background-color:#cde0c4}
.alert-info{border-color:#9cb4c5;color:#305d8c;background-color:#d6dde7}
.well{background-color:#fbfbfb;border:1px solid #ddd;box-shadow:0 1px 1px #ececec;-webkit-box-shadow:0 1px 1px #ececec;-moz-box-shadow:0 1px 1px #ececec;position:relative}
.well.well-clean{box-shadow:none;border-color:transparent}
.well.well-glass{box-shadow:none;border-color:transparent;background-color:rgba(255,255,255,.25);color:#fff}
.well.well-light{background:#fff;border:1px solid #e2e2e2}
.widget-body .well{margin-bottom:0}
.well.transparent{border:none!important;background:none!important}
.jarviswidget.well.transparent>div,.jarviswidget.well.transparent>div .widget-body{padding:0!important}
.well[class*=" bg-"],.well[class^=bg-]{border:1px solid #555!important}
.nav-tabs>li>a .badge{font-size:11px;padding:3px 5px;opacity:.5;margin-left:5px;min-width:17px;font-weight:400}
.nav-tabs>li>a>.fa{opacity:.5}
.tabs-left .nav-tabs>li>a .badge{margin-right:5px;margin-left:0}
.nav-tabs>li>a .label{display:inline-block;font-size:11px;margin-left:5px;opacity:.5}
.nav-tabs>li.active>a .badge,.nav-tabs>li.active>a .label,.nav-tabs>li.active>a>.fa{opacity:1}
.nav-tabs>li>a{border-radius:0;color:#333}
.nav-tabs>li.active>a{box-shadow:0 -2px 0 #57889c;border-top-width:0!important;margin-top:1px!important;font-weight:700}
.tabs-left .nav-tabs>li.active>a{box-shadow:-2px 0 0 #57889c;border-top-width:1px!important;border-left:none!important;margin-left:1px!important}
.tabs-left .nav-pills>li.active>a{border:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
.tabs-right .nav-tabs>li.active>a{box-shadow:2px 0 0 #57889c;border-top-width:1px!important;border-right:none!important;margin-right:1px!important}
.tabs-below .nav-tabs>li.active>a{box-shadow:0 2px 0 #57889c;border-bottom-width:0!important;border-top:none!important;margin-top:0!important}
.tabs-left>.nav-pills>li,.tabs-left>.nav-tabs>li,.tabs-right>.nav-pills>li,.tabs-right>.nav-tabs>li{float:none}
.tabs-left>.nav-pills>li>a,.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-pills>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}
.tabs-left>.nav-pills,.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}
.tabs-left>.nav-pills{border-right:none}
.tabs-left>.nav-tabs>li>a{margin-right:-1px}
.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #d5d5d5 #eee #eee}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:focus,.tabs-left>.nav-tabs .active>a:hover{border-color:#d5d5d5 transparent #d5d5d5 #ddd;*border-right-color:#fff}
.tabs-left>.tab-content{margin-left:109px}
.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}
.tabs-right>.nav-tabs>li>a{margin-left:-1px}
.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:focus,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}
.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0}
.pill-content>.pill-pane,.tab-content>.tab-pane{display:none}
.pill-content>.active,.tab-content>.active{display:block}
.tabs-below>.nav-tabs{border-top:1px solid #ddd}
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}
.tabs-below>.nav-tabs>li>a:focus,.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:focus,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd}
.nav-tabs.bordered{background:#fff;border:1px solid #ddd}
.nav-tabs.bordered>:first-child a{border-left-width:0!important}
.nav-tabs.bordered+.tab-content{border:1px solid #ddd;border-top:none}
.tabs-pull-right.nav-pills>li,.tabs-pull-right.nav-tabs>li{float:right}
.tabs-pull-right.nav-pills>li:first-child>a,.tabs-pull-right.nav-tabs>li:first-child>a{margin-right:1px}
.tabs-pull-right.bordered.nav-pills>li:first-child>a,.tabs-pull-right.bordered.nav-tabs>li:first-child>a{border-left-width:1px!important;margin-right:0;border-right-width:0}
.jarviswidget>header>.nav-tabs.pull-left>li:first-child a{border-left-width:0!important}
.btn,a:link,button{-webkit-tap-highlight-color:rgba(169,3,41,.5)}
#logo-group *,.login-info,.login-info *,.minified .menu-item-parent{box-sizing:content-box}
.hidden-desktop{display:none!important}
.dropdown-menu-xs{min-width:37px}
.dropdown-menu-xs>li>a{padding:3px 10px}
.dropdown-menu-xs>li>a:hover i{color:#fff!important}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px}
.dropdown-submenu:hover>.dropdown-menu{display:block}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#bfbfbf;margin-top:5px;margin-right:-10px}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px}
.table.has-tickbox thead tr th:first-child{width:18px}
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox,.table.has-tickbox.smart-form tbody tr td:first-child .radio,.table.has-tickbox.smart-form thead tr th:first-child .checkbox,.table.has-tickbox.smart-form thead tr th:first-child .radio{padding:0!important}
.fc-border-separate thead tr,.table thead tr{background-color:#eee;background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%);font-size:12px}
.fc-border-separate thead tr th{padding:4px;line-height:1.428571429}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-width:1px}
.no-padding>.table-bordered,.no-padding>.table-responsive>.table-bordered{border:none!important}
.no-padding>.table-bordered tbody tr td:first-child,.no-padding>.table-bordered thead tr td:first-child,.no-padding>.table-bordered thead tr th:first-child,.no-padding>.table-responsive>.table-bordered tbody tr td:first-child,.no-padding>.table-responsive>.table-bordered thead tr td:first-child,.no-padding>.table-responsive>.table-bordered thead tr th:first-child{border-left-width:0!important}
.no-padding>.table-bordered tbody tr td:last-child,.no-padding>.table-bordered thead tr th:last-child,.no-padding>.table-responsive>.table-bordered tbody tr td:last-child,.no-padding>.table-responsive>.table-bordered thead tr th:last-child{border-right-width:0!important}
.no-padding>.table-bordered tbody tr:last-child td,.no-padding>.table-responsive>.table-bordered tbody tr:last-child td{border-bottom-width:0!important}
.no-padding .table-responsive .table{margin-bottom:0}
.no-padding .note-editable .table-bordered{border:1px solid #ddd!important}
.smart-form.table td .checkbox i,.smart-form.table td .radio i,.smart-form.table th .checkbox i,.smart-form.table th .radio i{top:0!important}
.table-condensed.table>tbody>tr>td,.table-condensed.table>tbody>tr>th,.table-condensed.table>tfoot>tr>td,.table-condensed.table>tfoot>tr>th,.table-condensed.table>thead>tr>td,.table-condensed.table>thead>tr>th{padding:5px 10px!important}
.show-stats .progress{height:7px;border-radius:0;margin-top:3px;margin-bottom:15px}
.show-stats{padding-top:6px!important}
.show-stat-buttons{float:left;width:100%}
.show-stats .show-stat-buttons>:first-child{padding-right:5px}
.show-stats .show-stat-buttons>:last-child{padding-left:5px}
.show-stat-microcharts{margin-left:-10px;margin-right:-10px}
.show-stat-microcharts>div{border-right:1px solid #DADADA!important;border-top:1px solid #DADADA!important;margin-top:10px!important;height:65px;overflow:hidden;padding:7px 9px}
.show-stat-microcharts>:last-child{border-right:none!important}
.show-stat-microcharts .sparkline{margin-top:10px;margin-right:8px;opacity:.7}
.show-stat-microcharts .sparkline:hover{opacity:1}
.smaller-stat{margin:0;padding:0;list-style:none}
.smaller-stat li{margin-top:3px;margin-right:0}
.smaller-stat li:first-child{margin-top:8px}
.smaller-stat span.label{width:40px;display:block;text-align:left;opacity:.5;cursor:default}
.smaller-stat span.label:hover{opacity:1}
.login-info{display:block;font-size:12px;height:39px;color:#fff;border:solid transparent;border-width:1px 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);width:100%;margin:0!important;border-bottom:1px solid #525151}
.login-info a{text-decoration:none!important;color:#c0bbb7;display:inline-block;margin-top:6px}
.login-info a span{text-transform:capitalize;font-size:14px;display:inline-block;text-decoration:none;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}
.login-info a span+i{vertical-align:middle}
.login-info a:hover{color:#fff}
.login-info>span{height:38px;display:block;padding:0 10px;border-bottom:1px solid #1A1817}
.login-info img{width:25px;height:auto;display:inline-block;vertical-align:middle;margin-top:1px;margin-right:5px;margin-left:0;border-left:3px solid #fff}
img.away,img.busy,img.offline,img.online{border-left:3px solid #fff}
img.online{border-left-color:#40ac2b!important}
img.busy{border-left-color:#ed1c24!important}
img.offline{border-left-color:#ddd!important}
img.away{border-left-color:#ffc40d!important}
.client-form header{padding:15px 13px;margin:0;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,.1);background:rgba(248,248,248,.9)}
.minified .inbox-badge{border-radius:50%;font-size:9px;padding:2px;position:absolute;top:6px;right:6px;background:#ED1C24;min-width:13px}
.minifyme{border-bottom:1px solid #302F2F;background:#454545;color:#A8A8A8;text-align:center;padding:0;width:36px;height:28px;display:block;position:absolute;right:0;border-radius:5px 0 0 5px;cursor:pointer;margin-top:7px;font-size:19px;transition:all .1s linear 0s}
.minifyme:hover{background:#646464;color:#E4E4E4;right:0;width:40px;padding-right:5px}
.minified .minifyme{right:0;color:#A8A8A8;position:relative;width:100%;border-radius:0;margin:0;height:34px;font-size:23px}
.minified .minifyme .fa:before{content:"\f0a9"}
.minified .login-info a i,.minified .login-info a span{display:none}
.minified .login-info span{padding:0 5px;text-align:center}
.minified .login-info img{margin:-2px 0 0;width:30px}
.minified .login-info{height:38px;border-bottom:1px solid #181818}
.minified #left-panel{width:45px}
.minified #main{margin-left:45px}
.minified #left-panel,.minified nav>ul>li{overflow:visible}
.minified nav>ul>ul{min-height:100px!important;max-height:180px!important;overflow-y:scroll;overflow-x:hidden;background:#ed1c24!important}
.minified nav>ul>li,.minified nav>ul>li a{position:relative}
.minified nav ul>li>a{padding:10px 11px;display:block}
.minified nav>ul>li>a .fa.fa-fw{display:block;width:auto;text-align:center;padding:0}
.minified nav>ul>li>a>i{text-align:center;margin:0;display:block}
.minified nav>ul>li.active>a::before{content:"\f0d9"}
.minified nav ul ul li a{padding-left:14px}
.minified nav ul ul li li a{padding-left:25px}
.minified nav>ul ul li::before,.minified nav>ul>li>ul::before{left:12px}
.minified nav>ul>li>a .menu-item-parent,.minified nav>ul>li>a>b{display:none}
.minified nav>ul>li>a>.menu-item-parent{display:none;position:absolute;left:40px;top:-3px;width:186px;height:38px;line-height:38px;background-color:#f5f5f5;color:#333;z-index:3;box-shadow:2px 1px 2px 0 rgba(0,0,0,.2);border-left:1px solid #bfbfbf;border-top:1px solid #D8D4D4;border-bottom:1px solid #fff;padding-left:12px}
.minified nav>ul>li>ul{display:none!important;position:absolute;left:40px;width:199px;z-index:5;border:1px solid #bfbfbf;min-height:180px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.2);background:#454545;margin-top:-3px;overflow:hidden}
.minified nav ul>li>ul>li>ul{position:relative;left:13px;border:none;margin-left:-12px;width:197px}
.minified nav>ul>li:hover>a>.menu-item-parent,.minified nav>ul>li:hover>ul{display:block!important}
.minified nav>ul>li>ul>li{background-color:rgba(69,69,69,.9)}
.minified nav>ul>li>ul>li>ul>li{background-color:#484B50}
.minified nav>ul>li{border-bottom:1px solid #1A1817;border-top:1px solid #525151}
.minified nav>ul>li>ul::before{border-left:none}
.minified nav>ul ul li::before{border:none}
.slimScrollDiv,.slimScrollDiv>:first-child{overflow:hidden}
.minified .slimScrollDiv,.minified .slimScrollDiv>:first-child{overflow:visible!important}
.minified .slimScrollBar,.minified .slimScrollRail{display:none}
.minified nav>ul>li>ul>li>a,.minified nav>ul>li>ul>li>ul>li>a{padding-top:7px;padding-bottom:7px}
.minified nav>ul>li>ul>li>ul>li a{padding-top:6px;padding-bottom:6px}
.minified nav ul ul ul ul li a{padding-left:45px}
.minified nav ul ul ul ul ul li a{padding-left:62px}
.minified nav ul ul ul ul ul ul li a{padding-left:82px}
.pagination.pagination-alt>li>a{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border:none;margin-left:-1px}
.pagination.pagination-alt>li:first-child>a{padding-left:0}
.pagination>li>a,.pagination>li>span{box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05)}
.disabled{color:#fff}
.btn-default.disabled{color:#999}
.btn{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.05)}
.btn.btn-ribbon{background-color:#707070;background-image:linear-gradient(to bottom,#777,#666);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);color:#fff;padding:0 5px;line-height:20px;vertical-align:middle;height:20px;display:block;border:none;float:left;margin:0 8px 0 0;cursor:pointer}
.btn.btn-ribbon>i{font-size:111%}
.ribbon-button-alignment{padding-top:10px;display:inline-block}
.ribbon-button-alignment.pull-right>.btn.btn-ribbon{margin:0 0 0 8px}
.panel-purple{border-color:#6e587a}
.panel-purple>.panel-heading{color:#fff;background-color:#6e587a;border-color:#6e587a}
.panel-greenLight{border-color:#71843f}
.panel-greenLight>.panel-heading{color:#fff;background-color:#71843f;border-color:#71843f}
.panel-greenDark{border-color:#496949}
.panel-greenDark>.panel-heading{color:#fff;background-color:#496949;border-color:#496949}
.panel-darken{border-color:#333}
.panel-darken>.panel-heading{color:#fff;background-color:#404040;border-color:#404040}
.panel-pink{border-color:#ac5287}
.panel-pink>.panel-heading{color:#fff;background-color:#ac5287;border-color:#ac5287}
.panel-green{border-color:#356e35}
.panel-green>.panel-heading{color:#fff;background-color:#356e35;border-color:#356e35}
.panel-blueLight{border-color:#92a2a8}
.panel-blueLight>.panel-heading{color:#fff;background-color:#92a2a8;border-color:#92a2a8}
.panel-pinkDark{border-color:#a8829f}
.panel-pinkDark>.panel-heading{color:#fff;background-color:#a8829f;border-color:#a8829f}
.panel-redLight{border-color:#a65858}
.panel-redLight>.panel-heading{color:#fff;background-color:#a65858;border-color:#a65858}
.panel-red{border-color:#a90329}
.panel-red>.panel-heading{color:#fff;background-color:#a90329;border-color:#a90329}
.panel-teal{border-color:#568a89}
.panel-teal>.panel-heading{color:#fff;background-color:#568a89;border-color:#568a89}
.panel-orange{border-color:#c79121}
.panel-orange>.panel-heading{color:#fff;background-color:#c79121;border-color:#c79121}
.panel-blueDark{border-color:#4c4f53}
.panel-blueDark>.panel-heading{color:#fff;background-color:#4c4f53;border-color:#4c4f53}
.panel-magenta{border-color:#6e3671}
.panel-magenta>.panel-heading{color:#fff;background-color:#6e3671;border-color:#6e3671}
.panel-blue{border-color:#57889c}
.panel-blue>.panel-heading{color:#fff;background-color:#57889c;border-color:#57889c}
.panel-footer>.btn-block{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;border-bottom:none;border-left:none;border-right:none}
.btn-circle{width:30px;height:30px;text-align:center;padding:6px 0;font-size:12px;line-height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.btn-circle.btn-lg{width:50px;height:50px;padding:10px 15px;font-size:18px;line-height:30px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.btn-circle.btn-xl{width:70px;height:70px;padding:10px 15px;font-size:24px;line-height:50px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.btn-metro{margin:0 0 20px;padding-top:15px;padding-bottom:15px}
.btn-metro>span{display:block;vertical-align:bottom;margin-top:10px;text-transform:uppercase}
.btn-metro>span.label{position:absolute;top:0;right:0}
.btn-label{position:relative;left:-12px;display:inline-block;padding:6px 12px;background:rgba(0,0,0,.15);border-radius:3px 0 0 3px}
.btn-labeled{padding-top:0;padding-bottom:0}
.btn-link{box-shadow:none;-webkit-box-shadow:none;font-size:14px}
.nav-demo-btn{background-color:rgba(77,118,134,.5);border-color:#3a7775}
.nav-demo-btn:active,.nav-demo-btn:hover{background-color:rgba(77,118,134,.7);border-color:#3a7775}
#left-panel{transition:250ms cubic-bezier(0.1,.57,.1,1);-webkit-transform:translate(0px,0) translateZ(0px)}
.chart-large,.chart-small,.chart-xl{overflow:hidden}
.chart-small{height:100px;width:100%}
.chart-large{height:235px;width:100%}
.chart-xl{height:297px;width:100%}
#flotTip{padding:3px 5px;background-color:#fff;z-index:9999;color:#333;box-shadow:0 1px 8px rgba(0,0,0,.1);font-size:14px;border:1px solid #C1C1C1;border-radius:4px}
#flotTip span{color:#38812D;font-weight:700}
.legendLabel span{display:block;margin:0 5px}
.legendColorBox{padding-left:10px;vertical-align:top;padding-top:5px}
.legendColorBox div>div{width:4px;height:4px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,.8);border:solid 2px rgba(230,230,230,.8);font-family:sans-serif;font-size:12px;text-align:center}
.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0}
.morris-hover{position:absolute;z-index:903}
.fixed-page-footer .morris-hover{z-index:900}
.chart{overflow:hidden;height:220px;margin:20px 5px 10px 10px}
.has-legend{margin-top:30px!important}
.has-legend-unique{margin-top:19px!important}
.icon-color-good{color:#40ac2b}
.icon-color-bad{color:#ed1c24}
.degree-sign:after,.percent-sign:after{content:" %";line-height:normal}
.degree-sign:after{content:"°F"}
.hidden-menu #left-panel{left:-210px;z-index:903}
.hidden-menu #main{margin-left:10px}
.hidden-menu #left-panel:hover{left:0}
.hidden-menu .minifyme,.minified #hide-menu{display:none}
.btn-header.pull-right{margin-left:6px}
.btn-header a>span{font-size:13px;font-weight:400;line-height:30px;height:30px;display:inline-block}
.btn-header>:first-child>a{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:30px;line-height:24px;min-width:30px;padding:2px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#6D6A69;font-size:17px;margin:10px 0 0}
.btn-header>:first-child>a:hover{border:1px solid #bfbfbf;color:#222;transition:all 0s;cursor:pointer;box-shadow:inset 0 0 4px 1px rgba(0,0,0,.08)}
.btn-header>:first-child>a:active{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15)}
.hidden-menu #hide-menu>:first-child>a{background-color:#e8e8e8;background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);box-shadow:inset 0 0 3px 1px rgba(0,0,0,.15);color:#fff;border-color:#494949}
.full-screen #fullscreen>:first-child>a:active,.hidden-menu #hide-menu>:first-child>a:active{box-shadow:inset 0 0 6px 1px rgba(0,0,0,.2)}
.ajax-dropdown>:first-child{margin:0 0 3px;padding:0 0 9px}
.ajax-dropdown{position:absolute;display:none;z-index:905;top:48px;left:16px;width:344px;height:435px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;box-shadow:0 2px 4px rgba(30,30,100,.25);padding:10px;background:#fff;border:1px solid #b3b3b3}
.ajax-dropdown:after,.ajax-dropdown:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.ajax-dropdown:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}
.ajax-dropdown:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}
.ajax-dropdown .btn-group .btn{font-weight:700;text-transform:capitalize}
.ajax-dropdown .btn-group>:nth-child(2){border-right-width:0;border-left-width:0}
.ajax-dropdown .btn-group>:last-child{border-right-width:1px!important}
.ajax-dropdown .btn-group .btn:active{top:0;left:0}
.ajax-notifications{height:365px;display:block;overflow:auto;margin-right:-10px;margin-left:-10px;border-bottom:1px solid #CECECE;border-top:1px solid #CECECE;background:#E9E9E9}
.ajax-notifications .alert.alert-transparent{background-color:transparent;border-color:transparent;color:#757575;margin:13px 10px}
.ajax-notifications .alert>:first-child{margin-bottom:10px;font-weight:400}
.ajax-dropdown>:last-child{font-size:13px;display:block;padding:5px 0;line-height:22px;font-weight:400}
.ajax-dropdown .fa-4x.fa-border{border-width:3px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:block;margin:0 auto;width:46px;text-align:center;color:#D1D1D1;border-color:#D1D1D1}
.dropdown-large{position:static!important}
.dropdown-menu-large{margin-left:16px;margin-right:16px;padding:20px 0}
.dropdown-menu-large>li>ul{padding:0;margin:0}
.dropdown-menu-large>li>ul>li{list-style:none}
.dropdown-menu-large>li>ul>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:normal}
.dropdown-menu-large>li ul>li>a:focus,.dropdown-menu-large>li ul>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}
.dropdown-menu-large .disabled>a,.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{color:#999}
.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}
.dropdown-menu-large .dropdown-header{color:#428bca;font-size:18px}
@media (max-width:768px){.dropdown-menu-large{margin-left:0;margin-right:0}.dropdown-menu-large>li{margin-bottom:30px}.dropdown-menu-large>li:last-child{margin-bottom:0}.dropdown-menu-large .dropdown-header{padding:3px 15px!important}}
.pagination-xs>li>a,.pagination-xs>li>span{padding:4px 9px;font-size:12px}
.notification-body *,.notification-body:after *,.notification-body:before *{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}
.notification-body{padding:0 0 0 3px;margin:0;list-style:none}
.notification-body>li{border-bottom:1px solid #E9E9E9;position:relative}
.notification-body>li>span{background:#fff;display:block;min-height:25px;overflow:hidden;padding:8px 10px 13px;white-space:normal}
.notification-body>li>span:hover{background:#F0F4F7;color:#667F8F}
.notification-body>li a.msg{padding-left:50px!important}
.notification-body>li a,.notification-body>li a span{display:block;position:relative;overflow:hidden}
.notification-body>li a,.notification-body>li a:hover{text-decoration:none}
.notification-body>li:hover .progress{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #a7a7a7 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #ccc inset;-moz-box-shadow:0 1px 0 transparent,0 0 0 1px #fff inset}
.notification-body>li:hover .text-muted{color:#333}
.notification-body .from{font-size:14px;line-height:normal;color:#333;font-weight:400;margin-right:60px;margin-bottom:6px;height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.notification-body .unread .from{font-weight:700}
.notification-body .unread{background:#FFFFE0}
.notification-body time{position:absolute;top:3px;right:0;font-size:11px;font-weight:400;color:#058dc7}
.notification-body .msg-body,.notification-body .subject{font-size:13px;color:#A0A0A0;max-height:35px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.notification-body .subject{font-size:13px;color:#333;max-height:22px}
.bootstrapWizard{display:block;list-style:none;padding:0;position:relative;width:100%}
.bootstrapWizard a:active,.bootstrapWizard a:focus,.bootstrapWizard a:hover{text-decoration:none}
.bootstrapWizard li{display:block;float:left;width:25%;text-align:center;padding-left:0}
.bootstrapWizard li:before{border-top:3px solid #55606E;content:"";display:block;font-size:0;overflow:hidden;position:relative;top:11px;right:1px;width:100%;z-index:1}
.bootstrapWizard li:first-child:before{left:50%;max-width:50%}
.bootstrapWizard li:last-child:before{max-width:50%;width:50%}
.bootstrapWizard li.complete .step{background:#0aa66e;padding:1px 6px;border:3px solid #55606E}
.bootstrapWizard li .step i{font-size:10px;font-weight:400;position:relative;top:-1.5px}
.bootstrapWizard li .step{background:#B2B5B9;color:#fff;display:inline;font-size:15px;font-weight:700;padding:7px 13px;border:3px solid transparent;border-radius:50%;line-height:normal;position:relative;text-align:center;z-index:2;transition:all .1s linear 0s}
.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step{background:#0091d9;color:#fff;font-weight:700;padding:7px 13px;font-size:15px;border-radius:50%;border:3px solid #55606E}
.bootstrapWizard li.active .title,.bootstrapWizard li.complete .title{color:#2B3D53}
.bootstrapWizard li .title{color:#bfbfbf;display:block;font-size:13px;line-height:15px;max-width:100%;position:relative;table-layout:fixed;text-align:center;top:20px;word-wrap:break-word;z-index:104}
.wizard-actions{display:block;list-style:none;padding:0;position:relative;width:100%}
.wizard-actions li{display:inline}
.tab-content.transparent{background-color:transparent}
.fuelux .wizard{position:relative;overflow:hidden;background-color:#f9f9f9;border:1px solid #d4d4d4;border-radius:4px;*zoom:1;box-shadow:0 1px 4px rgba(0,0,0,.065)}
.fuelux .wizard:after,.fuelux .wizard:before{display:table;line-height:0;content:""}
.fuelux .wizard:after{clear:both}
.fuelux .wizard ul{width:4000px;padding:0;margin:0;list-style:none outside none}
.fuelux .wizard ul.previous-disabled li.complete{cursor:default}
.fuelux .wizard ul.previous-disabled li.complete:hover{color:#356e35;cursor:default;background:#f3f4f5}
.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before{border-left-color:#f3f4f5}
.fuelux .wizard ul li{position:relative;float:left;height:46px;padding:0 20px 0 30px;margin:0;font-size:16px;line-height:46px;color:#999;cursor:default;background:#ededed}
.fuelux .wizard ul li .chevron{position:absolute;top:0;right:-14px;z-index:1;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #d4d4d4}
.fuelux .wizard ul li .chevron:before{position:absolute;top:-24px;right:1px;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #ededed;content:""}
.fuelux .wizard ul li.complete{color:#468847;background:#f3f4f5}
.fuelux .wizard ul li.complete:hover{cursor:pointer;background:#e7eff8}
.fuelux .wizard ul li.complete:hover .chevron:before{border-left:14px solid #e7eff8}
.fuelux .wizard ul li.complete .chevron:before{border-left:14px solid #f3f4f5}
.fuelux .wizard ul li.active{color:#3a87ad;background:#f1f6fc}
.fuelux .wizard ul li.active .chevron:before{border-left:14px solid #f1f6fc}
.fuelux .wizard ul li .badge{margin-right:8px}
.fuelux .wizard ul li:first-child{padding-left:20px;border-radius:4px 0 0 4px}
.fuelux .wizard .actions{position:absolute;right:0;z-index:2;float:right;padding-right:15px;padding-left:15px;line-height:46px;vertical-align:middle;background-color:#eee;border-left:1px solid #d4d4d4}
.fuelux .wizard .actions a{margin-right:8px;font-size:12px;line-height:45px}
.fuelux .wizard .actions .btn-prev i{margin-right:5px}
.fuelux .wizard .actions .btn-next i{margin-left:5px}
.fuelux .step-content .step-pane{display:none}
.fuelux .step-content .active{display:block}
.fuelux .step-content .active .btn-group .active{display:inline-block}
.jarvismetro-tile{float:left;display:block;background-color:#fff;width:100px;height:70px;cursor:pointer;box-shadow:inset 0 0 1px #FFC;border:1px dotted #C5C5C5;text-decoration:none;color:#fff;font-weight:300;font-smooth:always;margin:0 10px 20px 0;padding:5px;position:relative}
.jarvismetro-tile:hover{z-index:10;-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}
.jarvismetro-tile.big-cubes{width:120px;height:120px}
.jarvismetro-tile.double{width:249px}
.jarvismetro-tile:active{top:1px;left:1px}
.jarvismetro-tile .iconbox{text-align:center}
.jarvismetro-tile .iconbox i{display:block;margin:15px auto 0;height:75px}
.jarvismetro-tile .iconbox span{display:block;text-align:left}
.jarvismetro-tile .iconbox span>span{position:absolute;right:-3px;bottom:-3px;border-radius:50%;padding:5px;border:1px solid #fff}
#shortcut .selected{border:1px solid #0091d9!important;position:relative}
#shortcut .selected:before{display:block;position:absolute;content:"\f00c";color:#fff;right:4px;top:3px;font-family:FontAwesome;z-index:2}
#shortcut .selected:after{width:0;height:0;border-top:35px solid #0091d9;border-left:35px solid rgba(0,0,0,0);position:absolute;display:block;right:0;content:"";top:0;z-index:1}
#shortcut{position:absolute;top:0;left:0;height:auto;width:100%;background-color:#33302F;background-color:rgba(0,0,0,.85);z-index:907;display:none;color:#fff;box-sizing:border-box}
#shortcut ul{padding:15px 20px 10px;list-style:none;margin:0;box-shadow:0 4px 10px rgba(0,0,0,.3);-moz-box-shadow:0 4px 10px rgba(0,0,0,.3);border-bottom:1px solid #423F3F}
#shortcut ul li{display:inline-block;width:auto}
#shortcut ul li .jarvismetro-tile{margin:0 3px 3px;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}
#shortcut ul li .jarvismetro-tile:hover{color:#fff;text-decoration:none}
#shortcut ul li .jarvismetro-tile:active,#shortcut ul li .jarvismetro-tile:focus{left:0;top:0}
.shortcut-on #response-btn{display:none!important}
.shortcut-on #left-bar .navbar,.shortcut-on #main .navbar{border:none!important}
.arrow-box-up:after,.arrow-box-up:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.arrow-box-up:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}
.arrow-box-up:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}
.arrow-box-up-right:after,.arrow-box-up-right:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.arrow-box-up-right:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;right:10px;margin-left:-7px}
.arrow-box-up-right:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;right:9px;margin-left:-8px}
.tooltip-inner{padding:5px 10px;font-size:11px;font-family:Arial,Helvetica,sans-serif;font-weight:700;border-radius:0}
.custom-scroll::-webkit-scrollbar{-webkit-overflow-scrolling:touch;height:10px;width:10px}
.custom-scroll::-webkit-scrollbar:hover{background-color:#E9E9E9;border:1px solid #dbdbdb}
.custom-scroll::-webkit-scrollbar-button:end:increment,.custom-scroll::-webkit-scrollbar-button:start:decrement{background:0 0;display:block;height:0}
.custom-scroll::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent}
.custom-scroll::-webkit-scrollbar-track-piece{-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-border-radius:0;background-color:transparent;border-radius:0}
.custom-scroll::-webkit-scrollbar-thumb{-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);border:none;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}
.custom-scroll::-webkit-scrollbar-thumb:horizontal,.custom-scroll::-webkit-scrollbar-thumb:vertical{-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-border-radius:0;background-color:#bfbfbf;border-radius:0}
.custom-scroll::-webkit-scrollbar-thumb:active{-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.33);-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.33);background-color:rgba(0,0,0,.44);box-shadow:inset 1px 1px 3px rgba(0,0,0,.33)}
.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#959595}
.twitter-typeahead .tt-hint,.twitter-typeahead .tt-query{margin-bottom:0;height:32px;padding:6px 12px}
.tt-dropdown-menu{min-width:160px;margin-top:2px;padding:5px 0;background-color:#fff;border:1px solid #bfbfbf;border:1px solid rgba(0,0,0,.2);*border-right-width:2px;*border-bottom-width:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.tt-suggestion{display:block;padding:3px 20px}
.tt-suggestion.tt-is-under-cursor{color:#fff;background-color:#0081c2}
.tt-suggestion.tt-is-under-cursor a{color:#fff}
.tt-suggestion p{margin:0}
.google_maps{width:100%;height:350px;position:relative}
.google_maps *{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}
.google_maps img{max-width:none}
.header-btn{margin-top:5px}
.cke_top{background:rgba(248,248,248,.9)!important;background-image:none!important}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container .input-group{margin:5px}
.multiselect-container>li{padding:0}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400}
.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}
.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
.input-group .icon-addon .form-control{border-radius:0}
.icon-addon{position:relative;color:#555;display:block}
.icon-addon:after,.icon-addon:before{display:table;content:" "}
.icon-addon:after{clear:both}
.icon-addon .fa,.icon-addon .glyphicon,.icon-addon.addon-md .fa,.icon-addon.addon-md .glyphicon{position:absolute;z-index:2;left:10px;width:20px;margin-left:-2.5px;text-align:center;padding:10px 0;top:1px}
.icon-addon.addon-lg .form-control{line-height:1.33;height:46px;font-size:18px;padding:10px 16px 10px 40px}
.input-group-lg .icon-addon.addon-lg+.input-group-btn>.btn{height:46px}
.icon-addon.addon-sm .form-control{height:30px;padding:5px 10px 5px 28px;font-size:12px;line-height:1.5}
.icon-addon.addon-lg .fa,.icon-addon.addon-lg .glyphicon{font-size:18px;margin-left:0;left:11px;top:4px}
.icon-addon .form-control,.icon-addon.addon-md .form-control{padding-left:30px;float:left;font-weight:400}
.icon-addon.addon-sm .fa,.icon-addon.addon-sm .glyphicon{margin-left:0;font-size:12px;left:5px;top:-1px}
.icon-addon .form-control:focus+.fa,.icon-addon .form-control:focus+.glyphicon,.icon-addon:hover .fa,.icon-addon:hover .glyphicon{color:#2580db}
.icon-addon input:disabled+.fa,.icon-addon input:disabled+.glyphicon,.icon-addon select:disabled+.fa,.icon-addon select:disabled+.glyphicon{color:#ccc}
.progress-micro{height:3px!important;line-height:3px!important}
.progress-xs{height:7px!important;line-height:7px!important}
.progress-sm{height:14px!important;line-height:14px!important}
.progress-lg{height:30px!important;line-height:30px!important}
.progress .progress-bar{position:absolute;overflow:hidden;line-height:20px}
.progress .progressbar-back-text{position:absolute;width:100%;height:100%;font-size:12px;line-height:20px;text-align:center}
.progress .progressbar-front-text{display:block;width:100%;font-size:12px;line-height:20px;text-align:center}
.progress.right .progress-bar{right:0}
.progress.right .progressbar-front-text{position:absolute;right:0}
.progress.vertical{width:25px;height:100%;min-height:150px;margin-right:20px;display:inline-block;margin-bottom:0}
.progress.wide-bar{width:40px}
.progress.vertical.bottom{position:relative}
.progress.vertical.bottom .progressbar-front-text{position:absolute;bottom:0}
.progress.vertical .progress-bar{width:100%;height:0;transition:height .6s ease}
.progress.vertical.bottom .progress-bar{position:absolute;bottom:0}
.progress{position:relative;margin-bottom:20px;overflow:hidden;height:22px;background:#eee;box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;-webkit-box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;-moz-box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}
.progress-bar{float:left;width:0;height:100%;font-size:11px;color:#fff;text-align:center;background-color:#57889c;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-image:url('overlay-pattern.b82116f25f252ffe5e9c.png')}
.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-size:40px 40px}
.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.progress-bar-danger{background-color:#a90329}
.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}
.progress-bar-success{background-color:#739e73}
.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#c79121}
.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#57889c}
.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}
.progress .bar-info,.progress-info .bar{background:#57889c}
.vertical-bars{padding:0;margin:0}
.vertical-bars:after{content:"";display:block;height:0;clear:both}
.vertical-bars li{padding:14px 0;width:25%;display:block;float:left;text-align:center}
.vertical-bars li:first-child{border-left:none}
.vertical-bars>li>.progress.vertical:first-child{margin-left:auto}
.vertical-bars>li>.progress.vertical{margin:0 auto;float:none}
.bar-holder:first-child{border-top:none}
.bar-holder{padding:18px 15px}
.bar-holder .progress{margin:0}
[data-progressbar-value]{margin-top:15px!important;overflow:visible;margin-bottom:0}
.dataTable [data-progressbar-value]{min-width:70px}
[data-progressbar-value="100"]:after,[data-progressbar-value="100"]:before,[data-progressbar-value]:after,[data-progressbar-value]:before{position:absolute;background:0 0;font-size:11px;top:-12px}
[data-progressbar-value]:before{content:attr(data-progressbar-value);left:attr(data-progressbar-value) px}
[data-progressbar-value]:after{content:"%";left:13px}
[data-progressbar-value="1"]>.progress-bar{width:1%;background:#a90329}
[data-progressbar-value="2"]>.progress-bar{width:2%;background:#a90329}
[data-progressbar-value="3"]>.progress-bar{width:3%;background:#a90329}
[data-progressbar-value="4"]>.progress-bar{width:4%;background:#a90329}
[data-progressbar-value="5"]>.progress-bar{width:5%;background:#a90329}
[data-progressbar-value="6"]>.progress-bar{width:6%;background:#a90329}
[data-progressbar-value="7"]>.progress-bar{width:7%;background:#a90329}
[data-progressbar-value="8"]>.progress-bar{width:8%;background:#a90329}
[data-progressbar-value="9"]>.progress-bar{width:9%;background:#a90329}
[data-progressbar-value="10"]>.progress-bar{width:10%;background:#db0435}
[data-progressbar-value="11"]>.progress-bar{width:11%;background:#c79121}
[data-progressbar-value="12"]>.progress-bar{width:12%;background:#c79121}
[data-progressbar-value="13"]>.progress-bar{width:13%;background:#c79121}
[data-progressbar-value="14"]>.progress-bar{width:14%;background:#c79121}
[data-progressbar-value="15"]>.progress-bar{width:15%;background:#c79121}
[data-progressbar-value="16"]>.progress-bar{width:16%;background:#c79121}
[data-progressbar-value="17"]>.progress-bar{width:17%;background:#c79121}
[data-progressbar-value="18"]>.progress-bar{width:18%;background:#c79121}
[data-progressbar-value="19"]>.progress-bar{width:19%;background:#c79121}
[data-progressbar-value="20"]>.progress-bar{width:20%;background:#c79121}
[data-progressbar-value="21"]>.progress-bar{width:21%;background:#c79121}
[data-progressbar-value="22"]>.progress-bar{width:22%;background:#c79121}
[data-progressbar-value="23"]>.progress-bar{width:23%;background:#c79121}
[data-progressbar-value="24"]>.progress-bar{width:24%;background:#c79121}
[data-progressbar-value="25"]>.progress-bar{width:25%;background:#c79121}
[data-progressbar-value="26"]>.progress-bar{width:26%;background:#c79121}
[data-progressbar-value="27"]>.progress-bar{width:27%;background:#c79121}
[data-progressbar-value="28"]>.progress-bar{width:28%;background:#c79121}
[data-progressbar-value="29"]>.progress-bar{width:29%;background:#c79121}
[data-progressbar-value="30"]>.progress-bar{width:30%;background:#c79121}
[data-progressbar-value="31"]>.progress-bar{width:31%;background:#c79121}
[data-progressbar-value="32"]>.progress-bar{width:32%;background:#c79121}
[data-progressbar-value="33"]>.progress-bar{width:33%;background:#c79121}
[data-progressbar-value="34"]>.progress-bar{width:34%;background:#c79121}
[data-progressbar-value="35"]>.progress-bar{width:35%;background:#c79121}
[data-progressbar-value="36"]>.progress-bar{width:36%;background:#c79121}
[data-progressbar-value="37"]>.progress-bar{width:37%;background:#c79121}
[data-progressbar-value="38"]>.progress-bar{width:38%;background:#c79121}
[data-progressbar-value="39"]>.progress-bar{width:39%;background:#c79121}
[data-progressbar-value="40"]>.progress-bar{width:40%;background:#c79121}
[data-progressbar-value="41"]>.progress-bar{width:41%;background:#404040}
[data-progressbar-value="42"]>.progress-bar{width:42%;background:#404040}
[data-progressbar-value="43"]>.progress-bar{width:43%;background:#404040}
[data-progressbar-value="44"]>.progress-bar{width:44%;background:#404040}
[data-progressbar-value="45"]>.progress-bar{width:45%;background:#404040}
[data-progressbar-value="46"]>.progress-bar{width:46%;background:#404040}
[data-progressbar-value="47"]>.progress-bar{width:47%;background:#404040}
[data-progressbar-value="48"]>.progress-bar{width:48%;background:#404040}
[data-progressbar-value="49"]>.progress-bar{width:49%;background:#404040}
[data-progressbar-value="50"]>.progress-bar{width:50%;background:#404040}
[data-progressbar-value="51"]>.progress-bar{width:51%;background:#404040}
[data-progressbar-value="52"]>.progress-bar{width:52%;background:#404040}
[data-progressbar-value="53"]>.progress-bar{width:53%;background:#404040}
[data-progressbar-value="54"]>.progress-bar{width:54%;background:#404040}
[data-progressbar-value="55"]>.progress-bar{width:55%;background:#404040}
[data-progressbar-value="56"]>.progress-bar{width:56%;background:#404040}
[data-progressbar-value="57"]>.progress-bar{width:57%;background:#404040}
[data-progressbar-value="58"]>.progress-bar{width:58%;background:#404040}
[data-progressbar-value="59"]>.progress-bar{width:59%;background:#404040}
[data-progressbar-value="60"]>.progress-bar{width:60%;background:#404040}
[data-progressbar-value="61"]>.progress-bar{width:61%;background:#3276b1}
[data-progressbar-value="62"]>.progress-bar{width:62%;background:#3276b1}
[data-progressbar-value="63"]>.progress-bar{width:63%;background:#3276b1}
[data-progressbar-value="64"]>.progress-bar{width:64%;background:#404040}
[data-progressbar-value="65"]>.progress-bar{width:65%;background:#3276b1}
[data-progressbar-value="66"]>.progress-bar{width:66%;background:#3276b1}
[data-progressbar-value="67"]>.progress-bar{width:67%;background:#3276b1}
[data-progressbar-value="68"]>.progress-bar{width:68%;background:#3276b1}
[data-progressbar-value="69"]>.progress-bar{width:69%;background:#3276b1}
[data-progressbar-value="70"]>.progress-bar{width:70%;background:#3276b1}
[data-progressbar-value="71"]>.progress-bar{width:71%;background:#3276b1}
[data-progressbar-value="72"]>.progress-bar{width:72%;background:#3276b1}
[data-progressbar-value="73"]>.progress-bar{width:73%;background:#3276b1}
[data-progressbar-value="74"]>.progress-bar{width:74%;background:#3276b1}
[data-progressbar-value="75"]>.progress-bar{width:75%;background:#3276b1}
[data-progressbar-value="76"]>.progress-bar{width:76%;background:#3276b1}
[data-progressbar-value="77"]>.progress-bar{width:77%;background:#3276b1}
[data-progressbar-value="78"]>.progress-bar{width:78%;background:#3276b1}
[data-progressbar-value="79"]>.progress-bar{width:79%;background:#3276b1}
[data-progressbar-value="80"]>.progress-bar{width:80%;background:#3276b1}
[data-progressbar-value="81"]>.progress-bar{width:81%;background:#a0bda0}
[data-progressbar-value="82"]>.progress-bar{width:82%;background:#a0bda0}
[data-progressbar-value="83"]>.progress-bar{width:83%;background:#a0bda0}
[data-progressbar-value="84"]>.progress-bar{width:84%;background:#9dbb9d}
[data-progressbar-value="85"]>.progress-bar{width:85%;background:#9dbb9d}
[data-progressbar-value="86"]>.progress-bar{width:86%;background:#9dbb9d}
[data-progressbar-value="87"]>.progress-bar{width:87%;background:#97b797}
[data-progressbar-value="88"]>.progress-bar{width:88%;background:#97b797}
[data-progressbar-value="89"]>.progress-bar{width:89%;background:#91b391}
[data-progressbar-value="90"]>.progress-bar{width:90%;background:#91b391}
[data-progressbar-value="91"]>.progress-bar{width:91%;background:#91b391}
[data-progressbar-value="92"]>.progress-bar{width:92%;background:#8eb18e}
[data-progressbar-value="93"]>.progress-bar{width:93%;background:#8baf8b}
[data-progressbar-value="94"]>.progress-bar{width:94%;background:#88ad88}
[data-progressbar-value="95"]>.progress-bar{width:95%;background:#85ab85}
[data-progressbar-value="96"]>.progress-bar{width:96%;background:#82a882}
[data-progressbar-value="97"]>.progress-bar{width:97%;background:#7fa67f}
[data-progressbar-value="98"]>.progress-bar{width:98%;background:#7ca47c}
[data-progressbar-value="99"]>.progress-bar{width:99%;background:#79a279}
[data-progressbar-value="100"]>.progress-bar{width:100%;background:#739e73;-webkit-animation:none;animation:none;background-image:none!important}
[data-progressbar-value="100"]:before{content:attr(data-progressbar-value);top:-12px;left:attr(data-progressbar-value) px}
[data-progressbar-value="100"]:after{content:"complete";left:auto;right:0;color:#739e73}
html.hidden-menu-mobile-lock{overflow-x:hidden}
.no-content-padding{margin:-10px -14px 0 -14px}
.no-padding{padding:0!important}
.no-padding>pre{margin:30px}
.no-padding .dataTables_wrapper table,.no-padding>table{border:none!important;margin-bottom:0!important;border-bottom-width:0!important}
.no-padding-bottom{padding-bottom:0!important}
.padding-5{padding:5px!important}
.padding-7{padding:7px!important}
.padding-10{padding:10px!important}
.padding-gutter{padding:13px!important}
.padding-top-10{padding-top:10px!important}
.padding-top-15{padding-top:15px!important}
.padding-bottom-10{padding-bottom:10px!important}
.padding-bottom-0{padding-bottom:0!important}
.padding-top-0{padding-top:0!important}
.no-padding .dataTables_wrapper table tr td:last-child,.no-padding .dataTables_wrapper table tr th:last-child,.no-padding>table tr td:last-child,.no-padding>table tr th:last-child{border-right:none!important}
.no-padding .dataTables_wrapper table tr td:first-child,.no-padding .dataTables_wrapper table tr th:first-child,.no-padding>table tr td:first-child,.no-padding>table tr th:first-child{border-left:none!important}
.no-padding .dataTables_wrapper table tbody tr:last-child td{border-bottom:0}
.semi-bold{font-weight:400!important}
.ultra-light{font-weight:300!important}
.font-xs{font-size:85%!important}
.font-sm{font-size:95%!important}
.font-md{font-size:130%!important}
.font-lg{font-size:160%!important}
.font-xl{font-size:200%!important}
.font-400{font-size:400%!important}
.no-margin{margin:0!important}
.margin-top-5{margin-top:5px!important}
.margin-top-10{margin-top:10px!important}
.margin-bottom-5{margin-bottom:5px!important}
.margin-bottom-10{margin-bottom:10px!important}
.margin-right-5{margin-right:5px!important}
.margin-top-0{margin-top:0!important}
.margin-bottom-0{margin-bottom:0!important}
.margin-right-13{margin-right:13px!important}
.no-border,.well[class*=" bg-"].no-border{border-width:0!important}
.no-border-transparent{border-color:transparent!important}
.no-border-radius{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}
.display-inline{display:inline-block!important}
.display-normal{display:inline!important}
.cursor-pointer{cursor:pointer}
.hover-transparent{opacity:.5}
.hover-transparent:hover{opacity:1}
.text-align-center,.text-center{text-align:center!important}
.text-align-left,.text-left{text-align:left!important}
.text-align-right,.text-right{text-align:right!important}
hr.simple{margin-top:10px;margin-bottom:10px;border-style:dashed}
.pull-right{float:right!Important}
.pull-left{float:left!Important}
.air{position:absolute;z-index:5}
.air-bottom{bottom:0}
.air-top{top:0}
.air-top-right{top:0;right:0}
.air-top-left{top:0;left:0}
.air-bottom-left{bottom:0;left:0}
.air-bottom-right{bottom:0;right:0}
.display-none{display:none!important}
.checkbox input[type=checkbox].checkbox+span,.checkbox-inline input[type=checkbox].checkbox+span,.radio input[type=radio].radiobox+span,.radiobox-inline input[type=radio].radiobox+span{margin-left:-20px}
.form-inline .checkbox input[type=checkbox].checkbox+span,.form-inline .radiobox input[type=radio].radiobox+span{margin-left:0}
.form-inline .checkbox,.form-inline .radiobox{padding-left:0}
input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{vertical-align:middle;line-height:20px}
input[type=checkbox].checkbox+span,input[type=checkbox].checkbox+span:after,input[type=checkbox].checkbox+span:before,input[type=radio].radiobox+span,input[type=radio].radiobox+span:after,input[type=radio].radiobox+span:before{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}
input[type=checkbox].checkbox,input[type=radio].radiobox{visibility:hidden;position:absolute;z-index:20;width:18px;height:18px}
label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{position:relative;z-index:19;display:inline-block;margin:0;line-height:17px;min-height:14px;min-width:14px;margin-right:5px}
label input[type=checkbox].checkbox+span:hover,label input[type=radio].radiobox+span:hover{cursor:pointer}
label input[type=checkbox].checkbox+span:before,label input[type=radio].radiobox+span:before{font-family:FontAwesome;font-size:12px;border-radius:0;content:"\a0";display:inline-block;text-align:center;vertical-align:middle;padding:1px;height:12px;line-height:12px;min-width:12px;margin-right:5px;border:1px solid #bfbfbf;background-color:#f4f4f4;font-weight:400;margin-top:-1px}
label input[type=radio].radiobox+span:before{content:"\a0";border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)}
label input[type=radio].radiobox:checked+span{font-weight:700}
label input[type=radio].radiobox:checked+span:before{content:"\f111";color:#2E7BCC}
label input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}
label input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe;font-size:9px}
label input[type=radio].radiobox.style-2:checked+span{font-weight:400}
label input[type=radio].radiobox.style-1+span:before{font-size:9px;background:#fff;text-shadow:none;box-shadow:none!important;border-width:1px;height:13px;line-height:13px;min-width:13px}
label input[type=radio].radiobox.style-1:checked+span:before{font-size:10px;color:#333;border-color:#333;background:#fff}
label input[type=radio].radiobox.style-1:checked+span{font-weight:400}
label:hover input[type=radio].radiobox+span:before,label:hover input[type=radio].radiobox:checked+span:before{color:#2E7BCC;border-color:#2E7BCC}
label:hover input[type=radio].radiobox.style-3+span:before,label:hover input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}
label:hover input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe}
label:hover input[type=radio].radiobox.style-1+span:before,label:hover input[type=radio].radiobox.style-1:checked+span:before{color:#333;border-color:#333;background:#fff}
label:active input[type=radio].radiobox+span:before{box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)}
label input[type=radio][disabled].radiobox+span,label input[type=radio][disabled].radiobox:checked+span,label:hover input[type=radio][disabled].radiobox:checked+span:before{color:#A7A7A7;cursor:not-allowed}
label input[type=radio][disabled].radiobox:checked+span:before{content:"\f111"}
label input[type=radio][disabled].radiobox+span:before,label input[type=radio][disabled].radiobox:checked+span:before,label:active input[type=radio][disabled].radiobox:checked+span:before,label:hover input[type=radio][disabled].radiobox:checked+span:before{background:#eee!important;border-color:#CCC!important;box-shadow:none;color:#A7A7A7}
label input[type=checkbox].checkbox+span:before{content:"\a0"}
label input[type=checkbox].checkbox:checked+span:before{content:"\f00c"}
label input[type=checkbox].checkbox:checked+span{font-weight:700}
label input[type=checkbox].checkbox:checked+span:before{color:#2E7BCC}
label input[type=checkbox].checkbox.style-3:checked+span:before{color:#fff;border-color:#a90329;background:#a90329}
label input[type=checkbox].checkbox.style-2+span:before{background:0 0;border-color:#c1c1c1;box-shadow:none}
label input[type=checkbox].checkbox.style-2:checked+span:before{content:"\f00c";color:#66665e;border-color:#4d90fe;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff}
label input[type=checkbox].checkbox.style-2:checked+span{font-weight:400}
label input[type=checkbox].checkbox.style-1+span:before{color:#333;background:#fff;text-shadow:none;box-shadow:none!important;border-width:1px;height:12px;line-height:13px;min-width:12px}
label input[type=checkbox].checkbox.style-1:checked+span:before{color:#333;border-color:#333}
label input[type=checkbox].checkbox.style-1:checked+span{font-weight:400}
label:active input[type=checkbox].checkbox+span:before{box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)}
label:hover input[type=checkbox].checkbox+span:before{color:#2E7BCC;border-color:#2E7BCC}
label:hover input[type=checkbox].checkbox.style-3+span:before{color:#fff;border-color:#A90327}
label:hover input[type=checkbox].checkbox.style-2+span:before{box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)}
label:hover input[type=checkbox].checkbox.style-2:checked+span:before{box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)}
label:hover input[type=checkbox].checkbox.style-1+span:before{border-color:#333}
label:active input[type=checkbox].checkbox:checked+span:before{color:#fff;background:#2E7BCC;border-color:#2E7BCC}
label:active input[type=checkbox].checkbox.style-3:checked+span:before{color:#a90329;background:#fff;border-color:#a90329}
label:active input[type=checkbox].checkbox.style-2+span:before,label:active input[type=checkbox].checkbox.style-2:checked+span:before{color:#66665e;background:0 0;border-color:#c1c1c1;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)}
label:active input[type=checkbox].checkbox.style-1:checked+span:before{color:#fff;background:#333;border-color:#333}
label input[type=checkbox][disabled].checkbox+span,label input[type=checkbox][disabled].checkbox:checked+span,label:hover input[type=checkbox][disabled].checkbox:checked+span:before{color:#A7A7A7;cursor:not-allowed}
label input[type=checkbox][disabled].checkbox.style-2:checked+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before{content:"\f00c"}
label input[type=checkbox][disabled].checkbox+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before,label:active input[type=checkbox][disabled].checkbox:checked+span:before,label:hover input[type=checkbox][disabled].checkbox:checked+span:before{background:#eee!important;border-color:#CCC!important;color:#A7A7A7;box-shadow:none!important}
.open>.dropdown-menu{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.active+.ajax-dropdown{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.square{display:block;float:left;margin-right:10px;height:20px;width:20px}
[class*=" bg-"],[class^=bg-]{filter:none!important}
.txt-color-blue{color:#57889c!important}
.txt-color-blueLight{color:#92a2a8!important}
.txt-color-blueDark{color:#4c4f53!important}
.txt-color-green{color:#356e35!important}
.txt-color-greenLight{color:#71843f!important}
.txt-color-greenDark{color:#496949!important}
.txt-color-red{color:#a90329!important}
.txt-color-yellow{color:#b09b5b!important}
.txt-color-orange{color:#b19a6b!important}
.txt-color-orangeDark{color:#a57225!important}
.txt-color-pink{color:#ac5287!important}
.txt-color-pinkDark{color:#a8829f!important}
.txt-color-purple{color:#6e587a!important}
.txt-color-darken{color:#404040!important}
.txt-color-lighten{color:#d5e7ec!important}
.txt-color-white{color:#fff!important}
.txt-color-grayDark{color:#525252!important}
.txt-color-magenta{color:#6e3671!important}
.txt-color-teal{color:#568a89!important}
.txt-color-redLight{color:#a65858!important}
.bg-color-blue{background-color:#57889c!important}
.bg-color-blueLight{background-color:#92a2a8!important}
.bg-color-blueDark{background-color:#4c4f53!important}
.bg-color-green{background-color:#356e35!important}
.bg-color-greenLight{background-color:#71843f!important}
.bg-color-greenDark{background-color:#496949!important}
.bg-color-red{background-color:#a90329!important}
.bg-color-yellow{background-color:#b09b5b!important}
.bg-color-orange{background-color:#c79121!important}
.bg-color-orangeDark{background-color:#a57225!important}
.bg-color-pink{background-color:#ac5287!important}
.bg-color-pinkDark{background-color:#a8829f!important}
.bg-color-purple{background-color:#6e587a!important}
.bg-color-darken{background-color:#404040!important}
.bg-color-lighten{background-color:#d5e7ec!important}
.bg-color-white{background-color:#fff!important}
.bg-color-grayDark{background-color:#525252!important}
.bg-color-magenta{background-color:#6e3671!important}
.bg-color-teal{background-color:#568a89!important}
.bg-color-redLight{background-color:#a65858!important}
.colorblind-friendly .alert,.colorblind-friendly .btn-primary{color:#FFF}
.colorblind-friendly .btn:hover{background:#fff;color:#333;border-color:#333}
.colorblind-friendly .alert-danger,.colorblind-friendly .btn-danger{background-image:url('pt1.6823ce8c1660f839fcf1.png');border-color:#272727;background-color:#303030}
.colorblind-friendly .alert-success,.colorblind-friendly .btn-success{background-image:url('pt2.2677a2b6134ed65193a1.png');border-color:#FF00EB;background-color:#1E5E00}
.colorblind-friendly .alert-warning,.colorblind-friendly .btn-warning{background-image:url('pt3.87826c14d91fdbf20035.png');border-color:#5F4415;background-color:#A07A00}
.colorblind-friendly .alert-info,.colorblind-friendly .btn-info{border-color:#F90;background-color:#002E70}
.colorblind-friendly .jarviswidget-ctrls .button-icon:hover{background-color:#333;color:#fff!important}
.colorblind-friendly .jarviswidget-color-blue .jarviswidget-ctrls .button-icon:hover,.colorblind-friendly .jarviswidget-color-blueDark .jarviswidget-ctrls .button-icon:hover,.colorblind-friendly .jarviswidget-color-darken .jarviswidget-ctrls .button-icon:hover{background-color:#fff;color:#333!important}
.colorblind-friendly .jarviswidget{position:relative}
.colorblind-friendly .jarviswidget:hover:before{position:absolute;top:-3px;left:-5px;right:-5px;bottom:0;border:6px solid #333;visibility:visible;overflow:visible;height:103%;z-index:0;border-bottom-width:10px}
.colorblind-friendly .nav>li:not(.active)>a:focus,.colorblind-friendly .nav>li:not(.active)>a:hover{background-color:#303030;color:#fff!important}
.page-footer{height:52px;padding:15px 13px 0;padding-left:233px;border-top:1px solid #CECECE;background:#2a2725;width:100%;position:absolute;display:block;bottom:0}
.fixed-page-footer .page-footer{position:fixed;z-index:901}
.minified .page-footer{padding-left:58px}
.container.fixed-page-footer .page-footer{max-width:1164px}
.hidden-menu .page-footer{padding-left:20px}
@media (max-width:979px){html.hidden-menu-mobile-lock{overflow-x:hidden}#main{width:100%!important}.page-footer{padding:15px 14px 0}.profile-pic>img{width:110px}.profile-pic{float:left}.profile-pic>img{margin-right:10px}.profile-pic+div,.profile-pic+div+div{padding-left:30px;padding-right:30px}#fullscreen>:first-child>a{display:none!important}body.container{border:none!important;width:100%!important}.inbox-data-message>:first-child{height:50px;overflow:hidden}.show-stats .show-stat-buttons>:first-child{padding-right:13px}.show-stats .show-stat-buttons>:last-child{padding-left:13px}.inbox-checkbox-triggered>.btn-group .btn{padding-left:10px;padding-right:10px}.inbox-body .table-wrap{padding:0!important;padding-left:5px!important;padding-right:5px!important}.inbox-nav-bar{padding-left:5px;padding-right:5px}.inbox-data-message>:first-child>:first-child{display:block!important;font-size:14px}.inbox-table-icon>:first-child{margin-top:12px}#inbox-table .inbox-table-icon{padding-left:10px!important}.header-search.pull-right{margin-left:0}.visible-tablet{display:inline-block!important}.display-inline.hidden-tablet,.hidden-tablet{display:none!important}.jarviswidget header h2{width:310px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropzone .dz-default.dz-message{background-size:100%;width:200px;height:43px;margin-left:-112px;margin-top:-23.5px}}
@media (min-width:768px) and (max-width:979px){#main{margin-left:0}#left-panel{left:-220px}.minified #left-panel{left:0}#hide-menu>:first-child>a{margin-top:9px;width:40px}.btn-header a{margin-top:9px!important;width:40px!important}#hide-menu i{color:#6D6A69;font-size:100%}.hidden-menu #hide-menu i{color:#fff}#hide-menu i::before{content:"\f0c9"}.hidden-menu #left-panel{left:0}.hidden-menu #main{position:relative;left:210px}.hidden-menu.fixed-ribbon #ribbon{left:220px;width:100%}.fixed-ribbon #ribbon{left:0}.jarviswidget header h2{width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-search>input[type=text]{margin-top:9px}}
@media (min-width:768px) and (max-width:880px){#main{margin-left:0;overflow-x:hidden}#left-panel{left:-220px}.no-content-padding{margin:0 -14px!important}.inbox-nav-bar.no-content-padding{margin-top:-10px!important}.minified #left-panel{left:0}#hide-menu>:first-child>a,.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:38px!important}#logo{margin-top:10px}#logo img{width:127px}.btn-header.transparent a{border:none!important;background:0 0;margin-left:0;width:25px!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}#hide-menu i{color:#6D6A69;font-size:121%}.hidden-menu #hide-menu i{color:#fff}#hide-menu i::before{content:"\f0c9"}.hidden-menu #left-panel{left:0}.hidden-menu #main{position:relative;left:210px}.hidden-menu.fixed-ribbon #ribbon{left:220px;width:100%}.fixed-ribbon #ribbon{left:0}.jarviswidget header h2{width:180px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-search>input[type=text]{margin-top:9px}}
@media (max-width:767px){.profile-pic>img{width:100px}#main{margin-left:0;overflow-x:hidden}#left-panel{left:-220px}.show-stat-microcharts>div{margin-top:0!important;border-right:none!important}.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}#content,#ribbon{padding-left:5px;padding-right:5px}#header{padding-right:5px}#logo{margin-left:4px}.no-content-padding{margin:0 -5px!important}.inbox-nav-bar.no-content-padding{margin-top:-10px!important}.minified #left-panel{left:0}.btn-header.transparent a{border:none!important;background:0 0;margin-left:0;width:25px!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}#hide-menu>:first-child>a,.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:38px!important}#hide-menu>:first-child>a{width:50px!important}#logo{margin-top:10px}#logo img{width:127px}#hide-menu i{color:#6D6A69;font-size:121%}.hidden-menu #hide-menu i{color:#fff}#hide-menu i::before{content:"\f0c9"}.hidden-menu #left-panel{left:0}.hidden-menu #main{position:relative;left:210px}.hidden-menu.fixed-ribbon #ribbon{left:220px;width:100%}.fixed-ribbon #ribbon{left:0}body.fixed-navigation.hidden-menu{overflow:hidden!important}.fixed-ribbon #content{padding-top:52px}.header-search{display:none}#search-mobile{display:block}.search-mobile .header-search{display:block;position:absolute;top:0;width:100%;height:49px;background:#333;padding:0 2px;box-sizing:border-box;left:0}.search-mobile .header-search>input[type=text]{margin-top:2px;height:45px;border-color:#333;padding-right:75px}.search-mobile .header-search>button{height:29px;line-height:29px;background:#DDD;right:44px}.search-mobile #search-mobile{display:none}.search-mobile #cancel-search-js{display:block}.jarviswidget header h2{width:250px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}
@media only screen and (min-width:0) and (max-width:679px){.profile-pic>img{width:90px}#main{margin-left:0;overflow-x:hidden}#left-panel{left:-220px}.show-stat-microcharts>div{margin-top:0!important;border-right:none!important}.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}#content,#ribbon{padding-left:5px;padding-right:5px}#header{padding-right:5px}#logo{margin-left:4px}.no-content-padding{margin:0 -5px!important}.inbox-nav-bar.no-content-padding{margin-top:-10px!important}.minified #left-panel{left:0}#header{background:#fff}#ribbon{border-bottom:1px solid #CFCFCF;border-top:1px solid #E6E6E6;background:#F5F5F5}#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#6D6C6C!important}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#333!important}#hide-menu>:first-child>a,.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:38px!important}#hide-menu>:first-child>a{width:50px!important}#logo{margin-top:10px}#logo img{width:127px}.btn-header.transparent a{border:none!important;background:0 0;margin-left:0;width:25px!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}#hide-menu i{color:#6D6A69;font-size:121%}.hidden-menu #hide-menu i{color:#fff}#hide-menu i::before{content:"\f0c9"}.hidden-menu #left-panel{left:0}.hidden-menu #main{position:relative;left:210px}.hidden-menu.fixed-ribbon #ribbon{left:220px;width:100%}.fixed-ribbon #ribbon{left:0}.header-search{display:none}#search-mobile{display:block}.search-mobile .header-search{display:block;position:absolute;top:0;width:100%;height:49px;background:#333;padding:0 2px;box-sizing:border-box;left:0}.search-mobile .header-search>input[type=text]{margin-top:2px;height:45px;border-color:#333;padding-right:75px}.search-mobile .header-search>button{height:29px;line-height:29px;background:#DDD;right:44px}.search-mobile #search-mobile{display:none}.search-mobile #cancel-search-js{display:block}.hidden-tablet{display:none!important}.jarviswidget header h2{width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}
@media only screen and (min-width:320px) and (max-width:479px){.page-title{display:none}.profile-pic{text-align:left}.profile-pic>img{width:90px;margin-left:0;top:-25px;margin-right:0}.profile-pic+div>h1{font-size:20px}.profile-pic+div>h1 small{font-size:16px}.profile-carousel .carousel-indicators{top:10px}#main{margin-left:0;overflow-x:hidden}#left-panel{left:-220px}.show-stat-microcharts>div{margin-top:0!important;border-right:none!important}.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}#content,#ribbon{padding-left:5px;padding-right:5px}#header{padding-right:5px}#logo{margin-left:4px}.no-content-padding{margin:0 -5px!important}.inbox-nav-bar.no-content-padding{margin-top:-10px!important}.minified #left-panel{left:0}#header{background:#fff}#ribbon{border-bottom:1px solid #CFCFCF;border-top:1px solid #E6E6E6;background:#F5F5F5}#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#6D6C6C!important}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#333!important}#logo{width:135px}#logo-group{width:169px!important}#sparks{text-align:center;background:#E0E0E0;padding:10px 0;margin-bottom:15px}#sparks li{padding:0 10px 0 20px}#hide-menu>:first-child>a,.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:38px!important}#logo{margin-top:10px}#logo img{width:127px}.btn-header.transparent a{border:none!important;background:0 0;margin-left:0;width:25px!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}#hide-menu>:first-child>a{width:46px!important}#hide-menu i{color:#6D6A69;font-size:121%}.hidden-menu #hide-menu i{color:#fff}#hide-menu i::before{content:"\f0c9"}.hidden-menu #left-panel{left:0}.hidden-menu #main{position:relative;left:210px}.hidden-menu.fixed-ribbon #ribbon{left:220px;width:100%}.fixed-ribbon #ribbon{left:0}.hidden-mobile{display:none!important}.visible-mobile{display:inline-block!important}.ajax-notifications{height:250px}.ajax-dropdown{width:299px;height:320px;left:0;top:49px}.ajax-dropdown:before{margin-left:-14px}.ajax-dropdown:after{margin-left:-13px}.header-search{display:none}#search-mobile{display:block;margin-left:0}.search-mobile .header-search{display:block;position:absolute;top:0;width:100%;height:49px;background:#333;padding:0 2px;box-sizing:border-box;left:0}.search-mobile .header-search>input[type=text]{margin-top:2px;height:45px;border-color:#333;padding-right:75px}.search-mobile .header-search>button{height:29px;line-height:29px;background:#DDD;right:44px}.search-mobile #search-mobile{display:none}.search-mobile #cancel-search-js{display:block}.jarviswidget header h2{width:135px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}
#extr-page #main{margin-top:0!important}
#mobile-profile-img{display:none!important;padding-right:2px!important;padding-left:2px!important}
.menu-on-top #mobile-profile-img{display:block!important}
#mobile-profile-img a.userdropdown img{width:30px;margin-top:5px;margin-left:2px;border-radius:3px;border:1px solid #797979!important}
.menu-on-top .page-footer{padding:15px 13px 0}
.menu-on-top.hidden-menu #left-panel{left:0}
.menu-on-top #main{margin-left:0!important;margin-top:69px!important}
.menu-on-top #hide-menu,.menu-on-top #logout,.menu-on-top .minifyme{display:none!important}
.menu-on-top aside#left-panel{width:100%!important;min-height:0!important;height:auto;overflow:visible;box-shadow:0 2px 4px 0 rgba(0,0,0,.25);border-bottom:1px solid #222;border-top:1px solid #333}
.menu-on-top aside#left-panel nav>ul{display:block;width:100%}
.menu-on-top aside#left-panel nav>ul>li:first-child{margin-left:0}
.menu-on-top aside#left-panel nav>ul>li{position:relative;height:auto!important;padding:0!important;display:inline-block;float:left;border-right:1px solid #222;border-left:1px solid #4E4E4E;overflow:visible}
.menu-on-top aside#left-panel nav>ul>li>a{display:inline-block;height:68px;text-shadow:none!important;font-size:13px;text-decoration:none;line-height:22px;padding:10px 9px!important}
.menu-on-top li.active>a{font-weight:700!important}
.menu-on-top .login-info,.menu-on-top nav>ul>li>a b{display:none}
.menu-on-top aside#left-panel nav>ul>li>a>i{display:block!important;margin:1px 0 4px;line-height:inherit;text-align:center;font-size:24px;margin-bottom:2px;width:100%}
.menu-on-top .menu-item-parent{max-width:72px;min-width:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:13px}
.menu-on-top .menu-item-parent+span{float:none!important;top:5px;right:5px;position:absolute}
.menu-on-top nav ul ul li a{padding-left:10px!important;font-size:13px}
.menu-on-top aside#left-panel nav>ul>li:hover{background:#fff;background:-o-linear-gradient(#cfcfcf,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#ffffff', GradientType=0)}
.menu-on-top aside#left-panel nav>ul>li:hover>a{color:#333!important;border-left:1px solid #c7c7c7;border-right:1px solid #c7c7c7;padding-left:8px!important;padding-right:8px!important}
.menu-on-top aside#left-panel nav>ul>li>ul{position:absolute!important;background:#3a3633}
.menu-on-top aside#left-panel nav>ul>li:hover>ul{display:block!important}
.menu-on-top aside#left-panel nav ul li.active>a:before{content:""!important}
.menu-on-top nav>ul ul li::before,.menu-on-top nav>ul>li>ul::before{border:none}
.menu-on-top nav ul ul li a,.menu-on-top nav ul ul ul li a{color:#4C4F53}
.menu-on-top nav ul ul li a:hover,.menu-on-top nav ul ul li:hover>a,.menu-on-top nav ul ul ul li a:hover{color:#fff;background-color:#4C4F53}
.menu-on-top nav>ul ul ul{border-top:1px solid #c7c7c7!important}
.menu-on-top nav ul ul li{overflow:visible}
.menu-on-top nav ul ul,.menu-on-top nav ul ul ul{display:none!important;background:#fff!important;border:1px solid #c7c7c7;box-shadow:0 6px 12px rgba(0,0,0,.175);border-bottom:1px solid #BD2A2A;border-top:none;width:200px;border-radius:0;padding:3px;margin-left:0}
.menu-on-top nav>ul ul li:hover>ul{display:block!important;position:absolute;z-index:999;left:100%;top:-8px;background:#333}
.menu-on-top nav>ul>li>a:after{content:"\f0dd"!important;top:76%!important;color:#636363!important;left:46%}
.menu-on-top nav ul ul li:hover>a:after,.menu-on-top nav>ul ul>li a:after,.menu-on-top nav>ul ul>li a:hover:after,.menu-on-top nav>ul>li>a:after{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0da";display:block!important;position:absolute;top:9px;right:4px;color:#333}
.menu-on-top nav ul ul li:hover>a:after,.menu-on-top nav>ul ul>li a:hover:after{color:#fff}
.menu-on-top nav>ul ul>li a:only-child:after,.menu-on-top nav>ul>li>a:only-child:after{content:""!important}
.menu-on-top nav ul ul .active>a{color:#333!important}
.menu-on-top nav ul ul .active>a:hover,.menu-on-top nav ul ul li.active:hover>a{color:#fff!important}
.menu-on-top .slimScrollDiv,.menu-on-top nav{overflow:visible!important}
body.menu-on-top.fixed-header{padding-top:49px}
body.menu-on-top.fixed-header.fixed-navigation nav>ul{padding-right:0;position:relative;height:auto;width:auto;overflow:visible}
body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon{left:0;top:118px}
@media (max-width:979px){.menu-on-top #mobile-profile-img a.userdropdown img{width:39px;margin-top:0;margin-left:2px;border-radius:3px;margin-right:-3px}.menu-on-top .btn-header.pull-right{margin-left:0!important}.menu-on-top #main{margin-top:0!important}.menu-on-top #left-panel{left:0;display:none}body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon{top:49px}.menu-on-top.hidden-menu #left-panel{display:block}.menu-on-top.hidden-menu #main{left:0!important}.menu-on-top #hide-menu{display:block!important}.menu-on-top aside#left-panel nav{height:300px!important;overflow:scroll;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}.menu-on-top .menu-item-parent{white-space:inherit;overflow:visible;text-overflow:inherit;text-align:left;min-width:85%;max-width:85%;padding-left:5px}.menu-on-top .menu-item-parent+span{top:50%;margin-top:-8px}.menu-on-top nav li.active>ul{display:block}.menu-on-top nav>ul>li.active{background:#fff;background:linear-gradient(to bottom,#cfcfcf 0,#fff 66%)}.menu-on-top nav>ul>li.active>a{color:#333!important}.menu-on-top nav ul ul li:hover>a:after,.menu-on-top nav>ul ul>li a:after,.menu-on-top nav>ul ul>li a:hover:after,.menu-on-top nav>ul>li>a:after{top:50%;right:15px;font-size:15px;margin-top:-8px;content:"\f0dd"!important}.menu-on-top nav>ul ul>li a:only-child:after,.menu-on-top nav>ul>li>a:only-child:after{content:""!important}.menu-on-top nav>ul>li>a:after{top:50%!important;left:auto;margin-top:-14px;font-size:20px}.menu-on-top nav ul ul,.menu-on-top nav ul ul ul{padding:0;border:none}.menu-on-top nav ul ul ul{border-bottom:2px solid #333}.menu-on-top aside#left-panel nav>ul>li{width:100%}.menu-on-top aside#left-panel nav>ul>li>a{height:auto;display:block;padding:8px 9px!important;border-bottom:1px dotted #585858}.menu-on-top nav>ul>li>ul>li>a,.menu-on-top nav>ul>li>ul>li>ul>li>a{padding-top:10px;padding-bottom:10px}.menu-on-top aside#left-panel nav>ul>li>a>i{display:inline!important}.menu-on-top aside#left-panel nav>ul li ul{position:relative!important;width:100%;top:0;left:0}.menu-on-top aside#left-panel nav>ul>li:active>ul,.menu-on-top aside#left-panel nav>ul>li:focus>ul{display:block!important}}
.menu-on-top .top-menu-invisible,.no-menu #hide-menu,.no-menu #left-panel,.no-menu #logout{display:none!important}
.no-menu #main{margin:0!important}
.no-menu #mobile-profile-img{display:block!important}
.no-menu #mobile-profile-img a.userdropdown img{width:30px;margin-top:5px;margin-left:2px;border-radius:3px;border:1px solid #797979!important}
body:not(.menu-on-top).desktop-detected{min-height:1190px!important}
#extr-page body.desktop-detected{min-height:100%!important}
.dropzone, td.fc-other-month {
    background-image: none;
    background-color: #d3d3d3;
    background-size: 16px 16px;
}
.dropzone, td:not(.fc-other-month) {
    background-image: none;
    background-color: white;
    background-size: 16px 16px;
}
/*!
 * SmartAdmin v1.8.2 ()
 * Copyright 2011-2016 
 */
.smart-style-1 a{transition:color .1s linear 0s,background-color .1s linear 0s!important}
.smart-style-1 body.container{border-left:1px solid rgba(34,38,46,.4);border-right:1px solid rgba(34,38,46,.4)}
.smart-style-1 #header{background-image:none;background-color:#22262e}
.smart-style-1 .project-context>:first-child{color:#697B92;text-shadow:0 0 1px #111318}
.smart-style-1 #ribbon{background:#e6e6e6}
.smart-style-1 .breadcrumb>li+li:before{color:#646464}
.smart-style-1 .project-selector{color:#B9B9B9}
.smart-style-1 .btn.btn-ribbon{background-color:#697486;background-image:linear-gradient(to bottom,#6f7d94,#697486)}
.smart-style-1 #logo-group{background:#22262e!important}
.smart-style-1 #logo-group span#activity{background:#0d0f12;border:1px solid #0d0f12;color:#fff;cursor:pointer}
.smart-style-1 #logo-group>span .badge{background:#0aa699}
.smart-style-1 .btn-header>:first-child>a{background:#fb3c4a;border:1px solid #fb3c4a;color:#fff!important;cursor:pointer!important}
.smart-style-1 .btn-header>:first-child>a:hover{opacity:.9}
.smart-style-1 #cancel-search-js{background:#fb3c4a;line-height:29px!important}
.smart-style-1 .MsgTitle .txt-color-orangeDark{color:#fb3c4a!important}
.smart-style-1 .minifyme{background:#434953}
.smart-style-1 .minifyme:hover{background:#5C6C86;color:#E1E8F3}
.smart-style-1 #show-shortcut:hover>i{color:#fff}
.smart-style-1 .superbox-list.active:before{color:#1b1e24}
.smart-style-1 nav ul b{font-size:14px;margin-top:0}
.smart-style-1 nav ul b .fa-plus-square-o:before{content:"\f104"}
.smart-style-1 nav ul b .fa-minus-square-o:before{content:"\f107"}
.smart-style-1 nav ul ul{background:#22262E}
.smart-style-1 nav ul ul li>a{text-shadow:0 1px 1px #000;font-size:13px;padding-left:43px;color:#e1eaf1;display:block;font-weight:300;padding-top:6px!important;padding-bottom:6px!important;overflow:hidden}
.smart-style-1 nav ul ul li>a:hover{background:#1b1e24!important}
.smart-style-1 nav ul ul ul li a{padding:8px 17px 8px 54px!important}
.smart-style-1 nav ul ul ul ul li a{padding-left:72px!important}
.smart-style-1 nav ul ul ul ul ul li a{padding-left:90px!important}
.smart-style-1 nav ul ul ul ul ul ul li a{padding-left:108px!important}
.smart-style-1 nav ul li a:active{background:0 0}
.smart-style-1 nav ul li a:hover{color:#E1EAF1}
.smart-style-1 nav ul li a{padding:12px 17px 12px 16px}
.smart-style-1 nav>ul>li>a>i{font-size:17px;vertical-align:0}
.smart-style-1 nav>ul>li>a b{right:17px;top:12px}
.smart-style-1 nav>ul>li>a>i:after{border:1px solid #fff}
.smart-style-1 nav>ul>li>a:hover i{-webkit-animation-name:none;animation-name:none}
.smart-style-1 .header-search>input[type=text]{border-color:#FFF!important;border-radius:2px}
.smart-style-1 .header-dropdown-list a.dropdown-toggle{color:#FFF;text-decoration:none}
.smart-style-1 .login-info{height:auto}
.smart-style-1 .login-info>span{padding:5px 10px}
.smart-style-1 .login-info img{width:35px;border-radius:50%}
.smart-style-1 .login-info a{margin-top:2px}
.smart-style-1 .login-info a span{max-width:136px}
.smart-style-1 .login-info a:hover{color:#fff}
.smart-style-1 #activity.active .badge{background:#0aa699!important}
.smart-style-1 .ajax-dropdown{background:#E2E8F1}
.smart-style-1 .ajax-notifications{background:#fff}
.smart-style-1 img.online{border-left-color:#0AA699!important}
.smart-style-1 .onoffswitch-inner:before{background-color:#36AECC!important}
.smart-style-1 .bg-color-red{background-color:#fb3c4a!important}
.smart-style-1 .jarviswidget-color-darken>header{background:#1B1E24!important;border-color:#1B1E24!important}
.smart-style-1 .jarviswidget-color-blueDark>header{background:#353D4B!important;border-color:#353D4B!important}
.smart-style-1 .jarviswidget-color-blue>header{background:#688F9E;border-color:#6A838D!important}
.smart-style-1 .jarviswidget-color-purple>header{background:#736086}
.smart-style-1 .jarviswidget-color-red>header{background:#C02631;border-color:#8F2129!important}
.smart-style-1 .jarviswidget .bg-color-red{background:#C02631!important}
.smart-style-1 .ui-chatbox-titlebar{background:#3E4553!important}
.smart-style-1 .ui-chatbox-titlebar.ui-state-focus{background:#1B1F27!important}
.smart-style-1 #ribbon .breadcrumb li:last-child,.smart-style-1 #ribbon .breadcrumb>.active{color:#868686}
.smart-style-1 #ribbon .breadcrumb,.smart-style-1 #ribbon .breadcrumb a{color:#747474!important}
.smart-style-1 .dropdown-menu,.smart-style-1 .open>.dropdown-menu{padding:4px}
.smart-style-1 .dropdown-menu>li>a{border-radius:4px;margin:3px 0}
.smart-style-1 .page-footer,.smart-style-1 .superbox-show,.smart-style-1 aside{background:#1b1e24}
.smart-style-1 .login-info,.smart-style-1 .login-info span{border-bottom:none}
.smart-style-1 nav>ul ul li::before,.smart-style-1 nav>ul>li>ul::before{border:none!important}
.smart-style-1 .login-info a,.smart-style-1 .login-info strong,.smart-style-1 nav ul li a{color:#8b91a0}
.smart-style-1 .pagination>.active>a,.smart-style-1 .pagination>.active>a:focus,.smart-style-1 .pagination>.active>a:hover,.smart-style-1 .pagination>.active>span,.smart-style-1 .pagination>.active>span:focus,.smart-style-1 .pagination>.active>span:hover{background-color:#36AECC;border-color:#36AECC}
.smart-style-1.minified .login-info a{margin-top:6px}
.smart-style-1.minified .login-info img{width:30px!important}
.smart-style-1.minified .login-info span{padding:0 5px!important}
.smart-style-1.minified nav ul li a{padding:12px 17px 12px 14px}
.smart-style-1.minified nav ul ul li>a:hover{background:#30343D!important}
.smart-style-1.minified nav ul ul li>a{padding-left:13px;padding-right:13px!important}
.smart-style-1.minified nav ul ul ul li a{padding-left:33px!important;padding-right:13px!important}
.smart-style-1.minified nav ul ul ul ul li a{padding-left:43px!important;padding-right:13px!important}
.smart-style-1.minified nav ul ul ul ul ul li a{padding-left:53px!important;padding-right:13px!important}
.smart-style-1.minified nav ul ul ul ul ul ul li a{padding-left:63px!important;padding-right:13px!important}
.smart-style-1.minified nav ul>li>ul>li>ul{background:#1B1E24}
.smart-style-1.minified nav>ul>li{border-bottom:1px solid #131416;border-top:1px solid #303031}
.smart-style-1.minified nav>ul>li>a>i{font-size:18px}
.smart-style-1.minified nav>ul>li>ul{background:#1B1E24}
.smart-style-1.minified nav>ul>li>ul>li{background:#22262E}
.smart-style-1.minified nav>ul>li>ul>li>ul>li{background:#1B1E24}
.smart-style-1 .jarviswidget .bg-color-greenLight,.smart-style-1 .jarviswidget-color-greenLight>header{border-color:#96B447!important;background:#96B447!important}
.smart-style-1 .jarviswidget .bg-color-yellow,.smart-style-1 .jarviswidget-color-yellow>header{border-color:#DBB727!important;background:#FDD01C!important;color:#25241F}
.smart-style-1 .jarviswidget .bg-color-pink,.smart-style-1 .jarviswidget-color-pink>header{background:#DB8EBB!important}
.smart-style-1.menu-on-top nav ul ul li>a{text-shadow:none!important;color:#646E75}
.smart-style-1.menu-on-top nav ul ul li a{padding-left:10px!important;font-size:13px}
.smart-style-1.menu-on-top nav ul ul li:hover>a{color:#fff;background-color:#1b1e24}
.smart-style-1.menu-on-top nav ul ul .active>a{color:#fff!important}
.smart-style-1.menu-on-top nav>ul ul ul{border-top:1px solid #c7c7c7!important}
.smart-style-1.menu-on-top nav>ul ul li:hover>ul{background:#333}
.smart-style-1.menu-on-top nav>ul>li>a:after{color:#8AA1B3!important}
.smart-style-1.menu-on-top aside{background:#14161B}
.smart-style-1.menu-on-top aside#left-panel{box-shadow:0 2px 4px 0 rgba(0,0,0,.25);border-bottom:1px solid #222;border-top:1px solid #333}
.smart-style-1.menu-on-top aside#left-panel nav>ul>li{border-right:1px solid transparent;border-left:1px solid transparent}
.smart-style-1.menu-on-top aside#left-panel nav>ul>li>a{text-shadow:none!important;font-size:13px;padding:10px 9px!important}
.smart-style-1.menu-on-top aside#left-panel nav>ul>li>ul{background:#3a3633}
.smart-style-1.menu-on-top aside#left-panel nav>ul>li:hover{border-right-color:#333;border-left-color:#333;background:#fff;background:linear-gradient(to bottom,#04070c,#2e3e57 66%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04070C', endColorstr='#2E3E57', GradientType=0)}
.smart-style-1.menu-on-top aside#left-panel nav>ul>li:hover>a{color:#F1F1F1!important;border-left:1px solid #000;border-right:1px solid #000;padding-left:8px!important;padding-right:8px!important}
.smart-style-1.menu-on-top nav ul ul li a,.smart-style-1.menu-on-top nav ul ul ul li a{color:#D8DEE5}
.smart-style-1.menu-on-top nav ul ul li a:hover,.smart-style-1.menu-on-top nav ul ul ul li a:hover{color:#fff;background-color:#1b1e24!important}
.smart-style-1.menu-on-top nav ul ul,.smart-style-1.menu-on-top nav ul ul ul{background:#2e3e57!important;border:1px solid transparent;padding:0}
.smart-style-1.menu-on-top nav ul ul li:hover>a:after,.smart-style-1.menu-on-top nav>ul ul>li a:after,.smart-style-1.menu-on-top nav>ul ul>li a:hover:after,.smart-style-1.menu-on-top nav>ul>li>a:after{color:#D5D5D5}
.smart-style-1.menu-on-top nav ul ul li:hover>a:after,.smart-style-1.menu-on-top nav>ul ul>li a:hover:after{color:#fff}
.smart-style-1.menu-on-top nav>ul ul>li a:only-child:after,.smart-style-1.menu-on-top nav>ul>li>a:only-child:after{content:""!important}
.smart-style-1.menu-on-top nav ul ul li.active:hover>a,.smart-style-1.menu-on-top nav ul ul li.active>a:hover{color:#fff!important}
@media (max-width:979px) and (min-width:768px){.smart-style-1 #hide-menu i{color:#fff!important}}
@media (max-width:767px){.smart-style-1 #hide-menu i{color:#fff!important}}
@media only screen and (max-width:679px) and (min-width:0){.smart-style-1 #hide-menu i{color:#fff!important}}
@media only screen and (max-width:479px) and (min-width:320px){.smart-style-1 #sparks{background:#fff}.smart-style-1 #cancel-search-js,.smart-style-1 .search-mobile .header-search>button{border-radius:3px}}
.smart-style-2 #shortcut{background-color:rgba(255,255,255,.9)}
.smart-style-2 #shortcut ul{box-shadow:0 4px 10px rgba(0,0,0,.3);border-bottom:1px solid #A8BADB}
.smart-style-2 .superbox-list.active:before{color:#2C3742}
.smart-style-2 .superbox-img-description{color:#9EA8B1!important}
.smart-style-2 .project-context>:first-child{text-shadow:none}
.smart-style-2 .project-selector{color:#B2C1D5}
.smart-style-2 .project-selector:hover{color:#fff}
.smart-style-2 #logo-group span#activity{background:none!important;border:none!important;color:#C5C6CA}
.smart-style-2 #logo-group span#activity:hover{color:#fff}
.smart-style-2 #logo-group>span .badge{background:#008DC4}
.smart-style-2 .header-search>input[type=text]{background:#161B22;border:1px solid #0F1217;color:#fff;border-radius:4px}
.smart-style-2 #ribbon{background:#fff}
.smart-style-2 .btn.btn-ribbon{background:#9498A0}
.smart-style-2 aside{background:#F7F7F7;background:linear-gradient(to right,#f7f7f7 99%,#cacaca 100%);min-height:100%}
.smart-style-2 #left-panel{padding-right:15px;padding-left:15px;padding-bottom:15px;padding-top:64px}
.smart-style-2 .login-info{margin-bottom:7px!important;height:auto}
.smart-style-2 .login-info span{padding:5px 10px 7px;background:#FFF;border-radius:4px}
.smart-style-2 .login-info a{font-size:16px!important;color:#33455A;margin-top:2px}
.smart-style-2 .login-info a span{padding:0;font-size:16px!important;max-width:105px}
.smart-style-2 .login-info img{width:35px}
.smart-style-2 nav ul li a{color:#69737A!important;font-size:12px!important}
.smart-style-2 nav ul ul{background:0 0}
.smart-style-2 nav ul ul>li:hover b{color:#69737A!important}
.smart-style-2 nav ul ul li>a{padding-left:23px}
.smart-style-2 nav ul ul ul li a{padding-left:30px}
.smart-style-2 nav ul ul ul ul li a{padding-left:40px}
.smart-style-2 nav ul ul ul ul ul li a{padding-left:50px}
.smart-style-2 nav ul ul ul ul ul ul li a{padding-left:60px}
.smart-style-2 nav>ul>li>a{padding-top:16px;padding-bottom:16px}
.smart-style-2 nav>ul>li>a>i{font-size:25px!important}
.smart-style-2 nav>ul>li>a b{top:16px}
.smart-style-2 .jarviswidget-color-blueDark>header{background:#2C3742!important;border-color:#2C3742!important}
.smart-style-2 .btn-success{background-color:#96bf48;border-color:#84A83E}
.smart-style-2 .btn-danger{background-color:#DB4A67;border-color:#CA4862}
.smart-style-2 .btn-warning{background-color:#E2B14A;border-color:#C99D42}
.smart-style-2 .bg-color-red{background:#DB4A67!important}
.smart-style-2 .bg-color-blue{background:#4387bf!important}
.smart-style-2 .smart-form .toggle i:before{background-color:#3b9ff3}
.smart-style-2 .bg-color-greenLight{background-color:#89AD45!important}
.smart-style-2 .bg-color-orange{background-color:#D6A848!important}
.smart-style-2 .bg-color-teal{background-color:#5ba0a3!important}
.smart-style-2 .minifyme{background:#D7DAE2;border-bottom:1px solid #818181;color:#7E7E7E}
.smart-style-2 .minifyme:hover{color:#4E4E4E}
.smart-style-2 .onoffswitch-inner:before{background:#3b9ff3;border-color:#3b9ff3 #257DC7 #2A7DC4}
.smart-style-2 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{color:#84A83E}
.smart-style-2 .ui-chatbox-titlebar{background:#576574!important}
.smart-style-2 .ui-chatbox-titlebar.ui-state-focus{background:#2C3742!important}
body.smart-style-2{background:#fff}
.smart-style-2 #header,.smart-style-2 .page-footer,.smart-style-2 .superbox-show{background-image:none;background-color:#2C3742}
.smart-style-2 #hide-menu a>i,.smart-style-2 .btn-header>:first-child>a{background:0 0;border:none!important;color:#C5C6CA!important;box-shadow:none!important}
.smart-style-2 #hide-menu a:hover i,.smart-style-2 .btn-header>:first-child>a:hover{color:#fff!important;cursor:pointer!important}
.smart-style-2 .header-dropdown-list a.dropdown-toggle,.smart-style-2 .header-search>button{color:#C5C6CA}
.smart-style-2.fixed-ribbon #ribbon{border-bottom:1px solid #E0E0E0}
.smart-style-2 #ribbon .breadcrumb,.smart-style-2 #ribbon .breadcrumb a,.smart-style-2 #ribbon .breadcrumb li:last-child,.smart-style-2 #ribbon .breadcrumb>.active{color:#7C7C7C!important}
.menu-on-top.smart-style-2 #left-panel{padding-top:49px!important}
.smart-style-2 .login-info,.smart-style-2 .login-info span{border:0!important;box-shadow:none!important}
.smart-style-2 nav ul .active>a,.smart-style-2 nav ul li.open>a,.smart-style-2 nav ul li.open>a b{color:#202427!important;font-weight:700}
.smart-style-2 nav ul li a:hover,.smart-style-2 nav ul ul li>a:hover{color:#202427!important;background:none!important}
.smart-style-2 nav>ul ul li::before,.smart-style-2 nav>ul>li>ul::before{border:none!important}
.smart-style-2 .btn-primary,.smart-style-2 .smart-form .button{background-color:#3b9ff3;border-color:#3292E2}
.smart-style-2 .btn-primary.active,.smart-style-2 .btn-primary:active,.smart-style-2 .btn-primary:focus,.smart-style-2 .btn-primary:hover,.smart-style-2 .open .dropdown-toggle.btn-primary{background-color:#3E90D4;border-color:#2F7DBE}
.smart-style-2 .dropdown-menu>li>a:focus,.smart-style-2 .dropdown-menu>li>a:hover{background-color:#3E90D4}
.smart-style-2 .btn-success.active,.smart-style-2 .btn-success:active,.smart-style-2 .btn-success:focus,.smart-style-2 .btn-success:hover,.smart-style-2 .open .dropdown-toggle.btn-success{background-color:#89AD45;border-color:#78973B}
.smart-style-2 .btn-danger.active,.smart-style-2 .btn-danger:active,.smart-style-2 .btn-danger:focus,.smart-style-2 .btn-danger:hover,.smart-style-2 .open .dropdown-toggle.btn-danger{background-color:#CF4762;border-color:#C0455E}
.smart-style-2 .btn-warning.active,.smart-style-2 .btn-warning:active,.smart-style-2 .btn-warning:focus,.smart-style-2 .btn-warning:hover,.smart-style-2 .open .dropdown-toggle.btn-warning{background-color:#D6A848;border-color:#C09844}
.smart-style-2 .pagination>.active>a,.smart-style-2 .pagination>.active>a:focus,.smart-style-2 .pagination>.active>a:hover,.smart-style-2 .pagination>.active>span,.smart-style-2 .pagination>.active>span:focus,.smart-style-2 .pagination>.active>span:hover{background-color:#3b9ff3}
.smart-style-2.minified .login-info{margin:0!important}
.smart-style-2.minified .login-info a{margin-top:4px}
.smart-style-2.minified .login-info span{padding:0}
.smart-style-2.minified #left-panel{padding:0!important;padding-top:50px!important}
.smart-style-2.minified nav ul>li>a{padding:12px 11px}
.smart-style-2.minified nav ul li.active>a:before{height:23px;right:-19px;top:7px;font-size:20px;color:#FFF}
.smart-style-2.minified nav>ul>li{border-bottom:1px solid #E6E6E6;border-top:1px solid #FFF}
.smart-style-2.minified nav>ul>li>a>i{font-size:18px!important}
.smart-style-2.minified nav>ul>li>ul,.smart-style-2.minified nav>ul>li>ul>li,.smart-style-2.minified nav>ul>li>ul>li>ul>li{background:#fff!important}
.smart-style-2 .smart-form .checkbox input:checked+i,.smart-style-2 .smart-form .radio input:checked+i,.smart-style-2 .smart-form .toggle input:checked+i{border-color:#3b9ff3}
.smart-form .rating input+label:hover,.smart-form .rating input+label:hover~label{color:#3b9ff3}
.smart-style-2.menu-on-top .menu-item-parent{font-size:10px}
.smart-style-2.menu-on-top #left-panel{padding-right:0;padding-left:0;padding-bottom:0}
.smart-style-2.menu-on-top nav ul ul li>a{text-shadow:none!important;color:#646E75}
.smart-style-2.menu-on-top nav ul ul li a{padding-left:10px!important;font-size:13px}
.smart-style-2.menu-on-top nav ul ul li:hover>a{color:#fff!important;background-color:#5E6C88}
.smart-style-2.menu-on-top nav ul ul .active>a{color:#fff!important}
.smart-style-2.menu-on-top nav>ul ul ul{border-top:1px solid #c7c7c7!important}
.smart-style-2.menu-on-top nav>ul ul li:hover>ul{background:#333}
.smart-style-2.menu-on-top nav>ul>li>a:after{color:#8AA1B3!important}
.smart-style-2.menu-on-top aside{background:inherit}
.smart-style-2.menu-on-top aside#left-panel{box-shadow:none;border-bottom:1px solid #B8B8B8;border-top:1px solid #333}
.smart-style-2.menu-on-top aside#left-panel nav>ul>li{border-right:1px solid transparent;border-left:1px solid transparent}
.smart-style-2.menu-on-top aside#left-panel nav>ul>li>a{text-shadow:none!important;font-size:13px;padding:10px 9px!important}
.smart-style-2.menu-on-top aside#left-panel nav>ul>li>ul{background:#2C3742}
.smart-style-2.menu-on-top aside#left-panel nav>ul>li:hover{background:#2e3e57;border-right-color:#fff;border-left-color:#fff}
.smart-style-2.menu-on-top aside#left-panel nav>ul>li:hover>a{color:#F1F1F1!important;border-left:1px solid #000;border-right:1px solid #000;padding-left:8px!important;padding-right:8px!important}
.smart-style-2.menu-on-top nav ul ul li a,.smart-style-2.menu-on-top nav ul ul ul li a{color:#ADBED3!important}
.smart-style-2.menu-on-top nav ul ul li a:hover,.smart-style-2.menu-on-top nav ul ul ul li a:hover{color:#fff;background-color:#5E6C88!important}
.smart-style-2.menu-on-top nav ul ul,.smart-style-2.menu-on-top nav ul ul ul{background:#2e3e57!important;border:1px solid transparent}
.smart-style-2.menu-on-top nav ul ul li:hover>a:after,.smart-style-2.menu-on-top nav>ul ul>li a:after,.smart-style-2.menu-on-top nav>ul ul>li a:hover:after,.smart-style-2.menu-on-top nav>ul>li>a:after{color:#D5D5D5}
.smart-style-2.menu-on-top nav ul ul li:hover>a:after,.smart-style-2.menu-on-top nav>ul ul>li a:hover:after{color:#fff}
.smart-style-2.menu-on-top nav ul ul .active>a:hover,.smart-style-2.menu-on-top nav ul ul li.active:hover>a{color:#fff!important}
.smart-style-3 body,body.smart-style-3{background:#fff!important;font-family:Arial,sans-serif}
.smart-style-3 #logo img{width:125px;height:auto;padding-left:3px;margin-top:-3px}
.smart-style-3 #header{background-color:#f78c40;background-image:linear-gradient(to bottom,#f78c40,#d67632)}
.smart-style-3 #ribbon{background:#fff}
.smart-style-3 #hide-menu i{color:#fff!important}
.smart-style-3 .header-dropdown-list>li>.dropdown-toggle{display:block;background:rgba(0,0,0,.2);padding:2px 7px 3px;border-radius:3px;margin-top:14px}
.smart-style-3 .header-search>input[type=text]{border-color:#CA854F}
.smart-style-3 .header-search>button{color:#DF9B45}
.smart-style-3 aside{background:#f2f2f2;border-right:2px solid #ccc}
.smart-style-3 .login-info{border-bottom:1px solid #E2E2E2;background:#fff;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}
.smart-style-3 .login-info span{border-bottom:none}
.smart-style-3 .login-info a span{color:#444!important}
.smart-style-3 nav>ul>li{background-color:#f2f2f2;background-image:linear-gradient(to bottom,#f9f9f9,#f2f2f2);border-bottom:1px solid #DFDFDF}
.smart-style-3 nav>ul>li>a{padding:12px 10px 12px 11px;font-size:13px}
.smart-style-3 nav>ul>li>a b{top:12px}
.smart-style-3 nav>ul>li>a>i{color:#4D8BA5;font-size:20px}
.smart-style-3 nav>ul>li.active>a:before{top:10px!important}
.smart-style-3 nav>ul>li.open{border-left:4px solid #4D8BA5}
.smart-style-3 nav>ul>li.open>a{padding-left:7px}
.smart-style-3 nav>ul>li.open ul li>a,.smart-style-3 nav>ul>li.open>ul>li>a{padding-left:38px}
.smart-style-3 nav ul li.active>a:before{top:6px;color:#bbb}
.smart-style-3 nav ul li.active>a{font-weight:700}
.smart-style-3 nav ul ul{background:0 0}
.smart-style-3 nav ul ul li>a{font-size:13px}
.smart-style-3 nav ul li a:hover{background:rgba(0,0,0,.05)!important}
.smart-style-3 .superbox-list.active:before{color:#3D3B39}
.smart-style-3 .active+.ajax-dropdown{box-shadow:1px 14px 16px rgba(61,35,14,.55)}
.smart-style-3 .dropdown-menu{border-radius:0;border-bottom:2px solid #ADADAD;background:#FDDFB3}
.smart-style-3 .dropdown-menu>li>a{color:#4E361B}
.smart-style-3 .dropdown-menu .divider{background-color:#EBC7A6}
.smart-style-3 .dropdown-menu-large .dropdown-header{color:#5C391E}
.smart-style-3 .has-warning .form-control{border-color:#c09853!important}
.smart-style-3 .has-error .form-control{border-color:#b94a48!important}
.smart-style-3 .has-success .form-control{border-color:#468847!important}
.smart-style-3 #shortcut{background-color:rgba(25,16,6,.85)}
.smart-style-3 .ui-chatbox-titlebar{background-color:#66605B!important}
.smart-style-3 .ui-chatbox-titlebar.ui-state-focus{background-color:#4B433C!important}
.smart-style-3 #ribbon .breadcrumb,.smart-style-3 #ribbon .breadcrumb a{color:#7C7C7C!important}
.smart-style-3 #ribbon .breadcrumb li:last-child,.smart-style-3 #ribbon .breadcrumb>.active{color:#5F5F5F}
.smart-style-3.fixed-ribbon #ribbon{box-shadow:0 .0625em .3125em rgba(0,0,0,.35)}
.smart-style-3 #logo-group span#activity,.smart-style-3 .btn-header>:first-child>a{background-color:#DD7C37;background-image:linear-gradient(to bottom,#dd7c37,#b9662b);color:#fff!important;border:1px solid #f09d61;text-shadow:#985813 0 -1px}
.smart-style-3 #logo-group span#activity:active,.smart-style-3 #logo-group span#activity:hover,.smart-style-3 .btn-header>:first-child>a:active,.smart-style-3 .btn-header>:first-child>a:hover{box-shadow:inset 1px 1px 0 #985813,inset -1px -1px 0 #985813;background-color:#dd7a35;background-image:linear-gradient(to bottom,#dd7a35,#984a13)}
.smart-style-3 .header-dropdown-list>li>.dropdown-toggle,.smart-style-3 .project-context>:first-child,.smart-style-3 .project-selector{color:#fff;text-shadow:#985813 0 -1px}
.smart-style-3 nav ul li a,.smart-style-3 nav ul li.open>a,.smart-style-3 nav ul li.open>a b{color:#444!important}
.smart-style-3 nav>ul ul li::before,.smart-style-3 nav>ul>li>ul::before{border:none}
.smart-style-3 .page-footer,.smart-style-3 .superbox-show{background:#3D3B39}
.smart-style-3.minified nav>ul>li{border-bottom:1px solid #E9E4E4;border-top:1px solid #FFF}
.smart-style-3.minified nav>ul>li.open ul li>a{padding-left:14px}
.smart-style-3.minified nav>ul>li>ul,.smart-style-3.minified nav>ul>li>ul>li>ul>li{background-color:rgba(69,69,69,.9)}
.smart-style-3.minified nav ul li a,.smart-style-3.minified nav ul li.open>a,.smart-style-3.minified nav ul li.open>a b{color:#fff!important}
.smart-style-3 .dropdown-menu>.active>a,.smart-style-3 .dropdown-menu>.active>a:hover,.smart-style-3 .dropdown-menu>li>a:focus,.smart-style-3 .dropdown-menu>li>a:hover,.smart-style-3 .tt-suggestion.tt-is-under-cursor{background-color:#EC9519;color:#fff}
.smart-style-3 .dropdown-menu-large>li ul>li>a:focus,.smart-style-3 .dropdown-menu-large>li ul>li>a:hover{border-radius:3px;background-color:#F1B686}
.smart-style-3 input:not([type]),.smart-style-3 input[type=color],.smart-style-3 input[type=email],.smart-style-3 input[type=number],.smart-style-3 input[type=password],.smart-style-3 input[type=tel],.smart-style-3 input[type=text],.smart-style-3 input[type=url],.smart-style-3 textarea{border-top-color:#a3a3a3;border-left-color:#a3a3a3;border-bottom-color:#ccc;border-right-color:#ccc;box-shadow:inset 0 1px 0 #d6d6d6;color:#000}
.smart-style-3 .select2-container-multi .select2-choices .select2-search-field input,.smart-style-3 .tt-hint{box-shadow:none!important;border:none!important}
.smart-style-3 .SmallBox span,.smart-style-3 .bigBox span{letter-spacing:0}
.smart-style-3.menu-on-top nav ul ul li>a{color:inherit}
.smart-style-3.menu-on-top nav ul ul li a{padding-left:10px!important;font-size:13px}
.smart-style-3.menu-on-top nav ul ul li:hover>a{color:#fff}
.smart-style-3.menu-on-top nav ul ul .active>a{color:#333!important}
.smart-style-3.menu-on-top nav ul>li>ul{left:-2px}
.smart-style-3.menu-on-top nav>ul>li>a:hover{background:#fff!important}
.smart-style-3.menu-on-top nav>ul>li>a:after{color:#8AA1B3!important}
.smart-style-3.menu-on-top aside{background:inherit}
.smart-style-3.menu-on-top aside#left-panel{box-shadow:0 2px 4px 0 rgba(0,0,0,.25);border-bottom:1px solid #fff;border-top:1px solid #fff}
.smart-style-3.menu-on-top aside#left-panel nav>ul>li{border-right:1px solid #E2E2E2;border-left:1px solid #FFF}
.smart-style-3.menu-on-top aside#left-panel nav>ul>li>a{text-shadow:none!important;font-size:13px;padding:10px 9px!important;border:none!important}
.smart-style-3.menu-on-top aside#left-panel nav>ul>li:hover{background:#fff}
.smart-style-3.menu-on-top nav ul ul,.smart-style-3.menu-on-top nav ul ul ul{border-color:#E2E2E2}
.smart-style-3.menu-on-top nav ul ul li a:hover,.smart-style-3.menu-on-top nav ul ul li:hover>a,.smart-style-3.menu-on-top nav ul ul ul li a:hover{background:rgba(0,0,0,.05)}
.smart-style-3.menu-on-top nav ul ul li a,.smart-style-3.menu-on-top nav ul ul ul li a{color:#D8DEE5}
.smart-style-3.menu-on-top nav ul ul li a:hover,.smart-style-3.menu-on-top nav ul ul ul li a:hover{color:#fff}
.smart-style-3.menu-on-top nav ul ul li:hover>a:after,.smart-style-3.menu-on-top nav>ul ul>li a:after,.smart-style-3.menu-on-top nav>ul ul>li a:hover:after,.smart-style-3.menu-on-top nav>ul>li>a:after{color:inherit}
.smart-style-3.menu-on-top nav ul ul .active>a:hover,.smart-style-3.menu-on-top nav ul ul li.active:hover>a{color:#333!important}
@media (max-width:979px){.smart-style-3 #content{padding-left:5px;padding-right:5px}.smart-style-3 #ribbon{margin-left:0;margin-right:0;margin-top:0;border-radius:0}}
body.smart-style-4{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}
.smart-style-4 .ribbon-button-alignment{display:none}
.smart-style-4:not(.menu-on-top) #left-panel{padding-top:49px}
.smart-style-4 #ribbon{position:absolute!important;z-index:1;left:3px;top:30px;background:0 0;font-size:11px;font-weight:700}
.smart-style-4 #header{background:#fff;box-shadow:0 2px 2px rgba(0,0,0,.05),0 1px 0 rgba(0,0,0,.05)}
.smart-style-4 #header>:first-child{background:#71a06a}
.smart-style-4 .login-info>span{border-bottom-color:#000}
.smart-style-4 .page-title{margin:8px 0 13px;font-size:24px}
.smart-style-4 .page-title>span{font-size:14px}
.smart-style-4 .page-title>i:first-child{display:none}
.smart-style-4 #logo-group span#activity{background:#5a8354;background:-o-linear-gradient(#8fb489,#5a8354);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb489', endColorstr='#5a8354', GradientType=0);border-color:#5a8354;color:#e8efe7}
.smart-style-4:not(.mobile-view-activated) .login-info{display:none}
.smart-style-4:not(.mobile-view-activated) #mobile-profile-img{display:inline-block!important}
.smart-style-4 #mobile-profile-img a.userdropdown img{margin-left:3px}
.smart-style-4 #mobile-profile-img>li{display:inline-block;padding-right:0;margin-right:-3px}
.smart-style-4 aside{background:#3a3f51}
.smart-style-4 aside .minifyme{background:#71a06a;color:#e8efe7}
.smart-style-4 aside .minifyme:hover{background:#8fb489;color:#fff}
.smart-style-4:not(.menu-on-top) nav ul li.active:not(.open)>a:before,.smart-style-4:not(.menu-on-top) nav>ul>li.active:not(.open)>a:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAqBAMAAAAt0TTmAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACnRSTlMABQMJDRIBFhofGayHogAAAOFJREFUKM+F070RgzAMBeBU6QkbuKDnlA1INoCjpWIDzmyA2QC2zVMC6IfcIbrvnjC2xe1v3XuUs4AqoN6gBjMuYOcNqINElHskLqDuflY/fKjgC1VRCZTgu/6isaZpoByU5nYAIqgtRiRhJZp3HKc4AInUynOKQNs8LwlWc3MoNluXNEWsYmxNabdwGDefbRp4YW2rmM1dv8+ue/4+v49MLB37lTMYQdxKclbq/ELfbdaCEOPX2ftA7HRviMHU/SIl1yazUdrZ2MjMUA7gaSn8/IE6ZSHD42Y3oGQH+l+4qg+S/XPD6LV6iwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:left;border-left:4px solid #fff;left:0;height:20px;top:6px}
.smart-style-4 nav>ul>li.active:not(.open)>a:before{height:26px!important;top:7px!important}
.smart-style-4 nav ul li a{color:#bbc0cf;transition:background-color .2s ease-in-out 0s;font-size:13px;padding-top:12px;padding-bottom:11px}
.smart-style-4 nav>ul>li>a{padding-top:13px;padding-bottom:13px}
.smart-style-4 nav>ul>li>a b{top:11px;font-size:14px}
.smart-style-4 nav>ul ul li a{padding-top:9px;padding-bottom:8px}
.smart-style-4:not(.minified) nav ul ul li>a{padding-left:46px}
.smart-style-4:not(.minified) nav ul ul ul li a{padding-left:69px}
.smart-style-4:not(.minified) nav ul ul ul ul li a{padding-left:92px}
.smart-style-4:not(.minified) nav ul ul ul ul ul li a{padding-left:115px}
.smart-style-4:not(.minified) nav ul ul ul ul ul ul li a{padding-left:138px}
.smart-style-4:not(.minified) nav>ul>li>a>i{margin-right:9px}
.smart-style-4:not(.menu-on-top) nav ul li a:hover{background:#313645;color:#fff}
.smart-style-4 nav ul li a:active{background:#292d39;color:#fff}
.smart-style-4 nav ul li.open>a,.smart-style-4 nav ul ul,.smart-style-4.minified nav li li,.smart-style-4.minified nav ul ul{background:#363a4b}
.smart-style-4 nav>ul ul li:before,.smart-style-4 nav>ul>li>ul:before{border:none}
.smart-style-4 #content>.row:first-child{background-color:#f7f7f9;margin-top:-10px;padding-top:10px;margin-bottom:13px;padding-bottom:7px;border-bottom:1px solid #d9dbe4}
.smart-style-4 #ribbon,.smart-style-4 #smart-fixed-ribbon+span{display:none}
.smart-style-4.fixed-ribbon #content{padding-top:10px}
.smart-style-4 .superbox-show{background:#1e212a}
.smart-style-4 .superbox-list.active:before{color:#1e212a}
.smart-style-4 .superbox-imageinfo span{color:#a7acc0}
@media (max-width:979px){.smart-style-4 #header{background:#71a06a}.smart-style-4 #hide-menu>:first-child>a{border-color:#FFF!important}.smart-style-4:not(.menu-on-top) #left-panel{margin-top:0!important}.smart-style-4 #project-context>:first-child,.smart-style-4 #project-selector,.smart-style-4 .btn-header.transparent a,.smart-style-4 .header-dropdown-list>li>.dropdown-toggle,.smart-style-4 .project-context>:first-child,.smart-style-4 .project-selector{color:#fff!important;text-shadow:none}}
.smart-style-5{background:url('glass.f6b6d5494bb268cb181c.jpg') no-repeat center top fixed;background-size:cover;color:#fff}
.smart-style-5 #header,.smart-style-5 #logo-group span#activity,.smart-style-5 #ribbon,.smart-style-5 .btn-header>:first-child>a,.smart-style-5 .header-search>input[type=text],.smart-style-5 .jvectormap-container{background:none!important}
.smart-style-5.fixed-header #header{background:rgba(0,0,0,.7)!important}
.smart-style-5.fixed-ribbon #ribbon{background:rgba(0,0,0,.23)!important}
.smart-style-5 #logo-group span#activity,.smart-style-5 .btn-header>:first-child>a,.smart-style-5 .header-search>input[type=text],.smart-style-5 .jarviswidget>header,.smart-style-5 .login-info{border-color:transparent}
.smart-style-5 #logo-group span#activity:hover,.smart-style-5 .btn-header>:first-child>a:hover,.smart-style-5 .header-search>input[type=text]:hover,.smart-style-5 .jarviswidget>header:hover,.smart-style-5 .login-info:hover{box-shadow:none}
#extr-page .smart-style-5 h4.paragraph-header,#extr-page .smart-style-5 h5.about-heading,.smart-style-5 #logo-group span#activity,.smart-style-5 #project-context>:first-child,.smart-style-5 #project-selector,.smart-style-5 .bs-example-type .table .info,.smart-style-5 .close,.smart-style-5 .close:focus,.smart-style-5 .close:hover,.smart-style-5 .dd-handle>span,.smart-style-5 .dropdown-menu>li>a,.smart-style-5 .dygraph-axis-label,.smart-style-5 .easy-pie-chart .percent,.smart-style-5 .h1 .small,.smart-style-5 .h1 small,.smart-style-5 .h2 .small,.smart-style-5 .h2 small,.smart-style-5 .h3 .small,.smart-style-5 .h3 small,.smart-style-5 .h4 .small,.smart-style-5 .h4 small,.smart-style-5 .h5 .small,.smart-style-5 .h5 small,.smart-style-5 .h6 .small,.smart-style-5 .h6 small,.smart-style-5 .header-search>button,.smart-style-5 .highlight,.smart-style-5 .highlight pre code,.smart-style-5 .inbox-data-message>:first-child,.smart-style-5 .inbox-data-message>:first-child span,.smart-style-5 .inbox-menu-lg li a,.smart-style-5 .irs-grid-pol,.smart-style-5 .irs-grid-text,.smart-style-5 .irs-max,.smart-style-5 .irs-min,.smart-style-5 .jarviswidget header:first-child .nav-tabs li a,.smart-style-5 .jarviswidget>header,.smart-style-5 .nav-tabs>li>a,.smart-style-5 .notification-body .from,.smart-style-5 .notification-body time,.smart-style-5 .page-title span,.smart-style-5 .pager .disabled>a,.smart-style-5 .pager .disabled>a:focus,.smart-style-5 .pager .disabled>a:hover,.smart-style-5 .pager .disabled>span,.smart-style-5 .project-context>:first-child,.smart-style-5 .project-selector,.smart-style-5 .responsive-utilities td.is-visible,.smart-style-5 .row-seperator-header,.smart-style-5 .smart-form .checkbox input+i:after,.smart-style-5 .smart-form header,.smart-style-5 .superbox-imageinfo span,.smart-style-5 .text-muted,.smart-style-5 .todo-group-title,.smart-style-5 .todo>li>p,.smart-style-5 .todo>li>p>.date,.smart-style-5 .todo>li>p>:first-child,.smart-style-5 .tree li span,.smart-style-5 .ui-widget-content,.smart-style-5 .usr-card-content>:first-child,.smart-style-5 a,.smart-style-5 code,.smart-style-5 h1 .small,.smart-style-5 h1 small,.smart-style-5 h2 .small,.smart-style-5 h2 small,.smart-style-5 h3 .small,.smart-style-5 h3 small,.smart-style-5 h4 .small,.smart-style-5 h4 small,.smart-style-5 h5 .small,.smart-style-5 h5 small,.smart-style-5 h6 .small,.smart-style-5 h6 small,.smart-style-5 pre{color:#fff}
.smart-style-5 #ribbon .breadcrumb,.smart-style-5 #ribbon .breadcrumb a,.smart-style-5 .txt-color-blueDark{color:#fff!important}
.smart-style-5 #ribbon .breadcrumb li:last-child,.smart-style-5 #ribbon .breadcrumb>.active,.smart-style-5 .open .project-selector{color:#FFD600}
.smart-style-5 a:focus,.smart-style-5 a:hover{color:#FFD600;text-decoration:none}
.smart-style-5 #header,.smart-style-5 .login-info>span{border-bottom:1px solid rgba(255,255,225,.15)}
.smart-style-5 .jarviswidget>header{background:rgba(0,0,0,.5);box-shadow:none}
.smart-style-5 .fc-border-separate thead tr,.smart-style-5 .table thead tr,.smart-style-5 aside#left-panel{background:rgba(0,0,0,.43)}
.smart-style-5 .jarviswidget>div{background:rgba(0,0,0,.18)!important;border-color:rgba(0,0,0,.13)!important}
.smart-style-5 .highlight{border-color:rgba(255,255,225,.15);background:rgba(255,255,225,.43)}
.smart-style-5 pre{background:rgba(255,255,255,.13)}
.smart-style-5 .highlight pre code,.smart-style-5 code{background:rgba(0,0,0,.13);border-color:transparent}
.smart-style-5 .bs-example,.smart-style-5 .well{background:rgba(255,255,255,.23);border-color:transparent;box-shadow:0 1px 1px rgba(0,0,0,.43)}
.smart-style-5 .alert{-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .alert-info{background:rgba(174,207,233,.43);color:#E7F1FF}
.smart-style-5 .alert-success{border-color:rgba(132,233,177,.5);color:#fff;background-color:rgba(120,201,156,.5)}
.smart-style-5 .alert-warning{border-color:rgba(255,242,200,.4);color:#fff;background-color:rgba(255,242,200,.4)}
.alert-warning a{color:#333}
.smart-style-5 .alert-danger{border-color:#953b39;color:#fff;background-color:rgba(194,101,101,.7)}
.smart-style-5 hr{border-color:rgba(255,255,225,.15)}
.smart-style-5 .btn-header>:first-child>a,.smart-style-5 .header-search>input[type=text]{color:#fff;background:rgba(0,0,0,.1)!important}
.smart-style-5 .bs-example,.smart-style-5 .bs-example-type .table td,.smart-style-5 .table-bordered,.smart-style-5 .table-bordered>tbody>tr>td,.smart-style-5 .table-bordered>tbody>tr>th,.smart-style-5 .table-bordered>tfoot>tr>td,.smart-style-5 .table-bordered>tfoot>tr>th,.smart-style-5 .table-bordered>thead>tr>td,.smart-style-5 .table-bordered>thead>tr>th{border-color:rgba(255,255,225,.15)}
.smart-style-5 :-moz-placeholder,.smart-style-5 :-webkit-placeholder,.smart-style-5 ::-moz-placeholder,.smart-style-5 ::-webkit-input-placeholder,.smart-style-5 :placeholder,.smart-style-5 nav ul li.active>a:before,.smart-style-5.menu-on-top nav ul ul li a,.smart-style-5.menu-on-top nav ul ul ul li a{color:#fff}
.smart-style-5 .page-footer{background:rgba(0,0,0,.33);border-color:rgba(255,255,225,.15)}
.smart-style-5 nav ul ul{background:rgba(0,0,0,.23)}
.smart-style-5 nav ul .active>a{color:#FFD600!important}
.smart-style-5.menu-on-top aside#left-panel nav>ul>li{border-right-color:rgba(255,255,225,.15);border-left-color:transparent}
.smart-style-5.menu-on-top aside#left-panel nav>ul>li:first-child{border-left-color:rgba(255,255,225,.15)}
.smart-style-5.menu-on-top aside#left-panel nav>ul>li:hover>a{background:#000;border-left-color:transparent;border-right-color:transparent;color:#FFD600!important}
.smart-style-5 .menu-on-top nav ul ul ul li a:hover,.smart-style-5.menu-on-top nav ul ul li a:hover,.smart-style-5.menu-on-top nav ul ul ul li a:hover{color:#FFD600}
.smart-style-5.menu-on-top nav ul ul li:hover>a:after,.smart-style-5.menu-on-top nav>ul ul>li a:after,.smart-style-5.menu-on-top nav>ul ul>li a:hover:after,.smart-style-5.menu-on-top nav>ul>li>a:after{color:#fff}
.smart-style-5 .ajax-dropdown:after,.smart-style-5 .ajax-dropdown:before{border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .ajax-dropdown .fa-4x.fa-border{color:rgba(170,241,219,.9);border-color:rgba(0,255,224,.3)}
.smart-style-5 .notification-body .msg-body,.smart-style-5 .notification-body .subject{color:rgba(255,255,255,.7)}
.smart-style-5 .notification-body .unread{background-color:rgba(169,255,241,.2)}
.smart-style-5 .notification-body>li{border-bottom:1px dashed rgba(255,255,255,.3)}
.smart-style-5 .dropdown-menu{background:rgba(0,0,0,.63)}
.smart-style-5 .dropdown-menu .divider{background:rgba(255,255,225,.15)}
.smart-style-5 .btn-default,.smart-style-5 .btn-default.active,.smart-style-5 .btn-default:active,.smart-style-5 .btn-default:focus,.smart-style-5 .btn-default:hover,.smart-style-5 .open>.dropdown-toggle.btn-default{background:rgba(0,0,0,.5);color:#fff;border-color:transparent}
.smart-style-5 .ajax-notifications{background:0 0}
.smart-style-5 .table-responsive{border-color:rgba(255,255,225,.15)}
.smart-style-5 .dropdown-menu>li>a{color:#fff!important}
.smart-style-5 .bootstrap-tagsinput,.smart-style-5 .form-control,.smart-style-5 .input-group-addon,.smart-style-5 .select2-container .select2-choice,.smart-style-5 .select2-container .select2-choice .select2-arrow,.smart-style-5 .select2-container-multi .select2-choices,.smart-style-5 .smart-form .input input,.smart-style-5 .smart-form .select select,.smart-style-5 .smart-form .textarea textarea{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);color:#FFF}
.smart-style-5 .select2-dropdown-open .select2-arrow{background:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.4)!important}
.smart-style-5 .form header,.smart-style-5 .note,.smart-style-5 legend{color:#fff;-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .smart-form .label{color:#fff}
.smart-style-5 .jarviswidget .fc-header-title h2{text-shadow:none}
.smart-style-5 .dropzone,.smart-style-5 td.fc-other-month{background-color:rgba(72,112,85,.23)}
.smart-style-5 .popover,.smart-style-5 .ui-widget-content{background:rgba(0,0,0,.8);border-color:rgba(0,0,0,.4)}
.smart-style-5 .ui-datepicker{background:rgba(0,0,0,.8)!important}
.smart-style-5 .editable+.popover{background:rgba(20,114,88,.8);border-color:rgba(0,0,0,.4)}
.smart-style-5 .ui-widget-content{background:rgba(0,0,0,.1)}
.smart-style-5 tr.ui-widget-content{background:rgba(255,255,225,.15)}
.smart-style-5 .ui-spinner{background:0 0;border-color:rgba(0,0,0,.4)}
.smart-style-5 .bootstrapWizard li .title,.smart-style-5 .dropzone .dz-preview,.smart-style-5 .dropzone-previews .dz-preview{color:#000}
.smart-style-5 .tree li span,.smart-style-5 .tree li:after,.smart-style-5 .tree li:before{border-color:#fff}
.smart-style-5 label input[type=radio][disabled].radiobox+span,.smart-style-5 label input[type=radio][disabled].radiobox:checked+span,.smart-style-5 label:hover input[type=radio][disabled].radiobox:checked+span:before{color:rgba(255,255,255,.7)}
.smart-style-5 .table,.smart-style-5 .ui-jqgrid .ui-jqgrid-bdiv{background:0 0}
.smart-style-5 .ui-jqgrid .ui-jqgrid-pager,.smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar{border-color:rgba(255,255,225,.15);background-color:rgba(0,0,0,.23)}
.smart-style-5 .ui-jqgrid{border-color:rgba(255,255,225,.15)!important}
.smart-style-5 .ui-jqgrid .ui-pg-input,.smart-style-5 .ui-jqgrid .ui-pg-selbox{color:#000}
.smart-style-5 .ui-state-focus,.smart-style-5 .ui-state-hover,.smart-style-5 .ui-widget-content .ui-state-focus,.smart-style-5 .ui-widget-content .ui-state-hover,.smart-style-5 .ui-widget-header .ui-state-focus,.smart-style-5 .ui-widget-header .ui-state-hover{background:0 0}
.smart-style-5 .arrow-box-up-right:after{border-color:transparent}
.smart-style-5 .arrow-box-up-right:before{border-bottom-color:rgba(0,0,0,.63)}
.smart-style-5 .ui-tabs .ui-tabs-nav{background:rgba(0,0,0,.43);border-color:rgba(255,255,225,.15)}
.smart-style-5 .ui-tabs{background:0 0}
.smart-style-5 .ui-tabs-panel{background:0 0;border-color:rgba(255,255,255,.15)}
.smart-style-5 .popover.bottom>.arrow,.smart-style-5 .popover.left>.arrow,.smart-style-5 .popover.right>.arrow,.smart-style-5 .popover.top>.arrow{border-color:transparent}
.smart-style-5 .popover.right>.arrow:after{border-right-color:rgba(0,0,0,.8);left:0}
.smart-style-5 .popover.bottom>.arrow:after{border-bottom-color:rgba(0,0,0,.8);top:0}
.smart-style-5 .popover.top>.arrow:after{border-top-color:rgba(0,0,0,.8);bottom:0}
.smart-style-5 .popover.left>.arrow:after{border-left-color:rgba(0,0,0,.8);right:0}
.smart-style-5 .popover-title{background-color:rgba(247,247,247,.3);border-bottom:1px solid rgba(247,247,247,.3)}
.smart-style-5 .ui-chatbox-input-focus{color:#000}
.smart-style-5 .dt-toolbar,.smart-style-5 table.dataTable thead .sorting_asc,.smart-style-5 table.dataTable thead .sorting_desc{background-color:rgba(0,0,0,.43)}
.smart-style-5 .dt-toolbar{border-color:rgba(255,255,225,.15)}
.smart-style-5 .table-hover>tbody>tr:hover,.smart-style-5 .table-striped>tbody>tr:nth-child(odd){background-color:transparent!important}
.smart-style-5 .dt-toolbar-footer,.smart-style-5 .table-hover>tbody>tr:hover>td,.smart-style-5 .table-hover>tbody>tr:hover>th,.smart-style-5 .table-striped>tbody>tr:nth-child(odd)>th{background:rgba(0,0,0,.43)}
.smart-style-5 .table-striped>tbody>tr:nth-child(odd)>td{background:rgba(0,0,0,.13)}
.smart-style-5 .dt-toolbar-footer{box-shadow:none;border-color:rgba(255,255,225,.15)}
.smart-style-5 .pagination>li>a,.smart-style-5 .pagination>li>span{background:rgba(0,0,0,.43);border-color:rgba(255,255,225,.15);color:#fff}
.smart-style-5 .pagination>.disabled>a,.smart-style-5 .pagination>.disabled>a:focus,.smart-style-5 .pagination>.disabled>a:hover,.smart-style-5 .pagination>.disabled>span,.smart-style-5 .pagination>.disabled>span:focus,.smart-style-5 .pagination>.disabled>span:hover{background:rgba(0,0,0,.43);border-color:rgba(255,255,225,.15);color:#ccc}
.smart-style-5 .pagination>.active>a,.smart-style-5 .pagination>.active>a:focus,.smart-style-5 .pagination>.active>a:hover,.smart-style-5 .pagination>.active>span,.smart-style-5 .pagination>.active>span:focus,.smart-style-5 .pagination>.active>span:hover .pagination>.active>a{color:#FFD600;border-color:rgba(255,255,225,.15);background:rgba(0,0,0,.63)}
.smart-style-5 div.DTTT .btn{color:#fff!important}
.smart-style-5 button.ColVis_Button,.smart-style-5 ul.ColVis_collection li{background:rgba(0,0,0,.43)}
.smart-style-5 .dygraph-legend{background:none!important}
#extr-page .smart-style-5 #main{background:0 0}
#extr-page .smart-style-5 #header{background:rgba(0,0,0,.43)!important;border-color:rgba(255,255,225,.15)!important}
.smart-style-5 .client-form footer,.smart-style-5 .client-form header{background:rgba(0,0,0,.63);color:#fff}
.smart-style-5 .smart-form fieldset{background:rgba(255,255,255,.03)}
.smart-style-5 .timeline-seperator>:first-child{background:rgba(0,0,0,.43);color:#fff}
.smart-style-5 .smart-form footer{background:rgba(0,0,0,.43)}
.smart-style-5 .smart-form .checkbox,.smart-style-5 .smart-form .radio,.smart-style-5 .smart-form .rating,.smart-style-5 .smart-form .toggle{color:#fff;-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .ui-datepicker .ui-datepicker-header{background-color:rgba(255,255,225,.15)}
.smart-style-5 .table-forum thead tr th{border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .table>tbody>tr>td,.smart-style-5 .table>tbody>tr>th,.smart-style-5 .table>tfoot>tr>td,.smart-style-5 .table>tfoot>tr>th,.smart-style-5 .table>thead>tr>td,.smart-style-5 .table>thead>tr>th{border-top-color:rgba(255,255,225,.07)}
.smart-style-5 .note-editor .note-toolbar{background:rgba(0,0,0,.43);border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .md-editor>textarea,.smart-style-5 .note-editor{border-color:rgba(255,255,225,.15);background:rgba(255,255,225,.15)}
.smart-style-5 .md-editor>textarea:focus,.smart-style-5 .note-editor .note-editable:focus{background:rgba(255,255,225,.05)}
.smart-style-5 .superbox-show{background:rgba(0,0,0,.43)}
.smart-style-5 .superbox-list.active:before{color:rgba(0,0,0,.43)}
.smart-style-5 .progress{background:rgba(0,0,0,.13);box-shadow:0 0 0 1px rgba(255,255,225,.15)inset}
.smart-style-5 .nav>li>a:focus,.smart-style-5 .nav>li>a:hover{background:rgba(0,0,0,.63);border-color:rgba(255,255,225,.15)}
.smart-style-5 .nav-tabs.bordered,.smart-style-5 .nav-tabs>li.active>a,.smart-style-5 .nav-tabs>li.active>a:focus,.smart-style-5 .nav-tabs>li.active>a:hover{background:rgba(0,0,0,.43);color:#fff;border-color:rgba(255,255,225,.15)!important}
.smart-style-5 .nav-tabs>li.active>a{box-shadow:0 -2px 0 #ccf0ff}
.smart-style-5 .nav-tabs.bordered+.tab-content,.smart-style-5 .tabs-left>.nav-pills,.smart-style-5 .tabs-left>.nav-tabs{border-color:rgba(255,255,225,.15)}
.smart-style-5 .tabs-right>.nav-tabs{border-left-color:rgba(255,255,225,.15)}
.smart-style-5 .jarviswidget header .nav-tabs>li.active>a,.smart-style-5 .jarviswidget header .nav-tabs>li.active>a:focus,.smart-style-5 .jarviswidget header .nav-tabs>li.active>a:hover{background:rgba(0,0,0,.43);color:#fff}
.smart-style-5 .smart-accordion-default .panel-default{border-color:rgba(255,255,225,.15)}
.smart-style-5 .panel,.smart-style-5 .smart-accordion-default .panel-default>.panel-heading{background:0 0}
.smart-style-5 .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:rgba(255,255,225,.15)}
.smart-style-5 .jumbotron{background:rgba(0,0,0,.43)}
.smart-style-5 .pagination.pagination-alt>li:first-child>a{padding-left:12px}
.smart-style-5 .modal-content,.smart-style-5 .pager .disabled>a,.smart-style-5 .pager .disabled>a:focus,.smart-style-5 .pager .disabled>a:hover,.smart-style-5 .pager .disabled>span,.smart-style-5 .pager li>a,.smart-style-5 .pager li>span{background:rgba(0,0,0,.43)}
.smart-style-5 .modal-header{border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .modal-footer{border-top-color:rgba(255,255,225,.15)}
.smart-style-5 .bs-glyphicons li{border-color:rgba(255,255,225,.15)!important}
.smart-style-5 .responsive-utilities td.is-hidden{background:rgba(0,0,0,.43)!important;color:#fff}
.smart-style-5 .inbox-body.no-content-padding{background:0 0}
.smart-style-5 .txt-color-darken{color:#fff!important}
.smart-style-5 .inbox-menu-lg li a:hover{background:rgba(0,0,0,.43)}
.smart-style-5 .inbox-menu-lg li.active a{background:rgba(0,0,0,.43);border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .fill-a,.smart-style-5 .fill-b{background:0 0}
.smart-style-5 #heat-fill{left:20px}
.smart-style-5 .fill-a{top:-11px;left:-10px}
.smart-style-5 .fill-b{top:-11px;right:-23px}
.smart-style-5 .chat-body{background:0 0;border-color:transparent}
.smart-style-5 .chat-footer{background:rgba(255,255,225,.15)}
.smart-style-5 .textarea-controls,.smart-style-5 .textarea-div,.smart-style-5 .todo-group-title{background:rgba(0,0,0,.43)}
.smart-style-5 .typearea textarea{background:0 0}
.smart-style-5 .show-stat-microcharts>div{border-color:rgba(255,255,225,.15)!important;background:rgba(0,255,255,.1)!important}
.smart-style-5 .fc-widget-content,.smart-style-5 .fc-widget-header,.smart-style-5 .smart-form.widget-body-toolbar,.smart-style-5 .textarea-controls,.smart-style-5 .textarea-div,.smart-style-5 .todo-group-title,.smart-style-5 .todo>li,.smart-style-5 .todo>li>:first-child,.smart-style-5 .todo>li>p,.smart-style-5 .typearea,.smart-style-5 .widget-body-toolbar{border-color:rgba(255,255,225,.15)}
.smart-style-5 .table>thead>tr>th{border-bottom-color:rgba(255,255,225,.25)}
.smart-style-5 .table-bordered,.smart-style-5 .table-bordered>tbody>tr>td,.smart-style-5 .table-bordered>tbody>tr>th,.smart-style-5 .table-bordered>tfoot>tr>td,.smart-style-5 .table-bordered>tfoot>tr>th,.smart-style-5 .table-bordered>thead>tr>td,.smart-style-5 .table-bordered>thead>tr>th{border-color:rgba(255,255,225,.15)}
.smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar{background:rgba(0,0,0,.23)}
.smart-style-5 .ui-jqgrid .ui-jqgrid-htable th{background:0 0}
.smart-style-5 .ui-jqgrid .ui-state-hover td{background:rgba(255,255,225,.15)!important}
.smart-style-5 .ui-accordion .ui-accordion-header{background:rgba(0,0,0,.43);color:#fff}
.smart-style-5 .ui-menu .ui-state-disabled{color:#fff!important}
.smart-style-5 .ui-accordion-content{background:0 0}
.smart-style-5 .ui-dialog .ui-dialog-title{color:#fff;background:0 0}
.smart-style-5 .ui-dialog .ui-dialog-titlebar{border-bottom-color:rgba(255,255,255,.15);color:#fff;background:0 0}
.smart-style-5 .ui-dialog .ui-dialog-buttonpane{border-top-color:rgba(255,255,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.15)}
.smart-style-5 .ui-dialog-buttonpane,.smart-style-5 .ui-dialog-content{background:0 0}
.smart-style-5 .ui-dialog{background:url('glass.f6b6d5494bb268cb181c.jpg') no-repeat}
.smart-style-5 .slider-track{background:rgba(0,0,0,.43)}
.smart-style-5 .ui-tabs .ui-tabs-nav li a:hover{border-bottom:none}
.smart-style-5 .ui-tabs .ui-tabs-nav li a:hover,.smart-style-5 .ui-tabs .ui-tabs-nav li.ui-tabs-active a{background:rgba(0,0,0,.43);color:#fff;border-color:rgba(255,255,255,.15);box-shadow:0 -2px 0 #ccf0ff}
.smart-style-5 .ui-accordion .ui-accordion-content,.smart-style-5 .ui-accordion .ui-accordion-header{border-color:rgba(255,255,255,.15)!important}
.smart-style-5 .ui-accordion-header-active+.ui-accordion-content{border-top-color:transparent}
.smart-style-5 .ui-tabs .ui-tabs-nav li a,.smart-style-5 .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{background:0 0;color:#fff;border-color:transparent}
.smart-style-5 .ui-tabs .ui-state-default,.smart-style-5 .ui-tabs .ui-widget-content .smart-style-5 .ui-tabs .ui-state-default,.smart-style-5 .ui-tabs .ui-widget-header .ui-state-default{background:0 0;margin:0}
.smart-style-5 .lockscreen .logo+div{background:rgba(0,0,0,.43)}
.smart-style-5 .chart text{fill:#fff}
.smart-style-5 .dd-handle,.smart-style-5 .dd3-content{background:rgba(0,0,0,.43);border-color:rgba(255,255,225,.15);color:#fff}
.smart-style-5 .md-editor .md-footer,.smart-style-5 .md-editor>.md-header,.smart-style-5 .widget-footer{background:rgba(0,0,0,.43);border-bottom-color:rgba(255,255,225,.15)}
.smart-style-5 .widget-footer{border-top:1px solid rgba(255,255,225,.15)}
.smart-style-5 .noUi-target[disabled] .noUi-base{background:rgba(26,26,26,.43)}
.smart-style-5 .irs-line,.smart-style-5 .noUi-background{background:rgba(0,0,0,.43)}
.smart-style-5 .select2-search input{border:1px solid rgba(255,255,255,.2);background:rgba(29,29,29,.9);color:#fff}
.smart-style-5 .select2-results .select2-no-results,.smart-style-5 .select2-results .select2-searching,.smart-style-5 .select2-results .select2-selection-limit{background:0 0}
.smart-style-5 .select2-drop{border-color:rgba(0,0,0,.2);background:rgba(0,0,0,.8);color:#fff}
.smart-style-5 .select2-search:before{color:#e0e0e0!important}
.smart-style-5 .knob[data-fgcolor="#222222"],.smart-style-5 .select2-container-multi .select2-choices .select2-search-field input{color:#fff!important}
.smart-style-5 .select2-dropdown-open .select2-choice{border:1px solid #000;background:rgba(0,0,0,.9);box-shadow:none!important}
.smart-style-5 .price-features,.smart-style-5 .profile-message li.message.message-reply{background:rgba(0,0,0,.43)}
.smart-style-5 .panel-footer{background:rgba(0,0,0,.63);border-top-color:rgba(255,255,225,.15)}
.smart-style-5 .pricing-big .panel-footer{background:rgba(0,0,0,.63)!important}
.smart-style-5 .table>tbody>tr.active>td,.smart-style-5 .table>tbody>tr.active>th,.smart-style-5 .table>tbody>tr>td.active,.smart-style-5 .table>tbody>tr>th.active,.smart-style-5 .table>tfoot>tr.active>td,.smart-style-5 .table>tfoot>tr.active>th,.smart-style-5 .table>tfoot>tr>td.active,.smart-style-5 .table>tfoot>tr>th.active,.smart-style-5 .table>thead>tr.active>td,.smart-style-5 .table>thead>tr.active>th,.smart-style-5 .table>thead>tr>td.active,.smart-style-5 .table>thead>tr>th.active{background:rgba(255,255,225,.15)}
.smart-style-5 .table>tbody>tr.danger>td,.smart-style-5 .table>tbody>tr.info>td,.smart-style-5 .table>tbody>tr.success>td,.smart-style-5 .table>tbody>tr.warning>td{color:#000}
.smart-style-5 .smart-timeline-list>li:hover{background:rgba(0,0,0,.43)}
.smart-style-5 .jvectormap-zoomin,.smart-style-5 .jvectormap-zoomout{background:rgba(0,0,0,.3)!important;border:1px solid rgba(0,0,0,.3)}
.smart-style-5 .text-primary{color:#E2F2FF}
.smart-style-5 .text-success{color:#90FF92}
.smart-style-5 .onoffswitch-switch{border-color:transparent}
.smart-style-5 #shortcut{background-color:rgba(27,16,43,.75)}
.smart-style-5.minified nav>ul>li{border-bottom:1px solid rgba(2,8,9,.33);border-top:1px solid rgba(255,255,255,.23)}
.smart-style-5 .minifyme{background:rgba(77,209,172,.5);color:rgba(255,255,255,.7)}
.smart-style-5 .minifyme:hover{background:rgba(77,209,172,.7);color:#fff}
.smart-style-5.minified nav>ul>li>ul{border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.8);margin-top:0;padding:0}
.smart-style-5.minified nav>ul>li>ul>li,.smart-style-5.minified nav>ul>li>ul>li>ul>li{background:0 0}
.smart-style-5 #project-context>:first-child,.smart-style-5 #sparks li h5,.smart-style-5 .ajax-notifications>.alert.alert-transparent,.smart-style-5 .bootstrap-duallistbox-container label,.smart-style-5 .form header,.smart-style-5 .inbox-side-bar h6,.smart-style-5 .project-context>:first-child,.smart-style-5 [class*=" txt-color-"],.smart-style-5 [class^=txt-color-]{color:#fff!important;-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .bg-color-green,.smart-style-5 .jarviswidget-color-green>header{background:rgba(144,255,146,.5)!important;border-color:rgba(144,255,146,.5)!important;color:#fff}
.smart-style-5 .bg-color-greenLight,.smart-style-5 .jarviswidget-color-greenLight>header{border-color:rgba(127,207,113,.5)!important;background:rgba(127,207,113,.5)!important;color:#fff}
.smart-style-5 .bg-color-greenDark,.smart-style-5 .jarviswidget-color-greenDark>header{border-color:rgba(135,233,117,.5)!important;background:rgba(135,233,117,.5)!important;color:#fff}
.smart-style-5 .bg-color-purple,.smart-style-5 .jarviswidget-color-purple>header{border-color:rgba(98,57,149,.43)!important;background:rgba(122,72,185,.43)!important;color:#fff}
.smart-style-5 .bg-color-magenta,.smart-style-5 .jarviswidget-color-magenta>header{border-color:rgba(76,38,78,.43)!important;background:rgba(110,54,113,.43)!important;color:#fff}
.smart-style-5 .bg-color-pink,.smart-style-5 .jarviswidget-color-pink>header{border-color:rgba(233,157,201,.43)!important;background:rgba(233,157,201,.43)!important;color:#fff}
.smart-style-5 .bg-color-pinkDark,.smart-style-5 .jarviswidget-color-pinkDark>header{border-color:rgba(208,58,146,.43)!important;background:rgba(218,99,169,.43)!important;color:#fff}
.smart-style-5 .bg-color-blueLight,.smart-style-5 .jarviswidget-color-blueLight>header{border-color:rgba(140,210,236,.43)!important;background:rgba(184,227,243,.43)!important;color:#fff}
.smart-style-5 .jarviswidget-color-blueLight>header>.jarviswidget-ctrls a{color:#fff!important}
.smart-style-5 .bg-color-teal,.smart-style-5 .jarviswidget-color-teal>header{border-color:rgba(84,210,208,.83)!important;background:rgba(124,221,219,.83)!important;color:#fff}
.smart-style-5 .bg-color-blue,.smart-style-5 .jarviswidget-color-blue>header{border-color:rgba(59,184,235,.43)!important;background:rgba(59,184,235,.43)!important;color:#fff}
.smart-style-5 .bg-color-blueDark,.smart-style-5 .jarviswidget-color-blueDark>header{border-color:rgba(29,61,104,.43)!important;background:rgba(29,61,104,.43)!important;color:#fff}
.smart-style-5 .bg-color-darken,.smart-style-5 .jarviswidget-color-darken>header{border-color:rgba(0,0,0,.23)!important;background:rgba(0,0,0,.23)!important;color:#fff}
.smart-style-5 .bg-color-yellow,.smart-style-5 .jarviswidget-color-yellow>header{border-color:rgba(253,236,184,.43)!important;background:rgba(253,236,184,.43)!important;color:#fff}
.smart-style-5 .bg-color-orange,.smart-style-5 .jarviswidget-color-orange>header{border-color:rgba(255,159,71,.43)!important;background:rgba(255,159,71,.43)!important;color:#fff}
.smart-style-5 .bg-color-orangeDark,.smart-style-5 .jarviswidget-color-orangeDark>header{border-color:rgba(255,161,87,.43)!important;background:rgba(255,161,87,.43)!important;color:#fff}
.smart-style-5 .bg-color-red,.smart-style-5 .jarviswidget-color-red>header{border-color:rgba(255,7,7,.43)!important;background:rgba(255,7,7,.43)!important;color:#fff}
.smart-style-5 .bg-color-redLight,.smart-style-5 .jarviswidget-color-redLight>header{border-color:rgba(252,61,61,.43)!important;background:rgba(252,61,61,.43)!important;color:#fff}
.smart-style-5 .bg-color-white,.smart-style-5 .jarviswidget-color-white>header{border-color:rgba(255,255,255,.33)!important;background:rgba(255,255,255,.43)!important;color:#000}
.smart-style-5 .jarviswidget-color-white>header>.jarviswidget-ctrls a{color:#3d3d3d!important}
.smart-style-5 button.ColVis_Button,.smart-style-5 ul.ColVis_collection li{color:#fff!important}
.smart-style-5 ul.ColVis_collection{background:rgba(0,0,0,.5)}
.smart-style-5 .status .links{background:rgba(255,255,255,.1)}
.smart-style-5 .bootstrap-tagsinput>span,.smart-style-5 .btn-primary,.smart-style-5 .btn-primary.active,.smart-style-5 .btn-primary:active,.smart-style-5 .btn-primary:focus,.smart-style-5 .btn-primary:hover,.smart-style-5 .open>.dropdown-toggle.btn-primary,.smart-style-5 .select2-container-multi .select2-choices .select2-search-choice{border-color:rgba(117,205,241,.83);background:rgba(71,188,236,.83);webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .btn-info,.smart-style-5 .btn-info.active,.smart-style-5 .btn-info:active,.smart-style-5 .btn-info:focus,.smart-style-5 .btn-info:hover,.smart-style-5 .open>.dropdown-toggle.btn-info{border-color:rgba(164,232,230,.83);background:rgba(124,221,219,.83);webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .btn-success,.smart-style-5 .btn-success.active,.smart-style-5 .btn-success:active,.smart-style-5 .btn-success:focus,.smart-style-5 .btn-success:hover,.smart-style-5 .open>.dropdown-toggle.btn-success,.smart-style-5 .sa-chat-learnmore-btn,.smart-style-5 .sa-chat-learnmore-btn:active,.smart-style-5 .sa-chat-learnmore-btn:focus,.smart-style-5 .sa-chat-learnmore-btn:hover{border-color:rgba(0,246,4,.83);background:rgba(144,255,146,.5);webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .btn-warning,.smart-style-5 .btn-warning.active,.smart-style-5 .btn-warning:active,.smart-style-5 .btn-warning:focus,.smart-style-5 .btn-warning:hover,.smart-style-5 .open>.dropdown-toggle.btn-warning{border-color:rgba(250,220,156,.83);background-color:rgba(245,206,122,.83);webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .btn-danger,.smart-style-5 .btn-danger.active,.smart-style-5 .btn-danger:active,.smart-style-5 .btn-danger:focus,.smart-style-5 .btn-danger:hover,.smart-style-5 .open>.dropdown-toggle.btn-danger{border-color:rgba(217,20,44,.83);background-color:rgba(236,52,74,.83);webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .smart-form .rating input:checked~label{color:#7ED5EB}
.smart-style-5 .smart-form .rating input+label:hover,.smart-style-5 .smart-form .rating input+label:hover~label{color:#A3EDFF}
.smart-style-5 .dt-toolbar option,.smart-style-5 select:not([multiple]) option{background:#000;border-color:rgba(0,0,0,.4);color:#FFF}
.smart-style-5 .control-label{-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .has-error .checkbox,.smart-style-5 .has-error .checkbox-inline,.smart-style-5 .has-error .control-label,.smart-style-5 .has-error .form-control-feedback,.smart-style-5 .has-error .help-block,.smart-style-5 .has-error .radio,.smart-style-5 .has-error .radio-inline{color:#ff7676;-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 .has-success .checkbox,.smart-style-5 .has-success .checkbox-inline,.smart-style-5 .has-success .control-label,.smart-style-5 .has-success .form-control-feedback,.smart-style-5 .has-success .help-block,.smart-style-5 .has-success .radio,.smart-style-5 .has-success .radio-inline{color:#b1f3b2;-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 label input[type=checkbox].checkbox:checked+span:before{color:#d2e8ff}
.smart-style-5 label input[type=checkbox].checkbox.style-2:checked+span:before{color:#66665e}
.smart-style-5 label input[type=radio].radiobox+span:before,.smart-style-5 label input[type=radio].radiobox:checked+span:before{color:#d2e8ff!important;border-color:#d2e8ff!important}
.smart-style-5 input[type=checkbox].checkbox+span:before{color:#FFF;border-color:#FFF}
.smart-style-5 .form-actions,.smart-style-5 .smart-form.widget-body-toolbar,.smart-style-5 .widget-body-toolbar,.smart-style-5 label input[type=checkbox].checkbox+span:before,.smart-style-5 label input[type=radio].radiobox+span:before{background:rgba(255,255,255,.23);border-color:rgba(255,255,255,.53)}
.smart-style-5 .irs-diapason,.smart-style-5 .noUi-connect{background:#FFF}
.smart-style-5 .noUi-origin-lower{background:rgba(0,255,255,.8)}
#extr-page.smart-style-5,.smart-style-5 .MessageBoxContainer,.smart-style-5 .ajax-dropdown,.smart-style-5 .modal-content{background:url('glass.f6b6d5494bb268cb181c.jpg') no-repeat 0 0;color:#fff;background-size:cover}
#extr-page body.smart-style-5{background:none!important}
.smart-style-5 .ui-chatbox-titlebar{background:#2A4F58!important}
.smart-style-5 .ui-chatbox-titlebar.ui-state-focus{background:#204149!important}
.smart-style-5 .ui-chatbox .ui-widget-content{background:rgba(51,103,105,.6);background:-o-linear-gradient(rgba(68,85,139,.6),rgba(81,165,177,.6));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 85, 139, 0.6)', endColorstr='rgba(81, 165, 177, 0.6)', GradientType=0)}
.smart-style-5 .ui-state-focus+.ui-widget-content{background:rgba(51,103,105,.6);background:-o-linear-gradient(rgba(68,85,139,.9),rgba(68,85,139,.9));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 85, 139, 0.9)', endColorstr='rgba(68, 85, 139, 0.9)', GradientType=0)}
.smart-style-5 .ui-chatbox-content>.alert-msg{background:#FFFDD0}
.smart-style-5 .ui-chatbox-input{background:rgba(29,96,117,.6)}
.smart-style-5 .ui-chatbox .ui-widget-content textarea{background:rgba(0,0,0,.23)!important;border-color:rgba(0,0,0,.23)!important;color:#fff}
.smart-style-5 .ui-chatbox .ui-widget-content textarea:focus{background:rgba(0,0,0,.53)!important;border-color:rgba(0,0,0,.53)!important;font-weight:700}
.smart-style-5 .MessageBoxContainer,.smart-style-5 .fc-widget-content{-webkit-text-shadow:0 1px 5px rgba(0,0,0,.25);-moz-text-shadow:0 1px 5px rgba(0,0,0,.25);text-shadow:0 1px 5px rgba(0,0,0,.25)}
.smart-style-5 #jarviswidget-fullscreen-mode .jarviswidget{background:url('glass.f6b6d5494bb268cb181c.jpg') no-repeat center bottom fixed;background-size:cover}
.smart-style-5.hidden-menu aside#left-panel{background:rgba(7,38,41,.83)}
.smart-style-5 .fc-widget-content{border-color:rgba(0,0,0,.25)}
.smart-style-5 .fc-grid .fc-day-number{padding:0 4px;font-size:17px}
.smart-style-5 .fc-state-highlight{background:0 0;-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-size:40px 40px}
.smart-style-5 .bootstrap-duallistbox-container label,.smart-style-5 .form header,.smart-style-5 .inbox-body .table-wrap,.smart-style-5 .inbox-nav-bar,.smart-style-5 .inbox-side-bar,.smart-style-5 .notification-body>li>span,.smart-style-5 .smart-form header{background:0 0}
.smart-style-5 #inbox-table.table tbody>tr>td{border-color:rgba(255,255,225,.15)!important}
.smart-style-5 #inbox-table tbody tr:hover,.smart-style-5 .table-hover>tbody>tr:hover>td{background:rgba(0,255,225,.25)}
.smart-style-5 .inbox-message{background:rgba(0,0,0,.35)}
.smart-style-5 .table{background:rgba(0,0,0,.15)}
.smart-style-5 .bs-example .table{background:0 0}
.smart-style-5 .smart-form .checkbox i,.smart-style-5 .smart-form .radio i{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4)!important}
.smart-style-5 .smart-form .radio input+i:after{background:#fff}
.smart-style-5 .smart-form .icon-append,.smart-style-5 .smart-form .icon-prepend{color:#FFF;border-color:rgba(255,255,255,.5)}
.smart-style-5 .smart-form .checkbox.state-error i,.smart-style-5 .smart-form .radio.state-error i,.smart-style-5 .smart-form .state-error input,.smart-style-5 .smart-form .state-error select,.smart-style-5 .smart-form .state-error textarea,.smart-style-5 .smart-form .toggle.state-error i{background:rgba(255,8,8,.2)!important;border-color:#a90329!important}
.smart-style-5 .smart-form .checkbox.state-success i,.smart-style-5 .smart-form .radio.state-success i,.smart-style-5 .smart-form .state-success input,.smart-style-5 .smart-form .state-success select,.smart-style-5 .smart-form .state-success textarea,.smart-style-5 .smart-form .toggle.state-success i{background:rgba(98,248,98,.2)!important;border-color:#7dc27d}
.smart-form .toggle i{background:rgba(255,255,255,.12)}
.smart-style-5 .smart-form .toggle i:after{color:#fff}
.smart-style-5 .smart-form .toggle i:before{background-color:#fff}
.smart-style-5 .bootstrap-timepicker-widget table td input{color:#333}
.smart-style-5.menu-on-top nav>ul>li>a:after{color:#90D8CF!important}
.smart-style-5.menu-on-top nav ul ul li a,.smart-style-5.menu-on-top nav ul ul ul li a{color:#fff}
.smart-style-5.menu-on-top nav ul ul,.smart-style-5.menu-on-top nav ul ul ul{margin-left:-1px;border-bottom-color:#2AB7BD;background-color:transparent!important;background-image:linear-gradient(to bottom,#000,rgba(0,0,0,.7))!important}
.smart-style-5.menu-on-top nav ul ul .active>a{color:#FFD600!important}
.smart-style-5 .inbox-info-bar .form-group input,.smart-style-5 .inbox-info-bar .select2-container-multi .select2-choices{border-color:transparent!important;background:transparent!important}
.smart-style-5 .highlight .inbox-data-message>:first-child,.smart-style-5 .highlight .inbox-data-message>:first-child>:first-child{color:#333!important}
.smart-style-5 .table>tbody>tr.warning>td,.smart-style-5 .table>tbody>tr.warning>th,.smart-style-5 .table>tbody>tr>td.warning,.smart-style-5 .table>tbody>tr>th.warning,.smart-style-5 .table>tfoot>tr.warning>td,.smart-style-5 .table>tfoot>tr.warning>th,.smart-style-5 .table>tfoot>tr>td.warning,.smart-style-5 .table>tfoot>tr>th.warning,.smart-style-5 .table>thead>tr.warning>td,.smart-style-5 .table>thead>tr.warning>th,.smart-style-5 .table>thead>tr>td.warning,.smart-style-5 .table>thead>tr>th.warning,.smart-style-5 .unread td{background-color:rgba(255,214,0,.3)!important;color:#fff}
.smart-style-5 .table>tbody>tr.danger>td,.smart-style-5 .table>tbody>tr.danger>th,.smart-style-5 .table>tbody>tr>td.danger,.smart-style-5 .table>tbody>tr>th.danger,.smart-style-5 .table>tfoot>tr.danger>td,.smart-style-5 .table>tfoot>tr.danger>th,.smart-style-5 .table>tfoot>tr>td.danger,.smart-style-5 .table>tfoot>tr>th.danger,.smart-style-5 .table>thead>tr.danger>td,.smart-style-5 .table>thead>tr.danger>th,.smart-style-5 .table>thead>tr>td.danger,.smart-style-5 .table>thead>tr>th.danger{background-color:rgba(236,43,43,.5)!important;color:#fff}
.smart-style-5 .table>tbody>tr.success>td,.smart-style-5 .table>tbody>tr.success>th,.smart-style-5 .table>tbody>tr>td.success,.smart-style-5 .table>tbody>tr>th.success,.smart-style-5 .table>tfoot>tr.success>td,.smart-style-5 .table>tfoot>tr.success>th,.smart-style-5 .table>tfoot>tr>td.success,.smart-style-5 .table>tfoot>tr>th.success,.smart-style-5 .table>thead>tr.success>td,.smart-style-5 .table>thead>tr.success>th,.smart-style-5 .table>thead>tr>td.success,.smart-style-5 .table>thead>tr>th.success{background-color:rgba(106,228,56,.5)!important;color:#fff}
.smart-style-5 #chat-container #chat-users li a img,.smart-style-5 #shortcut ul li .jarvismetro-tile,.smart-style-5 .chat-body li.message img,.smart-style-5 .friends-list img,.smart-style-5 .inbox-download-list li>:first-child>:first-child>img,.smart-style-5 .login-info img,.smart-style-5 .notification-body,.smart-style-5 .profile-pic>img,.smart-style-5 .usr-card>img{border-radius:50% 0!important}
.smart-style-5 .friends-list img{outline:0}
.smart-style-5 .inbox-download-list li>:first-child:hover{background:rgba(255,255,255,.3);border-color:rgba(192,192,192,.3)}
.smart-style-5 .inbox-download,.smart-style-5 .inbox-message{border-bottom-color:rgba(255,255,255,.3)}
.smart-style-5 .demo [class*=" txt-color-"],.smart-style-5 .demo legend,.smart-style-5 .demo>*{color:#333!important;-webkit-text-shadow:none;-moz-text-shadow:none;text-shadow:none}
.smart-style-5 .demo .txt-color-white{color:#fff!important}
.smart-style-5 .demo .txt-color-darken{color:#333!important}
.smart-style-5 .demo label input[type=checkbox].checkbox+span:before,.smart-style-5 .demo label input[type=radio].radiobox+span:before{background-color:#f4f4f4}
.smart-style-5 #hide-menu i{color:#fff!important}
.smart-style-5 nav>ul ul li::before,.smart-style-5 nav>ul>li>ul::before{border:none!important}
.smart-style-5 nav ul ul li>a:hover,.smart-style-5 nav ul ul ul li a:hover{background-color:rgba(0,0,0,.3)}
.smart-style-5 .smart-form,.smart-style-5 .ui-jqgrid .ui-jqgrid-title,.smart-style-5 .ui-state-focus,.smart-style-5 .ui-state-hover,.smart-style-5 .ui-widget-content .ui-state-focus,.smart-style-5 .ui-widget-content .ui-state-hover,.smart-style-5 .ui-widget-header .ui-state-focus,.smart-style-5 .ui-widget-header .ui-state-hover{color:#fff}
.smart-style-5 .well-light .nav-tabs{background:rgba(0,0,0,.43);color:#fff;padding-left:10px}
.smart-style-5 .icon-addon,.smart-style-5 .input-icon-left>i,.smart-style-5 .input-icon-right>i{color:#fff}
.smart-style-5 .show-stats .progress-bar{background:rgba(255,255,255,.8)!important}
@media (max-width:979px){.smart-style-5 #sparks{background:0 0}}
body.smart-style-6{background:#edecec;font-family:RobotoDraft,Roboto,sans-serif;-webkit-font-smoothing:antialiased}
body.smart-style-6 .txt-color-green{color:#4CAF50!important}
body.smart-style-6 .bg-color-greenDark{background:#2E7D32!important}
body.smart-style-6 .txt-color-greenDark{color:#2E7D32!important}
body.smart-style-6 .bg-color-greenLight{background:#43A047!important}
body.smart-style-6 .txt-color-greenLight{color:#43A047!important}
body.smart-style-6 .bg-color-purple{background:#9C27B0!important}
body.smart-style-6 .txt-color-purple{color:#9C27B0!important}
body.smart-style-6 .bg-color-magenta,body.smart-style-6 .jarviswidget-color-magenta>header{background:#A0F!important}
body.smart-style-6 .jarviswidget-color-magenta>header{border-color:#A0F!important}
body.smart-style-6 .txt-color-magenta,body.smart-style-6 nav ul li.active>a:before{color:#A0F!important}
body.smart-style-6 .bg-color-pink{background:#E91E63!important}
body.smart-style-6 .txt-color-pink{color:#E91E63!important}
body.smart-style-6 .bg-color-pinkDark{background:#AD1457!important}
body.smart-style-6 .txt-color-pinkDark{color:#AD1457!important}
body.smart-style-6 .bg-color-blue,body.smart-style-6 .bootstrap-tagsinput>span,body.smart-style-6 .onoffswitch-inner:before,body.smart-style-6 .open>.dropdown-toggle.btn-primary,body.smart-style-6 .select2-container-multi .select2-choices .select2-search-choice{background:#2196F3!important}
body.smart-style-6 .txt-color-blue{color:#2196F3!important}
body.smart-style-6 .bg-color-blueLight,body.smart-style-6 .label-primary,body.smart-style-6 .noUi-connect,body.smart-style-6 .pagination>.active>a,body.smart-style-6 .pagination>.active>a:focus,body.smart-style-6 .pagination>.active>a:hover,body.smart-style-6 .pagination>.active>span,body.smart-style-6 .pagination>.active>span:focus,body.smart-style-6 .pagination>.active>span:hover,body.smart-style-6 .slider-selection{background:#03A9F4!important}
body.smart-style-6 .btn-primary{background:#2196F3;border-color:#0c7cd5!important}
body.smart-style-6 .btn-primary:active,body.smart-style-6 .btn-primary:focus,body.smart-style-6 .btn-primary:hover{background:#0c7cd5!important}
body.smart-style-6 .btn-primary.active,body.smart-style-6 .btn-primary:active,body.smart-style-6 .btn-primary:hover,body.smart-style-6 .open>.dropdown-toggle.btn-primary{border-color:#0c7cd5!important}
body.smart-style-6 .btn-primary.active.focus,body.smart-style-6 .btn-primary.active:focus,body.smart-style-6 .btn-primary.active:hover,body.smart-style-6 .btn-primary:active.focus,body.smart-style-6 .btn-primary:active:focus,body.smart-style-6 .btn-primary:active:hover,body.smart-style-6 .open>.dropdown-toggle.btn-primary.focus,body.smart-style-6 .open>.dropdown-toggle.btn-primary:focus,body.smart-style-6 .open>.dropdown-toggle.btn-primary:hover{background:#0c7cd5!important;border-color:#0c7cd5!important}
body.smart-style-6 .btn-warning{background:#FF9800;border-color:#cc7a00!important}
body.smart-style-6 .btn-warning:active,body.smart-style-6 .btn-warning:focus,body.smart-style-6 .btn-warning:hover{background:#cc7a00!important}
body.smart-style-6 .btn-warning.active,body.smart-style-6 .btn-warning:active,body.smart-style-6 .btn-warning:hover,body.smart-style-6 .open>.dropdown-toggle.btn-warning{border-color:#cc7a00!important}
body.smart-style-6 .btn-warning.active.focus,body.smart-style-6 .btn-warning.active:focus,body.smart-style-6 .btn-warning.active:hover,body.smart-style-6 .btn-warning:active.focus,body.smart-style-6 .btn-warning:active:focus,body.smart-style-6 .btn-warning:active:hover,body.smart-style-6 .open>.dropdown-toggle.btn-warning.focus,body.smart-style-6 .open>.dropdown-toggle.btn-warning:focus,body.smart-style-6 .open>.dropdown-toggle.btn-warning:hover{background:#cc7a00!important;border-color:#cc7a00!important}
body.smart-style-6 .pagination>li>a,body.smart-style-6 .pagination>li>span{color:#03A9F4}
body.smart-style-6 .pagination>.active>a,body.smart-style-6 .pagination>.active>a:focus,body.smart-style-6 .pagination>.active>a:hover,body.smart-style-6 .pagination>.active>span,body.smart-style-6 .pagination>.active>span:focus,body.smart-style-6 .pagination>.active>span:hover{color:#fff;border-color:#0398db}
body.smart-style-6 .btn-danger{color:#fff;background-color:#F44336;border-color:#f32c1e}
body.smart-style-6 .btn-danger:active,body.smart-style-6 .btn-danger:focus,body.smart-style-6 .btn-danger:hover{background-color:#ba160a}
body.smart-style-6 .btn-danger.active,body.smart-style-6 .btn-danger:active,body.smart-style-6 .btn-danger:hover,body.smart-style-6 .open>.dropdown-toggle.btn-warning{border-color:#ea1c0d!important}
body.smart-style-6 .btn-danger.active.focus,body.smart-style-6 .btn-danger.active:focus,body.smart-style-6 .btn-danger.active:hover,body.smart-style-6 .btn-danger:active.focus,body.smart-style-6 .btn-danger:active:focus,body.smart-style-6 .btn-danger:active:hover,body.smart-style-6 .open>.dropdown-toggle.btn-danger.focus,body.smart-style-6 .open>.dropdown-toggle.btn-danger:focus,body.smart-style-6 .open>.dropdown-toggle.btn-danger:hover{background:#ea1c0d!important;border-color:#ea1c0d!important}
body.smart-style-6 .label-danger{background-color:#F44336}
body.smart-style-6 .alert-success,body.smart-style-6 .btn-success{border-color:#388E3C;color:#FFF;background-color:#4CAF50}
body.smart-style-6 .label-success{background-color:#4CAF50}
body.smart-style-6 .btn-success:active,body.smart-style-6 .btn-success:focus,body.smart-style-6 .btn-success:hover{background:#3d8b40;border-color:#388E3C}
body.smart-style-6 .btn-success.active.focus,body.smart-style-6 .btn-success.active:focus,body.smart-style-6 .btn-success.active:hover,body.smart-style-6 .btn-success:active.focus,body.smart-style-6 .btn-success:active:focus,body.smart-style-6 .btn-success:active:hover,body.smart-style-6 .open>.dropdown-toggle.btn-success.focus,body.smart-style-6 .open>.dropdown-toggle.btn-success:focus,body.smart-style-6 .open>.dropdown-toggle.btn-success:hover{border-color:#388E3C;background:#3d8b40}
body.smart-style-6 .txt-color-blueLight{color:#03A9F4!important}
body.smart-style-6 .bg-color-blueDark{background:#1565C0!important}
body.smart-style-6 .alert-info,body.smart-style-6 .btn-info{border-color:#03A9F4;color:#01579B;background-color:#B3E5FC}
body.smart-style-6 .label-info{background-color:#B3E5FC}
body.smart-style-6 .btn-info.active,body.smart-style-6 .btn-info:active,body.smart-style-6 .btn-info:focus,body.smart-style-6 .btn-info:hover,body.smart-style-6 .open>.dropdown-toggle.btn-info{background:#82d4fa;border-color:#03A9F4}
body.smart-style-6 .slider-info+.slider-track>.slider-selection{background-color:#B3E5FC}
body.smart-style-6 .txt-color-blueDark{color:#1565C0!important}
body.smart-style-6 .bg-color-teal{background:#009688!important}
body.smart-style-6 .txt-color-teal{color:#009688!important}
body.smart-style-6 .bg-color-yellow,body.smart-style-6 .slider-warning+.slider-track>.slider-selection{background:#FFEB3B!important}
body.smart-style-6 .alert-warning{border-color:#F9A825;color:#5A4E3F;background-color:#FFEB3B}
body.smart-style-6 .label-warning{background-color:#FFEB3B;color:#333}
body.smart-style-6 .txt-color-yellow{color:#FFEB3B!important}
body.smart-style-6 .bg-color-orange{background:#FF9800!important}
body.smart-style-6 .txt-color-orange{color:#FF9800!important}
body.smart-style-6 .bg-color-orangeDark{background:#E65100!important}
body.smart-style-6 .txt-color-orangeDark{color:#E65100!important}
body.smart-style-6 .alert-danger,body.smart-style-6 .bg-color-red,body.smart-style-6 .slider-danger+.slider-track>.slider-selection{background:#F44336!important}
body.smart-style-6 .txt-color-red{color:#F44336!important}
body.smart-style-6 .bg-color-redLight{background:#FF5252!important}
body.smart-style-6 .alert-danger{border-color:#B71C1C}
body.smart-style-6 .txt-color-redLight{color:#FF5252!important}
body.smart-style-6 .text-primary{color:#3F51B5!important}
body.smart-style-6 .text-success{color:#00C853!important}
body.smart-style-6 .text-danger{color:#C62828!important}
body.smart-style-6 .text-warning{color:#FF5722!important}
body.smart-style-6 .text-info{color:#607D8B!important}
body.smart-style-6 .ajax-notifications{background:#D8F4FF}
body.smart-style-6 .ajax-notifications .fa-4x.fa-border{color:#2196F3;border-color:#2196F3}
body.smart-style-6 aside,body.smart-style-6 nav ul ul{background:#fff}
body.smart-style-6 .nav-tabs>li.active>a{box-shadow:0 2px 0 #E91E63;z-index:10}
body.smart-style-6 #header,body.smart-style-6 .dropdown-menu>.active>a,body.smart-style-6 .dropdown-menu>.active>a:focus,body.smart-style-6 .dropdown-menu>.active>a:hover,body.smart-style-6 .dropdown-menu>li>a:focus,body.smart-style-6 .dropdown-menu>li>a:hover{background:#2196F3}
body.smart-style-6 #content{margin-left:30px;margin-right:30px;margin-top:20px}
body.smart-style-6 #content>.row{margin-bottom:20px}
body.smart-style-6 .page-title{text-transform:uppercase;font-size:19px;margin-bottom:0;margin-top:10px;letter-spacing:normal}
body.smart-style-6 .page-title>.fa{display:none}
body.smart-style-6 .page-footer{background:#455A64}
body.smart-style-6 #updating-chart.txt-color-blue{color:#4d7686!important}
body.smart-style-6 .ribbon-button-alignment{display:none}
body.smart-style-6 #ribbon{background:rgba(255,255,255,.4)}
body.smart-style-6 #logo-group span#activity,body.smart-style-6 .btn-header>:first-child>a{background:0 0;border:none;color:#fff;border-radius:50%}
#project-context body.smart-style-6>:first-child,body.smart-style-6 #project-selector,body.smart-style-6 .header-dropdown-list>li>.dropdown-toggle,body.smart-style-6 .project-context>:first-child,body.smart-style-6 .project-selector{color:#fff!important;text-shadow:none}
body.smart-style-6 .open>.dropdown-menu{-webkit-animation-name:none;animation-name:none;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:none;animation-fill-mode:none}
body.smart-style-6 .bootstrap-select .dropdown-menu.dropdown-menu-right,body.smart-style-6 .bootstrap-select .dropdown-menu.pull-right,body.smart-style-6 .btn-group .dropdown-menu.dropdown-menu-right,body.smart-style-6 .btn-group .dropdown-menu.pull-right,body.smart-style-6 .date-picker .dropdown-menu.dropdown-menu-right,body.smart-style-6 .date-picker .dropdown-menu.pull-right,body.smart-style-6 .dropdown .dropdown-menu.dropdown-menu-right,body.smart-style-6 .dropdown .dropdown-menu.pull-right,body.smart-style-6 .dropdown-menu.pull-right{transform-origin:top right!important}
body.smart-style-6 .bootstrap-select .dropdown-menu.dropdown-menu-left,body.smart-style-6 .bootstrap-select .dropdown-menu.pull-left,body.smart-style-6 .btn-group .dropdown-menu.dropdown-menu-left,body.smart-style-6 .btn-group .dropdown-menu.pull-left,body.smart-style-6 .date-picker .dropdown-menu.dropdown-menu-left,body.smart-style-6 .date-picker .dropdown-menu.pull-left,body.smart-style-6 .dropdown .dropdown-menu.dropdown-menu-left,body.smart-style-6 .dropdown .dropdown-menu.pull-left,body.smart-style-6 .dropdown-menu.pull-left,body.smart-style-6 .project-selector+.dropdown-menu{transform-origin:top left!important}
body.smart-style-6 .btn-group .dropdown-menu,body.smart-style-6 .date-picker .dropdown-menu,body.smart-style-6 .dropdown,body.smart-style-6 .dropdown-menu{transform-origin:top left;transition:all;transition-duration:250ms;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(0);opacity:0;filter:alpha(opacity=0);display:block}
body.smart-style-6 .project-selector+.dropdown-menu{margin-top:-27px}
body.smart-style-6 .header-dropdown-list .dropdown-menu{margin-top:-20px}
body.smart-style-6 .bootstrap-select.open .dropdown-menu,body.smart-style-6 .btn-group.open .dropdown-menu,body.smart-style-6 .dropdown.open .dropdown-menu,body.smart-style-6 .dropup.open .dropdown-menu,body.smart-style-6 .open>.dropdown-menu{transform:scale(1);opacity:1;filter:alpha(opacity=100)}
body.smart-style-6 .login-info{height:120px;margin-top:-1px!important;background-size:cover;border:0}
body.smart-style-6 .login-info>span{height:119px;border:0;padding:0}
body.smart-style-6 .login-info a{display:block;margin:0;padding:10px}
body.smart-style-6 .login-info a span{display:block;background:rgba(0,0,0,.2);width:100%;max-width:100%;padding:5px 10px;margin-left:-10px;margin-top:22px;color:#fff}
body.smart-style-6 .login-info img{border-radius:50%;width:50px;border:3px solid rgba(0,0,0,.14);box-sizing:content-box}
body.smart-style-6 #logo img{display:none}
body.smart-style-6 #activity b.badge{padding:4px}
body.smart-style-6 #logo-group>span#logo:before{content:"SmartAdmin";font-size:17px;color:#fff;font-weight:300;margin-top:1px;display:block}
body.smart-style-6 .header-search>input[type=text]{background:0 0;border-right-width:0;border-left-width:0;border-top-width:0;border-bottom-color:#fff;color:#fff;padding:0}
body.smart-style-6 .header-search>button{color:#fff}
body.smart-style-6 .header-search input[type=text]::-webkit-input-placeholder{color:rgba(255,255,255,.7)}
body.smart-style-6 .header-search input[type=text]:-moz-placeholder{color:rgba(255,255,255,.7)}
body.smart-style-6 .header-search input[type=text]::-moz-placeholder{color:rgba(255,255,255,.7)}
body.smart-style-6 .header-search input[type=text]:-ms-input-placeholder{color:rgba(255,255,255,.7)}
body.smart-style-6 nav ul li a,body.smart-style-6 nav ul li.open>a,body.smart-style-6 nav ul li.open>a b{color:#4C4C4C!important}
body.smart-style-6 nav ul .active body.smart-style-6 nav ul>a,nav ul li.open body.smart-style-6 nav ul>a{color:#3C3C3C!important}
body.smart-style-6 nav ul li a:hover,ul li body.smart-style-6 nav ul>a:hover{background-color:rgba(69,69,69,.05)}
body.smart-style-6 nav ul li a{font-size:13px}
body.smart-style-6 nav>ul>li>a{font-weight:400;text-transform:uppercase;padding:14px 10px 14px 11px}
body.smart-style-6 nav>ul>li>a b{margin-top:6px}
body.smart-style-6 nav ul li a:active{background:0 0}
body.smart-style-6 .login-info a span+i{display:none}
#ribbon .breadcrumb body.smart-style-6>.active,.breadcrumb body.smart-style-6>li+li:before,body.smart-style-6 #ribbon .breadcrumb,body.smart-style-6 #ribbon .breadcrumb a,body.smart-style-6 #ribbon .breadcrumb li:last-child{color:#374850!important}
#speech-btn body.smart-style-6>:first-child body.smart-style-6>a+.popover,body.smart-style-6 .ajax-dropdown{box-shadow:0 0 30px rgba(30,30,100,.75)}
body.smart-style-6 nav>ul ul li::before,body.smart-style-6 nav>ul>li>ul::before{border:none}
body.smart-style-6 .minifyme{background:#2196F3;color:#FFF;position:absolute;width:29px;border-radius:50%;z-index:999;right:-12px;padding:1px 3px;border-bottom:1px solid #3D6A8A}
body.smart-style-6 nav li a{position:relative;overflow:hidden}
body.smart-style-6 nav li a:after{content:'';display:block;position:absolute;left:50%;top:50%;width:300px;height:300px;margin-left:-120px;margin-top:-150px;background:#455A64;border-radius:100%;opacity:.3;transform:scale(0)}
@-webkit-keyframes ripple{0%{transform:scale(0)}20%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}
@keyframes ripple{0%{transform:scale(0)}20%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}
body.smart-style-6 nav li a:not(:active):after{-webkit-animation:ripple 1.5s ease-in-out;animation:ripple 1.5s ease-in-out}
body.smart-style-6 nav li a:after{visibility:hidden}
body.smart-style-6 nav li a:focus:after{visibility:visible}
body.smart-style-6 nav li a:active{background-color:transparent!important}
body.smart-style-6 .checkbox label>input[type=checkbox]:after{content:'';display:block;position:absolute;left:0;top:0;width:48px;height:48px;margin-left:-18px;margin-top:-18px;background:#3f51b5;border-radius:100%;opacity:.6;transform:scale(0)}
@-webkit-keyframes rippleDuplicate{0%{transform:scale(0)}40%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}
@keyframes rippleDuplicate{0%{transform:scale(0)}40%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}
body.smart-style-6 .checkbox label>input[type=checkbox]:focus:after{-webkit-animation:rippleDuplicate .5s ease-out;animation:rippleDuplicate .5s ease-out}
body.smart-style-6 .checkbox label>input[type=checkbox]:checked{-webkit-animation-name:rippleDuplicate;animation-name:rippleDuplicate}
body.smart-style-6 .checkbox label>input[type=checkbox]:focus:after{visibility:visible}
body.smart-style-6 .smart-form .checkbox input:focus+i,body.smart-style-6 .smart-form .input input:focus,body.smart-style-6 .smart-form .radio input:focus+i,body.smart-style-6 .smart-form .select select:focus,body.smart-style-6 .smart-form .textarea textarea:focus,body.smart-style-6 .smart-form .toggle input:focus+i{border-color:#2196F3}
body.smart-style-6 .smart-form .checkbox input+i:after,body.smart-style-6 .smart-form .rating input:checked~label{color:#2196F3}
body.smart-style-6 .fieldset[disabled] .form-control,body.smart-style-6 .form-control[disabled],body.smart-style-6 .form-control[readonly],body.smart-style-6 .smart-form .select select,body.smart-style-6 .smart-form .textarea textarea{border-bottom:1px dashed #E0E0E0}
body.smart-style-6 .form-control-feedback{width:auto;height:auto}
body.smart-style-6 .smart-form .checkbox input:checked+i,body.smart-style-6 .smart-form .radio input:checked+i,body.smart-style-6 .smart-form .toggle input:checked+i{border-color:transparent}
body.smart-style-6 .form-control,body.smart-style-6 .smart-form .icon-append,body.smart-style-6 .smart-form .icon-prepend,body.smart-style-6 .smart-form .input input,body.smart-style-6 .smart-form .select select,body.smart-style-6 .smart-form .textarea textarea{border-top-width:0;border-left-width:0;border-right-width:0}
body.smart-style-6 .form-control,body.smart-style-6 .smart-form .icon-append,body.smart-style-6 .smart-form .icon-prepend,body.smart-style-6 .smart-form .select select,body.smart-style-6 .smart-form .textarea textarea{padding-left:0}
body.smart-style-6 .form-control:not(.ui-autocomplete-loading){background:0 0}
body.smart-style-6 .icon-addon>input[type=text],body.smart-style-6 .input-icon-left input[type=text].form-control{padding-left:32px}
body.smart-style-6 input[type=checkbox],body.smart-style-6 input[type=radio]{margin-top:2px;line-height:normal}
body.smart-style-6 .dataTables_filter>label:focus .input-group-addon{border-bottom-color:#2196F3}
body.smart-style-6 .dataTables_filter .input-group-addon{border-top-width:0!important;border-left-width:0!important;border-right-width:0!important;background:0 0}
body.smart-style-6 .dataTables_filter .input-group-addon+.form-control{background:0 0}
body.smart-style-6 .input-group-addon:first-child,body.smart-style-6 .input-group-addon:last-child{border:1px solid inherit}
body.smart-style-6 .input-group .form-control:first-child{border-right:0!important}
body.smart-style-6 .input-group-addon+.form-control[type=text]{padding-left:10px;padding-right:10px}
body.smart-style-6 .ui-sortable .jarviswidget-sortable>header{box-shadow:none!important}
body.smart-style-6 .jarviswidget>header{border-bottom:0}
body.smart-style-6 .jarviswidget-ctrls .button-icon,body.smart-style-6 .widget-toolbar{border:0}
body.smart-style-6 .widget-toolbar>.color-box{outline:0!important;border-radius:30%;box-shadow:0 0 1px 1px rgba(56,56,56,.3)}
body.smart-style-6 .color-box,body.smart-style-6 .color-select li span{border-radius:30%}
body.smart-style-6 .jarviswidget header .nav-tabs>li.active>a,body.smart-style-6 .jarviswidget header .nav-tabs>li.active>a:focus,body.smart-style-6 .jarviswidget header .nav-tabs>li.active>a:hover{border:0!important}
body.smart-style-6 .jarviswidget-sortable.ui-sortable-helper{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}
body.smart-style-6 .jarviswidget-placeholder{background:linear-gradient(90deg,#00f 50%,transparent 50%),linear-gradient(90deg,#00f 50%,transparent 50%),linear-gradient(0deg,#00f 50%,transparent 50%),linear-gradient(0deg,#00f 50%,transparent 50%);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 2px,10px 2px,2px 10px,2px 10px;background-position:0 0,100% 100%,0 100%,100% 0;-webkit-animation:border-dance 4s infinite linear;animation:border-dance 4s infinite linear;width:100%;height:100%;padding:10px}
@-webkit-keyframes border-dance{0%{background-position:0 0,300px 116px,0 150px,216px 0}100%{background-position:300px 0,0 116px,0 0,216px 150px}}
@keyframes border-dance{0%{background-position:0 0,300px 116px,0 150px,216px 0}100%{background-position:300px 0,0 116px,0 0,216px 150px}}
body.smart-style-6 .MessageBoxContainer{border-radius:4px;max-width:600px;margin:0 auto;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);background:#fff;color:#333}
body.smart-style-6 .table>tbody>tr>td,body.smart-style-6 .table>tbody>tr>th,body.smart-style-6 .table>tfoot>tr>td,body.smart-style-6 .table>tfoot>tr>th,body.smart-style-6 .table>thead>tr>td,body.smart-style-6 .table>thead>tr>th{padding:16px 10px}
body.smart-style-6 .dt-toolbar{padding:14px 20px 11px}
body.smart-style-6 .inbox-body .table-wrap,body.smart-style-6 .inbox-compose-footer,body.smart-style-6 .inbox-info-bar .form-group input,body.smart-style-6 .inbox-info-bar .select2-container-multi .select2-choices,body.smart-style-6 .inbox-nav-bar,body.smart-style-6 .inbox-side-bar{background:#fff}
body.smart-style-6 .inbox-compose-footer{border-bottom-width:0;padding-left:0;padding-right:0}
body.smart-style-6 .inbox-body{box-shadow:-11px 12px 23px rgba(0,0,0,.1)}
body.smart-style-6 .inbox-download,body.smart-style-6 .inbox-message{border-bottom:0}
body.smart-style-6 .inbox-info-bar .form-group input,body.smart-style-6 .inbox-info-bar .select2-container-multi .select2-choices{border-color:transparent!important}
body.smart-style-6 #inbox-content{margin-bottom:30px!important}
body.smart-style-6.desktop-detected .inbox-compose-footer,body.smart-style-6.desktop-detected .inbox-download{padding-bottom:56px}
body.smart-style-6 ::-webkit-scrollbar{width:10px;background-color:transparent;border-top:10px solid transparent;border-bottom:10px solid transparent}
body.smart-style-6 ::-webkit-scrollbar:hover{background-color:rgba(0,0,0,.05)}
body.smart-style-6 ::-webkit-scrollbar-thumb:vertical{background:rgba(0,0,0,.2);border-radius:100px;background-clip:padding-box;border:2px solid transparent;min-height:10px}
body.smart-style-6 .inbox-message{background:#fff}
body.smart-style-6 .note-editor .note-editable{background-color:rgba(33,150,243,.15)}
body.smart-style-6 .note-editor .note-editable:focus{background:#fff}
body.smart-style-6 .inbox-nav-bar{height:auto!important}
body.smart-style-6 .superbox-show{background-color:#37474F}
body.smart-style-6 .superbox-list.active:before{color:#37474F}
body.smart-style-6 .superbox-imageinfo span{color:rgba(255,255,255,.5)}
body.smart-style-6 #sparks{display:none}
body.smart-style-6 .page-footer .txt-color-blueLight{color:#fff!important}
body.smart-style-6.minified .login-info{height:55px}
body.smart-style-6.minified .login-info img{width:34px}
body.smart-style-6.minified .login-info a{padding:10px 0}
body.smart-style-6.minified .login-info a span{display:none}
body.smart-style-6.minified .minifyme{border-radius:0;left:0;width:45px;border:0}
body.smart-style-6.minified nav>ul>li>a>.menu-item-parent,body.smart-style-6.minified nav>ul>li>ul{left:45px}
body.smart-style-6.minified nav>ul>li>a>.menu-item-parent{padding-top:4px;top:0}
body.smart-style-6.minified nav>ul>li ul li{background:#fff;overflow:hidden}
body.smart-style-6.minified nav li a{overflow:visible;border:0}
body.smart-style-6.minified nav>ul>li{border-bottom:0!important;border-top:0!important}
body.smart-style-6.minified nav>ul>li>ul{padding-top:0;border:0;background:#f5f5f5;border-left:1px solid #CACACA}
body.smart-style-6.menu-on-top aside#left-panel,body.smart-style-6.menu-on-top aside#left-panel nav>ul>li{border:0}
body.smart-style-6.menu-on-top aside#left-panel nav>ul>li:hover{background:#fff}
body.smart-style-6.menu-on-top aside#left-panel nav>ul>li:hover>a,body.smart-style-6.menu-on-top nav ul li a:hover,body.smart-style-6.menu-on-top nav ul ul li a:hover,body.smart-style-6.menu-on-top nav ul ul li:hover>a,body.smart-style-6.menu-on-top nav ul ul ul li a:hover,body.smart-style-6.menu-on-top nav ul>a:hover{color:#fff!important;background-color:#2196F3}
@media (max-width:979px) and (min-width:768px){body.smart-style-6 #hide-menu i{color:#fff}}
@media (max-width:767px){body.smart-style-6 #content{margin-left:0;margin-right:0}body.smart-style-6 #hide-menu>:first-child>a{width:40px!important}body.smart-style-6 #hide-menu i{color:#fff}}
@media only screen and (max-width:479px) and (min-width:320px){body.smart-style-6 #hide-menu i{color:#fff}}
.smart-rtl blockquote{border-right:5px solid #eee;border-left:0}
.smart-rtl blockquote.pull-left .small,.smart-rtl blockquote.pull-left p,.smart-rtl blockquote.pull-left small{text-align:left}
.smart-rtl{overflow-x:hidden}
.smart-rtl .navbar-brand{float:right}
.smart-rtl .jarviswidget-ctrls{float:left}
.smart-rtl .jarviswidget-ctrls .button-icon{border-left:none;border-right:1px solid rgba(0,0,0,.09)}
.smart-rtl .widget-toolbar{float:left;border-left:none;border-right:1px solid rgba(0,0,0,.09)}
.smart-rtl .jarviswidget>header>.widget-icon{float:right;margin-right:0;margin-left:-10px}
.smart-rtl #sparks li:first-child{padding-left:10px;padding-right:0;border-right:none}
.smart-rtl #sparks li:last-child{padding-right:10px;padding-left:0}
.smart-rtl #sparks li{border-right:1px dotted #c7c7c7;border-left:none}
.smart-rtl .btn-group>.btn:last-child:not(:first-child),.smart-rtl .btn-group>.dropdown-toggle:not(:first-child){border-radius:2px 0 0 2px;margin-left:0;margin-right:-1px}
.smart-rtl .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-radius:0 2px 2px 0}
.smart-rtl .btn-label{left:auto;right:-12px}
.smart-rtl .h1 .small,.smart-rtl .h1 small,.smart-rtl .h2 .small,.smart-rtl .h2 small,.smart-rtl .h3 .small,.smart-rtl .h3 small,.smart-rtl h1 .small,.smart-rtl h1 small,.smart-rtl h2 .small,.smart-rtl h2 small,.smart-rtl h3 .small,.smart-rtl h3 small{display:inline-block}
@media (min-width:768px){.smart-rtl .navbar>.container .navbar-brand{margin-right:-13px;margin-left:0}}
@media (min-width:768px){.smart-rtl .navbar-header{float:right}}
.smart-rtl .navbar-toggle{float:left;margin-left:13px}
@media (min-width:768px){.smart-rtl .navbar-collapse{width:auto;border-top:0;box-shadow:none}.smart-rtl .navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:0}}
.smart-rtl .navbar-form{margin-left:-13px;margin-right:-13px}
.smart-rtl .navbar-text{float:right}
@media (min-width:768px){.smart-rtl .navbar-text{margin-left:13px;margin-right:13px}}
@media (max-width:767px){.smart-rtl .navbar-nav .open .dropdown-menu .dropdown-header,.smart-rtl .navbar-nav .open .dropdown-menu>li>a{padding:5px 25px 5px 15px}}
@media (min-width:768px){.smart-rtl .navbar-nav,.smart-rtl .navbar-nav>li{float:right}}
.smart-rtl .nav-justified{width:100%}
.smart-rtl .nav-justified>li{float:none}
.smart-rtl .nav-justified>li>a{text-align:center;margin-bottom:5px}
@media (min-width:768px){.smart-rtl .nav-justified>li{display:table-cell;width:1%}.smart-rtl .nav-justified>li>a{margin-bottom:0}}
.smart-rtl .nav-tabs{border-bottom:1px solid #ddd}
.smart-rtl .tabs-below .nav-tabs{border-bottom:none}
.smart-rtl .nav-tabs>li{margin-bottom:-1px}
.smart-rtl .tabs-pull-right.nav-tabs>li{float:left}
.smart-rtl .tabs-pull-right.nav-tabs>li a{margin-left:0!important;margin-right:2px}
.smart-rtl .tabs-pull-right.nav-tabs>li:first-child a{border-right-width:1px!important}
.tab-pane .tabs-pull-right.nav-tabs>li:first-child a{border-left-width:1px!important}
.smart-rtl .nav-tabs>li>a{margin-right:-2px;margin-right:-1px;border-radius:2px 2px 0 0}
.smart-rtl .nav-tabs.nav-justified{width:100%}
.smart-rtl .nav-tabs.nav-justified>li{float:none}
.smart-rtl .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
.smart-rtl .smart-form .input input:focus+.tooltip-top-right,.smart-rtl .smart-form .textarea textarea:focus+.tooltip-top-right{left:0;right:auto}
.smart-rtl .smart-form .tooltip-top-right:after{left:11px;right:auto}
.smart-rtl nav ul ul ul ul ul ul li a{padding-right:120px}
.smart-rtl nav ul ul ul ul ul li a{padding-right:100px}
.smart-rtl nav ul ul ul ul li a{padding-right:80px}
.smart-rtl nav ul ul ul li a{padding-right:60px}
.smart-rtl.menu-on-top #main{margin-right:0!important}
.smart-rtl.menu-on-top aside#left-panel nav>ul>li{float:right}
.smart-rtl.menu-on-top nav>ul>li>a:after{right:auto}
.smart-rtl.menu-on-top nav ul ul li a{padding-right:10px!important}
.smart-rtl.menu-on-top nav ul ul li a:after{right:auto;left:10px;content:'\f0d9'}
.smart-rtl.menu-on-top nav>ul ul li:hover>ul{left:auto;right:100%}
.smart-rtl nav>ul>li>a>i{margin-right:0;margin-left:5px}
@media (min-width:768px){.smart-rtl .nav-tabs.nav-justified>li{display:table-cell;width:1%}.smart-rtl .nav-tabs.nav-justified>li>a{margin-bottom:0}}
@media (min-width:768px){.smart-rtl .nav-tabs.nav-justified>li>a{border-radius:2px 2px 0 0;color:#00f}}
.smart-rtl .nav-tabs.nav-justified>li>a{margin-left:0}
@media (min-width:768px){.smart-rtl .nav-tabs-justified>li>a{border-radius:2px 2px 0 0;color:#00f}}
.smart-rtl .progress-bar{float:right}
.smart-rtl .alert-dismissable .close{font-family:"Open Sans",Arial,Helvetica,Sans-Serif;top:-2px;left:21px;right:0}
.smart-rtl .close{font-family:"Open Sans",Arial,Helvetica,Sans-Serif;float:left}
.smart-rtl .caret{margin-right:2px}
.smart-rtl .dropdown-menu{right:0;left:auto}
.smart-rtl .dropdown-menu.bootstrap-timepicker-widget,.smart-rtl .dropdown-menu.colorpicker{right:auto}
.smart-rtl .header-search>input[type=text]{padding-left:30px;padding-right:10px}
.smart-rtl .pull-right.dropdown-menu.arrow-box-up-right:after,.smart-rtl .pull-right>.dropdown-menu.arrow-box-up-right:after{left:10px;right:auto;margin-right:-10px;margin-left:0}
.smart-rtl .pull-right.dropdown-menu.arrow-box-up-right:before,.smart-rtl .pull-right>.dropdown-menu.arrow-box-up-right:before{left:9px;right:auto;margin-right:-9px;margin-left:0}
.smart-rtl .pull-right.dropdown-menu,.smart-rtl .pull-right>.dropdown-menu{left:0;right:auto}
.smart-rtl .dropdown-menu.pull-left,.smart-rtl .pull-left>.dropdown-menu{left:auto;float:right;right:0}
.smart-rtl .pull-left>.dropdown-menu{left:0;float:right;right:auto}
.smart-rtl .navbar-nav.pull-left>li>.dropdown-menu,.smart-rtl .navbar-nav>li>.dropdown-menu.pull-left{right:auto;left:0}
.smart-rtl .nav-tabs-justified>li>a{margin-left:0}
.smart-rtl .nav-tabs>li{float:right}
.smart-rtl .nav-tabs>li>a{margin-left:2px}
.smart-rtl .nav-pills>li{float:right}
.smart-rtl .nav-pills>li>a{border-radius:2px}
.smart-rtl .nav-pills>li+ li{margin-right:2px}
.smart-rtl .nav-stacked>li{float:none}
.smart-rtl .nav-stacked>li+ li{margin-right:0}
.smart-rtl .nav{padding-right:0}
.smart-rtl .input-group .form-control:first-child,.smart-rtl .input-group-addon:first-child,.smart-rtl .input-group-btn:first-child>.btn,.smart-rtl .input-group-btn:first-child>.dropdown-toggle,.smart-rtl .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:0;border-top-left-radius:0}
.smart-rtl .input-group-addon:first-child{border-right:1px solid #ccc}
.smart-rtl .fuelux .wizard ul li{float:right;padding:0 30px 0 20px}
.smart-rtl .fuelux .wizard .actions{right:auto;left:0;border-right:1px solid #d4d4d4;border-left:0}
.smart-rtl .fuelux .wizard ul li .badge{margin-right:0;margin-left:8px}
.smart-rtl .fuelux .wizard ul li .chevron:before{left:1px;right:auto;border-right:14px solid #ededed;border-left:0}
.smart-rtl .fuelux .wizard ul li:first-child{padding-right:20px}
.smart-rtl .fuelux .wizard ul li .chevron{left:-14px;right:auto;border-right:14px solid #d4d4d4;border-left:0}
.fuelux .wizard ul li.active .chevron:before{border-right-color:#f1f6fc}
.smart-rtl .input-group-btn:first-child>.btn{margin-right:-1px}
.smart-rtl .input-group .form-control:last-child,.smart-rtl .input-group-addon:last-child,.smart-rtl .input-group-btn:first-child>.btn:not(:first-child),.smart-rtl .input-group-btn:last-child>.btn,.smart-rtl .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-right-radius:0;border-top-right-radius:0}
.smart-rtl .input-group-addon:last-child{border-left:1px solid #ccc;border-right-width:0}
.smart-rtl .form-group.has-success .input-group-addon:first-child{border-right:1px solid}
.smart-rtl .form-group.has-success .input-group-addon:last-child{border-left:1px solid}
.smart-rtl .input-group-btn:first-child>.btn{margin-left:-1px}
.smart-rtl .input-group-btn:last-child>.btn{margin-right:-1px}
.smart-rtl .input-group-btn>.btn{position:relative}
.smart-rtl .input-group-btn>.btn+ .btn{margin-right:-4px}
.smart-rtl .input-group-btn>.btn:active,.smart-rtl .input-group-btn>.btn:hover{z-index:2}
.smart-rtl .checkbox input[type=checkbox],.smart-rtl .checkbox-inline input[type=checkbox],.smart-rtl .radio input[type=radio],.smart-rtl .radio-inline input[type=radio]{float:right;margin-right:-20px}
.smart-rtl .checkbox-inline+ .checkbox-inline,.smart-rtl .radio-inline+ .radio-inline{margin-right:10px}
.smart-rtl .form-inline .checkbox,.smart-rtl .form-inline .radio{padding-right:0}
.smart-rtl .form-inline .checkbox input[type=checkbox],.smart-rtl .form-inline .radio input[type=radio]{margin-right:0}
@media (min-width:768px){.smart-rtl .form-horizontal .control-label{text-align:left}}
.smart-rtl th{text-align:right}
.smart-rtl .list-group{padding-right:0}
.smart-rtl .btn-group-vertical>.btn,.smart-rtl .btn-group>.btn{float:right}
.smart-rtl .container{margin-right:auto;margin-left:auto;padding-left:13px;padding-right:13px}
.container:after,.smart-rtl .container:before{content:" ";display:table}
.smart-rtl .container:after{clear:both}
.smart-rtl .row{margin-left:-13px;margin-right:-13px}
.row:after,.smart-rtl .row:before{content:" ";display:table}
.smart-rtl .row:after{clear:both}
.smart-rtl .col-lg-1,.smart-rtl .col-lg-10,.smart-rtl .col-lg-11,.smart-rtl .col-lg-12,.smart-rtl .col-lg-2,.smart-rtl .col-lg-3,.smart-rtl .col-lg-4,.smart-rtl .col-lg-5,.smart-rtl .col-lg-6,.smart-rtl .col-lg-7,.smart-rtl .col-lg-8,.smart-rtl .col-lg-9,.smart-rtl .col-md-1,.smart-rtl .col-md-10,.smart-rtl .col-md-11,.smart-rtl .col-md-12,.smart-rtl .col-md-2,.smart-rtl .col-md-3,.smart-rtl .col-md-4,.smart-rtl .col-md-5,.smart-rtl .col-md-6,.smart-rtl .col-md-7,.smart-rtl .col-md-8,.smart-rtl .col-md-9,.smart-rtl .col-sm-1,.smart-rtl .col-sm-10,.smart-rtl .col-sm-11,.smart-rtl .col-sm-12,.smart-rtl .col-sm-2,.smart-rtl .col-sm-3,.smart-rtl .col-sm-4,.smart-rtl .col-sm-5,.smart-rtl .col-sm-6,.smart-rtl .col-sm-7,.smart-rtl .col-sm-8,.smart-rtl .col-sm-9,.smart-rtl .col-xs-1,.smart-rtl .col-xs-10,.smart-rtl .col-xs-11,.smart-rtl .col-xs-12,.smart-rtl .col-xs-2,.smart-rtl .col-xs-3,.smart-rtl .col-xs-4,.smart-rtl .col-xs-5,.smart-rtl .col-xs-6,.smart-rtl .col-xs-7,.smart-rtl .col-xs-8,.smart-rtl .col-xs-9{position:relative;min-height:1px;padding-left:13px;padding-right:13px}
.smart-rtl .col-xs-1,.smart-rtl .col-xs-10,.smart-rtl .col-xs-11,.smart-rtl .col-xs-2,.smart-rtl .col-xs-3,.smart-rtl .col-xs-4,.smart-rtl .col-xs-5,.smart-rtl .col-xs-6,.smart-rtl .col-xs-7,.smart-rtl .col-xs-8,.smart-rtl .col-xs-9{float:right}
.smart-rtl .col-xs-1{width:8.333333333333332%}
.smart-rtl .col-xs-2{width:16.666666666666664%}
.smart-rtl .col-xs-3{width:25%}
.smart-rtl .col-xs-4{width:33.33333333333333%}
.smart-rtl .col-xs-5{width:41.66666666666667%}
.smart-rtl .col-xs-6{width:50%}
.smart-rtl .col-xs-7{width:58.333333333333336%}
.smart-rtl .col-xs-8{width:66.66666666666666%}
.smart-rtl .col-xs-9{width:75%}
.smart-rtl .col-xs-10{width:83.33333333333334%}
.smart-rtl .col-xs-11{width:91.66666666666666%}
.smart-rtl .col-xs-12{width:100%}
@media (min-width:768px){.smart-rtl .container{max-width:746px}.smart-rtl .col-sm-1,.smart-rtl .col-sm-10,.smart-rtl .col-sm-11,.smart-rtl .col-sm-2,.smart-rtl .col-sm-3,.smart-rtl .col-sm-4,.smart-rtl .col-sm-5,.smart-rtl .col-sm-6,.smart-rtl .col-sm-7,.smart-rtl .col-sm-8,.smart-rtl .col-sm-9{float:right}.smart-rtl .col-sm-1{width:8.333333333333332%}.smart-rtl .col-sm-2{width:16.666666666666664%}.smart-rtl .col-sm-3{width:25%}.smart-rtl .col-sm-4{width:33.33333333333333%}.smart-rtl .col-sm-5{width:41.66666666666667%}.smart-rtl .col-sm-6{width:50%}.smart-rtl .col-sm-7{width:58.333333333333336%}.smart-rtl .col-sm-8{width:66.66666666666666%}.smart-rtl .col-sm-9{width:75%}.smart-rtl .col-sm-10{width:83.33333333333334%}.smart-rtl .col-sm-11{width:91.66666666666666%}.smart-rtl .col-sm-12{width:100%}.smart-rtl .col-sm-push-1{right:8.333333333333332%;left:auto}.smart-rtl .col-sm-push-2{right:16.666666666666664%;left:auto}.smart-rtl .col-sm-push-3{right:25%;left:auto}.smart-rtl .col-sm-push-4{right:33.33333333333333%;left:auto}.smart-rtl .col-sm-push-5{right:41.66666666666667%;left:auto}.smart-rtl .col-sm-push-6{right:50%;left:auto}.smart-rtl .col-sm-push-7{right:58.333333333333336%;left:auto}.smart-rtl .col-sm-push-8{right:66.66666666666666%;left:auto}.smart-rtl .col-sm-push-9{right:75%;left:auto}.smart-rtl .col-sm-push-10{right:83.33333333333334%;left:auto}.smart-rtl .col-sm-push-11{right:91.66666666666666%;left:auto}.smart-rtl .col-sm-pull-1{left:8.333333333333332%;right:auto}.smart-rtl .col-sm-pull-2{left:16.666666666666664%;right:auto}.smart-rtl .col-sm-pull-3{left:25%;right:auto}.smart-rtl .col-sm-pull-4{left:33.33333333333333%;right:auto}.smart-rtl .col-sm-pull-5{left:41.66666666666667%;right:auto}.smart-rtl .col-sm-pull-6{left:50%;right:auto}.smart-rtl .col-sm-pull-7{left:58.333333333333336%;right:auto}.smart-rtl .col-sm-pull-8{left:66.66666666666666%;right:auto}.smart-rtl .col-sm-pull-9{left:75%;right:auto}.smart-rtl .col-sm-pull-10{left:83.33333333333334%;right:auto}.smart-rtl .col-sm-pull-11{left:91.66666666666666%;right:auto}.smart-rtl .col-sm-offset-1{margin-right:8.333333333333332%;margin-left:0}.smart-rtl .col-sm-offset-2{margin-right:16.666666666666664%;margin-left:0}.smart-rtl .col-sm-offset-3{margin-right:25%;margin-left:0}.smart-rtl .col-sm-offset-4{margin-right:33.33333333333333%;margin-left:0}.smart-rtl .col-sm-offset-5{margin-right:41.66666666666667%;margin-left:0}.smart-rtl .col-sm-offset-6{margin-right:50%;margin-left:0}.smart-rtl .col-sm-offset-7{margin-right:58.333333333333336%;margin-left:0}.smart-rtl .col-sm-offset-8{margin-right:66.66666666666666%;margin-left:0}.smart-rtl .col-sm-offset-9{margin-right:75%;margin-left:0}.smart-rtl .col-sm-offset-10{margin-right:83.33333333333334%;margin-left:0}.smart-rtl .col-sm-offset-11{margin-right:91.66666666666666%;margin-left:0}}
@media (min-width:992px){.smart-rtl .container{max-width:966px}.smart-rtl .col-md-1,.smart-rtl .col-md-10,.smart-rtl .col-md-11,.smart-rtl .col-md-2,.smart-rtl .col-md-3,.smart-rtl .col-md-4,.smart-rtl .col-md-5,.smart-rtl .col-md-6,.smart-rtl .col-md-7,.smart-rtl .col-md-8,.smart-rtl .col-md-9{float:right}.smart-rtl .col-md-1{width:8.333333333333332%}.smart-rtl .col-md-2{width:16.666666666666664%}.smart-rtl .col-md-3{width:25%}.smart-rtl .col-md-4{width:33.33333333333333%}.smart-rtl .col-md-5{width:41.66666666666667%}.smart-rtl .col-md-6{width:50%}.smart-rtl .col-md-7{width:58.333333333333336%}.smart-rtl .col-md-8{width:66.66666666666666%}.smart-rtl .col-md-9{width:75%}.smart-rtl .col-md-10{width:83.33333333333334%}.smart-rtl .col-md-11{width:91.66666666666666%}.smart-rtl .col-md-12{width:100%}.smart-rtl .col-md-push-1{right:8.333333333333332%;left:auto}.smart-rtl .col-md-push-2{right:16.666666666666664%;left:auto}.smart-rtl .col-md-push-3{right:25%;left:auto}.smart-rtl .col-md-push-4{right:33.33333333333333%;left:auto}.smart-rtl .col-md-push-5{right:41.66666666666667%;left:auto}.smart-rtl .col-md-push-6{right:50%;left:auto}.smart-rtl .col-md-push-7{right:58.333333333333336%;left:auto}.smart-rtl .col-md-push-8{right:66.66666666666666%;left:auto}.smart-rtl .col-md-push-9{right:75%;left:auto}.smart-rtl .col-md-push-10{right:83.33333333333334%;left:auto}.smart-rtl .col-md-push-11{right:91.66666666666666%;left:auto}.smart-rtl .col-md-pull-1{left:8.333333333333332%;right:auto}.smart-rtl .col-md-pull-2{left:16.666666666666664%;right:auto}.smart-rtl .col-md-pull-3{left:25%;right:auto}.smart-rtl .col-md-pull-4{left:33.33333333333333%;right:auto}.smart-rtl .col-md-pull-5{left:41.66666666666667%;right:auto}.smart-rtl .col-md-pull-6{left:50%;right:auto}.smart-rtl .col-md-pull-7{left:58.333333333333336%;right:auto}.smart-rtl .col-md-pull-8{left:66.66666666666666%;right:auto}.smart-rtl .col-md-pull-9{left:75%;right:auto}.smart-rtl .col-md-pull-10{left:83.33333333333334%;right:auto}.smart-rtl .col-md-pull-11{left:91.66666666666666%;right:auto}.smart-rtl .col-md-offset-1{margin-right:8.333333333333332%;margin-left:0}.smart-rtl .col-md-offset-2{margin-right:16.666666666666664%;margin-left:0}.smart-rtl .col-md-offset-3{margin-right:25%;margin-left:0}.smart-rtl .col-md-offset-4{margin-right:33.33333333333333%;margin-left:0}.smart-rtl .col-md-offset-5{margin-right:41.66666666666667%;margin-left:0}.smart-rtl .col-md-offset-6{margin-right:50%;margin-left:0}.smart-rtl .col-md-offset-7{margin-right:58.333333333333336%;margin-left:0}.smart-rtl .col-md-offset-8{margin-right:66.66666666666666%;margin-left:0}.smart-rtl .col-md-offset-9{margin-right:75%;margin-left:0}.smart-rtl .col-md-offset-10{margin-right:83.33333333333334%;margin-left:0}.smart-rtl .col-md-offset-11{margin-right:91.66666666666666%;margin-left:0}}
@media (min-width:1200px){.smart-rtl .container{max-width:1166px}.smart-rtl .col-lg-1,.smart-rtl .col-lg-10,.smart-rtl .col-lg-11,.smart-rtl .col-lg-2,.smart-rtl .col-lg-3,.smart-rtl .col-lg-4,.smart-rtl .col-lg-5,.smart-rtl .col-lg-6,.smart-rtl .col-lg-7,.smart-rtl .col-lg-8,.smart-rtl .col-lg-9{float:right}.smart-rtl .col-lg-1{width:8.333333333333332%}.smart-rtl .col-lg-2{width:16.666666666666664%}.smart-rtl .col-lg-3{width:25%}.smart-rtl .col-lg-4{width:33.33333333333333%}.smart-rtl .col-lg-5{width:41.66666666666667%}.smart-rtl .col-lg-6{width:50%}.smart-rtl .col-lg-7{width:58.333333333333336%}.smart-rtl .col-lg-8{width:66.66666666666666%}.smart-rtl .col-lg-9{width:75%}.smart-rtl .col-lg-10{width:83.33333333333334%}.smart-rtl .col-lg-11{width:91.66666666666666%}.smart-rtl .col-lg-12{width:100%}.smart-rtl .col-lg-push-1{right:8.333333333333332%;left:auto}.smart-rtl .col-lg-push-2{right:16.666666666666664%;left:auto}.smart-rtl .col-lg-push-3{right:25%;left:auto}.smart-rtl .col-lg-push-4{right:33.33333333333333%;left:auto}.smart-rtl .col-lg-push-5{right:41.66666666666667%;left:auto}.smart-rtl .col-lg-push-6{right:50%;left:auto}.smart-rtl .col-lg-push-7{right:58.333333333333336%;left:auto}.smart-rtl .col-lg-push-8{right:66.66666666666666%;left:auto}.smart-rtl .col-lg-push-9{right:75%;left:auto}.smart-rtl .col-lg-push-10{right:83.33333333333334%;left:auto}.smart-rtl .col-lg-push-11{right:91.66666666666666%;left:auto}.smart-rtl .col-lg-pull-1{left:8.333333333333332%;right:auto}.smart-rtl .col-lg-pull-2{left:16.666666666666664%;right:auto}.smart-rtl .col-lg-pull-3{left:25%;right:auto}.smart-rtl .col-lg-pull-4{left:33.33333333333333%;right:auto}.smart-rtl .col-lg-pull-5{left:41.66666666666667%;right:auto}.smart-rtl .col-lg-pull-6{left:50%;right:auto}.smart-rtl .col-lg-pull-7{left:58.333333333333336%;right:auto}.smart-rtl .col-lg-pull-8{left:66.66666666666666%;right:auto}.smart-rtl .col-lg-pull-9{left:75%;right:auto}.smart-rtl .col-lg-pull-10{left:83.33333333333334%;right:auto}.smart-rtl .col-lg-pull-11{left:91.66666666666666%;right:auto}.smart-rtl .col-lg-offset-1{margin-right:8.333333333333332%;margin-left:0}.smart-rtl .col-lg-offset-2{margin-right:16.666666666666664%;margin-left:0}.smart-rtl .col-lg-offset-3{margin-right:25%;margin-left:0}.smart-rtl .col-lg-offset-4{margin-right:33.33333333333333%;margin-left:0}.smart-rtl .col-lg-offset-5{margin-right:41.66666666666667%;margin-left:0}.smart-rtl .col-lg-offset-6{margin-right:50%;margin-left:0}.smart-rtl .col-lg-offset-7{margin-right:58.333333333333336%;margin-left:0}.smart-rtl .col-lg-offset-8{margin-right:66.66666666666666%;margin-left:0}.smart-rtl .col-lg-offset-9{margin-right:75%;margin-left:0}.smart-rtl .col-lg-offset-10{margin-right:83.33333333333334%;margin-left:0}.smart-rtl .col-lg-offset-11{margin-right:91.66666666666666%;margin-left:0}}
.smart-rtl .demo{right:auto;left:-160px;transition:left .1s ease-out}
.smart-rtl .demo.activate{right:auto!important;left:0!important;box-shadow:11px 12px 23px rgba(0,0,0,.2)}
.smart-rtl .demo>span{left:auto;right:-30px;border-radius:0 5px 5px 0}
.smart-rtl #header{padding:0 0 0 13px}
.smart-rtl #left-panel{left:auto;right:0}
.smart-rtl #main{margin-left:0;margin-right:220px}
.smart-rtl #sparks{text-align:left}
.smart-rtl .page-title{text-align:right}
.smart-rtl body,body.smart-rtl{direction:rtl!important}
.smart-rtl .show-stat-microcharts .sparkline{float:left!important;margin-right:0;margin-left:8px}
.smart-rtl .smaller-stat{float:left!important}
.smart-rtl .DTTT.btn-group{right:auto;left:83px}
.smart-rtl div.dataTables_length{right:auto;left:13px}
.smart-rtl nav ul b{float:left}
.smart-rtl #header .pull-right,.smart-rtl #heat-fill+table .pull-right,.smart-rtl .chat-file .pull-right,.smart-rtl .no-space .pull-right,.smart-rtl nav .pull-right{float:left!important}
.smart-rtl #header .pull-left,.smart-rtl #header>div,.smart-rtl .chat-file .pull-left,.smart-rtl .no-space .pull-left,.smart-rtl nav .pull-left{float:right!important}
.smart-rtl nav ul li a{padding-right:11px;padding-left:10px}
.smart-rtl nav ul ul li>a{padding-right:42px}
.smart-rtl #logo-group>span{float:right}
.smart-rtl #ribbon .breadcrumb{padding:11px 0 11px 34px!important}
.smart-rtl .btn.btn-ribbon{margin-left:8px;margin-right:0}
.smart-rtl .btn-group-justified.btn-group-vertical>.btn,.smart-rtl .btn-group-justified.btn-group>.btn{float:none!important}
.smart-rtl .ajax-dropdown{left:auto;right:16px}
.smart-rtl .air-top-left{top:0;right:0;left:auto}
.smart-rtl .air-top-right{top:0;left:0;right:auto}
.smart-rtl .air-bottom-right{bottom:0;right:0;left:auto}
.smart-rtl .air-bottom-left{bottom:0;left:0;right:auto}
.smart-rtl .text-align-left,.smart-rtl .text-left{text-align:right!important}
.smart-rtl .MessageBoxMiddle{left:auto;right:20%;width:60%}
.smart-rtl .notification-body time{right:auto;left:0}
.smart-rtl .notification-body>li a.msg{padding-left:0!important;padding-right:50px!important}
.smart-rtl .notification-body .from{margin-right:0;margin-left:60px!important}
.smart-rtl #project-context>:first-child{text-align:right}
.smart-rtl .header-search>button{right:auto;left:0}
.smart-rtl #logo{margin-left:0;margin-right:9px}
.smart-rtl .margin-right-5{margin-left:5px!important}
.smart-rtl .invoice-sum-total.pull-right{float:left!important}
.smart-rtl .pagination{padding-right:0}
.smart-rtl .chat-body li.message .message-text{margin-right:65px;margin-left:0}
.smart-rtl #chat-container #chat-users li a{padding:3px 3px 3px 8px}
.smart-rtl #chat-container #chat-users li a img{margin-right:0;margin-left:10px}
.smart-rtl #chat-container #chat-users li a i{float:left}
.smart-rtl .chat-file .pull-right{text-align:left}
.smart-rtl .chat-body li.message .message-text .chat-file b{text-align:right}
.smart-rtl .chat-body li.message .message-text time{right:auto;left:0}
.smart-rtl label input[type=checkbox].checkbox+span:before,.smart-rtl label input[type=radio].radiobox+span:before{margin-right:0;margin-left:5px}
.smart-rtl .toggle-demo{right:auto;left:-8px}
.smart-rtl .editable-buttons,.smart-rtl .editable-buttons .editable-cancel{margin-left:0;margin-right:7px}
.smart-rtl .fa-angle-left:before{content:"\f105"}
.smart-rtl .fa-angle-right:before,.smart-rtl .ui-icon-carat-1-e:before{content:"\f104"}
.smart-rtl .fa-arrow-right:before{content:"\f060"}
.smart-rtl .fa-arrow-left:before{content:"\f061"}
.smart-rtl .fa-chevron-right:before{content:"\f053"}
.smart-rtl .fa-chevron-left:before{content:"\f054"}
.smart-rtl.minified .minifyme .fa:before{content:"\f0a8"}
.smart-rtl nav ul li.active.open>a:before{content:''}
.smart-rtl nav ul li.active>a:before{content:"\f0da"}
.smart-rtl .fa-arrow-circle-left:before{content:"\f0a9"}
.smart-rtl .fa-fast-forward:before{content:"\f049"}
.smart-rtl .fa-backward{content:"\f04e"}
.smart-rtl .fa-forward{content:"\f04a"}
.smart-rtl .fa-fast-backward:before{content:"\f050"}
.smart-rtl .bs-glyphicons{padding-right:0}
.smart-rtl .bs-glyphicons li{float:right;margin-right:0;margin-left:-1px}
.smart-rtl .gmnoprint[controlWidth="20"]>div{left:0}
.smart-rtl #logo-group>span b.badge{right:auto;left:-5px}
.smart-rtl.hidden-menu #left-panel{right:-210px;left:auto;transition:250ms cubic-bezier(0.1,.57,.1,1)}
.smart-rtl.hidden-menu #main{margin-right:0}
.smart-rtl.hidden-menu #left-panel:hover{right:0;left:auto}
.smart-rtl input[type=checkbox].checkbox,.smart-rtl input[type=radio].radiobox{display:none}
.smart-rtl .jcrop-keymgr{display:none!important}
.smart-rtl.hidden-menu .page-footer{padding-left:13px;padding-right:20px}
.smart-rtl .page-footer{padding-left:13px;padding-right:233px}
.smart-rtl.minified .page-footer{padding-left:13px;padding-right:58px}
.smart-rtl nav>ul>li>a b{right:auto;left:10px}
.smart-rtl nav>ul>li>a>i>em{right:auto;left:-6px}
.smart-rtl nav>ul ul li::before,.smart-rtl nav>ul>li>ul::before{left:auto;right:23px}
.smart-rtl nav ul li.active>a:before{right:auto;left:-21px}
.smart-rtl .minifyme{right:auto;left:0;border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0}
.smart-rtl .minifyme:hover{right:auto;left:0;padding-right:0;padding-left:5px}
.smart-rtl.minified #main{margin-right:45px}
.smart-rtl.minified #left-panel{left:auto;right:0}
.smart-rtl.minified nav>ul>li>a>.menu-item-parent{left:auto;right:40px;padding-right:12px;padding-left:1px}
.smart-rtl.minified.minified nav>ul>li>ul{left:auto;right:40px}
.smart-rtl.minified nav ul ul li>a{padding-right:14px}
.smart-rtl.minified .inbox-badge{right:auto;left:6px}
.smart-rtl .jarviswidget>header>h2{margin-left:0;margin-right:10px;float:right}
.smart-rtl .icon-addon.addon-lg .fa,.smart-rtl .icon-addon.addon-lg .glyphicon{left:auto;right:11px}
.smart-rtl .input-group .input-group-btn:first-child .btn:last-child{border-left:none}
.smart-rtl .input-group .form-control:last-child{border-right:none}
.smart-rtl .icon-addon .fa,.smart-rtl .icon-addon .glyphicon,.smart-rtl .icon-addon.addon-md .fa,.smart-rtl .icon-addon.addon-md .glyphicon{left:auto;right:10px}
.smart-rtl .icon-addon .form-control,.smart-rtl .icon-addon.addon-md .form-control{padding-left:12px;padding-right:30px}
.smart-rtl .icon-addon.addon-lg .form-control{padding-left:10px;padding-right:40px}
.smart-rtl .pull-right{float:left!important}
.smart-rtl .pull-left{float:right!important}
.smart-rtl .no-padding>.table-bordered tbody tr td:first-child,.smart-rtl .no-padding>.table-bordered thead tr td:first-child,.smart-rtl .no-padding>.table-bordered thead tr th:first-child,.smart-rtl .no-padding>.table-responsive>.table-bordered tbody tr td:first-child,.smart-rtl .no-padding>.table-responsive>.table-bordered thead tr td:first-child,.smart-rtl .no-padding>.table-responsive>.table-bordered thead tr th:first-child{border-right-width:0!important;border-left-width:1px!important}
.smart-rtl .no-padding>.table-bordered tbody tr td:last-child,.smart-rtl .no-padding>.table-bordered thead tr th:last-child,.smart-rtl .no-padding>.table-responsive>.table-bordered tbody tr td:last-child,.smart-rtl .no-padding>.table-responsive>.table-bordered thead tr th:last-child,.smart-rtl table.table-bordered td:last-child,.smart-rtl table.table-bordered th:last-child{border-right-width:1px!important;border-left-width:0!important}
.smart-rtl .page-footer .dropdown-menu{left:0;right:auto}
.smart-rtl .chat-users .display-users [data-chat-id]>i{margin-right:0;margin-left:7px}
.smart-rtl .popover.right{margin-left:0;right:100%!important;left:auto!important}
.smart-rtl .popover.right>.arrow{left:auto;right:-22px;border-right-color:transparent;border-left-width:11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.smart-rtl .popover.right>.arrow:after{left:1px;left:auto;right:1px;border-right-width:0;border-left-width:10px;border-right-color:transparent;border-left-color:#fff}
.smart-rtl .popover .popover-content{direction:rtl;text-align:right}
.smart-rtl .popover .usr-card-content{padding-left:0;padding-right:5px}
.smart-rtl .popover .usr-card>img{border-left:none;border-right:4px solid}
.smart-rtl [data-chat-status=away]+.popover .usr-card>img{border-right-color:#ffc40d}
.smart-rtl [data-chat-status=online]+.popover .usr-card>img{border-right-color:#54ce3c}
.smart-rtl [data-chat-status=incognito]+.popover .usr-card>img{border-right-color:#a19e9d}
.smart-rtl [data-chat-status=busy]+.popover .usr-card>img{border-right-color:#f14b52}
.smart-rtl .cke_editable{direction:rtl}
.smart-rtl .cke_combo_button,.smart-rtl .cke_toolgroup{margin-right:0;margin-left:6px}
.smart-rtl .cke_toolbar_break{clear:right}
.smart-rtl .cke_toolbar,.smart-rtl .cke_toolbar_separator,.smart-rtl .dataTables_filter,.smart-rtl a.cke_button{float:right}
.smart-rtl .dt-toolbar>:first-child .dataTables_filter>:only-child{float:right!important}
.smart-rtl .alert{border-width:0 5px 0 0}
.smart-rtl .dt-toolbar>:last-child .dataTables_length,.smart-rtl div.dataTables_length label,.smart-rtl div.dataTables_paginate{float:left}
.no-padding>table tr th:last-child,.smart-rtl .no-padding .dataTables_wrapper table tr td:last-child,.smart-rtl .no-padding .dataTables_wrapper table tr th:last-child,.smart-rtl .no-padding>table tr td:last-child{border-right:1px solid #ddd!important}
.smart-rtl table.dataTable thead .sorting,.smart-rtl table.dataTable thead .sorting_asc,.smart-rtl table.dataTable thead .sorting_desc{background-position:left center;padding-left:18px!important;padding-right:9px}
.smart-rtl table.has-columns-hidden>tbody>tr>td>span.responsiveExpander{background-position:right center}
.smart-rtl .dataTables_filter .input-group-addon{border-left:1px solid #ccc;border-radius:2px 0 0 2px;margin-right:-1px}
.smart-rtl .header-dropdown-list>li{padding-right:0;padding-left:5px}
.smart-rtl #extr-page-header-space>:first-child{margin-right:0;margin-left:14px}
.smart-rtl #extr-page-header-space{float:left}
.smart-rtl .display-image{margin-right:0;margin-left:20px}
.smart-rtl .smart-form .label{text-align:right}
.smart-rtl .smart-form .icon-append{border-right-style:solid;border-left-width:0;border-right-width:1px;padding-right:3px;padding-left:0;right:auto;left:5px}
.smart-rtl .smart-form .input .icon-append+input,.smart-rtl .smart-form .textarea .icon-append+textarea{padding-right:10px;padding-left:37px}
.smart-rtl .list-inline{padding-right:0;margin-left:0;margin-right:-5px}
.smart-rtl img.online{border-left:none;border-right:3px solid #40ac2b!important}
.smart-rtl img.offline{border-left:none;border-right:3px solid #ddd!important}
.smart-rtl .btn-toolbar .btn-group,.smart-rtl .btn-toolbar .input-group{float:right}
.smart-rtl .btn-group>.btn:first-child{margin-left:0;margin-right:0}
.smart-rtl .btn-group .btn+.btn,.smart-rtl .btn-group .btn+.btn-group,.smart-rtl .btn-group .btn-group+.btn,.smart-rtl .btn-group .btn-group+.btn-group{margin-right:-1px;margin-left:0}
.smart-rtl .btn-group>.btn+.dropdown-toggle{direction:ltr}
.smart-rtl .pagination>li>a,.smart-rtl .pagination>li>span{float:right}
.smart-rtl .pagination-sm>li:first-child>a,.smart-rtl .pagination-sm>li:first-child>span{border-radius:0 2px 2px 0}
.smart-rtl .pagination-sm>li:last-child>a,.smart-rtl .pagination-sm>li:last-child>span{border-radius:2px 0 0 2px}
.smart-rtl .pagination-lg>li:last-child>a,.smart-rtl .pagination-lg>li:last-child>span{border-radius:3px 0 0 3px}
.smart-rtl .pagination.pagination-alt>li:first-child>a{padding-left:12px}
.smart-rtl .pagination-sm.pagination-alt>li:first-child>a{padding-left:10px}
.smart-rtl .pagination-lg.pagination-alt>li:first-child>a{padding-left:16px}
.smart-rtl .text-align-right,.smart-rtl .text-align-right .page-title,.smart-rtl .text-right,.smart-rtl .text-right .page-title{text-align:left!important}
.smart-rtl .superbox-show{text-align:right;padding:25px 25px 12px}
.smart-rtl .superbox-close{right:auto;left:15px}
.smart-rtl .superbox-current-img{float:right;padding-right:0;padding-left:25px}
.smart-rtl .superbox-imageinfo{padding:0 0 0 25px}
.smart-rtl .progress.right .progress-bar{right:auto;left:0}
.smart-rtl .vertical-bars li{float:right}
@-webkit-keyframes progress-bar-stripes{from{background-position:-40px 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:-40px 0}to{background-position:0 0}}
.smart-rtl .nav-tabs.bordered>:first-child a{border-left-width:1px!important}
.smart-rtl .nav-tabs>li>a .badge{margin-left:0;margin-right:5px}
.smart-rtl .tabs-left>.nav-tabs>li>a{margin-right:-1px;margin-left:0!important}
.smart-rtl .tabs-right>.nav-tabs>li>a{margin-left:-1px;margin-right:0!important}
.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li a{margin-left:-1px}
.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a{border-left:none!important;border-right:1px solid #ddd!important}
.smart-rtl .jarviswidget>header>.nav-tabs.pull-left>li:first-child a{border-left-width:1px!important}
.smart-rtl .nav-tabs.pull-right>li>a{margin-left:0!important}
.smart-rtl .tabs-left>.nav-pills>li,.smart-rtl .tabs-left>.nav-tabs>li,.smart-rtl .tabs-right>.nav-pills>li,.smart-rtl .tabs-right>.nav-tabs>li{float:none}
.smart-rtl .smart-form .checkbox input,.smart-rtl .smart-form .radio input{left:auto;display:none}
.smart-rtl .carousel-indicators{padding-right:0}
.smart-rtl .demo-btns>li{position:relative}
.smart-rtl .popover.bottom>.arrow:after,.smart-rtl .popover.top>.arrow:after{left:50%}
.smart-rtl .media>.pull-left{margin-left:10px;margin-right:0}
.smart-rtl .pager{padding-right:0}
.smart-rtl .jcrop-holder{float:right}
.smart-rtl .optdual .offset{right:18em;left:auto}
.smart-rtl .jcrop-holder #preview-pane{left:-280px;right:auto}
.smart-rtl .inbox-side-bar{padding-left:0;padding-right:14px}
.smart-rtl .inbox-body .table-wrap{margin-left:0;margin-right:200px}
.smart-rtl .show-stats .show-stat-buttons>:last-child{padding-left:13px;padding-right:5px}
.smart-rtl .show-stats .show-stat-buttons>:first-child{padding-left:5px;padding-right:13px}
.smart-rtl .chat-body li.message img{border-left:none;border-right-width:4px!important}
.smart-rtl .todo>li>p{margin-right:52px;margin-left:0;padding-right:7px;padding-left:0;border-right:1px solid #ffe1eb;border-left:none}
.smart-rtl .todo>li>:first-child{border-left:1px solid #ffe1eb;border-right:none}
.smart-rtl .todo>li{background-position:right 11px}
.smart-rtl .todo-group-title{padding-right:10px}
.smart-rtl .ui-paging-info{direction:rtl!important;text-align:left!important;margin-left:4px}
.smart-rtl .ui-pg-table{float:right!important}
.smart-rtl .ui-jqgrid,.smart-rtl .ui-jqgrid-pager{direction:rtl}
.smart-rtl .ui-jqgrid .ui-icon-desc{right:auto;left:-2px}
.smart-rtl .ui-jqgrid .ui-icon-asc{right:auto;left:-1px}
.smart-rtl .ui-jqgrid tr.ui-row-ltr td{text-align:right}
.smart-rtl .ui-menu .ui-menu-icon{float:left}
.smart-rtl .ui-menu li{position:relative}
.smart-rtl .ui-menu .ui-menu{right:100%!important;left:auto!important}
.smart-rtl .ui-tabs .ui-tabs-nav li{margin-right:0;margin-left:3px;float:right}
.smart-rtl .ui-tabs .ui-tabs-nav .air-top-left{right:7px;left:auto!important}
.smart-rtl .ui-accordion .ui-accordion-header .ui-accordion-header-icon{left:auto;right:.5em}
.smart-rtl .ui-accordion .ui-accordion-header{padding-right:36px!important;padding-left:15px!important}
.smart-rtl .lockscreen .logo+div>img{float:right}
.smart-rtl .lockscreen .logo+div>img+div{float:left}
.smart-rtl .lockscreen .logo+div{box-shadow:31px 32px 53px rgba(0,0,0,.2)}
.smart-rtl #noroll,.smart-rtl #roll14,.smart-rtl .chart{direction:ltr}
.smart-rtl .dd3-handle{left:auto;right:0;font-size:0;height:36px}
.smart-rtl .dd3-handle:before{font-size:18px}
.smart-rtl .dd3-content{padding:6px 40px 8px 10px}
.smart-rtl .dd-list .dd-list{padding-left:0;padding-right:30px}
.smart-rtl .dd-item>button{float:right}
.smart-rtl .dd3-item>button{margin-right:38px;margin-left:10px}
.smart-rtl .onoffswitch{margin-left:0;margin-right:5px}
.smart-rtl .widget-footer{text-align:left}
.smart-rtl .smart-form .checkbox,.smart-rtl .smart-form .radio{padding-right:25px;padding-left:0;margin-right:0;margin-left:30px}
.smart-rtl .smart-form .inline-group{margin:0 0 -4px -15px}
.smart-rtl .noUiSlider{direction:ltr}
.smart-rtl .smart-form .checkbox i,.smart-rtl .smart-form .radio i{left:auto;right:0}
.smart-rtl .slider.slider-vertical .slider-handle{margin-right:-5px;margin-left:0}
.smart-rtl .select2-container .select2-choice{padding-right:8px;padding-left:0}
.smart-rtl .select2-container .select2-choice .select2-arrow{right:auto;left:0;border-left:none;border-right:1px solid #ccc}
.smart-rtl .select2-container .select2-choice>.select2-chosen{margin-right:0}
.smart-rtl .select2-container-multi .select2-choices .select2-search-choice{margin:4px 5px 3px 0}
.smart-rtl .select2-container-multi .select2-choices li{float:right}
.smart-rtl .ui-spinner-button{right:auto;left:0}
.smart-rtl .ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{left:auto;right:0}
.smart-rtl .ui-spinner-input{padding:6px 12px 6px 24px}
.smart-rtl .ui-spinner-input.spinner-both{padding:6px 30px}
.smart-rtl .knobs-demo{direction:ltr;text-align:right}
.smart-rtl .list-unstyled{padding-right:0}
.smart-rtl .ribbon{left:9px;right:auto;transform:rotate(270deg)}
.smart-rtl .profile-message li.message.message-reply{margin-left:0!important;margin-right:85px}
.smart-rtl .profile-pic{text-align:left}
.smart-rtl .profile-carousel .air-bottom-right{right:auto;left:0}
.smart-rtl .search-results img{margin-left:4px;margin-right:0}
.smart-rtl .smart-timeline-list:after{left:auto;right:95px}
.smart-rtl .smart-timeline-content{margin-left:0;margin-right:123px}
.smart-rtl .smart-timeline-icon{left:auto;right:80px}
.smart-rtl .smart-timeline-time{float:right;text-align:left}
.smart-rtl .tree li:after,.smart-rtl .tree li:before{right:-20px;left:auto}
.smart-rtl .tree ul ul{padding-left:0;padding-right:34px}
.smart-rtl .tree li:before{border-right:1px solid #999;border-left:none}
.smart-rtl .tree>ul>li::after,.smart-rtl .tree>ul>li:before{border:0}
.smart-rtl .eg-1 td:last-child{text-align:left}
.smart-rtl .eg-1 td:first-child{text-align:right}
.smart-rtl dd{margin-right:0}
.smart-rtl .dl-horizontal dt{float:right;text-align:left}
.smart-rtl .dl-horizontal dd{margin-left:0;margin-right:180px}
.smart-rtl .smart-form .toggle input{display:none}
.smart-rtl .bootstrapWizard li:first-child:before{left:auto;right:50%}
.smart-rtl .bootstrapWizard li{float:right}
.smart-rtl .bootstrapWizard li:before{left:1px;right:auto}
.smart-rtl .input-group .form-control:not(:first-child):not(:last-child),.smart-rtl .input-group-addon:not(:first-child):not(:last-child),.smart-rtl .input-group-btn:not(:first-child):not(:last-child){border-right:none}
.smart-rtl .dd-dragel>li.dd-item.dd3-item{left:-94%;margin-left:-10px}
.smart-rtl .smart-form .inline-group .checkbox,.smart-rtl .smart-form .inline-group .radio{float:right}
.smart-rtl .onoffswitch-inner:after{float:left}
.smart-rtl .onoffswitch-inner:before{text-align:left}
.smart-rtl .onoffswitch-checkbox+.onoffswitch-label:after,.smart-rtl .onoffswitch-checkbox+.onoffswitch-label:before{float:left}
.smart-rtl .onoffswitch-checkbox:checked+.onoffswitch-label:after,.smart-rtl .onoffswitch-checkbox:checked+.onoffswitch-label:before{float:right}
.smart-rtl input[type=color].ui-autocomplete-loading,.smart-rtl input[type=date].ui-autocomplete-loading,.smart-rtl input[type=datetime-local].ui-autocomplete-loading,.smart-rtl input[type=datetime].ui-autocomplete-loading,.smart-rtl input[type=email].ui-autocomplete-loading,.smart-rtl input[type=month].ui-autocomplete-loading,.smart-rtl input[type=number].ui-autocomplete-loading,.smart-rtl input[type=password].ui-autocomplete-loading,.smart-rtl input[type=search].ui-autocomplete-loading,.smart-rtl input[type=tel].ui-autocomplete-loading,.smart-rtl input[type=text].ui-autocomplete-loading,.smart-rtl input[type=time].ui-autocomplete-loading,.smart-rtl input[type=url].ui-autocomplete-loading,.smart-rtl input[type=week].ui-autocomplete-loading{background-position:1% center;padding-left:27px;padding-right:12px}
.smart-rtl .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close{right:auto;left:0}
.smart-rtl .inbox-info-bar em{right:auto;left:20px}
.smart-rtl .select2-container-multi .select2-choices .select2-search-choice{padding:1px 8px 1px 28px}
.smart-rtl .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner:before,.smart-rtl .smart-form .col{float:right}
.smart-rtl .smart-form .label:first-child{text-align:left}
.smart-rtl .profile-pic>img{right:10px;left:auto}
.smart-rtl .smart-form .rating input{display:none}
.smart-rtl .smart-form .rating label{float:left}
.smart-rtl.fixed-navigation nav>ul{padding-right:0;padding-left:14px}
.smart-rtl .inbox-footer .btn-group,.smart-rtl .inbox-paging{margin-right:10px;margin-left:0}
.smart-rtl .dropdown-menu{text-align:right}
.smart-rtl .show-stat-microcharts>div{border-right:none!important;border-left:1px solid #DADADA!important}
.smart-rtl.fixed-ribbon.hidden-menu #ribbon{right:0;left:0}
.smart-rtl.fixed-ribbon #ribbon{left:0;right:220px}
.smart-rtl .fc-event-time,.smart-rtl .fc-event-title{padding-right:3px}
.smart-rtl .fc-event-title .fa{margin-right:0;margin-left:4px}
.smart-rtl .fc-event{border-left:none!important;border-right:6px solid rgba(0,0,0,.15)!important;text-align:right}
.smart-rtl .ui-chatbox-titlebar>span{margin-left:0;margin-right:10px;float:right}
.smart-rtl .ui-chatbox-titlebar>span>:first-child{margin-left:7px;margin-right:0}
.smart-rtl .ui-chatbox-icon{float:left}
.smart-rtl .email-infobox{right:auto;left:15px}
.smart-rtl .inbox-compose-footer,.smart-rtl .inbox-download,.smart-rtl .inbox-info-bar,.smart-rtl .inbox-message{margin-right:0;margin-left:240px}
.smart-rtl .demo-liveupdate-1{left:auto;right:33px;padding-left:61px;padding-right:3px}
@media (max-width:1024px){.smart-rtl .inbox-body .table-wrap{margin-right:0}.smart-rtl .inbox-compose-footer,.smart-rtl .inbox-download,.smart-rtl .inbox-info-bar,.smart-rtl .inbox-message{margin-right:0;margin-left:0}.smart-rtl #header{padding:0 13px 0 0!important}}
@media (max-width:979px){.smart-rtl.hidden-menu #main{right:220px;left:auto;position:relative}.smart-rtl.fixed-ribbon #ribbon{right:0}.smart-rtl.fixed-ribbon.hidden-menu #ribbon{right:220px}.smart-rtl #main{width:100%!important;right:0;margin:0}.smart-rtl .page-footer{padding-right:13px}.smart-rtl.hidden-menu .page-footer{padding-right:233px}.smart-rtl .header-search.pull-right{margin-left:6px}.smart-rtl #left-panel{left:auto;right:-220px}.smart-rtl.hidden-menu #left-panel{left:auto;right:0}.smart-rtl #logo{margin-left:0;margin-right:0}.smart-rtl .margin-right-5{margin-right:0!important;margin-left:5px!important}.smart-rtl.menu-on-top .menu-item-parent+span{right:auto;left:5px}.smart-rtl.menu-on-top .menu-item-parent{text-align:right}.smart-rtl.menu-on-top nav>ul ul li:hover>ul{display:block;left:0!important;right:0!important}.smart-rtl .inbox-compose-footer,.smart-rtl .inbox-download,.smart-rtl .inbox-info-bar,.smart-rtl .inbox-message{margin-right:0;margin-left:0}}
@media (max-width:767px){.smart-rtl .profile-pic{float:right}.smart-rtl .profile-pic+div,.smart-rtl .profile-pic+div+div{padding-left:30px;padding-right:30px}.smart-rtl .profile-pic>img{margin-right:0;margin-left:10px}.smart-rtl .profile-message .wall-comment-reply{margin-right:85px;margin-left:0}.smart-rtl #sparks{text-align:center}.smart-rtl .no-content-padding{width:100%;margin:0!important}.smart-rtl.menu-on-top nav ul ul li:hover>a:after,.smart-rtl.menu-on-top nav>ul ul>li a:after,.smart-rtl.menu-on-top nav>ul ul>li a:hover:after,.smart-rtl.menu-on-top nav>ul>li>a:after{left:14px;right:auto}.smart-rtl.hidden-menu.menu-on-top #main,.smart-rtl.menu-on-top #main{right:0!important}.smart-rtl.search-mobile .header-search>input[type=text]{padding-left:75px;padding-right:10px}.smart-rtl.search-mobile .header-search.pull-right{margin-left:0}.smart-rtl #cancel-search-js{right:auto;left:10px}.smart-rtl .btn-header.transparent a{margin-left:6px}.smart-rtl.search-mobile .header-search>button{right:auto;left:44px}}
app-root, app-main-layout, app-auth-layout, app-locked, #extr-page{
  min-height: 100vh;
}
sa-outlook,
sa-maps,
app-root,
app-main-layout,
app-auth-layout,
app-locked,
sa-ribbon
{
  display: block;
}
#inbox-content{
  position: relative;
}
.page-footer {
}
a:hover{cursor: pointer;}
#shortcut {
  display: block;
  overflow: hidden;
}
#map-canvas{
  min-height: 420px
}
.parent_li .sa-icon{
  margin-left: 1rem;
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.tabbed-widget-content{
  position: relative;
}
.tabbed-widget-content .nav-tabs.pull-right>li>a{
  padding: 6px 10px 6px;
}
.tabbed-widget-content .nav-tabs.pull-right{
  position: relative;
  top: -45px;
  display: block;
}
svg {
  touch-action: none;
}
#calendar .fc-right, #calendar .fc-center{
  /*display: none;*/
}
.select2-container-multi .select2-choices, .select2-selection--multiple{
  border-color: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}
.sa-hidden{
  opacity: 0;
}
.sa-cloak.sa-hidden{
  opacity: 0;
  transition: opacity .2s;
}
.sa-cloak:not(.sa-hidden){
  opacity: 1;
}
.smart-accordion-default .panel-title>a.collapsed>.fa,
.smart-accordion-default .panel-title>a>:first-child {
  display: inline-block;
}
/*!
 * Fuel UX v3.17.0 
 * Copyright 2012-2018 ExactTarget
 * Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
 */
@charset "UTF-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "fuelux";
  src: url('fuelux.868ca6c6568c7a7ae689.eot');
  src: url('fuelux.868ca6c6568c7a7ae689.eot?#iefix') format("embedded-opentype"), url('fuelux.461b520cd8d4228af159.woff') format("woff"), url('fuelux.38959f055514414cdef1.ttf') format("truetype"), url('fuelux.4f92553c479131ba850d.svg#fuelux') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fuelux [class^="fueluxicon-"]:before,
.fuelux [class*=" fueluxicon-"]:before {
  font-family: "fuelux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fuelux .fueluxicon-loader-full:before {
  content: "\e000";
}
.fuelux .fueluxicon-loader-1:before {
  content: "\e001";
}
.fuelux .fueluxicon-loader-2:before {
  content: "\e002";
}
.fuelux .fueluxicon-loader-3:before {
  content: "\e003";
}
.fuelux .fueluxicon-loader-4:before {
  content: "\e004";
}
.fuelux .fueluxicon-loader-5:before {
  content: "\e005";
}
.fuelux .fueluxicon-loader-6:before {
  content: "\e006";
}
.fuelux .fueluxicon-loader-7:before {
  content: "\e007";
}
.fuelux .fueluxicon-loader-8:before {
  content: "\e008";
}
.fuelux .fueluxicon-bullet:before {
  content: "\e009";
}
.fuelux .radio-inline,
.fuelux .checkbox-inline {
  padding-left: 0;
}
.fuelux .radio-inline.highlight,
.fuelux .checkbox-inline.highlight {
  left: -8px;
}
.fuelux .radio-inline label,
.fuelux .checkbox-inline label {
  margin-bottom: 0;
}
label.fuelux .radio:hover:before,
label.fuelux .checkbox:hover:before,
label.fuelux .radio-inline:hover:before,
label.fuelux .checkbox-inline:hover:before,
.input-label.fuelux .radio:hover:before,
.input-label.fuelux .checkbox:hover:before,
.input-label.fuelux .radio-inline:hover:before,
.input-label.fuelux .checkbox-inline:hover:before,
.fuelux .radio label:hover:before,
.fuelux .checkbox label:hover:before,
.fuelux .radio-inline label:hover:before,
.fuelux .checkbox-inline label:hover:before,
.fuelux .radio .input-label:hover:before,
.fuelux .checkbox .input-label:hover:before,
.fuelux .radio-inline .input-label:hover:before,
.fuelux .checkbox-inline .input-label:hover:before {
  box-shadow: inset 0px 0px 2px 1px rgba(91, 157, 217, 0.7), 0px 0px 5px 0px rgba(91, 157, 217, 0.7);
}
.fuelux .radio label,
.fuelux .checkbox label,
.fuelux .radio-inline label,
.fuelux .checkbox-inline label,
.fuelux .radio .input-label,
.fuelux .checkbox .input-label,
.fuelux .radio-inline .input-label,
.fuelux .checkbox-inline .input-label,
label.fuelux .radio,
label.fuelux .checkbox,
label.fuelux .radio-inline,
label.fuelux .checkbox-inline {
  cursor: pointer;
  font-weight: normal;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only) ~ label {
  padding: 4px;
  border-radius: 4px;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label {
  background-color: #e6e6e6;
  opacity: 1;
  z-index: 0;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only),
.fuelux .checkbox input[type="checkbox"]:not(.sr-only),
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only),
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only),
.fuelux .radio input[type="radio"]:not(.sr-only),
.fuelux .checkbox input[type="radio"]:not(.sr-only),
.fuelux .radio-inline input[type="radio"]:not(.sr-only),
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  /* for keyboard tabbing */
}
.fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label {
  padding-left: 0;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  border: 1px solid #aaaaaa;
  color: #FFF;
  font-size: 9px;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-top: 0;
  margin-bottom: -2px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  z-index: 2;
  content: "";
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label {
  color: #333333;
  color: #39b3d7;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
  box-shadow: inset 0px 0px 2px 1px #5b9dd9, 0px 0px 5px 0px #5b9dd9;
  outline: none;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:hover {
  color: #333333;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
  color: #333333;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label:before {
  color: #333333;
  opacity: .65;
  cursor: not-allowed !important;
  outline: none;
  box-shadow: none;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
  background: #39b3d7;
  border-color: #39b3d7;
}
.fuelux .radio.highlight:before,
.fuelux .checkbox.highlight:before,
.fuelux .radio-inline.highlight:before,
.fuelux .checkbox-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label {
  left: -8px;
  position: relative;
}
.fuelux .radio-inline,
.fuelux .checkbox-inline {
  padding-left: 0;
}
.fuelux .radio-inline:before,
.fuelux .checkbox-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .checkbox.multiline,
.fuelux .radio.multiline {
  float: left;
  margin-left: 15px;
}
.fuelux .checkbox.multiline ~ .control-label,
.fuelux .radio.multiline ~ .control-label {
  float: left;
  width: 80%;
  margin-left: 10px;
  text-align: left;
}
.fuelux .checkbox.multiline ~ .control-label > label,
.fuelux .radio.multiline ~ .control-label > label {
  font-weight: normal;
  cursor: pointer;
}
.fuelux .form-group.required .control-label:before {
  content: '*';
  color: #a94442;
  margin-right: 5px;
}
.fuelux .checkbox {
  /* for keyboard tabbing */
}
.fuelux .checkbox.highlight + .checkbox.highlight {
  margin-top: -5px;
}
.fuelux .checkbox.highlight label.checkbox-custom {
  padding: 4px 4px 4px 24px;
}
.fuelux .checkbox.highlight.checked label.checkbox-custom,
.fuelux .checkbox.highlight label.checked.checkbox-custom {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .checkbox input[type="checkbox"]:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:hover + .checkbox-label,
.fuelux .checkbox .checkbox-label:hover {
  color: #999999;
}
.fuelux .checkbox input[type="checkbox"]:disabled:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:disabled:hover + .checkbox-label,
.fuelux .checkbox.disabled label:hover {
  color: inherit;
}
.fuelux .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.checkbox-custom {
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 24px;
}
.fuelux .input-group-addon.checkbox-custom input[type=checkbox] {
  position: absolute;
  margin-left: -24px;
}
.fuelux .input-group-addon.checkbox-custom:before {
  left: 11px;
  top: 9px;
}
.fuelux .checkbox-custom {
  position: relative;
  /* for keyboard tabbing */
  /* for keyboard tabbing */
  /* for keyboard tabbing */
}
.fuelux .checkbox-custom:before {
  font-family: "Glyphicons Halflings" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #FFF;
  content: " ";
  font-size: 9px;
  height: 14px;
  left: 0px;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .checkbox-custom:active:before,
.fuelux .checkbox-custom:focus:before {
  color: #5B9DD9;
  cursor: pointer;
  box-shadow: inset 0px 0px 2px 1px #5B9DD9, 0px 0px 5px 0px #5B9DD9;
}
.fuelux .checkbox-custom.highlight:before {
  left: 4px;
  top: 6px;
}
.fuelux .checkbox-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
  content: "\e013";
}
.fuelux .checkbox-custom.disabled {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .checkbox-custom.disabled:before {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .checkbox-custom.checkbox-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight {
  padding: 4px 4px 4px 24px;
  left: -4px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .checkbox-custom input[type="checkbox"]:focus + .checkbox-label {
  color: #999999;
}
.fuelux .checkbox-custom input[type="checkbox"] + .checkbox-label.truncate {
  display: inherit;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.fuelux label.checkbox-custom.checkbox-inline {
  padding-left: 20px;
}
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before {
  border-radius: 4px;
  z-index: 1;
}
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before {
  color: white;
  content: "\e013";
  line-height: 1em;
  padding-left: 1px;
  font-size: 8px;
  padding-top: 2px;
}
.fuelux .checkbox.hightlight + .checkbox-inline.highlight,
.fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight {
  margin-left: -14px;
}
.fuelux .checkbox.hightlight + .checkbox-inline.highlight.checkbox-custom,
.fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight.checkbox-custom {
  margin-left: 0px;
}
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label {
  left: -4px;
}
.fuelux .radio {
  /* for keyboard tabbing */
}
.fuelux .radio.highlight {
  padding: 4px;
  margin: 0 0 5px 0;
}
.fuelux .radio.highlight + .radio.highlight {
  margin-top: -9px;
}
.fuelux .radio.highlight label.radio-custom {
  left: -8px;
  padding: 4px 4px 4px 24px;
  border-radius: 4px;
}
.fuelux .radio.highlight label.radio-custom:before {
  left: 5px;
  top: 7px;
}
.fuelux .radio.highlight label.radio-custom:after {
  left: 9px;
  top: 11px;
}
.fuelux .radio.highlight.checked label.radio-custom,
.fuelux .radio.highlight label.radio-custom.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio input[type="radio"]:focus + .radio-label,
.fuelux .radio input[type="radio"]:hover + .radio-label,
.fuelux .radio .radio-label:hover {
  color: #999999;
}
.fuelux .form-horizontal .radio-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.radio-custom.radio-inline:before {
  left: 11px;
  top: 9px;
}
.fuelux .input-group-addon.radio-custom.radio-inline:after {
  left: 15px;
  top: 13px;
}
.fuelux .radio-custom {
  position: relative;
  /* for keyboard tabbing */
  /* for keyboard tabbing */
}
.fuelux .radio-custom .highlight {
  padding: 4px;
  margin: 0 0 5px 0;
}
.fuelux .radio-custom .highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio-custom:after {
  background: transparent;
  border-radius: 6px;
  content: " ";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 6px;
}
.fuelux .radio-custom:before {
  border: 1px solid #aaaaaa;
  border-radius: 14px;
  content: " ";
  height: 14px;
  left: 0px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .radio-custom.checked:after {
  background: #FFF;
}
.fuelux .radio-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
}
.fuelux .radio-custom.disabled {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .radio-custom.disabled:after {
  cursor: not-allowed;
}
.fuelux .radio-custom.disabled:before {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .radio-custom.radio-inline:after {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .radio-custom.radio-inline.highlight {
  left: -3px;
  padding: 4px 4px 4px 24px;
}
.fuelux .radio-custom.radio-inline.highlight:after {
  left: 8px;
  top: 11px;
}
.fuelux .radio-custom.radio-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline.highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio-custom input[type="radio"]:focus + .radio-label {
  color: #999999;
}
.fuelux .radio-custom input[type="radio"] + .radio-label.truncate {
  display: inherit;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.fuelux label.radio-custom.radio-inline {
  padding-left: 20px;
}
.fuelux .radio input[type="radio"]:not(.sr-only),
.fuelux .radio-inline input[type="radio"]:not(.sr-only) {
  /* for keyboard tabbing */
  /* for keyboard tabbing */
}
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before {
  border-radius: 8px;
  z-index: 1;
}
.fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
  background: #39b3d7;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#39b3d7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.fuelux .radio input[type="radio"]:not(.sr-only):hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
  box-shadow: inset 0px 0px 2px 1px #5b9dd9, 0px 0px 5px 0px #5b9dd9;
}
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:before {
  outline-color: none;
  outline-offset: 0;
  outline-style: none;
  outline-width: 0;
  cursor: default;
}
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
  color: #333333;
  cursor: default;
}
.fuelux .combobox.disabled .input-group-btn {
  cursor: not-allowed;
}
.fuelux .combobox input::-ms-clear {
  display: none;
}
.fuelux .combobox .dropdown-menu > li.selected > a {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.fuelux .combobox .dropdown-menu > li > em {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.fuelux .datepicker-calendar {
  padding: 16px 16px 0;
  min-height: 262px;
}
.fuelux .datepicker-calendar button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-calendar-days {
  height: 182px;
  margin: 10px 0 12px;
  width: 100%;
  /* for spacing */
}
.fuelux .datepicker-calendar-days thead {
  border-bottom: 1px solid #cccccc;
}
.fuelux .datepicker-calendar-days tbody:before {
  color: transparent;
  content: "\200C";
  display: block;
  line-height: 3px;
  visibility: hidden;
}
.fuelux .datepicker-calendar-days td,
.fuelux .datepicker-calendar-days th {
  font-size: 14px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 14.29%;
}
.fuelux .datepicker-calendar-days td b,
.fuelux .datepicker-calendar-days td button {
  color: #333333;
  display: inline-block;
  font-weight: normal;
  height: 30px;
  text-decoration: none;
  width: 30px;
}
.fuelux .datepicker-calendar-days td b {
  line-height: 30px;
}
.fuelux .datepicker-calendar-days td span {
  display: block;
  border-radius: 4px;
}
.fuelux .datepicker-calendar-days td span:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.fuelux .datepicker-calendar-days td.current-day span {
  border: 1px solid #333333;
}
.fuelux .datepicker-calendar-days td.last-month,
.fuelux .datepicker-calendar-days td.next-month {
  background: #d5d5d5;
}
.fuelux .datepicker-calendar-days td.last-month.first,
.fuelux .datepicker-calendar-days td.next-month.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 1px;
}
.fuelux .datepicker-calendar-days td.last-month.last,
.fuelux .datepicker-calendar-days td.next-month.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 1px;
}
.fuelux .datepicker-calendar-days td.past b,
.fuelux .datepicker-calendar-days td.past button {
  color: #999999;
}
.fuelux .datepicker-calendar-days td.restricted b,
.fuelux .datepicker-calendar-days td.restricted button {
  cursor: no-drop;
  position: relative;
}
.fuelux .datepicker-calendar-days td.restricted b:before,
.fuelux .datepicker-calendar-days td.restricted button:before {
  border-top: 1px solid #e9322d;
  bottom: 0;
  content: " ";
  display: block;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
}
.fuelux .datepicker-calendar-days td.restricted b:hover,
.fuelux .datepicker-calendar-days td.restricted button:hover {
  background: none;
}
.fuelux .datepicker-calendar-days td.selected span {
  background: #eeeeee;
}
.fuelux .datepicker-calendar-days td.selected span:hover {
  background: #dddddd;
}
.fuelux .datepicker-calendar-days td.selected b,
.fuelux .datepicker-calendar-days td.selected button {
  color: #878787;
}
.fuelux .datepicker-calendar-days td.selected.current-day {
  box-shadow: 0 0 0 1px #FFF offset;
}
.fuelux .datepicker-calendar-days td.selected.current-day b,
.fuelux .datepicker-calendar-days td.selected.current-day button {
  color: #222222;
}
.fuelux .datepicker-calendar-days td.selected.current-day span:hover b,
.fuelux .datepicker-calendar-days td.selected.current-day span:hover button {
  border-color: #0f5f9f;
}
.fuelux .datepicker-calendar-days th {
  font-weight: bold;
  height: 22px;
  vertical-align: top;
}
.fuelux .datepicker-calendar-header {
  *zoom: 1;
}
.fuelux .datepicker-calendar-header:before,
.fuelux .datepicker-calendar-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .datepicker-calendar-header:after {
  clear: both;
}
.fuelux .datepicker-calendar-header button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-calendar-header .title {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 174px;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  vertical-align: middle;
}
.fuelux .datepicker-calendar-header .title:hover {
  color: #0f5f9f;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-header .title.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.fuelux .datepicker-calendar-header .title .month {
  display: inline;
  margin: 0;
  padding: 0;
}
.fuelux .datepicker-calendar-header .title .month span {
  display: none;
}
.fuelux .datepicker-calendar-header .title .month span.current {
  display: inline;
}
.fuelux .datepicker-calendar-header .next,
.fuelux .datepicker-calendar-header .prev {
  background: #666666;
  background-clip: padding-box;
  border-radius: 30px;
  cursor: pointer;
  float: left;
  height: 30px;
  text-align: center;
  width: 30px;
}
.fuelux .datepicker-calendar-header .next span.glyphicon,
.fuelux .datepicker-calendar-header .prev span.glyphicon {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
}
.fuelux .datepicker-calendar-header .next:hover,
.fuelux .datepicker-calendar-header .prev:hover {
  background: #0f5f9f;
}
.fuelux .datepicker-calendar-header .next {
  float: right;
}
.fuelux .datepicker-calendar-header .next span.glyphicon {
  line-height: 28px;
}
.fuelux .datepicker-calendar-footer {
  background: #e6e6e6;
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccccc;
  height: 30px;
  margin: 0 -16px;
  padding: 4px 14px;
}
.fuelux .datepicker-calendar-footer .datepicker-today {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-footer .datepicker-today:hover {
  color: #1b75bb;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-footer .datepicker-today.disabled {
  color: #878787;
  cursor: default;
  pointer-events: none;
}
.fuelux .datepicker-calendar-footer .datepicker-today.disabled:hover {
  color: #878787;
}
.fuelux .datepicker-calendar-wrapper {
  border: 1px solid #757575;
  min-height: 20px;
  padding: 0;
  width: 300px;
}
.fuelux .datepicker-wheels {
  display: none;
}
.fuelux .datepicker-wheels ul button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-wheels-footer {
  background: #e6e6e6;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccccc;
  clear: both;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-back {
  display: block;
  color: #222222;
  float: left;
  line-height: 22px;
  border: 0;
  background-color: transparent;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-back:hover {
  color: #1b75bb;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-select {
  float: right;
  background-color: transparent;
  color: #5B9DD9;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-select:hover {
  color: #1b75bb;
}
.fuelux .datepicker-wheels-month,
.fuelux .datepicker-wheels-year {
  float: left;
  width: 50%;
}
.fuelux .datepicker-wheels-month ul,
.fuelux .datepicker-wheels-year ul {
  height: 217px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  text-align: center;
}
.fuelux .datepicker-wheels-month ul li,
.fuelux .datepicker-wheels-year ul li {
  margin: 4px 0;
}
.fuelux .datepicker-wheels-month ul li button,
.fuelux .datepicker-wheels-year ul li button {
  width: 100%;
  text-align: center;
  color: #454545;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.fuelux .datepicker-wheels-month ul li button:hover,
.fuelux .datepicker-wheels-year ul li button:hover {
  background: #d9edf7;
  text-decoration: none;
}
.fuelux .datepicker-wheels-month ul li.selected button,
.fuelux .datepicker-wheels-year ul li.selected button {
  background: #1b75bb;
  color: #FFF;
}
.fuelux .datepicker-wheels-month ul li.selected button:hover,
.fuelux .datepicker-wheels-year ul li.selected button:hover {
  background: #0f5f9f;
}
.fuelux .datepicker-wheels-month .header,
.fuelux .datepicker-wheels-year .header {
  background: #e6e6e6;
  background-clip: padding-box;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 0 0 0;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.fuelux .datepicker-wheels-month.full,
.fuelux .datepicker-wheels-year.full {
  border-left: 0;
  width: 100%;
}
.fuelux .datepicker-wheels-month.full .header,
.fuelux .datepicker-wheels-year.full .header {
  border-radius: 4px 4px 0 0;
}
.fuelux .datepicker-wheels-year {
  border-left: 1px solid #cccccc;
  float: right;
}
.fuelux .datepicker-wheels-year .header {
  border-radius: 0 4px 0 0;
}
.fuelux .datepicker input::-ms-clear {
  display: none;
}
.fuelux .infinitescroll {
  overflow-y: auto;
}
.fuelux .infinitescroll .infinitescroll-end {
  clear: both;
  font-style: italic;
  padding: 6px;
  text-align: center;
}
.fuelux .infinitescroll .infinitescroll-load {
  clear: both;
  padding: 6px;
}
.fuelux .infinitescroll .infinitescroll-load button {
  padding: 5px 12px;
  width: 100%;
}
.fuelux .infinitescroll .infinitescroll-load .loader {
  font-size: 32px;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}
.fuelux .dropUp,
.fuelux .dropup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fuelux .loader {
  height: 64px;
  font-size: 64px;
  position: relative;
  width: 64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgd2lkdGg9IjU0cHgiIGhlaWdodD0iNTRweCIgdmlld0JveD0iNSA1IDU0IDU0IiBpZD0ibG9hZGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDUuMDAwMDAwKSIgZmlsbD0iIzE1ODllZSI+PGcgaWQ9InNwaW5uZXItbWVkaXVtIj48ZyBpZD0iT3ZhbC0zNSI+PGNpcmNsZSBpZD0iVG9wIiBjeD0iMjciIGN5PSI2IiByPSI1Ij48L2NpcmNsZT48Y2lyY2xlIGlkPSJUb3BSaWdodCIgY3g9IjQ4IiBjeT0iMTciIHI9IjUiPjwvY2lyY2xlPjxjaXJjbGUgaWQ9IkJvdHRvbVJpZ2h0IiBjeD0iNDgiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tIiBjeD0iMjciIGN5PSI0OCIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tTGVmdCIgY3g9IjYiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iVG9wTGVmdCIgY3g9IjYiIGN5PSIxNyIgcj0iNSI+PC9jaXJjbGU+PC9nPjwvZz48L2c+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI1RvcCIgcGF0aD0iTSAwIDAgViAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSIwczsgVG9wTGVmdEFuaW0uZW5kIiBpZD0iVG9wQW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJUb3BBbmltLmVuZCIgaWQ9IlRvcFJpZ2h0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjQm90dG9tUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IlRvcFJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21SaWdodEFuaW0iIC8+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI0JvdHRvbSIgcGF0aD0iTSAwIDAgViA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IkJvdHRvbVJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21BbmltIiAvPjxhbmltYXRlTW90aW9uIHhsaW5rOmhyZWY9IiNCb3R0b21MZWZ0IiBwYXRoPSJNIDAgMCBMIC01IDUgWiIgZHVyPSIuMjVzIiBiZWdpbj0iQm90dG9tQW5pbS5lbmQiIGlkPSJCb3R0b21MZWZ0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wTGVmdCIgcGF0aD0iTSAwIDAgTCAtNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJCb3R0b21MZWZ0QW5pbS5lbmQiIGlkPSJUb3BMZWZ0QW5pbSIgLz48L3N2Zz4=");
  background-size: contain;
}
.fuelux .pillbox {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  cursor: text;
  padding: 3px;
}
.fuelux .pillbox[data-readonly] {
  border: 1px solid transparent;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap {
  display: inline-block;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap.truncated {
  display: none;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-more {
  display: inline;
}
.fuelux .pillbox[data-readonly] .pill span.glyphicon-close {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-add-item {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-input-wrap {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-input-wrap button.dropdown-toggle {
  display: none;
}
.fuelux .pillbox.pills-editable .pill-group .pill span {
  cursor: text;
}
.fuelux .pillbox.pills-editable .pill-group .pill span.glyphicon-close {
  cursor: pointer;
}
.fuelux .pillbox > .pill-group {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fuelux .pillbox > .pill-group > .pill {
  margin: 2px;
  cursor: default;
  float: left;
  word-break: break-all;
}
.fuelux .pillbox > .pill-group > .pill.pillbox-highlight {
  outline: 1px dotted #999999;
}
.fuelux .pillbox > .pill-group > .pill.truncated {
  display: none;
}
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit {
  border: none;
  color: #333333;
  font-weight: normal;
  border-radius: 2px;
}
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit:focus {
  outline: none;
  border: none;
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close {
  cursor: pointer;
  top: -1px;
  left: 2px;
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:before {
  content: " \00d7";
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:hover {
  opacity: .4;
}
.fuelux .pillbox .pillbox-input-wrap {
  position: relative;
  margin: 4px 0 3px 3px;
  float: left;
}
.fuelux .pillbox .pillbox-input-wrap.editing {
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 2px 0 3px 3px;
}
.fuelux .pillbox .pillbox-input-wrap.editing input.pillbox-add-item {
  border-radius: 4px;
  color: #333333;
  height: 32px;
}
.fuelux .pillbox .pillbox-add-item {
  border: none;
  box-shadow: none;
}
.fuelux .pillbox .pillbox-add-item:focus {
  outline: none;
  border: none;
}
.fuelux .pillbox .pillbox-more {
  cursor: pointer;
  display: none;
  line-height: 30px;
}
.fuelux .pillbox .suggest {
  max-height: 166px;
  overflow-y: auto;
}
.fuelux .pillbox .suggest > li {
  white-space: nowrap;
  cursor: pointer;
  padding: 3px 20px;
}
.fuelux .pillbox .suggest > li.pillbox-suggest-sel {
  background-color: #eeeeee;
}
.fuelux .pillbox .suggest > li:hover {
  background-color: #eeeeee;
}
.fuelux .pillbox input::-ms-clear {
  display: none;
}
.fuelux .placard {
  display: inline-block;
  position: relative;
}
.fuelux .placard[data-ellipsis="true"].showing div.placard-field,
.fuelux .placard[data-ellipsis="true"].showing input.placard-field {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}
.fuelux .placard[data-ellipsis="true"] div.placard-field,
.fuelux .placard[data-ellipsis="true"] input.placard-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuelux .placard[data-ellipsis="true"] div.placard-field::-ms-clear,
.fuelux .placard[data-ellipsis="true"] input.placard-field::-ms-clear {
  display: none;
}
.fuelux .placard[data-ellipsis="true"] div.placard-field[data-textarea] {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}
.fuelux .placard[data-ellipsis="true"] textarea.placard-field[readonly] {
  overflow: hidden;
}
.fuelux .placard.showing .placard-footer,
.fuelux .placard.showing .placard-header,
.fuelux .placard.showing .placard-popup {
  display: block;
  z-index: 1;
}
.fuelux .placard.showing div.placard-field,
.fuelux .placard.showing input.placard-field,
.fuelux .placard.showing textarea.placard-field {
  background: #FFF;
  border: 1px solid #cccccc;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.fuelux .placard div.placard-field,
.fuelux .placard input.placard-field,
.fuelux .placard textarea.placard-field {
  resize: none;
}
.fuelux .placard div.placard-field[readonly],
.fuelux .placard input.placard-field[readonly],
.fuelux .placard textarea.placard-field[readonly] {
  background: #FFF;
  cursor: auto;
}
.fuelux .placard div.placard-field[readonly].glass,
.fuelux .placard input.placard-field[readonly].glass,
.fuelux .placard textarea.placard-field[readonly].glass {
  background: none;
}
.fuelux .placard div.placard-field[readonly].glass:hover,
.fuelux .placard input.placard-field[readonly].glass:hover,
.fuelux .placard textarea.placard-field[readonly].glass:hover {
  background: #d9edf7;
  cursor: pointer;
}
.fuelux .placard div.placard-field:focus,
.fuelux .placard input.placard-field:focus,
.fuelux .placard textarea.placard-field:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.fuelux .placard div.placard-field {
  width: 168px;
  overflow: auto;
}
.fuelux .placard div.placard-field[data-textarea] {
  height: 54px;
}
.fuelux .placard-cancel {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
.fuelux .placard-footer,
.fuelux .placard-header {
  display: none;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
}
.fuelux .placard-footer {
  padding: 4px 0 8px 0;
  text-align: right;
  top: 100%;
}
.fuelux .placard-header {
  bottom: 100%;
  padding: 8px 0 4px 0;
}
.fuelux .placard-header h1,
.fuelux .placard-header h2,
.fuelux .placard-header h3,
.fuelux .placard-header h4,
.fuelux .placard-header h5,
.fuelux .placard-header h6 {
  margin: 0;
}
.fuelux .placard-popup {
  background: #d9edf7;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  bottom: -8px;
  box-shadow: 0 0 0 1px #FFF inset;
  display: none;
  left: -8px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.fuelux .placard .glass {
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
}
.fuelux .placard .glass:hover {
  background: #d9edf7;
  border-color: #5B9DD9;
  cursor: pointer;
}
.fuelux .placard .glass:hover[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}
.fuelux .placard .glass:focus {
  background: #FFF;
  border-color: #5B9DD9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(91, 157, 217, 0.6);
  cursor: auto;
}
.fuelux .placard .glass:focus[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}
.fuelux .placard .glass[disabled] {
  cursor: not-allowed;
}
.fuelux .repeater {
  border: 1px solid #dddddd;
  border-radius: 4px;
  /*
		 * reinforce spacing around control buttons
		 */
}
.fuelux .repeater-canvas.scrolling {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fuelux .repeater-header,
.fuelux .repeater-footer {
  background: #fafafa;
  min-height: 50px;
  padding: 8px;
  *zoom: 1;
}
.fuelux .repeater-header:before,
.fuelux .repeater-footer:before,
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  clear: both;
}
.fuelux .repeater-header-left,
.fuelux .repeater-footer-left {
  float: left;
}
.fuelux .repeater-header-right,
.fuelux .repeater-footer-right {
  float: right;
}
@media (max-width: 625px) {
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left,
  .fuelux .repeater-header-right,
  .fuelux .repeater-footer-right {
    float: none;
    *zoom: 1;
  }
  .fuelux .repeater-header-left:before,
  .fuelux .repeater-footer-left:before,
  .fuelux .repeater-header-right:before,
  .fuelux .repeater-footer-right:before,
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    clear: both;
  }
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left {
    margin-bottom: 8px;
  }
}
.fuelux .repeater-header {
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.fuelux .repeater-footer {
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fuelux .repeater-loader {
  display: none;
  left: 50%;
  position: absolute;
  margin: -32px 0 0 -32px;
  top: 50%;
}
.fuelux .repeater-viewport {
  min-height: 80px;
  position: relative;
}
.fuelux .repeater-pagination label {
  font-weight: normal;
}
.fuelux .repeater-pagination .repeater-primaryPaging {
  display: none;
  vertical-align: middle;
  width: 116px;
}
.fuelux .repeater-pagination .repeater-primaryPaging.active {
  display: inline-block;
}
.fuelux .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
  min-width: 116px;
}
.fuelux .repeater-pagination .repeater-secondaryPaging {
  display: none;
  width: 82px;
}
.fuelux .repeater-pagination .repeater-secondaryPaging.active {
  display: inline-block;
}
.fuelux .repeater-search {
  float: left;
  width: 200px;
}
.fuelux .repeater-title {
  display: block;
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.fuelux .repeater-itemization .selectlist,
.fuelux .repeater-filters,
.fuelux .repeater-secondaryPaging,
.fuelux .repeater-primaryPaging,
.fuelux .repeater-next,
.fuelux .repeater-prev {
  margin: auto 0.3em;
}
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #fff;
}
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-select-checkbox {
  cursor: not-allowed;
}
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th.sortable,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th .repeater-list-heading.sortable {
  background: #fafafa;
  cursor: auto;
}
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover.selected td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered.selected td {
  background: #eee;
}
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered td {
  background: #fff;
  cursor: auto;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling {
  overflow: visible;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list-wrapper {
  height: 100%;
  overflow: auto;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list {
  position: relative;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table {
  margin-bottom: 0;
  width: 100%;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td:first-child {
  border-left: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.sorted {
  background: #fafafa;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.truncate {
  display: inherit;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr:focus {
  outline: 1px dotted #dddddd;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.empty td {
  border-bottom: none;
  font-size: 14px;
  font-style: italic;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td {
  background: #eeeeee;
  color: #333333;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td:first-child {
  padding-left: 30px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid transparent;
  border-top: none;
  color: rgba(0, 0, 0, 0);
  line-height: 1.42857;
  padding: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child {
  border-left: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox {
  width: 37px;
  padding-left: 12px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox .checkbox-inline:before {
  top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable:hover,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sorted span.glyphicon {
  display: block;
  visibility: hidden;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th .actions-hidden {
  visibility: hidden;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check {
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check span.glyphicon {
  left: -22px;
  position: absolute;
  top: 2px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
  color: #333333;
  line-height: 1.42857;
  margin-left: -9px;
  padding: 8px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
  margin-left: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
    margin-left: 0;
  }
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable:hover,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted span.glyphicon {
  display: block;
  visibility: visible;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled {
  overflow: auto;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list-wrapper {
  overflow: visible;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper table {
  border-right: 1px solid #dddddd;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table {
  table-layout: fixed;
  word-wrap: break-word;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen {
  border-right: 1px solid #dddddd;
  z-index: 2;
  background: #FFF;
  border-collapse: collapse;
  table-layout: fixed;
  float: left;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen th {
  border-collapse: collapse;
  word-wrap: break-word;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading {
  background: #fafafa;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading.shifted {
  left: -1px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled {
  overflow: auto;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list-wrapper {
  overflow: visible;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table {
  table-layout: fixed;
  word-wrap: break-word;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions {
  border-left: 1px solid #dddddd;
  z-index: 2;
  border-collapse: collapse;
  table-layout: fixed;
  float: right;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr {
  border-left: 1px solid #dddddd;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading {
  background: transparent;
  border-left: 1px solid transparent;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading th {
  background: transparent;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td {
  background: #FFF;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td {
  background: #eeeeee;
  color: #333333;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 30px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
  border-collapse: collapse;
  word-wrap: break-word;
  padding-bottom: 5px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group {
  width: 100%;
  text-align: center;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group .btn,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group .btn {
  float: none;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 8px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
  padding: 8px 0 7px;
  border-left: 1px solid #fafafa;
  margin-left: -9px;
  width: 100%;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading .glyphicon {
  display: inline-block;
  float: none;
  margin-top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions .caret {
  margin-left: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-thead-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table {
  table-layout: fixed;
  word-wrap: break-word;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table thead tr th:last-child .repeater-list-heading {
  border-left: 1px solid transparent;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions {
  background-color: #FFF;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr {
  background-color: transparent;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr.empty-heading {
  border-left: 1px solid #fafafa;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr th {
  padding-bottom: 8px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr td {
  padding-bottom: 6px;
  line-height: 1.39;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox {
  width: 37px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox .checkbox {
  margin: 0 4px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tbody tr .body-checkbox {
  left: 4px;
  top: -3px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tr.selected td:first-child {
  padding-left: 8px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
  border-left: 1px solid #dddddd;
}
.fuelux .repeater[data-viewtype="list"] .repeater-loader {
  margin-top: -12px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-loader.noHeader {
  margin-top: -32px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-viewport {
  overflow: hidden;
}
.fuelux .repeater[data-viewtype="list"] .actions-wrapper {
  z-index: 10;
  text-align: right;
}
.fuelux .repeater.disabled .repeater-thumbnail.selectable:hover {
  background: #fff;
  cursor: auto;
}
.fuelux .repeater.disabled .repeater-thumbnail.selectable.selected:hover {
  background: #eeeeee;
}
.fuelux .repeater-thumbnail {
  border: 1px solid #dddddd;
  color: #666666;
  float: left;
  font-size: 14px;
  min-height: 110px;
  min-width: 100px;
  margin: 8px 7px;
  text-align: center;
}
.fuelux .repeater-thumbnail img {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}
.fuelux .repeater-thumbnail-cont {
  height: 100%;
  overflow-y: auto;
  padding: 6px;
  width: 100%;
}
.fuelux .repeater-thumbnail-cont.align-center,
.fuelux .repeater-thumbnail-cont.align-justify,
.fuelux .repeater-thumbnail-cont.align-left,
.fuelux .repeater-thumbnail-cont.align-right {
  position: relative;
  font-size: 0.1px;
}
.fuelux .repeater-thumbnail-cont.align-center:after,
.fuelux .repeater-thumbnail-cont.align-justify:after,
.fuelux .repeater-thumbnail-cont.align-left:after,
.fuelux .repeater-thumbnail-cont.align-right:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-load {
  display: inline-block;
  width: 100%;
}
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail {
  display: inline-block;
  float: none;
  font-size: 14px;
}
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail:after {
  content: ' ';
}
.fuelux .repeater-thumbnail-cont.align-center {
  text-align: center;
}
.fuelux .repeater-thumbnail-cont.align-justify {
  text-align: justify;
}
.fuelux .repeater-thumbnail-cont.align-left {
  text-align: left;
}
.fuelux .repeater-thumbnail-cont.align-right {
  text-align: right;
}
.fuelux .repeater-thumbnail-cont div.empty {
  font-size: 14px;
  font-style: italic;
  padding: 14px 10px 20px;
  text-align: center;
}
.fuelux .repeater-thumbnail-cont .selectable:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.fuelux .repeater-thumbnail-cont .selectable.selected {
  background: #eeeeee;
}
.fuelux .repeater-thumbnail-cont .selectable.selected:hover {
  background: #dddddd;
}
.fuelux .spinbox {
  display: inline-block;
  position: relative;
}
.fuelux .spinbox.digits-3 {
  width: 60px;
}
.fuelux .spinbox.disabled .spinbox-buttons {
  cursor: not-allowed;
}
.fuelux .spinbox .spinbox-input {
  float: left;
  /* Magic number */
  padding: 0px 25px 0px 7px;
}
.fuelux .spinbox .spinbox-input::-ms-clear {
  display: none;
}
.fuelux .spinbox .btn {
  position: relative;
  width: 20px;
  height: 13px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
  overflow-y: hidden;
}
.fuelux .spinbox .btn.disabled {
  cursor: not-allowed;
}
.fuelux .spinbox .spinbox-buttons {
  position: absolute;
  height: 28px;
  width: 20px;
  right: 2px;
}
.fuelux .spinbox .spinbox-up {
  padding: 0 0 14px 1px;
  top: 2px;
}
.fuelux .spinbox .spinbox-up .glyphicon-chevron-up {
  position: relative;
  top: 0px;
}
.fuelux .spinbox .btn-group > .btn.spinbox-up {
  border-top-right-radius: 4px;
}
.fuelux .spinbox .spinbox-down {
  padding: 0 0 8px 1px;
  top: 2px;
  height: 15px;
  border-bottom-left-radius: 4px;
}
.fuelux .spinbox .spinbox-down .glyphicon-chevron-down {
  position: relative;
  left: 0;
  top: 0;
}
.fuelux .spinbox input::-ms-clear {
  display: none;
}
.fuelux .scheduler {
  /* -------------------------------
		START DATE/TIME
	------------------------------- */
  /* -------------------------------
		TIMEZONE
	------------------------------- */
  /* -------------------------------
		REPEAT PANELS
	------------------------------- */
  /* -------------------------------
	END
	------------------------------- */
}
.fuelux .scheduler .row {
  margin-bottom: 10px;
}
.fuelux .scheduler .row.no-margin {
  margin-bottom: 0px;
}
.fuelux .scheduler .control-label {
  min-width: 7em;
}
.fuelux .scheduler .inline-form-text {
  float: left;
  line-height: 27px;
  margin-top: 4px;
}
.fuelux .scheduler .form-group {
  margin-bottom: 0px;
}
.fuelux .scheduler .start-datetime .form-group {
  margin-left: 0;
}
.fuelux .scheduler .start-datetime .combobox {
  max-width: 9em;
}
.fuelux .scheduler .start-datetime .combobox .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .start-datetime .dropdown {
  float: left;
  margin: 0 10px 0 0;
}
.fuelux .scheduler .timezone-container .input-group {
  max-width: 20em;
}
.fuelux .scheduler .timezone-container .dropdown-label {
  height: 18px;
  white-space: nowrap;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fuelux .scheduler .timezone-container .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .repeat-panel {
  margin-left: 0;
}
.fuelux .scheduler .repeat-panel label {
  font-weight: normal;
}
.fuelux .scheduler .repeat-panel .radio {
  margin-right: 10px;
}
.fuelux .scheduler .repeat-panel .form-group {
  margin-left: 0;
}
.fuelux .scheduler .repeat-interval {
  margin-left: 0;
  *zoom: 1;
}
.fuelux .scheduler .repeat-interval:before,
.fuelux .scheduler .repeat-interval:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-interval:after {
  clear: both;
}
.fuelux .scheduler .repeat-interval .form-group {
  margin-left: 0;
}
.fuelux .scheduler .repeat-interval .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel {
  float: left;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .repeat-every-pretext {
  padding: 0 10px;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox {
  float: left;
  margin-right: 10px;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox input {
  margin-bottom: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  clear: both;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date .selectlist {
  margin-left: 5px;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  clear: both;
}
.fuelux .scheduler .repeat-monthly .month-days {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  clear: both;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date .year-month-day {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .year-month-days {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .year-month {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  clear: both;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day .repeat-yearly-day-text {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:before,
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
  clear: both;
}
.fuelux .scheduler .repeat-weekly button:not(.active) {
  background-color: #FFF;
}
.fuelux .scheduler .repeat-weekly .btn-group.disabled {
  position: relative;
  opacity: 0.65;
}
.fuelux .scheduler .repeat-weekly .btn-group.disabled:before {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.fuelux .scheduler .selectlist {
  float: left;
}
.fuelux .scheduler label.radio {
  float: left;
  line-height: 27px;
}
.fuelux .scheduler label.radio input {
  margin-top: 8px;
}
.fuelux .scheduler .repeat-end .end-after {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.fuelux .scheduler .repeat-end .form-group {
  margin-left: 0;
}
.fuelux .scheduler .repeat-end .end-option-panel {
  padding-left: 10px;
}
.fuelux .scheduler .repeat-end .selectlist {
  min-width: 100%;
}
.fuelux .scheduler .repeat-end .selectlist button,
.fuelux .scheduler .repeat-end .selectlist ul {
  min-width: 100%;
}
.fuelux .scheduler input::-ms-clear {
  display: none;
}
.fuelux .search.disabled .input-group-btn {
  cursor: not-allowed;
}
.fuelux .search input::-ms-clear {
  display: none;
}
.fuelux .selectlist.disabled {
  cursor: not-allowed;
}
.fuelux .selectlist .selected-label {
  overflow: hidden;
  min-width: 2em;
}
.fuelux .selectlist .dropdown-menu {
  min-width: inherit;
  overflow-y: auto;
}
.fuelux .selectlist .btn.dropdown-toggle {
  text-align: left;
  padding-right: 28px;
}
.fuelux .selectlist .btn.dropdown-toggle .caret {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}
.fuelux .button-sizer,
.fuelux .selectlist-sizer {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 0;
  float: left;
}
.fuelux .button-sizer .selectlist,
.fuelux .selectlist-sizer .selectlist {
  display: block !important;
}
.fuelux .button-sizer .dropdown-menu,
.fuelux .selectlist-sizer .dropdown-menu {
  display: block;
  min-width: inherit;
}
.fuelux .button-sizer .selected-label,
.fuelux .selectlist-sizer .selected-label {
  width: auto !important;
}
.fuelux .picker {
  display: inline-block;
  position: relative;
}
.fuelux .picker[data-ellipsis="true"].showing input.picker-field {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.fuelux .picker[data-ellipsis="true"] input.picker-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuelux .picker[data-ellipsis="true"] input.picker-field::-ms-clear {
  display: none;
}
.fuelux .picker[data-ellipsis="true"] textarea.picker-field[readonly] {
  overflow: hidden;
}
.fuelux .picker.showing .picker-footer,
.fuelux .picker.showing .picker-header,
.fuelux .picker.showing .picker-popup {
  display: block;
  z-index: 1;
}
.fuelux .picker.showing input.picker-field,
.fuelux .picker.showing textarea.picker-field {
  background: #FFF;
  border: 1px solid #cccccc;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.fuelux .picker input.picker-field,
.fuelux .picker textarea.picker-field {
  resize: none;
}
.fuelux .picker input.picker-field[readonly],
.fuelux .picker textarea.picker-field[readonly] {
  background: #FFF;
  cursor: auto;
}
.fuelux .picker input.picker-field[readonly].glass,
.fuelux .picker textarea.picker-field[readonly].glass {
  background: none;
}
.fuelux .picker input.picker-field[readonly].glass:hover,
.fuelux .picker textarea.picker-field[readonly].glass:hover {
  background: #d9edf7;
  cursor: pointer;
}
.fuelux .picker input.picker-field:focus,
.fuelux .picker textarea.picker-field:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.fuelux .picker-cancel {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
.fuelux .picker-footer,
.fuelux .picker-header {
  display: none;
  left: 0;
  line-height: 1;
  right: 0;
}
.fuelux .picker-footer {
  padding: 8px 10px 8px 0;
  text-align: right;
  bottom: 0;
  position: absolute;
}
.fuelux .picker-header {
  height: 31px;
  padding: 8px 0 0px 10px;
}
.fuelux .picker-header h1,
.fuelux .picker-header h2,
.fuelux .picker-header h3,
.fuelux .picker-header h4,
.fuelux .picker-header h5,
.fuelux .picker-header h6 {
  margin: 0;
}
.fuelux .picker-popup {
  background: #d9edf7;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #FFF inset;
  display: none;
  position: absolute;
  padding-left: 6px;
  padding-right: 6px;
  height: 234px;
  width: 350px;
  margin: 4px 0;
}
.fuelux .picker .picker-body.well {
  background-color: #fff;
  overflow: scroll;
  padding: 0;
  height: 165px;
}
.fuelux .picker .tree {
  border: none;
}
.fuelux .picker .glass {
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
}
.fuelux .picker .glass:hover {
  background: #d9edf7;
  border-color: #5B9DD9;
  cursor: pointer;
}
.fuelux .picker .glass:hover[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}
.fuelux .picker .glass:focus {
  background: #FFF;
  border-color: #5B9DD9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(91, 157, 217, 0.6);
  cursor: auto;
}
.fuelux .picker .glass:focus[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}
.fuelux .picker .glass[disabled] {
  cursor: not-allowed;
}
.fuelux .tree {
  border: 1px solid #999999;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 15px 0 15px;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  list-style: none;
}
.fuelux .tree *:focus {
  outline: none;
}
.fuelux .tree :focus > .tree-branch-header .tree-label,
.fuelux .tree :focus > button .tree-label {
  outline: 0;
  text-decoration: underline;
}
.fuelux .tree button:focus {
  color: #999999;
}
.fuelux .tree ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.fuelux .tree li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fuelux .tree .tree-loader {
  margin-left: 65px;
}
.fuelux .tree > .tree-loader {
  margin-left: 50px;
}
.fuelux .tree .tree-open > .tree-branch-header .glyphicon-play {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
}
.fuelux .tree [data-children=false] > .tree-branch-header .icon-caret:before {
  content: '\00a0';
}
.fuelux .tree .tree-branch .tree-branch-header {
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
}
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name:hover {
  color: #999999;
}
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 7px;
}
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play:before {
  position: relative;
  top: -2px;
}
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name {
  white-space: nowrap;
  border-radius: 6px;
  background-color: transparent;
  border: 0;
}
.fuelux .tree .tree-branch .tree-branch-header label {
  font-weight: normal;
  padding-left: 3px;
  margin-bottom: 0;
  cursor: pointer;
}
.fuelux .tree .tree-branch .tree-branch-children {
  margin-left: 14px;
}
.fuelux .tree .tree-branch[haschildren='false'] .icon-caret,
.fuelux .tree .tree-branch[data-has-children='false'] .icon-caret {
  visibility: hidden;
}
.fuelux .tree .tree-item,
.fuelux .tree .tree-overflow {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 26px;
}
.fuelux .tree .tree-item .tree-item-name,
.fuelux .tree .tree-overflow .tree-item-name,
.fuelux .tree .tree-item .tree-overflow-name,
.fuelux .tree .tree-overflow .tree-overflow-name {
  white-space: nowrap;
  border-radius: 6px;
  background-color: transparent;
  border: 0;
}
.fuelux .tree .tree-item .tree-overflow-name .tree-label,
.fuelux .tree .tree-overflow .tree-overflow-name .tree-label {
  margin-left: 15px;
  color: #0088cc;
}
.fuelux .tree .tree-item .tree-item-name:hover,
.fuelux .tree .tree-overflow .tree-item-name:hover,
.fuelux .tree .tree-item .tree-overflow-name:hover,
.fuelux .tree .tree-overflow .tree-overflow-name:hover {
  color: #999999;
}
.fuelux .tree .tree-item.tree-selected .tree-item-name,
.fuelux .tree .tree-overflow.tree-selected .tree-item-name {
  background-color: #eeeeee;
  color: #333333;
}
.fuelux .tree .tree-item label,
.fuelux .tree .tree-overflow label {
  font-weight: normal;
  padding-left: 7px;
  margin-bottom: 0;
  cursor: pointer;
}
.fuelux .tree .icon-caret:hover + .tree-branch-name {
  color: #999999;
}
.fuelux .tree.tree-folder-select .tree-branch .icon-caret {
  background-color: transparent;
  border: 0;
}
.fuelux .tree.tree-folder-select .tree-branch .icon-caret:hover {
  cursor: pointer;
  color: #999999;
}
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name {
  padding: 1px 5px 0 5px;
  border-radius: 6px;
}
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name.tree-selected {
  background-color: #eeeeee;
}
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
  background-color: #eeeeee;
}
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name:hover {
  background-color: #eeeeee;
}
.fuelux .truncate .tree .tree-branch-header .tree-branch-name,
.fuelux .truncate .tree .tree-item .tree-item-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
  min-height: 48px;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .wizard:after {
  clear: both;
}
.fuelux .wizard.no-steps-container {
  overflow: hidden;
}
.fuelux .wizard .steps-container {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.fuelux .wizard > ul.steps,
.fuelux .wizard > .steps-container > ul.steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 999999px;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete {
  cursor: default;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover {
  background: #f5f5f5;
  color: #468847;
  cursor: default;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f5f5f5;
}
.fuelux .wizard > ul.steps li,
.fuelux .wizard > .steps-container > ul.steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #eeeeee;
  color: #999999;
  font-size: 16px;
  cursor: not-allowed;
}
.fuelux .wizard > ul.steps li > .has-secondary-text,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text {
  display: inline;
}
.fuelux .wizard > ul.steps li > .has-secondary-text > h4,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > h4 {
  display: inline;
  font-size: 16px;
  font-weight: normal;
}
.fuelux .wizard > ul.steps li > .has-secondary-text > small,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > small {
  display: none;
}
.fuelux .wizard > ul.steps li .chevron,
.fuelux .wizard > .steps-container > ul.steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.fuelux .wizard > ul.steps li .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #eeeeee;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.fuelux .wizard > ul.steps li.complete,
.fuelux .wizard > .steps-container > ul.steps li.complete {
  background: #f5f5f5;
  color: #468847;
}
.fuelux .wizard > ul.steps li.complete:hover,
.fuelux .wizard > .steps-container > ul.steps li.complete:hover {
  background: #e2eaee;
  cursor: pointer;
}
.fuelux .wizard > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-left: 14px solid #e2eaee;
}
.fuelux .wizard > ul.steps li.complete .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
  border-left: 14px solid #f5f5f5;
}
.fuelux .wizard > ul.steps li.active,
.fuelux .wizard > .steps-container > ul.steps li.active {
  background: #eef7fb;
  color: #3a87ad;
  cursor: default;
}
.fuelux .wizard > ul.steps li.active .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
  border-left: 14px solid #eef7fb;
}
.fuelux .wizard > ul.steps li.active .badge,
.fuelux .wizard > .steps-container > ul.steps li.active .badge {
  background-color: #3a87ad;
}
.fuelux .wizard > ul.steps li .badge,
.fuelux .wizard > .steps-container > ul.steps li .badge {
  margin-right: 8px;
}
.fuelux .wizard > ul.steps li .badge-success,
.fuelux .wizard > .steps-container > ul.steps li .badge-success {
  background-color: #468847;
}
.fuelux .wizard > ul.steps li:first-child,
.fuelux .wizard > .steps-container > ul.steps li:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 20px;
}
.fuelux .wizard.rtl {
  direction: rtl;
}
.fuelux .wizard.rtl > ul.steps,
.fuelux .wizard.rtl > .steps-container > ul.steps {
  right: 0;
  left: auto;
  float: right;
}
.fuelux .wizard.rtl > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-right-color: #f5f5f5;
}
.fuelux .wizard.rtl > ul.steps li,
.fuelux .wizard.rtl > .steps-container > ul.steps li {
  float: right;
}
.fuelux .wizard.rtl > ul.steps li .chevron,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron {
  right: auto;
  left: -14px;
  border-right: 14px solid #cccccc;
  border-left: 0;
}
.fuelux .wizard.rtl > ul.steps li .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron:before {
  right: auto;
  left: 1px;
  border-right: 14px solid #eeeeee;
  border-left: 0;
}
.fuelux .wizard.rtl > ul.steps li.active .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.active .chevron:before {
  border-right: 14px solid #eef7fb;
}
.fuelux .wizard.rtl > ul.steps li.complete .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete .chevron:before {
  border-right: 14px solid #f5f5f5;
}
.fuelux .wizard.rtl > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-right: 14px solid #e2eaee;
  border-left: none;
}
.fuelux .wizard.rtl > ul.steps li .badge,
.fuelux .wizard.rtl > .steps-container > ul.steps li .badge {
  margin-left: 8px;
}
.fuelux .wizard.rtl > .actions {
  right: auto;
  left: 0;
  float: left;
  border-left: none;
  border-right: 1px solid #d4d4d4;
  border-radius: 4px 0 0 0;
}
.fuelux .wizard.rtl > .actions .btn-prev span {
  margin-left: 5px;
  margin-right: 0;
}
.fuelux .wizard.rtl > .actions .btn-next span {
  margin-left: 0;
  margin-right: 5px;
}
.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e6e6e6;
  border-left: 1px solid #d4d4d4;
  border-radius: 0 4px 0 0;
}
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}
.fuelux .wizard .step-content {
  border-top: 1px solid #cccccc;
  padding: 10px;
  float: left;
  width: 100%;
}
.fuelux .wizard .step-content .step-pane {
  display: none;
}
.fuelux .wizard .step-content > .active {
  display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}
.fuelux .wizard.complete > .actions .btn-next .glyphicon {
  display: none;
}
.fuelux .serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.fuelux .monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.fuelux .text-sm {
  font-size: 14px * 0.85;
}
.fuelux .text-lg {
  font-size: 14px * 1.25;
}
.fuelux .padding-xs {
  padding: 5px;
}
.fuelux .padding-xs-horizontal {
  padding: 0 5px;
}
.fuelux .padding-xs-vertical {
  padding: 5px 0;
}
.fuelux .padding-xs-top {
  padding-top: 5px;
}
.fuelux .padding-xs-bottom {
  padding-bottom: 5px;
}
.fuelux .padding-xs-left {
  padding-left: 5px;
}
.fuelux .padding-xs-right {
  padding-right: 5px;
}
.fuelux .padding-sm {
  padding: 10px;
}
.fuelux .padding-sm-horizontal {
  padding: 0 10px;
}
.fuelux .padding-sm-vertical {
  padding: 10px 0;
}
.fuelux .padding-sm-top {
  padding-top: 10px;
}
.fuelux .padding-sm-bottom {
  padding-bottom: 10px;
}
.fuelux .padding-sm-left {
  padding-left: 10px;
}
.fuelux .padding-sm-right {
  padding-right: 10px;
}
.fuelux .padding-md {
  padding: 15px;
}
.fuelux .padding-md-horizontal {
  padding: 0 15px;
}
.fuelux .padding-md-vertical {
  padding: 15px 0;
}
.fuelux .padding-md-top {
  padding-top: 15px;
}
.fuelux .padding-md-bottom {
  padding-bottom: 15px;
}
.fuelux .padding-md-left {
  padding-left: 15px;
}
.fuelux .padding-md-right {
  padding-right: 15px;
}
.fuelux .padding-lg {
  padding: 20px;
}
.fuelux .padding-lg-horizontal {
  padding: 0 20px;
}
.fuelux .padding-lg-vertical {
  padding: 20px 0;
}
.fuelux .padding-lg-top {
  padding-top: 20px;
}
.fuelux .padding-lg-bottom {
  padding-bottom: 20px;
}
.fuelux .padding-lg-left {
  padding-left: 20px;
}
.fuelux .padding-lg-right {
  padding-right: 20px;
}
.fuelux .margin-xs {
  margin: 5px;
}
.fuelux .margin-xs-horizontal {
  margin: 0 5px;
}
.fuelux .margin-xs-vertical {
  margin: 5px 0;
}
.fuelux .margin-xs-top {
  margin-top: 5px;
}
.fuelux .margin-xs-bottom {
  margin-bottom: 5px;
}
.fuelux .margin-xs-left {
  margin-left: 5px;
}
.fuelux .margin-xs-right {
  margin-right: 5px;
}
.fuelux .margin-sm {
  margin: 10px;
}
.fuelux .margin-sm-horizontal {
  margin: 0 10px;
}
.fuelux .margin-sm-vertical {
  margin: 10px 0;
}
.fuelux .margin-sm-top {
  margin-top: 10px;
}
.fuelux .margin-sm-bottom {
  margin-bottom: 10px;
}
.fuelux .margin-sm-left {
  margin-left: 10px;
}
.fuelux .margin-sm-right {
  margin-right: 10px;
}
.fuelux .margin-md {
  margin: 15px;
}
.fuelux .margin-md-horizontal {
  margin: 0 15px;
}
.fuelux .margin-md-vertical {
  margin: 15px 0;
}
.fuelux .margin-md-top {
  margin-top: 15px;
}
.fuelux .margin-md-bottom {
  margin-bottom: 15px;
}
.fuelux .margin-md-left {
  margin-left: 15px;
}
.fuelux .margin-md-right {
  margin-right: 15px;
}
.fuelux .margin-lg {
  margin: 20px;
}
.fuelux .margin-lg-horizontal {
  margin: 0 20px;
}
.fuelux .margin-lg-vertical {
  margin: 20px 0;
}
.fuelux .margin-lg-top {
  margin-top: 20px;
}
.fuelux .margin-lg-bottom {
  margin-bottom: 20px;
}
.fuelux .margin-lg-left {
  margin-left: 20px;
}
.fuelux .margin-lg-right {
  margin-right: 20px;
}
.fuelux .data-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 2px;
  text-shadow: 0 1px #FFF;
  color: #666666;
}
.fuelux .data-value {
  font-size: 14px;
}
.fuelux .section-heading {
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 1px #FFF;
}
.fuelux .truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-start{/*!*/}
@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ffd740}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge-content{color:#fff;background:#673ab7}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:rgba(0,0,0,.87)}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#673ab7}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ffd740}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#673ab7}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ffd740}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(0,0,0,.04)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#673ab7;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#673ab7}
.mat-datepicker-toggle-active.mat-accent{color:#ffd740}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ffd740}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#673ab7}
.mat-icon.mat-accent{color:#ffd740}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#673ab7}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#d1c4e9}
.mat-progress-bar-buffer{background-color:#d1c4e9}
.mat-progress-bar-fill::after{background-color:#673ab7}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#673ab7}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}
.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ffd740}
.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}
.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}
.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#673ab7}
.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#ffd740}
.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(0,0,0,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#673ab7;color:#fff}
.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ffd740}
.m-t-5 {
  margin-top: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
/* end of margin & padding helpers */
.p-l-0 {
  padding-left: 0px;
}
.p-l-1 {
  padding-left: 1px;
}
.p-l-2 {
  padding-left: 2px;
}
.p-l-3 {
  padding-left: 3px;
}
.p-l-4 {
  padding-left: 4px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-6 {
  padding-left: 6px;
}
.p-l-7 {
  padding-left: 7px;
}
.p-l-8 {
  padding-left: 8px;
}
.p-l-9 {
  padding-left: 9px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-11 {
  padding-left: 11px;
}
.p-l-12 {
  padding-left: 12px;
}
.p-l-13 {
  padding-left: 13px;
}
.p-l-14 {
  padding-left: 14px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-16 {
  padding-left: 16px;
}
.p-l-17 {
  padding-left: 17px;
}
.p-l-18 {
  padding-left: 18px;
}
.p-l-19 {
  padding-left: 19px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-21 {
  padding-left: 21px;
}
.p-l-22 {
  padding-left: 22px;
}
.p-l-23 {
  padding-left: 23px;
}
.p-l-24 {
  padding-left: 24px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-26 {
  padding-left: 26px;
}
.p-l-27 {
  padding-left: 27px;
}
.p-l-28 {
  padding-left: 28px;
}
.p-l-29 {
  padding-left: 29px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-31 {
  padding-left: 31px;
}
.p-l-32 {
  padding-left: 32px;
}
.p-l-33 {
  padding-left: 33px;
}
.p-l-34 {
  padding-left: 34px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-36 {
  padding-left: 36px;
}
.p-l-37 {
  padding-left: 37px;
}
.p-l-38 {
  padding-left: 38px;
}
.p-l-39 {
  padding-left: 39px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-41 {
  padding-left: 41px;
}
.p-l-42 {
  padding-left: 42px;
}
.p-l-43 {
  padding-left: 43px;
}
.p-l-44 {
  padding-left: 44px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-46 {
  padding-left: 46px;
}
.p-l-47 {
  padding-left: 47px;
}
.p-l-48 {
  padding-left: 48px;
}
.p-l-49 {
  padding-left: 49px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-51 {
  padding-left: 51px;
}
.p-l-52 {
  padding-left: 52px;
}
.p-l-53 {
  padding-left: 53px;
}
.p-l-54 {
  padding-left: 54px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-l-56 {
  padding-left: 56px;
}
.p-l-57 {
  padding-left: 57px;
}
.p-l-58 {
  padding-left: 58px;
}
.p-l-59 {
  padding-left: 59px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-l-61 {
  padding-left: 61px;
}
.p-l-62 {
  padding-left: 62px;
}
.p-l-63 {
  padding-left: 63px;
}
.p-l-64 {
  padding-left: 64px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-l-66 {
  padding-left: 66px;
}
.p-l-67 {
  padding-left: 67px;
}
.p-l-68 {
  padding-left: 68px;
}
.p-l-69 {
  padding-left: 69px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-r-1 {
  padding-right: 1px;
}
.p-r-2 {
  padding-right: 2px;
}
.p-r-3 {
  padding-right: 3px;
}
.p-r-4 {
  padding-right: 4px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-6 {
  padding-right: 6px;
}
.p-r-7 {
  padding-right: 7px;
}
.p-r-8 {
  padding-right: 8px;
}
.p-r-9 {
  padding-right: 9px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-11 {
  padding-right: 11px;
}
.p-r-12 {
  padding-right: 12px;
}
.p-r-13 {
  padding-right: 13px;
}
.p-r-14 {
  padding-right: 14px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-16 {
  padding-right: 16px;
}
.p-r-17 {
  padding-right: 17px;
}
.p-r-18 {
  padding-right: 18px;
}
.p-r-19 {
  padding-right: 19px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-21 {
  padding-right: 21px;
}
.p-r-22 {
  padding-right: 22px;
}
.p-r-23 {
  padding-right: 23px;
}
.p-r-24 {
  padding-right: 24px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-26 {
  padding-right: 26px;
}
.p-r-27 {
  padding-right: 27px;
}
.p-r-28 {
  padding-right: 28px;
}
.p-r-29 {
  padding-right: 29px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-31 {
  padding-right: 31px;
}
.p-r-32 {
  padding-right: 32px;
}
.p-r-33 {
  padding-right: 33px;
}
.p-r-34 {
  padding-right: 34px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-36 {
  padding-right: 36px;
}
.p-r-37 {
  padding-right: 37px;
}
.p-r-38 {
  padding-right: 38px;
}
.p-r-39 {
  padding-right: 39px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-41 {
  padding-right: 41px;
}
.p-r-42 {
  padding-right: 42px;
}
.p-r-43 {
  padding-right: 43px;
}
.p-r-44 {
  padding-right: 44px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-46 {
  padding-right: 46px;
}
.p-r-47 {
  padding-right: 47px;
}
.p-r-48 {
  padding-right: 48px;
}
.p-r-49 {
  padding-right: 49px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-51 {
  padding-right: 51px;
}
.p-r-52 {
  padding-right: 52px;
}
.p-r-53 {
  padding-right: 53px;
}
.p-r-54 {
  padding-right: 54px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-r-56 {
  padding-right: 56px;
}
.p-r-57 {
  padding-right: 57px;
}
.p-r-58 {
  padding-right: 58px;
}
.p-r-59 {
  padding-right: 59px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-r-61 {
  padding-right: 61px;
}
.p-r-62 {
  padding-right: 62px;
}
.p-r-63 {
  padding-right: 63px;
}
.p-r-64 {
  padding-right: 64px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-r-66 {
  padding-right: 66px;
}
.p-r-67 {
  padding-right: 67px;
}
.p-r-68 {
  padding-right: 68px;
}
.p-r-69 {
  padding-right: 69px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-b-1 {
  padding-bottom: 1px;
}
.p-b-2 {
  padding-bottom: 2px;
}
.p-b-3 {
  padding-bottom: 3px;
}
.p-b-4 {
  padding-bottom: 4px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-6 {
  padding-bottom: 6px;
}
.p-b-7 {
  padding-bottom: 7px;
}
.p-b-8 {
  padding-bottom: 8px;
}
.p-b-9 {
  padding-bottom: 9px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-11 {
  padding-bottom: 11px;
}
.p-b-12 {
  padding-bottom: 12px;
}
.p-b-13 {
  padding-bottom: 13px;
}
.p-b-14 {
  padding-bottom: 14px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-16 {
  padding-bottom: 16px;
}
.p-b-17 {
  padding-bottom: 17px;
}
.p-b-18 {
  padding-bottom: 18px;
}
.p-b-19 {
  padding-bottom: 19px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-21 {
  padding-bottom: 21px;
}
.p-b-22 {
  padding-bottom: 22px;
}
.p-b-23 {
  padding-bottom: 23px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-26 {
  padding-bottom: 26px;
}
.p-b-27 {
  padding-bottom: 27px;
}
.p-b-28 {
  padding-bottom: 28px;
}
.p-b-29 {
  padding-bottom: 29px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-31 {
  padding-bottom: 31px;
}
.p-b-32 {
  padding-bottom: 32px;
}
.p-b-33 {
  padding-bottom: 33px;
}
.p-b-34 {
  padding-bottom: 34px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-36 {
  padding-bottom: 36px;
}
.p-b-37 {
  padding-bottom: 37px;
}
.p-b-38 {
  padding-bottom: 38px;
}
.p-b-39 {
  padding-bottom: 39px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-41 {
  padding-bottom: 41px;
}
.p-b-42 {
  padding-bottom: 42px;
}
.p-b-43 {
  padding-bottom: 43px;
}
.p-b-44 {
  padding-bottom: 44px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-b-46 {
  padding-bottom: 46px;
}
.p-b-47 {
  padding-bottom: 47px;
}
.p-b-48 {
  padding-bottom: 48px;
}
.p-b-49 {
  padding-bottom: 49px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-51 {
  padding-bottom: 51px;
}
.p-b-52 {
  padding-bottom: 52px;
}
.p-b-53 {
  padding-bottom: 53px;
}
.p-b-54 {
  padding-bottom: 54px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-b-56 {
  padding-bottom: 56px;
}
.p-b-57 {
  padding-bottom: 57px;
}
.p-b-58 {
  padding-bottom: 58px;
}
.p-b-59 {
  padding-bottom: 59px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-61 {
  padding-bottom: 61px;
}
.p-b-62 {
  padding-bottom: 62px;
}
.p-b-63 {
  padding-bottom: 63px;
}
.p-b-64 {
  padding-bottom: 64px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-b-66 {
  padding-bottom: 66px;
}
.p-b-67 {
  padding-bottom: 67px;
}
.p-b-68 {
  padding-bottom: 68px;
}
.p-b-69 {
  padding-bottom: 69px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-t-1 {
  padding-top: 1px;
}
.p-t-2 {
  padding-top: 2px;
}
.p-t-3 {
  padding-top: 3px;
}
.p-t-4 {
  padding-top: 4px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-6 {
  padding-top: 6px;
}
.p-t-7 {
  padding-top: 7px;
}
.p-t-8 {
  padding-top: 8px;
}
.p-t-9 {
  padding-top: 9px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-11 {
  padding-top: 11px;
}
.p-t-12 {
  padding-top: 12px;
}
.p-t-13 {
  padding-top: 13px;
}
.p-t-14 {
  padding-top: 14px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-16 {
  padding-top: 16px;
}
.p-t-17 {
  padding-top: 17px;
}
.p-t-18 {
  padding-top: 18px;
}
.p-t-19 {
  padding-top: 19px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-21 {
  padding-top: 21px;
}
.p-t-22 {
  padding-top: 22px;
}
.p-t-23 {
  padding-top: 23px;
}
.p-t-24 {
  padding-top: 24px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-26 {
  padding-top: 26px;
}
.p-t-27 {
  padding-top: 27px;
}
.p-t-28 {
  padding-top: 28px;
}
.p-t-29 {
  padding-top: 29px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-31 {
  padding-top: 31px;
}
.p-t-32 {
  padding-top: 32px;
}
.p-t-33 {
  padding-top: 33px;
}
.p-t-34 {
  padding-top: 34px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-36 {
  padding-top: 36px;
}
.p-t-37 {
  padding-top: 37px;
}
.p-t-38 {
  padding-top: 38px;
}
.p-t-39 {
  padding-top: 39px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-41 {
  padding-top: 41px;
}
.p-t-42 {
  padding-top: 42px;
}
.p-t-43 {
  padding-top: 43px;
}
.p-t-44 {
  padding-top: 44px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-t-46 {
  padding-top: 46px;
}
.p-t-47 {
  padding-top: 47px;
}
.p-t-48 {
  padding-top: 48px;
}
.p-t-49 {
  padding-top: 49px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-51 {
  padding-top: 51px;
}
.p-t-52 {
  padding-top: 52px;
}
.p-t-53 {
  padding-top: 53px;
}
.p-t-54 {
  padding-top: 54px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-t-56 {
  padding-top: 56px;
}
.p-t-57 {
  padding-top: 57px;
}
.p-t-58 {
  padding-top: 58px;
}
.p-t-59 {
  padding-top: 59px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-61 {
  padding-top: 61px;
}
.p-t-62 {
  padding-top: 62px;
}
.p-t-63 {
  padding-top: 63px;
}
.p-t-64 {
  padding-top: 64px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-t-66 {
  padding-top: 66px;
}
.p-t-67 {
  padding-top: 67px;
}
.p-t-68 {
  padding-top: 68px;
}
.p-t-69 {
  padding-top: 69px;
}
.p-t-70 {
  padding-top: 70px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-1 {
  margin-left: 1px;
}
.m-l-2 {
  margin-left: 2px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-l-4 {
  margin-left: 4px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-6 {
  margin-left: 6px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-l-9 {
  margin-left: 9px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-11 {
  margin-left: 11px;
}
.m-l-12 {
  margin-left: 12px;
}
.m-l-13 {
  margin-left: 13px;
}
.m-l-14 {
  margin-left: 14px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-16 {
  margin-left: 16px;
}
.m-l-17 {
  margin-left: 17px;
}
.m-l-18 {
  margin-left: 18px;
}
.m-l-19 {
  margin-left: 19px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-21 {
  margin-left: 21px;
}
.m-l-22 {
  margin-left: 22px;
}
.m-l-23 {
  margin-left: 23px;
}
.m-l-24 {
  margin-left: 24px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-26 {
  margin-left: 26px;
}
.m-l-27 {
  margin-left: 27px;
}
.m-l-28 {
  margin-left: 28px;
}
.m-l-29 {
  margin-left: 29px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-31 {
  margin-left: 31px;
}
.m-l-32 {
  margin-left: 32px;
}
.m-l-33 {
  margin-left: 33px;
}
.m-l-34 {
  margin-left: 34px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-36 {
  margin-left: 36px;
}
.m-l-37 {
  margin-left: 37px;
}
.m-l-38 {
  margin-left: 38px;
}
.m-l-39 {
  margin-left: 39px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-41 {
  margin-left: 41px;
}
.m-l-42 {
  margin-left: 42px;
}
.m-l-43 {
  margin-left: 43px;
}
.m-l-44 {
  margin-left: 44px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-46 {
  margin-left: 46px;
}
.m-l-47 {
  margin-left: 47px;
}
.m-l-48 {
  margin-left: 48px;
}
.m-l-49 {
  margin-left: 49px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-51 {
  margin-left: 51px;
}
.m-l-52 {
  margin-left: 52px;
}
.m-l-53 {
  margin-left: 53px;
}
.m-l-54 {
  margin-left: 54px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-l-56 {
  margin-left: 56px;
}
.m-l-57 {
  margin-left: 57px;
}
.m-l-58 {
  margin-left: 58px;
}
.m-l-59 {
  margin-left: 59px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-l-61 {
  margin-left: 61px;
}
.m-l-62 {
  margin-left: 62px;
}
.m-l-63 {
  margin-left: 63px;
}
.m-l-64 {
  margin-left: 64px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-l-66 {
  margin-left: 66px;
}
.m-l-67 {
  margin-left: 67px;
}
.m-l-68 {
  margin-left: 68px;
}
.m-l-69 {
  margin-left: 69px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-r-2 {
  margin-right: 2px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-6 {
  margin-right: 6px;
}
.m-r-7 {
  margin-right: 7px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-9 {
  margin-right: 9px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-11 {
  margin-right: 11px;
}
.m-r-12 {
  margin-right: 12px;
}
.m-r-13 {
  margin-right: 13px;
}
.m-r-14 {
  margin-right: 14px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-16 {
  margin-right: 16px;
}
.m-r-17 {
  margin-right: 17px;
}
.m-r-18 {
  margin-right: 18px;
}
.m-r-19 {
  margin-right: 19px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-21 {
  margin-right: 21px;
}
.m-r-22 {
  margin-right: 22px;
}
.m-r-23 {
  margin-right: 23px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-26 {
  margin-right: 26px;
}
.m-r-27 {
  margin-right: 27px;
}
.m-r-28 {
  margin-right: 28px;
}
.m-r-29 {
  margin-right: 29px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-31 {
  margin-right: 31px;
}
.m-r-32 {
  margin-right: 32px;
}
.m-r-33 {
  margin-right: 33px;
}
.m-r-34 {
  margin-right: 34px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-36 {
  margin-right: 36px;
}
.m-r-37 {
  margin-right: 37px;
}
.m-r-38 {
  margin-right: 38px;
}
.m-r-39 {
  margin-right: 39px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-41 {
  margin-right: 41px;
}
.m-r-42 {
  margin-right: 42px;
}
.m-r-43 {
  margin-right: 43px;
}
.m-r-44 {
  margin-right: 44px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-r-47 {
  margin-right: 47px;
}
.m-r-48 {
  margin-right: 48px;
}
.m-r-49 {
  margin-right: 49px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-51 {
  margin-right: 51px;
}
.m-r-52 {
  margin-right: 52px;
}
.m-r-53 {
  margin-right: 53px;
}
.m-r-54 {
  margin-right: 54px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-r-56 {
  margin-right: 56px;
}
.m-r-57 {
  margin-right: 57px;
}
.m-r-58 {
  margin-right: 58px;
}
.m-r-59 {
  margin-right: 59px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-61 {
  margin-right: 61px;
}
.m-r-62 {
  margin-right: 62px;
}
.m-r-63 {
  margin-right: 63px;
}
.m-r-64 {
  margin-right: 64px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-r-66 {
  margin-right: 66px;
}
.m-r-67 {
  margin-right: 67px;
}
.m-r-68 {
  margin-right: 68px;
}
.m-r-69 {
  margin-right: 69px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-1 {
  margin-bottom: 1px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-b-3 {
  margin-bottom: 3px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-6 {
  margin-bottom: 6px;
}
.m-b-7 {
  margin-bottom: 7px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-9 {
  margin-bottom: 9px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-11 {
  margin-bottom: 11px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-13 {
  margin-bottom: 13px;
}
.m-b-14 {
  margin-bottom: 14px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-17 {
  margin-bottom: 17px;
}
.m-b-18 {
  margin-bottom: 18px;
}
.m-b-19 {
  margin-bottom: 19px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-21 {
  margin-bottom: 21px;
}
.m-b-22 {
  margin-bottom: 22px;
}
.m-b-23 {
  margin-bottom: 23px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-26 {
  margin-bottom: 26px;
}
.m-b-27 {
  margin-bottom: 27px;
}
.m-b-28 {
  margin-bottom: 28px;
}
.m-b-29 {
  margin-bottom: 29px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-31 {
  margin-bottom: 31px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-33 {
  margin-bottom: 33px;
}
.m-b-34 {
  margin-bottom: 34px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-36 {
  margin-bottom: 36px;
}
.m-b-37 {
  margin-bottom: 37px;
}
.m-b-38 {
  margin-bottom: 38px;
}
.m-b-39 {
  margin-bottom: 39px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-41 {
  margin-bottom: 41px;
}
.m-b-42 {
  margin-bottom: 42px;
}
.m-b-43 {
  margin-bottom: 43px;
}
.m-b-44 {
  margin-bottom: 44px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-46 {
  margin-bottom: 46px;
}
.m-b-47 {
  margin-bottom: 47px;
}
.m-b-48 {
  margin-bottom: 48px;
}
.m-b-49 {
  margin-bottom: 49px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-51 {
  margin-bottom: 51px;
}
.m-b-52 {
  margin-bottom: 52px;
}
.m-b-53 {
  margin-bottom: 53px;
}
.m-b-54 {
  margin-bottom: 54px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-56 {
  margin-bottom: 56px;
}
.m-b-57 {
  margin-bottom: 57px;
}
.m-b-58 {
  margin-bottom: 58px;
}
.m-b-59 {
  margin-bottom: 59px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-61 {
  margin-bottom: 61px;
}
.m-b-62 {
  margin-bottom: 62px;
}
.m-b-63 {
  margin-bottom: 63px;
}
.m-b-64 {
  margin-bottom: 64px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-66 {
  margin-bottom: 66px;
}
.m-b-67 {
  margin-bottom: 67px;
}
.m-b-68 {
  margin-bottom: 68px;
}
.m-b-69 {
  margin-bottom: 69px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-1 {
  margin-top: 1px;
}
.m-t-2 {
  margin-top: 2px;
}
.m-t-3 {
  margin-top: 3px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-6 {
  margin-top: 6px;
}
.m-t-7 {
  margin-top: 7px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-9 {
  margin-top: 9px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-11 {
  margin-top: 11px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-13 {
  margin-top: 13px;
}
.m-t-14 {
  margin-top: 14px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-17 {
  margin-top: 17px;
}
.m-t-18 {
  margin-top: 18px;
}
.m-t-19 {
  margin-top: 19px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-21 {
  margin-top: 21px;
}
.m-t-22 {
  margin-top: 22px;
}
.m-t-23 {
  margin-top: 23px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-26 {
  margin-top: 26px;
}
.m-t-27 {
  margin-top: 27px;
}
.m-t-28 {
  margin-top: 28px;
}
.m-t-29 {
  margin-top: 29px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-31 {
  margin-top: 31px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-t-33 {
  margin-top: 33px;
}
.m-t-34 {
  margin-top: 34px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-37 {
  margin-top: 37px;
}
.m-t-38 {
  margin-top: 38px;
}
.m-t-39 {
  margin-top: 39px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-41 {
  margin-top: 41px;
}
.m-t-42 {
  margin-top: 42px;
}
.m-t-43 {
  margin-top: 43px;
}
.m-t-44 {
  margin-top: 44px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-46 {
  margin-top: 46px;
}
.m-t-47 {
  margin-top: 47px;
}
.m-t-48 {
  margin-top: 48px;
}
.m-t-49 {
  margin-top: 49px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-51 {
  margin-top: 51px;
}
.m-t-52 {
  margin-top: 52px;
}
.m-t-53 {
  margin-top: 53px;
}
.m-t-54 {
  margin-top: 54px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-56 {
  margin-top: 56px;
}
.m-t-57 {
  margin-top: 57px;
}
.m-t-58 {
  margin-top: 58px;
}
.m-t-59 {
  margin-top: 59px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-61 {
  margin-top: 61px;
}
.m-t-62 {
  margin-top: 62px;
}
.m-t-63 {
  margin-top: 63px;
}
.m-t-64 {
  margin-top: 64px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-t-66 {
  margin-top: 66px;
}
.m-t-67 {
  margin-top: 67px;
}
.m-t-68 {
  margin-top: 68px;
}
.m-t-69 {
  margin-top: 69px;
}
.m-t-70 {
  margin-top: 70px;
}
html.vcaas-mobile-app {
  font-size: 62.5%;
  width: 100vw;
}
html.vcaas-mobile-app a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
html.vcaas-mobile-app body {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
html.vcaas-mobile-app body .just-line-break {
  white-space: pre-line !important;
}
html.vcaas-mobile-app body .input-group-prepend {
  height: 48px;
}
html.vcaas-mobile-app body .roboto-text-normal-14-blue {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
html.vcaas-mobile-app body .roboto-text-medium-14-blue {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px;
  color: #2a4a68;
  font-weight: 500 !important;
}
html.vcaas-mobile-app body .roboto-text-medium-14-midblue {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px;
  color: #3c6d9b;
  font-weight: 500 !important;
}
html.vcaas-mobile-app body .roboto-text-bold-14-input-color {
  font: normal normal bold 14px/19px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px;
  color: #416c9a;
}
html.vcaas-mobile-app body .roboto-text-normal-14-black {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
html.vcaas-mobile-app body .roboto-text-medium-14-black {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  font-weight: 500 !important;
}
html.vcaas-mobile-app body .roboto-text-bold-14-black {
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
html.vcaas-mobile-app body .roboto-text-medium-new-14-black {
  font: normal normal medium 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0;
  color: #373e45;
}
html.vcaas-mobile-app body .nunito-text-bold-20-blue {
  font: normal normal 900 20px/23px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.3px;
  color: #2a4a68;
}
html.vcaas-mobile-app body .nunito-text-bold-26-blue-2 {
  font: normal normal 900 26px/26px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.39px;
  color: #2a4a68;
}
html.vcaas-mobile-app body .no-transactions-found {
  margin: 0 !important;
}
html.vcaas-mobile-app body .no-transactions-found .no-transaction-text {
  font: normal normal 900 22px/25px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
html.vcaas-mobile-app body .no-transactions-found .no-transaction-description {
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
html.vcaas-mobile-app body .no-account-row .no-account-title {
  font: normal normal 900 22px/25px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
html.vcaas-mobile-app body .no-account-row .no-account-description {
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
html.vcaas-mobile-app body .height-auto-m-b-24 {
  height: auto !important;
  margin-bottom: 24px;
}
html.vcaas-mobile-app body .icon-plus-circle {
  background: url('images/icon-plus-circle.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
  margin-bottom: -3px;
  margin-right: 8px !important;
}
html.vcaas-mobile-app body .full-width {
  max-width: initial !important;
  width: 100% !important;
}
html.vcaas-mobile-app body .page-top-title {
  text-align: left;
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
html.vcaas-mobile-app body .cursor-pointer {
  cursor: pointer !important;
}
html.vcaas-mobile-app body .text-medium-roboto {
  font: normal normal normal 14px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
  font-weight: 500 !important;
  cursor: pointer !important;
}
html.vcaas-mobile-app body .text-link-medium-roboto {
  text-decoration: underline;
  font: normal normal normal 14px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
  font-weight: 500 !important;
  cursor: pointer !important;
}
html.vcaas-mobile-app body .separator-top {
  border-top: 1px solid #dbe4ec !important;
}
html.vcaas-mobile-app body .separator-bottom {
  border-bottom: 1px solid #dbe4ec !important;
}
html.vcaas-mobile-app body .text-roboto-normal-14 {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
html.vcaas-mobile-app [role="main"] p,
html.vcaas-mobile-app [role="main"] h1,
html.vcaas-mobile-app [role="main"] h2,
html.vcaas-mobile-app [role="main"] h3,
html.vcaas-mobile-app [role="main"] h4,
html.vcaas-mobile-app [role="main"] h5,
html.vcaas-mobile-app [role="main"] h6 {
  letter-spacing: 0;
  cursor: default;
}
html.vcaas-mobile-app * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
vc-passwordtextbox.ng-dirty.ng-invalid .vc-validation-error {
  margin-top: 4px;
  color: #a62929;
  font-size: 12px;
  font: normal normal bold 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  display: block;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: 16.4px;
  position: relative;
}
vc-passwordtextbox.ng-dirty.ng-invalid .vc-validation-error:before {
  content: "\f06a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
}
vc-passwordtextbox.ng-dirty.ng-invalid #errorLocation + .vc-validation-error {
  margin-top: 4px;
}
vc-passwordtextbox.ng-dirty.ng-invalid .strength-bar-visible + #errorLocation + .vc-validation-error {
  margin-top: 18px;
}
.ng-dirty.ng-invalid + .vc-validation-error {
  margin-top: 4px;
  color: #a62929;
  font-size: 12px;
  font: normal normal bold 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  display: block;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: 16.4px;
  position: relative;
}
.ng-dirty.ng-invalid + .vc-validation-error:before {
  content: "\f06a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
}
.ng-dirty.ng-invalid .vc-textbox .form-control {
  border: 1px solid #a62929 !important;
}
.ng-dirty.ng-invalid .datepicker.form-control {
  border: 1px solid #a62929 !important;
}
.ng-dirty.ng-invalid .select2-selection {
  border: 1px solid #a62929 !important;
}
[scrollable] {
  touch-action: none;
  overflow: hidden;
}
.required:after {
  color: red;
  content: "*";
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.4rem;
  font-size: 1.4rem;
}
.app-intro-first-level .required:after {
  content: none;
}
.table tr.active td {
  background-color: #123456 !important;
  color: white;
}
.row:after,
.smart-rtl .row:before {
  content: none;
  display: table;
}
.dropdown-toggle,
.dropdown-menu.show {
  -webkit-user-select: auto;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.padding-top-2rem {
  padding-top: 2rem;
}
.typeMenu.typeSwitch {
  padding-bottom: 10px !important;
  min-height: 55px;
}
.typeMenu.typeSwitch vc-switchview {
  line-height: 0;
}
.typeMenu.typeSwitch vc-switchview .onoffswitch-container {
  margin-top: 0;
}
.typeMenu.typeSwitch vc-switchview .onoffswitch-container .onoffswitch {
  margin: 0;
}
.typeMenu.typeSwitch vc-gridcolumn {
  align-items: center;
  display: flex;
}
.typeMenu.typeSwitch vc-gridcolumn .balance-value {
  font-size: 14px;
  color: #373e45;
  font-weight: 400;
  line-height: 20px;
}
.account-card-non-registered {
  overflow-x: hidden;
}
.account-opening-row {
  position: relative;
}
.account-opening-row .account-opening-radio-row {
  margin-top: 15px;
}
.account-opening-row .info-column {
  position: static;
}
.account-opening-row .info-column vc-information {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-icons {
  background: url('images/icons-solid.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-sack-dollar {
  background: url('images/sack-dollar-solid.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-flag-alt {
  background: url('images/flag-alt.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-golf-club {
  background: url('images/golf-club.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-store-alt {
  background: url('images/store-alt-solid.svg');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-car-alt {
  background: url('images/car-alt-solid.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-money-bill-transfer {
  background: url('images/money-bill-transfer.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-money-check-dollar {
  background: url('images/money-check-dollar.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.vc-validation-error {
  display: none;
}
.ng-dirty.ng-invalid .vc-validation-error {
  display: initial;
  color: #fe8d8d;
}
.right-bottom,
.right-bottom:active {
  position: absolute;
  right: 20px;
  bottom: 10px;
  top: initial;
  text-align: right;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1110;
}
.truncate-text-dots {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fade-scroll {
  width: 100%;
  height: 49px;
  z-index: 99;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, transparent, #ffffff);
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1) center center no-repeat;
  background-size: 10rem 10rem;
  z-index: 1105;
}
.flow-name {
  color: #d1e7ba;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
}
.flow-helper-text {
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.max-vh-60 {
  max-height: 60vh !important;
}
.bg-primary-gradient {
  background: transparent linear-gradient(270deg, #3065e6 0%, #123ba8 100%) 0% 0% no-repeat padding-box;
}
.text-primary-color {
  color: #2a4a68 !important;
}
.text-secondary-color {
  color: #d1e7ba;
}
.text-tertiary-color {
  color: black;
}
.text-helper-color {
  color: #3c6d9b;
}
.text-dark-gray {
  color: #434a5e;
}
.text-red-color {
  color: #bf2f30;
}
.text-light-gray-color {
  color: #808080;
}
.text-light-orange-color {
  color: #f6a669;
}
.text-gray {
  color: #c5d0d9;
}
.text-black {
  color: #242424;
}
.text-xxs-font-size {
  font-size: 10px;
}
.text-xs-font-size {
  font-size: 11px;
}
.text-sm-font-size {
  font-size: 12px;
}
.text-def-font-size {
  font-size: 13px;
}
.text-md-font-size {
  font-size: 16px;
}
.text-lg-font-size {
  font-size: 18px;
}
.text-xl-font-size {
  font-size: 20px;
}
.text-xxl-font-size {
  font-size: 24px;
}
.text-web-title-font-size {
  font-size: 15px;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.disabled-link {
  opacity: 0.5;
  pointer-events: none;
}
.text-underline {
  text-decoration: underline;
}
.unselectable-element {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.base-background-wrapper {
  border: 1px solid #dbe4ec;
  border-radius: 6px;
  background: #ffffff;
}
.base-background-wrapper .dashboard-bottom-content {
  padding-top: 28px;
  padding-bottom: 24px;
}
.flex-scroll-content {
  flex-grow: 1;
  overflow: auto;
}
.mr-12 {
  margin-right: 12px !important;
}
@media (min-width: 768px) {
  .desktop-big-font-size .form-control:-moz-placeholder-shown + .floatingPlaceholder {
    font-size: 18px;
    top: 50%;
  }
  .desktop-big-font-size .form-control:-ms-input-placeholder + .floatingPlaceholder {
    font-size: 18px;
    top: 50%;
  }
  .desktop-big-font-size .form-control:placeholder-shown + .floatingPlaceholder {
    font-size: 18px;
    top: 50%;
  }
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/nunito-v16-latin-regular.eot?#iefix') format("embedded-opentype"), url('fonts/nunito-v16-latin-regular.woff2') format("woff2"), url('fonts/nunito-v16-latin-regular.woff') format("woff"), url('fonts/nunito-v16-latin-regular.ttf') format("truetype"), url('fonts/nunito-v16-latin-regular.svg#Nunito') format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Nunito";
  font-style: bold;
  font-weight: 900;
  src: url('fonts/nunito-v16-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/nunito-v16-latin-900.eot?#iefix') format("embedded-opentype"), url('fonts/nunito-v16-latin-900.woff2') format("woff2"), url('fonts/nunito-v16-latin-900.woff') format("woff"), url('fonts/nunito-v16-latin-900.ttf') format("truetype"), url('fonts/nunito-v16-latin-900.svg#Nunito') format("svg");
  /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/nunito-v16-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/nunito-v16-latin-700.eot?#iefix') format("embedded-opentype"), url('fonts/nunito-v16-latin-700.woff2') format("woff2"), url('fonts/nunito-v16-latin-700.woff') format("woff"), url('fonts/nunito-v16-latin-700.ttf') format("truetype"), url('fonts/nunito-v16-latin-700.svg#Nunito') format("svg");
  /* Legacy iOS */
}
/* nunito-800 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url('fonts/nunito-v16-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/nunito-v16-latin-800.eot?#iefix') format("embedded-opentype"), url('fonts/nunito-v16-latin-800.woff2') format("woff2"), url('fonts/nunito-v16-latin-800.woff') format("woff"), url('fonts/nunito-v16-latin-800.ttf') format("truetype"), url('fonts/nunito-v16-latin-800.svg#Nunito') format("svg");
  /* Legacy iOS */
}
/******** ROBOTO ******/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-regular.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-regular.woff2') format("woff2"), url('fonts/roboto-v20-latin-regular.woff') format("woff"), url('fonts/roboto-v20-latin-regular.ttf') format("truetype"), url('fonts/roboto-v20-latin-regular.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: medium;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-500.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-500.woff2') format("woff2"), url('fonts/roboto-v20-latin-500.woff') format("woff"), url('fonts/roboto-v20-latin-500.ttf') format("truetype"), url('fonts/roboto-v20-latin-500.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-700.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-700.woff2') format("woff2"), url('fonts/roboto-v20-latin-700.woff') format("woff"), url('fonts/roboto-v20-latin-700.ttf') format("truetype"), url('fonts/roboto-v20-latin-700.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: bold;
  font-weight: 900;
  src: url('fonts/roboto-v20-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-900.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-900.woff2') format("woff2"), url('fonts/roboto-v20-latin-900.woff') format("woff"), url('fonts/roboto-v20-latin-900.ttf') format("truetype"), url('fonts/roboto-v20-latin-900.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v20-latin-100.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-100.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-100.woff2') format("woff2"), url('fonts/roboto-v20-latin-100.woff') format("woff"), url('fonts/roboto-v20-latin-100.ttf') format("truetype"), url('fonts/roboto-v20-latin-100.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(""), url('fonts/roboto-v20-latin-300.eot?#iefix') format("embedded-opentype"), url('fonts/roboto-v20-latin-300.woff2') format("woff2"), url('fonts/roboto-v20-latin-300.woff') format("woff"), url('fonts/roboto-v20-latin-300.ttf') format("truetype"), url('fonts/roboto-v20-latin-300.svg#Roboto') format("svg");
  /* Legacy iOS */
}
/* Poppins-Regular */
@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Poppins-Regular.ttf');
}
@media (max-width: 767.98px) {
  html.vcaas-mobile-app,
  body.vcaas-mobile-body {
    height: 100%;
  }
  html.vcaas-mobile-app {
    height: 100%;
    display: flex;
  }
  body.vcaas-mobile-body {
    overflow-x: hidden;
    width: 100vw;
    position: inherit;
    height: 100%;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    background-color: #fff !important;
  }
  body.vcaas-mobile-body ngx-loading-bar.loading-bar-fixed > div > div {
    top: env(safe-area-inset-top) !important;
  }
  body.vcaas-mobile-body [role="main"] {
    overflow: inherit;
    background: #ffffff;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    max-width: 100vw;
  }
  body.vcaas-mobile-body [role="main"]:before {
    content: "";
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
  }
  body.vcaas-mobile-body [role="main"] > header {
    padding-top: env(safe-area-inset-top);
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #dbe4ec;
  }
  body.vcaas-mobile-body [role="main"] > header nav.navbar {
    position: static !important;
  }
  body.vcaas-mobile-body [role="main"]:not(.login-masterview) {
    display: flex;
    flex-direction: column;
  }
  body.vcaas-mobile-body [role="main"]:not(.login-masterview) #containerView {
    min-height: auto;
    flex: 1;
  }
  body.vcaas-mobile-body .mobile-m-b-24 {
    margin-bottom: 24px;
  }
  body.vcaas-mobile-body vc-masterflow-uiview {
    display: flex;
    padding-bottom: calc(80px + var(--safe-area-inset-bottom)) !important;
    padding-top: 62px !important;
    flex: 1;
    flex-wrap: wrap;
  }
  vc-loginmaster-uiview body.vcaas-mobile-body vc-masterflow-uiview {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-inner .flow-navigation {
    margin-left: 24px;
    margin-right: 24px;
  }
  body.vcaas-mobile-body .content {
    height: 100%;
  }
  body.vcaas-mobile-body #mainview #containerView {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: -webkit-fill-available;
  }
  body.vcaas-mobile-body #mainview .content {
    display: flex;
    flex-direction: column;
    flex: auto;
    width: 100%;
    height: auto;
  }
  body.vcaas-mobile-body #mainview .content .content-inner {
    flex: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: inherit;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.flow-enabled {
    height: calc(100% - 56px);
  }
  body.vcaas-mobile-body #mainview .content .content-inner ng-component {
    flex: auto;
    height: 100%;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-remaining-approval-panel {
    text-align: center;
    align-items: center;
    min-height: 40px;
    background: #e3e7ec 0% 0% no-repeat padding-box;
    font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    color: #2c4b68;
    margin-left: 23.5px;
    margin-right: 23.5px;
    padding-top: 10px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-step-text {
    padding: 24px 16px 8px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-step-text p {
    text-align: left;
    font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #416c9a;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-step-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-info-text {
    padding: 24px 16px 0px 16px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-info-text p {
    margin-bottom: 0;
    text-align: left;
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #373e45;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-info-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-footer-text {
    padding: 0 16px 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-footer-text p {
    padding: 0 15px;
    text-align: left;
    font: normal normal bold 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #3c6d9b;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-footer-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner .txn-step-text + .txn-info-text {
    padding: 0px 16px;
  }
  body.vcaas-mobile-body #mainview.login-masterview {
    display: flex;
    flex-direction: column;
    overflow: inherit;
  }
  body.vcaas-mobile-body #mainview.login-masterview .otp-content {
    padding: 20px;
    margin-top: 10px;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView {
    justify-content: center;
    min-height: auto;
    flex: 1;
    background: #fff;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView .result-panel {
    margin-top: 16px !important;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview vc-otpmanager .customer-onboarding-otp .otp-contact-mobile {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content {
    flex: 1;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content {
    align-items: center;
    flex: 1;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-step-text p {
    text-align: left;
    font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #416c9a;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-step-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-info-text p {
    margin-bottom: 0;
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #373e45;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-info-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-step-text,
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .txn-info-text {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-loginmaster-uiview > .outer-content > .inner-content .inner-custom-header .dbas-header {
    top: env(safe-area-inset-top) !important;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView vc-flownavigation.flow-navigation {
    padding-bottom: 12px;
  }
  body.vcaas-mobile-body #mainview.login-masterview > header {
    position: relative;
    padding-top: 0;
    border-bottom: 0;
  }
  body.vcaas-mobile-body #mainview.login-masterview > header vc-uiviewheader > div {
    min-height: 63px;
    max-height: 63px;
    border-bottom: 1px solid #dbe4ec;
    margin-bottom: 10px;
  }
  body.vcaas-mobile-body #mainview.login-masterview > header vc-uiviewheader > div nav {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    margin-top: var(--safe-area-inset-top);
  }
  body.vcaas-mobile-body #mainview.login-masterview vc-flowotp {
    overflow-x: hidden;
  }
  body.vcaas-mobile-body .login-masterview {
    height: 100%;
  }
  body.vcaas-mobile-body .login-masterview .inner-content,
  body.vcaas-mobile-body .login-masterview .outer-content {
    height: 100%;
  }
  body.vcaas-mobile-body .login-masterview .outer-content.header-disabled {
    padding-top: 0;
  }
  body.vcaas-mobile-body .login-masterview .inner-content,
  body.vcaas-mobile-body .login-masterview .outer-content {
    display: flex;
    flex-direction: column;
  }
  body.vcaas-mobile-body .login-masterview .inner-content.login-first-level,
  body.vcaas-mobile-body .login-masterview .outer-content.login-first-level {
    flex-direction: row;
    align-items: flex-start;
  }
  body.vcaas-mobile-body .login-masterview .inner-content ng-component,
  body.vcaas-mobile-body .login-masterview .outer-content ng-component {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    margin: auto;
    background-color: #fff;
  }
  .break-xs {
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  html.vcaas-mobile-app,
  body.vcaas-mobile-body {
    min-height: 100%;
    width: inherit;
  }
  body.vcaas-mobile-body [role="main"] {
    padding-top: 40px;
    background: #ffffff;
  }
  body.vcaas-mobile-body .login-masterview {
    background: #f1f3f6;
  }
  body.vcaas-mobile-body .login-masterview .login-content .flow-navigation.flow-before-login {
    margin-left: 15px;
    margin-right: 15px;
  }
  body.vcaas-mobile-body .login-masterview #containerView vc-masterflow-uiview {
    min-height: 100vh;
    padding-top: 0;
  }
  body.vcaas-mobile-body .login-masterview #containerView vc-masterflow-uiview .content-inner-wrapper {
    padding-bottom: 0;
  }
  body.vcaas-mobile-body #containerView {
    min-height: calc(100vh - 70px);
    position: relative;
  }
  body.vcaas-mobile-body #containerView vc-masterflow-uiview {
    min-height: calc(100vh - 130px);
    padding-top: 76px;
  }
  body.vcaas-mobile-body .callcenter-masterview vc-masterflow-uiview {
    padding-top: 0 !important;
  }
  body.vcaas-mobile-body vc-masterflow-uiview {
    display: block;
    padding-bottom: 0 !important;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-detail-column {
    padding-right: 0;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-detail-column:not(:first-child) {
    margin-top: 32px;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-detail-column .ellipse-green {
    position: absolute;
    right: -17px;
    top: -27px;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-detail-column .ellipse-gray-big {
    position: absolute;
    margin-top: -35px;
    left: 8px;
  }
  body.vcaas-mobile-body vc-masterflow-uiview .content-detail-column .ellipse-gray-small {
    position: absolute;
    right: 0;
    top: 42px;
  }
  vc-loginmaster-uiview body.vcaas-mobile-body vc-masterflow-uiview {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.vcaas-mobile-body vc-uiviewfooter .footer-desktop {
    z-index: 999;
    display: flex;
    height: 60px;
    width: 100%;
    background: white !important;
    border-top: 1px solid #dbe4ec;
    padding: 0 36px !important;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: inherit;
  }
  body.vcaas-mobile-body vc-uiviewfooter .footer-desktop .text-items-button vc-linkbutton span {
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #3c6d9b;
    padding-left: 36px;
  }
  body.vcaas-mobile-body vc-uiviewfooter .footer-desktop .text-item vc-linkbutton span {
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #373e45;
  }
  body.vcaas-mobile-body #mainview .content {
    width: 100%;
    margin: auto;
  }
  body.vcaas-mobile-body #mainview .content.CreateCumisInsuranceTransaction > .content-sub-page {
    max-width: 1140px;
  }
  body.vcaas-mobile-body #mainview .content.CreateCumisInsuranceTransaction > .content-sub-page > .content-inner {
    flex: auto;
    max-width: 100%;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  body.vcaas-mobile-body #mainview .content.CreateCumisInsuranceTransaction > .content-sub-page > .content-inner .content-header {
    position: relative;
    background: url('CUMIS_logo.85614934d586422f9c32.png') no-repeat center top;
    min-height: 47px;
    background-size: auto 26px;
  }
  body.vcaas-mobile-body #mainview .content.CreateCumisInsuranceTransaction > .content-sub-page > .content-inner .content-header .header-title vc-label {
    font-size: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper {
    display: flex;
    padding-top: 24.5px;
    padding-bottom: 100px;
    flex-grow: 1;
    max-width: 930px;
    margin: auto;
    justify-content: center;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .left-panel {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-left: 1px solid #dbe4ec;
    opacity: 1;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .left-panel.dashboard {
    max-width: 210px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .left-panel.dashboard vc-gridrow vc-gridcolumn {
    padding-left: 20px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .left-panel.subpage {
    min-width: 315px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .left-panel.subpage vc-gridrow vc-gridcolumn {
    padding-left: 25px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .content-detail-column .content-campaign-column {
    flex: 4;
    max-height: 40%;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .content-detail-column .content-other-column {
    flex: 6;
    margin-top: 20px;
    overflow: auto;
    padding-bottom: 10px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper .content-detail-column .content-other-column vc-transactionhelpview vc-gridsystem {
    padding: 22px;
  }
  body.vcaas-mobile-body #mainview .content .callcenter-page {
    justify-content: left;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper.content-sub-page > .col-9 {
    min-width: 610px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper.content-sub-page > .col-9.col-12 {
    min-width: inherit;
    margin-right: auto;
  }
  body.vcaas-mobile-body #mainview .content .content-inner-wrapper.content-sub-page > .col-3 {
    min-width: 290px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-dashboard {
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    display: block;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow {
    padding: 0;
    background: #ffffff;
    margin: 0 15px 0 0;
    border-radius: 6px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
    padding-bottom: 20px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area {
    height: auto;
    max-width: 100%;
    flex: none;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-remaining-approval-panel {
    text-align: center;
    align-items: center;
    height: 40px;
    background: #e3e7ec 0% 0% no-repeat padding-box;
    font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    color: #2c4b68;
    margin-left: 23.5px;
    margin-right: 23.5px;
    padding-top: 10px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text {
    padding: 24px 50px 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text.masterflow {
    padding-bottom: 8px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text.masterflow + .txn-info-text {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text p {
    text-align: left;
    font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #416c9a;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-info-text {
    padding: 24px 50px 0px 50px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-info-text p {
    margin-bottom: 0;
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #373e45;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-info-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-footer-text {
    padding: 0 50px 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-footer-text p {
    padding: 0 15px;
    text-align: left;
    font: normal normal bold 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #3c6d9b;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-footer-text p.s-Confirm {
    padding-left: 0;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow .content-inner-scroll-wrapper .content-inner-scroll-area .txn-step-text + .txn-info-text {
    padding: 0 50px;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow ng-component {
    flex: 1;
    overflow: unset;
  }
  body.vcaas-mobile-body #mainview .content .content-inner ng-component {
    flex: 1;
    overflow: hidden;
  }
  body.vcaas-mobile-body #mainview .content .content-copyright {
    height: 37px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 13px;
    display: flex;
  }
  body.vcaas-mobile-body #mainview .outer-content.content {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    min-height: 100vh;
    max-height: 100vh;
  }
  body.vcaas-mobile-body #mainview .outer-content.content.header-disabled {
    padding-top: 0;
  }
  body.vcaas-mobile-body #mainview .outer-content.member-migration-outer-content {
    overflow-y: auto;
  }
  body.vcaas-mobile-body #mainview .outer-content.member-migration-outer-content .content-inner.content-flow {
    margin-top: 82px !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
    background: #fff !important;
  }
  body.vcaas-mobile-body #mainview .outer-content.member-migration-outer-content .content-inner.content-flow .content-inner-scroll-wrapper {
    background: none;
  }
  body.vcaas-mobile-body #mainview.login-masterview {
    height: 100%;
    padding: 0;
  }
  body.vcaas-mobile-body #mainview.login-masterview .inner-content,
  body.vcaas-mobile-body #mainview.login-masterview .outer-content {
    display: flex;
    flex-direction: column;
  }
  body.vcaas-mobile-body #mainview.login-masterview .inner-content ng-component,
  body.vcaas-mobile-body #mainview.login-masterview .outer-content ng-component {
    flex: 1;
  }
  body.vcaas-mobile-body #mainview.login-masterview .outer-content.content {
    overflow: auto;
    max-height: auto;
  }
  body.vcaas-mobile-body #mainview.login-masterview .outer-content.content .app-intro-web {
    height: auto;
  }
  body.vcaas-mobile-body #mainview.login-masterview #containerView {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
  }
  .login-content .content-inner .content-inner-scroll-wrapper {
    display: block !important;
    padding-bottom: 0 !important;
    background: #fff;
  }
  .content-header {
    border-radius: 6px 6px 0 0;
    padding-left: 17.5px;
    padding-right: 17.5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
  }
  .content-header.header-helpbox {
    display: flex;
    justify-content: center;
  }
  .content-header .header-title {
    border-bottom: 1px solid #dbe4ec;
    width: 98%;
    padding: 0 0 12px 0px;
    text-align: center;
    font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
    color: #2c4a68;
    height: 47px;
  }
  .content-header .flow-nav-back img {
    position: absolute;
    left: 28px;
    top: 3px;
  }
  .content-header .transaction-helpbox-dropdown {
    position: absolute;
    right: 28px;
    top: 0;
  }
}
.otp-invalid {
  position: fixed;
  left: 0px;
  min-width: 100vw;
}
.otp-invalid-phone {
  position: fixed;
  bottom: 30px;
  left: 0px;
  min-width: 100vw;
}
.w-100 {
  width: 100% !important;
}
.r-m-t-0 .result-panel {
  margin-top: 0 !important;
}
.flow-otp-enabled {
  display: block !important;
  padding: 15px !important;
  min-width: 100vw !important;
  position: relative !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) and (orientation: portrait) {
  body.vcaas-mobile-body .footer-desktop .text-item {
    padding: 0;
  }
  body.vcaas-mobile-body .footer-desktop .text-item vc-linkbutton span {
    font-size: 13px !important;
  }
  body.vcaas-mobile-body .footer-desktop .text-items-button {
    padding-right: 0;
  }
  body.vcaas-mobile-body .footer-desktop .text-items-button vc-linkbutton span {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  body.vcaas-mobile-body .flex-scroll-content .dashboard-detail-column,
  body.vcaas-mobile-body .flex-scroll-content vc-contentdetail-contactus {
    padding: 24px 50px;
    border: 0 !important;
    display: flex !important;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-contentdetail-contactus {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-contentdetail-contactus > .content-detail-column > .d-flex.justify-content-space-between {
    justify-content: flex-start;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-contentdetail-contactus > .content-detail-column > .d-flex.justify-content-space-between vc-imagebutton + vc-imagebutton {
    margin-left: 7px;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-campaignview.hide-tablet {
    display: none !important;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-campaignview.show-tablet {
    display: block !important;
    padding: 0 50px;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-campaignview.show-tablet .slick-track vc-gridrow.row {
    text-align: center;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-secure-label {
    display: flex !important;
    flex-direction: column;
    padding: 24px 50px;
  }
}
@media screen and (min-width: 992px) {
  body.vcaas-mobile-body .flex-scroll-content .dashboard-detail-column,
  body.vcaas-mobile-body .flex-scroll-content vc-contentdetail-contactus {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-campaignview.show-tablet {
    display: none !important;
  }
  body.vcaas-mobile-body .flex-scroll-content vc-secure-label {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
}
body .text-title-bold-1 {
  font: normal normal 800 20px/26px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
body .text-title-bold-2 {
  font: normal normal bold 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
body .text-title-light-1 {
  font: normal normal bold 14px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  text-transform: uppercase;
}
body .text-description-light-1 {
  font: normal normal normal 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
body .outer-content.customer-onboarding .content-inner {
  max-width: 975px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content {
  display: flex;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .txn-step-text.step-Confirmation {
  padding: 24px 34px 0 !important;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column {
  border-left: 1px solid #dbe4ec;
  margin-top: 70px;
  padding-top: 30px;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column .dashboard-content-detail-padding-bottom {
  padding-top: 20px;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column .profile-secure span {
  display: block;
  background: url('images/padlock.png') no-repeat left top;
  padding-left: 40px;
  background-size: 30px auto;
  min-height: 30px;
  padding-top: 6px;
  margin-top: 30px;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column .profile-secure-description span {
  display: block;
  padding-left: 40px;
  min-height: 30px;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column .customer-onboarding-start-deposit-guarantee {
  margin: 20px 0;
  flex-direction: column;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .dashboard-detail-column .customer-onboarding-start-deposit-guarantee > vc-gridcolumn {
  max-width: 100%;
  width: 100%;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .onboarding-flow-content {
  padding-left: 0;
}
body .outer-content.customer-onboarding .content-inner .customer-onboarding-content .onboarding-flow-content:not(.isExecuteStep) vc-uiviewheader {
  display: block;
  margin-right: -340px;
  margin-bottom: 15px;
}
body .outer-content.customer-onboarding .onboarding-footer {
  padding: 0 0 10px;
  max-width: 975px;
  width: 100%;
  margin: -10px auto 0;
  background-color: #f1f3f6;
}
body .outer-content.customer-onboarding .onboarding-footer:before, body .outer-content.customer-onboarding .onboarding-footer:after {
  content: "";
  display: block;
  clear: both;
}
body .outer-content.customer-onboarding .onboarding-footer a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  float: left;
  position: relative;
}
body .outer-content.customer-onboarding .onboarding-footer a + a {
  margin-left: 30px;
}
body .outer-content.customer-onboarding .onboarding-footer a + a:before {
  content: "|";
  position: absolute;
  left: -15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  body .outer-content.customer-onboarding .onboarding-footer {
    max-width: 100%;
    padding: 10px 5px;
    text-align: center;
    margin-top: 0;
  }
  body .outer-content.customer-onboarding .onboarding-footer a,
  body .outer-content.customer-onboarding .onboarding-footer a + a {
    float: none;
    margin: 4px 8px;
    display: inline-block;
  }
  body .outer-content.customer-onboarding .onboarding-footer a:before,
  body .outer-content.customer-onboarding .onboarding-footer a + a:before {
    left: -9px;
    top: -1px;
  }
}
body .outer-content.customer-onboarding vc-breadcrumb {
  width: 100%;
}
body div.customer-onboarding-personalinformation .confirm-title-header {
  border-bottom: 2px solid #2a4a68;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
}
body div.customer-onboarding-personalinformation .confirm-title-header vc-gridcolumn {
  padding-left: 0;
  padding-right: 0;
}
body div.customer-onboarding-personalinformation .confirm-title-header vc-gridcolumn .fa {
  font-weight: bold;
  font-size: 27px;
  color: #2c4b68;
}
body div.customer-onboarding-personalinformation .confirm-title-header vc-label span {
  color: #3c6d9b;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
body div.customer-onboarding-confirmation .confirm-title-header {
  border-bottom: 2px solid #2a4a68;
  margin-top: 20px;
  height: 35px;
}
body div.customer-onboarding-confirmation .confirm-title-header vc-gridcolumn {
  padding-left: 0;
  padding-right: 0;
}
body div.customer-onboarding-confirmation .confirm-title-header vc-gridcolumn .fa {
  font-weight: bold;
  font-size: 27px;
  color: #2c4b68;
}
body div.customer-onboarding-confirmation .confirm-title-header vc-label span {
  color: #3c6d9b;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
body div.customer-onboarding-confirmation .confirm-information-item > vc-gridcolumn {
  padding-left: 0;
  padding-right: 0;
}
body div.customer-onboarding-confirmation .confirm-information-item > vc-gridcolumn > vc-information-item {
  padding-left: 0;
  padding-right: 0;
}
body div.customer-onboarding-confirmation .confirm-information-item > vc-gridcolumn + vc-gridcolumn {
  border-top: 1px solid #c5d0d9;
}
body div.customer-onboarding-confirmation .confirm-detail {
  margin-top: 44px;
  margin-bottom: 8px;
}
body div.customer-onboarding-confirmation .confirm-detail span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body div.customer-onboarding-confirmation > vc-gridrow {
    margin-left: 0;
    margin-right: 0;
  }
}
body .login-content .content-flow {
  background: none !important;
  height: auto !important;
  flex: initial !important;
  flex-direction: row !important;
  border-radius: 10px;
  box-shadow: 0px 25px 50px #3c6d9b4d !important;
  border: none !important;
}
@media (min-width: 768px) {
  body .login-content .content-flow.flow-enabled {
    max-width: 478px;
  }
  body .login-content .content-flow .otp-check {
    max-width: 378px;
  }
}
body .termsConditions {
  padding: 20px 0;
  margin: 10px 0 20px;
  border-top: 1px solid rgba(138, 167, 194, 0.3);
  border-bottom: 1px solid rgba(138, 167, 194, 0.3);
}
body .termsConditions .checkbox {
  align-items: flex-start;
}
body .termsConditions .checkbox input[type="checkbox"].checkbox + .checkbox-view {
  margin-right: 5px;
}
body .termsConditions .checkbox vc-label span {
  color: #2c4b68;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.displayNone {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}
@media (max-height: 660px) {
  body .login-masterview .inner-content.login-first-level {
    align-items: normal !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .login-content .content-flow {
    height: 100% !important;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .otp-login .first-otp {
    margin: auto !important;
  }
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
@media (width: 375px) and (height: 812px), (width: 414px) and (height: 896px) {
  body.vcaas-mobile-body vc-masterflow-uiview {
    padding-bottom: 110px !important;
  }
}
.photo-catch {
  align-items: center;
  display: flex;
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .position-inherit-menu vc-masterflow-uiview {
    padding-bottom: 0 !important;
  }
  .position-inherit-menu vc-uiviewfooter nav {
    position: inherit !important;
  }
}
@media (min-width: 576px) {
  .InteracContactListTransaction vc-flownavigation vc-information-item vc-button a,
  .InteracContactListTransaction vc-flownavigation vc-information-item [vc-view-host] {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .UpdatePersonalInformationTransaction ng-component {
    display: flex;
    flex-direction: column;
  }
}
.align-items-flex-end {
  align-items: flex-end;
}
body.ie.vcaas-mobile-body #mainView .outer-content {
  height: 1px;
}
@media all and (-ms-high-contrast: none) {
  body.vcaas-mobile-body #mainview .content .content-inner {
    flex: 1 0 auto;
    min-width: 100%;
    min-height: 100vh;
  }
}
.edit-icon-size-onboarding {
  font-size: 20px !important;
}
vc-login-master-uiview vc-otp-manager {
  position: absolute !important;
}
.CreateCumisInsuranceTransaction {
  max-width: 1180px;
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
  padding: 10px 20px;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control,
.CreateCumisInsuranceTransaction vc-datepicker .form-control,
.CreateCumisInsuranceTransaction vc-amountbox .form-control,
.CreateCumisInsuranceTransaction vc-moneytextbox .form-control,
.CreateCumisInsuranceTransaction vc-maskedtextbox .form-control,
.CreateCumisInsuranceTransaction vc-phonenumber .form-control,
.CreateCumisInsuranceTransaction vc-textarea .form-control {
  min-height: 44px !important;
  padding-top: 24px !important;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  padding-left: 15px;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-datepicker .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-amountbox .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-moneytextbox .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-maskedtextbox .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-phonenumber .form-control::-moz-placeholder, .CreateCumisInsuranceTransaction vc-textarea .form-control::-moz-placeholder {
  font-size: 14px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-datepicker .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-amountbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-moneytextbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-maskedtextbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-phonenumber .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-textarea .form-control:-ms-input-placeholder {
  font-size: 14px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-datepicker .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-amountbox .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-moneytextbox .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-maskedtextbox .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-phonenumber .form-control::placeholder,
.CreateCumisInsuranceTransaction vc-textarea .form-control::placeholder {
  font-size: 14px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-datepicker .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-amountbox .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-moneytextbox .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-maskedtextbox .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-phonenumber .form-control:-moz-placeholder-shown, .CreateCumisInsuranceTransaction vc-textarea .form-control:-moz-placeholder-shown {
  padding-top: 8px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-datepicker .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-amountbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-moneytextbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-maskedtextbox .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-phonenumber .form-control:-ms-input-placeholder, .CreateCumisInsuranceTransaction vc-textarea .form-control:-ms-input-placeholder {
  padding-top: 8px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-datepicker .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-amountbox .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-moneytextbox .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-maskedtextbox .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-phonenumber .form-control:placeholder-shown,
.CreateCumisInsuranceTransaction vc-textarea .form-control:placeholder-shown {
  padding-top: 8px !important;
}
.CreateCumisInsuranceTransaction vc-textbox .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-datepicker .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-amountbox .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-moneytextbox .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-maskedtextbox .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-phonenumber .floatingPlaceholder,
.CreateCumisInsuranceTransaction vc-textarea .floatingPlaceholder {
  transform: translateY(-6px) !important;
  font-size: 12px !important;
  left: 16px !important;
  top: 9px;
}
.CreateCumisInsuranceTransaction vc-textbox vc-information,
.CreateCumisInsuranceTransaction vc-datepicker vc-information,
.CreateCumisInsuranceTransaction vc-amountbox vc-information,
.CreateCumisInsuranceTransaction vc-moneytextbox vc-information,
.CreateCumisInsuranceTransaction vc-maskedtextbox vc-information,
.CreateCumisInsuranceTransaction vc-phonenumber vc-information,
.CreateCumisInsuranceTransaction vc-textarea vc-information {
  top: 12px !important;
  right: 12px !important;
}
.CreateCumisInsuranceTransaction vc-moneytextbox .vc-textbox input {
  font-weight: 500 !important;
}
.CreateCumisInsuranceTransaction vc-phonenumber .floatingPlaceholder.maskHolder {
  left: 34px !important;
  top: 17px;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #4b565e !important;
}
.CreateCumisInsuranceTransaction .combo .select2 .select2-selection {
  min-height: 44px !important;
  line-height: 44px !important;
  padding-right: 30px !important;
}
.CreateCumisInsuranceTransaction .combo .select2 .select2-selection .select2-selection__placeholder {
  top: 13px;
  font-size: 14px;
}
.CreateCumisInsuranceTransaction .vc-gridrow-header {
  color: #4a78a1;
}
.CreateCumisInsuranceTransaction .form-group:not(.height-unset) {
  min-height: 22px;
}
.CreateCumisInsuranceTransaction .coverage-container .vc-gridsystem-header {
  margin-bottom: 0;
}
.CreateCumisInsuranceTransaction .calculate-row {
  background-color: #f1f1f1;
  padding: 8px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: auto;
}
.CreateCumisInsuranceTransaction .calculate-row .form-group {
  margin: 0 !important;
}
.CreateCumisInsuranceTransaction .calculate-row vc-button.mini {
  max-width: 100px;
  display: flex;
  margin: auto;
}
.CreateCumisInsuranceTransaction .calculate-row vc-button.mini .btn.dbas-btn {
  font-size: 13px !important;
  padding: 3px 10px 0 !important;
  line-height: 1 !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #2a4a68 !important;
  border-color: #2a4a68 !important;
}
.CreateCumisInsuranceTransaction .calculate-row vc-button + i.fa {
  margin-left: 0;
}
.CreateCumisInsuranceTransaction vc-flownavigation {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.CreateCumisInsuranceTransaction vc-flownavigation > .row {
  justify-content: center;
}
.CreateCumisInsuranceTransaction #mainpage {
  margin: 0;
  display: block;
}
.CreateCumisInsuranceTransaction #mainpage::after {
  content: "";
  display: block;
  clear: both;
}
.CreateCumisInsuranceTransaction #mainpage > vc-gridcolumn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  max-width: calc(50% - 10px);
  width: inherit;
  display: flex;
  flex-direction: column;
  float: left;
  min-height: 208px;
}
.CreateCumisInsuranceTransaction #mainpage > vc-gridcolumn + vc-gridcolumn {
  margin-left: 20px;
}
.CreateCumisInsuranceTransaction #mainpage > vc-gridcolumn .accordion-toggle {
  margin-top: auto;
}
.CreateCumisInsuranceTransaction #mainpage > vc-gridcolumn > vc-gridrow {
  margin: 0;
}
.CreateCumisInsuranceTransaction .vp-resultpanel > .alert {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.CreateCumisInsuranceTransaction .vp-resultpanel > .alert h2 {
  font-size: 14px;
  font-weight: 400;
  margin-left: -15px;
}
.CreateCumisInsuranceTransaction .vp-resultpanel > .alert > div {
  display: list-item;
}
.CreateCumisInsuranceTransaction .createCumisInsurance {
  padding-top: 0;
}
.CreateCumisInsuranceTransaction .txn-step-text {
  padding-bottom: 0 !important;
}
.CreateCumisInsuranceTransaction .attachment-download-link {
  position: absolute;
  right: 10px;
  top: 10px;
}
.CreateCumisInsuranceTransaction .attachment-download-link .attachment-item-filename {
  font-size: 0;
}
.CreateCumisInsuranceTransaction .attachment-download-link .attachment-item-filename:before {
  content: "\f02f";
  display: inline-block;
  font: normal normal normal 18px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #444;
}
.CreateCumisInsuranceTransaction .innerAccordion {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}
.CreateCumisInsuranceTransaction .innerAccordion > vc-gridcolumn {
  display: none;
}
.CreateCumisInsuranceTransaction .innerAccordion > vc-gridcolumn.accordion-toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  flex: auto;
  max-width: inherit;
  width: auto;
  padding: 0;
  border-radius: 4px;
}
.CreateCumisInsuranceTransaction .innerAccordion > vc-gridcolumn.accordion-toggle vc-label span {
  border: none;
  background: url('navigation-arrow.75c4792132b09fc254aa.svg') no-repeat center center;
  filter: none;
  background-size: 8px;
  transform: rotate(90deg);
  display: block;
  width: 24px;
  height: 24px;
}
.CreateCumisInsuranceTransaction .innerAccordion.visible > .toggleContent {
  display: block;
  padding-top: 15px;
}
.CreateCumisInsuranceTransaction .innerAccordion.visible .accordion-toggle vc-label span {
  transform: rotate(270deg);
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html.vcaas-mobile-app {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.smart-style-2 {
    background: #f1f3f6;
    padding-top: var(--safe-area-inset-top);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .login-masterview {
    padding-bottom: calc(var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .menu-header {
    padding-top: calc(12px + var(--safe-area-inset-top));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .menu-items {
    padding-top: calc(var(--safe-area-inset-top));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .modal-result-content > span.select2-container {
    padding-top: calc(var(--safe-area-inset-top) -8px);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .enrollment-intro {
    top: var(--safe-area-inset-top);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .finance-calculators-wrapper {
    padding-bottom: var(--safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .chatbot-iframe {
    padding-bottom: calc(32px + var(--safe-area-inset-bottom)) !important;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body vc-masterflow-uiview {
    padding-bottom: calc(62px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .menu-more-modal.modal-wrapper,
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .modal-full {
    bottom: var(--safe-area-inset-bottom);
    padding-bottom: 60px;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .modal-full.full-view {
    bottom: var(--safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .modal-full {
    bottom: var(--safe-area-inset-bottom);
    padding-bottom: 60px;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .new-beneficiary-button {
    bottom: calc(66px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .dropdown-menu.term-calculator {
    bottom: calc(72px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .new-calculator-button,
  html.vcaas-mobile-app body.vcaas-mobile-body .new-chatbot-button {
    bottom: calc(13px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .finance-calculator {
    padding-bottom: calc(75px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.mobile-camera-background {
    background-size: 100% var(--safe-area-inset-top) !important;
    background-repeat: no-repeat !important;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.mobile-camera-background [role="main"] {
    background: transparent;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .exchange-rate-wrapper {
    height: calc(100vh - (340px + var(--safe-area-inset-top) + var(--safe-area-inset-bottom)));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body vc-uiviewfooter vc-menupopup nav {
    padding-bottom: calc(var(--safe-area-inset-bottom) - 10px) !important;
  }
  html.vcaas-mobile-app .camera-flash-effect {
    top: calc(52px + var(--safe-area-inset-top));
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html.vcaas-mobile-app {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.smart-style-2 {
    background: #f1f3f6;
    padding-top: var(--safe-area-inset-top);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .login-masterview {
    padding-bottom: calc(var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .finance-calculators-wrapper {
    padding-bottom: var(--safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .chatbot-iframe {
    padding-bottom: calc(32px + var(--safe-area-inset-bottom)) !important;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body vc-masterflow-uiview {
    padding-bottom: calc(54px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .menu-header {
    padding-top: calc(12px + var(--safe-area-inset-top));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .menu-items {
    padding-top: calc(var(--safe-area-inset-top));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup.ios-safe-area .modal-result-content > span.select2-container {
    padding-top: calc(var(--safe-area-inset-top) -8px);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .menu-more-modal.modal-wrapper,
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .modal-full {
    bottom: var(--safe-area-inset-bottom);
    padding-bottom: 60px;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .more-menu-popup .modal-full.full-view {
    bottom: var(--safe-area-inset-bottom);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .new-beneficiary-button {
    bottom: calc(66px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .dropdown-menu.term-calculator {
    bottom: calc(72px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .new-calculator-button,
  html.vcaas-mobile-app body.vcaas-mobile-body .new-chatbot-button {
    bottom: calc(13px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .finance-calculator {
    padding-bottom: calc(75px + var(--safe-area-inset-bottom));
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .enrollment-intro {
    top: var(--safe-area-inset-top);
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.mobile-camera-background {
    background-size: 100% var(--safe-area-inset-top) !important;
    background-repeat: no-repeat !important;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body.mobile-camera-background [role="main"] {
    background: transparent;
  }
  html.vcaas-mobile-app body.vcaas-mobile-body .exchange-rate-wrapper {
    height: calc(100vh - (340px + var(--safe-area-inset-top) + var(--safe-area-inset-bottom)));
  }
  html.vcaas-mobile-app .camera-flash-effect {
    top: calc(52px + var(--safe-area-inset-top));
  }
  html.vcaas-mobile-app vc-uiviewfooter vc-menupopup nav {
    padding-bottom: calc(var(--safe-area-inset-bottom) - 10px) !important;
  }
}
vc-list-container vc-gridrow:not(:last-of-type) {
  padding-bottom: 0;
}
#iframe-header {
  z-index: 10 !important;
}
#iframe-header img {
  max-width: 170px;
}
.live-chat-iframe {
  position: fixed;
  padding-top: var(--safe-area-inset-top);
  z-index: 1;
  background: white;
  top: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  border: none !important;
  margin-top: 60px;
  margin-bottom: 20px;
}
vc-gridrow .vc-gridrow-header {
  color: #2c4b68;
  font-size: 16px;
  font-weight: 600;
  margin-top: 21px;
  margin-bottom: 9px;
  margin-right: 12px;
  margin-left: 14px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .typeMenu .col-4 .balance-value {
    font-size: 12px;
  }
  .mAlertsColumns .accounts-list {
    font-size: 12px;
  }
}
.txn-footer-text,
vc-gridsystem {
  padding-left: 24px;
  padding-right: 24px;
}
vc-gridsystem {
  width: 100%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
vc-gridsystem > div {
  min-height: 0;
}
@media (max-width: 767.98px) {
  vc-gridsystem {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
  }
  vc-gridsystem vc-gridsystem {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-confirmation-text {
  font-family: Nunito, "Segoe UI", Calibri, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #2A4A68;
}
.modal-confirmation-size {
  max-width: 320px;
  width: 90%;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
vc-selectablebuttonlist {
  display: flex;
  justify-content: space-between;
  background: white;
  /*   .child-tab {
    @include if-child-count ()
  } */
}
vc-selectablebuttonlist .list-wrapper {
  margin-left: 0;
  margin-right: 0;
  flex-grow: 1;
}
vc-selectablebuttonlist div {
  width: 30%;
  flex-grow: 0;
}
vc-selectablebuttonlist vc-gridcolumn .default {
  color: #2a4a68;
  background: #ffffff;
  font: normal normal bold 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
vc-selectablebuttonlist vc-gridcolumn .selectable-button {
  width: 100%;
  text-align: center;
  font: normal normal bold 16px/20px Roboto;
  cursor: pointer;
  border: 2px solid #a6d277;
  border-radius: 30px;
}
vc-selectablebuttonlist vc-gridcolumn .selected {
  border: 0;
  font: normal normal bold 16px/20px Roboto;
  border-radius: 30px;
  background: #2a4a68;
  color: #ffffff;
}
vc-selectablebuttonlist vc-gridcolumn label {
  margin-bottom: 0;
}
vc-selectablebuttonlist vc-gridcolumn.col-4:nth-child(1) {
  padding-right: 8px !important;
}
vc-selectablebuttonlist vc-gridcolumn.col-4:nth-child(2) {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
vc-selectablebuttonlist vc-gridcolumn.col-4:nth-child(3) {
  padding-left: 8px !important;
}
vc-selectablebuttonlist vc-gridcolumn.col-6:nth-child(1) {
  padding-right: 20px !important;
}
vc-selectablebuttonlist vc-gridcolumn.col-6:nth-child(2) {
  padding-left: 20px !important;
}
vc-selectablebuttonlist.header-tabs-mobile .default {
  background: none !important;
  color: #8aa7c2 !important;
}
vc-selectablebuttonlist.header-tabs-mobile .selected {
  background: none !important;
  color: #2c4b68 !important;
}
vc-selectablebuttonlist.header-tabs-mobile vc-gridcolumn.col-6:nth-child(1),
vc-selectablebuttonlist.header-tabs-mobile .col-6:nth-child(2) {
  padding: 0 !important;
}
vc-selectablebuttonlist.header-tabs-mobile vc-gridcolumn.col-6:nth-child(1) label,
vc-selectablebuttonlist.header-tabs-mobile .col-6:nth-child(2) label {
  border: none !important;
}
vc-selectablebuttonlist.header-tabs-view {
  width: 161px;
  background: transparent;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  margin-bottom: 0px;
}
vc-selectablebuttonlist.header-tabs-view > .list-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
vc-selectablebuttonlist.header-tabs-view .selectable-button {
  height: 25px;
  line-height: 25px;
  border-radius: 0;
}
vc-selectablebuttonlist.header-tabs-view .default {
  color: #3c6d9b;
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
}
vc-selectablebuttonlist.header-tabs-view .selected {
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
.vc-gridsystem-header {
  margin-bottom: 28px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}
h3.vc-gridsystem-header {
  position: relative;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 1.5rem;
}
h2.vc-gridsystem-header {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
.chart-common {
  margin: auto;
  width: 25rem;
  height: 25rem;
  margin-bottom: 3rem;
}
.performance-detail-charts {
  height: 30rem;
}
vc-map #pac-input {
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 1.1rem 0 1.3rem;
  text-overflow: ellipsis;
  width: 44rem;
  position: absolute;
  top: 45rem;
  left: 0.45rem;
}
.modal-footer {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.modal-footer > :not(:last-child) {
  margin-right: 1.5rem !important;
}
vc-list-container {
  position: relative;
}
vc-column-chart #column-container div {
  width: 100% !important;
}
vc-column-chart svg {
  width: 100%;
}
.calendar-view {
  background: #ffffff;
  width: 300px;
  height: auto;
  margin: auto;
}
.calendar-view .fc-header-toolbar {
  padding: 1rem;
  flex-wrap: wrap;
  display: flex;
}
.calendar-view .fc-center {
  display: flex;
}
.calendar-view .fc-left {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.calendar-view .fc .fc-toolbar > * > * {
  margin-left: 0;
  flex: 1;
  float: none;
}
.calendar-view .fc-weekGridButton-button,
.calendar-view .fc-monthGridButton-button,
.calendar-view .fc-nextButton-button {
  margin-left: 0.75em !important;
}
.calendar {
  margin: auto;
  height: 100%;
  background: #ffffff;
}
.capture-photo-container {
  border: 3px dashed #c8c8c8;
  width: 100%;
  height: 28rem;
  margin: auto;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.capture-photo-container .photo-placeholder-text {
  font-size: 2.4rem;
  color: "#43484D";
  margin-top: 2rem;
}
.login-text {
  color: #707070;
}
.login-button {
  background-image: linear-gradient(45deg, #00a185, #53e0db);
  background-repeat: repeat-x;
  border: 0;
}
.result-panel {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0;
  margin: 24px 50px 0 50px;
}
@media (max-width: 767.98px) {
  .result-panel {
    margin: 16px;
  }
}
.result-panel .alert {
  margin-bottom: 0;
}
.result-panel .alert-danger {
  background: #f5dfdf;
  border: 1px solid #e27879;
  max-height: 164px;
  overflow: hidden;
}
.result-panel .alert-success {
  background: #e8f3dc;
  border: 1px solid #b4d78e;
}
.result-panel .alert-info {
  background: #e2e7ec;
  border: 1px solid #8aa8c1;
}
.result-panel .alert-warning {
  background: #fdecd1;
  border: 1px solid #fcc77d;
}
.result-panel .cell {
  word-break: break-word;
}
.result-panel .alert-danger,
.result-panel .alert-success,
.result-panel .alert-info,
.result-panel .alert-warning {
  font: normal normal normal 12px/15px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2c4b68;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
}
.error-component .error-component-image {
  max-width: 300px;
  width: 100%;
}
.error-component .error-component-message {
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
.result-view {
  max-width: 795px;
  padding-top: 5%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .result-view vc-gridcolumn.primary-text-area .primary-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .result-view {
    padding-top: 0;
  }
  .result-view .result-view-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .result-view vc-gridcolumn.primary-text-area .primary-text {
    line-height: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .result-view vc-gridcolumn.primary-text-area .primary-title-mobile {
    margin-bottom: 20px;
    display: block;
    line-height: 42px;
  }
  .result-view vc-gridcolumn.primary-text-area .primary-title-mobile-no-transform {
    margin-bottom: 20px;
    display: block;
    line-height: 42px;
    text-transform: none !important;
  }
  .result-view .result-view-detail vc-contactus > vc-gridsystem {
    padding-bottom: 0;
  }
}
.result-view .title-column {
  padding-top: 32px;
}
.result-view .w-100.row {
  width: auto !important;
}
@media (max-width: 767px) and (orientation: portrait) {
  .error-component .result-view {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .error-component .result-view .primary-text {
    display: block;
    word-wrap: break-word;
  }
}
vc-contactus vc-gridsystem vc-gridcolumn {
  flex-basis: auto;
}
vc-contactus vc-gridsystem .call-us-label {
  color: #2a4a68;
}
.customer-dashboard ng-component {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.customer-dashboard ng-component vc-dashboardcontainer {
  display: flex;
  flex: 1;
  min-height: 0;
}
.customer-dashboard .dashboard-column > * {
  min-height: 0;
}
.customer-dashboard .dashboard-column vc-customercontactdetails .vb-tile-item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information-container-header {
  font: normal normal bold 15px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
#mainview.login-masterview vc-masterflow-uiview .common-execute-page.inner-app {
  top: 0;
}
.common-execute-page {
  text-align: center;
  padding-bottom: 20px;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) and (orientation: portrait) {
  .common-execute-page {
    padding-bottom: 0;
  }
}
.common-execute-page .common-execute-page-resultview-column .result-view > vc-gridcolumn:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-execute-page .common-execute-page-resultview-column .result-view .title-column {
  padding-top: unset;
}
.common-execute-page.inner-app {
  position: fixed;
  top: 62px;
  bottom: 0;
  height: auto;
  z-index: 1040;
  background: url('images/img-illustration-login.png') no-repeat center bottom, linear-gradient(270deg, #3065e6 0%, #123ba8 100%);
  background-size: contain;
}
.common-execute-page.inner-app .content-wrapper {
  margin-top: 78px;
}
.common-execute-page.inner-app .primary-text-area {
  margin-top: 25px;
}
.common-execute-page.inner-app .action-button-area {
  flex: auto;
  margin-bottom: 138px;
}
vc-loginmaster-uiview .common-execute-page {
  width: 100%;
}
@media (min-width: 768px) {
  vc-loginmaster-uiview .common-execute-page .primary-text-area {
    margin-top: 25px;
  }
}
vc-loginmaster-uiview .common-execute-page .action-button-area {
  flex: auto;
  margin-bottom: 138px;
}
.common-execute-page .success-img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .common-execute-page .success-img {
    max-width: 181px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .common-execute-page .information-item-row {
    justify-content: flex-end;
    margin-top: 24px;
  }
}
.common-execute-page .information-container vc-gridcolumn:nth-child(1) {
  padding-left: 0;
  text-align: left;
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
}
.common-execute-page .information-container vc-gridcolumn:nth-child(2) {
  padding-right: 0;
  text-align: right;
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
}
.common-execute-page .information-container vc-information-item:last-child .information-content {
  border-bottom: none !important;
}
.common-execute-page .primary-text-area-customer-onboarding {
  text-align: left !important;
}
.common-execute-page .primary-text-area .primary-text {
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
.common-execute-page .primary-text-area .primary-title {
  text-align: center;
  font: normal normal 900 56px/60px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4a68;
  display: block;
  margin-top: -10px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.common-execute-page .primary-text-area .primary-title:first-letter {
  text-transform: uppercase;
}
.common-execute-page .primary-text-area .primary-title-mobile {
  text-align: center;
  font: normal normal 900 40px/54px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4a68;
  text-transform: lowercase;
}
.common-execute-page .primary-text-area .primary-title-mobile:first-letter {
  text-transform: uppercase;
}
.common-execute-page .primary-text-area .primary-title-mobile-no-transform {
  text-align: center;
  font: normal normal 900 40px/54px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4a68;
  text-transform: none !important;
}
.common-execute-page .primary-text-area .primary-title-customer-onboarding {
  font-family: Nunito, "Segoe UI", Calibri, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 30.01px !important;
  text-align: left !important;
  text-transform: none !important;
  color: #416c9a !important;
}
.common-execute-page .primary-text-area .primary-text-customer-onboarding {
  font-family: Nunito, "Segoe UI", Calibri, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: left !important;
  color: #242424 !important;
}
.common-execute-page .result-view > vc-gridcolumn + vc-gridcolumn .primary-text-area .primary-text {
  word-break: break-word;
  padding-left: 10px;
  padding-right: 10px;
}
.confirm-content-title {
  display: block;
}
.confirm-content-title:first-child {
  margin-bottom: 1.6rem;
  margin-top: 3.4rem;
  font-weight: 600;
  font-size: 2.4rem;
}
vc-information-item.one-item .information-content {
  border-top: 1px solid #dbe4ec;
  padding-top: 12px;
}
.information-content {
  padding-bottom: 12px;
  padding-top: 12px;
}
vc-information-item + vc-information-item .information-content {
  border-top: 1px solid #dbe4ec;
}
vc-information-item .single-line {
  white-space: nowrap !important;
}
vc-information-item .single-line.information-item-value {
  min-width: inherit;
}
.information-item-title {
  color: #373e45;
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  padding-right: 5px;
  text-align: left;
}
.information-text-tool-tip {
  position: absolute !important;
  left: 125px;
}
.information-text-tool-tip-open-account {
  left: 225px !important;
}
.information-item-value {
  color: #373e45 !important;
  text-align: right;
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
}
.bill-payment-transaction .information-item-title {
  padding-left: 15px;
}
.bill-payment-transaction .information-item-value {
  padding-right: 15px;
}
.information-container vc-information-item {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .information-container vc-information-item {
    width: 100%;
  }
  .information-container vc-information-item .information-content .information-item-title {
    text-align: left;
    white-space: nowrap;
  }
}
.information-item-list-2 .information-title-2 {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.information-item-list-2 vc-containerrow .form-group {
  margin-bottom: 32px;
  margin-top: 12px;
  height: auto;
}
.information-item-list-2 vc-containerrow .form-group vc-information-container {
  overflow-y: auto;
  max-height: 272px;
  display: block;
}
.information-item-list-2 vc-containerrow .form-group vc-information-container vc-information-item .information-content {
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.information-item-list-2 vc-containerrow .form-group vc-information-container vc-information-item .information-content .information-item-title {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0px;
  color: #373e45;
}
.information-item-list-2 vc-containerrow .form-group vc-information-container vc-information-item .information-content .information-item-value {
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.information-item-list-2 vc-containerrow .form-group vc-information-container vc-information-item:last-child .information-content {
  padding-bottom: 12px;
}
.bill-payment-gridsystem.payee-list-visible .vc-validation-error {
  display: none;
}
.bill-payment-gridsystem .payee-list-nickname {
  font: normal normal bold 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.bill-payment-gridsystem .payee-list-account-number {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.bill-payment-gridsystem .add-new-payee {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.bill-payment-gridsystem .add-new-payee .fa-plus {
  font-size: 12px;
  margin-right: 2px !important;
}
.bill-payment-gridsystem vc-information-item {
  padding: 0;
}
.bill-payment-gridsystem vc-information-item .information-item-title {
  display: none !important;
}
.bill-payment-gridsystem vc-information-item .information-item-value {
  font-size: 16px !important;
}
.bill-payment-gridsystem .information-content {
  border-bottom: none;
  margin-bottom: 8px;
  border-top: 1px solid #dbe4ec;
  padding-top: 12px;
}
.box-model pdf-viewer canvas {
  width: 100% !important;
}
ng2-pdf-viewer-container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.logoutgrid .table-responsive {
  max-height: 60vh;
}
.logoutgrid .table-responsive table {
  margin-bottom: 0 !important;
}
.logoutgrid tbody {
  display: block;
  max-height: 17vh;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
}
@media (max-width: 577px) {
  .logoutgrid tbody {
    display: block;
    max-height: 22vh;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
  }
}
.logoutgrid thead,
.logoutgrid tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.timer-text {
  font-family: "Montserrat", sans-serif;
  text-anchor: middle;
  font-weight: bold;
  font-size: 10px;
  fill: #242424;
}
.timer-subtitle {
  font-family: "Montserrat", sans-serif;
  text-anchor: middle;
  fill: #242424;
  display: block;
  font-size: 4px;
  font-weight: 600;
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 200px;
  background-size: contain;
  margin-top: 36px;
  margin-bottom: 36px;
}
.circle-point {
  stroke-linecap: butt;
  transform-origin: center;
  transition: 1s linear all;
}
.single-chart {
  width: 200px;
  height: 200px;
  margin: auto;
  justify-content: space-around;
}
.circular-chart {
  display: block;
}
.auto-list {
  display: flex;
}
.auto-list a {
  justify-content: left;
  flex: 1;
}
.auto-list img {
  width: 19px;
  padding-right: 10px;
}
.circle-bg {
  fill: none;
  stroke: #a6d277;
  stroke-width: 2.2;
}
.circle-point {
  fill: #6ebb1f;
  transition: all 0.1s ease 0s;
}
.warning-class .circle-bg {
  stroke: #f5c26b !important;
}
.warning-class .timer {
  color: #f5c26b !important;
}
.warning-class .circle-point {
  fill: #d6a95d !important;
}
.timer-animate .circle {
  transition-delay: 0;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: linear;
}
.timer-animate .circle-point {
  transition-delay: 0;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: linear;
}
.alert-class .circle-bg {
  stroke: #e16666 !important;
}
.alert-class .timer {
  color: #e16666 !important;
}
.alert-class .circle-point {
  fill: #b95555 !important;
}
.none-animation .circle-point {
  transition: none !important;
}
.none-animation .circle {
  transition: none !important;
}
.circle {
  fill: none;
  stroke-width: 2.2;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: progress;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: inherit;
          animation-name: inherit;
}
@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0% 100%;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0% 100%;
  }
}
.circular-chart.orange .circle {
  stroke: #eae8e7;
}
@media (min-width: 768px) {
  .circle,
  .circle-bg {
    stroke-width: 2;
  }
}
vc-grid-view .table thead .vc-datatable-thead-tr,
vc-datagrid .table thead .vc-datatable-thead-tr {
  background: #ffffff;
  color: #2c4b68;
  font-size: 13px;
}
vc-grid-view .table thead .vc-datatable-thead-tr th,
vc-datagrid .table thead .vc-datatable-thead-tr th {
  border-color: #c5d0d9;
  border-width: 1px;
  border-top-color: #c5d0d9;
}
vc-grid-view .table tbody tr + tr,
vc-datagrid .table tbody tr + tr {
  border-top: 1px solid #dbe4ec;
}
vc-grid-view .table tbody tr td.date,
vc-datagrid .table tbody tr td.date {
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: middle;
  width: 32px;
}
vc-grid-view .table tbody tr td.date > div,
vc-datagrid .table tbody tr td.date > div {
  padding-right: 8px;
}
vc-grid-view .table tbody tr td.date > div .text-date,
vc-datagrid .table tbody tr td.date > div .text-date {
  font: normal normal 800 12px/13px Nunito, "Segoe UI", Calibri, sans-serif;
  white-space: pre;
  text-transform: uppercase;
}
vc-grid-view .table tbody tr td.date > div .text-green,
vc-datagrid .table tbody tr td.date > div .text-green {
  font: normal normal 800 12px/13px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #9bc969;
  text-transform: uppercase;
  text-align: center;
}
vc-grid-view .table tbody tr td.date > div .text-blue,
vc-datagrid .table tbody tr td.date > div .text-blue {
  font: normal normal 800 12px/13px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
  text-align: center;
}
vc-grid-view .table tbody tr td.all,
vc-datagrid .table tbody tr td.all {
  vertical-align: middle;
}
vc-grid-view .table tbody tr td.single-line,
vc-datagrid .table tbody tr td.single-line {
  white-space: nowrap !important;
}
vc-grid-view .table tbody tr td .text-bold,
vc-datagrid .table tbody tr td .text-bold {
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  font-weight: bold !important;
}
vc-grid-view .table tbody tr td .text-bold.one-item-end,
vc-grid-view .table tbody tr td .text-light.one-item-end,
vc-datagrid .table tbody tr td .text-bold.one-item-end,
vc-datagrid .table tbody tr td .text-light.one-item-end {
  display: flex;
  align-items: center;
  align-content: center;
  height: 40px;
  justify-content: flex-end;
}
vc-grid-view .table tbody tr td .text-light,
vc-datagrid .table tbody tr td .text-light {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45 !important;
  font-weight: 400 !important;
}
vc-grid-view .table tbody tr td.amount,
vc-datagrid .table tbody tr td.amount {
  vertical-align: middle;
  padding-right: 12px !important;
}
vc-grid-view .table tbody tr td.amount .text-bold,
vc-datagrid .table tbody tr td.amount .text-bold {
  font: normal normal 900 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45 !important;
  padding-right: 0px !important;
}
vc-grid-view .table tbody tr td.icon-row,
vc-datagrid .table tbody tr td.icon-row {
  padding-right: 0px !important;
  width: 10px;
  vertical-align: middle;
}
vc-grid-view .table tbody tr td.icon-row a,
vc-datagrid .table tbody tr td.icon-row a {
  margin-top: -18px !important;
  padding: 0px !important;
  background: none !important;
  box-shadow: none !important;
  left: 0;
  top: 0;
  position: revert;
}
vc-grid-view .table tbody tr td.icon-row a .icon-right-arrow,
vc-datagrid .table tbody tr td.icon-row a .icon-right-arrow {
  background: url('images/navigation-arrow.svg');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  margin-left: -8px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  vc-grid-view .table tbody tr td.icon-row,
  vc-datagrid .table tbody tr td.icon-row {
    position: relative;
    width: 10px;
    padding: 0 !important;
  }
  vc-grid-view .table tbody tr td.icon-row + .vb-expand-column,
  vc-datagrid .table tbody tr td.icon-row + .vb-expand-column {
    display: none;
  }
  vc-grid-view .table tbody tr td.icon-row a,
  vc-datagrid .table tbody tr td.icon-row a {
    margin-top: 0 !important;
    height: 100%;
    position: absolute;
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    left: 0;
  }
  vc-grid-view .table tbody tr td.icon-row a .icon-right-arrow,
  vc-datagrid .table tbody tr td.icon-row a .icon-right-arrow {
    position: relative;
    margin: 0 !important;
  }
}
vc-grid-view .table tbody tr td.word-break,
vc-datagrid .table tbody tr td.word-break {
  word-break: break-word;
}
vc-grid-view vc-radiobutton,
vc-datagrid vc-radiobutton {
  display: block;
}
vc-grid-view vc-radiobutton .custom-control.custom-radio.custom-control-inline,
vc-datagrid vc-radiobutton .custom-control.custom-radio.custom-control-inline {
  margin: 0;
  padding: 0;
}
vc-grid-view vc-radiobutton .custom-control-label::before,
vc-grid-view vc-radiobutton .custom-control-label::after,
vc-datagrid vc-radiobutton .custom-control-label::before,
vc-datagrid vc-radiobutton .custom-control-label::after {
  top: -13px;
  left: 5px;
}
.event-none {
  pointer-events: none !important;
}
vc-accounthistory,
.transaction-history-accountntxnhistory {
  padding-top: 0px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  vc-accounthistory vc-grid-view .table tbody tr td,
  vc-accounthistory vc-datagrid .table tbody tr td,
  .transaction-history-accountntxnhistory vc-grid-view .table tbody tr td,
  .transaction-history-accountntxnhistory vc-datagrid .table tbody tr td {
    word-break: break-word;
  }
}
vc-accounthistory .account-transaction-history-seperator,
.transaction-history-accountntxnhistory .account-transaction-history-seperator {
  width: 17px;
  height: 0px;
  border-bottom: 1px solid #c5d0d9;
  transform: rotate(90deg);
  flex: none;
  order: 1;
  flex-grow: 0;
  padding: 4px;
  margin-left: 50%;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) .col-sm-12 {
  position: initial;
  padding: 0;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) .vb-expand-column:not(:last-child) {
  display: none;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) thead th {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  padding-right: 21px;
  padding-left: 2px !important;
  vertical-align: middle;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) thead th.sorting_disabled {
  padding-right: 21px !important;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) thead th.vb-expand-column {
  background: none;
}
body:not(.backoffice) .dataTables_wrapper .row:not(:first-child):not(:last-child) thead .sorting_desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right 10px;
}
body:not(.backoffice) .dataTables_wrapper .row:not(:first-child):not(:last-child) thead .sorting_asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right 10px;
}
body:not(.backoffice) .dataTables_wrapper .row:not(:first-child):not(:last-child) thead .sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right 10px;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  border: 0;
}
@media (min-width: 768px) {
  .dataTables_wrapper .row:not(:first-child):not(:last-child) tr td {
    padding-left: 2px;
    padding-right: 21px;
  }
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr td.child:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  top: 50%;
  transform: translateY(50%);
  left: -6px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) rotate(-225deg);
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr td.text-right {
  white-space: nowrap;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .parent {
  position: relative;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .child {
  padding: 0;
  position: absolute;
  height: auto;
  width: 75%;
  transform: translateY(-50%) translateY(-25px);
  left: 70px;
  z-index: 400;
  padding-left: 20px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details {
  display: flex;
  flex-wrap: wrap;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details li:nth-child(even):not(:last-child) {
  border-left: 1px solid #efefef;
  padding-left: 10px;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details li:last-child {
  width: 100%;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details li {
  width: 50%;
  padding: 0.5em 0;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details li .dtr-title {
  display: unset;
  min-width: 0;
}
.dataTables_wrapper .row:not(:first-child):not(:last-child) tr .dtr-details li .dtr-data {
  float: right;
  margin-right: 10px;
  white-space: normal;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr th:first-child:before {
  top: 9px;
  left: 4px;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  background: url('images/add_ico.png') no-repeat center center !important;
  color: initial;
  border: 0;
  box-shadow: none;
  content: no-open-quote;
  background-color: #337ab7;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent th:first-child:before {
  background: url('images/delete_ico.png') no-repeat center center !important;
}
.tooltipCss {
  font-size: 24px;
  margin-left: 7px;
  position: absolute;
}
.execute-card-view {
  background-color: white;
  border: 1px solid #e2e2e2;
  max-width: 1250px;
  margin: auto;
  height: 80%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.execute-card-view .success-img {
  max-width: 216px;
  width: 100%;
  height: auto;
}
.execute-card-view .primary-text {
  font-size: 34px;
  line-height: 47px;
  color: #43484d;
}
@media (max-width: 767.98px) {
  .execute-card-view .primary-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.execute-card-view .secondary-text {
  color: #a2abb3;
  font-size: 26px;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .execute-card-view .secondary-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.execute-card-view .secondary-text .title {
  text-align: right !important;
}
.execute-card-view .secondary-text .value {
  margin-left: 10px;
  text-align: left !important;
}
signature-pad canvas {
  border: 1px solid #ced4da;
}
.widget-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem;
  color: #2a4a68;
  line-height: 19px;
}
.widget-container {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-top: 3px solid #2a4a68;
}
.iban-textbox {
  display: flex;
}
.iban-textbox .iban {
  align-self: center;
  margin-right: 1rem;
}
.data-list table.has-columns-hidden .row-detail ul.row-detail-list > li > span {
  text-align: left;
}
vc-menu .menu {
  height: calc(100vh - 56px);
  position: fixed;
  top: 56px;
}
vc-menu .sidebar-menu {
  border-right: 1px solid #808080;
}
@media (max-width: 577px) {
  vc-menu .sidebar-menu {
    display: none;
  }
}
vc-menu .sidebar-menu .inner-menu {
  background-color: #fafafa;
  height: 100%;
  width: 202px;
}
vc-menu .sidebar-menu.toggled .inner-menu {
  width: 58px;
  padding-top: 56px;
}
vc-menu .sidebar-menu.toggled .inner-menu .menu-item-title,
vc-menu .sidebar-menu.toggled .inner-menu .collapse,
vc-menu .sidebar-menu.toggled .inner-menu .menu-searchbox {
  display: none;
  transition: none;
  opacity: 0;
}
vc-menu .sidebar-menu-mobile {
  background-color: rgba(26, 26, 26, 0.8);
}
vc-menu .sidebar-menu-mobile .inner-menu-mobile {
  background-color: #fafafa;
  width: 0;
  height: 100%;
  border-right: 1px solid #808080;
}
vc-menu .sidebar-menu-mobile.show {
  transition: all 0.3s ease;
}
vc-menu .sidebar-menu-mobile.show .inner-menu-mobile {
  width: 280px;
}
@media (min-width: 577px) {
  vc-menu .sidebar-menu-mobile {
    display: none !important;
  }
  .modal-backdrop vc-menu .sidebar-menu-mobile {
    display: none;
  }
}
vc-menu .menu-item-title,
vc-menu .collapse {
  transition: none;
}
vc-menu .menu-searchbox {
  display: flex;
  padding-left: 18px;
  padding-right: 18px;
  height: 56px;
  align-items: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #2a4a68;
}
vc-menu .menu-item {
  display: flex;
}
vc-menu .menu-item:hover img, vc-menu .menu-item:active img {
  filter: invert(100%) saturate(0%) brightness(100%) contrast(300%);
}
vc-menu .menu-item:hover a, vc-menu .menu-item:active a {
  color: white;
  text-decoration: none;
  background-color: #2a4a68;
}
vc-menu .sub-menu-items:hover {
  background-color: #e5ebf1;
  color: #2a4a68;
}
vc-menu .panel-heading {
  width: 100%;
}
vc-menu .panel-heading .menu-item {
  color: #4c5264;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  height: 36px;
}
vc-menu .panel-heading img {
  margin-right: 12px;
  margin-top: -3px;
}
vc-menu .panel-heading .sub-menu-items {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
vc-menu .panel-title a:hover, vc-menu .panel-title a:active {
  text-decoration: none;
}
vc-menu .dropdown-container.is-open > ul {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
vc-menu .dropdown-container.is-open > ul::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
  margin: 2px 2px 2px 0;
}
vc-menu .dropdown-container.is-open > ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}
vc-menu .dropdown-container.is-open > ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #ececec;
}
vc-exportdocument .account-details-btn {
  margin-bottom: 10px;
}
.dashboard-container {
  max-height: 300px;
  overflow: hidden auto;
}
.dashboard-container vc-dashboardproductitem:last-child .dashboard-product-item {
  border-bottom: 0;
}
.dashboard-product-item {
  justify-content: space-between;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  font-size: 13px;
  border-bottom: 1px solid #808080;
}
.product-image {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  border-radius: 50%;
}
.product-primary-header {
  color: #242424;
  margin-right: 10px;
}
.product-primary-header {
  margin-bottom: 0;
}
.value-primary-header {
  font-weight: normal;
  line-height: 14px;
  display: block;
}
.value-sub-header {
  color: #2a4a68;
  font-size: 18px;
  line-height: 24px;
}
.dashboard-footer-wrapper {
  background-color: #808080;
  height: 106px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  color: white;
}
.dashboard-footer-wrapper .action-header {
  font-size: 16px;
  line-height: 22px;
}
.dashboard-footer-wrapper .action-sub-header {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.dashboard-footer-wrapper .action-button {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  line-height: 17px;
}
.dashboard-footer-wrapper .action-button :hover {
  text-decoration: none;
}
.subcampaign-2 {
  background: #d1e7ba url('images/summary-footer-action1.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
}
.subcampaign-1 {
  background: #2c4b68 url('images/summary-footer-action2.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
}
.dashboard-carousel-prev {
  background: white url('images/arrow-left.svg') no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 7px;
}
.dashboard-carousel-next {
  background: white url('images/arrow-right.svg') no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 7px;
}
.application-request-state-wrapper {
  margin: 9px 10px;
}
.application-request-state-wrapper .app-request-state-title {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 5px;
  display: block;
}
.otp-password {
  flex: 1;
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.otp-password .otp-password-input {
  font-size: 25px !important;
  padding: 0 !important;
  color: #3c6d9b !important;
  text-align: center;
  max-width: 50px;
  max-height: 50px;
  border-radius: 10px !important;
}
vc-otpbox .otp-password-wrapper vc-textbox .vc-textbox.is-password .otp-password-input {
  border: 1px solid #c5d0d9 !important;
}
.otp-password-wrapper vc-textbox .vc-textbox {
  display: flex;
  justify-content: center;
}
.flow-navigation {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 0;
  z-index: 2;
}
.flow-navigation .flow-nav-backward,
.flow-navigation .flow-nav-forward {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .flow-navigation > div.row {
    margin: 0px;
  }
  .flow-navigation .flow-nav-forward {
    margin-top: 0 !important;
  }
  .flow-navigation .flow-nav-backward {
    margin-bottom: 12px;
    margin-top: 16px;
  }
}
.flow-navigation .btn i {
  display: none;
}
.flow-navigation .btn span {
  padding-left: 10px;
  padding-right: 10px;
}
.onboarding-agreement {
  width: 100%;
  height: 500px;
  border: none;
}
.account-list-transaction .account-balance-wrapper {
  padding-top: 30px;
}
vc-breadcrumb {
  z-index: 9;
}
vc-loadingskeleton {
  width: 100%;
}
vc-loadingskeleton .skeleton-wrapper {
  width: 100%;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 16px;
}
vc-loadingskeleton .skeleton-wrapper .loading-skeleton {
  background: #f3f5fb;
  height: 15px;
  margin-bottom: 5px;
}
vc-campaignview .slick-dots {
  margin-top: 1rem;
  bottom: auto !important;
}
@media (min-width: 768px) {
  vc-campaignview .slick-dots {
    margin-top: 0;
    bottom: 0px !important;
  }
}
vc-campaignview .slick-dots li {
  margin: 0 -5px;
}
vc-campaignview .slick-dots li button:before {
  opacity: 1;
  color: #9bc969;
}
vc-campaignview .slick-dotted.slick-slider {
  margin-bottom: 25px;
}
vc-captcha-generator .captcha-field {
  position: relative;
  display: flex;
}
vc-captcha-generator .captcha-field vc-textbox {
  flex: 1;
}
vc-captcha-generator .captcha-field .captcha-buttons {
  display: flex;
  position: relative;
  min-width: 119px;
  max-width: 119px;
  flex: 1;
  margin-left: 5px;
}
vc-captcha-generator .captcha-field .captcha-buttons iframe {
  height: 58px;
  width: 119px;
  margin-right: 1px;
  padding: 0;
}
vc-captcha-generator .captcha-field .captcha-buttons iframe body {
  margin: 0;
  padding: 0;
}
vc-captcha-generator .captcha-field .captcha-buttons .refresh-captcha-link {
  display: block;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 131px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url('images/captcha-refresh.svg') no-repeat center;
  background-size: 24px auto;
}
vc-captcha-generator .captcha-field .captcha-buttons .refresh-captcha-link img {
  display: none;
}
vc-processingloader .process-loader {
  height: 100%;
  padding-top: 64px;
  padding-bottom: 66px;
  position: fixed;
  top: 0;
  z-index: 100;
  bottom: 0;
  background: url('images/img-illustration-login.png') no-repeat center bottom, linear-gradient(270deg, #3065e6 0%, #123ba8 100%);
  background-size: 100% 138px;
}
vc-processingloader .process-loader .loader-content-wrapper {
  text-align: center;
  height: 100%;
}
vc-circularspinner.spinner-loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1101;
  zoom: 0.9;
}
vc-circularspinner.quickViewSpinner-loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1101;
  zoom: 0.5;
}
vc-circularspinner .loader {
  position: relative;
  width: 80px;
}
vc-circularspinner .duo {
  height: 20px;
  width: 50px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
}
vc-circularspinner .duo,
vc-circularspinner .dot {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
vc-circularspinner .duo1 {
  left: 0;
}
vc-circularspinner .duo2 {
  left: 30px;
}
vc-circularspinner .dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #d1e7ba;
  position: absolute;
  box-shadow: 0 0 7px 3px rgba(34, 34, 34, 0.1);
}
vc-circularspinner .dot-a {
  left: 0px;
}
vc-circularspinner .dot-b {
  right: 0px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes onOff {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes onOff {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
vc-circularspinner .duo1 {
  -webkit-animation-name: spin;
          animation-name: spin;
}
vc-circularspinner .duo2 {
  -webkit-animation-name: spin;
          animation-name: spin;
  animation-direction: reverse;
}
vc-circularspinner .duo2 .dot-b {
  -webkit-animation-name: onOff;
          animation-name: onOff;
}
vc-circularspinner .duo1 .dot-a {
  opacity: 0;
  -webkit-animation-name: onOff;
          animation-name: onOff;
  animation-direction: reverse;
}
vc-containerrow .form-group {
  margin-bottom: 0px;
}
vc-containerrow .form-group:not(.height-unset) {
  height: auto;
}
vc-containerrow .form-group vc-information {
  position: absolute;
  right: 28px;
  z-index: 99;
}
vc-containerrow .form-group vc-corporate-rolelistdropdown vc-information,
vc-containerrow .form-group vc-accountlistcombo vc-information,
vc-containerrow .form-group vc-enum-dropdown vc-information,
vc-containerrow .form-group vc-corporateuser-list-dropdown vc-information,
vc-containerrow .form-group vc-transactionlist-dropdown vc-information,
vc-containerrow .form-group vc-investmentaccountlistcombo vc-information,
vc-containerrow .form-group vc-goalcategorylist vc-information {
  top: 45px !important;
}
vc-containerrow .form-group .radio-button-list {
  height: auto !important;
  margin-top: -24px !important;
  margin-bottom: 8px !important;
}
vc-containerrow .form-group vc-passwordtextbox vc-information {
  top: 40px;
}
vc-containerrow .form-group vc-textarea vc-information {
  top: 19px;
}
vc-containerrow .form-group vc-datepicker .input-group.information .datepicker-button-group .datepicker-input-button:not(.clear-button) {
  padding-right: 30px;
}
vc-containerrow .form-group vc-datepicker vc-information {
  top: 18px;
  right: 13px;
}
vc-containerrow .form-group vc-radiobuttonlist vc-information,
vc-containerrow .form-group vc-radiobutton vc-information {
  top: -2px;
  right: 0;
  position: relative;
}
vc-containerrow .form-group vc-maskedtextbox vc-information {
  top: 19px;
}
vc-containerrow .form-group vc-corporate-rolelistdropdown .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-accountlistcombo .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-combobox .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-enum-dropdown .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-corporateuser-list-dropdown .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-transactionlist-dropdown .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-textbox .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-investmentaccountlistcombo .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-investmentholdinglistcombo .information-combo .account-list-dropdown-selection .amount,
vc-containerrow .form-group vc-goalcategorylist .information-combo .account-list-dropdown-selection .amount {
  margin-right: 46px !important;
}
vc-containerrow .form-group vc-corporate-rolelistdropdown .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-accountlistcombo .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-combobox .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-enum-dropdown .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-corporateuser-list-dropdown .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-transactionlist-dropdown .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-textbox .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-investmentaccountlistcombo .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-investmentholdinglistcombo .information-combo .select2-selection__arrow,
vc-containerrow .form-group vc-goalcategorylist .information-combo .select2-selection__arrow {
  right: 30px !important;
}
vc-containerrow .form-group vc-corporate-rolelistdropdown vc-information,
vc-containerrow .form-group vc-accountlistcombo vc-information,
vc-containerrow .form-group vc-combobox vc-information,
vc-containerrow .form-group vc-enum-dropdown vc-information,
vc-containerrow .form-group vc-corporateuser-list-dropdown vc-information,
vc-containerrow .form-group vc-transactionlist-dropdown vc-information,
vc-containerrow .form-group vc-textbox vc-information,
vc-containerrow .form-group vc-investmentaccountlistcombo vc-information,
vc-containerrow .form-group vc-investmentholdinglistcombo vc-information,
vc-containerrow .form-group vc-goalcategorylist vc-information {
  top: 16px;
}
vc-containerrow .form-group vc-moneytextbox vc-information {
  top: 28px;
  right: 10px;
}
vc-containerrow .form-group.has-label > vc-information {
  top: -1px;
  right: auto;
  margin-left: 0.75rem;
  line-height: 18px;
}
vc-containerrow .form-group.has-label vc-textbox vc-information {
  top: 49px;
}
vc-containerrow .form-group.radio-button-list:not(.height-unset) {
  height: auto !important;
}
vc-containerrow .form-group.combobox-form-group .select2-selection__arrow {
  right: 32px;
}
vc-cardexpirydate .form-control[readonly] {
  background: #ffffff !important;
}
.chatbot-iframe {
  margin-top: -46px;
}
vc-fileupload .dropzone-area {
  border: 1px dashed #b4b3be;
  border-radius: 4px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 24px 0;
}
vc-fileupload .dropzone-area.locked {
  display: none;
}
vc-fileupload .dropzone-remove-button {
  width: 24px;
  background-size: 28px !important;
  height: 24px;
  background: #d1e7ba url('images/icon-close.svg') no-repeat center center;
  border: none;
  position: absolute;
  border-radius: 50%;
  top: -10px;
  right: -11px;
  z-index: 10;
}
.mobile-camera-background {
  background: transparent !important;
}
.mobile-camera-background vc-breadcrumb {
  display: none;
}
.mobile-camera-background vc-masterflow-uiview {
  padding-bottom: 20px;
}
.text-external-link {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px !important;
  color: #373e45 !important;
  margin-top: 25px;
}
vc-transactionhelpview .transactionhelp-content,
vc-information .transactionhelp-content {
  color: #606989;
}
vc-transactionhelpview .transactionhelp-content .transaction-title,
vc-information .transactionhelp-content .transaction-title {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  text-align: center;
}
vc-transactionhelpview .transactionhelp-content .help-content,
vc-information .transactionhelp-content .help-content {
  text-align: center;
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
vc-transactionhelpview vc-button a,
vc-information vc-button a {
  max-width: revert !important;
}
vc-transactionhelpbox .dropdown.show.transaction-helpbox-dropdown {
  /* Styling for second triangle (border) */
}
vc-transactionhelpbox .dropdown.show.transaction-helpbox-dropdown:after, vc-transactionhelpbox .dropdown.show.transaction-helpbox-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #ffffff;
  bottom: -22px;
  content: "";
  right: 8px;
  position: absolute;
  z-index: 1002;
}
vc-transactionhelpbox .dropdown.show.transaction-helpbox-dropdown:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid;
  border-bottom-color: #e2e2e2;
  bottom: -22px;
  right: 6px;
  z-index: 1001;
}
vc-transactionhelpbox .dropdown-menu {
  margin-top: 27px;
  margin-left: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  width: 350px;
  max-height: 450px;
  overflow: hidden auto;
  background: white;
}
vc-transactionhelpbox .header-info-mobile {
  display: flex;
  width: 24px !important;
  float: right;
}
vc-information .transactionhelp-content {
  font-weight: 600;
  padding: 20px;
}
vc-information .transactionhelp-content .help-content {
  font-size: 12px;
  font-weight: 500;
}
vc-information .dropdown.show.transaction-helpbox-dropdown {
  /* Styling for second triangle (border) */
}
vc-information .dropdown.show.transaction-helpbox-dropdown:after, vc-information .dropdown.show.transaction-helpbox-dropdown:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 10px solid #ffffff;
  bottom: -10px;
  content: "";
  right: 10px;
  position: absolute;
  z-index: 1002;
}
vc-information .dropdown.show.transaction-helpbox-dropdown:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid;
  border-bottom-color: #e2e2e2;
  bottom: -10px;
  right: 8px;
  z-index: 1001;
}
vc-information .dropdown-menu {
  margin-top: 10px;
  margin-left: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  min-width: 250px;
  max-height: 450px;
  overflow: hidden auto;
  background: white;
}
.select-checkbox {
  display: none;
}
vc-listview .list-view-wrapper {
  border: 1px solid #c5d0d9;
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 170px;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  max-height: 500px;
  overflow: hidden auto;
}
vc-listview .list-view-wrapper.full-height {
  height: 100%;
  max-height: 50vh;
}
vc-listview .list-view {
  display: flex;
  flex: 0 !important;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 23px;
  color: #2c4b68;
  border-bottom: 1px solid #c5d0d9;
}
vc-listview .list-view.selected {
  background: #e5ebf1 url('images/icon-check-orange.svg') no-repeat center right 12px;
}
vc-listview .list-view .item-text {
  display: block;
  font-weight: 600;
}
vc-timepicker .input-group-addon {
  padding: 0;
}
.flow-otp-modal .modal-body {
  padding: 0;
}
.flow-otp-modal .modal-body .otp-modal-content {
  margin: 0;
  padding: 24px;
}
vc-passwordtextbox .password-strength-input input.form-control.strength-enabled {
  padding-right: 58px !important;
}
vc-passwordtextbox .password-strength-input + .strength-text {
  position: absolute;
  top: 45px;
  right: 23px;
  font-size: 10px;
  line-height: 1;
}
vc-passwordtextbox .rules-bar-wrapper {
  margin-top: 10px;
}
vc-passwordtextbox .rules-bar-wrapper ul {
  list-style: none;
  padding: 0;
}
vc-passwordtextbox .rules-bar-wrapper ul li {
  padding-top: 5px;
}
vc-passwordtextbox .rules-bar-wrapper ul li img {
  height: 22px;
  width: 22px;
}
vc-passwordtextbox .rules-bar-wrapper ul li span {
  padding-left: 10px;
}
vc-passwordtextbox .strength-bar-wrapper {
  position: absolute;
  top: 65px;
  right: 20px;
  left: 22px;
  height: 2px;
  background: #f6f6fa;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
}
vc-passwordtextbox .strength-bar-item {
  height: 100%;
  width: 32.5%;
  margin-right: 0.8%;
  border-radius: 5px;
  float: left;
  transition: background-color 0.2s, visibility 0.1s;
}
vc-passwordtextbox .strength-bar-item-weak.active {
  background-color: #ff2d55;
}
vc-passwordtextbox .strength-bar-item-medium.active {
  background-color: #ffbf00;
}
vc-passwordtextbox .strength-bar-item-strong.active {
  background-color: #18ce30;
}
vc-transactionhelpview .transactionhelp-content {
  padding: 0;
}
vc-upcomingtransactionsview .upcoming-transactions {
  margin-top: 70px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-list {
  padding: 0 !important;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-list .main-title {
  font: normal normal 800 16px/22px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
  margin-bottom: 20px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-list .title {
  font: normal normal bold 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-list .value {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  margin-bottom: 12px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-dots {
  bottom: auto !important;
  margin-top: 12px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-prev,
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-next {
  top: -20px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-prev::before,
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-next::before {
  width: 12.5px;
  height: 12.5px;
  transform: none;
  margin-top: 0px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-prev {
  transform: rotate(180deg);
  margin-top: -10px;
}
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-prev.slick-disabled,
vc-upcomingtransactionsview .upcoming-transactions vc-carousel .slick-next.slick-disabled {
  display: block !important;
}
@media (min-width: 768px) {
  .txn-footer-text,
  vc-gridsystem {
    padding-left: 50px;
    padding-right: 50px;
  }
  vc-gridsystem {
    overflow-x: hidden;
  }
  ng-component > vc-gridsystem:first-child {
    overflow: inherit;
  }
  .flow-navigation {
    margin-left: 50px;
    margin-right: 50px;
  }
  .flow-navigation:not(.flow-before-login) {
    text-align: right;
  }
  .flow-navigation:not(.flow-before-login) .flow-nav-backward.dbas-btn,
  .flow-navigation:not(.flow-before-login) .flow-nav-forward.dbas-btn {
    display: inline-block;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
  .flow-navigation > .row {
    flex-direction: row;
    justify-content: center;
    padding-top: 24px;
    flex-wrap: inherit;
  }
  .flow-navigation > .row > div,
  .flow-navigation > .row > vc-information-item {
    padding: 0 15px;
    max-width: 373px;
    flex: 1;
  }
  .flow-navigation > .row > div .btn,
  .flow-navigation > .row > vc-information-item .btn {
    margin-bottom: 3px;
  }
  .flow-navigation.flow-before-login > .row {
    padding-bottom: 24px;
  }
  vc-campaignview .slick-list,
  vc-campaignview .slick-track {
    height: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
  }
  vc-campaignview .slick-list vc-gridrow.row,
  vc-campaignview .slick-track vc-gridrow.row {
    align-items: center;
  }
  vc-campaignview .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }
  vc-campaignview .campaignview-wrapper {
    height: 100%;
  }
  vc-campaignview .campaignview-wrapper vc-carousel {
    height: 100%;
    display: block;
  }
  vc-campaignview .campaignview-wrapper .campaign-card-wrapper {
    height: 100%;
    margin: 0;
  }
  .content .slick-dots li {
    margin: 0 -5px;
  }
  .content .slick-dots li.slick-active {
    margin: 0 0;
  }
  .content .slick-dots li button:before {
    opacity: 1;
    color: #9bc969;
  }
  .content .slick-dots li.slick-active button:before {
    content: url('images/icon-slider-active-dot.svg');
    height: 6px;
  }
  .slick-dots li {
    margin: 0 -5px;
  }
  .slick-dots li button:before {
    opacity: 1;
    color: #9bc969;
  }
  vc-selectablebuttonlist.header-tabs-web {
    margin: 0 5px 8px 5px;
    border: 0;
    padding: 0 33% 0 33%;
  }
  vc-selectablebuttonlist.header-tabs-web > .list-wrapper {
    border: 0;
    border-radius: 4px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px !important;
  }
  vc-selectablebuttonlist.header-tabs-web .selectable-button {
    height: auto;
    font: normal normal 800 22px/1 Nunito, "Segoe UI", Calibri, sans-serif !important;
  }
  vc-selectablebuttonlist.header-tabs-web .default {
    background: transparent;
    color: #2c4b68;
    border: 0 !important;
    opacity: 0.8;
    font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  }
  vc-selectablebuttonlist.header-tabs-web .selected {
    border: 0;
    font-size: 15px;
    background: transparent;
    opacity: 1;
  }
  .common-execute-page {
    background: white;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .common-execute-page {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .login-masterview .common-execute-page .d-flex.flex-column {
    background: none;
    padding: 0;
  }
  .common-execute-page .success-img {
    margin-top: 40px;
  }
  .otp-password .otp-password-input {
    padding: 0 !important;
    font: caption;
    font-size: xxx-large !important;
  }
  vc-exportdocument .account-details-btn {
    margin-left: 10px;
  }
  vc-masterflow-uiview .common-execute-page vc-information-item .information-content {
    max-width: 343px;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  vc-cardviewwithcarousel vc-carousel .slick-list {
    padding: 0px 16px !important;
  }
  .flow-navigation {
    margin-top: 24px;
  }
  .flow-navigation > .row {
    flex-direction: column;
    align-items: center;
  }
  .flow-navigation > .row > div,
  .flow-navigation > .row > vc-information-item {
    padding: 0;
    max-width: 373px;
    flex: 1;
    width: 100%;
  }
  .flow-navigation > .row > div .btn,
  .flow-navigation > .row > vc-information-item .btn {
    margin: 12px 0;
    width: calc(100vw - 48px);
    max-width: 100%;
  }
}
@media screen and (min-width: 512px) and (max-width: 992px) {
  .common-execute-page .desktop-result-image-column {
    display: none !important;
  }
  .common-execute-page .desktop-confirm-result {
    max-width: 100%;
    flex-basis: auto;
  }
}
.customer-onboarding .result-view .information-container .information-content {
  justify-content: center !important;
}
.data-list table.has-columns-hidden span.responsiveExpander:before {
  color: #2a4a68 !important;
}
vc-uiviewheader > div > nav {
  display: flex !important;
  align-items: flex-start !important;
  position: absolute !important;
}
vc-selectablebuttonlist.dashboard {
  margin-top: 16px;
  width: 212px;
}
vc-selectablebuttonlist.dashboard.header-tabs-view .selectable-button {
  border: 0;
}
.hide-account-menu > * {
  height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.account-list-gridsystem {
  width: 100%;
}
.account-list-gridsystem .account-list .account-list-row {
  border-bottom: 1px solid #dbe4ec;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.account-list-gridsystem .account-list .account-list-row .account-list-desc {
  display: inline-flex;
  align-items: center;
}
.account-list-gridsystem .account-list .account-list-row .account-list-nickname {
  font: normal normal 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
@media (max-width: 767.98px) {
  .account-list-gridsystem .account-list .account-list-row .account-list-nickname {
    font: normal normal 13px/19px Roboto, "Segoe UI", Calibri, sans-serif;
    color: #373e45;
    display: block;
  }
}
.account-list-gridsystem .account-list .account-list-row .account-list-balance {
  font: normal normal bold 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.account-list-gridsystem .account-list .account-list-row .account-list-account-number {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.account-list-gridsystem .account-list .account-list-row .account-list-selection-column {
  padding-right: 0px !important;
  text-align: right !important;
}
.account-list-gridsystem .account-list .account-list-row .account-list-selection-column vc-checkbox label {
  display: block !important;
  text-align: right;
}
.account-list-gridsystem .account-list .account-list-row .account-list-selection-column vc-checkbox label .checkbox-view {
  margin-right: -8px !important;
}
.account-list-gridsystem .account-list .account-list-row .account-list-selection-column vc-radiobutton .custom-radio {
  margin-right: -18px !important;
}
.account-list-gridsystem .account-list .account-list-row.account-list-row-no-border {
  border-bottom: none;
}
.account-list-gridsystem .account-list-search-and-done {
  display: flex;
  justify-content: flex-end;
}
.account-list-gridsystem .account-list-search-and-done vc-imagebutton {
  float: left;
  display: flex;
  width: 44px;
}
.account-list-gridsystem .account-list-search-and-done vc-button {
  display: flex;
}
.account-list-gridsystem .account-list-search-and-done vc-button a {
  min-width: 72px !important;
  height: 27px !important;
  width: 72px !important;
  margin: 0;
}
.payee-list-gridsystem {
  width: 100%;
}
.payee-list-gridsystem .payee-list .payee-list-row {
  border-bottom: 1px solid #dbe4ec;
  margin-bottom: 20px;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-nickname {
  font: normal normal bold 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-account-number {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  display: block;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-selection-column {
  padding-right: 0px !important;
  text-align: right !important;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-selection-column vc-checkbox label {
  display: block !important;
  text-align: right;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-selection-column vc-checkbox label .checkbox-view {
  margin-right: -8px !important;
}
.payee-list-gridsystem .payee-list .payee-list-row .payee-list-selection-column vc-radiobutton .custom-radio {
  margin-right: -18px !important;
}
.payee-list-gridsystem .payee-list .payee-list-row.payee-list-row-no-border {
  border-bottom: none;
}
.payee-list-gridsystem .payee-list-search-and-done {
  display: flex;
  justify-content: flex-end;
}
.payee-list-gridsystem .payee-list-search-and-done vc-imagebutton {
  float: left;
  display: flex;
  width: 44px;
}
.payee-list-gridsystem .payee-list-search-and-done vc-button {
  display: flex;
}
.payee-list-gridsystem .payee-list-search-and-done vc-button a {
  min-width: 72px !important;
  height: 27px !important;
  width: 72px !important;
  margin: 0;
}
.custom-dropdown-list-gridsystem {
  width: 100%;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item + .custom-dropdown-list-item {
  border-top: 1px solid #dbe4ec;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column {
  padding-right: 0px !important;
  text-align: right !important;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column vc-checkbox label {
  display: block !important;
  text-align: right;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column vc-checkbox label .checkbox-view {
  margin-right: -8px !important;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column vc-radiobutton .custom-radio {
  margin-right: -18px !important;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column vc-radiobutton .custom-radio .custom-control-label::after, .custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .selection-column vc-radiobutton .custom-radio .custom-control-label::before {
  margin-top: -12px !important;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .title-column {
  display: flex;
  align-items: center;
}
.custom-dropdown-list-gridsystem .custom-dropdown-list-item .custom-dropdown-list-row .title-column vc-label {
  font: normal normal bold 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
}
.accountTxnExport vc-exportdocument .custom-dropdown-list-gridsystem vc-gridrow.custom-dropdown-list-item .custom-dropdown-list-row > vc-gridcolumn {
  padding-top: 15px;
  padding-bottom: 15px;
}
.accountTxnExport vc-exportdocument .custom-dropdown-list-gridsystem vc-gridrow.custom-dropdown-list-item .custom-dropdown-list-row > vc-gridcolumn vc-radiobutton .custom-radio .custom-control-label::before, .accountTxnExport vc-exportdocument .custom-dropdown-list-gridsystem vc-gridrow.custom-dropdown-list-item .custom-dropdown-list-row > vc-gridcolumn vc-radiobutton .custom-radio .custom-control-label::after {
  margin-top: 0 !important;
}
.backoffice vc-containerrow .form-group {
  height: auto;
}
.backoffice vc-flownavigation .row {
  padding-top: 1rem;
}
.backoffice vc-flownavigation .flow-nav-backward {
  background-color: transparent !important;
  border-color: #606989;
  color: #606989 !important;
}
.backoffice div.configurationParameterDescriptionColumn {
  max-width: 200px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.backoffice div.resourceListColumnBreakWord {
  max-width: 350px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.backoffice td.resourceListColumnBreakWord {
  word-break: break-word;
}
.transferRate-label {
  height: auto !important;
}
.transferRate-label vc-information-item {
  padding: unset;
}
.transferRate-label vc-information-item .information-content {
  border-bottom: none;
}
.transferRate-label vc-information-item .information-content div {
  font-size: 18px;
}
vc-gridsystem.common-confirm {
  padding-top: 0;
}
vc-gridsystem.common-confirm .information-container-header {
  margin-bottom: 5px;
}
.common-confirm vc-paymentlistconfirm .information-content,
.common-execute-page vc-paymentlistconfirm .information-content {
  border-bottom: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.common-confirm vc-paymentlistconfirm .pay-from .information-content,
.common-execute-page vc-paymentlistconfirm .pay-from .information-content {
  margin-bottom: 12px;
  border-bottom: 1px solid #434a5e;
}
.common-confirm vc-paymentlistconfirm .payment-list,
.common-execute-page vc-paymentlistconfirm .payment-list {
  border-bottom: 1px solid #434a5e;
  margin-bottom: 12px;
}
.common-confirm vc-paymentlistconfirm .payment-list:last-child,
.common-execute-page vc-paymentlistconfirm .payment-list:last-child {
  border-bottom: none !important;
}
.common-confirm vc-paymentlistconfirm .d-flex.flex-column,
.common-execute-page vc-paymentlistconfirm .d-flex.flex-column {
  padding-bottom: 0px;
}
.common-confirm.bill-payment-transaction .content-wrapper,
.common-execute-page.bill-payment-transaction .content-wrapper {
  margin-top: 0px !important;
}
.preview-estatement-collapse .row.collapse,
.preview-estatement-collapse .row.collapsing {
  margin: 0;
  width: 100%;
  background: #eff0f1;
  margin-bottom: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px 0px;
}
.preview-estatement-collapse .row.collapse vc-gridcolumn,
.preview-estatement-collapse .row.collapsing vc-gridcolumn {
  padding: 16px 8px;
}
.preview-estatement-collapse .row.collapse vc-gridcolumn vc-label.statement-item-label span,
.preview-estatement-collapse .row.collapsing vc-gridcolumn vc-label.statement-item-label span {
  cursor: pointer;
  color: #4a78a1;
  display: inline-block;
  font: normal normal bold 14px/13px Roboto, "Segoe UI", Calibri, sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #4a78a1;
}
.preview-estatement-collapse .row.collapse vc-gridcolumn vc-label.statement-item-label.statement-downloaded span,
.preview-estatement-collapse .row.collapsing vc-gridcolumn vc-label.statement-item-label.statement-downloaded span {
  color: #9cc86e;
  border-bottom: 1px solid #9cc86e;
}
.preview-estatement-collapse .row.collapse vc-gridcolumn vc-label.statement-empty-label span,
.preview-estatement-collapse .row.collapsing vc-gridcolumn vc-label.statement-empty-label span {
  color: #4a78a1;
  display: inline-block;
  font: normal normal bold 14px/13px Roboto, "Segoe UI", Calibri, sans-serif;
  padding-bottom: 2px;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper {
  border-radius: 4px;
  background-color: #2c4b68;
  margin-top: 12px;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper .vc-gridrow-header {
  margin: 20px 16px;
  color: white;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper .vc-gridrow-header::before {
  content: " ";
  background: url('images/icon-minus-white.svg') no-repeat center bottom;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 32px;
  margin-top: -12px;
  cursor: pointer;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper.collapsed {
  margin-top: 12px;
  background: white;
  border-radius: 4px;
  border: 1px solid #dbe4ec;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper.collapsed .vc-gridrow-header {
  margin: 20px 16px;
  color: #2c4b68;
}
.preview-estatement-collapse .vc-gridrow-header-wrapper.collapsed .vc-gridrow-header::before {
  content: " ";
  background: url('images/icon-plus-blue.svg') no-repeat center bottom;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 32px;
  margin-top: -4px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ng-component > vc-gridsystem:first-child {
    height: auto !important;
  }
  vc-gridsystem.beneficiary-list-transaction {
    padding-top: 0px !important;
  }
  vc-gridsystem.beneficiary-list-transaction > .d-flex {
    display: inline !important;
  }
  vc-gridsystem.logout-transaction-gridsystem.desktop {
    height: 100% !important;
  }
  vc-gridsystem.common-execute-page.error-component vc-createservicerequest vc-gridsystem > .d-flex {
    display: inline !important;
  }
  vc-grid-view .table-responsive,
  vc-datagrid .table-responsive {
    overflow-x: hidden;
  }
  vc-resultview {
    width: 100%;
    position: relative;
  }
}
.ui-datepicker-current {
  display: none;
}
vc-linkbutton a span {
  color: #2476c9;
}
vc-label.security-details-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #2a4a68;
}
.custom-livechat .LPMcontainer.LPMoverlay {
  display: none !important;
}
vc-secure-label vc-gridrow {
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  vc-contentdetail-contactus {
    display: block;
    padding: 0 18px;
  }
  vc-contentdetail-contactus .content-detail-column {
    margin-top: 32px;
  }
  vc-contentdetail-contactus .content-detail-column:nth-child(2) {
    width: 272px;
    max-width: 272px;
  }
  vc-secure-label {
    display: block;
  }
  vc-secure-label vc-gridrow {
    text-align: center;
  }
  .LPMcontainer.LPMoverlay {
    display: none !important;
  }
  .lp_desktop .lp-window-root > .lp_floating {
    margin-bottom: 35px !important;
  }
  .live-chat-menu {
    display: flex !important;
  }
  .log-out-menu {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .LPMcontainer.LPMoverlay {
    margin: auto 10px 70px auto !important;
  }
  .live-chat-menu {
    display: none !important;
  }
  .log-out-menu {
    display: none !important;
  }
}
.maintenance-popup .modal-content-class {
  height: 100vh !important;
}
.maintenance-popup .modal-content-class .modal-body {
  max-height: none !important;
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 100vh;
}
.connection-popup .modal-backdrop {
  z-index: 1105 !important;
}
.connection-popup .modal {
  z-index: 1106 !important;
}
.header-image-letter {
  background-color: #9bc969;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  color: white;
}
.header-image-letter span {
  display: inline-block;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secure-image-letter {
  background-color: red;
  cursor: pointer;
  font-size: 13px !important;
  padding: 2px;
  border-radius: 50%;
  border: solid 1px;
  height: 14px;
  position: relative;
  top: 8px;
  margin-left: -14px;
  color: white;
}
.secure-image-letter span {
  width: 8px;
  height: 7px !important;
  display: flex;
  font-size: 8px !important;
  align-items: center;
  justify-content: center;
}
.secure-menu-letter {
  background-color: red;
  cursor: pointer;
  font-size: 13px !important;
  padding: 2px;
  border-radius: 50%;
  border: solid 1px;
  height: 14px;
  position: absolute;
  top: -6px;
  right: 21px;
  color: white;
}
.secure-menu-letter span {
  width: 8px;
  height: 7px !important;
  display: flex;
  font-size: 8px !important;
  align-items: center;
  justify-content: center;
}
.header-image-first {
  background-color: #9bc969;
  cursor: pointer;
  font-size: 35px;
  padding: 36px;
  border-radius: 50%;
  position: relative;
  top: 35px;
  color: white;
}
.header-image-first span {
  display: inline-block;
  padding-top: 2px;
}
.mobile-secondary-button {
  background: transparent !important;
  border-color: #9bc969 !important;
}
.biometric-image {
  height: 120px;
}
.enable-password {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.enable-password vc-gridcolumn .biometric-login {
  font-size: 15px !important;
}
.enable-firstlevel-button {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dbe4ec;
}
.enable-firstlevel-button .header-left-side {
  width: 100%;
}
.enable-firstlevel-button .icon-back {
  margin-top: 2px !important;
}
.enable-firstlevel-button .header-center {
  padding: 0 !important;
}
.enable-firstlevel-button span {
  font-size: 17px;
}
.common-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.55);
}
.profile-header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-30 {
  font-size: 30px;
}
.alter-label-1 {
  font: normal normal 800 16px/22px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.19px;
  color: #2a4a68;
}
.alter-label-2 {
  font: normal normal 800 16px/16px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.16px;
  color: #2a4a68;
}
.icon-buttons-wrapper vc-imagebutton span {
  width: auto !important;
}
.hidden-view {
  display: none !important;
}
vc-accounthistory .no-transactions-found-landing-page .landing-page-no-transaction-text {
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  opacity: 1;
}
vc-accounthistory .no-transactions-found-landing-page .landing-page-all-transactions-title {
  font: normal normal 800 20px/20px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #4a78a1;
  opacity: 1;
}
.account-detail-transaction .card-container {
  overflow-x: hidden;
}
.card-button-accesibility {
  position: absolute;
  top: 31px;
  left: calc(50% - 150px);
  width: 300px;
  height: 150px;
  opacity: 0;
  z-index: -999;
}
vc-accountquickactionbuttons {
  display: flex;
  flex: 1;
}
vc-accountquickactionbuttons vc-div vc-imagebutton {
  width: auto;
}
vc-accountquickactionbuttons vc-div vc-imagebutton span {
  height: 30px;
}
vc-accountquickactionbuttons vc-div vc-imagebutton.pay-bills-button span {
  padding-top: 7.5px;
}
@media (min-width: 768px) {
  vc-accountquickactionbuttons vc-div {
    width: 343px;
    max-width: 343px;
  }
}
@media screen and (min-width: 512px) and (max-width: 767px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons vc-div {
    max-width: 380px !important;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons vc-div {
    max-width: 80%;
  }
}
@media (min-width: 361px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons vc-div vc-imagebutton {
    width: 99px;
  }
}
@media (max-width: 360px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons vc-div vc-imagebutton:first-child {
    margin-left: 20px;
  }
  .dashboard.accounts-wrapper vc-accountquickactionbuttons vc-div vc-imagebutton:nth-child(2) {
    margin-left: 30px;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons .transfer-money-button {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .dashboard.accounts-wrapper vc-accountquickactionbuttons .transfer-money-button {
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  .account-detail-transaction vc-accountquickactionbuttons vc-div vc-imagebutton:not(:last-child) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .account-detail-transaction vc-accountquickactionbuttons vc-div {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin: auto;
  }
}
.accounts-wrapper .slick-prev {
  left: 50%;
  right: auto !important;
  margin-left: -180px;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  .accounts-wrapper .slick-prev {
    margin-left: -48.5%;
  }
}
@media screen and (min-width: 440px) {
  .accounts-wrapper .slick-prev {
    margin-left: -46.5%;
  }
}
@media screen and (min-width: 575px) {
  .accounts-wrapper .slick-prev {
    margin-left: -210px;
  }
}
@media screen and (max-width: 320px) {
  .accounts-wrapper .slick-prev {
    margin-left: -160px;
  }
}
.accounts-wrapper .slick-next {
  right: 50%;
  left: auto !important;
  margin-right: -180px;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  .accounts-wrapper .slick-next {
    margin-right: -48.5%;
  }
}
@media screen and (min-width: 440px) {
  .accounts-wrapper .slick-next {
    margin-right: -46.5%;
  }
}
@media screen and (min-width: 575px) {
  .accounts-wrapper .slick-next {
    margin-right: -210px;
  }
}
@media screen and (max-width: 320px) {
  .accounts-wrapper .slick-next {
    margin-right: -160px;
  }
}
@media (min-width: 512px) and (max-width: 1024px) and (orientation: portrait) {
  .col-4.left-panel.subpage {
    display: none !important;
  }
  body.vcaas-mobile-body #mainview .content .content-inner.content-flow {
    margin-left: auto;
    margin-right: auto;
  }
}
.terms-conditions vc-label,
.terms-conditions span {
  display: inline;
}
.locknblock .card-list-menu .slick-next {
  left: auto;
  right: 0;
}
.locknblock .card-list-menu vc-gridcolumn {
  position: relative;
}
.locknblock .card-list-menu vc-gridcolumn.col-md-1 {
  padding: 0;
}
@media (max-width: 991.98px) {
  .locknblock .card-list-menu .slick-next {
    left: auto;
    right: 3%;
    z-index: 900;
  }
  .locknblock .card-list-menu vc-gridrow.row vc-gridcolumn.col-md-1 {
    min-width: 60px;
    max-width: 60px;
  }
  .locknblock .card-list-menu vc-gridrow.row vc-gridcolumn.col-md-11 {
    flex: 1;
    padding: 0;
  }
}
.locknblock .form-group {
  min-height: 0;
  padding: 0;
  margin: 0 !important;
}
.locknblock .form-group .onoffswitch-container,
.locknblock .form-group .onoffswitch {
  margin: 0;
}
.min-w-100 {
  min-width: 100px;
}
.return-button {
  margin-top: 30px;
}
.return-button-text {
  margin-top: 30px;
}
.return-button-text .button-text {
  text-transform: none !important;
}
@media (max-width: 767.98px) {
  .BiometricAuthenticationManagementTransaction #mainView .content .content-inner {
    height: 100%;
  }
}
.device-row-right,
.device-row-right vc-label,
.device-row-right vc-label span {
  text-align: right;
  font-weight: bold;
}
.combobox-with-image {
  display: inline;
}
.combobox-with-image img {
  padding-right: 8px;
  height: 22px;
}
@media (max-width: 767px) {
  .select2-container--open .combobox-with-image {
    display: flex;
    align-items: center;
  }
}
.geographicIPConfiguration .alert-column {
  padding: 0;
}
.geographicIPConfiguration .alert-column .alert-info {
  margin-bottom: 30px !important;
  background: #e2e7ec;
  border: 1px solid #8aa8c1;
  font: normal normal normal 12px/15px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2c4b68;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
}
.geographicIPConfiguration .alert-column .alert-warning {
  margin-bottom: 30px !important;
  background: #fdecd1;
  border: 1px solid #fcc77d;
  font: normal normal normal 12px/15px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2c4b68;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
}
.geographicIPConfiguration .alert-column .alert-content {
  min-height: auto !important;
}
.unread-message-indicator {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #e47777;
  top: 0;
  right: 0;
  border-radius: 50%;
  z-index: 1051;
  border: 1px solid white;
}
.alert-information-component {
  padding: 0 3rem 3rem 3rem !important;
}
vc-customeronboarding-personelinformation vc-maskedtextbox .floatingPlaceholder.maskHolder {
  left: 16px !important;
}
.edit-icon-size-onboarding {
  font-weight: 20px !important;
}
.onboarding-address-textbox {
  border: 1px solid #c5d0d9 !important;
  min-height: 58px !important;
  padding: 0 !important;
  padding-top: 10px !important;
  margin: 0px !important;
  background-color: white;
}
.onboarding-disabled-address-textbox {
  background-color: white !important;
  padding: 20px 30px 0px 15px !important;
}
.onboarding-address-textbox-clear-icon {
  width: 24px;
  font-size: 0;
  background: url('menu-close-button.60c801292ed60332bfd0.svg') no-repeat center;
  background-size: 24px auto;
  height: 40px;
  right: 5px !important;
  cursor: pointer !important;
}
.onboarding-cdic-logo {
  width: 140px;
}
.m-w-95 {
  min-width: 95%;
}
.bottom-seperator {
  border-bottom: 1px solid #dbe4ec;
}
.standard-margin-top {
  margin-top: 12px !important;
}
.standard-padding-top {
  padding-top: 12px !important;
}
.standard-margin-left {
  margin-left: 12px !important;
}
.standard-padding-left {
  padding-left: 12px !important;
}
.standard-margin-right {
  margin-right: 12px !important;
}
.standard-padding-right {
  padding-right: 12px !important;
}
.standard-margin-bottom {
  margin-bottom: 12px !important;
}
.standard-padding-bottom {
  padding-bottom: 12px !important;
}
.standard-over-margin-top {
  margin-top: 18px !important;
}
.standard-over-padding-top {
  padding-top: 18px !important;
}
.standard-over-margin-left {
  margin-left: 18px !important;
}
.standard-over-padding-left {
  padding-left: 18px !important;
}
.standard-over-margin-right {
  margin-right: 18px !important;
}
.standard-over-padding-right {
  padding-right: 18px !important;
}
.standard-over-margin-bottom {
  margin-bottom: 18px !important;
}
.standard-over-padding-bottom {
  padding-bottom: 18px !important;
}
.standard-double-margin-top {
  margin-top: 24px !important;
}
.standard-double-padding-top {
  padding-top: 24px !important;
}
.standard-double-margin-left {
  margin-left: 24px !important;
}
.standard-double-padding-left {
  padding-left: 24px !important;
}
.standard-double-margin-right {
  margin-right: 24px !important;
}
.standard-double-padding-right {
  padding-right: 24px !important;
}
.standard-double-margin-bottom {
  margin-bottom: 24px !important;
}
.standard-double-padding-bottom {
  padding-bottom: 24px !important;
}
.dashboard-content-detail-margin-top {
  margin-top: 32px !important;
}
.dashboard-content-detail-padding-top {
  padding-top: 32px !important;
}
.dashboard-content-detail-margin-left {
  margin-left: 32px !important;
}
.dashboard-content-detail-padding-left {
  padding-left: 32px !important;
}
.dashboard-content-detail-margin-right {
  margin-right: 32px !important;
}
.dashboard-content-detail-padding-right {
  padding-right: 32px !important;
}
.dashboard-content-detail-margin-bottom {
  margin-bottom: 32px !important;
}
.dashboard-content-detail-padding-bottom {
  padding-bottom: 32px !important;
}
.adobe-analytics-cookiepolicy-container {
  z-index: 999;
  display: flex;
  width: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: inherit;
}
.adobe-analytics-cookiepolicy-container .cookiepolicy .featurescontainer .cmp-container,
.adobe-analytics-cookiepolicy-container .cookiepolicy .cmp-container,
.adobe-analytics-cookiepolicy-container .featurescontainer .cookiepolicy .cmp-container {
  background-color: #fff;
  box-shadow: 0 0 8px #2c4b68;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 9pt;
  border-top-right-radius: 9pt;
}
.icon-wrapper {
  vertical-align: middle !important;
  width: 35px;
}
.icon-wrapper.icon-wrapper-dropdown {
  min-width: 50px !important;
  width: 50px !important;
}
.icon-wrapper .icon-circle {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  max-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5e9c0;
  color: #2a4a68;
}
.icon-wrapper .icon-circle-dashed {
  border: 1.4px solid #89a8c2;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  max-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f9fb;
  color: #89a8c2;
  border-style: dashed;
}
.budget-list-name {
  font: normal normal normal 18px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  font-weight: 700;
  color: #3c6d9b;
}
.iphone_icon-image {
  width: 15px !important;
  margin-left: 10px !important;
}
.watch_icon-image {
  width: 15px !important;
  margin-left: 10px !important;
}
@media (max-width: 767.98px) {
  vc-gridsystem.noncloanapplication-gridsystem {
    padding-top: 0px;
  }
}
.transfertownaccounttransaction .help-content {
  text-align: justify !important;
  margin-bottom: 24px;
  font-weight: 400 !important;
}
.transfertownaccounttransaction .transaction-title {
  padding-bottom: 12px !important;
  padding-top: 30px !important;
}
.tooltip-customeronboardingtransaction .modal-body {
  height: auto;
  min-height: 150px;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  padding-top: 15px;
}
vc-gridrow.dragging {
  background-color: #fff !important;
  z-index: 1020;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  right: 15px;
}
.rowPlaceholder.quickViewAccountListPlaceHolder {
  min-height: 60px;
  margin-top: 1rem;
}
.balancePreviewModal .modal-body {
  text-align: justify !important;
}
vc-linkbutton a.disabled {
  pointer-events: none;
  cursor: pointer;
  opacity: 50%;
}
.dbas-btn {
  height: 46px !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease !important;
  padding: 11px 5px !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  max-width: 343px;
  margin: auto;
  display: flex !important;
  text-align: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background 0.8s;
  align-items: center;
}
@media (min-width: 768px) {
  vc-masterflow-uiview .dbas-btn {
    width: auto;
    min-width: 130px;
  }
}
.dbas-btn:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}
.dbas-btn.btn-icon {
  padding: 13px 5px !important;
}
.dbas-btn.btn-md {
  min-width: 160px;
}
.dbas-btn.btn-primary {
  color: #fff;
  background-color: #2a4a68;
  border-color: #2a4a68;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dbas-btn.btn-primary:hover {
  color: #fff;
  background-color: #1f374d;
  border-color: #1b3044;
}
.dbas-btn.btn-primary:focus, .dbas-btn.btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 101, 127, 0.5);
}
.dbas-btn.btn-primary.disabled, .dbas-btn.btn-primary:disabled {
  color: #fff;
  background-color: #2a4a68;
  border-color: #2a4a68;
}
.dbas-btn.btn-primary:not(:disabled):not(.disabled):active, .dbas-btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b3044;
  border-color: #182a3b;
}
.dbas-btn.btn-primary:not(:disabled):not(.disabled):active:focus, .dbas-btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .dbas-btn.btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(74, 101, 127, 0.5);
}
.dbas-btn.btn-warning {
  color: #212529;
  background-color: #d1e7ba;
  border-color: #d1e7ba;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #ffffff;
}
.dbas-btn.btn-warning:hover {
  color: #212529;
  background-color: #bedd9e;
  border-color: #b8da94;
}
.dbas-btn.btn-warning:focus, .dbas-btn.btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 202, 164, 0.5);
}
.dbas-btn.btn-warning.disabled, .dbas-btn.btn-warning:disabled {
  color: #212529;
  background-color: #d1e7ba;
  border-color: #d1e7ba;
}
.dbas-btn.btn-warning:not(:disabled):not(.disabled):active, .dbas-btn.btn-warning:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #b8da94;
  border-color: #b1d78b;
}
.dbas-btn.btn-warning:not(:disabled):not(.disabled):active:focus, .dbas-btn.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .dbas-btn.btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 202, 164, 0.5);
}
.dbas-btn.btn-remove {
  color: #fff;
  background-color: #bf2f30;
  border-color: #bf2f30;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #ffffff;
}
.dbas-btn.btn-remove:hover {
  color: #fff;
  background-color: #a02728;
  border-color: #962526;
}
.dbas-btn.btn-remove:focus, .dbas-btn.btn-remove.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(201, 78, 79, 0.5);
}
.dbas-btn.btn-remove.disabled, .dbas-btn.btn-remove:disabled {
  color: #fff;
  background-color: #bf2f30;
  border-color: #bf2f30;
}
.dbas-btn.btn-remove:not(:disabled):not(.disabled):active, .dbas-btn.btn-remove:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-remove.dropdown-toggle {
  color: #fff;
  background-color: #962526;
  border-color: #8c2223;
}
.dbas-btn.btn-remove:not(:disabled):not(.disabled):active:focus, .dbas-btn.btn-remove:not(:disabled):not(.disabled).active:focus,
.show > .dbas-btn.btn-remove.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(201, 78, 79, 0.5);
}
.dbas-btn.btn-remove.disabled {
  color: #ffffff;
}
.dbas-btn.btn-action {
  color: #243c56;
  background: #fec26b;
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font: normal normal bold 18px/16px Roboto !important;
  color: #243c56 !important;
  letter-spacing: 0.01px;
}
@media (min-width: 768px) {
  .dbas-btn.btn-action:hover {
    background: #d5e9c0 !important;
    color: #243c56 !important;
    border-color: transparent !important;
  }
}
.dbas-btn.btn-action.disabled, .dbas-btn.btn-action:disabled {
  opacity: 0.25;
}
.dbas-btn.btn-action:not(:disabled):not(.disabled):active, .dbas-btn.btn-action:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-action.dropdown-toggle {
  background-color: #d5e9c0;
  border-color: transparent;
}
.dbas-btn.btn-action.hover-none:focus, .dbas-btn.btn-action.hover-none:hover {
  background: transparent !important;
}
.dbas-btn.btn-outline {
  color: #2c4b68;
  background: #ffffff;
  border-color: #9bc969;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (min-width: 768px) {
  .dbas-btn.btn-outline:hover {
    background: #d1e7ba !important;
    color: #2c4b68 !important;
    border-color: #d1e7ba !important;
  }
}
.dbas-btn.btn-outline.disabled, .dbas-btn.btn-outline:disabled {
  opacity: 0.25;
}
.dbas-btn.btn-outline:not(:disabled):not(.disabled):active, .dbas-btn.btn-outline:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-outline.dropdown-toggle {
  background-color: #ffffff;
  border-color: #9bc969;
}
.dbas-btn.btn-outline-transparent {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (min-width: 768px) {
  .dbas-btn.btn-outline-transparent:hover {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
}
.dbas-btn.btn-outline-transparent.disabled, .dbas-btn.btn-outline-transparent:disabled {
  opacity: 0.25;
}
.dbas-btn.btn-outline-transparent:not(:disabled):not(.disabled):active, .dbas-btn.btn-outline-transparent:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-outline-transparent.dropdown-toggle {
  background-color: transparent;
  border-color: #ffffff;
}
.dbas-btn.btn-link {
  color: #fff;
  background-color: #2a4a68;
  border-color: #2a4a68;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border: none;
  background: none;
}
.dbas-btn.btn-link:hover {
  color: #fff;
  background-color: #1f374d;
  border-color: #1b3044;
}
.dbas-btn.btn-link:focus, .dbas-btn.btn-link.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 101, 127, 0.5);
}
.dbas-btn.btn-link.disabled, .dbas-btn.btn-link:disabled {
  color: #fff;
  background-color: #2a4a68;
  border-color: #2a4a68;
}
.dbas-btn.btn-link:not(:disabled):not(.disabled):active, .dbas-btn.btn-link:not(:disabled):not(.disabled).active,
.show > .dbas-btn.btn-link.dropdown-toggle {
  color: #fff;
  background-color: #1b3044;
  border-color: #182a3b;
}
.dbas-btn.btn-link:not(:disabled):not(.disabled):active:focus, .dbas-btn.btn-link:not(:disabled):not(.disabled).active:focus,
.show > .dbas-btn.btn-link.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(74, 101, 127, 0.5);
}
.dbas-btn.btn-link:hover {
  background: none !important;
  border: none !important;
  color: #2a4a68 !important;
}
.dbas-btn.btn-sm, .btn-group-sm > .dbas-btn.btn {
  height: 30px !important;
  padding: 12px !important;
  min-width: unset !important;
}
.dbas-btn.btn-sm-grid-action {
  font-size: 14px !important;
  height: 35px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  min-width: unset !important;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.button-text {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.button-text i:first-child {
  margin-right: 4px !important;
}
a {
  transition: all 0.3s ease 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
a:hover, a:focus {
  text-decoration: none !important;
}
.btn,
a:link,
button {
  -webkit-tap-highlight-color: rgba(225, 225, 225, 0);
}
a.gridLinkButton {
  color: black;
  text-decoration: underline;
}
a.gridLinkButton:hover {
  text-decoration: underline !important;
  color: black;
}
vc-information-item vc-imagebutton label.text-link-medium-roboto {
  padding-right: 24px;
}
vc-information-item vc-imagebutton img {
  width: 20px;
  position: absolute;
  right: 0;
  top: 20%;
}
vc-information-item vc-imagebutton img + span {
  display: inline-block;
  padding-right: 30px;
}
.form-group.inlineRow .dbas-btn.btn-link {
  padding-top: 0 !important;
}
.checkbox-inline {
  align-items: center;
  display: flex;
}
.checkbox input[type="checkbox"].checkbox + .checkbox-view + .checkbox-text,
.checkbox-inline input[type="checkbox"].checkbox + .checkbox-view + .checkbox-text {
  padding-left: 0;
  text-align: left;
  margin-right: 10px;
  margin-left: 0;
  font: normal normal normal 16px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
label input[type="checkbox"].checkbox + .checkbox-view,
label:hover input[type="checkbox"].checkbox + .checkbox-view {
  background: white !important;
}
label input[type="checkbox"].checkbox:checked + .checkbox-view,
label:hover input[type="checkbox"].checkbox:checked + .checkbox-view {
  background-image: url('images/checkbox-checked.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: "";
  background-size: 15px !important;
}
label input[type="checkbox"].checkbox:checked + .checkbox-view,
label:hover input[type="checkbox"].checkbox:checked + .checkbox-view,
label input[type="checkbox"].checkbox + .checkbox-view,
label:hover input[type="checkbox"].checkbox + .checkbox-view {
  border: 1px solid #c5d0d9;
  padding: 2px;
  border-radius: 4px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkbox-text {
    max-width: 472px;
  }
}
.tooltip-customeronboardingtransaction label {
  display: flex;
  align-items: flex-start !important;
}
.tooltip-customeronboardingtransaction span.checkbox-text {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
}
@-webkit-keyframes comboboxAnimation {
  from {
    max-height: 0px;
  }
  to {
    max-height: 300px;
  }
}
.select2-container.select2-container--open .select2-dropdown {
  border-top: 1px solid #c5d0d9 !important;
  border-left: 1px solid #c5d0d9 !important;
  border-right: 1px solid #c5d0d9 !important;
  border-bottom: 1px solid #c5d0d9 !important;
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.1) !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1105;
  margin-top: -3px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .select2-container.select2-container--open .select2-dropdown {
    z-index: 1105;
  }
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid #c5d0d9 !important;
}
.transparent-combobox .select2-container.select2-container--open .select2-dropdown {
  border-radius: 5px;
  padding-top: 1px;
}
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(-90deg) !important;
}
.select2-container .select2-container--open .select2-selection,
.select2-container .select2-container-active .select2-choice,
.select2-container .select2-container-active .select2-choices {
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.1) !important;
}
.select2-container .select2-results {
  margin: 0;
  max-height: 240px;
}
.transparent-combobox .select2-container .select2-results {
  margin: 0;
}
.select2-container .select2-results li {
  margin: 0;
  padding: 10px 4px 10px 16px;
  cursor: pointer;
  color: #373e45;
  text-align: left;
  font: normal normal normal 18px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
}
.transparent-combobox .select2-container .select2-results li {
  margin: 0;
  padding: 1rem;
  text-align: left;
}
.select2-container .select2-results li.select2-results__option--highlighted {
  background: #e5ebf1;
}
.select2-container .select2-results li.select2-results__option--highlighted .account-list-dropdown-selection,
.select2-container .select2-results li.select2-results__option--highlighted .beneficiary-list-dropdown-results {
  background: url('images/checkbox-checked.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
@media (max-width: 767px) and (orientation: portrait) {
  .select2-container .select2-results li:first-child .account-holder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
  }
}
.select2-container .select2-search {
  padding: 0 0.5rem;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  z-index: 999;
}
.select2-container .select2-search input {
  border: none;
  border-bottom: 0.1rem solid #c5d0d9;
  background: none;
  font-family: inherit;
  color: #2c4b68;
}
.select2-container .select2-search--hide {
  display: none;
}
.combobox-floating .select2-selection__rendered {
  position: absolute;
  top: 28px;
  font: normal normal normal 18px/21px Roboto, "Segoe UI", Calibri, sans-serif !important;
  color: #373e45 !important;
  font-weight: 500;
  left: 14px;
}
.combobox-floating.selected-item .select2-selection__placeholder {
  top: 0px;
  left: -1px;
  font: normal normal normal 18px/21px Roboto, "Segoe UI", Calibri, sans-serif !important;
  color: #373e45 !important;
}
.select2 .select2-selection {
  border-radius: 4px !important;
  min-height: 58px !important;
  line-height: 58px !important;
  border: 1px solid #c5d0d9 !important;
  padding: 0 13px !important;
}
.select2 .select2-selection .select2-selection__rendered {
  text-align: left;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
}
.select2 .select2-selection .select2-selection__arrow {
  border: none;
  background: url('images/navigation-arrow.svg') no-repeat center center;
  filter: none;
  background-size: 8px;
  transform: rotate(90deg);
}
.select2 .select2-selection.select2-selection--multiple {
  height: auto !important;
  padding: 0 0 0 0.5rem !important;
}
.select2 .select2-selection.select2-selection--multiple .select2-search {
  padding: 0 !important;
}
.select2 .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
  padding-left: 0.5rem;
}
.selected-item .select2 .select2-selection .select2-selection__rendered {
  max-width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-item .select2 .select2-selection {
  min-height: 58px !important;
  line-height: 58px !important;
}
.selected-item .select2 .select2-selection__placeholder {
  top: 19px;
  left: 16px;
}
vc-investmentholdinglistcombo .selected-item .select2 .select2-selection {
  min-height: 58px !important;
  line-height: 58px !important;
}
vc-investmentholdinglistcombo .selected-item .select2 .select2-selection__placeholder {
  top: 26px;
  left: 16px;
}
vc-accountlistcombo .selected-item .select2 .select2-selection,
vc-beneficiarycombobox .selected-item .select2 .select2-selection,
vc-investmentaccountlistcombo .selected-item .select2 .select2-selection,
vc-investmentholdinglistcombo .selected-item .select2 .select2-selection,
vc-goalcategorylist .selected-item .select2 .select2-selection {
  min-height: 72px !important;
  line-height: 72px !important;
}
vc-accountlistcombo .select2-selection__placeholder,
vc-beneficiarycombobox .select2-selection__placeholder,
vc-investmentaccountlistcombo .select2-selection__placeholder,
vc-investmentholdinglistcombo .select2-selection__placeholder,
vc-goalcategorylist .select2-selection__placeholder {
  top: 19px;
  left: 16px;
}
.select2-container--disabled .select2-selection.select2-selection--single {
  background-color: #f0efee;
  color: #4b565e !important;
  border: 1px solid #c5d0d9;
}
.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #4b565e !important;
}
.select2-selection.select2-selection--multiple {
  height: auto !important;
  padding: 0 0 0 0.5rem !important;
}
.select2-selection.select2-selection--multiple .select2-search {
  padding: 0 !important;
}
.select2-selection.select2-selection--multiple .select2-search .select2-search__field {
  padding-left: 0.5rem;
}
.menu-secure-box a {
  padding: 0;
  top: -9px;
}
.select2-dropdown .account-list-dropdown-selection,
.select2-dropdown .beneficiary-list-dropdown-results,
.select2-dropdown .saved-bills-dropdown-results,
.select2-container .account-list-dropdown-selection,
.select2-container .beneficiary-list-dropdown-results,
.select2-container .saved-bills-dropdown-results {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  align-items: center;
  line-height: 16px !important;
}
.select2-dropdown .account-list-dropdown-selection > div,
.select2-dropdown .beneficiary-list-dropdown-results > div,
.select2-dropdown .saved-bills-dropdown-results > div,
.select2-container .account-list-dropdown-selection > div,
.select2-container .beneficiary-list-dropdown-results > div,
.select2-container .saved-bills-dropdown-results > div {
  width: 100%;
  text-align: left;
}
.select2-dropdown .account-list-dropdown-selection .account-holder,
.select2-dropdown .account-list-dropdown-selection .beneficiary-nickname,
.select2-dropdown .beneficiary-list-dropdown-results .account-holder,
.select2-dropdown .beneficiary-list-dropdown-results .beneficiary-nickname,
.select2-dropdown .saved-bills-dropdown-results .account-holder,
.select2-dropdown .saved-bills-dropdown-results .beneficiary-nickname,
.select2-container .account-list-dropdown-selection .account-holder,
.select2-container .account-list-dropdown-selection .beneficiary-nickname,
.select2-container .beneficiary-list-dropdown-results .account-holder,
.select2-container .beneficiary-list-dropdown-results .beneficiary-nickname,
.select2-container .saved-bills-dropdown-results .account-holder,
.select2-container .saved-bills-dropdown-results .beneficiary-nickname {
  margin-bottom: 4px;
  color: black;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) and (orientation: portrait) {
  .select2-dropdown .account-list-dropdown-selection .account-holder,
  .select2-dropdown .account-list-dropdown-selection .beneficiary-nickname,
  .select2-dropdown .beneficiary-list-dropdown-results .account-holder,
  .select2-dropdown .beneficiary-list-dropdown-results .beneficiary-nickname,
  .select2-dropdown .saved-bills-dropdown-results .account-holder,
  .select2-dropdown .saved-bills-dropdown-results .beneficiary-nickname,
  .select2-container .account-list-dropdown-selection .account-holder,
  .select2-container .account-list-dropdown-selection .beneficiary-nickname,
  .select2-container .beneficiary-list-dropdown-results .account-holder,
  .select2-container .beneficiary-list-dropdown-results .beneficiary-nickname,
  .select2-container .saved-bills-dropdown-results .account-holder,
  .select2-container .saved-bills-dropdown-results .beneficiary-nickname {
    word-break: break-word;
  }
}
.select2-dropdown .account-list-dropdown-selection .account-type,
.select2-dropdown .beneficiary-list-dropdown-results .account-type,
.select2-dropdown .saved-bills-dropdown-results .account-type,
.select2-container .account-list-dropdown-selection .account-type,
.select2-container .beneficiary-list-dropdown-results .account-type,
.select2-container .saved-bills-dropdown-results .account-type {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  overflow: hidden;
  white-space: nowrap;
}
.select2-dropdown .account-list-dropdown-selection .account-type .separator,
.select2-dropdown .beneficiary-list-dropdown-results .account-type .separator,
.select2-dropdown .saved-bills-dropdown-results .account-type .separator,
.select2-container .account-list-dropdown-selection .account-type .separator,
.select2-container .beneficiary-list-dropdown-results .account-type .separator,
.select2-container .saved-bills-dropdown-results .account-type .separator {
  display: none !important;
}
.select2-dropdown .account-list-dropdown-selection .account-number,
.select2-dropdown .account-list-dropdown-selection .beneficiary-number,
.select2-dropdown .beneficiary-list-dropdown-results .account-number,
.select2-dropdown .beneficiary-list-dropdown-results .beneficiary-number,
.select2-dropdown .saved-bills-dropdown-results .account-number,
.select2-dropdown .saved-bills-dropdown-results .beneficiary-number,
.select2-container .account-list-dropdown-selection .account-number,
.select2-container .account-list-dropdown-selection .beneficiary-number,
.select2-container .beneficiary-list-dropdown-results .account-number,
.select2-container .beneficiary-list-dropdown-results .beneficiary-number,
.select2-container .saved-bills-dropdown-results .account-number,
.select2-container .saved-bills-dropdown-results .beneficiary-number {
  color: #373e45;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
.select2-dropdown .account-list-dropdown-selection .account-image,
.select2-dropdown .account-list-dropdown-selection .bill-image,
.select2-dropdown .beneficiary-list-dropdown-results .account-image,
.select2-dropdown .beneficiary-list-dropdown-results .bill-image,
.select2-dropdown .saved-bills-dropdown-results .account-image,
.select2-dropdown .saved-bills-dropdown-results .bill-image,
.select2-container .account-list-dropdown-selection .account-image,
.select2-container .account-list-dropdown-selection .bill-image,
.select2-container .beneficiary-list-dropdown-results .account-image,
.select2-container .beneficiary-list-dropdown-results .bill-image,
.select2-container .saved-bills-dropdown-results .account-image,
.select2-container .saved-bills-dropdown-results .bill-image {
  margin-right: 14px;
}
.select2-dropdown .account-list-dropdown-selection .bill-image,
.select2-dropdown .beneficiary-list-dropdown-results .bill-image,
.select2-dropdown .saved-bills-dropdown-results .bill-image,
.select2-container .account-list-dropdown-selection .bill-image,
.select2-container .beneficiary-list-dropdown-results .bill-image,
.select2-container .saved-bills-dropdown-results .bill-image {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5d0d9;
  margin-right: 19px;
}
.select2-dropdown .account-list-dropdown-selection .amount,
.select2-dropdown .beneficiary-list-dropdown-results .amount,
.select2-dropdown .saved-bills-dropdown-results .amount,
.select2-container .account-list-dropdown-selection .amount,
.select2-container .beneficiary-list-dropdown-results .amount,
.select2-container .saved-bills-dropdown-results .amount {
  text-align: right;
  font: normal normal normal 18px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  font-weight: 900 !important;
}
@media screen and (max-width: 320px) {
  .select2-dropdown .account-list-dropdown-selection .amount,
  .select2-dropdown .beneficiary-list-dropdown-results .amount,
  .select2-dropdown .saved-bills-dropdown-results .amount,
  .select2-container .account-list-dropdown-selection .amount,
  .select2-container .beneficiary-list-dropdown-results .amount,
  .select2-container .saved-bills-dropdown-results .amount {
    font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
.select2-dropdown .account-list-dropdown-selection .saved-bill-nickname,
.select2-dropdown .beneficiary-list-dropdown-results .saved-bill-nickname,
.select2-dropdown .saved-bills-dropdown-results .saved-bill-nickname,
.select2-container .account-list-dropdown-selection .saved-bill-nickname,
.select2-container .beneficiary-list-dropdown-results .saved-bill-nickname,
.select2-container .saved-bills-dropdown-results .saved-bill-nickname {
  margin-bottom: 6px;
  color: black;
  font-size: 14px;
  font-weight: 600;
}
.select2-dropdown .account-list-dropdown-selection .saved-bill-billername,
.select2-dropdown .beneficiary-list-dropdown-results .saved-bill-billername,
.select2-dropdown .saved-bills-dropdown-results .saved-bill-billername,
.select2-container .account-list-dropdown-selection .saved-bill-billername,
.select2-container .beneficiary-list-dropdown-results .saved-bill-billername,
.select2-container .saved-bills-dropdown-results .saved-bill-billername {
  font-size: 14px;
  margin-bottom: 6px;
  color: #2c4b68;
  font-weight: 600;
}
.select2-dropdown .account-list-dropdown-selection .saved-bill-payeetype,
.select2-dropdown .beneficiary-list-dropdown-results .saved-bill-payeetype,
.select2-dropdown .saved-bills-dropdown-results .saved-bill-payeetype,
.select2-container .account-list-dropdown-selection .saved-bill-payeetype,
.select2-container .beneficiary-list-dropdown-results .saved-bill-payeetype,
.select2-container .saved-bills-dropdown-results .saved-bill-payeetype {
  color: #808080;
  font-weight: 600;
  font-size: 14px;
}
.select2-dropdown .account-list-dropdown-selection .saved-bill-payeeid,
.select2-dropdown .beneficiary-list-dropdown-results .saved-bill-payeeid,
.select2-dropdown .saved-bills-dropdown-results .saved-bill-payeeid,
.select2-container .account-list-dropdown-selection .saved-bill-payeeid,
.select2-container .beneficiary-list-dropdown-results .saved-bill-payeeid,
.select2-container .saved-bills-dropdown-results .saved-bill-payeeid {
  text-align: right;
  color: #808080;
  font-weight: 600;
  font-size: 14px;
}
.select2-dropdown .account-list-dropdown-selection .number,
.select2-dropdown .beneficiary-list-dropdown-results .number,
.select2-dropdown .saved-bills-dropdown-results .number,
.select2-container .account-list-dropdown-selection .number,
.select2-container .beneficiary-list-dropdown-results .number,
.select2-container .saved-bills-dropdown-results .number {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
.select2-dropdown .account-list-dropdown-selection .alias,
.select2-dropdown .beneficiary-list-dropdown-results .alias,
.select2-dropdown .saved-bills-dropdown-results .alias,
.select2-container .account-list-dropdown-selection .alias,
.select2-container .beneficiary-list-dropdown-results .alias,
.select2-container .saved-bills-dropdown-results .alias {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  font-weight: 500 !important;
  margin-top: 0;
}
.select2-dropdown .beneficiary-list-dropdown-selection,
.select2-container .beneficiary-list-dropdown-selection {
  margin-top: 8px;
  line-height: 16px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-dropdown .beneficiary-list-dropdown-selection .beneficiary-nickname,
.select2-container .beneficiary-list-dropdown-selection .beneficiary-nickname {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
.select2-dropdown .beneficiary-list-dropdown-selection .number-of-recipient,
.select2-container .beneficiary-list-dropdown-selection .number-of-recipient {
  font: normal normal medium 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  font-weight: 500 !important;
}
.select2-dropdown .beneficiary-list-dropdown-selection .placeholder,
.select2-container .beneficiary-list-dropdown-selection .placeholder {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
.select2-dropdown .account-list-dropdown-selection .account-holder,
.select2-container .account-list-dropdown-selection .account-holder {
  text-overflow: inherit !important;
  overflow: auto !important;
  white-space: normal !important;
  width: auto !important;
  margin-bottom: 0;
}
.select2-dropdown .account-list-dropdown-selection .account-type,
.select2-container .account-list-dropdown-selection .account-type {
  overflow: auto !important;
  white-space: normal !important;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}
.select2-dropdown .account-list-dropdown-selection .account-type .seperator,
.select2-container .account-list-dropdown-selection .account-type .seperator {
  display: none;
}
.select2-dropdown .account-list-dropdown-selection .amount,
.select2-container .account-list-dropdown-selection .amount {
  white-space: nowrap;
  padding-right: 4px;
}
@media (max-width: 767px) {
  .select2-dropdown .select2-results__options .account-list-dropdown-selection > div:first-child,
  .select2-container .select2-results__options .account-list-dropdown-selection > div:first-child {
    min-width: 60%;
  }
}
li > .account-list-dropdown-selection, li >
.beneficiary-list-dropdown-results {
  padding: 0 20px 0 0px !important;
}
li > .saved-bills-dropdown-results {
  padding: 15px 32px 14px 15px !important;
}
.select2-results__option--highlighted .beneficiary-avatar {
  background-color: #2c4b68;
}
.beneficiary-list-dropdown-results .beneficiary-avatar {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  margin-right: 19px;
}
.beneficiary-list-dropdown-results .beneficiary-avatar span {
  font-size: 16px;
}
li > .beneficiary-list-dropdown-results {
  padding: 14px 5px 14px 16px !important;
}
.select2-selection {
  border-radius: 3px !important;
  min-height: 58px !important;
  color: #2a4a68 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  border: 1px solid #c5d0d9 !important;
}
.transparent-combobox .select2-selection {
  background: transparent !important;
  border-radius: 4px !important;
  border: none !important;
  color: white !important;
  padding: 0 0 0 0 !important;
  min-height: 20px !important;
  line-height: 32px !important;
  font-size: 15px !important;
}
.select2-selection:disabled {
  background-color: #4b565e !important;
}
.select2-selection[readonly] {
  background-color: #e5ebf1 !important;
}
.select2-container--open .select2-selection {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.transparent-combobox .select2-container--open .select2-selection {
  box-shadow: none !important;
}
.select2-selection.select2-selection--single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffffff;
}
.fx-calculator .select2-selection.select2-selection--single {
  padding-left: 13px !important;
}
.select2-selection__arrow b:before {
  display: none !important;
}
.select2-selection__placeholder {
  color: #416c9a;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: -10px;
}
@media (max-width: 768px) {
  .select2-selection__placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
  }
}
.transparent-combobox .select2-selection__arrow {
  background: url('images/icon-arrow-right-white.svg') no-repeat center 0 !important;
  transform: rotate(90deg);
  background-size: 8px 8px !important;
}
.transparent-combobox .select2-selection__rendered {
  margin-right: -23px;
}
.transparent-combobox select.native {
  border-radius: 3px !important;
  min-height: 58px !important;
  line-height: 58px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 0 20px !important;
  background: transparent;
  border-color: transparent !important;
  color: white;
  float: right;
  width: auto;
  -webkit-appearance: inherit;
  background: url('images/icon-arrow-down-white.svg') no-repeat 97% center !important;
}
select.native {
  -webkit-appearance: none;
  border-radius: 3px !important;
  min-height: 58px !important;
  line-height: 58px !important;
  color: #2c4b68;
  font-weight: 400 !important;
  font-size: 14px !important;
  border: 1px solid #c5d0d9 !important;
  padding: 0 20px !important;
  width: 100%;
  background: url('images/icon-arrow-down.svg') no-repeat !important;
  background-position: right 10px center !important;
}
select.native:disabled {
  background-color: #4b565e !important;
}
select.native[readonly] {
  background-color: #4b565e !important;
}
.more-menu-popup.native-dropdown .modal {
  z-index: 1048;
}
.more-menu-popup.native-dropdown .modal-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
  background: white;
  margin-top: 0;
  padding-top: 0;
}
.more-menu-popup.native-dropdown .modal-body .modal-result-content {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
}
.native-dropdown .modal-body {
  overflow: hidden;
  padding-bottom: 0;
}
.native-dropdown .modal-body .modal-result-content {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
  overflow: auto;
}
.native-dropdown .modal-body .modal-result-content .select2-search:not(.select2-search--hide) {
  padding: 0;
  margin: 0 !important;
  display: block;
}
.native-dropdown .modal-body .modal-result-content .select2-search:not(.select2-search--hide) input {
  height: 44px !important;
  padding-left: 30px;
  padding-bottom: 10px;
}
.native-dropdown .select2-container.select2-container--default.select2-container--open {
  display: block !important;
  border: 0 !important;
  border-left: 0 !important;
  width: 100% !important;
  top: calc(62px + env(safe-area-inset-top)) !important;
  left: inherit !important;
}
.native-dropdown .select2-container--open .select2-dropdown.select2-dropdown--below {
  border: 0 !important;
}
.native-dropdown .select2-results {
  max-height: 100% !important;
  background: #ffffff;
  margin: 0;
}
.native-dropdown .select2-drop,
.native-dropdown .select2-dropdown {
  position: relative !important;
  border: 0 !important;
  width: auto !important;
}
.native-dropdown .select2-results__option {
  border-bottom: 1px solid #e3e5eb;
}
@media (min-width: 768px) {
  .select2-container .select2-results {
    margin: 12px 0 0;
  }
  li > .account-list-dropdown-selection, li >
  .beneficiary-list-dropdown-results {
    padding: 0 20px 0 0px !important;
  }
  li > .saved-bills-dropdown-results {
    padding: 12px 42px 12px 12px !important;
  }
}
vc-corporate-rolelistdropdown .select-float-label,
vc-corporateuser-list-dropdown .select-float-label,
vc-transactionlist-dropdown .select-float-label,
vc-enum-dropdown .select-float-label,
vc-combobox .select-float-label {
  position: absolute;
  left: 30px;
  top: 8px;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
@media screen and (max-width: 374px) {
  vc-corporate-rolelistdropdown .select-float-label,
  vc-corporateuser-list-dropdown .select-float-label,
  vc-transactionlist-dropdown .select-float-label,
  vc-enum-dropdown .select-float-label,
  vc-combobox .select-float-label {
    font: normal normal normal 12px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
.select-custom-popup::before {
  border: none;
  background: url('images/navigation-arrow.svg') no-repeat center center;
  filter: none;
  background-size: 8px;
  transform: rotate(90deg);
  content: " ";
  width: 21px;
  height: 21px;
  right: 7px;
  position: absolute;
  top: 16px;
}
.select-custom-popup vc-gridcolumn {
  padding-right: 0px;
}
.select-custom-popup .select-custom-title {
  font: normal normal normal 18px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #416c9a;
  margin-left: 7px;
}
.select-custom-popup .payee-list-custom-value {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 32px);
  display: inline-block;
  white-space: nowrap;
}
.select-custom-popup.floating-label vc-gridcolumn {
  padding-top: 0px !important;
}
.select-custom-popup.floating-label vc-gridcolumn vc-label:first-child {
  display: block;
  line-height: normal;
  margin-top: 8px;
}
.select-custom-popup.floating-label vc-gridcolumn vc-label:first-child span {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif !important;
}
.select-custom-popup.floating-label vc-gridcolumn vc-label:last-child {
  display: block;
  margin-top: -2px;
}
.select-custom-popup.floating-label vc-gridcolumn vc-label:last-child span {
  margin-left: 7px;
  font: normal normal normal 17px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
}
.select-custom-popup.custom-popup-information::before {
  right: 36px;
}
.select-custom-popup.custom-popup-information vc-gridcolumn {
  padding-right: 26px;
}
.select-custom-popup.custom-popup-information vc-information {
  top: 8px !important;
  right: 4px !important;
}
vc-accountlistcombo .placeholder,
vc-investmentaccountlistcombo .placeholder,
vc-investmentholdinglistcombo .placeholder,
vc-goalcategorylist .placeholder {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
vc-accountlistcombo .number,
vc-investmentaccountlistcombo .number,
vc-investmentholdinglistcombo .number,
vc-goalcategorylist .number {
  width: auto;
  color: #373e45 !important;
  font-weight: 500 !important;
}
vc-accountlistcombo .number .separator,
vc-investmentaccountlistcombo .number .separator,
vc-investmentholdinglistcombo .number .separator,
vc-goalcategorylist .number .separator {
  padding-left: 4px;
  padding-right: 4px;
}
vc-accountlistcombo .alias,
vc-investmentaccountlistcombo .alias,
vc-investmentholdinglistcombo .alias,
vc-goalcategorylist .alias {
  width: auto;
  display: flex;
}
vc-cardlist .placeholder {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b !important;
}
vc-cardlist .number {
  color: #373e45 !important;
  font: normal normal normal 18px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  margin-top: 4px;
}
.ui-datepicker {
  padding: 0 !important;
  width: 312px !important;
  opacity: 1;
  z-index: 1051 !important;
  background: #ffffff;
  box-shadow: 0px 4px 14px #00000033;
  border: 1px solid #dbe4ec;
  border-radius: 13px;
}
.ui-datepicker.month-any-year .ui-datepicker-calendar {
  display: none !important;
}
.ui-datepicker.month-any-year .ui-datepicker-header {
  padding-bottom: 12px !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0px 20px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  color: #5b697d !important;
  margin-top: 20px;
  width: auto;
  height: auto;
}
.ui-datepicker-prev {
  left: 22px !important;
  right: auto;
}
.ui-datepicker-prev span {
  margin-top: auto !important;
}
.ui-datepicker-prev span::before {
  background: url('images/navigation-arrow.svg');
  background-repeat: no-repeat;
  content: " ";
  width: 17px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.ui-datepicker-next {
  right: 22px !important;
}
.ui-datepicker-next span {
  margin-top: auto !important;
}
.ui-datepicker-next span::before {
  background: url('images/navigation-arrow.svg');
  background-repeat: no-repeat;
  content: " ";
  width: 17px;
  height: 17px;
  background-size: contain;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #1d3c6d;
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  font: normal normal 800 20px/27px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
  border: none !important;
  margin-top: -8px;
  width: auto;
  -webkit-appearance: none;
  background: #ffffff url('images/Dropdown_down.svg') no-repeat right center !important;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month option, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year option {
  background: #ffffff;
  color: #2c4b68;
  font: normal normal 800 16px/24px Nunito, "Segoe UI", Calibri, sans-serif;
  border: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 130px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-left: 16px;
}
.ui-datepicker tr th {
  color: #8aa7c2;
  font: normal normal bold 13px/22px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0.08px;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background: none !important;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-default.ui-state-hover {
  background: #d1e7ba 0% 0% no-repeat padding-box !important;
  border-radius: 50% !important;
  margin: auto;
  padding: 3px !important;
  font: normal normal bold 20px/30px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px;
  color: #373e45 !important;
}
.ui-state-active {
  font-weight: bold;
}
vc-datepicker .input-group-addon,
vc-cardexpirydate .input-group-addon {
  padding: 0;
}
.datepicker-input-icon {
  position: absolute;
  right: 12px;
  z-index: 20;
  top: 19px;
}
.dropzone,
td:not(.fc-other-month) {
  background-color: transparent;
}
.ui-datepicker td .ui-state-default {
  font: normal normal normal 20px/30px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
}
.datepicker-button-group {
  position: absolute;
  right: 1.4rem;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 20;
}
.datepicker-button-group .datepicker-input-button {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer !important;
}
.datepicker-button-group .datepicker-input-button.clear-button img {
  width: 20px;
}
.ui-datepicker {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ui-datepicker {
    position: fixed !important;
    top: 25% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
}
.scrolly-hidden {
  overflow-y: hidden;
}
@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/password.ttf');
}
.form-group {
  margin-bottom: 8px !important;
  min-height: 78px;
}
.form-group.inlineRow {
  min-height: 0;
}
vc-textbox input,
vc-maskedtextbox input {
  font: normal normal normal 18px/20px Roboto !important;
}
vc-textbox .input-icon,
vc-maskedtextbox .input-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.vc-textbox.is-password input {
  font-family: password !important;
}
.vc-textbox.is-password input::-webkit-input-placeholder {
  font-family: Roboto, "Segoe UI", Calibri, sans-serif;
}
.vc-textbox.is-password input:-ms-input-placeholder {
  font-family: Roboto, "Segoe UI", Calibri, sans-serif;
}
.vc-textbox.is-password input:-moz-placeholder {
  font-family: Roboto, "Segoe UI", Calibri, sans-serif;
}
.vc-textbox.is-password input::-moz-placeholder {
  font-family: Roboto, "Segoe UI", Calibri, sans-serif;
}
.vc-textbox.is-password.revealed input {
  font-family: Roboto, "Segoe UI", Calibri, sans-serif !important;
}
.form-control {
  border-radius: 4px !important;
  min-height: 58px !important;
  font-weight: 400;
  border: 1px solid #c5d0d9 !important;
}
.form-control.transparent {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.form-control.input-with-icon {
  padding-right: 40px;
}
.form-control.semi-transparent {
  background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #ffffff !important;
  height: 40px;
}
.form-control.semi-transparent::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.form-control[readonly] {
  background-color: #e5ebf1;
}
vc-amountbox .local-iban-disabled .form-control,
vc-ibantextbox .local-iban-disabled .form-control {
  border-left: 1px solid #c5d0d9 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding-left: 20px !important;
}
vc-amountbox .form-control,
vc-ibantextbox .form-control {
  padding-left: 16px !important;
}
vc-amountbox .input-group-text,
vc-ibantextbox .input-group-text {
  border: 1px solid #c5d0d9;
  padding-left: 12px;
  padding-right: 12px;
  background: #e5ebf1;
  color: #2a4a68;
}
input:focus,
.form-control:focus {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
input:focus.transparent,
.form-control:focus.transparent {
  box-shadow: none !important;
}
input:focus.semi-transparent,
.form-control:focus.semi-transparent {
  box-shadow: none !important;
}
vc-containerrow .form-group > label {
  font: normal normal bold 16px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #4a78a1;
  margin-bottom: 12px;
}
vc-containerrow .form-group > label.helper-text {
  font-size: 13px;
  color: #808080;
}
.floatingCountryCode {
  position: absolute;
  top: 31px;
  left: 18px;
  color: #373e45;
  font: normal normal normal 18px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  pointer-events: none;
}
.floatingCountryCode.disabled {
  color: #4b565e;
}
.phone-textbox {
  padding-left: 32px !important;
}
vc-textbox .vc-textbox,
vc-datepicker .vc-textbox,
vc-amountbox .vc-textbox,
vc-moneytextbox .vc-textbox,
vc-maskedtextbox .vc-textbox,
vc-phonenumber .vc-textbox,
vc-textarea .vc-textbox {
  position: relative;
}
vc-textbox .vc-textbox .clear-icon,
vc-textbox .vc-textbox .password-icon,
vc-datepicker .vc-textbox .clear-icon,
vc-datepicker .vc-textbox .password-icon,
vc-amountbox .vc-textbox .clear-icon,
vc-amountbox .vc-textbox .password-icon,
vc-moneytextbox .vc-textbox .clear-icon,
vc-moneytextbox .vc-textbox .password-icon,
vc-maskedtextbox .vc-textbox .clear-icon,
vc-maskedtextbox .vc-textbox .password-icon,
vc-phonenumber .vc-textbox .clear-icon,
vc-phonenumber .vc-textbox .password-icon,
vc-textarea .vc-textbox .clear-icon,
vc-textarea .vc-textbox .password-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
vc-textbox .vc-textbox .clear-icon.fa-eye,
vc-textbox .vc-textbox .password-icon.fa-eye,
vc-datepicker .vc-textbox .clear-icon.fa-eye,
vc-datepicker .vc-textbox .password-icon.fa-eye,
vc-amountbox .vc-textbox .clear-icon.fa-eye,
vc-amountbox .vc-textbox .password-icon.fa-eye,
vc-moneytextbox .vc-textbox .clear-icon.fa-eye,
vc-moneytextbox .vc-textbox .password-icon.fa-eye,
vc-maskedtextbox .vc-textbox .clear-icon.fa-eye,
vc-maskedtextbox .vc-textbox .password-icon.fa-eye,
vc-phonenumber .vc-textbox .clear-icon.fa-eye,
vc-phonenumber .vc-textbox .password-icon.fa-eye,
vc-textarea .vc-textbox .clear-icon.fa-eye,
vc-textarea .vc-textbox .password-icon.fa-eye {
  font-size: 0;
  background: url('View.a86479ff2c8f88091c40.svg') no-repeat center;
  background-size: 22px auto;
  width: 58px;
  height: 58px;
  right: 0px;
}
vc-textbox .vc-textbox .clear-icon.fa-eye-slash,
vc-textbox .vc-textbox .password-icon.fa-eye-slash,
vc-datepicker .vc-textbox .clear-icon.fa-eye-slash,
vc-datepicker .vc-textbox .password-icon.fa-eye-slash,
vc-amountbox .vc-textbox .clear-icon.fa-eye-slash,
vc-amountbox .vc-textbox .password-icon.fa-eye-slash,
vc-moneytextbox .vc-textbox .clear-icon.fa-eye-slash,
vc-moneytextbox .vc-textbox .password-icon.fa-eye-slash,
vc-maskedtextbox .vc-textbox .clear-icon.fa-eye-slash,
vc-maskedtextbox .vc-textbox .password-icon.fa-eye-slash,
vc-phonenumber .vc-textbox .clear-icon.fa-eye-slash,
vc-phonenumber .vc-textbox .password-icon.fa-eye-slash,
vc-textarea .vc-textbox .clear-icon.fa-eye-slash,
vc-textarea .vc-textbox .password-icon.fa-eye-slash {
  font-size: 20px;
  color: #2c4b68;
  width: 58px;
  right: 0;
  height: 58px;
  padding: 17px;
}
vc-textbox .vc-textbox.s-has-clear-icon .password-icon,
vc-datepicker .vc-textbox.s-has-clear-icon .password-icon,
vc-amountbox .vc-textbox.s-has-clear-icon .password-icon,
vc-moneytextbox .vc-textbox.s-has-clear-icon .password-icon,
vc-maskedtextbox .vc-textbox.s-has-clear-icon .password-icon,
vc-phonenumber .vc-textbox.s-has-clear-icon .password-icon,
vc-textarea .vc-textbox.s-has-clear-icon .password-icon {
  right: 4rem;
}
vc-textbox .vc-textbox.has-information .clear-icon,
vc-textbox .vc-textbox.has-information .password-icon,
vc-datepicker .vc-textbox.has-information .clear-icon,
vc-datepicker .vc-textbox.has-information .password-icon,
vc-amountbox .vc-textbox.has-information .clear-icon,
vc-amountbox .vc-textbox.has-information .password-icon,
vc-moneytextbox .vc-textbox.has-information .clear-icon,
vc-moneytextbox .vc-textbox.has-information .password-icon,
vc-maskedtextbox .vc-textbox.has-information .clear-icon,
vc-maskedtextbox .vc-textbox.has-information .password-icon,
vc-phonenumber .vc-textbox.has-information .clear-icon,
vc-phonenumber .vc-textbox.has-information .password-icon,
vc-textarea .vc-textbox.has-information .clear-icon,
vc-textarea .vc-textbox.has-information .password-icon {
  right: 4rem;
}
vc-textbox .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-datepicker .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-amountbox .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-moneytextbox .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-maskedtextbox .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-phonenumber .vc-textbox.has-information.s-has-clear-icon .password-icon,
vc-textarea .vc-textbox.has-information.s-has-clear-icon .password-icon {
  right: 6rem;
}
vc-textbox .vc-textbox.has-information input,
vc-datepicker .vc-textbox.has-information input,
vc-amountbox .vc-textbox.has-information input,
vc-moneytextbox .vc-textbox.has-information input,
vc-maskedtextbox .vc-textbox.has-information input,
vc-phonenumber .vc-textbox.has-information input,
vc-textarea .vc-textbox.has-information input {
  padding-right: 35px !important;
}
vc-textbox .vc-textbox .form-control,
vc-datepicker .vc-textbox .form-control,
vc-amountbox .vc-textbox .form-control,
vc-moneytextbox .vc-textbox .form-control,
vc-maskedtextbox .vc-textbox .form-control,
vc-phonenumber .vc-textbox .form-control,
vc-textarea .vc-textbox .form-control {
  background: #ffffff;
  border: 1px solid #c5d0d9;
  border-radius: 4px;
  padding: 16px;
  font: normal normal normal 18px/20px Roboto;
  letter-spacing: 0px;
  color: #2a4a68;
}
vc-textbox .vc-textbox .form-control:focus,
vc-datepicker .vc-textbox .form-control:focus,
vc-amountbox .vc-textbox .form-control:focus,
vc-moneytextbox .vc-textbox .form-control:focus,
vc-maskedtextbox .vc-textbox .form-control:focus,
vc-phonenumber .vc-textbox .form-control:focus,
vc-textarea .vc-textbox .form-control:focus {
  border: 1px solid #8aa8c1 !important;
  outline-color: #8aa8c1 !important;
  outline-width: 1px !important;
  outline-style: auto !important;
}
@media (max-width: 767.98px) {
  vc-textbox .vc-textbox .form-control:focus,
  vc-datepicker .vc-textbox .form-control:focus,
  vc-amountbox .vc-textbox .form-control:focus,
  vc-moneytextbox .vc-textbox .form-control:focus,
  vc-maskedtextbox .vc-textbox .form-control:focus,
  vc-phonenumber .vc-textbox .form-control:focus,
  vc-textarea .vc-textbox .form-control:focus {
    outline: 0 !important;
    border-color: #8aa8c1 !important;
    border-width: 2px !important;
    padding: 15px;
  }
}
vc-textbox .vc-textbox .form-control:disabled,
vc-datepicker .vc-textbox .form-control:disabled,
vc-amountbox .vc-textbox .form-control:disabled,
vc-moneytextbox .vc-textbox .form-control:disabled,
vc-maskedtextbox .vc-textbox .form-control:disabled,
vc-phonenumber .vc-textbox .form-control:disabled,
vc-textarea .vc-textbox .form-control:disabled {
  background-color: #f0efee;
  color: #4b565e;
  border: 1px solid #c5d0d9;
  -webkit-text-fill-color: #4b565e;
  opacity: 1;
}
vc-textbox .floatingPlaceholder,
vc-datepicker .floatingPlaceholder,
vc-amountbox .floatingPlaceholder,
vc-moneytextbox .floatingPlaceholder,
vc-maskedtextbox .floatingPlaceholder,
vc-phonenumber .floatingPlaceholder,
vc-textarea .floatingPlaceholder {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 1.6rem;
  color: #3c6d9b;
  transition: 0.2s ease-in-out transform;
  left: 16px;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  transition: all 0.3s ease;
  pointer-events: none;
}
vc-textbox .floatingPlaceholder.maskHolder,
vc-datepicker .floatingPlaceholder.maskHolder,
vc-amountbox .floatingPlaceholder.maskHolder,
vc-moneytextbox .floatingPlaceholder.maskHolder,
vc-maskedtextbox .floatingPlaceholder.maskHolder,
vc-phonenumber .floatingPlaceholder.maskHolder,
vc-textarea .floatingPlaceholder.maskHolder {
  opacity: 0.7;
  top: 31px;
  left: 32px;
  font: normal normal normal 18px/20px Roboto, "Segoe UI", Calibri, sans-serif;
}
vc-textbox .floatingPlaceholder.maskHolder.disabled,
vc-datepicker .floatingPlaceholder.maskHolder.disabled,
vc-amountbox .floatingPlaceholder.maskHolder.disabled,
vc-moneytextbox .floatingPlaceholder.maskHolder.disabled,
vc-maskedtextbox .floatingPlaceholder.maskHolder.disabled,
vc-phonenumber .floatingPlaceholder.maskHolder.disabled,
vc-textarea .floatingPlaceholder.maskHolder.disabled {
  color: #4b565e;
  opacity: 1;
}
@media screen and (max-width: 374px) {
  vc-textbox .floatingPlaceholder,
  vc-datepicker .floatingPlaceholder,
  vc-amountbox .floatingPlaceholder,
  vc-moneytextbox .floatingPlaceholder,
  vc-maskedtextbox .floatingPlaceholder,
  vc-phonenumber .floatingPlaceholder,
  vc-textarea .floatingPlaceholder {
    font: normal normal normal 12px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
vc-textbox.excessive-label-text .floatingPlaceholder,
vc-datepicker.excessive-label-text .floatingPlaceholder,
vc-amountbox.excessive-label-text .floatingPlaceholder,
vc-moneytextbox.excessive-label-text .floatingPlaceholder,
vc-maskedtextbox.excessive-label-text .floatingPlaceholder,
vc-phonenumber.excessive-label-text .floatingPlaceholder,
vc-textarea.excessive-label-text .floatingPlaceholder {
  top: 1.9rem;
  bottom: auto;
}
@media (max-width: 767.98px) {
  vc-textbox.excessive-label-text input.form-control,
  vc-datepicker.excessive-label-text input.form-control,
  vc-amountbox.excessive-label-text input.form-control,
  vc-moneytextbox.excessive-label-text input.form-control,
  vc-maskedtextbox.excessive-label-text input.form-control,
  vc-phonenumber.excessive-label-text input.form-control,
  vc-textarea.excessive-label-text input.form-control {
    padding-top: 60px;
  }
  vc-textbox.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-textbox.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-datepicker.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-datepicker.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-amountbox.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-amountbox.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-moneytextbox.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-moneytextbox.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-maskedtextbox.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-maskedtextbox.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-phonenumber.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-phonenumber.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown), vc-textarea.excessive-label-text input.form-control:not(:-moz-placeholder-shown), vc-textarea.excessive-label-text input.form-control:focus:not(:-moz-placeholder-shown) {
    padding-top: 60px;
  }
  vc-textbox.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-textbox.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-datepicker.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-datepicker.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-amountbox.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-amountbox.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-moneytextbox.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-moneytextbox.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-maskedtextbox.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-maskedtextbox.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-phonenumber.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-phonenumber.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder), vc-textarea.excessive-label-text input.form-control:not(:-ms-input-placeholder), vc-textarea.excessive-label-text input.form-control:focus:not(:-ms-input-placeholder) {
    padding-top: 60px;
  }
  vc-textbox.excessive-label-text input.form-control:not(:placeholder-shown), vc-textbox.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-datepicker.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-datepicker.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-amountbox.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-amountbox.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-moneytextbox.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-moneytextbox.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-maskedtextbox.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-maskedtextbox.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-phonenumber.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-phonenumber.excessive-label-text input.form-control:focus:not(:placeholder-shown),
  vc-textarea.excessive-label-text input.form-control:not(:placeholder-shown),
  vc-textarea.excessive-label-text input.form-control:focus:not(:placeholder-shown) {
    padding-top: 60px;
  }
  vc-textbox.excessive-label-text vc-moneytextbox vc-information,
  vc-datepicker.excessive-label-text vc-moneytextbox vc-information,
  vc-amountbox.excessive-label-text vc-moneytextbox vc-information,
  vc-moneytextbox.excessive-label-text vc-moneytextbox vc-information,
  vc-maskedtextbox.excessive-label-text vc-moneytextbox vc-information,
  vc-phonenumber.excessive-label-text vc-moneytextbox vc-information,
  vc-textarea.excessive-label-text vc-moneytextbox vc-information {
    top: 48px;
  }
}
vc-textbox .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-datepicker .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-amountbox .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-moneytextbox .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-maskedtextbox .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-phonenumber .form-control:-moz-placeholder-shown + .floatingPlaceholder, vc-textarea .form-control:-moz-placeholder-shown + .floatingPlaceholder {
  visibility: hidden;
  z-index: -1;
  -moz-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  color: black;
}
vc-textbox .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-datepicker .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-amountbox .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-moneytextbox .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-maskedtextbox .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-phonenumber .form-control:-ms-input-placeholder + .floatingPlaceholder, vc-textarea .form-control:-ms-input-placeholder + .floatingPlaceholder {
  visibility: hidden;
  z-index: -1;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  color: black;
}
vc-textbox .form-control:placeholder-shown + .floatingPlaceholder,
vc-datepicker .form-control:placeholder-shown + .floatingPlaceholder,
vc-amountbox .form-control:placeholder-shown + .floatingPlaceholder,
vc-moneytextbox .form-control:placeholder-shown + .floatingPlaceholder,
vc-maskedtextbox .form-control:placeholder-shown + .floatingPlaceholder,
vc-phonenumber .form-control:placeholder-shown + .floatingPlaceholder,
vc-textarea .form-control:placeholder-shown + .floatingPlaceholder {
  visibility: hidden;
  z-index: -1;
  transition: 0s ease-in-out;
  color: black;
}
vc-textbox .form-control.constant-floating-label::-moz-placeholder,
vc-datepicker .form-control.constant-floating-label::-moz-placeholder,
vc-amountbox .form-control.constant-floating-label::-moz-placeholder,
vc-moneytextbox .form-control.constant-floating-label::-moz-placeholder,
vc-maskedtextbox .form-control.constant-floating-label::-moz-placeholder,
vc-phonenumber .form-control.constant-floating-label::-moz-placeholder,
vc-textarea .form-control.constant-floating-label::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}
vc-textbox .form-control.constant-floating-label:-ms-input-placeholder,
vc-datepicker .form-control.constant-floating-label:-ms-input-placeholder,
vc-amountbox .form-control.constant-floating-label:-ms-input-placeholder,
vc-moneytextbox .form-control.constant-floating-label:-ms-input-placeholder,
vc-maskedtextbox .form-control.constant-floating-label:-ms-input-placeholder,
vc-phonenumber .form-control.constant-floating-label:-ms-input-placeholder,
vc-textarea .form-control.constant-floating-label:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
vc-textbox .form-control.constant-floating-label::-moz-placeholder, vc-datepicker .form-control.constant-floating-label::-moz-placeholder, vc-amountbox .form-control.constant-floating-label::-moz-placeholder, vc-moneytextbox .form-control.constant-floating-label::-moz-placeholder, vc-maskedtextbox .form-control.constant-floating-label::-moz-placeholder, vc-phonenumber .form-control.constant-floating-label::-moz-placeholder, vc-textarea .form-control.constant-floating-label::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
vc-textbox .form-control.constant-floating-label:-ms-input-placeholder, vc-datepicker .form-control.constant-floating-label:-ms-input-placeholder, vc-amountbox .form-control.constant-floating-label:-ms-input-placeholder, vc-moneytextbox .form-control.constant-floating-label:-ms-input-placeholder, vc-maskedtextbox .form-control.constant-floating-label:-ms-input-placeholder, vc-phonenumber .form-control.constant-floating-label:-ms-input-placeholder, vc-textarea .form-control.constant-floating-label:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
vc-textbox .form-control.constant-floating-label::placeholder,
vc-datepicker .form-control.constant-floating-label::placeholder,
vc-amountbox .form-control.constant-floating-label::placeholder,
vc-moneytextbox .form-control.constant-floating-label::placeholder,
vc-maskedtextbox .form-control.constant-floating-label::placeholder,
vc-phonenumber .form-control.constant-floating-label::placeholder,
vc-textarea .form-control.constant-floating-label::placeholder {
  color: transparent;
  opacity: 0;
}
vc-textbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-datepicker .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-datepicker .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-amountbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-amountbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-moneytextbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-moneytextbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-maskedtextbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-maskedtextbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-phonenumber .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-phonenumber .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textarea .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textarea .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  -moz-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  padding-right: 5px;
}
vc-textbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-datepicker .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-datepicker .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-amountbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-amountbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-moneytextbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-moneytextbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-maskedtextbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-maskedtextbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-phonenumber .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-phonenumber .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textarea .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textarea .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  -ms-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  padding-right: 5px;
}
vc-textbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-textbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-textbox .form-control.constant-floating-label + .floatingPlaceholder,
vc-datepicker .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-datepicker .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-datepicker .form-control.constant-floating-label + .floatingPlaceholder,
vc-amountbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-amountbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-amountbox .form-control.constant-floating-label + .floatingPlaceholder,
vc-moneytextbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-moneytextbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-moneytextbox .form-control.constant-floating-label + .floatingPlaceholder,
vc-maskedtextbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-maskedtextbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-maskedtextbox .form-control.constant-floating-label + .floatingPlaceholder,
vc-phonenumber .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-phonenumber .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-phonenumber .form-control.constant-floating-label + .floatingPlaceholder,
vc-textarea .form-control:not(:placeholder-shown) + .floatingPlaceholder,
vc-textarea .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
vc-textarea .form-control.constant-floating-label + .floatingPlaceholder {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #3c6d9b;
  padding-right: 5px;
}
@media screen and (max-width: 374px) {
  vc-textbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-datepicker .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-datepicker .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-amountbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-amountbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-moneytextbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-moneytextbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-maskedtextbox .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-maskedtextbox .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-phonenumber .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-phonenumber .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textarea .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder, vc-textarea .form-control:focus:not(:-moz-placeholder-shown) + .floatingPlaceholder {
    font: normal normal normal 12px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
  vc-textbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-datepicker .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-datepicker .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-amountbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-amountbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-moneytextbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-moneytextbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-maskedtextbox .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-maskedtextbox .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-phonenumber .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-phonenumber .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textarea .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder, vc-textarea .form-control:focus:not(:-ms-input-placeholder) + .floatingPlaceholder {
    font: normal normal normal 12px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
  vc-textbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-textbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-textbox .form-control.constant-floating-label + .floatingPlaceholder,
  vc-datepicker .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-datepicker .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-datepicker .form-control.constant-floating-label + .floatingPlaceholder,
  vc-amountbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-amountbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-amountbox .form-control.constant-floating-label + .floatingPlaceholder,
  vc-moneytextbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-moneytextbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-moneytextbox .form-control.constant-floating-label + .floatingPlaceholder,
  vc-maskedtextbox .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-maskedtextbox .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-maskedtextbox .form-control.constant-floating-label + .floatingPlaceholder,
  vc-phonenumber .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-phonenumber .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-phonenumber .form-control.constant-floating-label + .floatingPlaceholder,
  vc-textarea .form-control:not(:placeholder-shown) + .floatingPlaceholder,
  vc-textarea .form-control:focus:not(:placeholder-shown) + .floatingPlaceholder,
  vc-textarea .form-control.constant-floating-label + .floatingPlaceholder {
    font: normal normal normal 12px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
vc-textbox .form-control:not(:-moz-placeholder-shown), vc-textbox .form-control:focus:not(:-moz-placeholder-shown), vc-datepicker .form-control:not(:-moz-placeholder-shown), vc-datepicker .form-control:focus:not(:-moz-placeholder-shown), vc-amountbox .form-control:not(:-moz-placeholder-shown), vc-amountbox .form-control:focus:not(:-moz-placeholder-shown), vc-moneytextbox .form-control:not(:-moz-placeholder-shown), vc-moneytextbox .form-control:focus:not(:-moz-placeholder-shown), vc-maskedtextbox .form-control:not(:-moz-placeholder-shown), vc-maskedtextbox .form-control:focus:not(:-moz-placeholder-shown), vc-phonenumber .form-control:not(:-moz-placeholder-shown), vc-phonenumber .form-control:focus:not(:-moz-placeholder-shown), vc-textarea .form-control:not(:-moz-placeholder-shown), vc-textarea .form-control:focus:not(:-moz-placeholder-shown) {
  padding-top: 40px;
  color: #373e45;
  font: normal normal normal 18px/20px Roboto;
}
vc-textbox .form-control:not(:-ms-input-placeholder), vc-textbox .form-control:focus:not(:-ms-input-placeholder), vc-datepicker .form-control:not(:-ms-input-placeholder), vc-datepicker .form-control:focus:not(:-ms-input-placeholder), vc-amountbox .form-control:not(:-ms-input-placeholder), vc-amountbox .form-control:focus:not(:-ms-input-placeholder), vc-moneytextbox .form-control:not(:-ms-input-placeholder), vc-moneytextbox .form-control:focus:not(:-ms-input-placeholder), vc-maskedtextbox .form-control:not(:-ms-input-placeholder), vc-maskedtextbox .form-control:focus:not(:-ms-input-placeholder), vc-phonenumber .form-control:not(:-ms-input-placeholder), vc-phonenumber .form-control:focus:not(:-ms-input-placeholder), vc-textarea .form-control:not(:-ms-input-placeholder), vc-textarea .form-control:focus:not(:-ms-input-placeholder) {
  padding-top: 40px;
  color: #373e45;
  font: normal normal normal 18px/20px Roboto;
}
vc-textbox .form-control:not(:placeholder-shown),
vc-textbox .form-control:focus:not(:placeholder-shown),
vc-datepicker .form-control:not(:placeholder-shown),
vc-datepicker .form-control:focus:not(:placeholder-shown),
vc-amountbox .form-control:not(:placeholder-shown),
vc-amountbox .form-control:focus:not(:placeholder-shown),
vc-moneytextbox .form-control:not(:placeholder-shown),
vc-moneytextbox .form-control:focus:not(:placeholder-shown),
vc-maskedtextbox .form-control:not(:placeholder-shown),
vc-maskedtextbox .form-control:focus:not(:placeholder-shown),
vc-phonenumber .form-control:not(:placeholder-shown),
vc-phonenumber .form-control:focus:not(:placeholder-shown),
vc-textarea .form-control:not(:placeholder-shown),
vc-textarea .form-control:focus:not(:placeholder-shown) {
  padding-top: 40px;
  color: #373e45;
  font: normal normal normal 18px/20px Roboto;
}
@media (max-width: 767.98px) {
  vc-textbox.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-datepicker.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-amountbox.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-moneytextbox.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-maskedtextbox.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-phonenumber.ng-dirty.ng-invalid .vc-textbox .form-control:focus,
  vc-textarea.ng-dirty.ng-invalid .vc-textbox .form-control:focus {
    border-color: #8aa8c1 !important;
    border-width: 2px !important;
  }
}
vc-phonenumber vc-information img {
  position: absolute;
  top: -40px;
  left: -20px;
}
vc-textarea .form-control {
  padding-top: 20px;
  padding-bottom: 5px !important;
  resize: none !important;
}
vc-textarea .form-control:not(:-moz-placeholder-shown) {
  padding-top: 36px !important;
}
vc-textarea .form-control:not(:-ms-input-placeholder) {
  padding-top: 36px !important;
}
vc-textarea .form-control:not(:placeholder-shown) {
  padding-top: 36px !important;
}
vc-textarea .form-control:not(:-moz-placeholder-shown) + .floatingPlaceholder {
  background: white;
  top: 6px;
  padding-top: 10px;
  margin-top: 5px;
  height: 28px;
  width: calc(100% - 66px);
  left: 32px !important;
}
vc-textarea .form-control:not(:-ms-input-placeholder) + .floatingPlaceholder {
  background: white;
  top: 6px;
  padding-top: 10px;
  margin-top: 5px;
  height: 28px;
  width: calc(100% - 66px);
  left: 32px !important;
}
vc-textarea .form-control:not(:placeholder-shown) + .floatingPlaceholder {
  background: white;
  top: 6px;
  padding-top: 10px;
  margin-top: 5px;
  height: 28px;
  width: calc(100% - 66px);
  left: 32px !important;
}
vc-textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c6d9b !important;
}
vc-textarea textarea:-ms-input-placeholder {
  color: #3c6d9b !important;
}
vc-textarea textarea::placeholder {
  color: #3c6d9b !important;
}
vc-textarea textarea {
  cursor: auto !important;
}
vc-textarea .form-control:disabled {
  background-color: #f0efee !important;
  color: #4b565e;
  border: 1px solid #c5d0d9 !important;
}
vc-textarea .form-control:disabled + .floatingPlaceholder {
  background: #f0efee !important;
}
vc-datepicker .form-control.datepicker:-moz-read-only {
  background-color: #fff !important;
}
vc-datepicker .form-control.datepicker:read-only {
  background-color: #fff !important;
}
vc-datepicker .form-control.datepicker:disabled {
  background-color: #f0efee !important;
  color: #4b565e;
  border: 1px solid #c5d0d9 !important;
}
vc-datepicker .floatingPlaceholder,
vc-textarea .floatingPlaceholder {
  opacity: 1;
  z-index: 29;
  bottom: unset;
  top: 8px;
  left: 12px !important;
}
vc-datepicker .datepicker:-moz-placeholder-shown, vc-textarea .datepicker:-moz-placeholder-shown {
  padding-top: 14px;
}
vc-datepicker .datepicker:-ms-input-placeholder, vc-textarea .datepicker:-ms-input-placeholder {
  padding-top: 14px;
}
vc-datepicker .datepicker:placeholder-shown,
vc-textarea .datepicker:placeholder-shown {
  padding-top: 14px;
}
vc-datepicker .datepicker:-moz-placeholder-shown + .input-group-addon + .floatingPlaceholder, vc-textarea .datepicker:-moz-placeholder-shown + .input-group-addon + .floatingPlaceholder {
  display: none !important;
}
vc-datepicker .datepicker:-ms-input-placeholder + .input-group-addon + .floatingPlaceholder, vc-textarea .datepicker:-ms-input-placeholder + .input-group-addon + .floatingPlaceholder {
  display: none !important;
}
vc-datepicker .datepicker:placeholder-shown + .input-group-addon + .floatingPlaceholder,
vc-textarea .datepicker:placeholder-shown + .input-group-addon + .floatingPlaceholder {
  display: none !important;
}
vc-datepicker .form-control,
vc-textarea .form-control {
  padding-left: 12px;
  padding-bottom: 16px;
  letter-spacing: 0px;
  color: #373e45;
  font: normal normal normal 18px/21px Roboto, "Segoe UI", Calibri, sans-serif !important;
  background: #ffffff !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 374px) {
  vc-datepicker .form-control,
  vc-textarea .form-control {
    font: normal normal normal 14px/21px Roboto, "Segoe UI", Calibri, sans-serif !important;
  }
}
vc-textarea .form-control {
  padding-left: 16px;
}
vc-moneytextbox .vc-textbox input {
  text-align: right !important;
  font: normal normal normal 18px/21px Roboto, "Segoe UI", Calibri, sans-serif !important;
  font-weight: 900 !important;
}
vc-moneytextbox .vc-textbox input::-moz-placeholder {
  text-align: left !important;
}
vc-moneytextbox .vc-textbox input:-ms-input-placeholder {
  text-align: left !important;
}
vc-moneytextbox .vc-textbox input::placeholder {
  text-align: left !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
input::-ms-clear {
  display: none;
}
input.form-control::-moz-placeholder {
  color: #416c9a;
  font-weight: 400;
  font-size: 18px;
}
input.form-control:-ms-input-placeholder {
  color: #416c9a;
  font-weight: 400;
  font-size: 18px;
}
input.form-control::placeholder {
  color: #416c9a;
  font-weight: 400;
  font-size: 18px;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  vc-textbox .form-control:not(:-moz-placeholder-shown), vc-textbox .form-control:focus:not(:-moz-placeholder-shown), vc-datepicker .form-control:not(:-moz-placeholder-shown), vc-datepicker .form-control:focus:not(:-moz-placeholder-shown), vc-moneytextbox .form-control:not(:-moz-placeholder-shown), vc-moneytextbox .form-control:focus:not(:-moz-placeholder-shown), vc-maskedtextbox .form-control:not(:-moz-placeholder-shown), vc-maskedtextbox .form-control:focus:not(:-moz-placeholder-shown), vc-phonenumber .form-control:not(:-moz-placeholder-shown), vc-phonenumber .form-control:focus:not(:-moz-placeholder-shown), vc-textarea .form-control:not(:-moz-placeholder-shown), vc-textarea .form-control:focus:not(:-moz-placeholder-shown) {
    padding-top: 30px;
  }
  vc-textbox .form-control:not(:-ms-input-placeholder), vc-textbox .form-control:focus:not(:-ms-input-placeholder), vc-datepicker .form-control:not(:-ms-input-placeholder), vc-datepicker .form-control:focus:not(:-ms-input-placeholder), vc-moneytextbox .form-control:not(:-ms-input-placeholder), vc-moneytextbox .form-control:focus:not(:-ms-input-placeholder), vc-maskedtextbox .form-control:not(:-ms-input-placeholder), vc-maskedtextbox .form-control:focus:not(:-ms-input-placeholder), vc-phonenumber .form-control:not(:-ms-input-placeholder), vc-phonenumber .form-control:focus:not(:-ms-input-placeholder), vc-textarea .form-control:not(:-ms-input-placeholder), vc-textarea .form-control:focus:not(:-ms-input-placeholder) {
    padding-top: 30px;
  }
  vc-textbox .form-control:not(:placeholder-shown),
  vc-textbox .form-control:focus:not(:placeholder-shown),
  vc-datepicker .form-control:not(:placeholder-shown),
  vc-datepicker .form-control:focus:not(:placeholder-shown),
  vc-moneytextbox .form-control:not(:placeholder-shown),
  vc-moneytextbox .form-control:focus:not(:placeholder-shown),
  vc-maskedtextbox .form-control:not(:placeholder-shown),
  vc-maskedtextbox .form-control:focus:not(:placeholder-shown),
  vc-phonenumber .form-control:not(:placeholder-shown),
  vc-phonenumber .form-control:focus:not(:placeholder-shown),
  vc-textarea .form-control:not(:placeholder-shown),
  vc-textarea .form-control:focus:not(:placeholder-shown) {
    padding-top: 30px;
  }
  vc-moneytextbox .vc-textbox input::-moz-placeholder {
    font-weight: 400 !important;
  }
  vc-moneytextbox .vc-textbox input:-ms-input-placeholder {
    font-weight: 400 !important;
  }
  vc-moneytextbox .vc-textbox input::placeholder {
    font-weight: 400 !important;
  }
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767.98px) {
  [placeholder] {
    text-overflow: ellipsis;
  }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-overflow: ellipsis;
  }
  input::-moz-placeholder {
    /* Firefox 19+ */
    text-overflow: ellipsis;
  }
  input:-ms-input-placeholder {
    /* IE 10+ */
    text-overflow: ellipsis;
  }
  input:-moz-placeholder {
    /* Firefox 18- */
    text-overflow: ellipsis;
  }
}
vc-passwordtextbox keeper-lock {
  left: auto !important;
  right: 60px !important;
}
.newAmountBox .form-control {
  text-align: left !important;
  font-size: 16px !important;
  font-family: Nunito, "Segoe UI", Calibri, sans-serif !important;
  font-weight: 700 !important;
  line-height: 31px !important;
  color: #4B565E !important;
  letter-spacing: 0px !important;
  white-space: nowrap !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-left-width: 0.666667px !important;
  border-right-width: 0.666667px !important;
  font: normal normal normal 14px Nunito, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px !important;
  color: #2A4A68 !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  border-radius: 8px !important;
}
.newAmountBox .form-control .floatingPlaceholder {
  font-family: Nunito, "Segoe UI", Calibri, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.radio input[type="radio"].radiobox + span,
.radiobox-inline input[type="radio"].radiobox + span {
  margin-left: 0;
}
vc-radiobuttonlist {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
vc-radiobuttonlist.is-vertical .custom-control.custom-radio:not(:first-child) {
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  vc-radiobuttonlist.radiolist-option .custom-control {
    margin-right: 0;
  }
  vc-radiobuttonlist.radiolist-option .custom-control + .custom-control {
    margin-left: 5rem;
  }
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #c5d0d9 !important;
  background: #ffffff !important;
}
.custom-radio .custom-control-label::after {
  width: 20px !important;
  height: 20px !important;
}
.custom-control.custom-radio {
  flex-flow: row wrap;
}
.custom-radio .break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.custom-radio .custom-control-description-label {
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border: 1px solid #c5d0d9 !important;
  width: 20px !important;
  height: 20px !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #2a4a68 !important;
  left: -1.1rem;
}
.custom-control-label {
  padding-left: 15px;
  text-align: left;
  margin-right: 10px;
  font: normal normal normal 16px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.custom-control-label::before {
  top: -1px !important;
}
.custom-control-label::after {
  top: 3px !important;
}
.account-opening-radio-row,
.customer-onboarding-additionalquestions-radio-row {
  max-width: 160px !important;
  padding: 0px !important;
  margin: auto;
}
.tabs .tab-set {
  display: flex;
}
.tabs .tab-set .tab {
  padding-left: 31px;
  padding-right: 31px;
  text-align: center;
  margin-bottom: 8px;
  font: normal normal bold 18px/27px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
}
@media (max-width: 767.98px) {
  .tabs .tab-set .tab {
    font: normal normal bold 16px/27px Roboto, "Segoe UI", Calibri, sans-serif;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tabs .tab-set .is-active {
  position: relative;
  color: #416c9a;
}
.tabs .tab-bar {
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #dbe4ec;
}
.tabs .tab-bar-active {
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.tabs .tab-bar-active {
  background-color: #9bc969;
}
.tabs .is-active {
  color: #d1e7ba;
}
.tabs .tab-set {
  color: #808080;
}
.tabs.login-style {
  margin-bottom: 30px;
}
.tabs.login-style .tab-set {
  display: inline-flex;
}
.tabs.login-style .tab {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
  color: white;
  margin-bottom: 0;
}
.tabs.login-style .tab-bar-active {
  background-color: #2c4b68;
  height: 3px;
  bottom: -4px;
}
.tabs.login-style .is-active {
  color: #2c4b68;
}
.tabs.login-style .tab-bar {
  height: 3px;
  background-color: transparent;
}
.onoffswitch-container,
.onoffswitch {
  margin-left: 0 !important;
}
.onoffswitch-container {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.onoffswitch {
  display: table;
}
.onoffswitch-inner:after {
  padding-top: 2px;
  padding-right: 10px;
  height: 24px;
  color: transparent;
  box-shadow: none;
  background: transparent linear-gradient(90deg, #afaeae 0%, #c6c6c6 100%) 0% 0% no-repeat padding-box;
}
.onoffswitch-label {
  border: none !important;
  height: 24px;
  width: 40px;
  margin-bottom: 0;
}
.onoffswitch .onoffswitch-inner:before {
  text-shadow: unset;
  padding-left: 7px;
  line-height: 20px;
  height: 24px;
  vertical-align: middle;
  color: #ffffff;
  box-shadow: none;
  text-align: left;
  background: #9bc969;
  border-color: #d1e7ba;
}
.onoffswitch-switch {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 1;
  width: 22px;
  height: 22px;
  border: none;
  top: 3px;
  bottom: 0;
  right: 28px;
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.onoffswitch-switch:hover {
  background: #ffffff;
}
.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  display: none !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 14px;
}
.onoffswitch-title {
  text-align: left;
  color: #2c4b68;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}
.onoffswitch + span,
.onoffswitch-title {
  margin-top: 0;
}
vc-timer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 28px;
}
vc-timer > div .timer-content {
  position: absolute;
}
vc-timer > div .timer-content .timer-title {
  font: normal normal 800 14px/19px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
vc-timer > div .timer-content .timer {
  margin-top: -6px;
  font: normal normal 800 40px/54px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
vc-timer > div .timer-content .timer.last-25 {
  color: #f5c26b;
}
vc-timer > div .timer-content .timer.last-10 {
  color: #e16666;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  vc-timer > div .timer-content {
    margin-left: 46px;
    margin-top: -30px;
  }
}
.modal {
  display: block !important;
  z-index: 1104 !important;
}
.modal-document-class {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content-class {
  width: 100%;
}
.modal-document {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.terms-conditon-text p, .terms-conditon-text li {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px !important;
  color: #373e45 !important;
}
.terms-conditon-text strong {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: 0px !important;
  color: #373e45 !important;
  font-weight: bold !important;
}
vc-modalpopup .modal-body {
  text-align: center;
}
vc-modalpopup .modal-body .image-info {
  position: fixed;
  margin-top: -50px !important;
  margin-bottom: 14px;
  left: calc(50% - 32px);
  z-index: 9;
  width: 72px;
  border: 7px solid #fff;
  border-radius: 50%;
}
vc-modalpopup .modal-body .image-info.terms-condition-image {
  margin-top: -133px !important;
}
@media (max-width: 767.98px) {
  vc-modalpopup .modal-body .image-info.terms-condition-image {
    margin-top: -130px !important;
  }
}
vc-modalpopup .modal-body .image-logout {
  position: fixed;
  margin-bottom: 14px;
  left: calc(50% - 32px);
  margin-top: -145px !important;
  z-index: 9;
}
vc-modalpopup .modal-body .icon-close {
  width: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 9;
}
vc-modalpopup .modal-body .image-timeout {
  position: fixed;
  margin-bottom: 14px !important;
  left: calc(50% - 32px);
  margin-top: -108px !important;
  z-index: 9;
}
.modal-customeronboardingtransaction .modal-document-class {
  min-height: 200px;
}
@media (min-width: 768px) {
  .modal-customeronboardingtransaction .modal-document-class {
    width: 335px;
  }
}
.modal-customeronboardingtransaction .dbas-btn {
  margin-bottom: 15px;
}
.modal-customeronboardingtransaction .modal-body {
  height: auto;
  min-height: 200px;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  padding-bottom: 0 !important;
}
.modal-customeronboardingtransaction .modal-body .image-info {
  margin-top: -45px !important;
  left: calc(50% - 36px);
}
.modal-customeronboardingtransaction .help-content {
  text-align: justify !important;
  margin-bottom: 24px;
  margin-top: 8px;
  font-weight: 400 !important;
  padding: 0 15px !important;
  margin-bottom: 1rem !important;
}
.modal-customeronboardingtransaction .help-content span {
  font-weight: bold;
}
.modal-transfertownaccounttransaction .modal-document-class {
  min-height: 200px;
}
@media (min-width: 768px) {
  .modal-transfertownaccounttransaction .modal-document-class {
    width: 335px;
  }
}
.modal-transfertownaccounttransaction .dbas-btn {
  margin-bottom: 16px;
}
.modal-transfertownaccounttransaction .modal-body {
  height: auto;
  min-height: 200px;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  padding-bottom: 0 !important;
}
.modal-transfertownaccounttransaction .modal-body .image-info {
  margin-top: -48px !important;
  left: calc(50% - 36px);
}
.modal-backdrop {
  z-index: 1103 !important;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.6;
}
.modal-context {
  color: #2c4b68;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.modal-header-text {
  color: #2c4b68;
  font-size: 16px;
  margin-bottom: 13px;
  display: block;
  font-weight: 600;
  font: normal normal bold 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
}
.timeout-popup .modal-backdrop {
  z-index: 1158 !important;
}
.timeout-popup .modal {
  z-index: 1160 !important;
}
.timeout-popup .modal .modal-context {
  color: #373e45;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  vc-modalpopup .modal-body {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    border-radius: 4px;
    width: calc(100% - 16px);
    margin: auto;
  }
  .timeout-popup .modal-content-class {
    width: auto;
    margin: 0 20px;
  }
  .timeout-popup .modal-content-class .modal-body {
    max-height: inherit;
  }
  .timeout-popup .modal-content-class .modal-body vc-timer > div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .modal-share-details iframe {
    width: 100%;
    border: none;
    height: 245px;
  }
  .modal-campaign-view-inner .modal-body {
    padding: 0px;
  }
  .modal-campaign-view-inner .modal-body .campaign-action-buttons-container {
    flex-direction: column;
    align-items: center;
  }
  .modal-campaign-view-inner .modal-body .campaign-action-buttons-container .campaign-action-buttons .btn {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .modal-campaign-view-inner iframe {
    width: 100%;
    border: none;
    height: 245px;
  }
}
@media (min-width: 768px) {
  .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .modal-document-class {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
    height: auto;
    width: 400px;
    display: block;
    background: #ffffff;
    border-radius: 6px;
  }
  .modal .modal-no-gutters .modal-body {
    padding: 0;
    margin: 0;
  }
  .modal-share-details {
    width: 100%;
    min-width: 1024px;
    max-width: 1024px;
    height: calc(100vh - 140px);
  }
  .modal-share-details .iframe-column {
    height: calc(100vh - 300px);
  }
  .modal-share-details .iframe-column iframe {
    width: 100%;
    border: none;
    height: 100%;
  }
  .modal-share-details .export-document-btn-row {
    width: 50%;
    margin-left: 10px;
    float: left;
  }
  .modal-share-details .export-document-btn-row .account-details-btn {
    margin-top: 18px;
  }
  .modal-share-details .close-column {
    width: 50%;
    float: left;
  }
  .modal-campaign-view-inner-light {
    max-width: 600px;
  }
  .modal-campaign-view-inner-light .modal-body {
    padding: 0px;
  }
  .modal-campaign-view-inner-light .iframe-column {
    height: calc(100vh - 300px);
  }
  .modal-campaign-view-inner-light .iframe-column iframe {
    width: 100%;
    border: none;
    height: 100%;
  }
  .modal-campaign-view-inner {
    width: 100%;
    min-width: 620px;
    max-width: 620px;
  }
  .modal-campaign-view-inner .modal-body {
    padding: 0px;
  }
  .modal-campaign-view-inner .iframe-column {
    height: calc(100vh - 300px);
  }
  .modal-campaign-view-inner .iframe-column iframe {
    width: 100%;
    border: none;
    height: 100%;
  }
  vc-modalpopup .modal-document-class.member-migration-popup {
    margin-top: -5%;
    overflow-y: hidden;
  }
  vc-modalpopup .modal-document-class.member-migration-popup vc-gridsystem {
    overflow: inherit;
  }
}
@media (max-width: 991.98px) {
  .flow-otp-modal {
    max-width: 400px;
  }
}
vc-modalpopup.modal-celebrate .modal-body vc-image:before {
  display: block;
  clear: both;
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  top: -15px;
}
vc-modalpopup.modal-celebrate .modal-body {
  overflow: visible !important;
}
vc-modalpopup.modal-celebrate .modal-body vc-image {
  position: relative;
  display: block;
  margin-top: -55px;
  margin-bottom: 20px;
}
vc-modalpopup.modal-celebrate .modal-celebrate-inner.modal-document-class {
  overflow: visible;
}
vc-modalpopup.modal-celebrate vc-gridsystem.birthday-celebrate-content {
  overflow: visible;
}
vc-modalpopup.modal-celebrate .modal-celebrate > .modal {
  overflow: visible;
}
vc-modalpopup.modal-celebrate .modal-body vc-image img {
  padding-top: 75px;
  position: relative;
  z-index: 10;
  height: 251px;
  left: 4px !important;
}
vc-modalpopup.modal-celebrate .modal-content-class .modal-body {
  height: 346px;
}
vc-modalpopup.modal-celebrate .modal-content-class .modal-body .birthday-celebration-title {
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2C4A68;
  opacity: 1;
}
vc-modalpopup.modal-celebrate .modal-content-class .modal-body .birthday-celebration-content {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373E45;
  opacity: 1;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body {
  text-align: inherit;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .campaignPopupStepFlow {
  text-align: center;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .modal-campaign-imgcontainer {
  text-align: center;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .modal-campaign-imgcontainer img {
  max-height: 200px;
  max-width: 100%;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .campaign-controls-container {
  text-align: left;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .campaign-title-text {
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2C4A68;
  opacity: 1;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .campaign-detail-text {
  font: normal normal normal 14px/18px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373E45;
  opacity: 1;
}
vc-modalpopup.modal-campaign-view .modal-content-class .modal-body .campaign-action-buttons-container .campaign-action-buttons {
  padding: 0 15px;
  max-width: 373px;
  flex: 1;
  width: 100%;
}
vc-modalpopup.transaction-helpbox-mobile .modal-content-class {
  background: white;
  margin: auto 20px;
  border-radius: 10px;
  height: auto !important;
}
vc-modalpopup.transaction-helpbox-mobile .modal-content-class .modal-body {
  border-radius: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-document-class {
    overflow: visible !important;
  }
  .modal-document-class .modal-content-class {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
  }
}
.transactions-wrapper {
  padding-top: 0;
  position: relative;
  margin-top: 20px;
}
.dashboard-wrapper .transactions-wrapper {
  margin-top: 0;
}
.transactions-wrapper .transactions-count-title {
  margin-left: 4px;
}
.transactions-wrapper .all-transactions-title span {
  font: normal normal 800 20px/22px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
.transactions-wrapper .search-function-area .search-button {
  position: absolute;
  right: 24px;
  top: -9px;
  z-index: 10;
}
.transactions-wrapper .transactions-title {
  color: #2c4a68;
  display: inline-block;
  font: normal normal 800 20px/22px Nunito, "Segoe UI", Calibri, sans-serif;
}
.transactions-wrapper .transactions-date-area {
  color: #2a4a68;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
}
.transactions-wrapper .transactions-list {
  margin-top: 20px;
  display: block;
}
.transactions-wrapper .transactions-list.inner {
  margin-top: 5px;
}
.transactions-wrapper .transactions-list.pendings .transactions-date-area,
.transactions-wrapper .transactions-list.pendings .transaction-item .transaction-title {
  color: #d1e7ba;
}
.transactions-wrapper .transactions-list .transaction-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.transactions-wrapper .transactions-list .transaction-item.row:after {
  content: none;
}
.transactions-wrapper .transactions-list .transaction-item .transaction-title {
  font-size: 13px;
  color: #2c4b68;
}
.transactions-wrapper .transactions-list .transaction-item .transaction-amount {
  font-weight: 500;
  font-size: 13px;
  margin-right: 11px;
  color: #2a4a68;
}
vc-gridsystem.transactions-wrapper.transactions-widget vc-grid-view .table thead, vc-gridsystem.transactions-wrapper.transactions-widget vc-datagrid .table thead {
  display: none;
}
vc-gridsystem.transactions-wrapper.transactions-widget vc-grid-view .table tbody tr, vc-gridsystem.transactions-wrapper.transactions-widget vc-datagrid .table tbody tr {
  position: relative;
}
vc-gridsystem.transactions-wrapper.transactions-widget vc-grid-view .table tbody tr td.amount, vc-gridsystem.transactions-wrapper.transactions-widget vc-datagrid .table tbody tr td.amount {
  vertical-align: baseline;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  vc-gridsystem.transactions-wrapper.transactions-widget {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .clickable-grid tr {
    position: relative;
  }
}
* {
  -webkit-text-size-adjust: none;
}
.app-intro {
  background: url('images/login-background.png') no-repeat center center;
  height: 100%;
  background-size: 100% 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  color: white;
}
.app-intro .intro-primary-text {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.app-intro .intro-img {
  margin-top: calc((100vh / 667) * 10);
  width: 78px;
  height: 65px;
  margin-bottom: calc((100vh / 667) * 45);
}
.app-intro .intro-enroll-button {
  margin-top: calc((100vh / 667) * 13);
  margin-bottom: 19.3%;
  box-shadow: 0 6px 12px #00000029;
}
.app-intro .intro-helper-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: calc((100vh / 667) * 10);
  display: block;
}
.app-intro .intro-line-left,
.app-intro .intro-line-right {
  margin-right: 12px;
  margin-bottom: 16%;
  display: inline-block;
}
.app-intro-first-level {
  height: 100%;
  background-size: 100% 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  text-align: center;
  background-color: white;
}
@media screen and (min-width: 512px) {
  .app-intro-first-level > div {
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
  }
}
.app-intro-first-level .remember-me .form-group {
  margin-bottom: 0 !important;
  min-height: unset !important;
}
.app-intro-first-level .biometric-image img {
  height: 120px;
  width: 120px;
  border: 1px solid #c5d0d9;
  border-radius: 50%;
}
.app-intro-first-level .forgot-row vc-gridcolumn:first-child vc-linkbutton a {
  border-right: 1px solid #c5d0d9;
  padding-right: 8px;
}
.app-intro-first-level .forgot-row .form-group {
  margin-bottom: 0 !important;
  min-height: unset !important;
}
.app-intro-first-level .forgot-row vc-gridcolumn:nth-child(2) vc-linkbutton a {
  padding-left: 8px;
}
.app-intro-first-level .forgot-row vc-gridcolumn {
  padding: 0;
}
.app-intro-first-level .forgot-row vc-gridcolumn .forgot-link vc-linkbutton a {
  color: #2a4a68;
  letter-spacing: 0px;
}
@media (min-width: 576px) {
  .app-intro-first-level .forgot-row vc-gridcolumn .forgot-link vc-linkbutton a span {
    font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .app-intro-first-level .forgot-row vc-gridcolumn .forgot-link vc-linkbutton a {
    max-height: 16px;
  }
  .app-intro-first-level .forgot-row vc-gridcolumn .forgot-link vc-linkbutton a span {
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
.app-intro-first-level .forgot-row vc-gridcolumn.discard-text-align .forgot-link {
  text-align: unset !important;
}
.app-intro-first-level .intro-primary-text {
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.app-intro-first-level .login-footer {
  padding-top: 44px !important;
}
.app-intro-first-level .login-footer vc-gridcolumn:first-child {
  border-top: 1px solid #c5d0d9;
  padding-top: 24px;
  margin-top: 4px;
}
.app-intro-first-level .link-bold {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-nunito);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #373e45;
  text-align: left;
  font: normal normal bold 18px/24px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
}
.app-intro-first-level .password-input-bottom > label {
  display: none;
}
.app-bg-basic {
  background: url('images/login-background.png') no-repeat center center;
}
.app-full-height-page {
  height: 100%;
  background-size: cover;
}
.login-download-app {
  text-align: center;
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
  opacity: 1;
}
.login-logo {
  width: 44px;
  height: 37px;
}
.login-intro {
  padding-right: 12px;
  padding-left: 12px;
}
.login-intro .store-row vc-gridcolumn:first-child {
  text-align: right;
  padding-right: 5px;
}
.login-intro .store-row vc-gridcolumn:last-child {
  text-align: left;
  padding-left: 5px;
}
.login-intro .store-image {
  margin-top: 12px;
}
.login-intro .login-thumbnail {
  width: 136px;
  height: 136px;
  margin-top: 21%;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 50%;
}
.first-login .login-intro .password-input {
  margin-top: 24px;
}
.login-intro .password-input > label {
  display: none;
}
.login-intro .password-input.captcha-row {
  margin-top: 0;
}
.login-intro .row:after {
  content: none;
}
.finance-calculators-wrapper {
  justify-content: center;
  min-height: 42px;
  padding-top: 10px;
}
.finance-calculators-wrapper.row {
  margin-left: -24px;
  margin-right: -24px;
}
.finance-calculators-wrapper .financial-calculator-area-text {
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  height: 15px;
  margin-top: 2px;
}
.finance-calculators-wrapper .fa-chevron-right {
  font-size: 10px;
  margin-top: 9px;
}
.header-transparent-bg {
  background-image: none !important;
  margin-left: -45px;
  margin-right: -45px;
}
.enrollment-intro {
  background: transparent linear-gradient(270deg, #3065e6 0%, #123ba8 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 0;
  text-align: center;
  color: #ffffff;
}
.enrollment-intro .icon.icon-onboarding-personal, .enrollment-intro .icon.icon-onboarding-documents, .enrollment-intro .icon.icon-onboarding-account {
  width: 50px;
  height: 50px;
}
.enrollment-intro .icon-onboarding-personal {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-onboarding-personal.svg');
}
.enrollment-intro .icon-onboarding-documents {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-onboarding-documents.svg');
}
.enrollment-intro .icon-onboarding-account {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-onboarding-account.svg');
}
.enrollment-intro .enrollment-text {
  margin-bottom: calc((100vh / 667) * 37);
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  padding-right: 20px;
  margin-top: calc((100vh / 667) * 5);
  padding-left: 20px;
}
.enrollment-intro .enrollment-banner {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 14px #0000001a;
  border-radius: 4px;
  padding-top: calc((100vh / 667) * 40);
  padding-left: 20px;
  padding-right: 20px;
}
.enrollment-intro .enrollment-banner:before {
  content: "";
  position: absolute;
  top: 55px;
  left: 37px;
  width: 2px;
  height: 60%;
  background: #e0e6fb;
}
.enrollment-intro .enrollment-banner .primary-text {
  color: #2c4b68;
  margin-bottom: calc((100vh / 667) * 4);
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.enrollment-intro .enrollment-banner .secondary-text {
  color: #2a4a68;
  font-size: 11px;
  margin-bottom: calc((100vh / 667) * 42);
  display: block;
}
.enrollment-intro .enrollment-banner .primary-text,
.enrollment-intro .enrollment-banner .secondary-text {
  margin-left: 12px;
}
.personal-mortgage-comparison-calculator {
  padding: 0px;
  background: white;
  overflow-y: auto !important;
  height: 100%;
}
.personal-mortgage-comparison-calculator vc-amountbox input {
  font: normal normal 800 25px/34px Nunito, "Segoe UI", Calibri, sans-serif !important;
  letter-spacing: -0.38px;
  color: #2a4a68 !important;
}
.personal-mortgage-comparison-calculator vc-textbox input {
  padding-top: 16px !important;
}
.personal-mortgage-comparison-calculator .button-list-column {
  padding-top: 40px;
  padding-bottom: 60px;
}
.personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-button a {
  border-width: 2px !important;
}
.personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-button a:hover {
  background: #2b4b67 !important;
  color: white !important;
  border-color: #2b4b67 !important;
}
.personal-mortgage-comparison-calculator .asking-price-label {
  font: normal normal 800 40px/50px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.6px;
  color: #2a4a68;
  opacity: 1;
}
.personal-mortgage-comparison-calculator .page-header {
  text-align: center;
  font: normal normal 800 40px/50px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.6px;
  color: #2a4a68;
  margin-bottom: 60px;
}
.personal-mortgage-comparison-calculator .tabs-column vc-tabs .is-boxed.tabs {
  margin-bottom: 50px;
}
.personal-mortgage-comparison-calculator .header-columns {
  padding-top: 20px !important;
}
.personal-mortgage-comparison-calculator .header-columns vc-label {
  font: normal normal bold 18px/27px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
}
.personal-mortgage-comparison-calculator .header-columns .length-of-loan {
  height: 100px;
  display: flex;
  align-items: center;
}
.personal-mortgage-comparison-calculator .header-columns .mortgage-type {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}
.personal-mortgage-comparison-calculator .header-columns .mortgage-rate {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}
.personal-mortgage-comparison-calculator .header-columns vc-information {
  margin-left: 8px;
}
.personal-mortgage-comparison-calculator .header-columns vc-information img {
  width: 16px !important;
  margin-top: -4px;
}
.personal-mortgage-comparison-calculator .value-columns {
  padding-top: 20px !important;
}
.personal-mortgage-comparison-calculator .mortgage-insurance-value {
  font: normal normal normal 18px/27px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #4b565e;
  height: 100px;
  display: flex;
  align-items: center;
}
.personal-mortgage-comparison-calculator .total-mortgage-value,
.personal-mortgage-comparison-calculator .total-mortgage-header {
  font: normal normal 800 25px/32px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
  background: #f6f8fa 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  height: 110px;
}
.personal-mortgage-comparison-calculator .mortgage-insurance-header {
  height: 100px;
  display: flex;
  align-items: center;
}
.personal-mortgage-comparison-calculator .down-payment-header {
  height: 132px;
  display: flex;
  align-items: center;
}
.personal-mortgage-comparison-calculator .length-of-loan-value {
  height: 80px;
  margin-top: 20px !important;
  display: flex;
  align-items: center;
}
.personal-mortgage-comparison-calculator .mortgage-type-value,
.personal-mortgage-comparison-calculator .mortgage-rate-value {
  height: 90px;
}
.otp-security {
  height: 100%;
  padding-bottom: 42px;
  padding-right: 24px;
  padding-left: 24px;
}
.more-menu-popup.sub-menu a:before {
  display: none !important;
}
.more-menu-popup.sub-menu .sub-menu-icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #4d75a0;
  transform: translateY(-50%);
  cursor: pointer;
}
.more-menu-popup.sub-menu pre {
  position: relative;
  font-family: inherit;
  font-size: 13px;
  color: #2c4b68;
}
.more-menu-popup.helpbox-modal {
  z-index: 1045;
}
.more-menu-popup.helpbox-modal .modal-body {
  height: calc(100% + 13px);
  overflow: hidden;
}
.more-menu-popup.chatbot-full-modal .modal-body {
  height: calc(100% + 13px);
  padding-bottom: 42px;
  overflow: hidden;
}
.more-menu-popup.chatbot-full-modal .menu-more-modal.modal-wrapper,
.more-menu-popup.chatbot-full-modal .modal-full {
  bottom: 0 !important;
}
.more-menu-popup .modal-body {
  margin-top: -13px;
  margin-right: -12px;
  margin-left: -12px;
  max-height: 100%;
  width: auto;
}
.more-menu-popup .menu-more-modal.modal-wrapper {
  height: auto;
  bottom: 56px;
  background: white;
  opacity: 1;
}
.more-menu-popup .menu-more-modal.modal-backdrop.show {
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.6;
  z-index: 1100 !important;
}
.more-menu-popup .open-business-term-deposit-combo-modal .menu-header-item.center {
  display: flex;
  font-size: 18px;
}
.more-menu-popup .modal-full {
  background: #ffffff;
  min-width: 100%;
  bottom: 56px;
  margin: 0;
  height: auto;
  z-index: 1101 !important;
}
.more-menu-popup.native-modal-dropdown .modal-full {
  z-index: 1104 !important;
}
.more-menu-popup .menu-header {
  padding: 12px 16px;
  height: auto;
  min-height: 62px;
  border-bottom: 1px solid #dbe4ec;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 99999;
}
.more-menu-popup .menu-header .menu-header-item {
  flex: 1;
}
.more-menu-popup .menu-header .menu-header-item.center {
  color: #2a4a68;
  font: normal normal 800 18px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  width: calc(100% - 65px);
  line-height: 20px;
  flex: 3;
  position: relative;
}
@media (max-width: 767.98px) {
  .more-menu-popup .menu-header .menu-header-item {
    flex: none !important;
  }
}
.more-menu-popup .ios-menu {
  margin-top: 45px !important;
}
.more-menu-popup .menu-items {
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 62px;
  padding-bottom: 26px;
  color: #2c4b68;
  font-size: 13px;
}
.more-menu-popup .menu-items .menu-item {
  padding: 16px 36px 16px 16px;
  text-align: left;
  border-bottom: 0;
}
.more-menu-popup .menu-items .menu-item + .menu-item {
  border-top: 1px solid #dbe4ec;
}
.more-menu-popup .menu-items .menu-item a:before {
  background: url('images/navigation-arrow.svg');
  content: " ";
  position: absolute;
  right: 8px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 34%;
}
.more-menu-popup .menu-items .menu-item a.noArrow:before {
  display: none;
}
.more-menu-popup .menu-items .menu-item a div {
  margin-top: 4px;
}
.more-menu-popup .menu-items .menu-item .more-menu-text {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2a4a68;
}
.more-menu-popup .menu-items .menu-item .more-new-menu {
  font: normal normal normal 14px Roboto, "Segoe UI", Calibri, sans-serif;
  background-color: #2a4a68;
  color: white;
  padding: 4px 6px 4px 6px;
  border-radius: 5px;
  margin-left: 10px;
}
.more-menu-popup .menu-items .menu-item .more-menu-description {
  font: normal normal normal 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
}
.more-menu-popup .menu-items i {
  width: 33px;
  height: 24px;
  background-size: contain;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.more-menu-popup .menu-items i.icon-debit-card {
  width: 27px;
}
@media (max-width: 767.98px) {
  .more-menu-popup.sub-menu {
    padding: 0px !important;
  }
}
.more-menu-popup.sub-menu .menu-items {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .more-menu-popup.sub-menu .menu-items .menu-item {
    padding-left: 0px !important;
  }
}
.more-menu-popup .modal-inner .more-menu-text {
  color: #2c4b68;
  font-size: 14px;
  font-family: "Montserrat";
  display: block;
  margin-top: 10px;
}
.more-menu-popup .menu-close-button {
  height: 32px;
  width: 32px;
  position: static;
}
.delegate-user-information-component .delegate-text {
  color: #373e45;
  font: normal normal bold 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
}
.delegate-user-information-component .delegate-description {
  color: #416c9a;
  font: normal normal bold 12px/26px Roboto, "Segoe UI", Calibri, sans-serif;
}
.delegate-user-information-component .delegate-text-border {
  border-bottom: 1px solid #dbe4ec;
  padding-bottom: 0px;
}
.secure-mailbox-intro {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.secure-mailbox-intro .mail-tabs-container {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 2;
}
.secure-mailbox-intro .mail-tabs {
  box-shadow: 0 4px 14px #00000029;
  height: 45px;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding-left: 11px;
}
.secure-mailbox-intro .mail-tabs .mail-tab {
  color: #2a4a68;
}
.secure-mailbox-intro .mail-tabs .mail-tab.active {
  color: #d1e7ba;
}
.secure-mailbox-intro .mail-tabs .mail-tab.inbox {
  background: url('images/icon-inbox.svg') no-repeat 9px;
}
.secure-mailbox-intro .mail-tabs .mail-tab.inbox.active {
  background: url('images/icon-inbox-active.svg') no-repeat 9px;
}
.secure-mailbox-intro .mail-tabs .mail-tab.sent {
  background: url('images/icon-send.svg') no-repeat 11px;
}
.secure-mailbox-intro .mail-tabs .mail-tab.sent.active {
  background: url('images/icon-send-active.svg') no-repeat 11px;
}
.secure-mailbox-intro .mail-tabs .mail-tab.trash {
  background: url('images/icon-trash.svg') no-repeat 11px;
}
.secure-mailbox-intro .mail-tabs .mail-tab.trash.active {
  background: url('images/icon-trash-active.svg') no-repeat 11px;
}
.secure-mailbox-intro .mail-container {
  display: block;
  padding: 45px 0 0 0;
  overflow-y: auto;
  max-height: calc(100vh - 155px);
  overflow-x: hidden;
  padding-right: 15px;
  margin-right: -15px;
}
.secure-mailbox-intro .mail-container .mail-item {
  margin-left: 0;
  margin-right: 0;
}
.secure-mailbox-intro .mail-container .mail-item > .col-12 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-top: 21px;
  border-bottom: 1px solid rgba(147, 155, 161, 0.5);
}
.secure-mailbox-intro .mail-container .mail-item .mail-title {
  margin-bottom: 3px;
}
.secure-mailbox-intro .mail-container .mail-item .mail-header {
  color: #2c4b68;
  font-weight: 600;
}
.secure-mailbox-intro .mail-container .mail-item .mail-date {
  color: #d1e7ba;
  font-weight: 400;
  font-size: 12px;
  padding-left: 0;
}
.secure-mailbox-intro .mail-detail {
  align-items: center;
}
.secure-mailbox-intro .mail-detail > .mail-text {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  padding-right: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-mail-button {
  background: url('images/icon-edit.svg') no-repeat center center, url('images/new-mail-bg.svg') no-repeat center -2px;
  width: 42px;
  height: 50px;
  position: absolute;
  bottom: 66px;
  right: 34px;
}
.otp-login-beforeotpsecurity {
  min-height: 570px !important;
}
.otp-login {
  padding: 0px;
  height: 100%;
}
@media screen and (min-width: 512px) and (max-width: 767px) {
  .otp-login {
    margin-left: auto;
    margin-right: auto;
  }
}
.otp-login .first-otp {
  display: flex;
  max-width: 478px;
  background: #ffffff;
  padding: 28px 32px 34px 32px;
}
.otp-login .login-logo {
  margin-left: 13px;
  margin-bottom: 12px;
}
.interac--contact-list .manage-contacts {
  color: #3c6d9b;
  font-weight: bolder;
}
.onboarding-mobile-number {
  height: 100%;
  padding-top: 0;
  padding-bottom: 42px;
}
.onboarding-mobile-number .mobile-link {
  vertical-align: top;
  color: #d1e7ba !important;
  text-decoration: underline !important;
}
.onboarding-mobile-number .terms-checkbox {
  margin-bottom: 18px;
  margin-top: 42px;
  font-weight: 13px;
}
.onboarding-mobile-number .enrollment-title {
  margin-top: calc((100vh / 667) * 27);
  margin-bottom: calc((100vh / 667) * 26);
  display: block;
}
.personal-detail-list {
  color: #2c4b68;
  font-size: 13px;
}
.personal-detail-list ul {
  padding-left: 21px;
  font-size: 18px;
}
.personal-detail-list ul li {
  line-height: 20px;
}
.personal-detail-list ul span {
  font-size: 13px;
}
.personal-detail-list p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.docusign {
  padding-top: 20px;
}
.docusign .docusign-frame #DocuIframe {
  padding: 5px;
  border: 1px solid #c5d0d9;
}
.idpassport-details {
  height: 100%;
  padding-bottom: 22px;
}
.idpassport-details.proof-of-address {
  padding-left: 24px;
  padding-right: 24px;
}
.idpassport-details.digital-signature .id-image {
  margin-top: 28px;
  margin-bottom: 37px;
  width: 227px;
}
.idpassport-details .id-image {
  width: 140px;
  height: 132px;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 18px;
}
.idpassport-details .id-button {
  margin-bottom: 14px;
}
.idpassport-details .password-setup-inputs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.idpassport-details .personal-info-title {
  margin-bottom: 28px;
}
.idpassport-details.scanned .detail-container {
  margin-top: 34px;
}
.idpassport-details.scanned .continue-button {
  margin-bottom: 46px;
  margin-top: 10px;
}
.idpassport-details.scanned .rescan-wrapper {
  margin-bottom: 11px;
}
.idpassport-details.scanned .scanned-image img {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #e6e6e6;
  border-radius: 4px;
}
.errorOtp {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.text-align-left {
  text-align: left !important;
}
.enrollment-phase-title,
.vc-gridsystem-header {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.enrollment-phase-subheader {
  text-align: left;
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a;
}
.vc-gridsystem-header {
  width: 100%;
  text-align: left;
}
.security-mail-detail {
  padding-top: 26px;
  padding-left: 40px;
  padding-right: 40px;
}
.security-mail-detail .message-delete {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #416c9a;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
}
.security-mail-detail .message-delete .fa {
  color: #416c9a;
  font-size: 19px;
}
.security-mail-detail .date-mail-detail {
  font-size: 14px;
  font-weight: 600;
  color: #4b565e;
  line-height: 19px;
  min-width: 100%;
}
.security-mail-detail .header-mail-detail {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #4b565e;
  margin-top: 16px;
  display: block;
  margin-bottom: 16px;
}
.security-mail-detail .mail-subject {
  color: #2a4a68;
  margin-bottom: 20px;
}
.security-mail-detail .mail-content {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #434a5e;
  color: #4b565e;
}
.attachment-wrapper {
  margin-bottom: 10px;
}
.attachment-wrapper .attachment-logo-column {
  padding-right: 0;
  padding-left: 0;
}
.attachment-wrapper .attachment-logo-wrapper {
  background: #2a4a68 0% 0% no-repeat padding-box;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment-wrapper .attachment-download-button {
  display: flex;
  align-items: center;
  padding-right: 0;
  justify-content: flex-end;
}
.attachment-file-name {
  color: #2c4b68;
  font-size: 14px;
  font-weight: 600;
}
.attachment-file-size {
  font-style: italic;
  font-size: 13px;
}
.mail-send-icon {
  width: 19px;
  height: 18px;
  margin-bottom: 23px;
  margin-right: 34px;
}
.mail-delete-icon {
  width: 17px;
  margin-bottom: 23px;
  height: 18px;
}
.send-secure-email {
  padding-top: 20px;
}
.send-secure-email .email-textbox {
  margin-bottom: 10px;
}
.send-secure-email .body-textbox {
  margin-bottom: 16px;
}
.send-secure-email .upload-from-phone-button {
  margin-bottom: 17px;
}
.send-secure-email .file-details-wrapper {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 17px;
}
.terms-conditions-popup {
  padding-top: 28px;
  padding-bottom: 29px;
  height: 100%;
}
.terms-conditions-popup .modal-body {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  text-align: left;
  padding-bottom: 17px;
  height: 100%;
  font-weight: 400;
  overflow: auto;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #808080;
}
.terms-conditions-popup .modal-body center {
  text-align: left;
  color: #0e3c54;
  font-size: 14px;
  font-weight: 600;
  padding-right: 50px;
}
.terms-conditions-popup .modal-body b {
  font-weight: 400;
}
.terms-conditions-popup .modal-title-text {
  color: black;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 14px;
  display: inline-block;
}
.terms-conditions-popup .popup-with-checkbox {
  flex: 1;
  margin-bottom: 25px;
  overflow: auto;
}
.menu-close-button {
  top: 42px;
  position: fixed;
  right: 24px;
}
.congratulations {
  background: url('images/img-illustration-login.png') no-repeat center bottom, linear-gradient(270deg, #3065e6 0%, #123ba8 100%);
  background-size: contain;
  height: 100%;
  padding-top: 25.5px;
  padding-bottom: 138px;
  text-align: center;
  color: #ffffff;
}
.congratulations .primary-text-area .primary-text {
  font-weight: bold;
  font-size: 20px;
}
.congratulations .secondary-text-area {
  padding-left: 55px;
  padding-right: 55px;
}
.congratulations .secondary-text-area .secondary-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 55px;
}
.congratulations .add-wallet-button {
  padding-right: 4px;
}
.congratulations .share-details-button {
  padding-left: 4px;
}
.congratulations .info-text {
  font-weight: bold;
}
.congratulations .sub-text {
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.congratulations .success-img {
  margin-top: 55px;
  margin-bottom: 55px;
  display: inline-block;
}
.icon-image {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-image.svg');
}
.icon-camera {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-camera.svg');
}
.face-recognition {
  padding-bottom: 40px;
  height: 100%;
}
.face-recognition .face-recognition-img {
  margin-bottom: 20px;
}
.face-recognition .face-recognition-frame {
  width: 100%;
  height: 100%;
}
.face-recognition-popup .modal {
  color: black;
}
.face-recognition-popup .modal-body {
  padding-top: 50px;
}
.face-recognition-popup .confirmation-area .user-thumbnail {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
}
.face-recognition-popup .confirmation-area .primary-text {
  display: block;
  font-size: 15px;
  padding-top: 17px;
  padding-bottom: 33px;
  font-weight: bold;
}
.face-recognition-popup .img-center {
  margin-top: 62px;
  display: inline-block;
}
.userprofiletransaction {
  width: 100%;
}
.userprofiletransaction .user-thumbnail {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  margin-bottom: 4px;
  display: inline-block;
}
.userprofiletransaction .profile-icon-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.userprofiletransaction .profile-icon-buttons-wrapper vc-imagebutton {
  min-width: 110px;
  text-align: center;
}
.userprofiletransaction .information-container-text {
  display: inline-block;
  white-space: nowrap;
  margin-right: 27px;
}
.userprofiletransaction .update-button {
  margin-top: 8px;
}
.userprofiletransaction .profile-detail {
  border-bottom: 1px solid rgba(197, 208, 217, 0.3);
  margin-bottom: 12.5px;
  margin-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 0;
  margin-left: 12px;
  padding-right: 0;
  margin-right: 12px;
  flex: auto;
}
.userprofiletransaction .vc-gridsystem-header {
  color: #2c58c4;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.userprofiletransaction vc-label span {
  color: #434a5e;
}
.profile-image-wrapper {
  margin-top: 10px;
}
.amount-formatted-text {
  font: normal normal 900 22px/normal Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
.amount-formatted-text .currency-symbol {
  padding-right: 8px;
}
@-webkit-keyframes nickNameAnimation {
  from {
    width: 30px;
  }
  to {
    width: 100%;
  }
}
@keyframes nickNameAnimation {
  from {
    width: 30px;
  }
  to {
    width: 100%;
  }
}
.account-card-component {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 12px 16px;
  height: auto;
  transition: all 0.2s ease-in-out;
  width: 343px;
  background: #d1e7ba;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .account-card-component {
    height: 154px;
  }
}
.account-card-component .username-text-label {
  overflow: hidden;
}
.account-card-component .card-nickname-row {
  position: relative;
}
.account-card-component .card-nickname-row + .account-card-view-menu {
  color: #2c4a68;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none !important;
  transform: scaleX(0.7);
}
.account-card-component .card-nickname-row + .account-card-view-menu:active {
  top: 0;
  left: auto;
}
.account-card-component .card-nickname-row + .account-card-view-menu i {
  font-size: 24px;
}
.account-card-component .card-nickname-row + .account-card-view-menu:not(:disabled):not(.disabled):active:focus, .account-card-component .card-nickname-row + .account-card-view-menu:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.account-card-component .card-nickname-row.nickname-row-home {
  position: static;
}
.account-card-component .card-nickname-row.nickname-row-home + .account-card-view-menu {
  width: 100%;
  height: 100%;
  transform: none;
  z-index: 99;
}
.account-card-component .card-nickname-row.nickname-row-home + .account-card-view-menu i {
  transform: scaleX(0.7);
  position: absolute;
  right: 16px;
  top: 12px;
}
.account-card-component .card-nickname-row vc-imagebutton.icon-edit {
  position: absolute;
  line-height: 12px;
  background: #c0d7b2;
  border-radius: 100%;
  padding: 8px 6px 8px 9px !important;
  top: 0;
  right: 0;
}
.account-card-component .card-nickname-row vc-imagebutton.icon-edit a {
  display: inline-flex;
}
.account-card-component .card-nickname-row vc-imagebutton.icon-check-white {
  position: absolute;
  right: 6px;
  top: 3px;
}
.account-card-component .card-nickname-row .input-nickname {
  border: none;
  background: none;
  box-shadow: none !important;
  color: #2c4b68;
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
  margin-top: -1px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .account-card-component .card-nickname-row .input-nickname {
    width: calc(100vw - 182px) !important;
  }
}
.account-card-component .card-nickname-row.update {
  background: #c0d7b2;
  border-radius: 5pc;
  -webkit-animation: nickNameAnimation 0.5s ease-out;
  animation: nickNameAnimation 0.5s ease-out;
}
.account-card-component .bottom-right-row {
  bottom: 12px;
  position: absolute;
  width: calc(343px - 32px);
}
.account-card-component .isHome {
  overflow: inherit !important;
}
@media (max-width: 767.98px) {
  .account-card-component .bottom-right-row {
    position: static;
    width: auto;
    margin-top: 12px;
  }
}
.account-card-component .count-down-day::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  background: #e47777;
  top: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('images/clock-white.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.account-card-component .count-down-day .card-nickname-row + .account-card-view-menu {
  top: -7px;
  right: 25px;
}
.account-card-component .count-down-day .card-nickname-row + .account-card-view-menu:active {
  top: -7px;
}
.account-card-component .count-down-day .card-nickname-row vc-imagebutton.icon-edit {
  top: -9px;
  right: 20px;
}
.account-card-component .count-down-day .card-nickname-row vc-imagebutton.icon-check-white {
  margin-left: -12px;
}
.account-card-component .count-down-day .card-nickname-row.update {
  margin-right: 20px;
}
.account-card-component .exclamation-mark::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  background: #e47777;
  top: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('images/icon-card-exclamation.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.account-card-component .exclamation-mark .card-nickname-row + .account-card-view-menu {
  right: 25px;
}
.account-card-component .exclamation-mark .card-nickname-row + .account-card-view-menu:active {
  top: -7px;
}
.account-card-component .exclamation-mark .card-nickname-row vc-imagebutton.icon-edit {
  right: 20px;
}
.account-card-component .exclamation-mark .card-nickname-row vc-imagebutton.icon-check-white {
  margin-left: -12px;
}
.account-card-component .exclamation-mark .card-nickname-row.update {
  margin-right: 20px;
}
.account-card-component .exclamation-mark::before {
  background-image: url('images/icon-card-exclamation.svg');
}
.account-card-component .fa-chevron-down {
  font-size: 10px;
  vertical-align: middle;
  float: right;
  margin-top: 3px;
}
.slick-current .account-card-component.disabled, .account-card-component.card-detail.disabled {
  background: #888787 no-repeat center center;
}
.account-card-component .currency-text,
.account-card-component .fraction-text {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.account-card-component .username-text-label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 34px);
  display: inline-block;
  white-space: nowrap;
}
.account-card-component .username-text-label .username-text {
  max-width: 100%;
}
.account-card-component .username-text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 34px);
  display: inline-block;
  white-space: nowrap;
  color: #2c4b68;
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
}
.account-card-component .account-detail-text {
  display: block;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68 !important;
}
.slick-current .account-card-component,
.active .account-card-component {
  opacity: 1;
  background: #d1e7ba;
}
.slick-current .account-card-component .currency-text,
.slick-current .account-card-component .fraction-text,
.active .account-card-component .currency-text,
.active .account-card-component .fraction-text {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.slick-current .account-card-component .username-text-label,
.active .account-card-component .username-text-label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 34px);
  display: inline-block;
  white-space: nowrap;
}
.slick-current .account-card-component .username-text-label .username-text,
.active .account-card-component .username-text-label .username-text {
  max-width: 100%;
}
.slick-current .account-card-component .username-text,
.active .account-card-component .username-text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 34px);
  display: inline-block;
  white-space: nowrap;
  color: #2c4b68;
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
}
.slick-current .account-card-component .account-detail-text,
.active .account-card-component .account-detail-text {
  display: block;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68 !important;
}
.account-card-component .amount-detail .available-column .amount-formatted-text,
.account-card-component .amount-detail .amount-column .amount-formatted-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.account-card-component .amount-detail .available-column .amount-formatted-text .amount-precision,
.account-card-component .amount-detail .amount-column .amount-formatted-text .amount-precision {
  font-size: 13px;
  position: relative;
  padding: 0.4rem 0 0 0;
  margin: 0;
  align-self: flex-start;
}
.account-card-component .amount-detail .available-column .amount-formatted-text .amount-precision {
  padding-top: 0;
  font-size: 10px !important;
}
.account-card-component .amount-detail .amount-text {
  font: normal normal 900 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
.account-card-component .amount-detail vc-label.available-amount-text {
  display: inline-block;
  margin-top: 4px;
  padding-left: 5px;
}
.account-card-component .amount-detail vc-label.available-amount-text .amount-formatted-text span,
.account-card-component .amount-detail vc-label.available-amount-text span {
  display: flex;
  font: normal normal normal 14px/normal Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
.account-card-component .account-detail-text,
.account-card-component .available-amount-text {
  font-weight: 400;
  font-size: 13px;
  color: #2c4b68;
}
.account-card-component .available-amount-text .currency-symbol,
.account-card-component .available-amount-text .available-amount,
.account-card-component .available-amount-text .amount-precision {
  font-size: 16px;
}
.account-card-component .available-amount-text .currency-symbol {
  padding-right: 4px;
}
.account-card-component .currency-text {
  font-size: 9px;
  color: #ffffff;
  font-weight: 600;
}
.account-card-component .username-text {
  color: #2c4b68;
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
}
.account-card-component .account-detail-text {
  display: block;
}
.account-card-component .account-detail-text,
.account-card-component .available-amount-text {
  display: inline-block;
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68 !important;
}
.account-card-component .account-detail-icon {
  width: 9px;
  height: 6px;
}
.account-card-component .amount-text {
  font: normal normal 900 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
vc-creditcardview {
  height: 154px !important;
}
vc-creditcardview .amount-precision {
  margin-top: -2px !important;
}
.account-card-more {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.icon-button-circular {
  display: inline-block;
  text-align: center;
  margin-right: -4px;
  margin-left: -4px;
}
.icon-button-circular span {
  font: normal normal bold 12px/15px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2c4b68;
  display: block;
  margin-top: 3.5px;
}
.card-button-accesibility {
  position: absolute;
  top: 31px;
  left: calc(50% - 150px);
  width: 300px;
  height: 150px;
  opacity: 0;
  z-index: -999;
}
.icon-buttons-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  margin-bottom: 16px;
}
.dashboard.accounts-wrapper .icon-buttons-wrapper {
  margin-bottom: 28px;
}
.icon-buttons-wrapper vc-imagebutton {
  text-align: center;
}
.icon-buttons-wrapper vc-imagebutton span {
  width: 96px;
}
@media (max-width: 767px) and (orientation: portrait) {
  .icon-buttons-wrapper vc-imagebutton span {
    width: 94px;
  }
}
.dashboard.out {
  height: 200px;
}
.dashboard.in {
  height: 56px;
}
.content-detail-column .contactus-title {
  color: #2c4a68;
  display: inline-block;
  font: normal normal 800 20px/22px Nunito, "Segoe UI", Calibri, sans-serif;
}
.dashboard-wrapper {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  touch-action: pan-y !important;
}
@media (min-width: 768px) {
  .dashboard-wrapper .content-detail-column:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 512px) and (max-width: 767px) {
  .dashboard-wrapper,
  .account-detail-transaction {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .dashboard-wrapper vc-corporate-requesttrackingwidget .transactions-wrapper {
    margin-top: 20px;
  }
  .dashboard-wrapper .content-detail-column > div vc-label:first-child {
    max-width: 160px;
  }
  .dashboard-wrapper .content-detail-column + .content-detail-column {
    margin-top: 10px;
  }
  .account-detail-transaction .account-card-component {
    width: 343px !important;
  }
  .account-detail-transaction .account-card-component .bottom-right-row {
    width: 100% !important;
  }
  .account-detail-transaction vc-accountquickactionbuttons > vc-div {
    max-width: 380px;
  }
  .common-execute-page.error-component {
    align-items: center;
  }
}
.dashboard-menu-items {
  padding-top: 18px;
  padding-bottom: 18px;
}
.dashboard-menu-items .more-options-area {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: space-between;
}
.dashboard-menu-items .more-options-area.row:after {
  content: none;
}
.dashboard-menu-items .more-options-area .more-option-text {
  font-size: 12px;
  font-weight: 400;
}
.swipe-updown-img {
  width: 73px;
  height: 4px;
  margin: auto;
  background-color: #e0e6fb;
  border-radius: 8px;
}
.swipe-updown-area {
  padding-top: 12px;
  padding-bottom: 20px;
}
.account-detail-minified {
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 14px #00000029;
  padding-top: 9px;
  background: white;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.account-detail-minified .account-text {
  font-size: 14px;
  font-weight: 600;
  color: #2c4b68;
  display: block;
  height: 18px;
}
.account-detail-minified .account-number {
  font-size: 12px;
}
.account-detail-minified .amount-formatted-text {
  font-size: 23px;
}
.account-detail-minified .amount-formatted-text .currency-symbol,
.account-detail-minified .amount-formatted-text .amount-precision {
  font-size: 16px;
  color: #d1e7ba;
}
.email-sent-popup .modal-body {
  height: 180px;
}
.delivery-address {
  color: #d1e7ba;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 400;
}
.apply-debit-card .delivery-address {
  margin-top: 0;
}
.search-transactions-popup {
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .search-transactions-popup .ng-dirty.ng-invalid + .vc-validation-error {
    padding-left: 17px !important;
  }
}
.interac-transfer-sendmoney-history-detail-transaction {
  position: relative;
}
.interac-pending-list-transaction {
  position: relative;
}
.interac-transfer-history-transaction {
  position: relative;
}
.contactus-create-crm-case-transaction.create-crm-case-part .contact-me-by-text-column small {
  width: 200px;
}
.contactus-create-crm-case-transaction.create-crm-case-part .best-time-to-contact-radio-list {
  height: 125px;
}
.contactus-create-crm-case-transaction.create-crm-case-part .best-time-to-contact-radio-list .custom-control {
  width: 100%;
}
.contactus-crm-case-history-transaction .crm-case-list-item:first-child {
  padding-top: 0px;
  padding-bottom: 10px;
}
.contactus-crm-case-history-transaction .crm-case-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contactus-crm-case-history-transaction .crm-case-list-item .information-content {
  padding-bottom: 2px;
  padding-top: 0px;
  margin-bottom: 0px;
  border: none;
}
.contactus-crm-case-history-transaction .crm-case-list-item .action-container {
  display: flex;
  align-items: center;
}
.approval-transaction-history {
  position: relative;
}
@media (min-width: 768px) {
  .approval-transaction-history {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.transaction-history {
  position: relative;
}
@media (min-width: 768px) {
  .transaction-history {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.transaction-history .slick-dots {
  left: 8px;
  bottom: -27px;
}
.transaction-history .slick-dots li {
  margin: 0 2px;
}
.transaction-history .slick-dots li button:before {
  color: #c5d0d9;
}
.transaction-history.cards {
  padding-top: 0;
}
.transaction-history.cards .transactions-title {
  margin-bottom: 0;
  margin-top: 14px;
}
.transaction-history.cards .progressbar .circle-bg {
  stroke: #e0e6fb;
}
.transaction-history.cards .progressbar .circle {
  stroke: #d1e7ba;
}
.transaction-history .transaction-graph-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction-history .transaction-graph-wrapper .amount-formatted-text,
.transaction-history .transaction-graph-wrapper .currency-symbol,
.transaction-history .transaction-graph-wrapper .amount-precision {
  color: inherit;
}
.transaction-history .transaction-graph-wrapper .amount-formatted-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.transaction-history .transaction-graph-wrapper .currency-symbol,
.transaction-history .transaction-graph-wrapper .amount-precision {
  font-size: 10px;
}
.transaction-history .single-chart {
  width: auto;
  position: relative;
}
.transaction-history .progressbar {
  margin: 15px 8px 1px 8px;
  width: 156px;
  max-width: 156px;
}
.transaction-history .progressbar .circle,
.transaction-history .progressbar .circle-bg {
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: butt;
}
.transaction-history .progressbar .circle {
  stroke: #2a4a68;
}
.transaction-history .progressbar .circle-bg {
  stroke: #d1e7ba;
}
.transaction-history .progressbar .timer-text,
.transaction-history .progressbar .timer-subtitle {
  fill: #2c4b68;
  font-size: 14px;
}
.transaction-history .progressbar .timer-text {
  font-weight: 500;
}
.transaction-history .progressbar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%);
  width: 150px;
  text-align: center;
  color: #2c4b68;
}
.transaction-history .progressbar-text .inner-text {
  display: block;
  height: 16px;
}
.transaction-history .current-account-text {
  font-size: 12px;
  margin-top: -7px;
  display: inline-block;
  color: #2c4b68;
}
.security-images {
  width: 100% !important;
  max-height: 80px;
  margin: auto auto 15px auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: #2c4b68;
  border-radius: 6px;
}
.selected-security-image {
  width: 48px !important;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: #2c4b68;
  border-radius: 6px;
}
.security-image-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #2c4b68;
  border-radius: 6px;
  padding-top: 9px;
  margin-bottom: 12px;
}
.security-image-list .check-icon {
  margin-right: 15px;
  align-self: flex-end;
}
.selected .security-images,
.selected .security-image-list {
  background: #d1e7ba;
}
.forgot-password-username .otp-password-wrapper .ng-dirty.ng-invalid + .vc-validation-error {
  color: #ff2d55;
}
.forgot-password-username .form-group {
  margin-bottom: 27px;
}
.forgot-password-username .password-list {
  font-size: 13px;
  margin-bottom: 37px;
}
.forgot-password-username .password-list .password-rules {
  padding-left: 26px;
  color: #2c4b68;
}
.forgot-password-username .password-list .password-rules li {
  font-size: 17px;
  line-height: 19px;
}
.forgot-password-username .password-list .password-rules li span {
  font-size: 13px;
  font-weight: 400;
}
.finance-calculator {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.finance-calculator .finance-collapse-area {
  background-color: #f8f8f8;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 18px;
  padding-bottom: 12px;
}
.finance-calculator .toggle-img {
  text-align: center;
}
.finance-calculator .toggle-img.img-rotate img {
  transform: rotate(180deg);
}
.finance-calculator .calculator-values {
  color: #d1e7ba;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.finance-calculator .bounding-amount {
  color: #2c4b68;
  font-size: 13px;
  font-weight: bold;
}
.finance-calculator .calculator-labels {
  color: #2c4b68;
  font-size: 13px;
  font-weight: bold;
}
.finance-calculator .interest-rate-informations {
  background-color: #f8f8f8;
}
.finance-calculator .interest-rate-text {
  color: #2a4a68;
  font-weight: bold;
  font-size: 13px;
}
.finance-calculator .interest-range-text {
  color: #2c4b68;
  font-weight: 400;
  font-size: 13px;
}
.finance-calculator .interest-rate-title {
  color: black;
  font-weight: bold;
}
.finance-calculator .flex-column {
  height: 100%;
  justify-content: space-between;
}
.account-detail-transaction {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  height: 100%;
}
.account-detail-transaction .account-card-component {
  width: 343px;
  height: auto;
  background-size: cover;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .account-detail-transaction .account-card-component {
    height: 154px;
  }
}
@media (max-width: 767.98px) {
  .account-detail-transaction .account-card-component {
    width: calc(100vw - 32px);
    margin: auto;
  }
}
.account-detail-transaction .transactions-button {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.account-detail-transaction .card-activities-button {
  padding-left: 39px;
  padding-right: 39px;
}
.account-detail-transaction .card-container {
  background: white;
  z-index: 99;
}
.account-detail-transaction .detail-container {
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 0px;
}
.account-detail-transaction .detail-information {
  padding-left: 80px;
  padding-right: 80px;
}
.account-detail-transaction vc-card-detail vc-gridsystem {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.account-detail-transaction .account-detail-status-icon img {
  right: 15px;
  top: 25%;
}
.account-detail-transaction .account-detail-status-icon span {
  font: normal normal bold 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #2c4b68;
}
.stop-single-cheque-payment-transaction .vc-gridrow-header {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a;
}
.createstop-series-of-cheques-payment-case-transaction .vc-gridrow-header {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a;
}
.account-restriction-configuration-transaction {
  padding-top: 0px !important;
  margin-bottom: 20px;
}
.account-restriction-configuration-transaction h5.vc-gridrow-header {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #416c9a;
}
.account-restriction-configuration-transaction .my-accountlist-title-frame {
  margin-bottom: 0px !important;
}
.account-restriction-configuration-transaction #SelectAllAccounts label > .checkbox-view.d-inline-block {
  margin-right: 16px !important;
  padding: 11px;
}
.account-restriction-configuration-transaction #SelectAllAccounts label > .checkbox-text.ng-star-inserted {
  font-weight: bold;
  color: black;
  font-size: 16px;
}
.account-restriction-configuration-transaction .account-restriction-item {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
.account-restriction-configuration-transaction .account-restriction-item .is-available-checkbox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
}
.account-restriction-configuration-transaction .account-restriction-item .is-available-checkbox .is-available-element > label {
  position: absolute;
  bottom: -23px;
  padding-left: 3px;
}
.account-restriction-configuration-transaction .account-restriction-item .is-available-checkbox .is-available-element > label .checkbox-view.d-inline-block {
  margin-right: 0px;
}
.account-restriction-configuration-transaction .account-restriction-item #AccountDetail {
  text-align: right;
  padding: 0px;
  font-weight: bold;
  color: black;
}
.account-restriction-configuration-transaction .account-restriction-item #AccountDetailText {
  padding: 0px;
}
.cheque-book-request-transaction .vc-gridrow-header {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a;
}
.apply-debit-card-transaction .vc-gridrow-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
}
.apply-debit-card-transaction #DeliveryOnAddress .select2-selection__placeholder {
  position: absolute;
  top: -10px;
}
.apply-debit-card-transaction .select2-selection__placeholder {
  position: absolute;
  top: 20px;
}
.apply-debit-card-transaction #AddressDetail {
  padding-left: 25px;
  padding-bottom: 15px;
}
.apply-debit-card-transaction #AddressDetail .ng-star-inserted {
  position: absolute;
  top: -15px;
}
.view-stop-cheque-requests-transaction .stop-cheque-requests-item:first-child {
  padding-top: 0px;
  padding-bottom: 10px;
}
.view-stop-cheque-requests-transaction .stop-cheque-requests-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-stop-cheque-requests-transaction .stop-cheque-requests-item + .stop-cheque-requests-item {
  border-top: 1px solid #dbe4ec;
}
.view-stop-cheque-requests-transaction .stop-cheque-requests-item .information-content {
  padding-bottom: 0px;
  margin-bottom: 5px;
  border: none;
}
.view-stop-cheque-requests-transaction .stop-cheque-requests-item .action-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.stop-cheque-request-detail-transaction.start .information-container-header {
  margin-top: 0px !important;
}
.interac-auto-deposit.start {
  margin-top: 0;
}
.fixed-position {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 97;
}
.account-detail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.account-detail-wrapper .account-card-component {
  padding: 12px 16px;
}
.account-detail-wrapper vc-gridcolumn.grid-column-card {
  max-width: 343px;
}
@media (max-width: 767.98px) {
  .account-detail-wrapper vc-gridcolumn.grid-column-card {
    max-width: unset;
  }
  .account-detail-wrapper vc-gridcolumn.grid-column-card .account-card-component .bottom-right-row {
    width: calc(100vw - 64px);
  }
}
.account-detail-wrapper .holding-detail .holding-name {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  color: #2c4b68;
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: 500 !important;
}
.account-list-transaction.card-list {
  padding-top: 27px;
}
.account-list-transaction.card-list .account-card-list-item {
  margin-bottom: 30px;
}
.account-list-transaction .account-card-list-item.contact-hidden + .account-card-list-item {
  border-top: unset !important;
}
.account-list-transaction .account-card-list-item {
  cursor: pointer;
  margin-top: 0;
  padding: 12px 0 8px 0;
  align-items: center;
  border-bottom: 0;
}
.account-list-transaction .account-card-list-item + .account-card-list-item {
  border-top: 1px solid #dbe4ec;
}
.account-list-transaction .account-card-list-item.row:after {
  content: none;
}
.account-list-transaction .account-card-list-item vc-gridcolumn:nth-child(1) {
  padding-left: 0;
}
.account-list-transaction .account-card-list-item vc-gridcolumn:nth-child(2) {
  padding-right: 0;
}
.account-list-transaction .account-card-list-item .account-info {
  align-items: center;
}
.account-list-transaction .account-card-list-item .account-info img {
  width: 35px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.account-list-transaction .account-card-list-item .account-detail {
  justify-content: space-between;
  align-items: center;
  margin-top: -5px !important;
}
.account-list-transaction .account-card-list-item .account-detail.jc-flex-end {
  justify-content: flex-end !important;
}
.account-list-transaction .account-card-list-item .account-detail .icon-edit {
  border-right: 1px solid #dbe4ec;
  margin-right: 16px;
  padding-right: 16px;
}
.account-list-transaction .account-card-list-item .account-detail vc-imagebutton {
  margin-top: -2px;
}
.account-list-transaction .account-card-list-item .account-detail.row:after {
  content: none;
}
.account-list-transaction .account-card-list-item .account-detail .balance-value {
  display: block;
  font: normal normal 900 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.account-list-transaction .account-card-list-item .account-owner {
  color: #373e45;
  line-height: 18px;
  font: normal normal 900 16px/21px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: bold !important;
  letter-spacing: 0px;
  opacity: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-list-transaction .account-card-list-item .account-name {
  font-size: 13px;
  margin-left: 13px;
  line-height: 16px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.account-list-transaction .account-card-list-item .account-number {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #373e45;
  padding-top: 4px;
  letter-spacing: 0px;
  opacity: 1;
}
.beneficiary-avatar {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #c5d0d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  color: white;
  text-transform: uppercase;
}
.account-balance-detail .contact-info-text {
  font: normal normal normal 16px/20px Roboto, "Segoe UI", Calibri, sans-serif;
}
.account-balance-detail .contact-hidden {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.account-balance-detail .contact-not-found-text {
  font: normal normal 900 22px/25px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
}
.account-balance-detail .myaccounts-list-item .my-accountlist-title-frame {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 24px;
}
.account-balance-detail .myaccounts-list-item .my-accountlist-title-frame vc-gridcolumn {
  padding: 0;
}
.account-balance-detail .myaccounts-list-item .my-accountlist-title-frame vc-gridcolumn vc-label {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #2a4a68;
}
.account-balance-detail .myaccounts-list-item .my-accountlist-title-frame vc-gridcolumn vc-label span {
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #4a78a1;
  margin: 0;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame {
  margin-top: 30px;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame vc-gridcolumn {
  padding: 0;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame vc-gridcolumn .group-title {
  width: 100%;
  padding-bottom: 8px;
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #4a78a1;
  margin: 0;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame vc-gridcolumn .market-value-date-title {
  width: 100%;
  padding-bottom: 8px;
  font: normal normal normal 12px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  margin: 0;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame vc-gridcolumn .balance-value {
  display: block;
  font: normal normal 900 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-client-frame {
  margin-bottom: 22px;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-client-frame .partner-accountlist-client-border {
  margin-bottom: 0;
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-client-frame .partner-accountlist-client-row {
  border-bottom: 2px solid #2a4a68;
}
@media (max-width: 767px) and (orientation: portrait) {
  .account-balance-detail .myaccounts-list-item .partner-accountlist-client-frame .partner-accountlist-client-row {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.account-balance-detail .myaccounts-list-item .partner-accountlist-client-frame vc-gridcolumn .client-number-title {
  width: 100%;
  padding-bottom: 8px;
  font: normal normal 900 16px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  font-weight: bold !important;
  letter-spacing: 0px;
  color: #373e45;
  margin: 0;
  text-transform: uppercase;
}
.account-balance-detail .myaccounts-list-item .account-card-list-item vc-gridcolumn vc-label span {
  margin: 0;
}
@media (max-width: 767px) and (orientation: portrait) {
  .account-balance-detail .myaccounts-list-item .account-card-list-item:nth-child(2) > vc-gridcolumn:nth-child(1) vc-label span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .account-balance-detail .myaccounts-list-item .account-card-list-item:nth-child(2) > vc-gridcolumn:nth-child(1) vc-label .holdingName {
    white-space: normal !important;
  }
}
.account-balance-detail > vc-gridcolumn vc-gridrow.myaccounts-list-item:nth-child(1) .my-accountlist-title-frame {
  margin-top: 8px;
}
.account-balance-detail > vc-gridcolumn vc-gridrow.myaccounts-list-item:nth-child(1) .partner-accountlist-title-frame {
  margin-top: 8px;
}
.account-balance-detail > vc-gridcolumn vc-gridrow.myaccounts-list-item:nth-child(1) .holding-title {
  border-bottom: 2px solid #2a4a68;
}
.account-balance-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 23px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 26px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
}
.account-balance-wrapper .balance-title {
  font-size: 13px;
  height: 33px;
  font-weight: 400;
}
.account-balance-wrapper .balance-text {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
.account-balance-wrapper .balance-text span:last-child {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.header-tabs-view {
  position: relative;
  top: 28px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 32px;
}
.open-term-deposit-account .terms-conditions {
  display: block;
  margin-bottom: 27px;
  margin-top: 17px;
  color: #2c4b68;
}
.open-business-term-deposit .open-business-term-deposit-combo {
  font-size: 18px;
  width: calc(100% - 67px);
  line-height: 20px;
}
.terms-conditions u {
  color: #d1e7ba;
}
.no-transaction-helper {
  margin-bottom: 25px;
  display: inline-block;
}
.offer-modal .modal-body {
  overflow: visible;
}
.gradient-mask {
  background: transparent linear-gradient(112deg, #9f4500 0%, #09263573 57%, #173391 100%) 0% 0% no-repeat padding-box;
}
.campaign-description {
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 7px;
  font-weight: bold;
  margin-top: 12px;
}
.campaign-description p {
  margin-bottom: 0;
}
.campaign-title {
  font-size: 14px;
  text-transform: capitalize;
}
.second-time-announcements-wrapper {
  padding-bottom: 22px;
}
.second-time-announcements-carousel.row {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 22px;
}
.campaign-card-wrapper {
  height: 100px;
  width: 328px;
  transition: all 0.3s ease;
  opacity: 0.5;
  border-radius: 6px;
  color: white;
  margin: 12px 6px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  padding: 12px 14px 13px 20px;
}
.campaign-card-wrapper.slick-current {
  opacity: 1;
  height: 144px;
  margin: 0 6px;
}
.campaign-card-wrapper.announcement {
  border: 1px solid #c5d0d9;
  color: #2c4b68;
  font-size: 13px;
}
.campaign-card-wrapper.second-time-login {
  margin: 0 6px;
  height: auto;
  min-height: 62px;
  background: #ffffff;
  border-radius: 4px;
  width: calc(100vw - 48px);
  padding: 12px;
}
.campaign-card-wrapper.second-time-login .announcement-second-time-login {
  width: 37px;
  height: 37px;
}
.campaign-card-wrapper .icon-cross-white,
.campaign-card-wrapper .icon-cross-gray {
  margin-left: auto;
}
.icon-cross-white {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-cross-white.svg');
}
.icon-cross-gray {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-cross-gray.svg');
}
.campaign-detail-page {
  padding: 0;
}
.campaign-detail-page .campaign-banner {
  width: 100%;
  height: 30vh;
  display: flex;
  padding: 0 22px 28px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.campaign-detail-page .campaign-content {
  margin-right: 9px;
  margin-left: 9px;
  text-align: center;
}
.campaign-detail-page .campaign-content .btn {
  margin-bottom: 20px;
}
.user-limit-transaction .vc-gridrow-header {
  margin-top: 32px;
  margin-bottom: 20px;
}
.timeout-popup .modal-body {
  overflow: visible;
}
.view-cra-accounts .cra-account-type-wrapper {
  border-bottom: 1px solid #dbe4ec;
}
.view-cra-accounts .cra-account-type-wrapper.cra-account-type-wrapper-no-border {
  border-bottom: none;
}
.view-cra-accounts .cra-account-type {
  font: normal normal normal 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
  font-weight: 700 !important;
}
.view-cra-accounts .cra-account-list {
  padding-left: 0;
  padding-right: 0;
}
.view-cra-accounts .cra-account-list .cra-account-item-wrapper {
  display: flex;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.view-cra-accounts .cra-account-list .cra-account-item {
  border-bottom: 1px solid #dbe4ec;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.view-cra-accounts .cra-account-list .cra-account-item.cra-account-item-no-border {
  border-bottom: none;
}
.view-cra-accounts .cra-account-list .cra-account-item {
  align-items: center;
  touch-action: pan-y !important;
  justify-content: space-between;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
.view-cra-accounts .cra-account-list .beneficiary-username {
  font: normal normal normal 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  font-weight: 500;
}
.view-cra-accounts .cra-account-list .cra-account-button {
  margin-right: 40px;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
.view-cra-accounts .cra-account-list .cra-account-button span {
  color: #2a4a68;
  font: normal normal bold 14px/19px Roboto, "Segoe UI", Calibri, sans-serif !important;
}
.beneficiary-list {
  padding-left: 0;
  padding-right: 0;
}
.beneficiary-list .beneficiary-item-wrapper {
  display: flex;
  position: relative;
}
.beneficiary-list .beneficiary-item {
  border-bottom: 1px solid #dbe4ec;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.beneficiary-list .beneficiary-item.beneficiary-item-no-border {
  border-bottom: none;
}
.beneficiary-list .beneficiary-item,
.beneficiary-list .fundtransfer-item {
  align-items: center;
  touch-action: pan-y !important;
  justify-content: space-between;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
.beneficiary-list .fundtransfer-item {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}
.beneficiary-list .beneficiary-thumbnail {
  border-radius: 50%;
  background-color: #c5d0d9;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.beneficiary-list .beneficiary-username {
  font: normal normal bold 16px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.beneficiary-list .username-text {
  font: normal normal normal 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
}
.new-beneficiary-button {
  background: url('images/icon-plus.svg') no-repeat center center, url('images/new-mail-bg.svg') no-repeat center -2px;
  width: 42px;
  height: 50px;
  position: absolute;
  bottom: 66px;
  right: 19px;
}
.new-calculator-button {
  background: url('images/img-option-popover.svg') no-repeat center center;
  width: 42px;
  height: 50px;
  position: absolute;
  padding-top: 10px;
  bottom: 7px;
  right: 19px;
}
.new-chatbot-button {
  background: url('images/icon-chatbot-popover.svg') no-repeat center center;
  width: 42px;
  height: 50px;
  position: absolute;
  padding-top: 10px;
  bottom: 7px;
  right: 19px;
}
.dropdown-menu.term-calculator {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  top: auto !important;
  transform: translate3d(0, 0, 0) !important;
  left: auto !important;
  right: 8px !important;
  bottom: 73px !important;
  padding: 20px 14px;
  box-shadow: none;
  /* Styling for second triangle (border) */
}
.dropdown-menu.term-calculator a {
  width: 100%;
  color: #242424;
}
.dropdown-menu.term-calculator .text-item {
  font-size: 13px;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 13px;
}
.dropdown-menu.term-calculator .text-item:last-of-type {
  padding: 0;
  margin: 0;
  border: 0;
}
.dropdown-menu.term-calculator:after, .dropdown-menu.term-calculator:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  bottom: -7px;
  content: "";
  right: 25px;
  position: absolute;
}
.dropdown-menu.term-calculator:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid;
  border-top-color: inherit;
  /* Can't be included in the shorthand to work */
  bottom: -9px;
  right: 23px;
}
.update-beneficiary-button {
  width: 82px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2c4b68;
  color: #ffffff;
}
.update-beneficiary-button:hover {
  color: white;
}
.delete-beneficiary-button {
  height: 100%;
  width: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #bf2f30;
  color: #ffffff;
}
.delete-beneficiary-button:hover {
  color: #ffffff;
}
.myaccounts-list-title {
  /*   padding-top: 21px;
    background: white;
    border-bottom: 27px solid rgba(227, 229, 235, 0.15);
    border-top: 1px solid $vc-selected-bg-color; */
  color: #2a4a68;
  font-size: 13px;
  display: inline-block;
  margin-right: 22px;
  margin-left: 19px;
}
.myaccounts-list-amount-title {
  color: #d1e7ba;
  font-size: 13px;
  display: inline-block;
  margin-left: 22px;
}
.my-accountlist-title-frame {
  padding-bottom: 4px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e2e2e2;
}
.swipedelete-actions {
  display: flex;
  position: absolute;
  right: 0;
  height: 100%;
}
.swipedelete-actions .icon-edit {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-edit.svg');
}
.swipedelete-actions .icon-delete-white {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-delete-white.svg');
}
.swipedelete-actions .button-text {
  font-weight: 400;
}
.override-amount-box .amount-formatted-text,
.override-amount-box .currency-symbol,
.override-amount-box .amount-precision {
  font-size: 13px;
  color: #2a4a68;
  font-weight: 500;
}
.take-photo-button {
  margin-bottom: 17px;
}
.take-photo-button .button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.take-photo-button .button-text .fa-camera {
  font-size: 26px;
  margin-right: 13px;
}
.onboarding-helper-text {
  color: #434a5e;
  font-weight: 400;
}
.splash-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url('images/login-background.png') no-repeat center center;
  background-size: 100% 100%;
  display: none !important;
}
.biometric-grid {
  height: 100%;
}
.biometric-grid .biometric-grid-body {
  flex-grow: 1;
  align-content: flex-start;
}
.biometric-grid .biometric-row {
  margin-top: auto !important;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
}
.biometric-grid .biometric-content {
  height: 35px;
}
.biometric-grid .biometric-content img {
  height: 25px;
  width: 25px;
}
.goodbye-screen {
  display: flex;
  justify-content: space-between;
  padding-bottom: 152px;
  height: 100%;
  background: url('images/img-illustration-login.png') no-repeat center bottom, linear-gradient(270deg, #3065e6 0%, #123ba8 100%);
  background-size: contain;
}
.goodbye-screen .d-flex.flex-column {
  padding-top: 103px;
  justify-content: space-between;
  height: 100%;
}
.viddget .viddget-popup.open {
  bottom: 0;
  top: 52px;
  right: 0;
  left: 0;
}
.viddget .viddget-popup.open .viddget-frame {
  height: 100%;
}
.viddget .viddget-popup.open .viddget-popup-content {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.viddget .viddget-popup.open .viddget-top-minimal {
  display: none !important;
}
.viddget .viddget-frame {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  padding-bottom: 30px;
}
.viddget .viddget-frame .viddget-loader {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.card-statement-history .transactions-title {
  margin-top: 11px;
  margin-bottom: 0;
}
.credit-card-statement {
  padding-top: 0;
}
.credit-card-statement .arrow-collapser {
  transform: rotate(90deg);
}
.credit-card-statement .card-statement-collapse.row {
  margin-bottom: 15px;
  margin-left: -24px;
  padding-top: 8px;
  margin-right: -24px;
  padding-left: 9px;
  padding-right: 9px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}
.card-list-title {
  color: #2a4a68;
  padding-bottom: 10px;
  margin-bottom: 23px;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  margin-right: 22px;
  margin-left: 19px;
}
.dropdown-menu.standing-orders {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  top: auto !important;
  transform: translate3d(0, 0, 0) !important;
  left: auto !important;
  right: 8px !important;
  bottom: 124px !important;
  padding: 14px;
  box-shadow: none;
  /* Styling for second triangle (border) */
}
.dropdown-menu.standing-orders a {
  width: 100%;
  color: #242424;
}
.dropdown-menu.standing-orders .text-item {
  font-size: 14px;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 13px;
}
.dropdown-menu.standing-orders .text-item:last-of-type {
  padding: 0;
  margin: 0;
  border: 0;
}
.dropdown-menu.standing-orders:after, .dropdown-menu.standing-orders:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  bottom: -7px;
  content: "";
  right: 25px;
  position: absolute;
}
.dropdown-menu.standing-orders:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid;
  border-top-color: inherit;
  /* Can't be included in the shorthand to work */
  bottom: -9px;
  right: 23px;
}
.dropup.standing-orders-list {
  position: initial;
}
.icon-calculator-orange {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('images/icon-calculator-orange.svg');
}
.icon-calculator-orange {
  vertical-align: text-bottom;
}
.no-item-list.col-12 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exchange-rate-wrapper {
  height: calc(100vh - 340px);
  overflow: auto;
  margin-bottom: 26px;
}
.document-capture-text {
  background-color: rgba(242, 242, 242, 0.2);
  border-radius: 4px;
  padding: 8px;
}
.currency-circular-button.dbas-btn {
  border-radius: 50% !important;
  background: #d1e7ba url('images/icon-currency-rate.svg') no-repeat no-repeat center center;
  width: 42px;
  max-width: 42px;
  min-width: 42px;
  height: 42px !important;
  margin: auto;
  float: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.currency-circular-button.dbas-btn:hover {
  background: #d1e7ba url('images/icon-currency-rate.svg') no-repeat no-repeat center center;
}
.history-item-circular {
  display: inline-flex;
  background: #f6f6f6;
  border-radius: 50%;
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-right: 7px;
  align-items: center;
  justify-content: center;
}
.no-cards-view {
  padding-bottom: 32px;
  padding-top: 32px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  background: url('images/icon-no-card-background.svg') no-repeat no-repeat center center;
  height: 327px;
  margin: auto;
}
.no-cards-view .no-card-apply-button.dbas-btn.btn-block {
  margin: auto;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  width: 220px;
}
.credit-card-view .amount-formatted-text {
  line-height: 28px;
}
.camera-flash-effect {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  -webkit-animation-timing-function: linear;
  animation-duration: 1s;
  animation-name: flash;
  animation-timing-function: linear;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.forgot-passwprd-username .required:after {
  content: "*";
  color: white;
}
.pdf-html {
  height: 100%;
  background: white;
}
.pdf-container {
  font-family: "Montserrat";
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background: white;
  letter-spacing: 0;
}
.pdf-container .spanTitle {
  color: #1665db;
  font-weight: 600;
}
.pdf-container .spanText {
  color: #1665db;
  margin-left: 5px;
}
.pdf-container .text-container {
  color: white;
  width: 100%;
  background: #3065e6 linear-gradient(270deg, #3065e6 0%, #123ba8 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 42px;
}
.pdf-container .text-container .text-area {
  margin: auto;
}
.pdf-container .text-container .table.table-bordered {
  display: none;
}
.pdf-container .text-container .transaction-message {
  font-weight: bold;
  padding-top: 80px;
  font-size: 18px;
  text-align: center;
}
.pdf-container .text-container .transaction-message .export-custom-header {
  margin: auto;
}
.pdf-container .text-container .transaction-message .export-custom-header td {
  background: transparent;
}
.pdf-container .text-container .transaction-info {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 43px;
  text-align: center;
  background: transparent;
  color: white;
}
.pdf-container .text-container .transaction-info * {
  background: transparent;
}
.pdf-container .text-container .transaction-info .spanTitle {
  display: block;
  color: white;
}
.pdf-container .text-container .transaction-info .spanText {
  color: white;
  font-size: 15px;
}
.pdf-container .sender-receiver-table {
  display: inline-block;
  min-width: 45%;
  max-width: 47%;
  margin-top: 45px;
}
.pdf-container .sender-receiver-table:first-of-type {
  margin-left: 30px;
  margin-bottom: 45px;
}
.pdf-container .sender-receiver-table:last-of-type {
  margin-right: 30px;
  margin-bottom: 45px;
}
.pdf-container .sender-receiver-table .ExportTextItem:first-of-type .spanTitle {
  color: #0e3c54 !important;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
  display: block;
  width: 75%;
}
.pdf-container .receipt-info-table {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 25px;
  border: 0;
}
.pdf-container .receipt-info-table table {
  border: 1px solid #c5d0d9 !important;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.pdf-container .receipt-info-table table tbody {
  border-bottom: 1px solid #adb3c4;
}
.pdf-container .receipt-info-table th {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pdf-container .receipt-info-table td {
  border: 0 !important;
  color: #2c4b68;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}
.pdf-container .receipt-info-table td:nth-child(even) {
  text-align: right;
  color: #2a4a68;
}
.pdf-container .receipt-info-table tr:nth-child(odd) {
  background-color: #e0e6fb;
}
.pdf-container .receipt-info-table tr {
  border: 0;
  border-radius: 4px;
}
.register-inner-column .link-button {
  color: #2476c9 !important;
}
.dbas-header-pdf {
  height: 100px;
  color: #ffffff;
  padding-left: 35px !important;
  padding-right: 35px !important;
  background: transparent linear-gradient(270deg, #3065e6 0%, #123ba8 100%) 0% 0% no-repeat padding-box;
}
.dbas-header-pdf .header-left-side {
  font-size: 20px;
  background: transparent url('images/veribank-logo-white.png') no-repeat left center;
  background-size: contain;
  padding-left: 60px;
}
.dbas-header-pdf .header-right-image,
.dbas-header-pdf .header-right-side {
  text-align: right;
  font-weight: 500;
}
.dbas-header-pdf .header-right-image tr,
.dbas-header-pdf .header-right-image td,
.dbas-header-pdf .header-right-image table,
.dbas-header-pdf .header-right-image span,
.dbas-header-pdf .header-right-image *,
.dbas-header-pdf .header-right-side tr,
.dbas-header-pdf .header-right-side td,
.dbas-header-pdf .header-right-side table,
.dbas-header-pdf .header-right-side span,
.dbas-header-pdf .header-right-side * {
  background: transparent;
  color: white !important;
}
.working-hours-restriction .select2-selection__placeholder {
  position: inherit;
}
.credential-info {
  margin-top: 40px;
  margin-bottom: auto;
  margin-right: 25px;
  margin-left: 25px;
}
.disclaimer-text {
  margin-top: 43px;
}
.vb-logo {
  width: 26px !important;
  height: 22px !important;
}
.userprofiletransaction {
  background: white;
  padding-top: 0;
}
.userprofiletransaction .fixed-position + .profile-data {
  margin-top: 265px;
  font-weight: 600;
}
.userprofiletransaction .fixed-position .profile-icon-buttons-wrapper {
  padding-top: 25px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.app-intro-web {
  height: 100vh;
  background-size: 100% 100%;
  text-align: center;
}
.app-intro-web .login-column {
  height: 100%;
  padding: calc((100vh * 35) / 768) 7%;
  padding-top: 82px;
  overflow: auto;
}
.app-intro-web .login-column .login-logo {
  -o-object-fit: contain;
     object-fit: contain;
  height: 56px;
  margin-bottom: 16px;
}
.app-intro-web .login-column .password-input {
  margin-top: calc((100vh * 34) / 768);
  margin-bottom: 0;
}
.app-intro-web .login-column .password-input > label {
  display: none;
}
.app-intro-web .login-column .password-input.captcha-row {
  margin-top: 0;
}
.app-intro-web .login-column .password-input-bottom {
  margin-bottom: 0;
}
.app-intro-web .login-column .password-input-bottom > label {
  display: none;
}
.app-intro-web .login-column .login-intro {
  padding: 30px 50px;
}
.app-intro-web .login-column .login-intro .login-footer {
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.app-intro-web .login-column .login-intro .login-footer vc-gridcolumn:first-child {
  border-top: 1px solid #c5d0d9;
  padding-top: 24px;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .app-intro-web .login-column .login-intro .login-footer {
    font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  }
}
@media (min-width: 576px) {
  .app-intro-web .login-column .login-intro .login-footer {
    font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif !important;
  }
}
.app-intro-web .login-column .link-bold {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-nunito);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #373e45;
  text-align: left;
  font: normal normal bold 18px/24px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
}
.app-intro-web .login-column .forgot-link vc-linkbutton a {
  color: #2476c9;
}
@media (min-width: 576px) {
  .app-intro-web .login-column .forgot-link vc-linkbutton a span {
    font: normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .app-intro-web .login-column .forgot-link vc-linkbutton a span {
    font: normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
  }
}
.app-intro-web .login-column .forgot-row .form-group {
  margin-bottom: 0 !important;
  min-height: unset !important;
}
.app-intro-web .login-column .forgot-row vc-gridcolumn:first-child {
  border-right: 1px solid #c5d0d9;
}
.app-intro-web .login-column .first-login {
  display: flex;
  justify-content: center;
  max-width: 478px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 25px 50px #3c6d9b4d;
  border-radius: 10px;
}
.app-intro-web .login-column .first-login .store-row vc-gridcolumn:first-child {
  text-align: right;
  padding-right: 5px;
}
.app-intro-web .login-column .first-login .store-row vc-gridcolumn:last-child {
  text-align: left;
  padding-left: 5px;
}
.app-intro-web .enroll-column {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.app-intro-web .enroll-inner-column {
  flex-grow: 1;
  background: #f1f5f8 0% 0% no-repeat padding-box;
  border-radius: 0;
  padding-top: 82px;
  overflow: auto;
}
.app-intro-web .enroll-inner-column .intro-primary-text {
  font-size: 24px;
  margin-bottom: 26px;
  display: inline-block;
  font-weight: bold;
  color: #2c4b68;
}
.app-intro-web .enroll-inner-column .intro-secondary-text {
  display: inline-block;
  color: #2a4a68;
}
.app-intro-web .register-inner-column-text {
  margin-top: calc((100vh * 23) / 768);
  text-align: center;
  display: flex;
  justify-content: center;
}
.app-intro-web .register-inner-column-text .register-help-text {
  display: block;
  color: #2a4a68;
  float: left;
}
.app-intro-web .register-inner-column-text .link-button {
  background: none !important;
  box-shadow: none !important;
  color: #2476c9 !important;
  padding: 0 !important;
  float: left;
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif !important;
}
.app-intro-web .register-inner-column {
  margin-top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.app-intro-web .register-inner-column .register-help-text {
  display: block;
  margin-bottom: calc((100vh * 18) / 768);
  color: #2a4a68;
  font: normal normal bold 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  float: left;
}
.app-intro-web .register-inner-column .link-button {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #2476c9 !important;
  height: auto !important;
  float: left;
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif !important;
}
@media (min-width: 768px) {
  .register-help-text {
    font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif !important;
  }
}
.circular-add-button,
.circular-right-button {
  transform: rotate(180deg);
}
.restirictions-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.captchaBoxIframe html {
  overflow: hidden;
}
.add-receipent-area {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .otp-login .first-otp {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .otp-login .first-otp .first-otp-wrapper {
    display: flex;
    flex-direction: column;
  }
  .otp-login .first-otp .first-otp-wrapper .first-otp-buttons {
    margin-top: auto;
    margin-bottom: 24px;
  }
  .personal-mortgage-comparison-calculator {
    width: auto;
    padding: 80px 0px 0px 0px;
    overflow-x: hidden;
  }
  .personal-mortgage-comparison-calculator .asking-price-label {
    font: normal normal 800 20px/26px Nunito, "Segoe UI", Calibri, sans-serif;
    letter-spacing: -0.4px;
    color: #2a4a68;
  }
  .personal-mortgage-comparison-calculator .button-list-column {
    padding-top: 0px;
    padding-bottom: 44px;
  }
  .personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-gridcolumn {
    position: absolute;
  }
  .personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-gridcolumn:nth-child(2) {
    left: 50%;
  }
  .personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-gridcolumn:nth-child(3),
  .personal-mortgage-comparison-calculator .button-list-column .button-list-row vc-gridcolumn:nth-child(4) {
    left: 150%;
  }
  .personal-mortgage-comparison-calculator .button-list-column a.btn-scroll-left {
    background: white !important;
  }
  .personal-mortgage-comparison-calculator .button-list-column a.btn-scroll-left .long-arrow-left-blue {
    background: url('images/long-arrow-left-blue.svg') no-repeat 100% center;
    width: 24px;
    height: 24px;
    margin-top: 16px;
  }
  .personal-mortgage-comparison-calculator .button-list-column a.btn-scroll-right {
    background: white !important;
  }
  .personal-mortgage-comparison-calculator .button-list-column a.btn-scroll-right .long-arrow-right-blue {
    background: url('images/long-arrow-right-blue.svg') no-repeat 100% center;
    width: 24px;
    height: 24px;
    margin-top: 16px;
    margin-right: 20px !important;
  }
  .personal-mortgage-comparison-calculator .page-header {
    font: normal normal 800 25px/32px Nunito, "Segoe UI", Calibri, sans-serif;
    letter-spacing: -0.25px;
    margin-bottom: 24px;
  }
  .personal-mortgage-comparison-calculator .tabs-column vc-tabs .is-boxed.tabs {
    margin-bottom: 24px;
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .personal-mortgage-comparison-calculator .tabs-column vc-tabs .asking-price-header {
    padding-left: 40px;
  }
  .personal-mortgage-comparison-calculator .tabs-column vc-tabs .asking-price-value {
    padding-right: 40px;
  }
  .personal-mortgage-comparison-calculator .value-columns a.btn-scroll {
    width: 50px;
    height: 50px !important;
    background: #89a8c2;
    position: relative;
    z-index: 99;
    margin-left: calc(50vw - 40px);
  }
  .personal-mortgage-comparison-calculator .value-columns a.btn-scroll .long-arrow-right-white {
    background: url('images/long-arrow-right-white.svg') no-repeat 100% center;
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
  .personal-mortgage-comparison-calculator .header-columns {
    padding-left: 40px !important;
    background: white;
    z-index: 1;
    box-shadow: 8px 8px 8px -2px #f3f3f4;
  }
  .personal-mortgage-comparison-calculator .header-columns vc-label {
    font: normal normal normal 16px/24px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: -0.16px;
    color: #4b565e;
  }
  .personal-mortgage-comparison-calculator .header-columns .total-mortgage-header vc-label {
    font: normal normal 800 20px/26px Nunito, "Segoe UI", Calibri, sans-serif;
    letter-spacing: -0.3px;
    color: #2a4a68;
  }
  .personal-mortgage-comparison-calculator .slide > vc-gridcolumn {
    position: absolute;
    left: 100%;
    padding-right: 40px;
  }
  .personal-mortgage-comparison-calculator .slide > vc-gridcolumn:first-child {
    left: 0;
  }
  .personal-mortgage-comparison-calculator .down-payment-value {
    height: 132px;
  }
  .personal-mortgage-comparison-calculator .total-mortgage-required {
    height: 120px;
  }
  .dashboard-animation {
    position: relative !important;
  }
  .slick-slide {
    margin-right: 16px;
    margin-left: 16px;
    width: calc(100vw - 64px);
    position: relative;
  }
  vc-campaignview .slick-slide {
    width: 100vw;
    padding: 0 16px;
  }
  .slick-slide .account-card-component {
    border-radius: 10px;
    max-width: 80vw;
    margin: 0 auto;
  }
  .icon-buttons-wrapper {
    padding-top: 20px;
  }
  .icon-transactions-menu {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-transactions-menu.svg');
  }
  .icon-personalization {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-personalization.svg');
  }
  .icon-manage-bills {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-manage-bills.svg');
  }
  .icon-financial-calculators {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-financial-calculators.svg');
  }
  .icon-own-account {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-own-account.svg');
  }
  .icon-customer-menu {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-customer-menu.svg');
  }
  .icon-domestic-transfer {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-domestic-transfer.svg');
  }
  .icon-international-transfer {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-international-transfer.svg');
  }
  .icon-standing-orders {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-standing-orders.svg');
  }
  .icon-update-daily-limit {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-update-daily-limit.svg');
  }
  .icon-manage-recipients {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-manage-recipients.svg');
  }
  .icon-bill-payments {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-bill-payments.svg');
  }
  .icon-apply {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-apply.svg');
  }
  .icon-mobile-topup {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-mobile-topup.svg');
  }
  .icon-road-toll {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-road-toll.svg');
  }
  .icon-bills {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-bills.svg');
  }
  .icon-term-deposit-account {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-term-deposit-account.svg');
  }
  .icon-cheque-book {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-cheque-book.svg');
  }
  .icon-debit-card {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-debit-card.svg');
  }
  .icon-foreign-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-foreign-exchange.svg');
  }
  .icon-buy-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-buy-exchange.svg');
  }
  .icon-sell-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-sell-exchange.svg');
  }
  .icon-currency-converter {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-currency-converter.svg');
  }
  .icon-exchange-rates {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-exchange-rates.svg');
  }
  .icon-repeated-transactions {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-repeated-transactions.svg');
  }
  .account-balance-detail .myaccounts-list-item {
    margin: auto -30px;
    margin-bottom: 24px;
  }
  .account-balance-detail .myaccounts-list-item .account-card-list-item {
    padding-left: 28px;
    padding-right: 28px;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .account-balance-detail .myaccounts-list-item .my-accountlist-title-frame {
    margin: 32px 12px 0px 12px;
  }
  .account-balance-detail .myaccounts-list-item .my-accountlist-title-frame:first-child {
    margin-top: 0px !important;
  }
  .account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame {
    margin: 32px 12px 16px 12px;
  }
  .account-balance-detail .myaccounts-list-item .partner-accountlist-title-frame:first-child {
    margin-top: 0px !important;
  }
  .account-list-transaction .account-card-list-item .account-detail vc-gridcolumn:first-child {
    padding-right: 12px !important;
  }
}
.interac-pending-detail-transaction {
  padding-bottom: 4px;
}
.interac-pending-detail-transaction .interac-pending-detail-item {
  min-height: calc(100vh - 416px);
}
.interac-pending-requestmoney-cancel-transfer-transaction > div.d-flex.flex-column > vc-gridrow:first-child .interac-pending-requestmoney-cancel-transfer-item {
  min-height: calc(100vh - 616px);
}
.interac-pending-sendmoney-cancel-transfer-transaction > div.d-flex.flex-column > vc-gridrow:first-child .interac-pending-sendmoney-cancel-transfer-item {
  min-height: calc(100vh - 616px);
}
@media (min-width: 576px) {
  .secure-mailbox-intro .mail-tabs .mail-tab.inbox {
    background: url('images/icon-inbox.svg') no-repeat 30% center;
  }
  .secure-mailbox-intro .mail-tabs .mail-tab.inbox.active {
    background: url('images/icon-inbox-active.svg') no-repeat 30% center;
  }
  .secure-mailbox-intro .mail-tabs .mail-tab.sent {
    background: url('images/icon-send.svg') no-repeat 30% center;
  }
  .secure-mailbox-intro .mail-tabs .mail-tab.sent.active {
    background: url('images/icon-send-active.svg') no-repeat 30% center;
  }
  .secure-mailbox-intro .mail-tabs .mail-tab.trash {
    background: url('images/icon-trash.svg') no-repeat 30% center;
  }
  .secure-mailbox-intro .mail-tabs .mail-tab.trash.active {
    background: url('images/icon-trash-active.svg') no-repeat 30% center;
  }
  .view-scheduled-transactions-step2 {
    padding-bottom: 24px;
  }
  .interac-pending-detail-transaction {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .menu-close-button {
    top: 24px;
    position: fixed;
    right: 24px;
  }
  .icon-secure-mailbox {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-secure-mailbox-web.svg');
  }
  .icon-transactions-menu {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-transactions-menu-web.svg');
  }
  .icon-personalization {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-personalization-web.svg');
  }
  .icon-manage-bills {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-manage-bills-web.svg');
  }
  .icon-financial-calculators {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-financial-calculators-web.svg');
  }
  .icon-own-account {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-own-account-web.svg');
  }
  .icon-customer-menu {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-customer-menu-web.svg');
  }
  .icon-domestic-transfer {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-domestic-transfer-web.svg');
  }
  .icon-international-transfer {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-international-transfer-web.svg');
  }
  .icon-standing-orders {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-standing-orders-web.svg');
  }
  .icon-update-daily-limit {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-update-daily-limit-web.svg');
  }
  .icon-manage-recipients {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-manage-recipients-web.svg');
  }
  .icon-bill-payments {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-bill-payments-web.svg');
  }
  .icon-apply {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-apply-web.svg');
  }
  .icon-mobile-topup {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-mobile-topup-web.svg');
  }
  .icon-road-toll {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-road-toll-web.svg');
  }
  .icon-bills {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-bills-web.svg');
  }
  .icon-term-deposit-account {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-term-deposit-account-web.svg');
  }
  .icon-cheque-book {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-cheque-book-web.svg');
  }
  .icon-debit-card {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-debit-card-web.svg');
  }
  .icon-foreign-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-foreign-exchange-web.svg');
  }
  .icon-buy-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-buy-exchange-web.svg');
  }
  .icon-sell-exchange {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-sell-exchange-web.svg');
  }
  .icon-currency-converter {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-currency-converter-web.svg');
  }
  .icon-exchange-rates {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-exchange-rates-web.svg');
  }
  .icon-repeated-transactions {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-repeated-transactions-web.svg');
  }
  .icon-lost-stolen {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-lost-stolen-web.svg');
  }
  .icon-cash-advance {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-cash-advance-web.svg');
  }
  .icon-apply-debit {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-apply-debit-web.svg');
  }
  .icon-card-payment {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-card-payment-web.svg');
  }
  .icon-my-cards {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-my-cards-web.svg');
  }
  .icon-early-closure {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-early-closure-web.svg');
  }
  .icon-my-accounts {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-my-accounts-web.svg');
  }
  .icon-open-current {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-open-current-web.svg');
  }
  .icon-open-term {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-open-term-web.svg');
  }
  .icon-request-statement {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-request-statement-web.svg');
  }
  .icon-update-term {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icon-update-term-web.svg');
  }
  .dashboard-wrapper.dashboard-web {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    height: 100%;
    touch-action: pan-y !important;
  }
  .dashboard-wrapper.dashboard-web > .col-8 {
    max-width: 640px;
    width: 100%;
    padding-right: 30px;
    padding-left: 0;
  }
  .dashboard-wrapper.dashboard-web .dashboard.out,
  .dashboard-wrapper.dashboard-web .dashboard.in {
    height: auto;
  }
  .dashboard-wrapper.dashboard-web .dashboard-detail-column {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    border-left: 1px solid #dbe4ec;
  }
  .dashboard-wrapper.dashboard-web .dashboard-detail-column .content-campaign-column {
    flex: 4;
    min-height: 40%;
    max-height: 40%;
  }
  .dashboard-wrapper.dashboard-web .dashboard-detail-column .content-detail-column .repeatable-transactions-column {
    display: block;
    position: relative;
    height: 100%;
  }
  .dashboard-wrapper.dashboard-web .dashboard-detail-column .content-detail-column .repeatable-transactions-column .repeatable-transactions {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 16px;
  }
  .dashboard-wrapper.dashboard-web .dashboard-detail-column .content-detail-column .repeatable-transactions-column .repeatable-item {
    font-size: 12px;
  }
  .dashboard-wrapper.dashboard-web .campaign-card-wrapper {
    background-position: center;
    background-size: cover;
  }
  .new-beneficiary-button {
    bottom: 22px !important;
  }
  .account-detail-transaction .detail-container {
    padding-left: 65px;
    padding-right: 65px;
    font-weight: 600;
  }
  .account-balance-detail {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .account-balance-wrapper,
  .fixed-position {
    position: absolute !important;
  }
  .account-list-transaction.card-list .debit-card-list,
  .account-list-transaction.card-list .credit-card-list {
    padding-top: 21px;
    background: white;
    border-bottom: 27px solid rgba(227, 229, 235, 0.15);
    border-top: 1px solid #e5ebf1;
  }
  .account-list-transaction.card-list .myaccounts-list-item .my-accountlist-title-frame .partner-accountlist-title-frame vc-label span {
    font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
    letter-spacing: 0px;
    color: #3c6d9b;
    margin: 0;
  }
  .card-list-title {
    color: #2a4a68;
    font-size: 13px;
    display: block;
    margin-right: 22px;
    margin-left: 50px;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .account-list-transaction.card-list .account-card-list-item {
    margin-bottom: 0;
  }
  .account-balance-wrapper {
    position: absolute !important;
    padding-top: 5px;
    padding-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .account-balance-wrapper .balance-title {
    font-weight: 600;
  }
  .account-balance-wrapper .balance-text {
    font-weight: bold;
  }
  .campaign-web .campaign-card-wrapper.slick-current {
    margin: 0;
  }
  .campaign-web .campaign-description {
    font-size: 18px;
  }
  .campaign-web .campaign-card-wrapper {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 6px;
    color: white;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    padding: 12px 22px 52px 22px;
  }
  .campaign-web .campaign-card-wrapper.slick-current {
    margin: 0;
  }
  .campaign-web .campaign-card-wrapper.announcement {
    border: 1px solid #c5d0d9;
    color: #2c4b68;
    font-size: 13px;
  }
  .campaign-web .campaign-card-wrapper.second-time-login {
    margin: 0 6px;
    height: auto;
    min-height: 62px;
    background: #ffffff;
    border-radius: 4px;
    width: calc(100vw - 48px);
    padding: 12px;
  }
  .campaign-web .campaign-card-wrapper.second-time-login .announcement-second-time-login {
    width: 37px;
    height: 37px;
  }
  .campaign-web .campaign-card-wrapper .icon-cross-white,
  .campaign-web .campaign-card-wrapper .icon-cross-gray {
    margin-left: auto;
  }
  .campaign-detail-page .campaign-banner {
    height: 236px;
    padding-bottom: 10px;
    text-align: left;
  }
  .campaign-detail-page .campaign-date-text {
    margin-top: 14px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.3px;
  }
  .campaign-detail-page .campaign-detail-text {
    margin: 22px 0;
    font-size: 13px;
    font-weight: 500;
  }
  .card-activities-button {
    padding-left: 65px;
    padding-right: 65px;
  }
  .dashboard-menu-items .more-options-area {
    padding: 7px 98px;
    justify-content: flex-start;
  }
  .dashboard-menu-items .more-options-area .more-option-text {
    font-weight: 500;
    margin-right: 10px;
  }
  .dashboard-menu-items .more-options-area .icon-buttons-wrapper vc-imagebutton {
    min-width: 100px;
  }
  .userprofiletransaction .user-thumbnail {
    width: 100px;
    height: 100px;
  }
  .search-function-area .search-transactions-popup {
    padding-top: 0;
    overflow: visible;
  }
  .otp-login .d-flex.flex-column {
    justify-content: space-between;
  }
  .otp-login .enrollment-title {
    margin-top: 10px;
  }
  .card-statement-web.row {
    background: transparent linear-gradient(270deg, #3065e6 0%, #123ba8 100%) 0% 0% no-repeat padding-box;
    color: white;
    margin-bottom: 17px;
    margin-left: -50px;
    padding-right: 35px;
    margin-right: -50px;
    padding-left: 35px;
  }
  .exchange-rate-wrapper {
    height: calc(100vh - 404px) !important;
  }
  .dropdown-menu.standing-orders {
    bottom: 83px !important;
  }
  .dashboard.accounts-wrapper .slick-slider.no-animation .slick-slide {
    transition: none;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-dots {
    bottom: -20px;
  }
  .dashboard.accounts-wrapper .account-card-component {
    margin: auto;
  }
  .chatbot-web-view {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 30vw;
    height: 420px;
    border-radius: 6px;
    z-index: 2;
    box-shadow: 0px 3px 20px #00000047;
  }
  .chatbot-web-view .chatbot-web-iframe {
    background: #ffffff;
    overflow: auto;
    padding: 0;
    height: 100%;
  }
  .chatbot-icon-web {
    width: 46px;
    height: 46px;
    background: #d1e7ba;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .content-header-onboarding.content-header-login {
    flex: 0 !important;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 19px;
  }
  .content-header-login {
    display: flex;
    color: #ffffff;
    justify-content: center;
    font-weight: 600;
    padding-bottom: 28px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .dashboard.accounts-wrapper .slick-slider .slick-slide {
    transition: transform 0.4s;
    position: relative;
    overflow: hidden;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide {
    transform: translate(-150px);
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide vc-accountcardview {
    height: 154px;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide.slick-center + .slick-slide {
    transform: scale(0.7) translate(120px);
    z-index: 10;
    height: 207px;
    margin-top: -31px;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide.slick-center + .slick-slide vc-accountcardview {
    padding-left: 40px !important;
    height: 207px !important;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide.slick-center + .slick-slide + .slick-slide {
    transform: scale(0.7) translate(-273px);
    z-index: 5;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide.slick-center {
    transform: scale(1) translate(0px);
    z-index: 30;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-slide.slick-center vc-accountcardview {
    height: 154px;
  }
  .dashboard.accounts-wrapper .slick-slider .slick-center:after {
    opacity: 0;
  }
  .dashboard.accounts-wrapper .account-card-component {
    background-size: cover;
    background-position: 0 0;
    padding: 12px 16px;
    width: 343px;
    height: 207px;
    border-radius: 10px;
  }
  .dashboard.accounts-wrapper .slick-list,
  .dashboard.accounts-wrapper .slick-track {
    height: 100%;
    z-index: 10;
    padding: 0 57px !important;
    max-height: 154px;
  }
}
@media (min-width: 768px) {
  .slick-slide .account-detail-text-wrapper vc-label {
    display: block;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .login-column,
  .enroll-column {
    max-height: 65%;
    align-self: center;
  }
  .content-inner.content-flow {
    max-height: 75%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .login-column,
  .enroll-column {
    max-height: 75%;
    align-self: center;
  }
  .content-inner.content-flow {
    max-height: 75%;
  }
}
.steps li.complete span:before {
  content: " ";
  background-image: url('images/checkbox-checked-white.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-wrapper.dashboard-web .col-8 {
    padding-right: 0px !important;
  }
  .dashboard-wrapper.dashboard-web .col-4.dashboard-detail-column {
    display: none !important;
  }
  .content-inner-wrapper .col-9.content-flow {
    margin-right: 0px !important;
  }
  .content-inner-wrapper .col-3.left-panel.subpage {
    display: none !important;
  }
  .dbas-header.header-web .header-content .header-right-image {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .dbas-header.header-web .header-content .header-right-profile-name {
    font: normal normal bold 15px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  }
  vc-menu section {
    margin-left: 16px !important;
  }
  vc-menu section .nav-link-item {
    margin-right: 20px !important;
    font: normal normal bold 15px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  }
}
@media (max-width: 360px) {
  .account-detail-transaction .account-card-component {
    width: calc(100vw - 32px);
    margin: auto;
  }
  .icon-buttons-wrapper vc-imagebutton span {
    width: 84px;
  }
}
.logout-transaction-gridsystem .logout-title {
  font: normal normal 900 40px/25px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4b68;
  text-align: center;
  margin: auto;
}
.logout-transaction-gridsystem .logout-message {
  color: #416c9a;
  font: normal normal normal 16px/22px Roboto, "Segoe UI", Calibri, sans-serif;
}
.logout-transaction-gridsystem .logout-image {
  margin: 32px auto;
}
.logout-transaction-gridsystem .container-row {
  align-content: center;
  display: flex;
  height: calc(100vh - 100px);
}
.logout-transaction-gridsystem.desktop {
  width: 100vw;
  background: white;
  min-height: 100vh !important;
  padding: 0px;
  height: 100% !important;
}
.logout-transaction-gridsystem.desktop .logout-title {
  font: normal normal 900 72px/25px Nunito, "Segoe UI", Calibri, sans-serif;
}
.logout-transaction-gridsystem.desktop .bg-logout {
  background: url('images/logout-image.png') no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.redirectLink {
  text-decoration: underline;
  font-weight: 600;
}
.redirectLink:hover {
  text-decoration: underline !important;
}
.information-container .account-opening-confirm-label span {
  color: #373e45;
}
.information-container .account-opening-confirm-label .account-opening-confirm-label-link {
  color: #007bff;
}
.interac-fulfil-money-request-transaction .information-container-header {
  margin-top: 0;
}
.transaction-history-cheque-options .custom-radio {
  flex: 2;
}
.transaction-history-cheque-options :first-child.custom-radio {
  flex: 1;
}
.clickable-grid tr {
  cursor: pointer;
}
.login-alert {
  max-width: 478px;
}
.biometric-access-auth .baa-header {
  color: #3c6d9b;
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
}
.biometric-access-auth .baa-img img,
.biometric-access-auth img.baa-img {
  height: 156px;
}
.biometric-access-auth .baa-option > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.biometric-access-auth .baa-option-row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c5d0d9 !important;
  border-bottom: 1px solid #c5d0d9 !important;
}
.biometric-access-auth .baa-option-row-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.biometric-access-auth .baa-option-row-top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c5d0d9 !important;
}
.biometric-access-auth .biometric-row {
  margin-top: 10px;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
}
.biometric-grid-content .baa-header {
  color: #3c6d9b;
  font: normal normal 800 22px/30px Nunito, "Segoe UI", Calibri, sans-serif;
}
.biometric-grid-content .baa-img img,
.biometric-grid-content img.baa-img {
  height: 156px;
}
.biometric-grid-content .baa-option {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #c5d0d9 !important;
  border-bottom: 1px solid #c5d0d9 !important;
}
.biometric-grid-content .baa-option-row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c5d0d9 !important;
  border-bottom: 1px solid #c5d0d9 !important;
}
.biometric-grid-content .baa-option-row-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.biometric-grid-content .baa-option-row-top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c5d0d9 !important;
}
.biometric-grid-content .biometric-row {
  margin-top: 10px;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0 !important;
}
vc-accountquickactionbuttons img {
  height: 48px;
}
.vc-mid-blue {
  color: #3c6d9b !important;
}
.vc-mid-blue-header {
  color: #416c9a !important;
}
.vc-helper-color,
.vc-button-text-color,
.vc-button-solid-hover-color {
  color: #2c4b68;
}
.vc-link-color {
  color: #2476c9;
}
.cursor-pointer {
  cursor: pointer;
}
.vc-content-text {
  color: #373e45;
}
.dashboard-campaign-content .campaign-title-text {
  font: normal normal 900 20px/23px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: -0.3px;
  color: #2c4a68;
  opacity: 1;
}
.dashboard-campaign-content .campaign-detail-text {
  font: normal normal medium 14px/19px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #373e45;
  opacity: 1;
}
@media (max-width: 767px) {
  .dashboard-bottom-campaign-content {
    padding: 0 18px;
    margin: 3rem 0 4rem 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .dashboard-bottom-campaign-content vc-button,
  .dashboard-bottom-campaign-content vc-button a {
    width: 100% !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .dashboard-bottom-campaign-content vc-gridrow vc-gridcolumn:first-child {
    flex: 0;
  }
  .dashboard-bottom-campaign-content vc-gridrow vc-gridcolumn:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .dashboard-bottom-campaign-content vc-gridrow vc-gridcolumn:last-child {
    flex: 1;
    max-width: none;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .dashboard-bottom-campaign-content {
    margin: 0;
    padding: 0 50px;
  }
  .dashboard-bottom-campaign-content vc-button,
  .dashboard-bottom-campaign-content vc-button a {
    width: auto !important;
  }
}
.dashboard-bottom-campaign-content img {
  width: 90px;
  height: 78px;
}
.dashboard-right-campaign-content {
  border-bottom: none;
  margin: 0;
}
@media (min-width: 768px) {
  .dashboard-right-campaign-content {
    margin-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
  }
}
.dashboard-right-campaign-content img {
  width: 150px;
  height: 130px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.terms-and-conditions-wrapper {
  max-height: 300px;
}
.delegate-management-add-delegate .delegate-password,
.delegate-management-change-password .delegate-password {
  height: unset !important;
  min-height: 90px !important;
}
@media (max-width: 767.98px) {
  .member-migration-auth-start .member-username {
    display: block;
    position: relative;
  }
  .member-migration-auth-start .member-username vc-information {
    top: 50% !important;
    transform: translateY(-50%);
    right: 13px;
  }
  .member-migration-auth-start .member-username vc-information a {
    font-size: 0;
    display: block;
  }
}
.member-migration-auth-start, .member-migration-auth-confirm {
  max-width: 478px;
  padding: 0 32px 34px;
  padding-bottom: 0 !important;
  margin: 0 auto;
}
.member-migration-auth-start .infoHeader, .member-migration-auth-confirm .infoHeader {
  font: normal normal 700 24px/24px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0;
  color: #416c9a;
}
.member-migration-auth-start .infoMessage, .member-migration-auth-confirm .infoMessage {
  font: normal normal normal 14px/20px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0;
  color: #373e45;
}
.cra-payment-account-txn-history .sub-header-text {
  text-align: left;
  font: normal normal bold 18px/24px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a;
}
.member-migration-auth-confirm .disabled-error input {
  border: 1px solid #a62929 !important;
}
.member-migration-auth-confirm .error-migration {
  margin-top: 4px;
  color: #a62929;
  font-size: 12px;
  display: block;
  background-repeat: no-repeat;
  font-weight: bold !important;
  padding-left: 20px;
  background-size: 16.4px;
  position: relative;
}
.member-migration-auth-confirm .member-migration-header {
  font: normal normal 700 22px/22px Nunito, "Segoe UI", Calibri, sans-serif !important;
}
.member-migration-auth-confirm .error-migration:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  font-weight: bold;
  padding-top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .member-migration-auth-grid {
    padding: 0 !important;
    padding-top: 20px !important;
  }
}
.h-100-e-statement-subscription .e-statement-label span a {
  text-decoration: none;
  color: #2476c9;
}
.fx-calculator .main-title {
  font: normal normal bold 18px/22px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4a68;
}
.fx-calculator .section-title {
  font: normal normal 800 18px/24px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2c4a68;
}
.fx-calculator .fx-description {
  margin-bottom: 40px;
}
.fx-calculator .shadow-box {
  margin: 0;
  padding: 16px 0 20px 0;
  box-shadow: 0px 6px 12px #c5d0d9;
  border-radius: 8px;
}
.fx-calculator .select2-selection__placeholder {
  top: 19px;
  left: 13px;
}
.fx-calculator .switch-button-column {
  margin: 40px 0;
}
.fx-calculator .switch-button-column .switch-button-wrapper {
  border: 1px solid #89a8c2;
  border-radius: 50%;
  padding: 12px;
  width: 48px !important;
  height: 48px;
}
.fx-calculator .switch-button-column .switch-button-wrapper button {
  border: none;
  width: 24px;
  height: 24px;
  background: url('images/fxcalculator-switch.svg') no-repeat;
  background-color: #fff;
  padding: 0;
}
.fx-calculator .switch-button-column .switch-button-wrapper:hover {
  border: 1px solid #fff;
  background-color: #89a8c2;
  cursor: pointer;
}
.fx-calculator .switch-button-column .switch-button-wrapper:hover button {
  background: url('images/fxcalculator-switch_white.svg') no-repeat;
}
.fx-calculator .share-button {
  margin-top: 30px;
}
vc-announcement-widget .result-panel.landingpage-announcement {
  margin-top: 0px;
  margin-bottom: 24px;
}
vc-announcement-widget .result-panel.landingpage-announcement .close {
  opacity: 1;
}
vc-announcement-widget .result-panel.landingpage-announcement .close span {
  color: #2a4a68;
}
vc-announcement-widget .result-panel.landingpage-announcement .announcement-description-container {
  padding-right: 25px;
}
vc-announcement-widget .result-panel.landingpage-announcement .announcement-description-container .announcement-description {
  font: normal normal normal 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
}
vc-announcement-widget .result-panel.landingpage-announcement .announcement-description-container .announcement-description span p {
  margin: 0px;
}
vc-announcement-widget .result-panel.landingpage-announcement .announcement-learnmore-container .learnmore-linkbuton span {
  font: normal normal bold 12px/16px Roboto, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68;
}
.clickable-grid-row {
  cursor: pointer;
}
.clickable-grid-row.selected {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .list-item-with-arrow .list-item-left {
    padding-right: 0;
  }
  .list-item-with-arrow .list-item-right {
    padding-left: 12px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .list-item-with-arrow .list-item-right {
    padding-left: 8px;
    padding-right: 0;
  }
}
.geographicip-configuration-start .country-row {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c5d0d9;
}
.geographicip-configuration-start .country-container {
  display: flex;
  overflow-y: auto;
  max-height: 50vh;
  overflow-x: hidden;
}
.geographicip-configuration-confirm .country-row {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c5d0d9;
}
.geographicip-configuration-confirm .country-row > div {
  padding-bottom: 0.5rem;
}
.geographicip-configuration-confirm .country-container {
  display: flex;
  overflow-y: auto;
  max-height: 50vh;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .geographicip-configuration-start .country-row {
    justify-content: space-between;
  }
  .geographicip-configuration-start .country-container {
    display: flex;
    overflow-y: auto;
    max-height: 50vh;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .geographicip-configuration-start .country-row {
    flex-direction: column;
  }
  .geographicip-configuration-start .country-container {
    display: flex;
    overflow-y: auto;
    max-height: 50vh;
    overflow-x: hidden;
  }
}
.paired-devices-management-start .device-row {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c5d0d9;
}
.paired-devices-management-confirm .device-row {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c5d0d9;
}
.paired-devices-management-confirm .device-row > div {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .paired-devices-management-start .device-row {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .paired-devices-management-start .device-row {
    flex-direction: column;
  }
  .paired-devices-management-start .device-row .device-row-date {
    margin-left: 44px;
  }
}
.checkboxopen-label {
  height: 25px !important;
}
.checkboxopen-div {
  margin-right: 0px !important;
}
.preview-infocontainer::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
  margin: 2px 2px 2px 0;
}
.preview-infocontainer::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}
.preview-infocontainer::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #ececec;
}
.remotedeposit-photoicon > a {
  background-image: url('images/remotedepositcameraicon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  display: inline-block;
  height: 32px;
  font-size: 0;
}
.text-transform-none .button-text {
  text-transform: none;
}
@media (min-width: 768px) {
  vc-imagebutton a.list-search-btn {
    padding-right: 16.67% !important;
  }
}
@media (max-width: 767px) {
  vc-imagebutton a.list-search-btn {
    padding-right: 25px !important;
  }
}
.contact-us--btn {
  display: block;
  width: 343px;
  max-width: 100%;
  margin: 0 auto;
}
.cheque-image-preview {
  width: 100%;
  height: auto !important;
}
.log-out-text {
  margin-top: 9px !important;
}
@media (max-width: 767px) {
  .manage-corporate-user-role-transaction-step2 .more-menu-popup-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.ApplePayCardVerificationGridSystem .applePayCard {
  background-image: url('images/AppleWallet/applepaycard.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.isAllSelectCheck label span {
  font-weight: 400;
}
.unreadEmail {
  font-weight: 600;
}
.date-mail {
  width: 55px !important;
  min-width: 55px !important;
}
.date-mail-detail {
  max-width: 55px !important;
}
.header-mail {
  white-space: nowrap !important;
}
.header-mail-detail {
  white-space: nowrap !important;
}
.text-light-mail {
  font: normal normal 400 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  color: #373e45 !important;
}
.text-bold-mail {
  font: normal normal 500 14px/20px Roboto, "Segoe UI", Calibri, sans-serif !important;
  color: #373e45 !important;
}
.add-interac-phone-contact {
  font-size: 0;
  background: url('interac-phone-contact.df2b65bd31426d47e04a.svg') no-repeat center;
  background-size: 24px auto;
  width: 24px;
  height: 40px;
  right: 8px;
  cursor: pointer !important;
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-search-row.row {
    margin-left: -2px;
    margin-right: 5px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.otp-helper-text {
  max-width: 220px !important;
}
.otp-helper-text-mobile {
  max-width: 230px !important;
}
.otp-forgotusername-container {
  min-width: 650px !important;
}
.otp-contact-mobile {
  top: 25px !important;
  position: fixed !important;
}
@media only screen and (min-width: 414px) {
  .otp-contact-mobile {
    margin-top: 85px !important;
  }
}
.otp-code-title {
  word-break: break-all !important;
}
.activate-account {
  max-width: 478px;
}
.activate-account .menu-title-prevent-navigate {
  cursor: not-allowed;
}
.activate-account a:before {
  display: none !important;
}
.activate-account .sub-menu-icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #4d75a0;
  transform: translateY(-50%);
  cursor: pointer;
}
.activate-account pre {
  position: relative;
  font-family: inherit;
  font-size: 13px;
  color: #2c4b68;
}
.activate-account .menu-item {
  border-bottom: 1px solid #dbe4ec;
  padding-bottom: 10px;
}
.activate-account .choose-one-title-wrapper {
  border-bottom: 1px solid #dbe4ec;
  padding-bottom: 10px;
}
.activate-account .choose-one-title {
  font: normal normal bold 24px/32px Roboto, "Segoe UI", Calibri, sans-serif;
  color: #3c6d9b;
}
.resume-onboarding,
.joint-onboarding {
  width: 547px;
  height: 600px;
}
.file-upload-item.row {
  margin: 0;
}
.file-upload-item + .file-upload-item > vc-gridcolumn {
  border-top: 1px solid #dbe4ec;
}
.file-upload-item > vc-gridcolumn {
  padding: 0;
  margin-top: 20px;
}
.file-upload-item .file-upload-button {
  padding-bottom: 0;
}
.file-upload-item .file-upload-button .dropzone {
  border: none;
  height: auto;
  min-height: auto;
}
.file-upload-item .file-upload-button .dropzone .dz-default {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
  margin-top: 0;
}
.file-upload-item .file-upload-button .dropzone .dropzone-area {
  margin: auto;
  border: 2px solid #9bc969;
  border-radius: 40px;
  height: 20px;
}
.file-upload-item .file-upload-button .dropzone .dropzone-area img {
  display: none;
}
.file-upload-item .file-upload-button .dropzone .dropzone-area vc-label {
  padding-top: 5px;
}
.file-upload-item .file-upload-button .dropzone .dropzone-area vc-label .balance-value {
  font-weight: bold;
  font-size: 17px;
  color: #3c6d9b !important;
}
.file-upload-item .file-upload-button .dropzone .dropzone-area .dz-image-preview {
  display: none;
}
@media (max-width: 577px) {
  .file-upload-item .file-upload-button {
    margin-left: 0;
    margin-right: 0;
  }
}
vc-investmentaccountquickactionbuttons {
  display: flex;
  flex: 1;
}
vc-investmentaccountquickactionbuttons > vc-div {
  max-width: 250px;
}
vc-investmentaccountquickactionbuttons img {
  height: 48px;
}
vc-investmentaccountquickactionbuttons vc-div vc-imagebutton {
  width: auto;
}
vc-investmentaccountquickactionbuttons vc-div vc-imagebutton span {
  height: 30px;
}
vc-investmentaccountquickactionbuttons vc-div vc-imagebutton.pay-bills-button span {
  padding-top: 7.5px;
}
@media (min-width: 768px) {
  vc-investmentaccountquickactionbuttons vc-div {
    width: 250px;
    max-width: 250px;
  }
}
@media screen and (min-width: 512px) and (max-width: 767px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons vc-div {
    max-width: 380px !important;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons vc-div {
    max-width: 80%;
  }
}
@media (min-width: 361px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons vc-div vc-imagebutton {
    width: 99px;
  }
}
@media (max-width: 360px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons vc-div vc-imagebutton:first-child {
    margin-left: 20px;
  }
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons vc-div vc-imagebutton:nth-child(2) {
    margin-left: 30px;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons .transfer-money-button {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .dashboard.accounts-wrapper vc-investmentaccountquickactionbuttons .transfer-money-button {
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  .account-detail-transaction vc-investmentaccountquickactionbuttons vc-div vc-imagebutton:not(:last-child) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .account-detail-transaction vc-investmentaccountquickactionbuttons vc-div {
    width: calc(100vw - 150px);
    max-width: calc(100vw - 150px);
    margin: auto;
  }
}
vc-investmentaccountcardview .account-card-non-registered .card-nickname-row .username-text-label {
  max-width: 100%;
}
vc-investmentaccountcardview .account-card-non-registered .available-column .available-amount-text.total-market-value span {
  font: normal normal 900 14px Nunito, "Segoe UI", Calibri, sans-serif;
}
#captchaGeneratorOnboarding + .vc-validation-error {
  margin-left: 115px !important;
}
.otp-contact-mobile-default {
  top: 120px !important;
  margin-top: 0px !important;
  position: fixed !important;
}
.modalpopup-onboarding {
  bottom: 0px !important;
}
.livechat-onboarding {
  background-color: #fec26b;
  width: 38px !important;
  height: 38px !important;
  border-radius: 48px;
}
.livechat-onboarding-icon {
  border-radius: 0px !important;
  width: 25px !important;
  height: 20px !important;
}
.LinkInvestmentAccount vc-termsandconditions label {
  align-items: normal;
}
.access-restriction-configuration .selected-item .select2 .select2-selection .select2-selection__rendered {
  max-width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.access-restriction-configuration .top-seperator {
  border-top: 1px solid #dbe4ec;
}
.f-s-25 {
  font-size: 25px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.call-center-messagebox {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-top: -3px;
  top: -2px;
  margin-left: 200px;
}
.call-center-messagebox .menu-mail-box {
  padding-top: 0;
}
.call-center-messagebox .secure-image-letter {
  top: 3px;
}
/* #region Customer Insurance */
.user-info-tab > vc-gridcolumn {
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  flex-direction: column;
  padding: 24px 50px;
  row-gap: 5px;
  max-width: inherit;
  width: auto;
  flex: auto;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.user-info-tab > vc-gridcolumn vc-containerrow > .form-group > div > div vc-label:first-child {
  font-weight: 500;
  margin-right: 5px;
}
.user-info-tab > vc-gridcolumn vc-containerrow > .form-group > div > div vc-enum-dropdown {
  display: block;
  margin-left: -13px;
}
.user-info-tab > vc-gridcolumn vc-containerrow > .form-group > div > div vc-enum-dropdown .combobox-floating .select2-container .select2-selection .select2-selection__rendered {
  top: 21px;
  font-size: 16px !important;
  line-height: 16px !important;
  overflow: unset !important;
}
.user-info-tab > vc-gridcolumn vc-containerrow > .form-group > div > div vc-enum-dropdown .combobox-floating .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  top: -8px;
}
.user-info-tab > vc-gridcolumn vc-containerrow > .form-group > div > div vc-enum-dropdown .select-float-label {
  padding: 0px 13px;
  left: 3px;
  top: 2px;
  font-size: 12px;
}
.user-info-tab vc-gridcolumn .form-group {
  min-height: 0;
  margin-bottom: 0 !important;
}
.insurance-info {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.insurance-info .coverage-container {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  line-height: 24px !important;
}
.insurance-info .coverage-container + .coverage-container {
  margin-top: 20px;
}
.insurance-info .coverage-container vc-checkbox {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
}
.insurance-info .coverage-container vc-checkbox .checkbox-inline {
  width: 24px !important;
}
.insurance-info .coverage-container vc-checkbox .checkbox-inline .checkbox-view {
  margin: 0 !important;
}
.insurance-info .form-group > label {
  font-size: 14px;
  margin-bottom: 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.insurance-info > vc-gridcolumn {
  flex: auto;
}
.adobe-CreateCumisInsuranceTransaction.Start .customer-onboarding-content .onboarding-flow-content {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 0;
}
.adobe-ApplicantDetails .customer-onboarding-content .onboarding-flow-content {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 0;
}
.adobe-ApplicationConfirmation .customer-onboarding-content .onboarding-flow-content {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 0;
}
.adobe-AdditionalInformationPage .customer-onboarding-content .onboarding-flow-content {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 0;
}
.adobe-HealthQuestionPage .customer-onboarding-content .onboarding-flow-content {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 0;
}
.adobe-CreateCumisInsuranceTransaction.Start .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.adobe-ApplicantDetails .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.adobe-ApplicationConfirmation .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.adobe-AdditionalInformationPage .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.adobe-HealthQuestionPage .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.adobe-Pend .customer-onboarding-content .onboarding-flow-content vc-gridsystem {
  padding: 0 20px;
}
.insurance-info {
  margin: 0;
}
.insurance-info .insurance-covarage-options {
  margin: 0 10px;
  width: auto;
  flex: 1;
}
.insurance-info .insurance-covarage-options .vc-gridrow-header-wrapper + vc-gridcolumn {
  min-width: 100px;
  max-width: 100px;
}
.insurance-info .insurance-covarage-options vc-gridcolumn {
  flex: 1 !important;
  max-width: inherit;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.insurance-info .insurance-covarage-options vc-gridcolumn:first-child {
  min-width: 120px;
  max-width: 120px;
  display: flex;
  font-size: 13px;
}
.insurance-info .insurance-covarage-options vc-gridcolumn:first-child vc-containerrow {
  margin-top: auto;
}
.insurance-info .insurance-covarage-options vc-gridcolumn:first-child .form-group .flex-grow-1 {
  justify-content: flex-start;
  padding-left: 5px;
}
.insurance-info .insurance-covarage-options vc-gridcolumn:first-child .form-group .flex-grow-1 vc-label {
  text-align: left;
}
.insurance-info .insurance-covarage-options vc-gridcolumn vc-containerrow {
  display: flex;
  height: 100%;
  justify-content: center;
}
.insurance-info .insurance-covarage-options vc-gridcolumn .form-group {
  display: flex;
  flex-direction: column;
}
.insurance-info .insurance-covarage-options vc-gridcolumn .form-group > div {
  margin-top: auto;
}
.insurance-info .insurance-covarage-options vc-gridcolumn .form-group > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insurance-info .insurance-covarage-options vc-gridcolumn .form-group > div > div vc-checkbox {
  width: 24px;
  height: 24px;
}
.insurance-info .insurance-covarage-options vc-gridcolumn .form-group > div > div vc-checkbox .checkbox-inline {
  margin-bottom: 0;
}
.insurance-info .insurance-covarage-options .form-control.datepicker {
  min-height: 44px !important;
  height: 44px;
  padding-top: 16px;
}
.insurance-info .insurance-detail-accordion {
  margin-top: 20px;
  padding: 15px;
}
.insurance-info .insurance-detail-accordion:not(.show) {
  display: none;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group > div {
  flex: auto;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group > label {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex: 1;
  justify-content: flex-start;
  min-width: 50%;
  max-width: 50%;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group > label + div {
  flex: 1;
  justify-content: flex-end !important;
  text-align: right;
  align-items: center !important;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporate-rolelistdropdown .combobox-floating .select2-container .select2-selection__rendered,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporateuser-list-dropdown .combobox-floating .select2-container .select2-selection__rendered,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-transactionlist-dropdown .combobox-floating .select2-container .select2-selection__rendered,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-enum-dropdown .combobox-floating .select2-container .select2-selection__rendered,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-combobox .combobox-floating .select2-container .select2-selection__rendered {
  top: 21px;
  font-size: 16px !important;
  line-height: 16px !important;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporate-rolelistdropdown .combobox-floating .select2-container .select2-selection__rendered .select2-selection__placeholder,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporateuser-list-dropdown .combobox-floating .select2-container .select2-selection__rendered .select2-selection__placeholder,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-transactionlist-dropdown .combobox-floating .select2-container .select2-selection__rendered .select2-selection__placeholder,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-enum-dropdown .combobox-floating .select2-container .select2-selection__rendered .select2-selection__placeholder,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-combobox .combobox-floating .select2-container .select2-selection__rendered .select2-selection__placeholder {
  top: -8px;
}
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporate-rolelistdropdown .select-float-label,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-corporateuser-list-dropdown .select-float-label,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-transactionlist-dropdown .select-float-label,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-enum-dropdown .select-float-label,
.insurance-info .insurance-detail-accordion .insurance-covarage-amount-container vc-gridcolumn vc-containerrow > .form-group vc-combobox .select-float-label {
  left: 16px;
  top: 2px;
  font-size: 12px;
}
.insurance-costs-container {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.insurance-costs vc-gridcolumn {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.insurance-costs vc-gridcolumn .form-group {
  min-height: 0;
  margin: 0 !important;
}
.insurance-info .form-group {
  min-height: 0;
}
.user-info-tab.row {
  margin: 20px 0 34px;
}
.user-info-tab.row.result-success {
  text-align: center;
  padding-top: 120px;
  background: url('icon-success.0e1e4e929d2d9f1002e3.png') no-repeat center top;
  background-size: 150px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
}
.user-info-tab.row.result-success > vc-gridcolumn {
  width: 100%;
  max-width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
.user-info-tab.row.result-success > vc-gridcolumn vc-gridrow {
  justify-content: center;
  align-items: center;
}
.user-info-tab.row.result-success > vc-gridcolumn vc-gridrow vc-gridcolumn {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  max-width: 30%;
}
.user-info-tab.row.result-success > vc-gridcolumn vc-gridrow vc-gridcolumn:first-child {
  max-width: 40%;
}
.user-info-tab.row.result-success > vc-gridcolumn vc-gridrow vc-gridcolumn .combo .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  top: -9px !important;
}
.user-info-tab.row.result-success .vc-gridrow-header {
  font-size: 20px;
}
.user-info-tab.row.result-success .combo {
  position: relative;
}
.user-info-tab.row.result-success .combo .select-float-label {
  left: 15px;
  top: 4px;
}
.user-info-tab.row.result-success .combo .select2-selection__rendered {
  font-size: 14px !important;
  top: 20px !important;
}
.insurance-info .insurance-detail-accordion vc-gridrow {
  display: flex;
  min-width: 100%;
  margin: 0;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn {
  flex: 20%;
  width: auto;
  max-width: inherit;
  text-align: right;
  padding: 0;
  font-size: 12px;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn:nth-child(2) {
  flex: 11%;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn:nth-child(3) {
  flex: 11%;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn:nth-child(4) {
  flex: 11%;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn:nth-child(5) {
  flex: 15%;
}
.insurance-info .insurance-detail-accordion vc-gridrow > vc-gridcolumn:first-child {
  text-align: left;
}
.insurance-info .insurance-detail-accordion vc-gridrow + vc-gridrow {
  margin-top: 0;
}
.insurance-info vc-gridrow.gridRowLayout {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.insurance-info vc-gridrow.gridRowLayout vc-gridcolumn {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px 5px !important;
  display: flex;
  align-items: center;
}
.insurance-info vc-gridrow.gridRowLayout vc-gridcolumn.border-none {
  border: 0 !important;
}
.insurance-info vc-gridrow.gridRowLayout vc-gridcolumn + vc-gridcolumn {
  justify-content: flex-end;
}
.insurance-info vc-gridrow.gridRowLayout vc-gridcolumn .form-group {
  margin: 0 !important;
  min-height: 0;
}
.insurance-info vc-gridrow.gridRowLayout vc-gridcolumn .form-group > label {
  min-height: 0;
  margin: 0;
}
.insurance-info vc-gridrow.gridRowLayout + .gridRowLayout vc-gridcolumn {
  border-top: 0;
}
.insurance-info vc-gridrow.gridRowLayout.amount-center vc-gridcolumn + vc-gridcolumn {
  border-left: 0;
}
.insurance-info .insurance-detail-accordion vc-gridrow.amount-center vc-gridcolumn:first-child {
  text-align: right;
}
.insurance-info .insurance-detail-accordion vc-gridrow.amount-center vc-gridcolumn {
  text-align: left;
  padding-left: 10px;
}
.accordion-toggle {
  text-align: right;
  display: block;
  font-size: 20px;
  background-color: #f1f1f1;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
}
.accordion-toggle .fa {
  font-size: 20px;
  display: flex;
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
.accordion-toggle vc-button {
  margin-left: auto;
}
.accordion-toggle vc-button .dbas-btn.btn-action {
  height: auto !important;
  font-size: 14px !important;
  padding: 8px 15px !important;
}
.accordion-toggle vc-containerrow > .form-group > .align-items-baseline > .flex-grow-1 {
  display: flex;
  align-items: center;
}
.insurance-info.toggled .insurance-detail-accordion {
  display: block;
}
.insurance-info.toggled .accordion-toggle .fa::before {
  content: "\f0d8";
}
.user-info-details {
  margin: 10px 0 !important;
  padding: 15px 0 0;
  border: 1px solid #ccc;
}
.user-info-details vc-radiobuttonlist {
  margin: 10px 0 0;
  display: block;
}
.user-info-details .floatingCountryCode {
  top: 12px;
  margin: 0;
}
.user-info-details vc-textbox .form-control,
.user-info-details vc-datepicker .form-control,
.user-info-details vc-amountbox .form-control,
.user-info-details vc-moneytextbox .form-control,
.user-info-details vc-maskedtextbox .form-control,
.user-info-details vc-phonenumber .form-control,
.user-info-details vc-textarea .form-control {
  padding-top: 8px !important;
}
.user-info-certificate-details {
  margin: 10px 0 !important;
  padding: 15px 0 0;
  border: 1px solid #ccc;
}
.user-info-certificate-details vc-textarea .form-control {
  padding-top: 8px !important;
}
.user-info-certificate-details vc-containerrow div {
  display: -webkit-box;
  gap: 10px;
}
.user-info-certificate-details vc-linkbutton {
  margin-left: auto;
}
.privacy-questions .vc-gridrow-header-wrapper {
  position: relative;
}
.privacy-questions .vc-gridrow-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.privacy-questions + .privacy-questions {
  border-top: 1px solid #f1f1f1;
}
.privacy-questions > vc-gridcolumn.user-content {
  display: none;
  padding-right: 50px;
  position: relative;
}
.privacy-questions.toggled > vc-gridcolumn.user-content {
  display: block;
}
.privacy-questions .accordion-toggle {
  position: absolute;
  right: 0;
  top: -49px;
  border-radius: 0;
  height: 49px;
  margin: 0;
}
.privacy-questions .accordion-toggle .btn.dbas-btn {
  font-size: 13px !important;
  padding: 3px 10px 0 !important;
  line-height: 1 !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #2a4a68;
  border-color: #2a4a68;
}
.cumisInsurancePayment {
  padding: 20px;
  border: 1px solid #c5d0d9;
  border-radius: 10px;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.cumisInsurancePayment .select2-selection__placeholder {
  top: 18px;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class .modal-content-class {
  padding: 20px;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class .row vc-gridcolumn {
  padding-bottom: 10px;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class .row.navigate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
  margin: 0;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class .row.navigate vc-gridcolumn {
  width: auto;
  flex: none;
  max-width: inherit;
}
vc-modalpopup#cuminsurancePopup .modal .modal-document-class .row.navigate vc-gridcolumn vc-button a.btn {
  min-width: 300px;
  display: none;
}
vc-modalpopup#cuminsurancePopup + vc-modalpopup:not(#cuminsurancePopupCert) {
  display: none !important;
}
#cuminsurancePopup .form-control {
  padding: 5px !important;
  height: 48px;
  min-height: 0 !important;
  font-size: 16px !important;
}
#cuminsurancePopup .form-control.phone-textbox {
  padding-left: 20px !important;
}
#cuminsurancePopup .floatingCountryCode {
  top: 14px !important;
  left: 10px !important;
  transform: none !important;
  font-size: 16px !important;
}
#cuminsurancePopup .floatingPlaceholder {
  left: 28px;
  top: 25px;
  font-size: 16px !important;
}
#cuminsurancePopup .combo.combobox-floating {
  position: relative;
}
#cuminsurancePopup .combo.combobox-floating .select-float-label {
  display: none !important;
}
#cuminsurancePopup .select2.select2-container > .selection .select2-selection {
  min-height: 48px !important;
  line-height: 48px !important;
}
#cuminsurancePopup .select2.select2-container > .selection .select2-selection .select2-selection__rendered {
  top: 13px !important;
  left: 10px !important;
  line-height: 20px !important;
  position: absolute;
  max-width: calc(100% - 38px);
  font-size: 16px !important;
}
#cuminsurancePopup .select2.select2-container > .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  top: 0 !important;
  left: 0 !important;
  font-size: 16px !important;
}
html body:has(div#cuminsurancePopup) #ui-datepicker-div {
  z-index: 1105 !important;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class .modal-content-class {
  padding: 20px;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class .row vc-gridcolumn {
  padding-bottom: 10px;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class .row.navigate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
  margin: 0;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class .row.navigate vc-gridcolumn {
  width: auto;
  flex: none;
  max-width: inherit;
}
vc-modalpopup#cuminsurancePopupCert .modal .modal-document-class .row.navigate vc-gridcolumn vc-button a.btn {
  min-width: 300px;
  display: none;
}
#cuminsurancePopupCert .form-control {
  padding: 5px !important;
  height: 48px;
  min-height: 0 !important;
  font-size: 16px !important;
}
#cuminsurancePopupCert .form-control.phone-textbox {
  padding-left: 20px !important;
}
#cuminsurancePopupCert .floatingCountryCode {
  top: 14px !important;
  left: 10px !important;
  transform: none !important;
  font-size: 16px !important;
}
#cuminsurancePopupCert .floatingPlaceholder {
  left: 28px;
  top: 25px;
  font-size: 16px !important;
}
#cuminsurancePopupCert .combo.combobox-floating {
  position: relative;
}
#cuminsurancePopupCert .combo.combobox-floating .select-float-label {
  display: none !important;
}
#cuminsurancePopupCert .select2.select2-container > .selection .select2-selection {
  min-height: 48px !important;
  line-height: 48px !important;
}
#cuminsurancePopupCert .select2.select2-container > .selection .select2-selection .select2-selection__rendered {
  top: 13px !important;
  left: 10px !important;
  line-height: 20px !important;
  position: absolute;
  max-width: calc(100% - 38px);
  font-size: 16px !important;
}
#cuminsurancePopupCert .select2.select2-container > .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  top: 0 !important;
  left: 0 !important;
  font-size: 16px !important;
}
html body:has(div#cuminsurancePopupCert) #ui-datepicker-div {
  z-index: 1105 !important;
}
/* #endregion Customer Insurance */
.beforeStart-label vc-label {
  width: 100%;
  padding-bottom: 8px;
}
.beforeStart-label vc-label span:not(.not-beforeStart-label) {
  font: normal normal 500 14px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #2a4a68 !important;
  margin: 0;
}
.beforeStart-label vc-label span {
  font: normal normal 700 16px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  margin: 0;
  color: #4b565e;
  height: 31px;
}
.beforeStart-LinkButton {
  font: normal normal 700 18px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416c9a !important;
  margin: 0;
  position: relative;
  left: 53px;
}
.beforeStart-LinkButtonMobile {
  font: normal normal 700 18px Nunito, "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0px;
  color: #416C9A !important;
  margin: 0;
  position: static;
  left: 53px;
}
.beforeStart-subheader {
  font: normal normal 700 16px Nunito, "Segoe UI", Calibri, sans-serif !important;
  color: #4b565e;
}
.beforeStart-header {
  font: normal normal 700 18px Nunito, "Segoe UI", Calibri, sans-serif !important;
  color: #2a4a68;
}
.beforeStart-span span {
  color: #416c9a;
}
.start-span {
  color: #416c9a;
}
.start-stepname {
  font: normal normal 700 18px Nunito, "Segoe UI", Calibri, sans-serif;
  color: #2a4a68;
}
.lineClass {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
.jarviswidget {
  color: #242424;
}
.widget-body {
  z-index: 10;
}
.dnd-drag-start {
  transform: scale(0.8);
  opacity: 0.7;
  border: 2px dashed #242424;
}
.dnd-drag-enter {
  opacity: 0.7;
  border: 2px dashed #242424;
}
.dnd-drag-over {
  border: 2px dashed #242424;
}
.dnd-sortable-drag {
  transform: scale(0.9);
  opacity: 0.7;
  border: 1px dashed #242424;
}
.slick-prev:before,
.slick-next:before {
  content: " ";
  background-image: url('images/navigation-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev {
  transform: rotate(180deg);
  width: auto;
  left: -2.5vw;
}
.accounts-wrapper .slick-prev {
  z-index: 99;
}
.accounts-wrapper .slick-prev:before {
  transform: none !important;
}
.accounts-wrapper .slick-prev,
.accounts-wrapper .slick-next {
  margin-top: -10px;
}
.accounts-wrapper .slick-next {
  transform: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-next {
  width: auto;
  right: auto;
  left: 494px;
}
.input-group .input-group-addon {
  color: inherit !important;
  background: none !important;
}
.input-group-text {
  font-size: 16px !important;
}
/* Default Bootstrap Modal */
.modal-dialog {
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto;
}
/* Dragging Padding Clear */
.cdk-drag-preview {
  padding: 0 !important;
}
.mat-button-wrapper {
  flex-direction: row !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
}
.mat-button-focus-overlay,
.mat-button-ripple.mat-ripple {
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
}
mat-tree-node[aria-expanded="true"] {
  background: #e4e4e4;
}
.mat-icon-button .mat-icon,
.mat-icon-button i {
  line-height: 26px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  content: unset;
}
.legendColorBox {
  vertical-align: middle;
  padding-top: 0;
}
.legendColorBox div > div {
  width: 6px;
  height: 6px;
  box-sizing: border-box !important;
  border-width: 5px !important;
}
.input-group-prepend.amount-box {
  flex: 0;
  margin-right: 0;
}
.overlay-container .toast-container .custom-toaster-success {
  color: #ffffff;
  background-color: #2c4b68;
  border-color: #2c4b68;
  width: 87%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px auto;
  padding: 12px 1.25rem 12px 38px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
  font-size: 13px;
  font-weight: 400;
  background-image: url('images/icon-toaster-success.svg');
}
.overlay-container .toast-container .custom-toaster-info {
  color: #ffffff;
  background-color: #2c4b68;
  border-color: #2c4b68;
  width: 87%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px auto;
  padding: 12px 10px 12px 10px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
  font-size: 13px;
  font-weight: 400;
  background-image: none;
}
.bootstrap-timepicker-widget {
  min-width: 250px !important;
}
.bootstrap-timepicker-widget table td.separator {
  font-size: 22px;
  font-weight: bold;
}
.bootstrap-timepicker-widget table td input {
  width: 50px;
  height: 30px;
  border: 1px solid #c5d0d9;
  color: #2c4b68;
  font-size: 14px;
}
.bootstrap-timepicker-widget table td span {
  background: transparent url('images/icon-arrow-back.svg') no-repeat center center;
  transform: rotate(90deg);
  display: block;
  width: auto;
  margin: auto;
  height: 13px;
}
.bootstrap-timepicker-widget table td a:hover {
  background: transparent;
  border: none;
}
.bootstrap-timepicker-widget table td a[data-action="decrementHour"] span, .bootstrap-timepicker-widget table td a[data-action="decrementMinute"] span {
  transform: rotate(270deg);
}
@media (max-width: 991.98px) {
  .dropzone .dz-default.dz-message {
    background-size: auto;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-top: auto;
  }
}
@media (min-width: 576px) {
  .toast-bottom-full-width {
    min-width: 40% !important;
    max-width: 50% !important;
    width: auto !important;
    margin: auto;
    left: 0;
    text-align: center;
  }
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray: #2e3131;
  --blue: #22a7f0;
  --green: #2ecc71;
  --gold: #c79303;
  --red: #d91e18;
  --white: #f3f1ef;
  --orange: #f15a22;
  --black: #303030;
  --cyano: #39d5ff;
  --aqua: #5efaf7;
  --purple: #6b83f2;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.33333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.33333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1103;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1103;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.16) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container .ngx-toastr {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0.75rem 1.25rem 0.75rem 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}
.toast-container .ngx-toastr .toast-title {
  font-weight: bold;
}
.toast-container .ngx-toastr .toast-message {
  word-wrap: break-word;
}
.toast-container .ngx-toastr .toast-message a:hover {
  text-decoration: underline;
}
.toast-container .ngx-toastr .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.toast-container .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.3;
}
.toast-container .ngx-toastr .toast-close-button:hover,
.toast-container .ngx-toastr .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
}
.toast-success {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(21, 87, 36, 0.999999)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.toast-error {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(114, 28, 36, 0.999999)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.toast-info {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(12, 84, 96, 0.999999)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}
.toast-warning {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgba(133, 100, 4, 0.999999)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.33333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.33334333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.66666667em;
  top: calc(100% - 1.79166667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.33334333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.33335333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.54166667em;
  top: calc(100% - 1.66666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.33334333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.33333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.33334333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}

/*!
 * 
 * Super simple WYSIWYG editor v0.8.20
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2021-10-14T21:15Z
 *
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('summernote.7a3f9776e32014a85289.eot?#iefix') format("embedded-opentype"), url('summernote.f19578aed7aa19113900.woff2') format("woff2"), url('summernote.f2bec4f2e5a73b537a3b.woff') format("woff"), url('summernote.eb23b6b73e73ebe05c84.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: solid 0.08em #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: "\ea01";
}
.note-icon-align-center::before {
    content: "\ea02";
}
.note-icon-align-indent::before {
    content: "\ea03";
}
.note-icon-align-justify::before {
    content: "\ea04";
}
.note-icon-align-left::before {
    content: "\ea05";
}
.note-icon-align-outdent::before {
    content: "\ea06";
}
.note-icon-align-right::before {
    content: "\ea07";
}
.note-icon-arrow-circle-down::before {
    content: "\ea08";
}
.note-icon-arrow-circle-left::before {
    content: "\ea09";
}
.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}
.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}
.note-icon-arrows-alt::before {
    content: "\ea0c";
}
.note-icon-arrows-h::before {
    content: "\ea0d";
}
.note-icon-arrows-v::before {
    content: "\ea0e";
}
.note-icon-bold::before {
    content: "\ea0f";
}
.note-icon-caret::before {
    content: "\ea10";
}
.note-icon-chain-broken::before {
    content: "\ea11";
}
.note-icon-circle::before {
    content: "\ea12";
}
.note-icon-close::before {
    content: "\ea13";
}
.note-icon-code::before {
    content: "\ea14";
}
.note-icon-col-after::before {
    content: "\ea15";
}
.note-icon-col-before::before {
    content: "\ea16";
}
.note-icon-col-remove::before {
    content: "\ea17";
}
.note-icon-eraser::before {
    content: "\ea18";
}
.note-icon-float-left::before {
    content: "\ea19";
}
.note-icon-float-none::before {
    content: "\ea1a";
}
.note-icon-float-right::before {
    content: "\ea1b";
}
.note-icon-font::before {
    content: "\ea1c";
}
.note-icon-frame::before {
    content: "\ea1d";
}
.note-icon-italic::before {
    content: "\ea1e";
}
.note-icon-link::before {
    content: "\ea1f";
}
.note-icon-magic::before {
    content: "\ea20";
}
.note-icon-menu-check::before {
    content: "\ea21";
}
.note-icon-minus::before {
    content: "\ea22";
}
.note-icon-orderedlist::before {
    content: "\ea23";
}
.note-icon-pencil::before {
    content: "\ea24";
}
.note-icon-picture::before {
    content: "\ea25";
}
.note-icon-question::before {
    content: "\ea26";
}
.note-icon-redo::before {
    content: "\ea27";
}
.note-icon-rollback::before {
    content: "\ea28";
}
.note-icon-row-above::before {
    content: "\ea29";
}
.note-icon-row-below::before {
    content: "\ea2a";
}
.note-icon-row-remove::before {
    content: "\ea2b";
}
.note-icon-special-character::before {
    content: "\ea2c";
}
.note-icon-square::before {
    content: "\ea2d";
}
.note-icon-strikethrough::before {
    content: "\ea2e";
}
.note-icon-subscript::before {
    content: "\ea2f";
}
.note-icon-summernote::before {
    content: "\ea30";
}
.note-icon-superscript::before {
    content: "\ea31";
}
.note-icon-table::before {
    content: "\ea32";
}
.note-icon-text-height::before {
    content: "\ea33";
}
.note-icon-trash::before {
    content: "\ea34";
}
.note-icon-underline::before {
    content: "\ea35";
}
.note-icon-undo::before {
    content: "\ea36";
}
.note-icon-unorderedlist::before {
    content: "\ea37";
}
.note-icon-video::before {
    content: "\ea38";
}
.note-frame {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif;
    border-radius: 4px;
}
.note-toolbar {
    padding: 10px 5px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.note-btn-group {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}
.note-btn-group > .note-btn-group {
    margin-right: 0;
}
.note-btn-group > .note-btn:first-child {
    margin-left: 0;
}
.note-btn-group .note-btn + .note-btn,
.note-btn-group .note-btn + .note-btn-group,
.note-btn-group .note-btn-group + .note-btn,
.note-btn-group .note-btn-group + .note-btn-group {
    margin-left: -1px;
}
.note-btn-group > .note-btn:not(:first-child),
.note-btn-group > .note-btn-group:not(:first-child) > .note-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle),
.note-btn-group > .note-btn-group:not(:last-child) > .note-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.note-btn-group.open > .note-dropdown {
    display: block;
}
.note-btn {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dae0e5;
    white-space: nowrap;
    outline: 0;
    color: #333;
    background-color: #fff;
    border-color: #dae0e5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.note-btn:focus, .note-btn.focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #dae0e5;
}
.note-btn:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #dae0e5;
}
.note-btn.disabled:focus, .note-btn.disabled.focus, .note-btn[disabled]:focus, .note-btn[disabled].focus, fieldset[disabled] .note-btn:focus, fieldset[disabled] .note-btn.focus {
    background-color: #fff;
    border-color: #dae0e5;
}
.note-btn:hover, .note-btn:focus, .note-btn.focus {
    color: #333;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #ebebeb;
    outline: 0;
    border-radius: 1px;
}
.note-btn:active, .note-btn.active {
    outline: 0;
    background-image: none;
    color: #333;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #ebebeb;
    outline: 0;
    border-radius: 1px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
    cursor: not-allowed;
    -webkit-opacity: 0.65;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    box-shadow: none;
}
.note-btn > span.note-icon-caret:first-child {
    margin-left: -1px;
}
.note-btn > span.note-icon-caret:nth-child(2) {
    padding-left: 3px;
    margin-right: -5px;
}
.note-btn-primary {
    background: #fa6362;
    color: #fff;
}
.note-btn-primary:hover, .note-btn-primary:focus, .note-btn-primary.focus {
    color: #fff;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #fa6362;
    border-radius: 1px;
}
.note-btn-block {
    display: block;
    width: 100%;
}
.note-btn-block + .note-btn-block {
    margin-top: 5px;
}
input[type=submit].note-btn-block,
input[type=reset].note-btn-block,
input[type=button].note-btn-block {
    width: 100%;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    opacity: 0.2;
}
.close:hover {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}
.note-dropdown {
    position: relative;
}
.note-color .dropdown-toggle {
    width: 30px;
    padding-left: 5px;
}
.note-dropdown-menu {
    display: none;
    min-width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
.note-dropdown-menu > *:last-child {
    margin-right: 0;
}
.note-btn-group.open .note-dropdown-menu {
    display: block;
}
.note-dropdown-item {
    display: block;
}
.note-dropdown-item:hover {
    background-color: #ebebeb;
}
a.note-dropdown-item,
a.note-dropdown-item:hover {
    margin: 5px 0;
    color: #000;
    text-decoration: none;
}
.note-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
}
.note-modal.open {
    display: block;
}
.note-modal-content {
    position: relative;
    width: auto;
    margin: 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    background-clip: border-box;
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal-header {
    padding: 10px 20px;
    border: 1px solid #ededef;
}
.note-modal-body {
    position: relative;
    padding: 20px 30px;
}
.note-modal-body kbd {
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    padding: 3px 5px;
    font-weight: 700;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.note-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: center;
}
.note-modal-footer a {
    color: #337ab7;
    text-decoration: none;
}
.note-modal-footer a:hover,
.note-modal-footer a:focus {
    color: #23527c;
    text-decoration: underline;
}
.note-modal-footer .note-btn {
    float: right;
}
.note-modal-title {
    font-size: 20px;
    color: #42515f;
    margin: 0;
    line-height: 1.4;
}
.note-modal-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1040;
    background: #000;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    display: none;
}
.note-modal-backdrop.open {
    display: block;
}
@media (min-width: 768px) {
    .note-modal-content {
        width: 600px;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
    .note-modal-content-large {
        width: 900px;
    }
}
.note-modal .note-help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.note-modal .note-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.note-modal .note-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
    color: #0056b3;
    text-decoration: none;
}
.note-modal .note-nav-link.disabled {
    color: #868e96;
}
.note-modal .note-nav-tabs {
    border-bottom: 1px solid #ddd;
}
.note-modal .note-nav-tabs .note-nav-item {
    margin-bottom: -1px;
}
.note-modal .note-nav-tabs .note-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.note-modal .note-nav-tabs .note-nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.note-modal .note-tab-content {
    margin: 15px auto;
}
.note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child,
.note-modal .note-tab-content > .note-tab-pane {
    display: none;
}
.note-modal .note-tab-content > :last-child,
.note-modal .note-tab-content > .note-tab-pane:target {
    display: block;
}
.note-form-group {
    padding-bottom: 20px;
}
.note-form-group:last-child {
    padding-bottom: 0;
}
.note-form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #42515f;
    margin-bottom: 10px;
    font-weight: 700;
}
.note-input {
    width: 100%;
    display: block;
    border: 1px solid #ededef;
    background: #fff;
    outline: 0;
    padding: 6px 4px;
    font-size: 14px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.note-input::-webkit-input-placeholder {
    color: #eeeeee;
}
.note-input:-moz-placeholder {
    /* Firefox 18- */
    color: #eeeeee;
}
.note-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #eeeeee;
}
.note-input:-ms-input-placeholder {
    color: #eeeeee;
}
.note-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    transition: opacity 0.15s;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}
.note-tooltip.in {
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}
.note-tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.note-tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.note-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.note-tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.note-tooltip.bottom .note-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.note-tooltip.top .note-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.note-tooltip.right .note-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.note-tooltip.left .note-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.note-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.note-tooltip-content {
    max-width: 200px;
    font-family: sans-serif;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
.note-popover {
    position: absolute;
    z-index: 1060;
    display: block;
    font-size: 13px;
    font-family: sans-serif;
    display: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
}
.note-popover.in {
    display: block;
}
.note-popover.top {
    margin-top: -10px;
    padding: 5px 0;
}
.note-popover.right {
    margin-left: 10px;
    padding: 0 5px;
}
.note-popover.bottom {
    margin-top: 10px;
    padding: 5px 0;
}
.note-popover.left {
    margin-left: -10px;
    padding: 0 5px;
}
.note-popover.bottom .note-popover-arrow {
    top: -11px;
    left: 20px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.note-popover.bottom .note-popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "\0020";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.note-popover.top .note-popover-arrow {
    bottom: -11px;
    left: 20px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.note-popover.top .note-popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "\0020";
    border-bottom-width: 0;
    border-top-color: #fff;
}
.note-popover.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.note-popover.right .note-popover-arrow::after {
    left: 1px;
    margin-top: -10px;
    content: "\0020";
    border-left-width: 0;
    border-right-color: #fff;
}
.note-popover.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.note-popover.left .note-popover-arrow::after {
    right: 1px;
    margin-top: -10px;
    content: "\0020";
    border-right-width: 0;
    border-left-color: #fff;
}
.note-popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
}
.note-popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "\0020";
    border-width: 10px;
}
.note-popover-content {
    /*max-width: $popover-max-width;*/
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #ffffff;
    min-width: 100px;
    min-height: 30px;
}
/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    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;
}
/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid #00000032;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
    background-color: #8080801d;
}
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .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-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .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-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
    float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
    color: #777;
}
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
    color: #286090;
}
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
    color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
    color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
    color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
    color: #a94442;
}
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
    margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
    padding: 10px;
}
.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}
/* Popover
 ------------------------------------------ */
.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;
}
/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}
.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .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-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .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-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .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-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.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, .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 {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .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-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, .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 {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.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, .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 {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
    margin-left: 5px;
}
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}
/* Dialog
 ------------------------------------------ */
.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: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}
/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}
/* Handle
 ------------------------------------------ */
.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-sizing, .note-handle .note-control-selection .note-control-holder {
    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: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}
/* Handle
 ------------------------------------------ */
html .note-fullscreen-body, body .note-fullscreen-body {
    overflow: hidden !important;
}
.note-editor .note-editing-area .note-editable table {
    width: 100%;
    border-collapse: collapse;
}
.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
    border: 1px solid #ececec;
    padding: 5px 3px;
}
.note-editor .note-editing-area .note-editable a {
    background-color: inherit;
    text-decoration: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #337ab7;
}
.note-editor .note-editing-area .note-editable a:hover,
.note-editor .note-editing-area .note-editable a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: 0;
}
.note-editor .note-editing-area .note-editable figure {
    margin: 0;
}
/* Dialog
 ------------------------------------------*/
.note-modal .note-modal-body label {
    margin-bottom: 2px;
    padding: 2px 5px;
    display: inline-block;
}
.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}
.help-list-item label {
    margin-bottom: 5px;
    display: inline-block;
}
.ui-keyboard{text-align:center;padding:.3em;position:absolute;left:0;top:0;z-index:16000;touch-action:manipulation}.ui-keyboard-has-focus{z-index:16001}.ui-keyboard div{font-size:1.1em}.ui-keyboard[contenteditable]{white-space:pre}.ui-keyboard-button{height:2em;min-width:2em;margin:.1em;cursor:pointer;overflow:hidden;line-height:2em;-moz-user-focus:ignore}.ui-keyboard-button span{padding:0;margin:0;white-space:nowrap;display:inline-block}.ui-keyboard-button-endrow{clear:left}.ui-keyboard-space{width:15em}.ui-keyboard-empty span,.ui-keyboard-space span{font:0/0 a;text-shadow:none;color:transparent}.ui-keyboard-preview-wrapper{text-align:center;position:relative;overflow:hidden}.ui-keyboard-preview{text-align:left;margin:0 0 3px 0;display:inline;width:99%}.ui-keyboard-keyset{text-align:center;white-space:nowrap}.ui-keyboard-input{text-align:left}.ui-keyboard-input-current{box-shadow:0 0 5px #4d90fe}.ui-keyboard-placeholder{color:#888}.ui-keyboard-nokeyboard{color:#888;border-color:#888}.ui-keyboard-spacer{display:inline-block;width:1px;height:0;cursor:default}.ui-keyboard-LRM span,.ui-keyboard-NBSP span,.ui-keyboard-RLM span,.ui-keyboard-ZWJ span,.ui-keyboard-ZWNJ span,.ui-keyboard-ZWSP span{font-size:.5em;line-height:1.5em;white-space:normal}.ui-keyboard-button.ui-keyboard-combo.ui-state-default{border-color:#ffaf0f}button.ui-keyboard-accept.ui-keyboard-valid-input{border-color:#0c0;background:#080;color:#fff}button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover{background:#0a0}button.ui-keyboard-accept.ui-keyboard-invalid-input{border-color:#c00;background:#800;color:#fff;opacity:.5}button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover{background:#a00}.ui-keyboard-caret{background:#c00;width:1px;margin-top:3px}div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn{padding:.5em 1em;border-color:transparent}.ui-body .ui-keyboard-button{width:3em;height:3em;display:inline-block}.ui-body .ui-keyboard-widekey{width:5.5em}.ui-body .ui-keyboard-space{width:15em}.ui-body .ui-keyboard-space span{visibility:hidden}.ui-body .ui-keyboard-keyset{line-height:.5em}.ui-body input.ui-input-text,.ui-body textarea.ui-input-text{width:95%}.ui-body .ui-btn-inner{height:2em;padding:.2em 0;margin:0}.ui-body .ui-btn{margin:0;font-size:13px}button.ui-keyboard-button.btn{padding:1px 6px}button.ui-keyboard-toggle span{width:.8em;height:.8em;display:inline-block;background-repeat:no-repeat;background-position:center center;background-size:contain}button.ui-keyboard-toggle span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==)}.ui-keyboard-dark-theme button.ui-keyboard-toggle span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==)}button.ui-keyboard-toggle.ui-keyboard-disabled span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=)}.ui-keyboard-dark-theme button.ui-keyboard-toggle.ui-keyboard-disabled span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=)}.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle),.ui-keyboard.ui-keyboard-disabled input{opacity:.5}.ui-keyboard-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5)}.ui-keyboard-popup{display:inline-block;max-width:22em}.ui-keyboard.ui-keyboard-popup-open .ui-keyboard-keyset .ui-keyboard-button{pointer-events:none}div.ui-keyboard-extender{margin-left:5px}button.ui-keyboard-extender span{width:.9em;height:.9em;display:inline-block;margin-bottom:3px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6IzExMSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzExMSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+)}.ui-keyboard-dark-theme button.ui-keyboard-extender span{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6I2VlZSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2VlZSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+)}@media all and (max-width:319px){.ui-keyboard div{font-size:9px}.ui-keyboard .ui-keyboard-input{font-size:12px}.ui-body .ui-btn{margin:0;font-size:9px}.ui-body .ui-keyboard-button{width:1.8em;height:2.5em}.ui-body .ui-keyboard-widekey{width:4em}.ui-body .ui-keyboard-space{width:8em}.ui-body .ui-btn-inner{height:2.5em;padding:.3em 0}}@media all and (min-width:320px) and (max-width:479px){.ui-keyboard div{font-size:9px}.ui-keyboard .ui-keyboard-input{font-size:14px}.ui-body .ui-btn{margin:0;font-size:11px}.ui-body .ui-keyboard-button{width:1.8em;height:3em}.ui-body .ui-keyboard-widekey{width:4.5em}.ui-body .ui-keyboard-space{width:10em}.ui-body .ui-btn-inner{height:3em;padding:.7em 0}}@media all and (min-width:480px) and (max-width:767px){.ui-keyboard div{font-size:13px}.ui-keyboard .ui-keyboard-input{font-size:14px}.ui-body .ui-btn{margin:0;font-size:10px}.ui-body .ui-keyboard-button{height:2.5em}.ui-body .ui-btn-inner{height:2.5em;padding:.5em 0}}
.ui-keyboard-keyset .ui-keyboard-button{position:relative}.ui-keyboard-keyset-normal .ui-keyboard-button::after{content:attr(data-shift);font-size:.6em;color:#999;position:absolute;top:-1em;left:2px;z-index:200}.ui-keyboard-keyset-shift .ui-keyboard-button::after{content:attr(data-normal);font-size:.6em;color:#999;position:absolute;top:-1em;left:2px;z-index:200}.ui-keyboard-keyset-alt .ui-keyboard-button::after{content:attr(data-alt-shift);font-size:.6em;color:#999;position:absolute;top:-1em;left:2px;z-index:200}.ui-keyboard-keyset-alt-shift .ui-keyboard-button::after{content:attr(data-alt);font-size:.6em;color:#999;position:absolute;top:-1em;left:2px;z-index:200}
