html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media print {
  *, :before, :after {
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    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 #ddd !important;
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: #0000;
  font-size: 10px;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3276b1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #214e75;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  -o-transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 18px;
  margin-bottom: 18px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #999;
  font-weight: normal;
  line-height: 1;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 19px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small, .small {
  font-size: 92%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #3276b1;
}

a.text-primary:hover, a.text-primary:focus {
  color: #275b89;
}

.text-success {
  color: #468847;
}

a.text-success:hover, a.text-success:focus {
  color: #356635;
}

.text-info {
  color: #346597;
}

a.text-info:hover, a.text-info:focus {
  color: #274c71;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

a.text-danger:hover, a.text-danger:focus {
  color: #953b39;
}

.bg-primary {
  color: #fff;
  background-color: #3276b1;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #275b89;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d6dde7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #b6c2d4;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 36px 0 18px;
  padding-bottom: 8px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 9px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt, dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  text-transform: uppercase;
  font-size: 90%;
}

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 18px;
  padding: 9px 18px;
  font-size: 16.25px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  color: #999;
  font-size: 80%;
  line-height: 1.42857;
  display: block;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  text-align: right;
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857;
}

code, kbd, pre, samp {
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 90%;
  box-shadow: inset 0 -1px #00000040;
}

kbd kbd {
  box-shadow: none;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 0 9px;
  padding: 8.5px;
  font-size: 12px;
  line-height: 1.42857;
  display: block;
}

pre code {
  color: inherit;
  font-size: inherit;
  white-space: pre-wrap;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1166px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}

.row {
  margin-left: -13px;
  margin-right: -13px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-10 {
  width: 83.3333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-7 {
  width: 58.3333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-4 {
  width: 33.3333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6667%;
}

.col-xs-pull-10 {
  right: 83.3333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6667%;
}

.col-xs-pull-7 {
  right: 58.3333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6667%;
}

.col-xs-pull-4 {
  right: 33.3333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6667%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6667%;
}

.col-xs-push-10 {
  left: 83.3333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6667%;
}

.col-xs-push-7 {
  left: 58.3333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6667%;
}

.col-xs-push-4 {
  left: 33.3333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6667%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.6667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.6667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.6667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.6667%;
  }

  .col-sm-10 {
    width: 83.3333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-7 {
    width: 58.3333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.6667%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.6667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.6667%;
  }

  .col-sm-pull-10 {
    right: 83.3333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.6667%;
  }

  .col-sm-pull-7 {
    right: 58.3333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.6667%;
  }

  .col-sm-pull-4 {
    right: 33.3333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.6667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.6667%;
  }

  .col-sm-push-10 {
    left: 83.3333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.6667%;
  }

  .col-sm-push-7 {
    left: 58.3333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.6667%;
  }

  .col-sm-push-4 {
    left: 33.3333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.6667%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.6667%;
  }

  .col-md-10 {
    width: 83.3333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.6667%;
  }

  .col-md-7 {
    width: 58.3333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.6667%;
  }

  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.6667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.6667%;
  }

  .col-md-pull-10 {
    right: 83.3333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.6667%;
  }

  .col-md-pull-7 {
    right: 58.3333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.6667%;
  }

  .col-md-pull-4 {
    right: 33.3333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.6667%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.6667%;
  }

  .col-md-push-10 {
    left: 83.3333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.6667%;
  }

  .col-md-push-7 {
    left: 58.3333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.6667%;
  }

  .col-md-push-4 {
    left: 33.3333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.6667%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.6667%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.6667%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.6667%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.6667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.6667%;
  }

  .col-lg-10 {
    width: 83.3333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.6667%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.6667%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.6667%;
  }

  .col-lg-pull-10 {
    right: 83.3333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.6667%;
  }

  .col-lg-pull-7 {
    right: 58.3333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.6667%;
  }

  .col-lg-pull-4 {
    right: 33.3333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.6667%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.6667%;
  }

  .col-lg-push-10 {
    left: 83.3333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.6667%;
  }

  .col-lg-push-7 {
    left: 58.3333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.6667%;
  }

  .col-lg-push-4 {
    left: 33.3333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.6667%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: #0000;
}

caption {
  color: #999;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #ecf3f8;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
  position: static;
}

table td[class*="col-"], table th[class*="col-"] {
  float: none;
  display: table-cell;
  position: static;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #ecf3f8;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #d9e7f1;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d6dde7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c6d0de;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

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

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

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  color: #333;
  font-size: 19.5px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  display: block;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  width: 100%;
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  color: #555;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  display: block;
}

.form-control {
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 1px #00000013;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-placeholder-shown {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: #0000;
  border: 0;
}

.form-control[disabled], .form-control[readonly]:not(.datetime-picker), fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 32px;
  }

  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.radio label, .checkbox label {
  cursor: pointer;
  min-height: 18px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline, .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 31px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  border-radius: 2px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  border-radius: 2px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  border-radius: 3px;
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  border-radius: 3px;
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  pointer-events: none;
  text-align: center;
  z-index: 2;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.has-success .form-control-feedback {
  color: #468847;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-warning .form-control-feedback {
  color: #c09853;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-error .form-control-feedback {
  color: #b94a48;
}

.has-feedback label ~ .form-control-feedback {
  top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  color: #737373;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .form-control {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .form-inline .radio, .form-inline .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 25px;
}

.form-horizontal .form-group {
  margin-left: -13px;
  margin-right: -13px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 13px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px #00000020;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity= 65);
  opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #2c699d;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #275b89;
  border-color: #10263a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #275b89;
  border-color: #1f496d;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1f496d;
  border-color: #10263a;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3276b1;
  border-color: #2c699d;
}

.btn-primary .badge {
  color: #3276b1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #739e73;
  border-color: #659265;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #5b835b;
  border-color: #314731;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5b835b;
  border-color: #4c6e4c;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4c6e4c;
  border-color: #314731;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #739e73;
  border-color: #659265;
}

.btn-success .badge {
  color: #739e73;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #57889c;
  border-color: #4e7a8c;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #456b7b;
  border-color: #20323a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #456b7b;
  border-color: #385764;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #385764;
  border-color: #20323a;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #57889c;
  border-color: #4e7a8c;
}

.btn-info .badge {
  color: #57889c;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #c79121;
  border-color: #b1811d;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #9b711a;
  border-color: #44310b;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #9b711a;
  border-color: #7d5b15;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #7d5b15;
  border-color: #44310b;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #c79121;
  border-color: #b1811d;
}

.btn-warning .badge {
  color: #c79121;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #a90329;
  border-color: #900323;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #77021d;
  border-color: #130005;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #77021d;
  border-color: #540114;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #540114;
  border-color: #130005;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #a90329;
  border-color: #900323;
}

.btn-danger .badge {
  color: #a90329;
  background-color: #fff;
}

.btn-link {
  color: #3276b1;
  border-radius: 0;
  font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0000;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: #0000;
}

.btn-link:hover, .btn-link:focus {
  color: #214e75;
  background-color: #0000;
  text-decoration: none;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
  border-radius: 2px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -o-transition: opacity .15s linear;
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.caret {
  border-top: 4px dashed;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  border-top: 4px solid \9 ;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 2px;
  display: inline-block;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  float: left;
  text-align: left;
  z-index: 1000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 2px;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 13px;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 6px 12px #0000002d;
}

.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  white-space: nowrap;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #3276b1;
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3276b1;
  outline: 0;
  text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  cursor: not-allowed;
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  background-color: #0000;
  background-image: none;
  text-decoration: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  color: #999;
  white-space: nowrap;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  display: block;
}

.dropdown-backdrop {
  z-index: 990;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
  border-top: 0;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 2px;
  top: auto;
  bottom: 100%;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  float: left;
  position: relative;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px #00000020;
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 2px 2px 0 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 2px 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  display: table;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  width: 1%;
  display: table-cell;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  float: left;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  border-radius: 2px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.input-group-addon {
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

.input-group-addon.input-sm {
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg {
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 17px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  white-space: nowrap;
  font-size: 0;
  position: relative;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 9px 10px 10px;
  display: block;
  position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #0000;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #3276b1;
}

.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid #0000;
  border-radius: 2px 2px 0 0;
  margin-right: 2px;
  line-height: 1.42857;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #0000;
}

.nav-tabs.nav-justified {
  border-bottom: 0;
  width: 100%;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  border-radius: 2px;
  margin-right: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 2px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3276b1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  border-radius: 2px;
  margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.navbar {
  border: 1px solid #0000;
  min-height: 50px;
  margin-bottom: 18px;
  position: relative;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }

  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #0000;
  padding-left: 13px;
  padding-right: 13px;
  overflow-x: visible;
  box-shadow: inset 0 1px #ffffff1a;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    box-shadow: none;
    border-top: 0;
    width: auto;
  }

  .navbar-collapse.collapse {
    padding-bottom: 0;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-left: -13px;
  margin-right: -13px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1030;
  position: fixed;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}

.navbar-fixed-bottom {
  border-width: 1px 0 0;
  margin-bottom: 0;
  bottom: 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 16px 13px;
  font-size: 17px;
  line-height: 18px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -13px;
  }
}

.navbar-toggle {
  float: right;
  background-color: #0000;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 13px;
  padding: 9px 10px;
  position: relative;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  width: 22px;
  height: 2px;
  display: block;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 8px -13px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    box-shadow: none;
    float: none;
    background-color: #0000;
    border: 0;
    width: auto;
    margin-top: 0;
    position: static;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navbar-form {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  margin: 9px -13px;
  padding: 10px 13px;
  box-shadow: inset 0 1px #ffffff1a, 0 1px #ffffff1a;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .form-control {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

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

@media (min-width: 768px) {
  .navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    margin-right: -13px;
    float: right !important;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: #0000;
}

.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #0000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #0000;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #0000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: #0000;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #0000;
}

.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0000;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: #0000;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0000;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: #0000;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 18px;
  padding: 8px 15px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  border-radius: 2px;
  margin: 18px 0;
  padding-left: 0;
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  color: #3276b1;
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  position: relative;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #214e75;
  z-index: 2;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  z-index: 3;
  background-color: #3276b1;
  border-color: #3276b1;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pager {
  text-align: center;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px 14px;
  display: inline-block;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .25em;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline;
}

a.label:hover, a.label:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #3276b1;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #275b89;
}

.label-success {
  background-color: #739e73;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #5b835b;
}

.label-info {
  background-color: #57889c;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #456b7b;
}

.label-warning {
  background-color: #c79121;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #9b711a;
}

.label-danger {
  background-color: #a90329;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #77021d;
}

.badge {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #999;
  border-radius: 10px;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  padding: 1px 5px;
  top: 0;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3276b1;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  color: inherit;
  background-color: #eee;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 13px;
  padding-right: 13px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 59px;
  }
}

.thumbnail {
  -o-transition: border .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 18px;
  padding: 4px;
  line-height: 1.42857;
  transition: border .2s ease-in-out;
  display: block;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #3276b1;
}

.thumbnail .caption {
  color: #333;
  padding: 9px;
}

.alert {
  border: 1px solid #0000;
  border-radius: 2px;
  margin-bottom: 18px;
  padding: 15px;
}

.alert h4 {
  color: inherit;
  margin-top: 0;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  color: inherit;
  position: relative;
  top: -2px;
  right: -21px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.alert-success hr {
  border-top-color: #3d773e;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #346597;
  background-color: #d6dde7;
  border-color: #9cb4c5;
}

.alert-info hr {
  border-top-color: #8ca8bc;
}

.alert-info .alert-link {
  color: #274c71;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #dbab57;
}

.alert-warning hr {
  border-top-color: #d6a042;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.alert-danger hr {
  border-top-color: #a74240;
}

.alert-danger .alert-link {
  color: #953b39;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  background-color: #f5f5f5;
  border-radius: 2px;
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #0000001a;
}

.progress-bar {
  -o-transition: width .6s ease;
  color: #fff;
  float: left;
  text-align: center;
  background-color: #3276b1;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  transition: width .6s;
  box-shadow: inset 0 -1px #00000026;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  animation: 2s linear infinite progress-bar-stripes;
}

.progress-bar-success {
  background-color: #739e73;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-info {
  background-color: #57889c;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-warning {
  background-color: #c79121;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-danger {
  background-color: #a90329;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  vertical-align: top;
  display: table-cell;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px 15px;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 0;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  color: #555;
  background-color: #f5f5f5;
  text-decoration: none;
}

button.list-group-item {
  text-align: left;
  width: 100%;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #fff;
  z-index: 2;
  background-color: #3276b1;
  border-color: #3276b1;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c1d9ee;
}

.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #468847;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}

.list-group-item-info {
  color: #346597;
  background-color: #d6dde7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #346597;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #346597;
  background-color: #c6d0de;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #346597;
  border-color: #346597;
}

.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #c09853;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}

.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #b94a48;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 2px;
  margin-bottom: 18px;
  box-shadow: 0 1px 1px #0000000d;
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  border-bottom: 1px solid #0000;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  padding: 10px 15px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  padding: 10px 15px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

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

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel {
  border-radius: 2px;
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #3276b1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3276b1;
  border-color: #3276b1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3276b1;
}

.panel-primary > .panel-heading .badge {
  color: #3276b1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3276b1;
}

.panel-success {
  border-color: #84a83e;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #86c068;
  border-color: #84a83e;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #84a83e;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #86c068;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #468847;
}

.panel-info {
  border-color: #4cb694;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #4cb694;
  border-color: #4cb694;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4cb694;
}

.panel-info > .panel-heading .badge {
  color: #d6dde7;
  background-color: #4cb694;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9cb4c5;
}

.panel-warning {
  border-color: #dbab57;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #dbab57;
  border-color: #dbab57;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbab57;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbab57;
}

.panel-danger {
  border-color: #b94a48;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b94a48;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b94a48;
}

.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;
  box-shadow: inset 0 1px 1px #0000000d;
}

.well blockquote {
  border-color: #00000026;
}

.well-lg {
  border-radius: 3px;
  padding: 24px;
}

.well-sm {
  border-radius: 2px;
  padding: 9px;
}

.close {
  color: #000;
  filter: alpha(opacity= 20);
  float: right;
  opacity: .2;
  text-shadow: 0 1px #fff;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
}

.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity= 50);
  opacity: .5;
  text-decoration: none;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  -webkit-overflow-scrolling: touch;
  z-index: 1050;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -o-transition: -o-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: 10px;
  position: relative;
}

.modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 3px;
  outline: 0;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}

.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-backdrop.fade {
  filter: alpha(opacity= 0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity= 50);
  opacity: .5;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  padding: 20px;
  position: relative;
}

.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 20px;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px #00000080;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  filter: alpha(opacity= 0);
  letter-spacing: normal;
  line-break: auto;
  opacity: 0;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: 1030;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.in {
  filter: alpha(opacity= 90);
  opacity: .9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
  max-width: 200px;
  padding: 3px 8px;
}

.tooltip-arrow {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
}

.tooltip.top-left .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.tooltip.left .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: -5px;
  top: 50%;
  right: 0;
}

.tooltip.bottom .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-left: -5px;
  top: 0;
  left: 50%;
}

.tooltip.bottom-left .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  right: 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  left: 5px;
}

.popover {
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  max-width: 276px;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: 1010;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 3px;
  padding: 1px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px #0003;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  border-top-color: #00000040;
  border-bottom-width: 0;
  margin-left: -11px;
  bottom: -11px;
  left: 50%;
}

.popover.top > .arrow:after {
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
  bottom: 1px;
}

.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: #00000040;
  margin-top: -11px;
  top: 50%;
  left: -11px;
}

.popover.right > .arrow:after {
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  left: 1px;
}

.popover.bottom > .arrow {
  border-top-width: 0;
  border-bottom-color: #00000040;
  margin-left: -11px;
  top: -11px;
  left: 50%;
}

.popover.bottom > .arrow:after {
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
  top: 1px;
}

.popover.left > .arrow {
  border-left-color: #00000040;
  border-right-width: 0;
  margin-top: -11px;
  top: 50%;
  right: -11px;
}

.popover.left > .arrow:after {
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner > .item {
  -o-transition: .6s ease-in-out left;
  transition: left .6s ease-in-out;
  display: none;
  position: relative;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    -o-transition: -o-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  width: 100%;
  position: absolute;
  top: 0;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  color: #fff;
  filter: alpha(opacity= 50);
  opacity: .5;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  background-color: #0000;
  width: 15%;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.carousel-control.left {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#80000000", endColorstr= "#00000000", GradientType= 1);
  background-image: linear-gradient(to right, #00000080 0%, #0000 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#00000000", endColorstr= "#80000000", GradientType= 1);
  background-image: linear-gradient(to right, #0000 0%, #00000080 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  filter: alpha(opacity= 90);
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  z-index: 5;
  margin-top: -10px;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  text-align: center;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.carousel-indicators li {
  background-color: #000 \9 ;
  cursor: pointer;
  text-indent: -999px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 1px;
  display: inline-block;
}

.carousel-indicators .active {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-caption {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    padding-bottom: 30px;
    left: 20%;
    right: 20%;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -o-transition: opacity ease-in-out .7s;
  opacity: 0;
  z-index: 1;
  width: 100%;
  transition: opacity .7s ease-in-out;
  position: absolute;
  top: 0;
  display: block !important;
  left: 0 !important;
}

.carousel.fade .item:first-child {
  position: relative;
  top: auto;
}

.carousel.fade .item.active {
  -o-transition: opacity ease-in-out .7s;
  opacity: 1;
  z-index: 2;
  transition: opacity .7s ease-in-out;
}

.carousel.fade .carousel-control {
  z-index: 5;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: #0000;
  font: 0 / 0 a;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

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

.tree {
  border-radius: 4px;
  min-height: 20px;
}

.tree li {
  margin: 0;
  padding: 5px;
  list-style-type: none;
  position: relative;
}

.tree ul ul li:hover {
  background: #00000004;
}

.tree li:before, .tree li:after {
  content: "";
  position: absolute;
  left: -20px;
  right: auto;
}

.tree li:before {
  -moz-transition: "border-color 0.1s ease 0.1s";
  -o-transition: "border-color 0.1s ease 0.1s";
  -webkit-transition: "border-color 0.1s ease 0.1s";
  height: 100%;
  transition: "border-color 0.1s ease 0.1s";
  border-left: 1px solid #999;
  width: 1px;
  top: -11px;
  bottom: 50px;
}

.tree li:after {
  border-top: 1px solid #999;
  width: 25px;
  height: 20px;
  top: 18px;
}

.tree li span {
  -o-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
  border: 1px dotted #999;
  border-radius: 5px;
  padding: 3px 8px;
  text-decoration: none;
  transition: color .2s .1s, background-color .2s .1s, border-color .3s .2s;
  display: inline-block;
}

.tree li.parent_li > span {
  cursor: pointer;
  padding: 7px;
}

.tree > ul > li:before, .tree > ul > li:after {
  border: 0;
}

.tree li:last-child:before {
  height: 30px;
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  color: #000;
  background: #eee;
  border: 1px solid #94a0b4;
}

.tree > ul {
  padding-left: 0;
}

.tree ul ul {
  padding-top: 10px;
  padding-left: 34px;
}

.tree li.parent_li > span:hover {
  color: #fff;
  background-color: #df8505;
  border: 1px solid #c67605;
}

.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 {
  color: #000;
  border: 1px solid #faa937;
  background: #fddfb3 !important;
}

.tree .fa.icon-minus-sign:before {
  content: "" !important;
}

.tree .fa.icon-plus-sign:before {
  content: "" !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 {
  margin-bottom: 5px;
  font-size: 11px;
  display: inline-block;
}

.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
  font-size: 10px;
  display: none;
}

.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-right-radius: 0;
  border-bottom-left-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 {
  box-sizing: border-box;
  width: 100%;
  height: 31px;
  margin: 0 0 5px;
  display: inline-block;
}

.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 {
  border: 1px solid #ddd;
  display: block;
}

.md-editor > .md-header, .md-editor .md-footer {
  background: #f5f5f5;
  margin: 0;
  padding: 6px 4px;
  display: block;
}

.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 {
  box-shadow: none;
  outline: 0;
  outline: thin dotted \9 ;
  background: #eee;
  border: 1px dashed #ddd;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-size: 13px;
  display: block;
}

.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}

.md-editor .md-controls {
  float: right;
  padding: 3px;
}

.smart-rtl .md-editor .md-controls {
  float: left;
}

.md-editor .md-controls .md-control {
  color: #bebebe;
  padding: 3px 3px 3px 10px;
  right: 5px;
}

.smart-rtl .md-editor .md-controls .md-control {
  padding: 3px 10px 3px 3px;
  left: 5px;
  right: auto;
}

.md-editor .md-controls .md-control:hover {
  color: #333;
}

.md-editor.md-fullscreen-mode {
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 60px 30px 15px;
  position: fixed;
  top: 0;
  left: 0;
  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 {
  color: #999;
  box-shadow: none !important;
  resize: none !important;
  background: #fff !important;
  border: 0 !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 20px !important;
  font-size: 20px !important;
  line-height: 1.6em !important;
}

.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

.md-editor.md-fullscreen-mode .md-input:hover, .md-editor.md-fullscreen-mode .md-input:focus {
  color: #333;
  background: #fff !important;
}

.md-editor.md-fullscreen-mode .md-header {
  text-align: center;
  background: none;
  width: 100%;
  position: fixed;
  top: 20px;
}

.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}

.md-editor.md-fullscreen-mode .btn {
  color: #b3b3b3;
  background: none;
  border: 0;
}

.md-editor.md-fullscreen-mode .btn:hover, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active {
  box-shadow: none;
  color: #333;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  text-align: right;
  z-index: 1002;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  clear: right;
  color: #b3b3b3;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

.md-editor.md-fullscreen-mode .md-editor {
  position: relative;
  height: 100% !important;
}

.md-editor .md-fullscreen-controls {
  display: none;
}

.md-nooverflow {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.slider {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}

.slider.slider-horizontal .slider-track {
  width: 100%;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-top: -5px;
  margin-left: -10px;
}

.slider.slider-horizontal .slider-handle.triangle {
  color: #797777;
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 1);
  text-shadow: 0 1px #fffc;
  border: none;
  width: 20px;
  height: 20px;
  line-height: 21px;
  transform: rotate(0);
}

.slider.slider-horizontal .slider-handle.triangle:before {
  content: "";
  font-size: 34px;
}

.slider-horizontal .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
  content: "";
}

.slider.slider-vertical {
  width: 20px;
  height: 210px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  top: 0;
  left: 50%;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.slider.slider-vertical .slider-handle {
  margin-top: -10px;
  margin-left: -5px;
}

.slider.slider-vertical .slider-handle.triangle {
  color: #797777;
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 1);
  text-shadow: 0 -1px #fffc;
  border: none;
  width: 20px;
  height: 20px;
  line-height: 21px;
  transform: rotate(0);
}

.slider.slider-vertical .slider-handle.triangle:before {
  content: "";
  text-shadow: 0 1px #fffc;
  font-size: 32px;
}

.slider.slider-vertical .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
  content: "";
  text-shadow: 0 -1px #fffc;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  cursor: pointer;
  background: #e5e5e5;
  position: absolute;
}

.slider-selection {
  background: #3276b1;
  position: absolute;
}

.slider-handle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #bdbdbd;
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 1);
  text-align: center;
  text-shadow: 0 1px #4d4d4d80;
  background: #858585;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  transform: rotate(90deg);
}

.slider-handle:before {
  content: "";
}

.slider-handle.round {
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.slider-handle.triangle {
  background: 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 {
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.42857;
  display: block;
}

.bootstrap-tagsinput > span {
  background: #3276b1;
  border: 1px solid #285e8e;
  padding: 3px 28px 4px 8px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 0 !important;
}

.bootstrap-tagsinput input {
  box-shadow: none;
  max-width: inherit;
  background-color: #0000;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto !important;
}

.bootstrap-tagsinput input:focus {
  box-shadow: none;
  border: none;
}

.bootstrap-tagsinput .tag {
  color: #fff;
  margin: 3px 0 3px 2px;
  display: inline-block;
  position: relative;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  width: 23px;
  height: 22px;
  padding: 3px 4px 3px 5px;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  background: #0000004d;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "";
  text-align: center;
  padding: 2px 1px;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 17px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px #fff3, 0 1px 2px #0000000d;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px #00000020;
}

.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 {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  content: "";
  border-bottom: 7px solid #0003;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  content: "";
  border-bottom: 6px solid #fff;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  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 {
  border-top: 7px solid #999;
  border-bottom: 0;
  bottom: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
}

.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 {
  color: #333;
  border: 1px solid #0000;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  display: inline-block;
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: #eee;
  border-color: #ddd;
  border-radius: 4px;
  text-decoration: none;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  text-align: center;
  width: 25px;
  margin: 0;
}

.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, .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 {
  background-color: #fc0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(.41, #ffb800), color-stop(.56, #fd5), to(#fea));
  background-image: -moz-linear-gradient(center right, #ffb800 41%, #fd5 56%, #fea 100%);
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #00000040;
  border-radius: 1.54em;
  width: 1.54em;
  height: 1.54em;
  margin-top: -.4em;
  padding: 0;
  font-family: Trebuchet MS;
  font-size: .8em;
  font-weight: bold;
  line-height: 1.34em;
  -webkit-transition-property: color, background, transform;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;
  display: inline-block;
  overflow: hidden;
  transform: rotate(90deg);
  box-shadow: 1px -1px 2px #0003;
}

span.css-emoticon.spaced-emoticon {
  width: 1.34em;
  padding-left: .2em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  span.css-emoticon.spaced-emoticon {
    width: 1.4em;
  }
}

span.css-emoticon.small-emoticon {
  border-radius: 1.82em;
  width: 1.82em;
  height: 1.82em;
  font-size: .7em;
  line-height: 1.72em;
}

span.css-emoticon.small-emoticon.spaced-emoticon {
  letter-spacing: .1em;
  width: 1.82em;
  padding-left: 0;
}

span.css-emoticon.red-emoticon {
  background-color: #eb0542;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(.41, #ff7c7c), color-stop(.56, #e79494), to(#e78ba5));
  background-image: -moz-linear-gradient(center right, #ff7c7c 41%, #e79494 56%, #e78ba5 100%);
}

span.css-emoticon.pink-emoticon {
  background-color: #ff8fd4;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(.41, #ff8fd4), color-stop(.56, #ff99d8), to(#ffade1));
  background-image: -moz-linear-gradient(center right, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

span.css-emoticon.no-rotate {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(.41, #fc0), color-stop(.56, #fd5), to(#fea));
  background-image: -moz-linear-gradient(center bottom, #fc0 41%, #fd5 56%, #fea 100%);
  border-radius: 2.2em;
  width: 2.2em;
  height: 2.2em;
  font-size: .45em;
  line-height: 1.9em;
  transform: rotate(0);
  box-shadow: 1px 1px 2px #00000080;
}

span.css-emoticon.no-rotate.red-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(.41, #eb0542), color-stop(.56, #eb265a), to(#fa376e));
  background-image: -moz-linear-gradient(center bottom, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}

span.css-emoticon.no-rotate.pink-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(.41, #ff8fd4), color-stop(.56, #ff99d8), to(#ffade1));
  background-image: -moz-linear-gradient(center bottom, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

span.css-emoticon.counter-rotated {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(.41, #fc0), color-stop(.56, #fd5), to(#fea));
  background-image: -moz-linear-gradient(center left, #fc0 41%, #fd5 56%, #fea 100%);
  transform: rotate(-90deg);
  box-shadow: -1px 1px 2px #00000080;
}

span.css-emoticon.counter-rotated.red-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(.41, #eb0542), color-stop(.56, #eb265a), to(#fa376e));
  background-image: -moz-linear-gradient(center left, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}

span.css-emoticon.counter-rotated.pink-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(.41, #ff8fd4), color-stop(.56, #ff99d8), to(#ffade1));
  background-image: -moz-linear-gradient(center left, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

span.css-emoticon.un-transformed-emoticon, span.css-emoticon.animated-emoticon:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  letter-spacing: inherit;
  background: none;
  border-color: #0000;
  overflow: visible;
  transform: rotate(0);
}

span.css-emoticon.nintendo-controller {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(.09, #74798c), color-stop(.55, #a5aabd));
  background: -moz-linear-gradient(center bottom, #74798c 9%, #a5aabd 55%);
  vertical-align: bottom;
  border-radius: 0;
  width: 2.7em;
  height: 1.2em;
  font-size: .8em;
  line-height: 1em;
}

.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 {
  color: #999;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.clockpicker-popover .popover-title span {
  cursor: pointer;
}

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}

.popover-content:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.clockpicker-plate {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: visible;
}

.clockpicker-canvas, .clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.clockpicker-minutes {
  visibility: hidden;
}

.clockpicker-tick {
  color: #666;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: absolute;
}

.clockpicker-tick.active, .clockpicker-tick:hover {
  background-color: #0095dd40;
}

.clockpicker-button {
  background-color: #fff;
  background-image: none;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}

.clockpicker-button:hover {
  background-color: #ebebeb;
  background-image: none;
}

.clockpicker-button:focus {
  outline: none !important;
}

.clockpicker-dial {
  -moz-transition: -moz-transform .35s, opacity .35s;
  -o-transition: -o-transform .35s, opacity .35s;
  -ms-transition: -ms-transform .35s, opacity .35s;
  -webkit-transition: -webkit-transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
}

.clockpicker-dial-out {
  opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
  transform: scale(.8);
}

.clockpicker-canvas {
  -o-transition: opacity .175s;
  transition: opacity .175s;
}

.clockpicker-canvas-out {
  opacity: .25;
}

.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
  fill: #0095dd;
  stroke: none;
}

.clockpicker-canvas-bg {
  fill: #c0e5f7;
  stroke: none;
}

.clockpicker-canvas-bg-trans {
  fill: #0095dd40;
}

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-linecap: round;
  stroke-width: 1px;
}

.colorpicker-saturation {
  cursor: crosshair;
  float: left;
  background-image: url("../img/saturation.png");
  width: 100px;
  height: 100px;
}

.colorpicker-saturation i {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.colorpicker-saturation i b {
  border: 1px solid #fff;
  width: 5px;
  height: 5px;
  display: block;
}

.colorpicker-hue, .colorpicker-alpha {
  cursor: row-resize;
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
}

.colorpicker-hue i, .colorpicker-alpha i {
  background: #000;
  border-top: 1px solid #fff;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.colorpicker-hue {
  background-image: url("../img/hue.png");
}

.colorpicker-alpha {
  background-image: url("../img/alpha.png");
  display: none;
}

.colorpicker {
  zoom: 1;
  border-radius: 4px;
  min-width: 120px;
  margin-top: 1px;
  padding: 4px;
  top: 0;
  left: 0;
}

.colorpicker:before, .colorpicker:after {
  content: " ";
  display: table;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  border-bottom: 7px solid #0003;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  border-bottom: 6px solid #fff;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  clear: both;
  background-image: url("../img/alpha.png");
  background-position: 0 100%;
  height: 10px;
  margin-top: 5px;
}

.colorpicker-color div {
  height: 10px;
}

.input-append.color .add-on i, .input-prepend.color .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
}

div.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: normal;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
  font-weight: normal;
}

div.dataTables_filter input {
  width: 16em;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  white-space: nowrap;
  margin: 2px 0;
}

table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

table.dataTable {
  clear: both;
  max-width: none !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}

table.dataTable th:active {
  outline: none;
}

div.dataTables_scrollHead table {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0 !important;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  border-top: none;
  margin-top: 0 !important;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}

table.table-bordered thead th, table.table-bordered thead td {
  border-top-width: 0;
  border-left-width: 0;
}

table.table-bordered tbody th, table.table-bordered tbody td {
  border-bottom-width: 0;
  border-left-width: 0;
}

table.table-bordered th:last-child, table.table-bordered td:last-child {
  border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
}

div.DTTT .btn {
  font-size: 12px;
  color: #333 !important;
}

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 {
  text-align: center;
  height: 150px;
  margin-top: -75px;
}

div.DTTT_print_info h6 {
  margin: 1em;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
  background-color: #fff;
  margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none;
}

div.FixedHeader_Cloned table {
  margin: 0 !important;
}

table.DTCR_clonedTable {
  z-index: 202;
  background-color: #ffffffb3;
}

div.DTCR_pointer {
  z-index: 201;
  background-color: #0259c4;
  width: 1px;
}

div.ColVis {
  float: right;
  margin-bottom: 1em;
}

button.ColVis_Button, ul.ColVis_collection li {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ffffff", endColorstr= "#f9f9f9", GradientType= 0);
  float: left;
  white-space: nowrap;
  margin-right: 3px;
  padding: 5px 8px;
  font-size: .88em;
  position: relative;
}

.ColVis_Button:hover, ul.ColVis_collection li:hover {
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#f3f3f3", endColorstr= "#f4f4f4", GradientType= 0);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  border: 1px solid #666;
  box-shadow: 1px 1px 3px #999;
  text-decoration: none !important;
}

button.ColVis_Button {
  height: 30px;
  padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner {
  padding: 0;
  border: none !important;
}

button.ColVis_Button:active {
  outline: none;
}

div.ColVis_collectionBackground {
  z-index: 1100;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

ul.ColVis_collection {
  -ms-border-radius: 5px;
  -ms-box-shadow: 3px 3px 5px #0000004d;
  -o-border-radius: 5px;
  -o-box-shadow: 3px 3px 5px #0000004d;
  z-index: 2002;
  background-color: #ffffff4d;
  border: 1px solid #0006;
  border-radius: 5px;
  width: 150px;
  margin: 0;
  padding: 8px 8px 4px;
  overflow: hidden;
  box-shadow: 3px 3px 5px #0000004d;
}

ul.ColVis_collection li {
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  float: none;
  text-align: left;
  height: auto;
  margin-bottom: 4px;
  padding: .5em;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #999;
}

ul.ColVis_collection li.ColVis_Button:hover {
  background-color: #f0f0f0;
  border: 1px solid #999;
}

ul.ColVis_collection li span {
  cursor: pointer;
  padding-left: .5em;
  display: inline-block;
}

ul.ColVis_collection li.ColVis_Special {
  background: -moz-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ededed", endColorstr= "#e8e8e8", GradientType= 0);
  background: linear-gradient(#ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
  border-color: #555;
}

ul.ColVis_collection li.ColVis_Special:hover {
  background: -moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  background: linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#f3f3f3", endColorstr= "#e2e2e2", GradientType= 0);
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  background: -moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
}

span.ColVis_radio {
  width: 20px;
  display: inline-block;
}

div.ColVis_catcher {
  z-index: 1101;
  position: absolute;
}

.disabled {
  color: #999;
}

div.DTTT_container {
  float: right;
  margin-bottom: 1em;
  position: relative;
}

@media screen and (max-width: 640px) {
  div.DTTT_container {
    text-align: center;
    float: none !important;
  }

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

button.DTTT_button, div.DTTT_button, a.DTTT_button {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ffffff", endColorstr= "#f9f9f9", GradientType= 0);
  margin-right: 3px;
  padding: 5px 8px;
  font-size: .88em;
  display: inline-block;
  position: relative;
}

button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}

.DTTT_button embed {
  outline: none;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#f3f3f3", endColorstr= "#f4f4f4", GradientType= 0);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  border: 1px solid #666;
  box-shadow: 1px 1px 3px #999;
  text-decoration: none !important;
}

button.DTTT_disabled, div.DTTT_disabled, a.DTTT_disabled {
  background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  background: -o-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  background: linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  color: #999;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ffffff", endColorstr= "#fafafa", GradientType= 0);
  background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  border: 1px solid #d0d0d0;
}

button.DTTT_button_collection span {
  padding-right: 17px;
}

button.DTTT_button_collection:hover span {
  background: #f0f0f0;
  padding-right: 17px;
}

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 {
  -ms-border-radius: 5px;
  -ms-box-shadow: 3px 3px 5px #0000004d;
  -o-border-radius: 5px;
  -o-box-shadow: 3px 3px 5px #0000004d;
  z-index: 2002;
  background-color: #ffffff4d;
  border: 1px solid #0006;
  border-radius: 5px;
  width: 150px;
  padding: 8px 8px 4px;
  overflow: hidden;
  box-shadow: 3px 3px 5px #0000004d;
}

div.DTTT_collection_background {
  z-index: 2001;
}

div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button, div.DTTT_collection a.DTTT_button {
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  float: none;
  margin-bottom: 4px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #999;
}

.DTTT_print_info {
  -ms-border-radius: 6px;
  -ms-box-shadow: 0 3px 7px #00000080;
  -o-border-radius: 6px;
  -o-box-shadow: 0 3px 7px #00000080;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  color: #333;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ffffff", endColorstr= "#f9f9f9", GradientType= 0);
  opacity: .95;
  text-align: center;
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  border: 1px solid #00000080;
  border-radius: 6px;
  width: 400px;
  height: 150px;
  margin-top: -75px;
  margin-left: -200px;
  padding: 10px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 3px 7px #00000080;
}

.DTTT_print_info h6 {
  margin: 1em;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
}

.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  cursor: pointer;
  background: url("../img/plus.png") 5px no-repeat;
  padding-left: 32px;
}

table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: url("../img/minus.png") 5px no-repeat;
}

table.has-columns-hidden > tbody > tr.row-detail > td {
  background: #eee;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold;
}

.dt-toolbar {
  float: left;
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 6px 7px 1px;
  display: block;
  position: relative;
}

.dt-toolbar-footer {
  -ms-box-shadow: inset 0 1px #fff;
  background: #fafafa;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 11px;
  overflow: hidden;
  box-shadow: inset 0 1px #fff;
}

.dt-toolbar > :first-child, .dt-toolbar-footer > :first-child {
  padding-left: 0 !important;
}

.dt-toolbar > :last-child, .dt-toolbar-footer > :last-child {
  padding-right: 0 !important;
}

table.dataTable thead .sorting {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC") 100% no-repeat;
}

table.dataTable thead .sorting_asc {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC") 100% no-repeat;
}

table.dataTable thead .sorting_desc {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=") 100% no-repeat;
}

table.dataTable thead .sorting_asc_disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==") 100% no-repeat;
}

table.dataTable thead .sorting_desc_disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC") 100% no-repeat;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-color: #eee;
}

.dataTables_empty {
  color: #575757;
  text-align: center;
  font-size: 14px;
  padding: 20px 10px !important;
}

.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 thead > tr > th, table.dataTable tfoot > tr > th {
  padding-left: 9px !important;
}

table.dataTable thead > tr > th > input, table.dataTable tfoot > tr > th > input {
  font-weight: normal;
  width: 100% !important;
}

table.dataTable thead > tr > th.hasinput {
  padding: 6px !important;
}

div.dataTables_info {
  color: #969696;
  padding-top: 9px;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

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

.dataTables_filter .input-group-addon {
  float: left;
  width: 32px;
  height: 30px;
  margin-top: 0;
  padding-top: 6px;
}

.dataTables_filter .input-group-addon + .form-control {
  float: left;
}

.dt-toolbar > :first-child .dataTables_filter > :only-child, .dt-toolbar > :first-child .DTTT, .dt-toolbar > :first-child .pagination, .dt-toolbar > :first-child .dataTables_length {
  float: left !important;
}

.dt-toolbar > :last-child .dataTables_filter > :only-child, .dt-toolbar > :last-child .DTTT, .dt-toolbar > :last-child .pagination, .dt-toolbar > :last-child .dataTables_length {
  float: right;
}

.dt-toolbar-footer > :first-child .dataTables_filter > :only-child, .dt-toolbar-footer > :first-child .DTTT, .dt-toolbar-footer > :first-child .pagination, .dt-toolbar-footer > :first-child .dataTables_length {
  float: left;
}

.dt-toolbar-footer > :last-child .dataTables_filter > :only-child, .dt-toolbar-footer > :last-child .DTTT, .dt-toolbar-footer > :last-child .pagination, .dt-toolbar-footer > :last-child .dataTables_length {
  float: right;
}

body.DTTT_Print {
  background: #fff !important;
}

.DTTT_Print #main {
  margin: 0 !important;
}

.DTTT_PrintMessage {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.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 {
  background: -moz-linear-gradient(left, #fff0 0%, #ffffffe6 25% 75%, #fff0 100%);
  background: -ms-linear-gradient(left, #fff0 0%, #ffffffe6 25%, #ffffffe6 75%, #fff0 100%);
  text-align: center;
  background: #fff linear-gradient(to right, #fff0 0%, #ffffffe6 25% 75%, #fff0 100%);
  width: 100%;
  height: 40px;
  margin-top: -25px;
  margin-left: -50%;
  padding-top: 20px;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dataTable tbody .details-control {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.dataTable tbody .details-control:before {
  color: #739e73;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4em;
  font-weight: 900;
}

.dataTable tbody .shown .details-control:before {
  color: #a90329;
  content: "";
}

.dataTable tbody .shown + tr > td {
  padding: 0 !important;
}

.dataTable tbody .shown {
  background: #cdd16233 !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: #cdd1620d !important;
}

.dataTable tbody .shown .table > tbody > tr > td {
  border: none !important;
}

.table-bordered .progress {
  box-shadow: 0 1px #0000, inset 0 0 0 1px #d6d6d6;
  background: #fff !important;
}

.dataTables_scroll .dataTables_scrollHead, .dataTables_scroll .dataTables_scrollBody, .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;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  background: #fff;
  border: 1px dashed #0000004d;
  border-radius: 5px;
  min-height: 100px;
  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 {
  vertical-align: top;
  min-height: 100px;
  margin: 16px;
  display: inline-block;
  position: relative;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(#eee, #ddd);
  border-radius: 20px;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: none;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dropzone .dz-preview .dz-remove {
  cursor: pointer;
  text-align: center;
  border: none;
  font-size: 14px;
  display: block;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  color: #000000e6;
  opacity: 0;
  text-align: center;
  z-index: 20;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  font-size: 13px;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 0;
}

.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 {
  background-color: #fffc;
  border: 1px solid #c8c8c8cc;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid #0000;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: #fff6;
  border-radius: 3px;
  padding: 0 .4em;
}

.dropzone .dz-preview:hover .dz-image img {
  filter: blur(8px);
  transform: scale(1.05);
}

.dropzone .dz-preview .dz-image {
  z-index: 10;
  border-radius: 20px;
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
  animation: 3s cubic-bezier(.77, 0, .175, 1) passing-through;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
  opacity: 1;
  animation: 3s cubic-bezier(.77, 0, .175, 1) slide-in;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  margin-top: -27px;
  margin-left: -27px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  width: 54px;
  height: 54px;
  display: block;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  -o-transition: all .2s linear;
  opacity: 1;
  transition: all .2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  -o-transition: opacity .4s ease-in;
  opacity: 0;
  transition: opacity .4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -ms-animation: pulse 6s ease infinite;
  animation: 6s infinite pulse;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  pointer-events: none;
  z-index: 1000;
  background: #ffffffe6;
  border-radius: 8px;
  width: 80px;
  height: 16px;
  margin-top: -8px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: scale(1);
}

.dropzone .dz-preview .dz-progress .dz-upload {
  -o-transition: width .3s ease-in-out;
  background: linear-gradient(#666, #444);
  width: 0;
  transition: width .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.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 {
  -o-transition: opacity .3s ease;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  background: linear-gradient(#be2626, #a92222);
  border-radius: 8px;
  width: 140px;
  padding: .5em 1.2em;
  font-size: 13px;
  transition: opacity .3s;
  display: none;
  position: absolute;
  top: 130px;
  left: -10px;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  border-bottom: 6px solid #be2626;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: 64px;
}

.easy-pie-title {
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100px;
  height: 19px;
  margin: 10px 6px 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
}

.easy-pie-title .icon-color-good, .easy-pie-title .icon-color-bad {
  font-size: 18px;
}

.easy-pie-chart {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.easy-pie-chart .percent {
  color: #444;
  text-align: center;
  width: 100%;
  margin-top: -10px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
}

.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 {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  border: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.fd-slider-inner {
  display: none;
}

.fd-slider-bar {
  -moz-background-clip: padding;
  z-index: 2;
  background-color: #333;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-color: #bbb #fff #fff #bbb;
  border-radius: 4px;
  width: 100%;
  height: 6px;
  margin: 0;
  padding: 0;
  line-height: 4px;
  display: block;
  position: absolute;
  top: 8px;
  overflow: hidden;
}

.fd-slider-range {
  -moz-background-clip: padding;
  z-index: 3;
  background-color: #eee;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 2px;
  height: 6px;
  margin: 0;
  padding: 0 2px 0 0;
  display: block;
  position: absolute;
  top: 9px;
  overflow: hidden;
}

.fd-slider-handle {
  -moz-outline: 0 none;
  -moz-user-focus: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  z-index: 3;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 12px;
  outline: 0;
  width: 12px;
  height: 12px;
  margin: 0 0 0 1px;
  padding: 0;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1px !important;
}

.fd-slider-handle:focus {
  -moz-user-focus: normal;
  border: 0;
  outline: 0;
}

button.fd-slider-handle:focus::-moz-focus-inner {
  border-color: #0000;
}

body.fd-slider-drag-vertical, body.fd-slider-drag-vertical *, body.fd-slider-drag-horizontal, body.fd-slider-drag-horizontal * {
  -webkit-user-select: none;
  user-select: none;
}

.fd-slider-handle:before, .fd-slider-handle:after {
  -o-transition-delay: 1s;
  -o-transition-duration: 1s;
  -o-transition-property: opacity;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
}

.fd-slider-focused .fd-slider-handle:before, .fd-slider-hover .fd-slider-handle:before, .fd-slider-active .fd-slider-handle:before {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px #aaa;
  -moz-box-shadow: 0 0 4px #aaa;
  color: #fff;
  content: attr(aria-valuetext);
  opacity: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #1a3a95;
  z-index: 1;
  background: #2f6ee0 padding-box padding-box;
  border-radius: 3px;
  width: 20px;
  height: 14px;
  margin: 0;
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  display: block;
  position: absolute;
  top: -21px;
  left: -8px;
  box-shadow: 0 0 4px #999;
}

.fd-slider-focused .fd-slider-handle:after, .fd-slider-hover .fd-slider-handle:after, .fd-slider-active .fd-slider-handle:after {
  clip: rect(4px, 14px, 14px, 4px);
  content: "";
  opacity: 1;
  z-index: 2;
  background: #2f6ee0;
  outline: none;
  width: 10px;
  height: 10px;
  margin: 0 0 0 -5px;
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  box-shadow: 0 0 4px #aaa;
}

.oldie .fd-slider-handle:before, .oldie .fd-slider-handle:after {
  display: none;
}

#jarviswidget-fullscreen-mode .fc-ltr .fc-basic-view .fc-day-number {
  padding: 5px 12px;
  font-size: 40px;
}

#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 {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
}

.irs-line {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  display: block;
  position: absolute;
  top: 0;
}

.irs-line-left {
  width: 11%;
  left: 0;
}

.irs-line-mid {
  width: 82%;
  left: 9%;
}

.irs-line-right {
  width: 11%;
  right: 0;
}

.irs-bar {
  width: 0;
  display: block;
  position: absolute;
  left: 0;
}

.irs-bar-edge {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.irs-shadow {
  width: 0;
  display: none;
  position: absolute;
  left: 0;
}

.irs-slider {
  cursor: default;
  z-index: 1;
  display: block;
  position: absolute;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  cursor: default;
  display: block;
  position: absolute;
  left: 0;
}

.irs-max {
  cursor: default;
  display: block;
  position: absolute;
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  cursor: default;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.irs-grid {
  width: 100%;
  height: 20px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  background: #000;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  color: #000;
  text-align: center;
  white-space: nowrap;
  padding: 0 3px;
  font-size: 9px;
  line-height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.irs-disable-mask {
  cursor: default;
  z-index: 2;
  background: none;
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -1%;
}

.irs-disabled {
  opacity: .4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity= 40);
}

.irs-hidden-input {
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: #0000 !important;
  outline: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.irs-slider.single:before {
  content: "";
  background: none;
  width: 400%;
  height: 200%;
  display: block;
  position: absolute;
  top: -50%;
  left: -150%;
}

.irs-slider.from {
  left: 100px;
}

.irs-slider.from:before {
  content: "";
  background: none;
  width: 400%;
  height: 200%;
  display: block;
  position: absolute;
  top: -50%;
  left: -300%;
}

.irs-slider.to {
  left: 300px;
}

.irs-slider.to:before {
  content: "";
  background: none;
  width: 400%;
  height: 200%;
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  background: #eee;
  height: 8px;
  top: 25px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 8px;
  top: 25px;
}

.irs-slider {
  background: #858585;
  border: 1px solid #fff;
  width: 10px;
  height: 22px;
  top: 17px;
}

.irs-slider:hover {
  background: #6c6c6c;
}

#irs-active-slider {
  background: #686868;
  width: 12px;
  height: 24px;
  top: 16px;
  box-shadow: 1px 1px 1px #0000004d;
}

.irs-min, .irs-max {
  color: #999;
  text-shadow: none;
  background: #0000001a;
  border-radius: 0;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.333;
  top: 0;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #bfbfbf;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  text-shadow: none;
  background: #0006;
  border-radius: 0;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.333;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid-pol {
  background: #99a4ac;
}

.irs-grid-text {
  color: #99a4ac;
}

.irs-bar {
  background: #3276b1;
  height: 8px;
  margin-left: -5px;
  top: 25px;
}

article.sortable-grid {
  min-height: 30px;
}

.jarviswidget {
  -khtml-border-radius: 0px;
  border-radius: 0;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.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 {
  float: left;
  text-align: center;
  width: 30px;
  height: 32px;
  margin-right: -10px;
  font-size: 111%;
  line-height: 32px;
  display: block;
  position: relative;
}

.jarviswidget > header h2 {
  letter-spacing: 0;
  width: auto;
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  display: inline-block;
  position: relative;
}

.jarviswidget > header > h2 {
  float: left;
  margin-left: 10px;
}

.jarviswidget > header > :first-child.widget-icon {
  margin-left: 0;
}

.jarviswidget > header .jarviswidget-icon {
  float: left;
  z-index: 4000;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin: 12px 10px 0 0;
  display: block;
}

.ui-sortable .jarviswidget-sortable > header {
  -khtml-border-radius: 0px;
  cursor: move;
  border-radius: 0;
  line-height: normal;
  box-shadow: inset 0 -2px #0000000d;
}

.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
  -khtml-border-radius: 0px;
  border-radius: 0;
}

.jarviswidget-ctrls {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
}

.jarviswidget-ctrls .button-icon {
  float: left;
  border-left: 1px solid #00000017;
  min-width: 30px;
  height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.jarviswidget-ctrls .button-icon:hover {
  background-color: #0000000d;
}

.jarviswidget-loader {
  float: right;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0;
  font-size: 111%;
  line-height: 32px;
  display: none;
}

.jarviswidget > div {
  -khtml-border-radius: 0px;
  float: left;
  border-style: none solid solid;
  border-width: 1px 1px 2px;
  border-top-color: currentColor;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 13px 13px 0;
  font-size: 13px;
  position: relative;
  overflow: visible;
  border-bottom-color: #ccc !important;
  border-left-color: #ccc !important;
  border-right-color: #ccc !important;
}

.jarviswidget .widget-body {
  min-height: 100px;
  padding-bottom: 13px;
  position: relative;
}

.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;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
}

.jarviswidget.well.transparent .widget-body.no-padding {
  margin: 0 !important;
}

.widget-body > table {
  margin-bottom: 0;
}

.widget-body.no-padding .cke_chrome, .no-padding .md-editor {
  border: none;
}

.widget-toolbar > .smart-form {
  margin-top: 2px;
}

.widget-toolbar > .smart-form .toggle:last-child {
  font-size: 12px;
  line-height: 29px;
}

.widget-toolbar > .smart-form .radio input + i, .widget-toolbar > .smart-form .checkbox input + i, .widget-toolbar > .smart-form .toggle input + i {
  border-width: 1px;
  margin-top: 1px;
  box-shadow: 0 1px 1px #fff, inset 0 1px 1px #858585;
  border-color: #c7c7c7 !important;
}

.jarviswidget.well {
  margin: 0 0 30px;
}

.jarviswidget.well > div {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.jarviswidget.well header {
  display: none;
}

.widget-footer {
  text-align: right;
  vertical-align: middle;
  background-color: #f8f7f7;
  border-top: 1px solid #e4e4e4;
  min-height: 32px;
  margin: 0 -13px -13px;
  padding: 5px;
  display: block;
  position: relative;
}

.no-padding .widget-footer {
  margin: 0;
}

.widget-footer.smart-form > label {
  margin-top: 4px;
  display: block;
}

.jarviswidget-editbox {
  padding: 10px;
  display: none;
}

.jarviswidget-timestamp {
  color: #868686;
  margin: 10px 0 0;
  font-size: 12px;
  font-style: italic;
}

.jarviswidget-placeholder {
  -khtml-border-radius: 0px;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 28px;
  padding: 0;
}

body.nooverflow {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

#jarviswidget-fullscreen-mode {
  z-index: 1050;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#jarviswidget-fullscreen-mode .jarviswidget {
  -khtml-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

#jarviswidget-fullscreen-mode .jarviswidget > div {
  -khtml-border-radius: 0;
  border-radius: 0;
  overflow-y: scroll;
}

#jarviswidget-fullscreen-mode > div > header {
  cursor: default;
}

.widget-body-toolbar, .smart-form.widget-body-toolbar {
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  min-height: 42px;
  margin: -13px -13px 13px;
  padding: 8px 10px;
  display: block;
}

.no-padding.widget-body-toolbar, .no-padding .widget-body-toolbar, .no-padding .smart-form.widget-body-toolbar {
  margin: 0;
  display: block;
}

.widget-body-toolbar.smart-form .inline-group, .smart-form .widget-body-toolbar .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 {
  color: #fff;
  content: url("../img/ajax-loader.gif");
  text-align: center;
  z-index: 1;
  background: #fff6;
  width: 100%;
  height: 100%;
  padding-top: 18%;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: absolute;
}

.widget-body-ajax-loading:hover {
  cursor: wait !important;
}

.jarviswidget > header {
  color: #333;
  background: #fafafa;
  border: 1px solid #c2c2c2;
}

.jarviswidget > div {
  background-color: #fff !important;
}

.jarviswidget-editbox {
  background-color: #fff;
  border-bottom: 1px solid #b1b1b1;
  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;
  background: none !important;
  padding: 0 !important;
}

.jarviswidget-color-magenta > header {
  color: #fff;
  background: #6e3671;
  border-color: #643167 !important;
}

.jarviswidget-color-magenta > header > .jarviswidget-ctrls a, .jarviswidget-color-magenta .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-magenta .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-pink > header {
  color: #fff;
  background: #ac5287;
  border-color: #a24d7f !important;
}

.jarviswidget-color-pink > header > .jarviswidget-ctrls a, .jarviswidget-color-pink .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-pink .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-pinkDark > header {
  color: #fff;
  background: #a8829f;
  border-color: #a27998 !important;
}

.jarviswidget-color-pinkDark > header > .jarviswidget-ctrls a, .jarviswidget-color-pinkDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-pinkDark .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-yellow > header {
  color: #fff;
  background: #b09b5b;
  border-color: #aa9452 !important;
}

.jarviswidget-color-yellow > header > .jarviswidget-ctrls a, .jarviswidget-color-yellow .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-yellow .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-orange > header {
  color: #fff;
  background: #c79121;
  border-color: #ba871f !important;
}

.jarviswidget-color-orange > header > .jarviswidget-ctrls a, .jarviswidget-color-orange .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-orange .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-orangeDark > header {
  color: #fff;
  background: #b6841e;
  border-color: #b1811d !important;
}

.jarviswidget-color-orangeDark > header > .jarviswidget-ctrls a, .jarviswidget-color-orangeDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-orangeDark .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-darken > header {
  color: #fff;
  background: #404040;
  border-color: #383838 !important;
}

.jarviswidget-color-darken > header > .jarviswidget-ctrls a, .jarviswidget-color-darken > .nav-tabs > li:not(.active) > a {
  color: #fff !important;
}

.jarviswidget-color-darken .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-purple > header {
  color: #fff;
  background: #6e587a;
  border-color: #665271 !important;
}

.jarviswidget-color-purple > header > .jarviswidget-ctrls a, .jarviswidget-color-purple .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-purple .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-teal > header {
  color: #fff;
  background: #568a89;
  border-color: #508180 !important;
}

.jarviswidget-color-teal > header > .jarviswidget-ctrls a, .jarviswidget-color-teal .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-teal .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-blueDark > header {
  color: #fff;
  background: #4c4f53;
  border-color: #45474b !important;
}

.jarviswidget-color-blueDark > header > .jarviswidget-ctrls a, .jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-blueDark .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-blue > header {
  color: #fff;
  background: #4c4f53;
  border-color: #45474b !important;
}

.jarviswidget-color-blue > header > .jarviswidget-ctrls a, .jarviswidget-color-blue .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-blue .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-blueLight > header {
  color: #000;
  background: #cbd2d5;
  border-color: #a0aeb3 !important;
}

.jarviswidget-color-blueLight > header > .jarviswidget-ctrls a, .jarviswidget-color-blueLight .nav-tabs li:not(.active) a, .jarviswidget-color-blueLight .nav-tabs li a:hover {
  color: #2b363c !important;
}

.jarviswidget-color-red > header {
  color: #fff;
  background: #a90329;
  border-color: #9a0325 !important;
}

.jarviswidget-color-red > header > .jarviswidget-ctrls a, .jarviswidget-color-red .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-red .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-redLight > header {
  color: #fff;
  background: #a65858;
  border-color: #9c5353 !important;
}

.jarviswidget-color-redLight > header > .jarviswidget-ctrls a, .jarviswidget-color-redLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-redLight .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-white > header {
  color: #666;
  background: #fff;
  border-color: #ccc !important;
}

.jarviswidget-color-white > header > .jarviswidget-ctrls a, .jarviswidget-color-white .nav-tabs li:not(.active) a, .jarviswidget-color-white .nav-tabs li a:hover {
  color: gray !important;
}

.jarviswidget-color-greenDark > header {
  color: #fff;
  background: #496949;
  border-color: #436043 !important;
}

.jarviswidget-color-greenDark > header > .jarviswidget-ctrls a, .jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-greenDark .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-green > header {
  color: #fff;
  background: #356e35;
  border-color: #306430 !important;
}

.jarviswidget-color-green > header > .jarviswidget-ctrls a, .jarviswidget-color-green .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-green .nav-tabs li a:hover {
  color: #333 !important;
}

.jarviswidget-color-greenLight > header {
  color: #fff;
  background: #71843f;
  border-color: #687a3a !important;
}

.jarviswidget-color-greenLight > header > .jarviswidget-ctrls a, .jarviswidget-color-greenLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.jarviswidget-color-greenLight .nav-tabs li a:hover {
  color: #333 !important;
}

.color-select {
  min-width: 166px;
  max-width: 156px;
  margin: 0;
  padding: 4px;
  list-style: none;
  right: -3px;
}

.color-select li {
  float: left;
  margin: 2px;
  display: block;
}

.color-select li span:hover {
  border: 3px solid #0003;
}

.color-select li span, .color-box {
  box-sizing: border-box;
  cursor: pointer;
  background: #333;
  border: 1px solid #0000001a;
  width: 22px;
  height: 22px;
  padding: 0;
  display: block;
}

.color-box {
  vertical-align: middle;
  outline: 1px solid #0000001a;
  position: relative;
  background: #ffffff4d !important;
  border: 1px solid #ffffff4d !important;
}

.color-box:hover, .open .color-box {
  outline: 1px solid #0000001a !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 {
  outline: 1px solid #0003;
  width: 18px;
  height: 18px;
  margin-top: 7px;
}

.widget-toolbar .dropdown-menu.color-select {
  right: -1px;
}

.widget-toolbar > .color-box:hover, .widget-toolbar > .color-box:active, .widget-toolbar > .color-box:focus {
  outline: 1px solid #00000040 !important;
}

.jarviswidget-ctrls a {
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.jarviswidget:before, .jarviswidget:after, .jarviswidget > div:before, .jarviswidget > div:after, .inner-spacer:before, .inner-spacer:after, .jarviswidget-editbox:before, .jarviswidget-editbox:after, .clearfix:before, .clearfix:after {
  content: " ";
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.jarviswidget:after, .jarviswidget > div:after, .inner-spacer:after, .jarviswidget-editbox:after, .clearfix:after {
  clear: both;
}

.jarviswidget, .jarviswidget > div, .inner-spacer:after, .jarviswidget-editbox, .clearfix {
  zoom: 1;
}

.widget-toolbar {
  cursor: pointer;
  float: right;
  text-align: center;
  border-left: 1px solid #00000017;
  width: auto;
  height: 32px;
  padding: 0 8px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.widget-toolbar > :first-child {
  text-align: left;
}

.jarviswidget header .nav-tabs {
  border-bottom-color: #0000;
}

.jarviswidget header .nav-tabs > li > a {
  border: none;
  border-radius: 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 {
  border-right: none !important;
  margin-right: 0 !important;
}

.jarviswidget header .nav-tabs > li.active > a, .jarviswidget header .nav-tabs > li.active > a:hover, .jarviswidget header .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-top: none;
  border-bottom-color: #0000;
}

.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;
  padding: 1px 8px !important;
  font-size: 12px !important;
}

.widget-toolbar .smart-form label.checkbox, .widget-toolbar .smart-form label.radio {
  line-height: 29px;
}

.widget-toolbar > .label {
  text-align: center;
  vertical-align: middle;
  margin-top: -3px;
  padding: 4px 7px;
  font-size: 12px;
  display: inline-block;
}

.widget-toolbar > .badge {
  border-radius: 50%;
  min-width: 24px;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: center !important;
}

.widget-toolbar .progress {
  width: 130px;
  margin: 7px 0 0;
  font-size: 12px;
  box-shadow: 0 1px #0000, inset 0 0 0 1px #d1d1d1;
  height: 18px !important;
}

.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"] {
  margin-top: 2px;
  height: 28px !important;
}

.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 {
  box-sizing: border-box;
  -ms-touch-action: none;
  text-align: left;
  direction: ltr;
}

.jcrop-dragging {
  -webkit-user-select: none;
  user-select: none;
}

.jcrop-selection {
  z-index: 2;
}

.jcrop-selection.jcrop-current {
  z-index: 4;
}

.jcrop-border {
  background: #fff url("Jcrop.gif");
  position: absolute;
  overflow: hidden;
  filter: alpha(opacity= 50) !important;
  opacity: .5 !important;
  font-size: 0 !important;
  line-height: 1px !important;
}

.jcrop-border.ord-w, .jcrop-border.ord-e, .jcrop-border.ord-n {
  top: 0;
}

.jcrop-border.ord-n, .jcrop-border.ord-s {
  width: 100%;
  height: 1px !important;
}

.jcrop-border.ord-w, .jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}

.jcrop-border.ord-e {
  right: -1px;
}

.jcrop-border.ord-n {
  top: -1px;
}

.jcrop-border.ord-w {
  left: -1px;
}

.jcrop-border.ord-s {
  bottom: -1px;
}

.jcrop-box {
  z-index: 2;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
}

.jcrop-box:hover, .jcrop-box:active {
  background: none;
}

.jcrop-box:focus {
  outline: 1px dotted #808080a6;
}

.jcrop-active, .jcrop-box {
  position: relative;
}

.jcrop-box {
  cursor: move;
  width: 100%;
  height: 100%;
}

.jcrop-handle {
  z-index: 4;
  background-color: #311c1c94;
  border: 1px solid #eee;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity= 80) !important;
  opacity: .8 !important;
}

.jcrop-handle.ord-n {
  cursor: n-resize;
  margin-top: -5px;
  margin-left: -5px;
  top: 0;
  left: 50%;
}

.jcrop-handle.ord-s {
  cursor: s-resize;
  margin-bottom: -5px;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
}

.jcrop-handle.ord-e {
  cursor: e-resize;
  margin-top: -5px;
  margin-right: -5px;
  top: 50%;
  right: 0;
}

.jcrop-handle.ord-w {
  cursor: w-resize;
  margin-top: -5px;
  margin-left: -5px;
  top: 50%;
  left: 0;
}

.jcrop-handle.ord-nw {
  cursor: nw-resize;
  margin-top: -5px;
  margin-left: -5px;
  top: 0;
  left: 0;
}

.jcrop-handle.ord-ne {
  cursor: ne-resize;
  margin-top: -5px;
  margin-right: -5px;
  top: 0;
  right: 0;
}

.jcrop-handle.ord-se {
  cursor: se-resize;
  margin-bottom: -5px;
  margin-right: -5px;
  bottom: 0;
  right: 0;
}

.jcrop-handle.ord-sw {
  cursor: sw-resize;
  margin-bottom: -5px;
  margin-left: -5px;
  bottom: 0;
  left: 0;
}

.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: #311c1c94;
  border: 1px solid #eee;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity= 80) !important;
  opacity: .8 !important;
}

.jcrop-touch .jcrop-handle.ord-n {
  cursor: n-resize;
  margin-top: -10px;
  margin-left: -10px;
  top: 0;
  left: 50%;
}

.jcrop-touch .jcrop-handle.ord-s {
  cursor: s-resize;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 0;
  left: 50%;
}

.jcrop-touch .jcrop-handle.ord-e {
  cursor: e-resize;
  margin-top: -10px;
  margin-right: -10px;
  top: 50%;
  right: 0;
}

.jcrop-touch .jcrop-handle.ord-w {
  cursor: w-resize;
  margin-top: -10px;
  margin-left: -10px;
  top: 50%;
  left: 0;
}

.jcrop-touch .jcrop-handle.ord-nw {
  cursor: nw-resize;
  margin-top: -10px;
  margin-left: -10px;
  top: 0;
  left: 0;
}

.jcrop-touch .jcrop-handle.ord-ne {
  cursor: ne-resize;
  margin-top: -10px;
  margin-right: -10px;
  top: 0;
  right: 0;
}

.jcrop-touch .jcrop-handle.ord-se {
  cursor: se-resize;
  margin-bottom: -10px;
  margin-right: -10px;
  bottom: 0;
  right: 0;
}

.jcrop-touch .jcrop-handle.ord-sw {
  cursor: sw-resize;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 0;
  left: 0;
}

.jcrop-dragbar {
  font-size: 0;
  position: absolute;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  height: 100%;
  top: 0;
  width: 9px !important;
}

.jcrop-dragbar.ord-n {
  cursor: n-resize;
  margin-top: -5px;
  top: 0;
}

.jcrop-dragbar.ord-s {
  cursor: s-resize;
  margin-bottom: -5px;
  bottom: 0;
}

.jcrop-dragbar.ord-e {
  cursor: e-resize;
  margin-right: -5px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  cursor: w-resize;
  margin-left: -5px;
}

.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
}

.jcrop-shades div {
  cursor: crosshair;
}

.jcrop-noresize .jcrop-dragbar, .jcrop-noresize .jcrop-handle {
  display: none;
}

.jcrop-selection.jcrop-nodrag .jcrop-box, .jcrop-nodrag .jcrop-shades div {
  cursor: default;
}

.jcrop-light .jcrop-border {
  background: #fff;
  filter: alpha(opacity= 70) !important;
  opacity: .7 !important;
}

.jcrop-light .jcrop-handle {
  background-color: #000;
  border-color: #fff;
}

.jcrop-dark .jcrop-border {
  background: #000;
  filter: alpha(opacity= 70) !important;
  opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
  background-color: #fff;
  border-color: #000;
}

.solid-line .jcrop-border {
  background: #fff;
}

.jcrop-thumb {
  z-index: 200;
  background-color: #fff;
  border: 1px solid #0006;
  margin-left: 20px;
  padding: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 5px 2px #0000001a;
}

.jcrop-active img, .jcrop-thumb img, .jcrop-thumb canvas {
  max-width: none;
  max-height: none;
  min-height: none;
  min-width: 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.gif");
  filter: alpha(opacity= 35) !important;
  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.gif");
  filter: alpha(opacity= 65) !important;
  opacity: .65 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity= 60) !important;
  opacity: .6 !important;
}

button.jcrop-box {
  background: none;
}

.inline-labels label {
  margin-left: 10px;
}

.jcrop-holder {
  text-align: left;
  direction: ltr;
}

.jcrop-vline, .jcrop-hline {
  background: #fff url("../img/jcrop/Jcrop.gif");
  font-size: 0;
  position: absolute;
}

.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

.jcrop-vline.right {
  right: 0;
}

.jcrop-hline {
  width: 100%;
  height: 1px !important;
}

.jcrop-hline.bottom {
  bottom: 0;
}

.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
}

.jcrop-handle {
  background-color: #333;
  border: 1px solid #eee;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

.jcrop-handle.ord-n {
  margin-top: -4px;
  margin-left: -4px;
  top: 0;
  left: 50%;
}

.jcrop-handle.ord-s {
  margin-bottom: -4px;
  margin-left: -4px;
  bottom: 0;
  left: 50%;
}

.jcrop-handle.ord-e {
  margin-top: -4px;
  margin-right: -4px;
  top: 50%;
  right: 0;
}

.jcrop-handle.ord-w {
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  left: 0;
}

.jcrop-handle.ord-nw {
  margin-top: -4px;
  margin-left: -4px;
  top: 0;
  left: 0;
}

.jcrop-handle.ord-ne {
  margin-top: -4px;
  margin-right: -4px;
  top: 0;
  right: 0;
}

.jcrop-handle.ord-se {
  margin-bottom: -4px;
  margin-right: -4px;
  bottom: 0;
  right: 0;
}

.jcrop-handle.ord-sw {
  margin-bottom: -4px;
  margin-left: -4px;
  bottom: 0;
  left: 0;
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  width: 100%;
  height: 7px;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  width: 7px;
  height: 100%;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

.jcrop-dragbar.ord-s {
  margin-bottom: -4px;
  bottom: 0;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
  background: #fff;
  filter: alpha(opacity= 70) !important;
  opacity: .7 !important;
}

.jcrop-light .jcrop-handle {
  background-color: #000;
  border-color: #fff;
  border-radius: 3px;
}

.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity= 70) !important;
  opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
  background-color: #fff;
  border-color: #000;
  border-radius: 3px;
}

.solid-line .jcrop-vline, .solid-line .jcrop-hline {
  background: #fff;
}

.jcrop-holder {
  float: left;
  margin-bottom: 20px;
  display: inline-block;
}

.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 {
  float: left;
  position: relative;
}

.jcrop-selection {
  position: absolute;
}

.jcrop-dragbar, .jcrop-border {
  background: #fff url("../img/jcrop/Jcrop.gif");
  position: absolute;
}

.jcrop-border.ord-n, .jcrop-dragbar.ord-n {
  cursor: n-resize;
  height: 1px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}

.jcrop-border.ord-s, .jcrop-dragbar.ord-s {
  cursor: s-resize;
  height: 1px;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.jcrop-border.ord-e, .jcrop-border.ord-w, .jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  cursor: e-resize;
  width: 1px;
  margin: 0;
  top: 0;
  bottom: 0;
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  background: none;
  height: 7px;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  background: none;
  width: 7px;
}

.jcrop-border.ord-e, .jcrop-dragbar.ord-e {
  right: 0;
}

.jcrop-border.ord-w, .jcrop-dragbar.ord-w {
  left: 0;
}

.jcrop-box {
  cursor: move;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-jqgrid .ui-jqgrid-view {
  padding: 0;
  font-size: 11px;
  position: relative;
  top: 0;
  left: 0;
}

.ui-jqgrid .ui-jqgrid-titlebar {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 12px 13px;
  font-size: 12px;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-caption {
  text-align: left;
}

.ui-jqgrid .ui-jqgrid-title {
  color: #333;
  font-size: 15px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close {
  cursor: pointer;
  width: 19px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  top: 50%;
  right: 10px !important;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
  margin: 1px;
  display: block;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  padding: 0;
}

.ui-jqgrid .ui-jqgrid-hdiv {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !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 {
  position: relative;
  overflow: hidden;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  border: none;
}

tr.ui-jqgrid-labels {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  text-align: center;
  white-space: nowrap;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  border-right: 0;
}

.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 {
  cursor: e-resize;
  display: inline;
  position: relative;
  overflow: hidden;
  height: 20px !important;
}

.ui-jqgrid .ui-grid-ico-sort {
  display: inline;
  position: absolute;
  right: 0;
  overflow: hidden;
  cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc {
  margin-top: -4px;
  right: -1px;
}

.ui-jqgrid .ui-icon-desc {
  height: 12px;
  margin-top: 3px;
}

.ui-jqgrid .ui-i-asc {
  height: 16px;
  margin-top: 0;
}

.ui-jqgrid .ui-i-desc {
  height: 16px;
  margin-top: 0;
  margin-left: 13px;
}

.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-color: inherit !important;
  border-top-style: ridge !important;
  border-top-width: 1px !important;
}

tr.ui-search-toolbar input, tr.ui-search-toolbar select {
  margin: 1px 0 0;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
}

.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  outline-style: none;
  margin: 0;
}

.ui-jqgrid tr.jqgrow, .ui-jqgrid tr.jqgroup {
  outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
  white-space: pre;
  font-weight: normal;
  overflow: hidden;
}

.ui-jqgrid tr.jqgfirstrow td {
  border-right-style: solid;
  border-right-width: 1px;
  padding: 0 2px;
}

.ui-jqgrid tr.jqgroup td {
  white-space: pre;
  font-weight: normal;
  overflow: hidden;
}

.ui-jqgrid tr.jqfoot td {
  white-space: pre;
  font-weight: bold;
  overflow: hidden;
}

.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 {
  border: 0;
  margin: 0;
  padding: 0 2px;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
  cursor: e-resize;
  cursor: col-resize;
  z-index: 99999;
  background-color: #777;
  border: 0;
  width: 2px;
  height: 100px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-sdiv {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0;
}

.ui-jqgrid tr.footrow td {
  white-space: nowrap;
  height: 21px;
  padding: 0 2px;
  font-weight: bold;
  overflow: hidden;
}

.ui-jqgrid tr.footrow-ltr td {
  border-right-color: inherit;
  text-align: left;
  border-right-style: solid;
  border-right-width: 1px;
}

.ui-jqgrid tr.footrow-rtl td {
  border-left-color: inherit;
  text-align: right;
  border-left-style: solid;
  border-left-width: 1px;
}

.ui-jqgrid .ui-jqgrid-pager {
  white-space: nowrap;
  border-top: 1px solid #d3d3d3;
  height: 25px;
  font-size: 11px;
  position: relative;
  overflow: hidden;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ui-jqgrid .ui-pager-control {
  position: relative;
}

.ui-jqgrid .ui-pg-table {
  width: auto;
  margin: 0;
  padding-bottom: 2px;
  position: relative;
}

.ui-jqgrid .ui-pg-table td {
  vertical-align: middle;
  padding: 1px;
  font-weight: normal;
}

.ui-jqgrid .ui-pg-button span {
  float: left;
  margin: 1px;
  display: block;
}

.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px;
}

.ui-jqgrid .ui-pg-input {
  height: 13px;
  margin: 0;
  font-size: .8em;
}

.ui-jqgrid .ui-pg-selbox {
  height: 18px;
  margin: 0;
  font-size: .8em;
  line-height: 18px;
  display: block;
}

.ui-jqgrid .ui-separator {
  float: right;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 18px;
  margin: 1px;
}

.ui-jqgrid .ui-paging-info {
  height: 19px;
  margin-top: 3px;
  margin-right: 4px;
  font-weight: normal;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  float: left;
  padding: 1px 0;
  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 {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  float: left;
  padding: 1px 0;
  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 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  height: 18px;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 !important;
}

.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0 0 1px;
}

.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}

.ui-jqgrid .loading {
  text-align: center;
  z-index: 101;
  width: auto;
  margin: 5px;
  padding: 6px;
  font-size: 11px;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 45%;
  left: 45%;
  border-width: 2px !important;
}

.ui-jqgrid .jqgrid-overlay {
  z-index: 100;
  display: none;
}

* .jqgrid-overlay iframe {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-jqgrid .ui-userdata {
  border-left: 0;
  border-right: 0;
  height: 21px;
  overflow: hidden;
}

.ui-jqdialog {
  width: 300px;
  padding: .2em;
  font-size: 11px;
  display: none;
  position: absolute;
  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 {
  cursor: pointer;
  width: 19px;
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  top: 50%;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {
  margin: 1px;
  display: block;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 0;
}

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  background: none;
  border: 0;
  height: auto;
}

.ui-jqdialog .ui-jqconfirm {
  text-align: center;
  border-width: 3px;
  width: 220px;
  height: 80px;
  padding: .4em 1em;
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
}

.ui-jqdialog > .ui-resizable-se, .ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

.ui-jqdialog-content .FormGrid {
  margin: 0;
}

.ui-jqdialog-content .EditTable, .ui-jqdialog-content .DelTable {
  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;
  border-left: 0;
  border-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-jqdialog-content td.navButton {
  text-align: center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement {
  padding: .3em;
}

.ui-jqdialog-content .data-line {
  border: 0;
  padding-top: .1em;
}

.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  padding: 2px;
}

.ui-jqdialog-content .DataTD {
  vertical-align: top;
  border: 0;
  padding: 2px;
}

.ui-jqdialog-content .form-view-data {
  white-space: pre;
}

.fm-button {
  cursor: pointer;
  text-align: center;
  zoom: 1;
  margin: 0 4px 0 0;
  padding: .4em .5em;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

.fm-button-icon-left {
  padding-left: 1.9em;
}

.fm-button-icon-right {
  padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
  margin-top: -8px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: .2em;
  right: auto;
}

.fm-button-icon-right .ui-icon {
  margin-top: -8px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: .2em;
}

#nData, #pData {
  float: left;
  width: 15px;
  margin: 3px;
  padding: 0;
}

.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
  border-left: 0;
  font-style: normal;
}

.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span, .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  margin: -1px;
}

.ui-jqgrid .tree-wrap {
  float: left;
  white-space: nowrap;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.ui-jqgrid .tree-minus, .ui-jqgrid .tree-plus, .ui-jqgrid .tree-leaf {
  width: 18px;
  height: 18px;
  position: absolute;
  overflow: hidden;
}

.ui-jqgrid .treeclick {
  cursor: pointer;
}

* iframe.jqm {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-jqgrid-dnd tr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  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 {
  padding: 2px 5px;
  position: absolute;
}

.ui-jqgrid .ui-search-table {
  border: 0;
  width: 100%;
  height: 20px;
  padding: 0;
}

.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px;
}

a.g-menu-item, a.soptclass, a.clearsearchclass {
  cursor: pointer;
}

.ui-jqgrid .ui-search-table .ui-search-input > input, .ui-jqgrid .ui-search-table .ui-search-input > select {
  box-sizing: border-box;
  display: block;
}

.ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea, .ui-jqgrid .ui-jqgrid-view button {
  font-size: 11px;
}

.ui-jqgrid {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc !important;
}

.ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-ltr, .ui-jqgrid table {
  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: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
}

.ui-jqgrid .ui-jqgrid-htable th div {
  background: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  font-weight: bold;
}

.ui-jqgrid .ui-jqgrid-pager {
  height: auto;
  font-size: 12px;
  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 {
  font-size: inherit;
  height: auto;
}

.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 {
  color: #fff;
  background: #292929;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 3px;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  display: none;
  position: absolute;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 14px;
  line-height: 10px;
  position: absolute;
  box-shadow: inset 0 -2px #0000000d;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
  background: #eee;
  border-color: #d9d9d9;
}

.jvectormap-zoomin {
  top: 0;
}

.jvectormap-zoomout {
  top: 24px;
}

.vector-map {
  width: 100%;
  height: 300px;
  padding: 10px;
}

#heat-fill {
  background: #333 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC");
  width: 200px;
  height: 7px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.fill-a, .fill-b {
  text-align: right;
  text-overflow: ellipsis;
  background: #fff;
  width: 20px;
  margin-top: -7px;
  padding-right: 4px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.fill-b {
  text-align: left;
  width: 60px;
  padding-left: 4px;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.select2-container {
  vertical-align: middle;
  zoom: 1;
  margin: 0;
  position: relative;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
  box-sizing: border-box;
}

.select2-selection, .select2-container .select2-choice {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  color: #444;
  white-space: nowrap;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  height: 32px;
  padding: 0 8px;
  line-height: 32px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.smart-rtl .select2-selection, .smart-rtl .select2-container .select2-choice {
  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 {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 26px;
  display: block;
  overflow: hidden;
}

.select2-container .select2-choice abbr {
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 12px;
  height: 12px;
  font-size: 1px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 8px;
  right: 24px;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  cursor: pointer;
}

.select2-drop-mask {
  filter: alpha(opacity= 0);
  opacity: 0;
  z-index: 9998;
  background: #fff;
  border: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.select2-dropdown, .select2-drop {
  color: #000;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 5px #00000026;
}

.smart-rtl .select2-dropdown, .smart-rtl .select2-drop {
  text-align: right;
  direction: rtl;
}

.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 {
  border-top: 3px solid #5d98cc;
  border-bottom: 0;
  margin-top: 1px;
  margin-bottom: 0;
  box-shadow: 0 -4px 5px #00000026;
}

.select2-container--open .select2-dropdown, .select2-drop-active {
  border: 1px solid #5d98cc;
  border-top: none;
  border-bottom-width: 3px;
}

.select2-container--open .select2-dropdown--above, .select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}

.select2-selection__arrow, .select2-container .select2-choice .select2-arrow {
  background: #eee padding-box padding-box;
  border-left: 1px solid #ccc;
  width: 34px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.smart-rtl .select2-selection__arrow, .smart-rtl .select2-container .select2-choice .select2-arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  left: 0;
  right: auto;
}

.select2-selection__arrow b, .select2-container .select2-choice .select2-arrow b {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.select2-selection__arrow b:before, .select2-container .select2-choice .select2-arrow b:before {
  content: "";
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
}

.select2-search {
  white-space: nowrap;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  position: relative;
}

.select2-search input {
  -webkit-box-shadow: none;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
  background: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: linear-gradient(top, #fff 85%, #eee 99%);
  box-shadow: none;
  border: 1px solid #aaa;
  outline: 0;
  width: 100%;
  min-height: 29px;
  margin: 0;
  padding: 6px 20px 5px 10px;
  font-family: sans-serif;
  font-size: 1em;
  height: auto !important;
}

.smart-rtl .select2-search input {
  padding: 6px 10px 5px 20px;
}

.select2-search:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-top: -8px;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  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("../img/select2-spinner.gif") 100% no-repeat;
  background: url("../img/select2-spinner.gif") 100% no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
  background: url("../img/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2-spinner.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: none;
}

.select2-container--open .select2-selection, .select2-dropdown-open .select2-choice {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 1px #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5d98cc;
  border-top-color: #0000;
}

.select2-container--open .select2-selection .select2-selection__arrow, .select2-dropdown-open .select2-choice .select2-arrow {
  filter: none;
  background: none;
  border-left: none;
}

.select2-container--open .select2-selection .select2-selection__arrow b, .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  -webkit-tap-highlight-color: #0000;
  max-height: 200px;
  margin: 4px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden auto;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results__options--nested .select2-results__option, .select2-results ul.select2-result-sub > li .select2-result-label {
  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 {
  background-image: none;
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results__options--nested .select2-results__option, .select2-results .select2-results__group, .select2-results .select2-result-label {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  min-height: 1em;
  margin: 0;
  padding: 3px 7px 4px;
  display: block;
}

.select2-results__option--highlighted, .select2-results .select2-highlighted {
  color: #fff;
  background: #3276b1;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: none;
}

.select2-results .select2-highlighted ul {
  color: #000;
  background: #fff;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  padding: 3px 5px;
  display: list-item;
}

.select2-no-results {
  padding-left: 20px;
}

.select2-no-results:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  cursor: default;
  background: #f4f4f4;
  display: list-item;
}

.select2-results .select2-disabled {
  cursor: default;
  background: #f4f4f4;
  display: list-item;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../img/select2-spinner.gif") 100% no-repeat;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
}

.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-selection--multiple, .select2-container-multi .select2-choices {
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: auto !important;
}

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

.select2-selection__choice, .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.smart-rtl .select2-selection__choice, .smart-rtl .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  border: 0;
  outline: 0;
  margin: 1px 0;
  padding: 5px;
  font-family: sans-serif;
  font-size: 100%;
  background: none !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../img/select2-spinner.gif") 100% no-repeat !important;
}

.select2-default {
  color: #999 !important;
}

.select2-selection__choice, .select2-container-multi .select2-choices .select2-search-choice {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  color: #fff;
  cursor: default;
  background-color: #3276b1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #2a6395;
  margin: 4px 0 3px 5px;
  padding: 1px 28px 1px 8px;
  line-height: 18px;
  position: relative;
}

.smart-rtl .select2-selection__choice, .smart-rtl .select2-container-multi .select2-choices .select2-search-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-selection__clear, .select2-search-choice-close {
  display: none;
}

.select2-selection__choice__remove, .select2-container-multi .select2-search-choice-close {
  padding: 3px 4px 3px 6px;
  display: block;
  top: 0;
  right: 0;
}

.select2-selection__choice__remove:before {
  content: "";
  font-size: 15px;
  display: block;
}

.select2-selection__choice__remove {
  min-width: 21px;
  min-height: 20px;
  margin: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  text-decoration: none !important;
}

.select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  box-shadow: none;
  box-sizing: border-box;
  background: none;
  border: 0;
  outline: 0;
  margin-top: 0;
  padding: 0;
  font-size: 100%;
}

.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-selection__choice__remove:hover, .select2-container-multi .select2-search-choice-close:hover {
  background: #0000004d;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  cursor: not-allowed;
  background-color: #86b4dd;
  background-image: none;
  border: 1px solid #4a90cc;
  padding: 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none;
}

.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;
  border: 0 !important;
  outline: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}

.select2-hidden-accessible, .select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10000px;
  left: -10000px;
  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 {
  color: #b94a48;
  background: #f2dede;
}

.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 {
  z-index: 959;
  position: fixed;
  bottom: 0;
  box-shadow: 0 2px 6px #0000004d;
}

.ui-chatbox-titlebar {
  cursor: pointer;
  height: 36px;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  box-shadow: inset 0 -2px #0000000d;
  color: #fff !important;
  background: #474544 !important;
}

.ui-chatbox-titlebar > span {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
}

.ui-chatbox-titlebar > span > :first-child {
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
  display: inline-block;
}

.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 {
  color: #fff;
  background: #201f1f !important;
}

.ui-chatbox-content {
  margin: 0;
  padding: 0;
  border: 0 !important;
}

.ui-chatbox-content > .alert-msg {
  color: #c20f16;
  text-align: center;
  border-bottom: 1px dashed #d6d6d6;
  padding: 4px 10px;
  font-size: 11px;
  display: none;
}

.ui-chatbox-content.true > .alert-msg {
  display: block !important;
}

.ui-chatbox-log {
  background: #fff;
  height: 180px;
  padding: 7px 10px;
  overflow: hidden auto;
  border: none !important;
}

.ui-chatbox-log > :first-child {
  margin-top: 0;
}

.ui-chatbox-input {
  border-top: 1px solid gray;
  padding: 3px;
  overflow: hidden;
  border-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ui-chatbox-input-box {
  resize: none;
  outline: none;
  height: 50px;
  margin: 2px;
  padding: 2px;
  background-color: #307ecc0d !important;
  border: 1px solid #ccc !important;
  border-top-color: #666 !important;
}

.ui-chatbox-icon {
  float: right;
  border-left: 1px solid #00000017;
  min-width: 30px;
  height: 36px;
  padding: 5px 9px;
  font-size: 14px;
  line-height: 26px;
  color: #fff !important;
}

.ui-chatbox-icon.ui-state-hover {
  background-color: #00000012 !important;
  border-left: 1px solid #00000017 !important;
}

.ui-chatbox-input-focus {
  background-color: #fff !important;
  border-color: #5d98cc !important;
}

.ui-chatbox-msg {
  clear: both;
  float: left;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-top: 10px;
}

.chat-users > ul:before, .chat-users li:before {
  border: none;
}

.chat-users .display-users {
  padding: 0 15px;
  display: block;
}

.chat-users .display-users a[data-chat-id] {
  margin: 1px 0;
  padding: 4px 6px;
  font-size: 13px;
}

.chat-users .display-users [data-chat-id]:hover {
  background: #ffffff1a;
}

.chat-users .display-users [data-chat-id] > i {
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
  display: inline-block;
  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 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  height: 27px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 3px 4px;
  font-size: 14px;
}

[data-chat-id] + .popover {
  border-radius: 0;
  min-width: 250px;
  margin-left: 14px;
  box-shadow: 0 2px 8px #0003;
  font-weight: normal !important;
}

[data-chat-id] + .popover .popover-content {
  padding: 8px;
}

.usr-card {
  position: relative;
}

.usr-card > img {
  border-left: 3px solid #fff;
  display: inline-block;
}

.usr-card-content {
  vertical-align: top;
  max-width: 174px;
  margin-top: -3px;
  padding-left: 5px;
  display: inline-block;
}

.usr-card-content > :first-child {
  color: #3276b1;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.usr-card-content > p {
  margin: 0;
}

.usr-card-content > p > small {
  color: #7e7e7e;
  display: block;
}

.sa-chat-learnmore-btn {
  color: #c2c2c2;
  background: #0003;
  border-color: #0003;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  padding: 3px 0 !important;
}

.editableform {
  margin-bottom: 0;
}

.editableform .control-group {
  white-space: nowrap;
  margin-bottom: 0;
}

.editable-buttons {
  vertical-align: top;
  zoom: 1;
  margin-left: 7px;
}

.editable-buttons.editable-buttons-bottom {
  margin-top: 7px;
  margin-left: 0;
  display: block;
}

.editable-input {
  vertical-align: top;
  white-space: normal;
  zoom: 1;
  width: auto;
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

.editable-buttons button.ui-button-icon-only {
  width: 30px;
  height: 24px;
}

.editableform-loading {
  background: url("../img/loading.gif") center no-repeat;
  width: auto;
  min-width: 25px;
  height: 25px;
}

.editable-inline .editableform-loading {
  background-position: 0 5px;
}

.editable-error-block {
  white-space: normal;
  width: auto;
  max-width: 300px;
  margin: 5px 0 0;
}

.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

.editableform .editable-date {
  float: left;
  margin: 0;
  padding: 0;
}

.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;
  text-align: right;
  font-size: .9em;
  text-decoration: none;
}

.editable-clear-x {
  opacity: .6;
  z-index: 100;
  background: url("../img/clear.png") center no-repeat;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 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 {
  vertical-align: middle;
  zoom: 1;
  width: auto;
}

.editable-container.ui-widget {
  font-size: inherit;
  z-index: 9990;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: 1px dashed #08c;
  text-decoration: none;
}

.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  color: #d14;
  font-style: italic;
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-bg-transition {
  -o-transition: background-color 1.4s ease-out;
  transition: background-color 1.4s ease-out;
}

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

.editable-address {
  margin-bottom: 5px;
  display: block;
}

.editable-address span {
  width: 70px;
  display: inline-block;
}

.editable-input .datepicker {
  padding: 4px;
  top: 0;
  left: 0;
}

.editable-input .datepicker:before {
  content: "";
  border-bottom: 7px solid #0003;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 6px;
}

.editable-input .datepicker:after {
  content: "";
  border-bottom: 6px solid #fff;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  display: inline-block;
  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 {
  cursor: pointer;
  background: #eee;
}

.editable-input .datepicker td.day.disabled, .editable-input .datepicker td.old, .editable-input .datepicker td.new {
  color: #555;
}

.editable-input .datepicker td.active, .editable-input .datepicker td.active:hover {
  color: #fff;
  text-shadow: 0 -1px #00000040;
  background: #3276b1;
  border-radius: 3px;
}

.editable-input .datepicker td span {
  cursor: pointer;
  float: left;
  width: 47px;
  height: 54px;
  margin: 2px;
  line-height: 54px;
  display: block;
}

.editable-input .datepicker td span:hover {
  background: #eee;
}

.editable-input .datepicker td span.active {
  color: #fff;
  text-shadow: 0 -1px #00000040;
  background: #3276b1;
  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 {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
}

.editable-input .datepicker .next i, .datepicker .prev i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.editable-input .datepicker .prev i:before {
  content: "";
}

.editable-input .datepicker .next i:before {
  content: "";
}

.divMessageBox {
  z-index: 100000;
  background: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.MessageBoxContainer {
  color: #fff;
  background-color: #000c;
  width: 100%;
  padding: 20px;
  position: relative;
  top: 35%;
}

.MessageBoxMiddle {
  width: 60%;
  position: relative;
  left: 20%;
}

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

.LoadingBoxContainer {
  color: #fff;
  background-color: #232323;
  width: 100%;
  position: relative;
  top: 20%;
}

.LoadingBoxMiddle {
  width: 50%;
  padding: 10px;
  position: relative;
  left: 20%;
}

.LoadingBoxContainer .MsgTitle {
  font-size: 26px;
}

.LoadingBoxContainer .pText {
  font-size: 13px;
}

#LoadingPoints {
  position: absolute;
}

.bigBox {
  box-sizing: content-box;
  color: #fff;
  z-index: 99999;
  background-color: #004d60;
  border-left: 5px solid #00000026;
  width: 490px;
  height: 150px;
  padding: 10px 10px 5px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  overflow: hidden;
}

.bigBox span {
  letter-spacing: -1px;
  font-size: 17px;
  font-weight: 300;
  display: block;
  padding: 5px 0 !important;
}

.bigBox p {
  margin-top: 10px;
  font-size: 13px;
}

#divMiniIcons {
  float: right;
  z-index: 9999;
  width: 415px;
  position: fixed;
  bottom: 270px;
  right: 10px;
}

.botClose {
  cursor: pointer;
  opacity: .5;
  width: 15px;
  height: 16px;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
}

.botClose:hover {
  opacity: 1;
}

#divMiniIcons .cajita {
  color: #fff;
  cursor: pointer;
  float: right;
  text-align: center;
  vertical-align: middle;
  background-color: red;
  margin-top: 5px;
  margin-left: 4px;
  padding: 4px 6px;
  font-size: 17px;
  display: block;
}

#divMiniIcons .cajita:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.cajita img {
  width: 23px;
  height: 23px;
  padding-top: 3px;
  padding-left: 3px;
}

.bigBox .bigboxicon {
  text-align: left;
  z-index: 0;
  font-size: 30px;
  position: absolute;
  top: 120px;
  left: 6px;
}

.bigBox .bigboxnumber {
  text-align: right;
  width: 100%;
  font-size: 25px;
}

#divSmallBoxes {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
}

.SmallBox {
  color: #fff;
  z-index: 9999;
  border: 1px solid #0000;
  width: 420px;
  position: absolute;
  top: 20px;
  right: 5px;
  overflow: hidden;
}

.SmallBox:hover {
  cursor: pointer;
  border: 1px solid #fff;
}

.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}

.SmallBox .textoFull {
  float: left;
  width: 93%;
  padding-left: 20px;
}

.SmallBox .textoFoto {
  float: left;
  width: 78%;
  margin: 3px 20px 3px 80px;
}

.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}

.miniIcono {
  height: 100%;
  font-size: 20px;
}

.SmallBox span {
  letter-spacing: -1px;
  margin: 4px 0;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

.SmallBox p {
  margin-top: 2px;
  font-size: 13px;
}

#pageslide {
  -moz-shadow: inset 0 0 0px 0px #222;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  color: #fff;
  z-index: 999999;
  background-color: #004d60;
  width: 305px;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  box-shadow: inset 0 0 #222;
}

.purehtml {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 450px) and (max-width: 767px) {
  #divSmallBoxes {
    width: 90%;
    position: fixed;
    top: 0;
    right: 0;
  }

  .SmallBox {
    width: 95%;
  }

  .SmallBox:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #888;
  }

  .SmallBox span {
    font-size: 16px;
  }

  .SmallBox p {
    margin-top: 2px;
    font-size: 12px;
  }

  .SmallBox .textoFull {
    float: left;
    width: 93%;
    padding-left: 20px;
  }

  .SmallBox .textoFoto {
    float: left;
    width: 55%;
    margin: 3px 20px 3px 80px;
  }

  .bigBox {
    color: #fff;
    z-index: 99999;
    background-color: #004d60;
    width: 88%;
    height: 150px;
    padding: 10px 10px 5px;
    position: fixed;
    bottom: 100px;
    right: 10px;
  }

  .divMessageBox {
    z-index: 100000;
    background: #0009;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .MessageBoxContainer {
    color: #fff;
    background-color: #232323;
    width: 100%;
    position: relative;
    top: 25%;
  }

  .MessageBoxMiddle {
    width: 100%;
    padding: 3px;
    position: relative;
    left: 0;
  }

  .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 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.fast {
  -ms-animation-duration: .4s;
  animation-duration: .4s;
}

.jqstooltip {
  box-sizing: content-box;
  background-color: #000 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 7px !important;
}

.jqstooltip .jqsfield {
  font-family: Segoe UI, Open Sans, Calibri, Candara, Arial, sans-serif;
  font-size: 11px;
}

#sparks {
  text-align: right;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

#sparks li {
  box-sizing: content-box;
  text-align: left;
  max-height: 47px;
  display: inline-block;
  overflow: hidden;
}

#sparks li h5 {
  color: #555;
  float: left;
  text-transform: uppercase;
  border: none;
  margin: -3px 0 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
}

#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 {
  text-transform: none;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.sparks-info .sparkline {
  float: right;
  margin: 3px 0 0 20px;
  display: block;
}

[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: normal;
  src: url("../fonts/summernote.eot");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff") format("woff"), url("../fonts/summernote.ttf") format("truetype");
}

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px summernote;
  font-size: inherit;
  speak: none;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
}

.note-icon-align-center:before {
  content: "";
}

.note-icon-align-indent:before {
  content: "";
}

.note-icon-align-justify:before {
  content: "";
}

.note-icon-align-left:before {
  content: "";
}

.note-icon-align-outdent:before {
  content: "";
}

.note-icon-align-right:before {
  content: "";
}

.note-icon-align:before {
  content: "";
}

.note-icon-arrows-alt:before {
  content: "";
}

.note-icon-bold:before {
  content: "";
}

.note-icon-caret:before {
  content: "";
}

.note-icon-chain-broken:before {
  content: "";
}

.note-icon-circle:before {
  content: "";
}

.note-icon-close:before {
  content: "";
}

.note-icon-code:before {
  content: "";
}

.note-icon-eraser:before {
  content: "";
}

.note-icon-font:before {
  content: "";
}

.note-icon-frame:before {
  content: "";
}

.note-icon-italic:before {
  content: "";
}

.note-icon-link:before {
  content: "";
}

.note-icon-magic:before {
  content: "";
}

.note-icon-menu-check:before {
  content: "";
}

.note-icon-minus:before {
  content: "";
}

.note-icon-orderedlist:before {
  content: "";
}

.note-icon-pencil:before {
  content: "";
}

.note-icon-picture:before {
  content: "";
}

.note-icon-question:before {
  content: "";
}

.note-icon-redo:before {
  content: "";
}

.note-icon-special-character:before {
  content: "";
}

.note-icon-square:before {
  content: "";
}

.note-icon-strikethrough:before {
  content: "";
}

.note-icon-subscript:before {
  content: "";
}

.note-icon-summernote:before {
  content: "";
}

.note-icon-superscript:before {
  content: "";
}

.note-icon-table:before {
  content: "";
}

.note-icon-text-height:before {
  content: "";
}

.note-icon-trash:before {
  content: "";
}

.note-icon-underline:before {
  content: "";
}

.note-icon-undo:before {
  content: "";
}

.note-icon-unorderedlist:before {
  content: "";
}

.note-icon-video:before {
  content: "";
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  color: #87cefa;
  opacity: .95;
  pointer-event: none;
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
}

.note-editor .note-dropzone .note-dropzone-message {
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  display: table-cell;
}

.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-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 {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: none;
  color: #ccc;
  resize: none;
  background-color: #222;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  display: none;
}

.note-editor.note-frame.fullscreen {
  z-index: 1050;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.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-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  width: 100%;
  height: 8px;
  padding-top: 1px;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #a9a9a9;
  width: 20px;
  margin: 1px auto;
}

.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-popover.popover {
  max-width: none;
}

.note-popover.popover .popover-content a {
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
}

.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 {
  cursor: pointer;
  z-index: 3;
  width: 10em;
  height: 10em;
  position: absolute !important;
}

.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 {
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
  width: 5em;
  height: 5em;
  position: relative !important;
}

.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 {
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
  width: 1em;
  height: 1em;
  position: absolute !important;
}

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  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 {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 2px 7px;
  font-size: 12px;
}

.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 {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin: 3px;
  padding: 0 3px;
  font-size: 11px;
}

.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 {
  left: auto;
  right: 0;
}

.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 {
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.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 {
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
}

@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}

.note-placeholder {
  color: gray;
  position: absolute;
}

.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  -khtml-opacity: .3;
  -moz-opacity: .3;
  -ms-filter: progid:DXImageTransform. Microsoft. Alpha(opacity= 30);
  -webkit-opacity: .3;
  filter: alpha(opacity= 30);
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder {
  border: 1px solid #000;
  width: 7px;
  height: 7px;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #fff;
  border: 1px solid #000;
  width: 7px;
  height: 7px;
}

.note-handle .note-control-selection .note-control-nw {
  border-bottom: none;
  border-right: none;
  top: -5px;
  left: -5px;
}

.note-handle .note-control-selection .note-control-ne {
  border-bottom: none;
  border-left: none;
  top: -5px;
  right: -5px;
}

.note-handle .note-control-selection .note-control-sw {
  border-top: none;
  border-right: none;
  bottom: -5px;
  left: -5px;
}

.note-handle .note-control-selection .note-control-se {
  cursor: se-resize;
  bottom: -5px;
  right: -5px;
}

.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 {
  -khtml-opacity: .7;
  -moz-opacity: .7;
  -ms-filter: progid:DXImageTransform. Microsoft. Alpha(opacity= 70);
  -webkit-opacity: .7;
  color: #fff;
  filter: alpha(opacity= 70);
  opacity: .7;
  background-color: #000;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  padding: 3px;
  display: block !important;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  clear: both;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #428bca;
  outline: 0;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.no-padding .note-editor {
  border: none;
  margin: 0;
}

.note-editor .note-toolbar {
  border-bottom: 1px solid #a9a9a9;
}

.note-editor .note-editable {
  background-color: #307ecc0d;
}

.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 {
  box-sizing: border-box;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

.superbox-list {
  zoom: 1;
  width: 12.5%;
  padding: 5px;
  position: relative;
}

.superbox-list.active:before {
  color: #222;
  content: "";
  text-align: center;
  z-index: 2;
  font-family: "Font Awesome 5 Pro";
  font-size: 45px;
  display: block;
  position: absolute;
  bottom: -34px;
  left: 43%;
}

.superbox-img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

.superbox-show {
  float: left;
  text-align: left;
  background-color: #222;
  width: 100%;
  margin: 5px 0;
  padding: 25px 0 12px 25px;
  display: none;
  position: relative;
}

.superbox-current-img {
  float: left;
  max-width: 100%;
  padding-bottom: 13px;
  padding-right: 25px;
}

.superbox-img:hover {
  opacity: .8;
}

.superbox-float {
  float: left;
}

.superbox-close {
  cursor: pointer;
  opacity: .7;
  transition: all .1s linear;
  position: absolute;
  top: 15px;
  right: 15px;
}

.superbox-close:hover {
  opacity: 1;
}

.superbox-imageinfo {
  color: #fff;
  max-width: 500px;
  padding: 0 25px 0 0;
  display: inline-block;
}

.superbox-imageinfo span {
  color: #a19994;
  margin-right: -2px;
  padding-top: 10px;
  padding-bottom: 13px;
  font-size: 13px;
  display: inline-block;
}

.superbox-imageinfo > :first-child {
  margin-bottom: 10px;
  font-weight: bold;
}

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

@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 {
  color: #ffffffe6;
  background: #0e70ca;
  border: 1px solid #125a9c;
}

.voice-command-active.service-not-allowed #speech-btn > :first-child > a {
  color: #ffffffe6;
  background: #a90329;
  border: 1px solid #8b0913;
}

.voice-command-active.service-allowed #speech-btn > :first-child > a {
  color: #ffffffe6;
  background: #0e70ca url("../img/voicecommand/active-btn.gif") center no-repeat;
  border: 1px solid #125a9c;
}

#speech-btn > :first-child > a + .popover {
  width: 255px;
  display: none;
  top: 42px;
  left: -113px;
}

#speech-btn > :first-child > a + .popover > .popover-content {
  padding: 9px 12px;
}

#speech-btn > :first-child > a + .popover .btn {
  padding: 4px 12px;
}

.vc-title {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px !important;
}

.vc-title-error {
  display: none;
}

.voice-command-active.service-not-allowed .vc-title, .voice-command-active.service-not-allowed .popover .btn, .service-not-allowed .vc-title, .service-not-allowed .popover .btn {
  display: none !important;
}

.voice-command-active.service-not-allowed .vc-title-error {
  display: block;
}

.vc-title > small {
  font-size: 80%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.fast {
  animation-duration: .5s;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -o-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 {
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.animated.bounce {
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.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);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }

  10%, 20% {
    -moz-transform: scale(.9)rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1)rotate(3deg);
  }

  40%, 60%, 80% {
    -moz-transform: scale(1.1)rotate(-3deg);
  }

  100% {
    -moz-transform: scale(1)rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }

  10%, 20% {
    -o-transform: scale(.9)rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1)rotate(3deg);
  }

  40%, 60%, 80% {
    -o-transform: scale(1.1)rotate(-3deg);
  }

  100% {
    -o-transform: scale(1)rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(.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 {
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.animated.swing {
  transform-origin: top;
  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%);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }

  15% {
    -moz-transform: translateX(-25%)rotate(-5deg);
  }

  30% {
    -moz-transform: translateX(20%)rotate(3deg);
  }

  45% {
    -moz-transform: translateX(-15%)rotate(-3deg);
  }

  60% {
    -moz-transform: translateX(10%)rotate(2deg);
  }

  75% {
    -moz-transform: translateX(-5%)rotate(-1deg);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }

  15% {
    -o-transform: translateX(-25%)rotate(-5deg);
  }

  30% {
    -o-transform: translateX(20%)rotate(3deg);
  }

  45% {
    -o-transform: translateX(-15%)rotate(-3deg);
  }

  60% {
    -o-transform: translateX(10%)rotate(2deg);
  }

  75% {
    -o-transform: translateX(-5%)rotate(-1deg);
  }

  100% {
    -o-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 {
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.animated.pulse {
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
  }

  100% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
  }
}

@-moz-keyframes flip {
  0% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
  }

  40% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
  }

  50% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
  }

  80% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
  }

  100% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
  }
}

@-o-keyframes flip {
  0% {
    -o-animation-timing-function: ease-out;
    -o-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
  }

  40% {
    -o-animation-timing-function: ease-out;
    -o-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
  }

  50% {
    -o-animation-timing-function: ease-in;
    -o-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
  }

  80% {
    -o-animation-timing-function: ease-in;
    -o-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
  }

  100% {
    -o-animation-timing-function: ease-in;
    -o-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
  }
}

@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
  }

  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
  }

  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
  }

  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
  }

  100% {
    animation-timing-function: ease-in;
    transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
  }
}

.animated.flip {
  animation-name: flip;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px)rotateX(90deg);
  }

  40% {
    -webkit-transform: perspective(400px)rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px)rotateX(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px)rotateX(0);
  }
}

@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px)rotateX(90deg);
  }

  40% {
    -moz-transform: perspective(400px)rotateX(-10deg);
  }

  70% {
    -moz-transform: perspective(400px)rotateX(10deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px)rotateX(0);
  }
}

@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px)rotateX(90deg);
  }

  40% {
    -o-transform: perspective(400px)rotateX(-10deg);
  }

  70% {
    -o-transform: perspective(400px)rotateX(10deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px)rotateX(0);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px)rotateX(90deg);
  }

  40% {
    transform: perspective(400px)rotateX(-10deg);
  }

  70% {
    transform: perspective(400px)rotateX(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px)rotateX(0);
  }
}

.animated.flipInX {
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px)rotateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px)rotateX(90deg);
  }
}

@-moz-keyframes flipOutX {
  0% {
    opacity: 1;
    -moz-transform: perspective(400px)rotateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: perspective(400px)rotateX(90deg);
  }
}

@-o-keyframes flipOutX {
  0% {
    opacity: 1;
    -o-transform: perspective(400px)rotateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: perspective(400px)rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px)rotateX(0);
  }

  100% {
    opacity: 0;
    transform: perspective(400px)rotateX(90deg);
  }
}

.animated.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px)rotateY(90deg);
  }

  40% {
    -webkit-transform: perspective(400px)rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px)rotateY(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px)rotateY(0);
  }
}

@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px)rotateY(90deg);
  }

  40% {
    -moz-transform: perspective(400px)rotateY(-10deg);
  }

  70% {
    -moz-transform: perspective(400px)rotateY(10deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px)rotateY(0);
  }
}

@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px)rotateY(90deg);
  }

  40% {
    -o-transform: perspective(400px)rotateY(-10deg);
  }

  70% {
    -o-transform: perspective(400px)rotateY(10deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px)rotateY(0);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px)rotateY(90deg);
  }

  40% {
    transform: perspective(400px)rotateY(-10deg);
  }

  70% {
    transform: perspective(400px)rotateY(10deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px)rotateY(0);
  }
}

.animated.flipInY {
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px)rotateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px)rotateY(90deg);
  }
}

@-moz-keyframes flipOutY {
  0% {
    opacity: 1;
    -moz-transform: perspective(400px)rotateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: perspective(400px)rotateY(90deg);
  }
}

@-o-keyframes flipOutY {
  0% {
    opacity: 1;
    -o-transform: perspective(400px)rotateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: perspective(400px)rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px)rotateY(0);
  }

  100% {
    opacity: 0;
    transform: perspective(400px)rotateY(90deg);
  }
}

.animated.flipOutY {
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animated.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animated.fadeOut {
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.animated.fadeOutUp {
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.animated.fadeOutDown {
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.animated.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.animated.fadeOutRight {
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.animated.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.animated.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.animated.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.animated.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(.9);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(.9);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

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

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }

  80% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }

  80% {
    -o-transform: translateY(10px);
  }

  100% {
    -o-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 {
  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);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  80% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-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 {
  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);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }

  80% {
    -moz-transform: translateX(-10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }

  80% {
    -o-transform: translateX(-10px);
  }

  100% {
    -o-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 {
  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);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    -o-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 {
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

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

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

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

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

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

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

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

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.animated.bounceOutRight {
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    opacity: 0;
    -webkit-transform: rotate(-200deg);
  }

  100% {
    -webkit-transform-origin: center;
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center;
    opacity: 0;
    -moz-transform: rotate(-200deg);
  }

  100% {
    -moz-transform-origin: center;
    opacity: 1;
    -moz-transform: rotate(0);
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center;
    opacity: 0;
    -o-transform: rotate(-200deg);
  }

  100% {
    -o-transform-origin: center;
    opacity: 1;
    -o-transform: rotate(0);
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    transform-origin: center;
    transform: rotate(-200deg);
  }

  100% {
    opacity: 1;
    transform-origin: center;
    transform: rotate(0);
  }
}

.animated.rotateIn {
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: 0 100%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: 0 100%;
    opacity: 0;
    -moz-transform: rotate(90deg);
  }

  100% {
    -moz-transform-origin: 0 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: 0 100%;
    opacity: 0;
    -o-transform: rotate(90deg);
  }

  100% {
    -o-transform-origin: 0 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: rotate(90deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: rotate(0);
  }
}

.animated.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: 0 100%;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: 0 100%;
    opacity: 0;
    -moz-transform: rotate(-90deg);
  }

  100% {
    -moz-transform-origin: 0 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: 0 100%;
    opacity: 0;
    -o-transform: rotate(-90deg);
  }

  100% {
    -o-transform-origin: 0 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: rotate(0);
  }
}

.animated.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: 100% 100%;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
  }

  100% {
    -webkit-transform-origin: 100% 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: 100% 100%;
    opacity: 0;
    -moz-transform: rotate(-90deg);
  }

  100% {
    -moz-transform-origin: 100% 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: 100% 100%;
    opacity: 0;
    -o-transform: rotate(-90deg);
  }

  100% {
    -o-transform-origin: 100% 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: rotate(0);
  }
}

.animated.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: 100% 100%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }

  100% {
    -webkit-transform-origin: 100% 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: 100% 100%;
    opacity: 0;
    -moz-transform: rotate(90deg);
  }

  100% {
    -moz-transform-origin: 100% 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: 100% 100%;
    opacity: 0;
    -o-transform: rotate(90deg);
  }

  100% {
    -o-transform-origin: 100% 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: rotate(90deg);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: rotate(0);
  }
}

.animated.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform-origin: center;
    opacity: 0;
    -webkit-transform: rotate(200deg);
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center;
    opacity: 1;
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform-origin: center;
    opacity: 0;
    -moz-transform: rotate(200deg);
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center;
    opacity: 1;
    -o-transform: rotate(0);
  }

  100% {
    -o-transform-origin: center;
    opacity: 0;
    -o-transform: rotate(200deg);
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    transform-origin: center;
    transform: rotate(0);
  }

  100% {
    opacity: 0;
    transform-origin: center;
    transform: rotate(200deg);
  }
}

.animated.rotateOut {
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: 0 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: 0 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform-origin: 0 100%;
    opacity: 0;
    -moz-transform: rotate(-90deg);
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: 0 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }

  100% {
    -o-transform-origin: 0 100%;
    opacity: 0;
    -o-transform: rotate(-90deg);
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: rotate(0);
  }

  100% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
  }
}

.animated.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: 0 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: 0 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform-origin: 0 100%;
    opacity: 0;
    -moz-transform: rotate(90deg);
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: 0 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }

  100% {
    -o-transform-origin: 0 100%;
    opacity: 0;
    -o-transform: rotate(90deg);
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: rotate(0);
  }

  100% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: rotate(90deg);
  }
}

.animated.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: 100% 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform-origin: 100% 100%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: 100% 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform-origin: 100% 100%;
    opacity: 0;
    -moz-transform: rotate(90deg);
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: 100% 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }

  100% {
    -o-transform-origin: 100% 100%;
    opacity: 0;
    -o-transform: rotate(90deg);
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: rotate(0);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: rotate(90deg);
  }
}

.animated.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: 100% 100%;
    opacity: 1;
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform-origin: 100% 100%;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: 100% 100%;
    opacity: 1;
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform-origin: 100% 100%;
    opacity: 0;
    -moz-transform: rotate(-90deg);
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: 100% 100%;
    opacity: 1;
    -o-transform: rotate(0);
  }

  100% {
    -o-transform-origin: 100% 100%;
    opacity: 0;
    -o-transform: rotate(-90deg);
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: rotate(0);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
  }
}

.animated.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
  }

  20%, 60% {
    -webkit-transform-origin: 0 0;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
  }

  40% {
    -webkit-transform-origin: 0 0;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
  }

  80% {
    -webkit-transform-origin: 0 0;
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg)translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform-origin: 0 0;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: rotate(0);
  }

  20%, 60% {
    -moz-transform-origin: 0 0;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: rotate(80deg);
  }

  40% {
    -moz-transform-origin: 0 0;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: rotate(60deg);
  }

  80% {
    -moz-transform-origin: 0 0;
    opacity: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: rotate(60deg)translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(700px);
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform-origin: 0 0;
    -o-animation-timing-function: ease-in-out;
    -o-transform: rotate(0);
  }

  20%, 60% {
    -o-transform-origin: 0 0;
    -o-animation-timing-function: ease-in-out;
    -o-transform: rotate(80deg);
  }

  40% {
    -o-transform-origin: 0 0;
    -o-animation-timing-function: ease-in-out;
    -o-transform: rotate(60deg);
  }

  80% {
    -o-transform-origin: 0 0;
    opacity: 1;
    -o-animation-timing-function: ease-in-out;
    -o-transform: rotate(60deg)translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
    transform: rotate(0);
  }

  20%, 60% {
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
  }

  40% {
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
  }

  80% {
    opacity: 1;
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg)translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}

.animated.hinge {
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%)rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)rotate(0);
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%)rotate(-120deg);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)rotate(0);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%)rotate(-120deg);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%)rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0)rotate(0);
  }
}

.animated.rollIn {
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)rotate(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0)rotate(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0)rotate(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%)rotate(120deg);
  }
}

.animated.rollOut {
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)skewX(-30deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%)skewX(30deg);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateX(0%)skewX(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)skewX(0);
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)skewX(-30deg);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20%)skewX(30deg);
  }

  80% {
    opacity: 1;
    -moz-transform: translateX(0%)skewX(-15deg);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%)skewX(0);
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -o-transform: translateX(100%)skewX(-30deg);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-20%)skewX(30deg);
  }

  80% {
    opacity: 1;
    -o-transform: translateX(0%)skewX(-15deg);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0%)skewX(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%)skewX(-30deg);
  }

  60% {
    opacity: 1;
    transform: translateX(-20%)skewX(30deg);
  }

  80% {
    opacity: 1;
    transform: translateX(0%)skewX(-15deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0%)skewX(0);
  }
}

.animated.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%)skewX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)skewX(-30deg);
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%)skewX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)skewX(-30deg);
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0%)skewX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%)skewX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%)skewX(-30deg);
  }
}

.animated.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-duration: .25s;
  animation-timing-function: ease-in;
}

.fade {
  -o-transition: opacity .15s linear;
  opacity: 0;
  transition: opacity .15s linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}



@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.ui-helper-reset {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  border-collapse: collapse;
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
}

.ui-helper-clearfix {
  min-height: 0;
  display: block;
}

* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-zfix {
  filter: alpha(opacity= 0);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  z-index: 99999;
  font-size: .1px;
  display: block;
  position: absolute;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  width: 100%;
  height: 7px;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  height: 100%;
  top: 0;
  right: -5px;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  height: 100%;
  top: 0;
  left: -5px;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  bottom: 1px;
  right: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  bottom: -5px;
  left: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  top: -5px;
  left: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  top: -5px;
  right: -5px;
}

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

.ui-widget {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.ui-widget .ui-widget {
  font-size: 13px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: inherit;
}

.ui-widget-content {
  color: #404040;
  background: #fff;
  border: 1px solid #aaa;
}

.ui-widget-header {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-weight: bold;
}

.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;
  border: 1px solid #ccc;
  font-weight: normal;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  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 {
  color: #333;
  border: 1px solid #adadad;
  font-weight: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #333;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

.ui-state-highlight, .ui-state-error, .ui-state-default {
  border-style: solid;
  border-width: 1px;
  position: relative;
}

.ui-state-highlight p, .ui-state-error p, .ui-state-default p {
  margin: 7px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.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-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .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: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  filter: alpha(opacity= 70);
  opacity: .7;
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  filter: alpha(opacity= 35);
  opacity: .35;
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity= 35);
}

.ui-icon {
  background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
  width: 16px;
  height: 16px;
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../img/jqueryui/ui-icons_f6cf3b_256x240.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-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  filter: alpha(opacity= 30);
  opacity: .3;
  background: #aaa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 949 !important;
}

.ui-widget-shadow {
  filter: alpha(opacity= 30);
  opacity: .3;
  background: #aaa;
  border-radius: 8px;
  margin: -8px 0 0 -8px;
  padding: 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 {
  cursor: pointer;
  min-height: 0;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  display: block;
  position: relative;
}

.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 {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: .5em;
}

.ui-accordion .ui-accordion-content {
  border-top: 0;
  margin-top: -3px;
  margin-bottom: 2px;
  padding: 1em 2.2em;
  display: none;
  position: relative;
  top: 1px;
  overflow: auto;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

.ui-autocomplete {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-button {
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ccc;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

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

ui-button.disabled, ui-button[disabled], fieldset[disabled] ui-button, ui-button.disabled:hover, ui-button[disabled]:hover, fieldset[disabled] ui-button:hover, ui-button.disabled:focus, ui-button[disabled]:focus, fieldset[disabled] ui-button:focus, ui-button.disabled:active, ui-button[disabled]:active, fieldset[disabled] ui-button:active, ui-button.disabled.active, ui-button[disabled].active, fieldset[disabled] ui-button.ui-state-active {
  background-color: #fff;
  border-color: #ccc;
}

.ui-btn-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.ui-btn-sm, .ui-btn-xs {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.ui-btn-xs {
  padding: 1px 5px;
}

.ui-btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.ui-btn-block + .ui-btn-block {
  margin-top: 5px;
}

input[type="submit"].ui-btn-block, input[type="reset"].ui-btn-block, input[type="button"].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-primary:hover, .ui-button-success:hover, .ui-button-info:hover, .ui-button-danger:hover, .ui-button-warning:hover, .ui-button-inverse:hover {
  color: #fff;
  text-decoration: none;
}

.ui-button-primary:hover, .ui-button-primary:focus {
  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 {
  line-height: normal;
  display: block;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  text-indent: -9999px;
  padding: .4em;
  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-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
}

.ui-button-icon-only .ui-icon {
  margin-left: -8px;
  margin-right: -6px;
  left: 50%;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .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 {
  outline: none;
  margin: 0;
  padding: 2px;
  list-style: none;
  display: block;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  list-style: none;
  position: absolute;
}

.ui-menu .ui-menu-item {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") none;
}

.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  height: 0;
  margin: 5px -2px;
  font-size: 0;
  line-height: 0;
}

.ui-menu .ui-menu-item a {
  min-height: 0;
  padding: 2px .4em;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.ui-menu .ui-menu-item a.ui-corner-all {
  border-radius: 0;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-widget-content {
  color: #fff;
  white-space: nowrap;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0;
  font-weight: bold;
  display: block;
}

.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em;
  font-weight: normal;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  padding-left: 2em;
  position: relative;
}

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

.ui-menu .ui-menu-icon {
  float: right;
  position: static;
}

.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}

.ui-spinner {
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ui-spinner-input {
  vertical-align: middle;
  background: none;
  border: none;
  margin: .2em 22px .2em .4em;
  padding: 0;
}

.ui-spinner-button {
  cursor: default;
  text-align: center;
  width: 16px;
  height: 50%;
  margin: 0;
  padding: 0;
  font-size: .5em;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  margin-top: -8px;
  position: absolute;
  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 {
  z-index: 1050;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0000004d;
  border-radius: 6px;
  outline: none;
  width: 300px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 3px 7px #0000004d;
}

.ui-dialog .ui-dialog-titlebar {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border: 0 0 0 1px solid;
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  color: #404040;
  float: left;
  text-overflow: ellipsis;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-weight: bold;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar-close {
  -khtml-opacity: .25;
  -moz-box-shadow: none;
  -moz-opacity: .25;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity= 25);
  opacity: .25;
  text-shadow: 0 1px #fff;
  background: none;
  border: 0;
  width: 19px;
  height: 18px;
  margin: -20px 0 0;
  padding: 1px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  position: absolute;
  top: 50%;
  right: .3em;
}

.ui-dialog .ui-dialog-titlebar-close span {
  text-indent: 9999px;
  margin: 1px;
  display: block;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  -moz-opacity: .9;
  filter: alpha(opacity= 90);
  opacity: .9;
  padding: 1px;
}

.ui-dialog .ui-dialog-content {
  background: none;
  border: 0;
  padding: .5em 1em;
  position: relative;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-color: #fff;
  background-image: none;
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: #ddd;
  border-radius: 0 0 6px 6px;
  margin: .5em 0 0;
  padding: 5px 15px;
  box-shadow: inset 0 1px #fff;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  bottom: 3px;
  right: 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) {
  -o-transition: .1s linear all;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all .1s linear;
  display: inline-block;
  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 {
  text-align: left;
  position: relative;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider .ui-slider-handle {
  cursor: default;
  z-index: 2;
  width: 16px;
  height: 18px;
  position: absolute;
}

.ui-slider .ui-slider-range {
  box-sizing: border-box;
  -o-transition: width .6s ease;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ff149bdf", endColorstr= "#ff0480be", GradientType= 0);
  z-index: 1;
  background-image: linear-gradient(#149bdf, #0480be);
  background-position: 0 0;
  background-repeat: repeat-x;
  border: 0;
  font-size: .7em;
  transition: width .6s;
  display: block;
  position: absolute;
  box-shadow: inset 0 -1px #00000026;
}

.ui-slider-horizontal {
  background: #d5d5d5;
  border: none;
  height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  background-color: #fff;
  border-color: #ccc;
  margin-left: -.6em;
  top: -.3em;
}

.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 {
  height: 100%;
  top: 0;
}

.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 {
  margin-bottom: -.6em;
  margin-left: 0;
  left: -.3em;
}

.ui-slider-vertical .ui-slider-range {
  width: 100%;
  left: 0;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-tabs {
  border: 0;
  border-radius: 0;
  position: relative;
}

.ui-tabs .ui-tabs-nav {
  background: none;
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  border-radius: 0;
  margin-bottom: 5px;
}

.ui-tabs .ui-tabs-nav li {
  float: left;
  white-space: nowrap;
  background: none;
  border: 0;
  margin-bottom: -1px;
  margin-right: 2px;
  list-style: none;
  position: relative;
  top: 0;
}

.ui-tabs-nav .ui-state-default {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.ui-tabs .ui-tabs-nav li a {
  color: #0069d6;
  float: left;
  background: none;
  border: 1px solid #fff;
  border-bottom-color: #ddd;
  border-radius: 4px 4px 0 0;
  outline: none;
  padding: 8px 12px;
  font-weight: normal;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a:hover {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-bottom-color: #ddd;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  cursor: text;
  background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-panel {
  background: none;
  border: 0;
  border-radius: 0;
  margin: 1em 0;
  padding: 1px 0;
  display: block;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-tabs .ui-tabs-nav li {
  filter: none;
}

.ui-tooltip {
  opacity: .8;
  visibility: visible;
  z-index: 1024;
  color: #fff;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 200px;
  padding: 3px 8px;
  font-size: 11px;
  text-decoration: none;
  display: block;
  position: absolute;
  box-shadow: inset 0 1px #000;
}

body .ui-tooltip {
  border-width: 1px;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 1051 !important;
}

.ui-datepicker .ui-datepicker-header {
  color: gray;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  padding: 4px 0;
  font-weight: bold;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  margin: 0 2.3em;
  line-height: 1.8em;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.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 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 .4em;
  font-size: .9em;
}

.ui-datepicker th {
  text-align: center;
  border: 0;
  padding: .7em .3em;
  font-weight: bold;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: right;
  padding: .2em;
  text-decoration: none;
  display: block;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0;
  padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  width: auto;
  margin: .5em .2em .4em;
  padding: .2em .6em .3em;
  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 {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.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-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker-cover {
  filter: mask();
  z-index: -1;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
}

.ui-datepicker th {
  color: gray;
  font-weight: bold;
}

.ui-datepicker-today a:hover {
  color: #fff;
  background-color: gray;
}

.ui-datepicker-today a {
  cursor: pointer;
  background-color: #bfbfbf;
  margin-bottom: 0;
  padding: 0 4px;
}

.ui-datepicker td a {
  border: 0;
  margin-bottom: 0;
}

.ui-datepicker td:hover {
  color: #fff;
}

.ui-datepicker td .ui-state-default {
  color: gray;
  filter: none;
  text-align: center;
  background: none;
  border: 0;
  margin-bottom: 0;
  padding: 5px;
}

.ui-datepicker td .ui-state-highlight {
  color: #fff;
  text-shadow: 0 -1px #00000040;
  background-color: #a90329;
  border-color: #0000001a #0000001a #00000040;
  border-radius: 0;
}

.ui-datepicker td .ui-state-active {
  color: #333;
  font-size: normal;
  text-shadow: 0;
  background-color: #ebebeb;
  border-color: #0000001a #0000001a #00000040;
  border-radius: 0;
  margin-bottom: 0;
}

.ui-datepicker td .ui-state-hover {
  color: #fff;
  text-shadow: 0 -1px #00000040;
  background: #428bca;
  border-color: #0000001a #0000001a #00000040;
  border-radius: 0;
}

.ui-progressbar {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#fff5f5f5", endColorstr= "#fff9f9f9", GradientType= 0);
  background-image: linear-gradient(#f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border: 0;
  border-radius: 0;
  height: 2em;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #0000001a;
}

.ui-progressbar .ui-progressbar-value {
  box-sizing: border-box;
  color: #fff;
  background-color: #428bca;
  height: 100%;
  margin: 0;
  transition: width .6s;
}

.ui-progressbar .ui-progressbar-overlay {
  -ms-animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
  animation: 2s linear infinite progress-bar-stripes;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-toolbar {
  background-color: #f5f5f5;
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(top, #fff, #f5f5f5);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ffffff", endColorstr= "#f5f5f5", GradientType= 0);
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 18px;
  padding: 7px 14px;
  box-shadow: inset 0 1px #fff;
}

.customfile-button {
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ccc;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
}

div.wijmo-wijmenu {
  background-color: #222;
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#333333", endColorstr= "#222222", GradientType= 0);
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -moz-linear-gradient(top, #333, #222);
  background-repeat: repeat-x;
  padding: 0 20px;
  box-shadow: 0 1px 3px #00000040, inset 0 -1px #0000001a;
}

.wijmo-wijmenu .ui-state-default {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bfbfbf;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #bfbfbf;
}

.wijmo-wijmenu .ui-state-hover {
  background: #ffffff0d;
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #fff;
}

div.wijmo-wijmenu .ui-widget-header h3 {
  margin-top: 1px;
  padding: 0;
  position: relative;
}

.wijmo-wijmenu h3 a {
  color: #fff;
  float: left;
  margin-top: 1px;
  margin-left: -20px;
  padding: 8px 20px 12px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  display: block;
}

.wijmo-wijmenu h3 a:hover {
  color: #fff;
  background-color: #ffffff0d;
  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;
  border-radius: 0 0 6px 6px;
  width: 160px;
  margin: 0;
  padding: 6px 0;
  box-shadow: 0 2px 4px #0003;
}

div.wijmo-wijmenu .wijmo-wijmenu-item {
  border: 0;
  margin: 0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 10px 11px;
  line-height: 19px;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  float: none;
  width: auto;
  padding: 4px 15px;
  display: block;
}

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 {
  background-color: #222;
  background-image: none;
  border: 0;
  border-top: 1px solid #444;
  padding: 5px 0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  color: #ffffffbf;
  background-color: #ffffff4d;
  border: 1px solid #111;
  border-radius: 4px;
  width: 100px;
  margin: 5px 10px 0;
  padding: 4px 9px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
  -moz-transition: none;
  box-shadow: inset 0 1px 2px #0000001a, 0 1px #ffffff40;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  color: #fff;
  background-color: #ffffff80;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  color: #404040;
  text-shadow: 0 1px #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 5px 10px;
  box-shadow: 0 0 3px #00000026;
}

.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow: none;
}

.wijmo-wijmenu .ui-state-default {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  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 {
  color: inherit;
  font-size: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  margin-left: 5px;
  display: inline;
  margin-left: 7px !important;
}

.ui-state-default .ui-icon[class*=" icon-"] {
  background: none;
  margin-left: -12px;
}

.flag {
  background: url("../img/flags/flags.png") no-repeat;
  width: 16px;
  height: 11px;
  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-overflow: ellipsis;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 150px;
  margin-top: -3px;
  display: inline-block;
  overflow: hidden;
}

@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: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:fullscreen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:fullscreen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:full-screen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:-webkit-full-screen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:fullscreen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

:-webkit-full-screen video {
  width: 100%;
  height: 100%;
}

.ui-widget-overlay {
  background: #aaa;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 949 !important;
}

.slider {
  margin-top: 0;
  margin-bottom: 30px;
}

.slider.slider-vertical {
  margin-bottom: 0;
  margin-right: 5px;
}

.ui-menu {
  z-index: 1;
  background: #fff;
  border: 1px solid #0003;
  width: 155px;
  padding: 2px;
  box-shadow: 0 2px 4px #1e1e6440;
}

.ui-menu .ui-state-disabled {
  cursor: default;
  color: #999 !important;
  background: none !important;
  margin: .4em 0 .2em !important;
  font-weight: normal !important;
}

.ui-icon-carat-1-e:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
}

.ui-menu .ui-menu-item a .ui-menu-icon {
  text-indent: 0;
  width: auto;
  height: auto;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.ui-tabs .ui-tabs-nav li a {
  color: #838383;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-bottom-color: #ddd;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
  margin-right: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: bold;
  box-shadow: 0 -2px #57889c;
  border-top-width: 0 !important;
  margin-top: 1px !important;
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #ddd;
  border-top: none;
  margin: 0;
  padding: 10px 13px;
}

.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-header, .ui-accordion .ui-accordion-content {
  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-align: center;
  line-height: normal;
  text-indent: 0 !important;
  background-image: none !important;
  margin-top: -6px !important;
  font-size: 14px !important;
  left: 12px !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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  cursor: default;
}

.noUi-base {
  z-index: 1;
  border: 1px solid #bfbfbf;
  width: 100%;
  max-width: 100%;
  height: 14px;
  max-height: 100%;
  position: relative;
}

.noUi-origin-lower {
  background: #72a8d7;
}

.noUi-handle {
  cursor: default;
  background: #858585;
  border: 1px solid #fff;
  width: 16px;
  height: 30px;
  margin: -8px 0 0 -8px;
}

.noUi-handle:hover {
  background: #6c6c6c;
}

.noUi-active {
  cursor: default;
  background: #686868;
  border: none;
  width: 18px;
  height: 32px;
  margin: -9px 0 0 -8px;
  box-shadow: 1px 1px 1px #0000001a;
}

.noUi-active:after {
  box-sizing: border-box;
  content: "";
  border: 1px solid #ddd;
  height: 100%;
  display: block;
}

.noUi-connect {
  background: #3276b1;
}

.noUi-background {
  background: #eee;
  border: none;
}

.noUi-origin {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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 {
  height: 30px;
  padding: 6px 24px 6px 12px;
  margin: 0 !important;
}

.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 {
  left: 0;
  right: auto;
}

.ui-spinner-up, .ui-spinner-down {
  background: #739e73;
  border-radius: 0;
}

.ui-spinner-up:hover, .ui-spinner-up:active, .ui-spinner-up:focus {
  background: #5b835b;
}

.ui-spinner-down:hover, .ui-spinner-down:active, .ui-spinner-down:focus {
  background: #77021d;
}

.ui-spinner-down {
  background: #c2032f;
}

.ui-spinner-up:before, .ui-spinner-down:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "";
  margin-top: 1px;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.ui-spinner-down:before {
  content: "";
}

.ui-spinner-up > :first-child, .ui-spinner-down > :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 {
  width: 25px;
  height: 30px;
}

.ui-spinner-input.spinner-both + .ui-spinner-up:before, .ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
  margin-top: 8px;
}

.ui-dialog {
  border: 1px solid #0003;
  box-shadow: 0 5px 15px #00000080;
}

.widget-header > :first-child {
  margin: 13px 0;
}

.ui-widget-overlay {
  z-index: 999;
}

.ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border-bottom-color: #eee;
  padding: 0 10px;
}

.ui-dialog .ui-dialog-title {
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -16px;
  margin-right: 4px;
}

.ui-dialog-titlebar-close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 .4em 0 0;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: right;
  border-top: 1px solid #eee;
  margin-top: 13px;
  padding: 19px 15px 20px;
}

.ui-autocomplete {
  z-index: 905 !important;
}

.the-price {
  background-color: #dcdcdc2b;
  margin: 0;
  padding: 20px;
  box-shadow: 0 1px #dcdcdc, inset 0 1px #fff;
}

.the-price h1 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.subscript {
  color: #999;
  font-size: 21px;
}

.ribbon {
  position: absolute;
  top: -4px;
  right: 9px;
}

.pricing-big {
  border: none !important;
}

.pricing-big .panel-heading {
  border-radius: 5px 5px 0 0;
}

.pricing-big .panel-title {
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.pricing-big .the-price {
  color: #fff;
  text-align: center;
  background: #333;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.pricing-big .subscript {
  color: #999;
  margin-left: 5px;
  font-size: 18px;
}

.price-features {
  background: #fafafa;
  min-height: 230px;
  padding: 20px 15px;
  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 {
  border-radius: 3px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
}

.pricing-big .panel-footer .btn span {
  font-style: italic;
  font-weight: normal;
}

.pricing-big .panel-footer {
  background-color: #f2f2f2 !important;
}

.pricing-big .panel-footer > div {
  padding: 15px 0 10px;
  font-size: 13px;
  display: block;
}

.pricing-big table {
  text-align: left;
  background: #fafafa;
  height: 230px;
  padding: 20px 15px;
}

.pace {
  -webkit-user-select: none;
  user-select: none;
  -webkit-pointer-events: none;
  pointer-events: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  -o-transition: width 1s;
  z-index: 2000;
  background: #3276b1;
  height: 2px;
  transition: width 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.pace .pace-progress-inner {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

.pace .pace-activity {
  -ms-animation: pace-spinner .4s linear infinite;
  z-index: 2000;
  border: 2px solid #0000;
  border-color: #29d #0000 #0000 #29d;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  animation: .4s linear infinite pace-spinner;
  display: block;
  position: fixed;
  top: 63px;
  right: 40px;
}

.smart-rtl .pace .pace-activity {
  left: 40px;
  right: auto;
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#chat-container *, #chat-container :after, #chat-container :before {
  box-sizing: content-box;
}

#chat-container input[type="text"] {
  box-sizing: border-box;
}

#chat-container {
  -o-transition-duration: .25s;
  z-index: 2;
  background: #fff;
  border-left: 1px solid #cdcecf;
  width: 250px;
  height: 270px;
  transition-duration: .25s;
  position: absolute;
  top: 0;
  right: -251px;
}

#chat-container:hover, #chat-container:hover .chat-list-open-close {
  border-color: #a7a7a7;
}

#chat-container.open {
  top: 0;
  right: 0;
}

#chat-container .chat-list-open-close {
  color: #868686;
  cursor: pointer;
  text-align: center;
  background: #f2f4f8;
  border: 1px solid #cdcecf;
  border-radius: 50% 0 0 50%;
  width: 25px;
  height: 25px;
  padding: 3px 1px 3px 5px;
  font-size: 21px;
  line-height: 22px;
  display: block;
  position: absolute;
  top: 7%;
  left: -32px;
  box-shadow: inset 0 .2em #0000000d;
  border-right: 1px solid #f2f4f8 !important;
}

#chat-container .chat-list-open-close b {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #ed1c24;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 10px;
  height: 10px;
  font-size: 9px;
  font-weight: normal;
  line-height: 9px;
  position: absolute;
  top: 3px;
  right: 0;
}

#chat-container.open .chat-list-open-close i:before {
  content: "" !important;
}

#chat-container.open .chat-list-open-close b {
  display: none;
}

#chat-container .chat-list-body {
  box-sizing: border-box;
  background: #f2f4f8;
  height: 217px;
  padding: 0;
  display: block;
  overflow: hidden scroll;
}

#chat-container #chat-users {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

#chat-container #chat-users li {
  margin-bottom: 3px;
  margin-left: 5px;
}

#chat-container #chat-users li a {
  box-sizing: border-box;
  color: #3d3d3d;
  vertical-align: middle;
  padding: 3px 8px 3px 3px;
  font-size: 13px;
  line-height: 33px;
  display: block;
  text-decoration: none !important;
}

#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;
  font-style: normal;
  line-height: 34px;
}

#chat-container #chat-users li a i.last-online {
  letter-spacing: -1px;
  font-size: 12px;
}

#chat-container .chat-list-footer {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}

#chat-container .chat-list-footer input[type="text"] {
  border: 1px solid #bababa !important;
}

#chat-container .control-group {
  padding: 0;
}

.chat-body {
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #fafafa 0%, #fff 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #fff 100%);
  -moz-box-shadow: inset -2px -2px 5px #0000000a;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#fafafa", endColorstr= "#ffffff", GradientType= 0);
  background: linear-gradient(#f5fcff 0%, #fff 100%);
  border: 1px solid #fff;
  border-top: none;
  height: 270px;
  padding: 10px;
  display: block;
  overflow: hidden scroll;
  box-shadow: inset 2px 2px 5px #0000000a;
}

.chat-body ul {
  margin: 0;
  padding: 0;
}

.chat-body li.message {
  margin: 20px 20px 0;
  display: block;
  position: relative;
}

.chat-body li:first-child {
  margin-top: 10px;
}

.chat-body li.message img {
  border-left: 4px solid #fff;
  display: inline-block;
  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 {
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 65px;
  padding: 0;
  line-height: normal;
  display: inline-block;
}

.chat-body li.message .message-text time {
  color: #afafaf;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 1px;
  right: 0;
}

.chat-body li.message .message-text .chat-file:nth-child(3) {
  margin-top: 15px;
}

.chat-body li.message .message-text .chat-file {
  box-sizing: border-box;
  text-align: right;
  background: #0000000d;
  border: 1px dotted #ddd;
  border-radius: 4px;
  margin: 3px 0;
  padding: 4px;
  display: block;
}

.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 {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
  font-style: italic;
  overflow: hidden;
}

.chat-body li.message .message-text a.username {
  letter-spacing: -1px;
  vertical-align: top;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  text-decoration: none !important;
}

.profile-message {
  overflow: hidden;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  height: auto !important;
}

.profile-message li.message.message-reply {
  background: #f7f7f7;
  margin: 3px 0 0 20px;
  padding: 10px;
  margin-left: 85px !important;
}

.profile-message li.message img {
  width: 35px !important;
}

.profile-message li.message.message-reply .message-text {
  margin-left: 45px !important;
}

.profile-message .wall-comment-reply {
  margin-bottom: 20px;
  margin-left: 85px;
}

.chat-footer {
  box-sizing: border-box;
  background: #f8f8f8e6;
  border-top: 1px solid #0000001a;
  padding: 0 10px 15px;
  position: relative;
}

.textarea-div {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 10px 0 0;
}

.typearea {
  cursor: text;
  border-bottom: 1px solid #eee;
  max-height: 90px;
  padding: 5px 25px 5px 5px;
  position: relative;
  overflow: hidden auto;
}

.typearea textarea {
  -moz-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none;
  width: 100%;
  min-height: 61px;
  margin: 0;
  padding: 0;
  transition: height .2s;
  overflow: hidden;
  border-color: #0000 !important;
}

textarea.clone {
  visibility: hidden;
  position: absolute;
}

.textarea-controls {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  height: 43px;
  padding: 5px;
  line-height: 33px;
  display: block;
  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 {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}

.smart-form .btn {
  box-sizing: border-box;
}

.smart-form .radio + .radio, .smart-form .checkbox + .checkbox {
  margin-top: 0;
}

.smart-form footer .btn {
  cursor: pointer;
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px / 29px Open Sans, Helvetica, Arial, sans-serif;
}

.smart-form legend {
  padding-top: 15px;
}

.smart-form {
  color: #666;
  outline: none;
  margin: 0;
  position: relative;
}

.smart-form header {
  color: #232323;
  background: #fff;
  border-bottom: 1px dashed #0003;
  margin: 10px 14px 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.smart-form fieldset {
  background: #ffffffe6;
  border: none;
  padding: 25px 14px 5px;
  display: block;
  position: relative;
}

.smart-form fieldset + fieldset {
  border-top: 1px solid #0000001a;
}

.smart-form section {
  margin-bottom: 15px;
  position: relative;
}

.smart-form footer {
  background: #f8f8f8e6;
  border-top: 1px solid #0000001a;
  padding: 7px 14px 15px;
  display: block;
}

.smart-form footer:after {
  clear: both;
  content: "";
  display: table;
}

.smart-form .label {
  color: #333;
  text-align: left;
  white-space: normal;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  display: block;
}

.smart-form .label.col {
  margin: 0;
  padding-top: 7px;
}

.smart-form .note, .note {
  color: #999;
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
}

.note {
  margin-top: 2px;
  font-size: 10px;
}

.smart-form .note a {
  font-size: 13px;
}

.smart-form .input, .smart-form .select, .smart-form .textarea, .smart-form .radio, .smart-form .checkbox, .smart-form .toggle, .smart-form .button {
  font-weight: 400;
  display: block;
  position: relative;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  color: #404040;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  font: 13px / 32px Open Sans, Helvetica, Arial, sans-serif;
  display: block;
}

.smart-form .input-file .button {
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 22px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.smart-form .input-file .button:hover {
  box-shadow: none;
}

.smart-form .input-file .button input {
  cursor: pointer;
  opacity: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.smart-form .select i {
  pointer-events: none;
  background: #fff;
  width: 5px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 11px;
  box-shadow: 0 0 0 9px #fff;
}

.smart-form .select i:after, .smart-form .select i:before {
  content: "";
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  position: absolute;
  right: 0;
}

.smart-form .select i:after {
  border-top: 4px solid #404040;
  bottom: 0;
}

.smart-form .select i:before {
  border-bottom: 4px solid #404040;
  top: 0;
}

.smart-form .select-multiple select {
  height: auto;
}

.smart-form .textarea textarea {
  resize: none;
  height: auto;
}

.smart-form .textarea-resizable textarea {
  resize: vertical;
}

.smart-form .textarea-expandable textarea {
  height: 31px;
}

.smart-form .textarea-expandable textarea:focus {
  height: auto;
}

.smart-form .radio, .smart-form .checkbox {
  color: #404040;
  cursor: pointer;
  margin-bottom: 4px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 25px;
}

.smart-form .radio:last-child, .smart-form .checkbox:last-child {
  margin-bottom: 0;
}

.smart-form .radio input, .smart-form .checkbox input {
  position: absolute;
  left: -9999px;
}

.smart-form .radio i, .smart-form .checkbox i {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  outline: none;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.smart-form .radio i {
  border-radius: 50%;
}

.smart-form .radio input + i:after, .smart-form .checkbox input + i:after {
  -o-transition: opacity .1s;
  opacity: 0;
  transition: opacity .1s;
  position: absolute;
}

.smart-form .radio input + i:after {
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 4px;
  left: 4px;
}

.smart-form .checkbox input + i:after {
  content: "";
  text-align: center;
  width: 15px;
  height: 15px;
  font: 16px / 19px FontAwesome;
  top: -1px;
  left: 1px;
}

.smart-form .checkbox input:checked:hover + i:after {
  content: "";
}

.smart-form .checkbox input:checked:disabled:hover + i:after {
  content: "";
}

.smart-form .radio input:checked + i:after, .smart-form .checkbox input:checked + i:after {
  opacity: 1;
}

.smart-form .inline-group {
  margin: 0 -15px -4px 0;
}

.smart-form .inline-group:after {
  clear: both;
  content: "";
  display: table;
}

.smart-form .inline-group .radio, .smart-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}

.smart-form .inline-group .radio:last-child, .smart-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

.smart-form .toggle {
  color: #404040;
  cursor: pointer;
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
}

.smart-form .toggle:last-child {
  margin-bottom: 0;
}

.smart-form .toggle input {
  position: absolute;
  left: -9999px;
}

.smart-form .toggle i {
  content: "";
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  width: 49px;
  height: 17px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}

.smart-form .toggle i:after {
  color: #5f5f5f;
  content: attr(data-swchoff-text);
  text-align: left;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  position: absolute;
  top: 2px;
  left: 8px;
  right: 8px;
}

.smart-form .toggle i:before {
  -o-transition: right .2s;
  content: "";
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  transition: right .2s;
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
}

.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 {
  color: #404040;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
}

.smart-form .rating:last-child {
  margin-bottom: 0;
}

.smart-form .rating input {
  position: absolute;
  left: -9999px;
}

.smart-form .rating label {
  cursor: pointer;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  display: block;
}

.smart-form .button {
  color: #fff;
  cursor: pointer;
  float: right;
  border: 0;
  outline: none;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 25px;
  font: 300 15px / 31px Open Sans, Helvetica, Arial, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.smart-form .icon-append, .smart-form .icon-prepend {
  text-align: center;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 5px;
}

.smart-form .icon-append {
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 3px;
  right: 5px;
}

.smart-form .icon-prepend {
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 3px;
  left: 5px;
}

.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 {
  clear: both;
  content: "";
  display: table;
}

.smart-form .col {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  -o-transition: margin .3s, opacity .3s;
  color: #fff;
  opacity: 0;
  z-index: 99999;
  background: #000000e6;
  padding: 2px 8px 3px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  transition: margin .3s, opacity .3s;
  position: absolute;
  left: -9999px;
}

.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 {
  margin-bottom: 15px;
  bottom: 100%;
}

.smart-form .tooltip-top-right:after {
  border-top: 4px solid #000000e6;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 100%;
  right: 11px;
}

.smart-form .input input:focus + .tooltip-top-right, .smart-form .textarea textarea:focus + .tooltip-top-right {
  margin-bottom: 5px;
  left: auto;
  right: 0;
}

.smart-form .tooltip-top-left {
  margin-bottom: 15px;
  bottom: 100%;
}

.smart-form .tooltip-top-left:after {
  border-top: 4px solid #000000e6;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 100%;
  left: 11px;
}

.smart-form .input input:focus + .tooltip-top-left, .smart-form .textarea textarea:focus + .tooltip-top-left {
  margin-bottom: 5px;
  left: 0;
  right: auto;
}

.smart-form .tooltip-right {
  white-space: nowrap;
  margin-left: 15px;
  top: 4px;
}

.smart-form .tooltip-right:after {
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  border-right: 4px solid #000000e6;
  top: 6px;
  right: 100%;
}

.smart-form .input input:focus + .tooltip-right, .smart-form .textarea textarea:focus + .tooltip-right {
  margin-left: 5px;
  left: 100%;
}

.smart-form .tooltip-left {
  white-space: nowrap;
  margin-right: 15px;
  top: 4px;
}

.smart-form .tooltip-left:after {
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  border-left: 4px solid #000000e6;
  top: 6px;
  left: 100%;
}

.smart-form .input input:focus + .tooltip-left, .smart-form .textarea textarea:focus + .tooltip-left {
  margin-right: 5px;
  left: auto;
  right: 100%;
}

.smart-form .tooltip-bottom-right {
  margin-top: 15px;
  top: 100%;
}

.smart-form .tooltip-bottom-right:after {
  border-bottom: 4px solid #000000e6;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  bottom: 100%;
  right: 11px;
}

.smart-form .input input:focus + .tooltip-bottom-right, .smart-form .textarea textarea:focus + .tooltip-bottom-right {
  margin-top: 5px;
  left: auto;
  right: 0;
}

.smart-form .tooltip-bottom-left {
  margin-top: 15px;
  top: 100%;
}

.smart-form .tooltip-bottom-left:after {
  border-bottom: 4px solid #000000e6;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  bottom: 100%;
  left: 11px;
}

.smart-form .input input:focus + .tooltip-bottom-left, .smart-form .textarea textarea:focus + .tooltip-bottom-left {
  margin-top: 5px;
  left: 0;
  right: auto;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
  -o-transition: border-color .3s;
  border-color: #bdbdbd;
  transition: border-color .3s;
}

.smart-form .toggle i:before {
  background-color: #3276b1;
}

.smart-form .rating label {
  -o-transition: color .3s;
  color: #ccc;
  transition: color .3s;
}

.smart-form .button {
  -o-transition: opacity .2s;
  opacity: .8;
  background-color: #3276b1;
  transition: opacity .2s;
}

.smart-form .button.button-secondary {
  background-color: #b3b3b3;
}

.smart-form .icon-append, .smart-form .icon-prepend {
  color: #a2a2a2;
}

.smart-form .input:hover input, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .radio:hover i, .smart-form .checkbox:hover i, .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 .radio:hover i, .smart-form .checkbox:hover i, .smart-form .toggle:hover i {
  box-shadow: inset 0 1px 1px #0000001a;
}

.smart-form .radio:active i, .smart-form .checkbox:active i, .smart-form .toggle:active i {
  background: #f0f0f0;
  box-shadow: inset 0 1px 1px #0000001a;
}

.smart-form .input input:focus, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .radio input:focus + i, .smart-form .checkbox input:focus + i, .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 .radio input:checked + i, .smart-form .checkbox input:checked + i, .smart-form .toggle input:checked + i {
  border-color: #3276b1;
}

.smart-form .rating input:checked ~ label {
  color: #3276b1;
}

.smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .radio.state-error i, .smart-form .checkbox.state-error i, .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 {
  color: #d56161;
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  font-style: normal;
  line-height: 15px;
  display: block;
}

.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 .state-success input, .smart-form .state-success select, .smart-form .state-success textarea, .smart-form .radio.state-success i, .smart-form .checkbox.state-success i, .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 .input.state-disabled input, .smart-form .select.state-disabled, .smart-form .textarea.state-disabled, .smart-form .radio.state-disabled, .smart-form .checkbox.state-disabled, .smart-form .toggle.state-disabled, .smart-form .button.state-disabled {
  cursor: default !important;
  opacity: .6 !important;
}

.smart-form .input.state-disabled:hover input, .smart-form .select.state-disabled:hover select, .smart-form .textarea.state-disabled:hover textarea, .smart-form .radio.state-disabled:hover i, .smart-form .checkbox.state-disabled:hover i, .smart-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5 !important;
}

.smart-form .state-disabled.radio input:checked + i, .smart-form .state-disabled.checkbox input:checked + i, .smart-form .state-disabled.toggle input:checked + i, .smart-form .state-disabled.checkbox input + i:after, .smart-form .state-disabled.radio input + i:after {
  color: #333 !important;
  border-color: #e5e5e5 !important;
}

.smart-form .state-disabled.radio input + i:after {
  background-color: #333;
}

.smart-form .message {
  color: #6fb679;
  display: none;
}

.smart-form .message i {
  border: 1px solid #6fb679;
  border-radius: 50%;
  width: 81px;
  height: 81px;
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 81px;
  display: block;
}

.smart-form.submited fieldset, .smart-form.submited footer {
  display: none;
}

.smart-form.submited .message {
  text-align: center;
  background: #ffffffe6;
  padding: 25px 30px;
  font: 300 18px / 27px Open Sans, Helvetica, Arial, sans-serif;
  display: block;
}

.smart-form .ui-widget-content .ui-spinner-input {
  border: 0;
  height: 29px;
  margin: 0;
  box-shadow: none !important;
}

.smart-form-modal {
  z-index: 1;
  width: 400px;
  display: none;
  position: fixed;
}

.smart-form-modal-overlay {
  background: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  clear: left;
  float: 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: none;
  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 {
  clear: right;
  float: 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;
  font-size: 12px;
  line-height: 15px;
}

.smart-form select.input-sm + i {
  height: 10px;
}

.smart-form select.input-lg {
  height: 44px;
  font-size: 17px;
  line-height: 22px;
}

.smart-form select.input-lg + i {
  height: 11px;
  top: 17px;
}

.smart-form .checkbox input + input[type="hidden"] + i:after {
  content: "";
  text-align: center;
  width: 15px;
  height: 15px;
  font: 16px / 19px FontAwesome;
  top: -1px;
  left: 1px;
}

.smart-form .checkbox input:checked:hover + input[type="hidden"] + i:after {
  content: "";
}

.smart-form .checkbox input:checked:disabled:hover + input[type="hidden"] + i:after {
  content: "";
}

.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 {
  color: #fff;
  letter-spacing: -4px;
  text-shadow: 0 1px #ccc, 0 2px #bfbfbf, 0 3px #bbb, 0 4px #b9b9b9, 0 5px #aaa, 0 6px 1px #0000001a, 0 0 5px #0000001a, 0 1px 3px #0000004d, 0 3px 5px #0003, 0 5px 10px #00000040, 0 10px 10px #0003, 0 20px 20px #00000026;
  margin-bottom: 30px;
  font-size: 700%;
  font-weight: 400;
}

.error-search {
  width: 300px;
  margin: 0 auto 20px;
}

.error-icon-shadow {
  text-shadow: 0 1px #803838, 0 2px #a85d5d, 0 3px #b86565, 0 4px #d86f6f, 0 5px #b3a5a5, 0 6px 1px #8333331a, 0 0 5px #661e1e1a, 0 1px 3px #5f0f0f4d, 0 3px 5px #64171733, 0 5px 10px #721e1e40, 0 10px 10px #5e0f0f33, 0 20px 20px #79262626;
}

.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 {
  background-clip: padding-box;
  border-width: 0;
  height: 71px;
  min-height: 28px;
  margin: 0;
  padding: 0 30px;
  overflow: hidden;
  background: #f4f4f4 !important;
  border-bottom: 1px solid #eee !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;
  vertical-align: middle;
  line-height: 71px;
  display: block;
}

#extr-page-header-space > :first-child {
  vertical-align: -3px;
  margin-right: 14px;
  font-size: 13px;
  font-weight: 400;
}

#extr-page-header-space .btn {
  text-transform: uppercase;
  font-weight: bold;
}

#extr-page-header-space > * {
  display: inline-block;
}

#extr-page #main {
  background: #fff;
  margin: 0;
}

#extr-page .hero {
  float: left;
  background-image: url("../img/gradient/login.png");
  background-position: 0 137px;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
}

#extr-page h4.paragraph-header {
  color: #565656;
  width: 270px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}

#extr-page h5.about-heading {
  color: #565656;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

#extr-page .login-header-big {
  font-weight: 400;
}

#extr-page .login-desc-box-l {
  width: 50%;
  min-height: 350px;
}

#extr-page .login-app-icons {
  vertical-align: top;
  width: 300px;
  margin-top: 90px;
}

@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 {
  max-width: 600px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  display: block;
  position: relative;
}

.dd-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
  min-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;
}

.dd-handle {
  color: #333;
  background: #fbfbfb;
  border: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 7px 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  cursor: pointer;
  float: left;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: none;
  border: 0;
  width: 25px;
  height: 20px;
  margin: 7px 10px;
  padding: 0;
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 22px !important;
}

.dd-item > button:before {
  color: #0091d9;
  content: "";
  text-align: center;
  text-indent: 0;
  width: 100%;
  display: block;
  position: absolute;
}

.dd-item > button[data-action="collapse"]:before {
  color: #a90329;
  content: "";
}

.dd-placeholder, .dd-empty {
  box-sizing: border-box;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  min-height: 30px;
  margin: 5px 0;
  padding: 0;
}

.dd-empty {
  background-color: #eee;
  background-image: linear-gradient(45deg, #fff 25%, #0000 25% 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, #0000 25% 75%, #fff 75%, #fff);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
  border: 1px dashed #bbb;
  min-height: 100px;
}

.dd-dragel {
  pointer-events: none;
  z-index: 9999;
  position: absolute;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px #0000001a;
}

.nestable-lists {
  clear: both;
  border: 2px solid #bfbfbf;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 30px 0;
  display: block;
}

#nestable-menu {
  margin: 10px 0 20px;
  padding: 0;
}

#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 {
  color: #333;
  background: #fbfbfb;
  border: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 6px 10px 8px 40px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 38px;
}

.dd3-handle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  color: #0000;
  cursor: move;
  text-indent: 100%;
  white-space: nowrap;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  border: 1px solid #aaa;
  width: 30px;
  margin: 0;
  padding: 8px 15px;
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dd3-handle:before {
  color: #818181;
  content: "";
  text-align: center;
  text-indent: 0;
  width: 100%;
  font-weight: normal;
  line-height: 28px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.dd3-handle:hover:before {
  color: #c27616;
}

.dd-handle:hover + .dd-list .dd-handle, .dd-handle:hover {
  border: 1px solid #faa937;
  color: #333 !important;
  background: #fddfb3 !important;
}

.dd-handle > span {
  color: #777;
  font-size: 13px;
}

.dd-dragel > .dd-item > .dd-handle {
  border-left-width: 4px;
}

.dd-dragel > li.dd-item.dd3-item {
  z-index: 999;
  position: relative;
  top: 10px;
  left: 10px;
}

#calendar-container {
  position: relative;
}

html .fc, .fc table {
  font-size: 12px;
}

.dt-header.calender-spacer {
  height: 46px;
  display: block;
}

.jarviswidget #calendar {
  margin-top: -18px;
}

.fc-widget-header, .fc-widget-content {
  border-right: none;
}

.jarviswidget th:first-child, .jarviswidget td:first-child {
  border-left: none;
}

.jarviswidget th:last-child, .jarviswidget td:last-child {
  border-right: none;
}

.jarviswidget tbody tr:last-child td {
  border-bottom: none;
}

.jarviswidget .fc-toolbar .fc-left {
  float: none;
}

.jarviswidget .fc-toolbar {
  margin-bottom: 0;
}

.jarviswidget .fc-toolbar h2 {
  text-shadow: 0 1px #fff;
  margin-top: -12px;
  margin-bottom: 9px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.fc-time, .fc-title {
  box-sizing: border-box;
  padding: 3px 2px 2px 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

.fc-axis {
  font-weight: normal;
}

#calendar-buttons {
  position: absolute;
  top: 5px;
  right: 14px;
}

td.fc-other-month, .dropzone {
  background-color: #fafcfd;
  background-image: -moz-linear-gradient(135deg, #00000008 25%, #0000 25% 50%, #00000008 50% 75%, #0000 75%, #0000);
  background-image: -ms-linear-gradient(135deg, #00000008 25%, transparent 25%, transparent 50%, #00000008 50%, #00000008 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #00000008 25%, #0000 25% 50%, #00000008 50% 75%, #0000 75%, #0000);
  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 {
  cursor: move;
  padding: 5px 10px 10px;
  display: block;
}

#external-events > li > :first-child:after {
  color: #ffffffb3;
  content: attr(data-description);
  text-transform: lowercase;
  margin: 7px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  display: block;
}

.table-wrap {
  overflow: auto;
}

.inbox-body {
  position: relative;
}

.inbox-body .table-wrap {
  background: #fff;
  margin-left: 200px;
  padding: 10px 14px 7px;
  position: relative;
  overflow-x: hidden;
}

.inbox-body.no-content-padding {
  background: #fff;
  margin-top: 0;
  overflow: hidden;
}

.inbox-nav-bar {
  background: #fff;
  height: 70px;
  margin-bottom: 0;
  padding: 20px 14px;
}

.inbox-nav-bar .page-title {
  vertical-align: middle;
  width: 196px;
  margin: 0;
  line-height: 33px;
  display: inline-block;
}

.inbox-footer {
  position: absolute;
  bottom: -53px;
}

.inbox-paging, .inbox-footer .btn-group {
  margin-left: 10px;
}

#inbox-table {
  border-top: none;
  font-size: 13px;
  border-left-color: #0000 !important;
  border-right-color: #0000 !important;
}

#inbox-table tbody tr:hover {
  cursor: pointer;
  background: #e4e4e4;
}

#inbox-table tr td {
  border-left: none;
  border-right: 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 .radio, #inbox-table .checkbox {
  margin-top: -1px;
  margin-bottom: 0;
}

.inbox-table-icon, .inbox-data-attachment {
  text-align: left;
  width: 28px;
  padding-left: 12px !important;
  padding-right: 0 !important;
}

.inbox-data-from {
  width: 200px;
}

.inbox-data-from > :first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  display: block;
  overflow: hidden;
}

.inbox-data-date {
  width: 80px;
  padding-left: 7px !important;
  padding-right: 0 !important;
}

.inbox-data-message > :first-child {
  color: #8a8a8a;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 27px;
  overflow: hidden;
}

.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-message > :first-child > :first-child, .unread .inbox-data-from > :first-child, .unread .inbox-data-date > :first-child {
  font-weight: bold;
}

tr.highlight td, tr.unread.highlight td {
  color: #333;
  background: #ffc !important;
}

.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 {
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  background: #fff;
  width: 200px;
  height: 100%;
  padding: 10px 0 10px 14px;
  display: block;
  position: absolute;
}

.inbox-side-bar::-webkit-scrollbar {
  width: 0 !important;
}

.inbox-side-bar h6 {
  color: #838383;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.inbox-side-bar h6 a {
  margin-top: -2px;
  font-size: 14px;
}

.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 {
  width: 185px;
  display: block;
}

.inbox-space > .progress {
  margin-top: 5px;
}

.inbox-menu-lg {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.inbox-menu-lg li a {
  color: #333;
  padding: 6px 15px 7px;
  font-size: 13px;
  display: block;
}

.inbox-menu-lg li {
  width: 100%;
  display: block;
}

.inbox-menu-lg li a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.inbox-menu-lg li.active a {
  color: #3276b1;
  background: #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inbox-menu-sm {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.inbox-menu-sm li a {
  color: #333;
  padding: 8px 15px 10px;
  font-size: 13px;
  display: block;
}

.inbox-menu-sm li {
  width: 100%;
  display: block;
}

.inbox-menu-sm li a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.inbox-menu-sm li.active a {
  color: #3276b1;
  background: #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.email-open-header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #bfbfbf;
  margin: -10px 0 0;
  padding: 15px 3px;
  font-size: 20px;
}

.email-open-header > span {
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: middle;
  background: #acacac;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 33px;
}

.inbox-info-bar {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
}

.inbox-info-bar img {
  vertical-align: middle;
  border-left: 3px solid #fff;
  width: 35px;
  height: auto;
  margin-left: 2px;
  margin-right: 7px;
  display: inline-block;
}

.inbox-message, .inbox-download {
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 4px;
}

.inbox-download-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.inbox-download-list li {
  vertical-align: top;
  margin: 0 5px 0 0;
  display: inline-block;
}

.inbox-download-list li > :first-child {
  width: 150px;
  margin-bottom: 0;
  overflow: hidden;
}

.inbox-download-list li > :first-child:hover {
  background: #fff;
  border-color: silver;
}

.inbox-download-list li > :first-child > :first-child {
  color: #d6d6d6;
  text-align: center;
  display: block;
}

.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 {
  background: #f5f5f5;
  border-bottom: 1px solid #a9a9a9;
  padding: 10px;
}

.inbox-info-bar, .inbox-message, .inbox-download, .inbox-compose-footer {
  margin-right: 240px;
  position: relative;
}

.email-infobox {
  border-bottom: 1px solid #bfbfbf;
  width: 180px;
  padding-top: 15px;
  padding-bottom: 0;
  display: block;
  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, .inbox-info-bar .select2-selection--multiple {
  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 {
  text-align: right;
  font-style: normal;
  position: absolute;
  top: 6px;
  right: 20px;
}

.email-reply-text > div {
  color: #a9a9a9;
  border-left: 1px solid #d6d6d6;
  margin-left: 50px;
  padding-left: 10px;
}

.inbox-body .note-editor .note-editable {
  height: 100% !important;
}

.email-reply-text > :first-child {
  padding-left: 45px;
}

@media (max-width: 1280px) {
  .inbox-info-bar, .inbox-message, .inbox-compose-footer {
    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 [data-event="showHelpDialog"], #inbox-content [data-event="codeview"], #inbox-content .note-insert {
  display: none !important;
}

#inbox-content [data-event="fullscreen"] {
  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 {
  text-align: right;
  z-index: 4;
  border: 5px solid #fff;
  border-radius: 0%;
  max-width: 100px;
  margin-bottom: -30px;
  display: inline-block;
  position: relative;
  top: -30px;
  left: 10px;
}

.profile-carousel .carousel-inner {
  max-height: 150px;
}

.friends-list li {
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 0;
}

.friends-list img {
  border: 1px solid #fff;
  outline: 1px solid #bfbfbf;
  width: 35px;
}

.profile-link-btn {
  color: #999;
  font-size: 14px;
}

time.icon {
  background-color: #fff;
  border-radius: 7px;
  width: 35px;
  height: 43px;
  margin: 3px auto;
  font-size: 14px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px #bdbdbd, 0 2px #fff, 0 3px #eee9e9, 0 4px #fff, 0 5px #fff, 0 0 0 1px #d3d3d3;
}

time.icon * {
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  display: block;
}

time.icon strong {
  color: #fff;
  background-color: #3a3633;
  border-radius: 6px 6px 0 0;
  padding: 2px 0;
  position: absolute;
  top: 0;
  box-shadow: 0 2px #3a3633;
}

time.icon em {
  color: #3276b1;
  position: absolute;
  bottom: 3px;
}

time.icon span {
  color: #2f2f2f;
  letter-spacing: -.05em;
  width: 100%;
  padding-top: 21px;
  font-size: 15px;
}

.user {
  text-overflow: ellipsis;
  float: left;
  white-space: nowrap;
  width: 170px;
  margin: 0 15px 15px 0;
  display: block;
  overflow: hidden;
}

.user img {
  float: left;
  width: 35px;
  margin-right: 5px;
}

.user .email {
  text-overflow: ellipsis;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
}

.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-size: 14px;
  font-style: normal;
}

.search-results img {
  width: 80px;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
}

.search-results > div {
  vertical-align: top;
  display: inline-block;
}

.search-results .note {
  margin: 0;
  line-height: normal;
}

.search-results .note a {
  color: #333;
  text-decoration: none !important;
}

.search-results .note a:hover {
  color: #ed1c24;
}

.todo-group-title {
  color: #999;
  background: #fafafa;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 31px;
}

.todo {
  min-height: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.todo > li {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=") 1px 11px no-repeat;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.todo > li:last-child, .todo > li:only-child {
  border-bottom: none;
}

.todo > li > :first-child {
  vertical-align: top;
  border-right: 1px solid #ffe1eb;
  width: 20px;
  height: 100%;
  padding: 6px 11px 6px 18px;
  display: block;
  position: absolute;
}

.todo > li > :first-child:hover {
  cursor: move;
}

.todo > li.complete > :first-child:hover {
  cursor: default;
}

.todo > li.complete {
  background: none;
}

.todo > li > p {
  color: #333;
  border-left: 1px solid #ffe1eb;
  height: 100%;
  min-height: 37px;
  margin-bottom: 0;
  margin-left: 52px;
  padding: 8px 0 6px 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}

.todo > li > p > span {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  display: block;
}

.todo > li > p > :first-child {
  color: #999;
  margin-top: -5px;
  margin-bottom: 4px;
}

.todo > li > p > .date {
  color: #bfbfbf;
}

.todo > li.complete > * {
  font-style: italic;
  text-decoration: line-through;
}

.todo > li.ui-sortable-helper {
  background: #71843f1a;
  border-top: 1px solid #eee;
}

.smart-timeline {
  position: relative;
}

.smart-timeline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-timeline-list:after {
  content: " ";
  z-index: 1;
  background-color: #eee;
  width: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 95px;
}

.smart-timeline-list li {
  margin: 0;
  padding: 15px 0;
  position: relative;
}

.smart-timeline-list > li:hover {
  background-color: #f4f4f4;
}

.smart-timeline-hover li:hover {
  background-color: #f9f9f9;
}

.smart-timeline-icon {
  color: #fff;
  text-align: center;
  z-index: 100;
  background: #3276b1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 2px;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: 80px;
}

.smart-timeline-icon > img {
  border: 2px solid #3276b1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-top: -2px;
  margin-left: -2px;
}

.smart-timeline-time {
  float: left;
  text-align: right;
  width: 70px;
}

.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 {
  border-bottom-color: #f1f1f1;
  font-size: 17px;
  font-weight: normal;
}

.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 {
  margin-top: 2px;
  font-size: 13px;
  display: block;
}

.table-forum tr td > i {
  margin-top: 4px;
  padding-left: 10px;
}

.table-forum tr.locked h4 > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.table-forum tr.closed h4 > a {
  color: #848484;
  cursor: not-allowed;
  text-decoration: line-through;
}

.forum-attachment {
  margin-top: 20px;
  display: block;
}

.ajax-loading-error {
  text-align: center;
  margin-top: 70px;
  font-size: 23px;
  font-weight: bold;
  display: block;
}

.ajax-notifications .ajax-loading-error {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}

.ajax-notifications .ajax-loading-animation {
  text-align: center;
  margin-top: 70px;
  font-size: 15px;
}

.project-members a {
  border-radius: 0;
  margin: 0 3px 0 0;
  display: inline-block;
  overflow: hidden;
}

.smart-rtl.project-members a {
  margin: 0 0 0 3px;
}

.project-members img {
  border-radius: 0;
  width: 25px;
}

.projects-table > tbody > tr > td {
  padding: 7px 10px 3px !important;
}

.status .who {
  border-bottom: 1px solid #00000012;
  padding: 20px;
}

.status .who img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.status .who .name {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: block;
}

.status .who .name b {
  color: #57889c;
}

.status .who .from {
  opacity: .7;
  font-size: 12px;
}

.status .text {
  padding: 20px;
  font-size: 13px;
  line-height: 1.82em;
}

.status .image {
  padding: 20px;
}

.status .image img {
  width: 100%;
}

.status .links {
  background: #fafafa;
  border-top: 1px solid #00000012;
  margin: 0;
  padding: 15px 20px;
}

.status .links .fa {
  color: inherit;
  margin-right: 2px;
  font-size: 14px;
}

.status .links li {
  padding-right: 20px;
  display: inline;
}

.status .comments {
  border-top: 1px solid #00000012;
  padding: 0 20px;
  font-size: 13px;
}

.status .comments li {
  border-bottom: 1px solid #00000012;
  padding: 15px 0 15px 40px;
  display: block;
  position: relative;
}

.status .comments li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}

.status .comments img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

.status .comments .name {
  opacity: .8;
  font-weight: 600;
  display: block;
}

.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: 1px solid #ddd;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  width: calc(100% - 10px);
  margin: 10px 5px;
  padding: 0 16px 16px;
  font-family: Helvetica Neue, Roboto, Segoe UI, Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  box-shadow: 0 1px 3px #00000026;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
}

blockquote.twitter-tweet a:hover, blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.product-content {
  background: #fff;
  border: 1px solid #dfe5e9;
  margin-top: 12px;
  margin-bottom: 20px;
}

.product-content .carousel-control.left {
  margin-left: 0;
}

.product-content .product-image {
  background-color: #fff;
  min-height: 238px;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-content .product-deatil {
  background: #fff;
  border-bottom: 1px solid #dfe5e9;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 16px;
  position: relative;
}

.product-content .product-deatil h5 a {
  color: #2f383d;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.product-content .product-deatil h5 a span {
  color: #9aa7af;
  font-size: 13px;
  display: block;
}

.product-content .product-deatil p.price-container span {
  line-height: 15px;
}

.product-content .product-deatil span.tag1 {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 13px 0;
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.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 {
  background: #fff;
  padding: 10px 14px 16px 19px;
  font-size: 12.5px;
  line-height: 20px;
}

.product-content .product-info {
  padding: 11px 19px 10px 20px;
}

.product-content .product-info a.add-to-cart {
  color: #2f383d;
  padding-left: 16px;
  font-size: 13px;
}

.product-content name.a {
  margin-left: 16px;
  padding: 5px 10px;
}

.product-info.smart-form .btn {
  margin-top: -10px;
  margin-left: 12px;
  padding: 6px 12px;
}

.product-entry .product-deatil {
  border-bottom: 1px solid #dfe5e9;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 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;
  font-size: 13px;
  display: block;
}

.product-entry .product-deatil p.price-container span {
  line-height: 15px;
}

.load-more-btn {
  background-color: #21c2f8;
  border-top: 2px solid #0cf;
  border-bottom: 2px solid #037ca5;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
  padding: 9px 0;
}

.product-block .product-deatil p.price-container span, .product-content .product-deatil p.price-container span, .product-entry .product-deatil p.price-container span, .shopping-items table tbody tr td p.price-container span, .shipping 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 {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 10px 0;
  font-size: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.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 {
  text-align: center;
  background: #a90329;
  border-radius: 50%;
  width: 19px;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  top: -7px;
  left: -7px;
  box-shadow: inset 1px 1px #0000001a, inset 0 -1px #00000012;
  padding: 2px 4px 3px !important;
}

.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.right, .product-deatil .carousel-control.left {
  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 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.product-deatil .price-container small {
  font-size: 12px;
}

.product-deatil .fa-2x {
  font-size: 16px !important;
}

.product-deatil .fa-2x > h5 {
  margin: 0;
  font-size: 12px;
}

.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 {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 13px 19px;
  display: inline-block;
}

.product-deatil .certified ul li:first-child {
  border-right: none;
}

.product-deatil .certified ul li a {
  color: #6d7a83;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.product-deatil .certified ul li a span {
  color: #21c2f8;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.product-deatil .message-text {
  width: calc(100% - 70px);
}

@media only screen and (min-width: 1024px) {
  .product-content .product-image {
    border-right: 1px solid #dfe5e9;
    margin-right: -13px;
  }

  .product-content .product-info {
    position: relative;
  }

  .product-content .product-info, .product-content .description, .product-content .product-deatil {
    margin-left: -13px;
  }

  .product-deatil.product-content .product-info, .product-deatil.product-content .description, .product-deatil.product-content .description {
    margin-left: 0;
  }
}

html {
  background: #fff url("../img/mybg.png");
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  direction: ltr;
  background: #fff url("../img/mybg.png");
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body.mobile-view-activated.hidden-menu {
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden !important;
}

a:hover, a:active, a:focus, button, button:active, button:focus, object, embed {
  outline: 0;
}

input::-moz-focus-inner {
  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 {
  color: #333;
  vertical-align: 1px;
  font-size: 16px;
  display: inline-block;
}

label {
  font-weight: normal;
}

:focus {
  outline: 0 !important;
}

a, input, button {
  -ms-touch-action: none !important;
}

textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9 ;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-sm, .input-lg, .input-xs, .form-control {
  border-radius: 0 !important;
}

.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.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-"] {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}

#content {
  padding: 10px 14px;
  position: relative;
}

body.container {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 70px #00000073;
}

body.container.hidden-menu:not(.mobile-view-activated) {
  overflow: hidden;
}

body.container.modal-open {
  padding: 0 !important;
}

h1 {
  letter-spacing: -1px;
  margin: 10px 0;
  font-size: 24px;
}

h1 small {
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 300;
}

.lead {
  font-size: 19px;
}

h2 {
  letter-spacing: -1px;
  margin: 20px 0;
  font-size: 22px;
  line-height: normal;
}

h3 {
  margin: 20px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

h4 {
  line-height: normal;
}

h5 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
}

h6 {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}

.row-seperator-header {
  color: #646464;
  border-bottom: none;
  margin: 15px 14px 20px;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.center-canvas, .center-child-canvas > canvas {
  margin: 0 auto !important;
  display: block !important;
}

.bordered {
  border: 1px solid #0003;
}

.bordered:hover {
  border: 1px solid #0006;
}

aside {
  background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
  min-height: 100%;
  display: block;
}

#header {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  z-index: 905;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  height: 49px;
  margin: 0;
  padding: 0 13px 0 0;
  display: block;
  position: relative;
}

#header > div {
  float: left;
  vertical-align: middle;
  height: 49px;
  display: inline-block;
}

#header > div.open {
  font-weight: bold;
}

.fixed-header #header {
  z-index: 905;
  border-bottom: 1px solid #0000004d;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: -11px 12px 23px #0000001a;
}

.fixed-header.fixed-ribbon #header {
  box-shadow: none;
  border-bottom: 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 {
  float: left;
  height: 39px;
  display: inline-block;
}

#logo-group span#activity {
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  color: #c4bab6;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin: 10px 0 0;
  padding: 2px;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  cursor: default !important;
  text-decoration: none !important;
}

#logo-group span#activity:hover {
  border: 1px solid #bfbfbf;
  transition: all;
  box-shadow: inset 0 0 4px 1px #00000014;
  cursor: pointer !important;
}

#logo {
  width: 175px;
  margin-top: 13px;
  margin-left: 9px;
  display: inline-block;
}

#logo img {
  width: 110px;
  height: auto;
  padding-left: 3px;
}

#activity b.badge {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #0091d9;
  border-radius: 50%;
  padding: 2px 4px 3px;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  box-shadow: inset 1px 1px #0000001a, inset 0 -1px #00000012;
}

#activity.active .badge {
  background: #006fa6 !important;
}

#project-context, .project-context {
  padding: 7px 13px 0;
  display: inline-block;
  position: relative;
}

#project-context > span, .project-context > span {
  display: block;
}

#project-context > :first-child, .project-context > :first-child {
  color: #bfbfbf;
  text-align: left;
  text-shadow: 0 0 1px #fff;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 10px;
  font-weight: bold;
  display: block;
}

#project-selector, .project-selector {
  color: #555;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  background: none;
  border: none;
  max-width: 97%;
  padding: 0;
  font-size: 14px;
}

#project-selector:hover, .project-selector:hover {
  color: #333;
}

.header-search {
  position: relative;
}

.header-search.pull-right {
  margin-left: 6px;
}

.header-search > input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  color: #404040;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 200px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: normal;
  display: block;
}

.header-search > button {
  color: #6d6a69;
  z-index: 2;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
}

#search-mobile {
  display: none;
}

#cancel-search-js {
  color: #fff;
  text-align: center;
  z-index: 3;
  background: #a90329;
  width: 30px;
  height: 29px;
  padding: 0;
  font-size: 17px;
  line-height: 29px;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none !important;
}

#header > :first-child, aside {
  width: 220px;
}

#left-panel {
  z-index: 904;
  padding-top: 49px;
  position: absolute;
  top: 0;
  left: 0;
}

#main {
  min-height: 500px;
  margin-left: 220px;
  padding: 0 0 52px;
  position: relative;
}

#ribbon {
  background: #474544;
  min-height: 40px;
  padding: 0 13px;
  position: relative;
}

#ribbon .breadcrumb {
  vertical-align: top;
  background: none;
  margin: 0;
  display: inline-block;
  padding: 11px 34px 11px 0 !important;
}

#ribbon .breadcrumb a, #ribbon .breadcrumb {
  color: #bbb !important;
  text-decoration: none !important;
}

#ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
  color: #e4e4e4;
}

.fixed-ribbon #ribbon {
  z-index: 901;
  position: fixed;
  top: 49px;
  left: 220px;
  right: 0;
}

.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;
  height: 100%;
  padding-bottom: 49px;
  overflow-y: auto;
}

.fixed-navigation nav > ul {
  width: 114%;
  height: 100%;
  padding-right: 15px;
  position: relative;
  overflow: hidden scroll;
}

.mobile-detected.fixed-navigation nav > ul {
  padding-right: 30px !important;
}

.minified.fixed-navigation nav {
  -webkit-overflow-scrolling: none;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.minified.fixed-navigation nav > ul {
  width: 100%;
  padding-right: 0;
  overflow: visible;
}

nav ul li a:active {
  background: #616161 !important;
}

nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: .5em;
  list-style: none;
  position: relative;
}

nav ul .active > a {
  position: relative;
  color: #fff !important;
}

nav ul li.active > a:before {
  color: #eee;
  content: "";
  width: 27px;
  height: 27px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: normal;
  display: block;
  position: absolute;
  right: -21px;
}

nav ul li.active.open > a:before {
  content: "";
}

nav > ul > li:last-child.open {
  border-bottom: 1px solid #ffffff26;
}

nav ul li a {
  color: #c0bbb7;
  padding: 10px 10px 10px 11px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  display: block;
  position: relative;
  text-decoration: none !important;
}

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 {
  color: #c0bbb7;
  cursor: not-allowed;
  opacity: .5;
}

nav ul b {
  float: right;
  margin-top: 2px;
  font-size: 11px;
}

nav ul span.menu-item-parent {
  margin: 0;
  padding: 0;
  display: inline-block;
}

nav ul li.open > a, nav ul li.open > a b {
  color: #fff !important;
}

nav > ul > li > a b {
  top: 10px;
  right: 10px;
  position: absolute !important;
}

nav > ul > li > a > i {
  text-align: center;
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

nav > ul > li > a > i > em {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background: #ed1c24;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  min-width: 13px;
  max-height: 13px;
  padding: 2px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  line-height: 8px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: -8px;
  right: -6px;
}

nav ul li li {
  border-bottom: none;
  position: relative;
}

nav > ul > li > ul:before {
  content: "";
  z-index: 1;
  border-left: 1px solid #7a7a7a;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
}

nav > ul ul li:before {
  content: "";
  z-index: 1;
  border-top: 1px solid #7a7a7a;
  width: 8px;
  display: block;
  position: absolute;
  top: 16px;
  left: 23px;
}

nav > ul ul ul li:before {
  content: "";
  border-top: 1px solid #0000;
  width: 18px;
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
}

nav > ul ul li a i {
  text-align: center !important;
  vertical-align: 0 !important;
  width: 18px !important;
  font-size: 14px !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 {
  background: #45454599;
  margin: 0;
  padding: 7px 0;
  display: none;
}

nav ul ul ul {
  background: none;
  padding: 0;
}

nav ul ul li {
  margin: 0;
  padding: 0;
}

nav ul ul li > a {
  outline: 0;
  padding-left: 42px;
  font-size: 14px;
  font-weight: normal;
}

nav ul ul li > a:hover {
  color: #fff;
  background-color: #454545cc;
}

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 {
  float: right;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  position: relative;
}

.header-dropdown-list > li {
  padding-right: 5px;
  display: inline-block;
}

.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 {
  padding: 10px 15px;
  display: block;
  text-decoration: none !important;
}

.smart-accordion-default .panel-heading, .panel-group .panel {
  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 > :first-child, .smart-accordion-default .panel-title > a.collapsed > .fa {
  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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  width: 50px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  box-sizing: content-box;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  border-color: #adadad #b3b3b3 #9e9e9e;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: block;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  box-sizing: border-box;
  color: #fff;
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}

.onoffswitch-inner:before {
  color: #fff;
  content: attr(data-swchon-text);
  text-align: left;
  text-shadow: 0 -1px #333;
  background-color: #3276b1;
  padding-left: 7px;
  box-shadow: inset 0 2px 6px #00000080, 0 1px 2px #0000000d;
}

.onoffswitch-inner:after {
  color: #555;
  content: attr(data-swchoff-text);
  text-align: right;
  text-shadow: 0 -1px #fff;
  background-color: #fff;
  padding-right: 7px;
  box-shadow: inset 0 2px 4px #00000026, 0 1px 2px #0000000d;
}

.onoffswitch-switch {
  box-sizing: content-box;
  background: #f4f4f4 -moz-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  background-repeat: repeat-x;
  border: 1px solid #9a9a9a;
  border-radius: 50px;
  width: 19px;
  height: 19px;
  margin: -2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  box-shadow: 1px 1px 4px #0000004d;
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  color: #a90329;
  text-align: center;
  text-shadow: 0 -1px #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: bold;
  line-height: 19px;
  display: block;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  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 #00000026, 0 1px 2px #0000000d;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
  color: #333;
  text-shadow: 0 1px #fff;
  background: #bfbfbf;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: linear-gradient(#bfbfbf, #f4f4f4);
  box-shadow: none !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
  border-color: #ababab #999 #878787 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #3276b1 #2a6395 #255681;
}

.onoffswitch + span, .onoffswitch-title {
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
}

.form-control {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form hr {
  border-color: #0000001a;
  margin: 20px -13px;
}

.form fieldset {
  background: #ffffffe6;
  border: none;
  display: block;
  position: relative;
}

fieldset {
  position: relative;
}

.form-actions {
  text-align: right;
  background: #f9f9f9e6;
  border-top: 1px solid #0000001a;
  margin: 25px -13px -13px;
  padding: 13px 14px 15px;
  display: block;
}

.well .form-actions {
  margin-bottom: -19px;
  margin-left: -19px;
  margin-right: -19px;
}

.well.well-lg .form-actions {
  margin-bottom: -24px;
  margin-left: -24px;
  margin-right: -24px;
}

.well.well-sm .form-actions {
  margin-bottom: -9px;
  margin-left: -9px;
  margin-right: -9px;
}

.popover-content .form-actions {
  border-radius: 0 0 3px 3px;
  margin: 0 -14px -9px;
  padding: 9px 14px;
}

.no-padding .form .form-actions {
  text-align: right;
  background: #f8f8f8e6;
  border-top: 1px solid #0000001a;
  margin: 25px 0 0;
  padding: 13px 14px 15px;
  display: block;
}

.form header, legend, .bootstrap-duallistbox-container label {
  color: #222;
  background: #fff;
  border-bottom: 1px dashed #0003;
  margin: 25px 0 20px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.no-padding .form header {
  margin: 25px 14px 0;
}

.form header:first-child {
  margin-top: 10px;
}

legend {
  background: none;
  margin-top: 0;
  font-weight: 400;
}

.input-group-addon {
  -o-transition: border-color .3s;
  -o-transition: background-color .3s;
  border-radius: 0;
  padding: 6px 10px;
  transition: background-color .3s;
}

.input-group-addon .fa {
  font-size: 14px;
}

.input-group-addon .fa-lg, .input-group-addon .fa-2x {
  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 {
  color: #fff;
  background-color: #72a0ce;
  border-color: #0091d9;
}

.has-warning input[type="text"], .has-warning input[type="text"] + .input-group-addon {
  border-color: #dbab57;
}

.has-warning input[type="text"] + .input-group-addon {
  color: #c09853;
  background-color: #faf2cc;
}

.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 {
  color: #fff;
  background-color: #e1c118;
}

.has-error .input-group-addon {
  color: #b94a48;
  background: #f2dede;
  border-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 {
  color: #b94a48;
  background-color: #f2dede;
}

.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 {
  color: #fff;
  background-color: #c05e5e;
}

.has-success input[type="text"]:focus + .input-group-addon {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}

.form fieldset .form-group:last-child, .form fieldset .form-group:last-child .note, .form .form-group:last-child, .form .form-group:last-child .note {
  margin-bottom: 0;
}

.note {
  color: #999;
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
}

.input-icon-right {
  position: relative;
}

.input-icon-right > i, .input-icon-left > i {
  color: #bfbfbf;
  font-size: 16px;
  position: absolute;
  top: 30%;
  right: 10px;
}

.input-icon-left > i {
  left: 24px;
  right: auto;
}

.input-icon-right .form-control {
  padding-right: 27px;
}

.input-icon-left .form-control {
  padding-left: 29px;
}

input[type="text"].ui-autocomplete-loading, input[type="password"].ui-autocomplete-loading, input[type="datetime"].ui-autocomplete-loading, input[type="datetime-local"].ui-autocomplete-loading, input[type="date"].ui-autocomplete-loading, input[type="month"].ui-autocomplete-loading, input[type="time"].ui-autocomplete-loading, input[type="week"].ui-autocomplete-loading, input[type="number"].ui-autocomplete-loading, input[type="email"].ui-autocomplete-loading, input[type="url"].ui-autocomplete-loading, input[type="search"].ui-autocomplete-loading, input[type="tel"].ui-autocomplete-loading, input[type="color"].ui-autocomplete-loading {
  background-position: 99%;
  background-repeat: no-repeat;
  padding-right: 27px;
  background-image: url("../img/select2-spinner.gif") !important;
}

.input-group-addon .checkbox, .input-group-addon .radio {
  min-height: 0;
  padding-top: 0;
  margin-right: 0 !important;
}

.input-group-addon label input[type="checkbox"].checkbox + span, .input-group-addon label input[type="radio"].radiobox + span, .input-group-addon label input[type="radio"].radiobox + span:before, .input-group-addon label input[type="checkbox"].checkbox + span:before {
  margin-right: 0;
}

.input-group-addon .onoffswitch, .input-group-addon .onoffswitch-label {
  margin: 0;
}

.timeline-seperator {
  color: #999;
  text-align: center;
  margin: 20px 0 0;
  display: block;
}

.timeline-seperator > :first-child {
  background: #fff;
  border: 1px dashed #0000001a;
  border-radius: 4px;
  padding: 4px 5px;
  font-size: 11px;
}

.timeline-seperator .btn, .timeline-seperator .btn + .dropdown-menu {
  margin-right: 15px;
}

.timeline-seperator:after {
  content: " ";
  border-bottom: 1px dashed #0000001a;
  margin: -8px 20px 0;
  display: block;
}

.alert {
  color: #675100;
  border-width: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.alert .close {
  line-height: 20px;
  top: 0;
  right: -5px;
}

.alert-heading {
  font-weight: 600;
}

.alert-danger {
  color: #fff;
  text-shadow: none;
  background-color: #c26565;
  border-color: #953b39;
}

.alert-warning {
  color: #826430;
  background-color: #efe1b3;
  border-color: #dfb56c;
}

.alert-success {
  color: #356635;
  background-color: #cde0c4;
  border-color: #8ac38b;
}

.alert-info {
  color: #305d8c;
  background-color: #d6dde7;
  border-color: #9cb4c5;
}

.well {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0 1px 1px #ececec;
}

.well.well-clean {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0000;
}

.well.well-glass {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #ffffff40;
  border-color: #0000;
}

.well.well-light {
  background: #fff;
  border: 1px solid #e2e2e2;
}

.widget-body .well {
  margin-bottom: 0;
}

.well.transparent {
  background: none !important;
  border: 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 {
  opacity: .5;
  min-width: 17px;
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: normal;
}

.nav-tabs > li > a > .fa {
  opacity: .5;
}

.tabs-left .nav-tabs > li > a .badge {
  margin-left: 0;
  margin-right: 5px;
}

.nav-tabs > li > a .label {
  opacity: .5;
  margin-left: 5px;
  font-size: 11px;
  display: inline-block;
}

.nav-tabs > li.active > a .badge, .nav-tabs > li.active > a .label, .nav-tabs > li.active > a > .fa {
  opacity: 1;
}

.nav-tabs > li > a {
  color: #333;
  border-radius: 0;
}

.nav-tabs > li.active > a {
  font-weight: bold;
  box-shadow: 0 -2px #57889c;
  border-top-width: 0 !important;
  margin-top: 1px !important;
}

.tabs-left .nav-tabs > li.active > a {
  box-shadow: -2px 0 #57889c;
  border-top-width: 1px !important;
  border-left: none !important;
  margin-left: 1px !important;
}

.tabs-left .nav-pills > li.active > a {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.tabs-right .nav-tabs > li.active > a {
  box-shadow: 2px 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 #57889c;
  border-top: none !important;
  border-bottom-width: 0 !important;
  margin-top: 0 !important;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li, .tabs-left > .nav-pills > li, .tabs-right > .nav-pills > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a, .tabs-left > .nav-pills > li > a, .tabs-right > .nav-pills > li > a {
  min-width: 74px;
  margin-bottom: 3px;
  margin-right: 0;
}

.tabs-left > .nav-tabs, .tabs-left > .nav-pills {
  float: left;
  border-right: 1px solid #ddd;
  margin-right: 19px;
}

.tabs-left > .nav-pills {
  border-right: none;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #d5d5d5 #eee #eee;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #d5d5d5 #0000 #d5d5d5 #ddd;
}

.tabs-left > .tab-content {
  margin-left: 109px;
}

.tabs-right > .nav-tabs {
  float: right;
  border-left: 1px solid #ddd;
  margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd #0000;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-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:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: #0000;
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: #0000 #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-tabs > li, .tabs-pull-right.nav-pills > li {
  float: right;
}

.tabs-pull-right.nav-tabs > li:first-child > a, .tabs-pull-right.nav-pills > li:first-child > a {
  margin-right: 1px;
}

.tabs-pull-right.bordered.nav-tabs > li:first-child > a, .tabs-pull-right.bordered.nav-pills > li:first-child > a {
  border-right-width: 0;
  margin-right: 0;
  border-left-width: 1px !important;
}

.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
  border-left-width: 0 !important;
}

a:link, .btn, button {
  -webkit-tap-highlight-color: #a9032980;
}

.login-info, .login-info *, #logo-group *, .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 {
  margin-top: -6px;
  margin-left: -1px;
  top: 0;
  left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  content: " ";
  float: right;
  border: 5px solid #0000;
  border-left-color: #bfbfbf;
  border-right-width: 0;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  margin-left: 10px;
  left: -100%;
}

.table.has-tickbox thead tr th:first-child {
  width: 18px;
}

.table.has-tickbox.smart-form thead tr th:first-child .radio, .table.has-tickbox.smart-form thead tr th:first-child .checkbox, .table.has-tickbox.smart-form tbody tr td:first-child .radio, .table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
  padding: 0 !important;
}

.table thead tr, .fc-head-container thead tr {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
}

.fc-head-container thead tr th {
  padding: 4px;
  line-height: 1.42857;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-width: 1px;
}

.no-padding > .table-bordered, .no-padding > .table-responsive > .table-bordered {
  border: none !important;
}

.no-padding > .table-bordered thead tr th:first-child, .no-padding > .table-bordered thead tr td:first-child, .no-padding > .table-bordered tbody tr td:first-child, .no-padding > .table-responsive > .table-bordered thead tr th:first-child, .no-padding > .table-responsive > .table-bordered thead tr td:first-child, .no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
  border-left-width: 0 !important;
}

.no-padding > .table-bordered thead tr th:last-child, .no-padding > .table-bordered tbody tr td:last-child, .no-padding > .table-responsive > .table-bordered thead tr th:last-child, .no-padding > .table-responsive > .table-bordered tbody tr td: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 .radio i, .smart-form.table td .checkbox i, .smart-form.table th .radio i, .smart-form.table th .checkbox i {
  top: 0 !important;
}

.table-condensed.table > tbody > tr > td:not(.button-column), .table-condensed.table > tbody > tr > th, .table-condensed.table > tfoot > tr > td, .table-condensed.table > tfoot > tr > th, .table-condensed.table > thead > tr > td {
  padding: 5px 10px !important;
}

.table-condensed.table > thead > tr > th {
  padding: 5px 10px 5px 25px;
}

.show-stats .progress {
  border-radius: 0;
  height: 7px;
  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 {
  height: 65px;
  padding: 7px 9px;
  overflow: hidden;
  border-top: 1px solid #dadada !important;
  border-right: 1px solid #dadada !important;
  margin-top: 10px !important;
}

.show-stat-microcharts > :last-child {
  border-right: none !important;
}

.show-stat-microcharts .sparkline {
  opacity: .7;
  margin-top: 10px;
  margin-right: 8px;
}

.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 {
  cursor: default;
  opacity: .5;
  text-align: left;
  width: 40px;
  display: block;
}

.smaller-stat span.label:hover {
  opacity: 1;
}

.login-info {
  color: #fff;
  border: 0 solid #0000;
  border-top-width: 1px;
  border-bottom: 1px solid #525151;
  width: 100%;
  height: 39px;
  font-size: 12px;
  display: block;
  box-shadow: inset 1px 1px #0000001a, inset 0 -1px #00000012;
  margin: 0 !important;
}

.login-info a {
  color: #c0bbb7;
  margin-top: 6px;
  display: inline-block;
  text-decoration: none !important;
}

.login-info a span {
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 150px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.login-info a span + i {
  vertical-align: middle;
}

.login-info a:hover {
  color: #fff;
}

.login-info > span {
  border-bottom: 1px solid #1a1817;
  height: 38px;
  padding: 0 10px;
  display: block;
}

.login-info img {
  vertical-align: middle;
  border-left: 3px solid #fff;
  width: 25px;
  height: auto;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
}

img.online, img.busy, img.offline, img.away {
  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 {
  background: #f8f8f8e6;
  border-bottom-style: solid;
  border-bottom-color: #0000001a;
  margin: 0;
  padding: 15px 13px;
}

.minified .inbox-badge {
  background: #ed1c24;
  border-radius: 50%;
  min-width: 13px;
  padding: 2px;
  font-size: 9px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.minifyme {
  color: #a8a8a8;
  cursor: pointer;
  text-align: center;
  background: #454545;
  border-bottom: 1px solid #302f2f;
  border-radius: 5px 0 0 5px;
  width: 36px;
  height: 28px;
  margin-top: 7px;
  padding: 0;
  font-size: 19px;
  transition: all .1s linear;
  display: block;
  position: absolute;
  right: 0;
}

.minifyme:hover {
  color: #e4e4e4;
  background: #646464;
  width: 40px;
  padding-right: 5px;
  right: 0;
}

.minified .minifyme {
  color: #a8a8a8;
  border-radius: 0;
  width: 100%;
  height: 34px;
  margin: 0;
  font-size: 23px;
  position: relative;
  right: 0;
}

.minified .minifyme .fa:before {
  content: "";
}

.minified .login-info a span, .minified .login-info a i {
  display: none;
}

.minified .login-info span {
  text-align: center;
  padding: 0 5px;
}

.minified .login-info img {
  width: 30px;
  margin: -2px 0 0;
}

.minified .login-info {
  border-bottom: 1px solid #181818;
  height: 38px;
}

.minified #left-panel {
  width: 45px;
}

.minified #main {
  margin-left: 45px;
}

.minified #left-panel, .minified nav > ul > li {
  overflow: visible;
}

.minified nav > ul > ul {
  overflow: hidden scroll;
  background: #ed1c24 !important;
  min-height: 100px !important;
  max-height: 180px !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 {
  text-align: center;
  width: auto;
  padding: 0;
  display: block;
}

.minified nav > ul > li > a > i {
  text-align: center;
  margin: 0;
  display: block;
}

.minified nav > ul > li.active > a:before {
  content: "";
}

.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 {
  color: #333;
  z-index: 3;
  background-color: #f5f5f5;
  border-top: 1px solid #d8d4d4;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #bfbfbf;
  width: 186px;
  height: 38px;
  padding-left: 12px;
  line-height: 38px;
  display: none;
  position: absolute;
  top: -3px;
  left: 40px;
  box-shadow: 2px 1px 2px #0003;
}

.minified nav > ul > li > ul {
  z-index: 5;
  background: #454545;
  border: 1px solid #bfbfbf;
  width: 199px;
  min-height: 180px;
  margin-top: -3px;
  position: absolute;
  left: 40px;
  overflow: hidden;
  box-shadow: 1px 1px 2px #0003;
  display: none !important;
}

.minified nav ul > li > ul > li > ul {
  border: none;
  width: 197px;
  margin-left: -12px;
  position: relative;
  left: 13px;
}

.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: #454545e6;
}

.minified nav > ul > li > ul > li > ul > li {
  background-color: #484b50;
}

.minified nav > ul > li {
  border-top: 1px solid #525151;
  border-bottom: 1px solid #1a1817;
}

.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 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  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 #0000000d;
}

.disabled {
  color: #fff;
}

.btn-default.disabled {
  color: #999;
}

.btn {
  border-radius: 2px;
  box-shadow: inset 0 -2px #0000000d;
}

.btn:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.btn.btn-ribbon {
  background-color: #707070;
  background-image: -moz-linear-gradient(top, #777, #666);
  color: #fff;
  cursor: pointer;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#ff777777", endColorstr= "#ff666666", GradientType= 0);
  float: left;
  vertical-align: middle;
  background-image: linear-gradient(#777, #666);
  background-repeat: repeat-x;
  border: none;
  height: 20px;
  margin: 0 8px 0 0;
  padding: 0 5px;
  line-height: 20px;
  display: block;
}

.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-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.btn-circle {
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
}

.btn-circle.btn-lg {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
}

.btn-circle.btn-xl {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 50px;
}

.btn-metro {
  margin: 0 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-metro > span {
  text-transform: uppercase;
  vertical-align: bottom;
  margin-top: 10px;
  display: block;
}

.btn-metro > span.label {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-label {
  background: #00000026;
  border-radius: 3px 0 0 3px;
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  left: -12px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.nav-demo-btn {
  background-color: #4d768680;
  border-color: #3a7775;
}

.nav-demo-btn:hover, .nav-demo-btn:active {
  background-color: #4d7686b3;
  border-color: #3a7775;
}

#left-panel {
  transition: all .25s cubic-bezier(.1, .57, .1, 1);
  -webkit-transform: translate(0)translateZ(0);
}

.chart-small, .chart-large, .chart-xl {
  overflow: hidden;
}

.chart-small {
  width: 100%;
  height: 100px;
}

.chart-large {
  width: 100%;
  height: 235px;
}

.chart-xl {
  width: 100%;
  height: 297px;
}

#flotTip {
  -khtml-border-radius: 4px;
  color: #333;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 14px;
  box-shadow: 0 1px 8px #0000001a;
}

#flotTip span {
  color: #38812d;
  font-weight: bold;
}

.legendLabel span {
  margin: 0 5px;
  display: block;
}

.legendColorBox {
  vertical-align: top;
  padding-top: 5px;
  padding-left: 10px;
}

.legendColorBox div > div {
  box-sizing: content-box;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.morris-hover.morris-default-style {
  color: #666;
  text-align: center;
  background: #fffc;
  border: 2px solid #e6e6e6cc;
  border-radius: 10px;
  padding: 6px;
  font-family: sans-serif;
  font-size: 12px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  margin: .25em 0;
  font-weight: bold;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: .1em 0;
}

.morris-hover {
  z-index: 903;
  position: absolute;
}

.fixed-page-footer .morris-hover {
  z-index: 900;
}

.chart {
  height: 220px;
  margin: 20px 5px 10px 10px;
  overflow: hidden;
}

.has-legend {
  margin-top: 30px !important;
}

.has-legend-unique {
  margin-top: 19px !important;
}

.icon-color-good {
  color: #40ac2b;
}

.icon-color-bad {
  color: #ed1c24;
}

.percent-sign:after, .degree-sign:after {
  content: " %";
  line-height: normal;
}

.degree-sign:after {
  content: "°F";
}

.hidden-menu #left-panel {
  z-index: 903;
  left: -210px;
}

.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 {
  height: 30px;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
}

.btn-header > :first-child > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  color: #6d6a69;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  min-width: 30px;
  height: 30px;
  margin: 10px 0 0;
  padding: 2px;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  cursor: default !important;
  text-decoration: none !important;
}

.btn-header > :first-child > a:hover {
  color: #222;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  transition: all;
  box-shadow: inset 0 0 4px 1px #00000014;
}

.btn-header > :first-child > a:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#e8e8e8", endColorstr= "#ededed", GradientType= 0);
  background-image: linear-gradient(#e8e8e8 0%, #ededed 100%);
  box-shadow: inset 0 0 3px 1px #00000026;
}

.hidden-menu #hide-menu > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  color: #fff;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#5A5A5A", endColorstr= "#686868", GradientType= 0);
  background-image: linear-gradient(#5a5a5a 0%, #686868 100%);
  border-color: #494949;
  box-shadow: inset 0 0 3px 1px #00000026;
}

.hidden-menu #hide-menu > :first-child > a:active, .full-screen #fullscreen > :first-child > a:active {
  box-shadow: inset 0 0 6px 1px #0003;
}

.ajax-dropdown > :first-child {
  margin: 0 0 3px;
  padding: 0 0 9px;
}

.ajax-dropdown {
  z-index: 905;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 344px;
  height: 435px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 48px;
  left: 16px;
  box-shadow: 0 2px 4px #1e1e6440;
}

.ajax-dropdown:after, .ajax-dropdown:before {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
}

.ajax-dropdown:after {
  border-width: 7px;
  border-color: #fff0;
  margin-left: -7px;
  left: 50%;
}

.ajax-dropdown:before {
  border-width: 8px;
  border-color: #83838300;
  margin-left: -8px;
  left: 50%;
}

.ajax-dropdown .btn-group .btn {
  text-transform: capitalize;
  font-weight: bold;
}

.ajax-dropdown .btn-group > :nth-child(2) {
  border-left-width: 0;
  border-right-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 {
  background: #e9e9e9;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  height: 365px;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  overflow: auto;
}

.ajax-notifications .alert.alert-transparent {
  color: #757575;
  background-color: #0000;
  border-color: #0000;
  margin: 13px 10px;
}

.ajax-notifications .alert > :first-child {
  margin-bottom: 10px;
  font-weight: 400;
}

.ajax-dropdown > :last-child {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.ajax-dropdown .fa-4x.fa-border {
  color: #d1d1d1;
  text-align: center;
  border-width: 3px;
  border-color: #d1d1d1;
  border-radius: 50%;
  width: 46px;
  margin: 0 auto;
  display: block;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0;
}

.dropdown-menu-large > li > ul {
  margin: 0;
  padding: 0;
}

.dropdown-menu-large > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  clear: both;
  color: #333;
  white-space: normal;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  display: block;
}

.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}

.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
  color: #999;
}

.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
  cursor: not-allowed;
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  background-color: #0000;
  background-image: none;
  text-decoration: none;
}

.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 {
  margin: 0;
  padding: 0 0 0 3px;
  list-style: none;
}

.notification-body > li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.notification-body > li > span {
  white-space: normal;
  background: #fff;
  min-height: 25px;
  padding: 8px 10px 13px;
  display: block;
  overflow: hidden;
}

.notification-body > li > span:hover {
  color: #667f8f;
  background: #f0f4f7;
}

.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 {
  -moz-box-shadow: 0 1px #0000, inset 0 0 0 1px #fff;
  -webkit-box-shadow: 0 1px #0000, inset 0 0 0 1px #ccc;
  background: #fff;
  box-shadow: 0 1px #0000, inset 0 0 0 1px #a7a7a7;
}

.notification-body > li:hover .text-muted {
  color: #333;
}

.notification-body .from {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 60px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
}

.notification-body .unread .from {
  font-weight: bold;
}

.notification-body .unread {
  background: #ffffe0;
}

.notification-body time {
  color: #058dc7;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 3px;
  right: 0;
}

.notification-body .msg-body, .notification-body .subject {
  color: #a0a0a0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-height: 35px;
  font-size: 13px;
  overflow: hidden;
}

.notification-body .subject {
  color: #333;
  max-height: 22px;
  font-size: 13px;
}

.bootstrapWizard {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.bootstrapWizard a:hover, .bootstrapWizard a:active, .bootstrapWizard a:focus {
  text-decoration: none;
}

.bootstrapWizard li {
  float: left;
  text-align: center;
  width: 25%;
  padding-left: 0;
  display: block;
}

.bootstrapWizard li:before {
  content: "";
  z-index: 1;
  border-top: 3px solid #55606e;
  width: 100%;
  font-size: 0;
  display: block;
  position: relative;
  top: 11px;
  right: 1px;
  overflow: hidden;
}

.bootstrapWizard li:first-child:before {
  max-width: 50%;
  left: 50%;
}

.bootstrapWizard li:last-child:before {
  width: 50%;
  max-width: 50%;
}

.bootstrapWizard li.complete .step {
  background: #0aa66e;
  border: 3px solid #55606e;
  padding: 1px 6px;
}

.bootstrapWizard li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}

.bootstrapWizard li .step {
  color: #fff;
  text-align: center;
  z-index: 2;
  background: #b2b5b9;
  border: 3px solid #0000;
  border-radius: 50%;
  padding: 7px 13px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  transition: all .1s linear;
  display: inline;
  position: relative;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
  color: #fff;
  background: #0091d9;
  border: 3px solid #55606e;
  border-radius: 50%;
  padding: 7px 13px;
  font-size: 15px;
  font-weight: bold;
}

.bootstrapWizard li.complete .title, .bootstrapWizard li.active .title {
  color: #2b3d53;
}

.bootstrapWizard li .title {
  color: #bfbfbf;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104;
  max-width: 100%;
  font-size: 13px;
  line-height: 15px;
  display: block;
  position: relative;
  top: 20px;
}

.wizard-actions {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.wizard-actions li {
  display: inline;
}

.tab-content.transparent {
  background-color: #0000;
}

.fuelux .wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px #0001;
}

.fuelux .wizard:before, .fuelux .wizard:after {
  content: "";
  line-height: 0;
  display: table;
}

.fuelux .wizard:after {
  clear: both;
}

.fuelux .wizard ul {
  width: 4000px;
  margin: 0;
  padding: 0;
  list-style: 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 {
  color: #999;
  cursor: default;
  float: left;
  background: #ededed;
  margin: 0;
  padding: 0 20px 0 30px;
  font-size: 16px;
  position: relative;
}

.fuelux .wizard ul li .chevron {
  z-index: 1;
  border: 24px solid #0000;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
}

.fuelux .wizard ul li .chevron:before {
  content: "";
  border: 24px solid #0000;
  border-left: 14px solid #ededed;
  border-right: 0;
  display: block;
  position: absolute;
  top: -24px;
  right: 1px;
}

.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 {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}

.fuelux .wizard .actions {
  float: right;
  vertical-align: middle;
  z-index: 2;
  background-color: #eee;
  border-left: 1px solid #d4d4d4;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 46px;
  position: absolute;
  right: 0;
}

.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 {
  color: #fff;
  cursor: pointer;
  float: left;
  font-smooth: always;
  background-color: #fff;
  border: 1px dotted #c5c5c5;
  width: 100px;
  height: 70px;
  margin: 0 10px 20px 0;
  padding: 5px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: inset 0 0 1px #ffc;
}

.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 {
  height: 75px;
  margin: 15px auto 0;
  display: block;
}

.jarvismetro-tile .iconbox span {
  text-align: left;
  display: block;
}

.jarvismetro-tile .iconbox span > span {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}

#shortcut .selected, #shortcut .active {
  position: relative;
  border: 1px solid #0091d9 !important;
}

#shortcut .selected:before, #shortcut .active:before {
  color: #fff;
  content: "";
  z-index: 2;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
}

#shortcut .selected:after, #shortcut .active:after {
  content: "";
  z-index: 1;
  border-top: 35px solid #0091d9;
  border-left: 35px solid #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#shortcut {
  box-sizing: border-box;
  color: #fff;
  z-index: 907;
  background-color: #000000d9;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#shortcut ul {
  border-bottom: 1px solid #423f3f;
  margin: 0;
  padding: 15px 20px 10px;
  list-style: none;
  box-shadow: 0 4px 10px #0000004d;
}

#shortcut ul li {
  width: auto;
  display: inline-block;
}

#shortcut ul li .jarvismetro-tile {
  border: none;
  border-radius: 0;
  margin: 0 3px 3px;
}

#shortcut ul li .jarvismetro-tile:hover {
  color: #fff;
  text-decoration: none;
}

#shortcut ul li .jarvismetro-tile:active, #shortcut ul li .jarvismetro-tile:focus {
  top: 0;
  left: 0;
}

.shortcut-on #response-btn {
  display: none !important;
}

.shortcut-on #main .navbar, .shortcut-on #left-bar .navbar {
  border: none !important;
}

.arrow-box-up:after, .arrow-box-up:before {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
}

.arrow-box-up:after {
  border-width: 7px;
  border-color: #fff0;
  margin-left: -7px;
  left: 50%;
}

.arrow-box-up:before {
  border-width: 8px;
  border-color: #83838300;
  margin-left: -8px;
  left: 50%;
}

.arrow-box-up-right:after, .arrow-box-up-right:before {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
}

.arrow-box-up-right:after {
  border-width: 7px;
  border-color: #fff0;
  margin-left: -7px;
  right: 10px;
}

.arrow-box-up-right:before {
  border-width: 8px;
  border-color: #83838300;
  margin-left: -8px;
  right: 9px;
}

.tooltip-inner {
  border-radius: 0;
  padding: 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.custom-scroll::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  width: 10px;
  height: 10px;
}

.custom-scroll::-webkit-scrollbar:hover {
  background-color: #e9e9e9;
  border: 1px solid #dbdbdb;
}

.custom-scroll::-webkit-scrollbar-button:start:decrement {
  background: none;
  height: 0;
  display: block;
}

.custom-scroll::-webkit-scrollbar-button:end:increment {
  background: none;
  height: 0;
  display: block;
}

.custom-scroll::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: 0 solid #0000;
  border-left-width: 4px;
}

.custom-scroll::-webkit-scrollbar-track-piece {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #0000;
  border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #0003;
  background-clip: padding-box;
  border: 0;
  box-shadow: inset 1px 1px #0000001a, inset 0 -1px #00000012;
}

.custom-scroll::-webkit-scrollbar-thumb:vertical {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #bfbfbf;
  border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb:horizontal {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #bfbfbf;
  border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
  background-color: #00000070;
  box-shadow: inset 1px 1px 3px #00000054;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #959595;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
  height: 32px;
  margin-bottom: 0;
  padding: 6px 12px;
}

.tt-dropdown-menu {
  -moz-background-clip: padding;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  box-shadow: 0 5px 10px #0003;
}

.tt-suggestion {
  padding: 3px 20px;
  display: block;
}

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

.google_maps img {
  max-width: none;
}

.header-btn {
  margin-top: 5px;
}

.cke_top {
  background: #f8f8f8e6 !important;
}

.multiselect-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}

.multiselect-container > li > label.multiselect-group {
  height: 100%;
  margin: 0;
  padding: 3px 20px;
  font-weight: bold;
}

.multiselect-container > li > a > label {
  cursor: pointer;
  height: 100%;
  margin: 0;
  font-weight: normal;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  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 {
  color: #555;
  display: block;
  position: relative;
}

.icon-addon:after, .icon-addon:before {
  content: " ";
  display: table;
}

.icon-addon:after {
  clear: both;
}

.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
  text-align: center;
  z-index: 2;
  width: 20px;
  margin-left: -2.5px;
  padding: 10px 0;
  position: absolute;
  top: 1px;
  left: 10px;
}

.icon-addon.addon-lg .form-control {
  height: 46px;
  padding: 10px 16px 10px 40px;
  font-size: 18px;
  line-height: 1.33;
}

.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 {
  margin-left: 0;
  font-size: 18px;
  top: 4px;
  left: 11px;
}

.icon-addon.addon-md .form-control, .icon-addon .form-control {
  float: left;
  padding-left: 30px;
  font-weight: normal;
}

.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  top: -1px;
  left: 5px;
}

.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
  color: #2580db;
}

.icon-addon input:disabled + .glyphicon, .icon-addon select:disabled + .glyphicon, .icon-addon input:disabled + .fa, .icon-addon select:disabled + .fa {
  color: #ccc;
}

#side-panel:not(:empty) {
  background: #e0e0e0;
  width: 225px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#side-panel:not(:empty) + div, #side-panel:not(:empty) + div + section {
  padding-right: 225px;
}

.progress {
  position: relative;
}

.progress.vertical {
  float: left;
  width: 18px;
  height: 100%;
  margin-right: 18px;
}

.progress.vertical .progress-bar {
  -moz-transition: all height .6s ease ease-out;
  -o-transition: height .6s ease;
  -o-transition: all height .6s ease ease-out;
  -webkit-transition: height .6s;
  -webkit-transition: all height .6s ease ease-out;
  height: 0;
  transition: height .6s;
  transition: all height .6s ease ease-out;
  width: 100%;
}

.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 {
  line-height: 20px;
  position: absolute;
  overflow: hidden;
}

.progress .progressbar-back-text {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
}

.progress .progressbar-front-text {
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.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-bottom: 0;
  margin-right: 20px;
  display: inline-block;
}

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

.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}

.progress {
  background: #eee;
  border-radius: 0;
  height: 22px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px #0000, inset 0 0 0 1px #e3e3e3;
}

.progress-bar {
  color: #fff;
  float: left;
  text-align: center;
  text-shadow: 0 -1px #00000040;
  background-color: #57889c;
  background-image: url("../img/pattern/overlay-pattern.png");
  width: 0;
  height: 100%;
  font-size: 11px;
  font-weight: bold;
  box-shadow: inset 0 -1px #00000026;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: 2s linear infinite progress-bar-stripes;
}

.progress-bar-danger {
  background-color: #a90329;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-success {
  background-color: #739e73;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-warning {
  background-color: #c79121;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-info {
  background-color: #57889c;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-info .bar, .progress .bar-info {
  background: #57889c;
}

.vertical-bars {
  margin: 0;
  padding: 0;
}

.vertical-bars:after {
  clear: both;
  content: "";
  height: 0;
  display: block;
}

.vertical-bars li {
  float: left;
  text-align: center;
  width: 25%;
  padding: 14px 0;
  display: block;
}

.vertical-bars li:first-child {
  border-left: none;
}

.vertical-bars > li > .progress.vertical:first-child {
  margin-left: auto;
}

.vertical-bars > li > .progress.vertical {
  float: none;
  margin: 0 auto;
}

.bar-holder:first-child {
  border-top: none;
}

.bar-holder {
  padding: 18px 15px;
}

.bar-holder .progress {
  margin: 0;
}

[data-progressbar-value] {
  margin-bottom: 0;
  overflow: visible;
  margin-top: 15px !important;
}

.dataTable [data-progressbar-value] {
  min-width: 70px;
}

[data-progressbar-value="100"]:before, [data-progressbar-value="100"]:after, [data-progressbar-value]:before, [data-progressbar-value]:after {
  background: none;
  font-size: 11px;
  position: absolute;
  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 {
  background: #a90329;
  width: 1%;
}

[data-progressbar-value="2"] > .progress-bar {
  background: #a90329;
  width: 2%;
}

[data-progressbar-value="3"] > .progress-bar {
  background: #a90329;
  width: 3%;
}

[data-progressbar-value="4"] > .progress-bar {
  background: #a90329;
  width: 4%;
}

[data-progressbar-value="5"] > .progress-bar {
  background: #a90329;
  width: 5%;
}

[data-progressbar-value="6"] > .progress-bar {
  background: #a90329;
  width: 6%;
}

[data-progressbar-value="7"] > .progress-bar {
  background: #a90329;
  width: 7%;
}

[data-progressbar-value="8"] > .progress-bar {
  background: #a90329;
  width: 8%;
}

[data-progressbar-value="9"] > .progress-bar {
  background: #a90329;
  width: 9%;
}

[data-progressbar-value="10"] > .progress-bar {
  background: #db0435;
  width: 10%;
}

[data-progressbar-value="11"] > .progress-bar {
  background: #c79121;
  width: 11%;
}

[data-progressbar-value="12"] > .progress-bar {
  background: #c79121;
  width: 12%;
}

[data-progressbar-value="13"] > .progress-bar {
  background: #c79121;
  width: 13%;
}

[data-progressbar-value="14"] > .progress-bar {
  background: #c79121;
  width: 14%;
}

[data-progressbar-value="15"] > .progress-bar {
  background: #c79121;
  width: 15%;
}

[data-progressbar-value="16"] > .progress-bar {
  background: #c79121;
  width: 16%;
}

[data-progressbar-value="17"] > .progress-bar {
  background: #c79121;
  width: 17%;
}

[data-progressbar-value="18"] > .progress-bar {
  background: #c79121;
  width: 18%;
}

[data-progressbar-value="19"] > .progress-bar {
  background: #c79121;
  width: 19%;
}

[data-progressbar-value="20"] > .progress-bar {
  background: #c79121;
  width: 20%;
}

[data-progressbar-value="21"] > .progress-bar {
  background: #c79121;
  width: 21%;
}

[data-progressbar-value="22"] > .progress-bar {
  background: #c79121;
  width: 22%;
}

[data-progressbar-value="23"] > .progress-bar {
  background: #c79121;
  width: 23%;
}

[data-progressbar-value="24"] > .progress-bar {
  background: #c79121;
  width: 24%;
}

[data-progressbar-value="25"] > .progress-bar {
  background: #c79121;
  width: 25%;
}

[data-progressbar-value="26"] > .progress-bar {
  background: #c79121;
  width: 26%;
}

[data-progressbar-value="27"] > .progress-bar {
  background: #c79121;
  width: 27%;
}

[data-progressbar-value="28"] > .progress-bar {
  background: #c79121;
  width: 28%;
}

[data-progressbar-value="29"] > .progress-bar {
  background: #c79121;
  width: 29%;
}

[data-progressbar-value="30"] > .progress-bar {
  background: #c79121;
  width: 30%;
}

[data-progressbar-value="31"] > .progress-bar {
  background: #c79121;
  width: 31%;
}

[data-progressbar-value="32"] > .progress-bar {
  background: #c79121;
  width: 32%;
}

[data-progressbar-value="33"] > .progress-bar {
  background: #c79121;
  width: 33%;
}

[data-progressbar-value="34"] > .progress-bar {
  background: #c79121;
  width: 34%;
}

[data-progressbar-value="35"] > .progress-bar {
  background: #c79121;
  width: 35%;
}

[data-progressbar-value="36"] > .progress-bar {
  background: #c79121;
  width: 36%;
}

[data-progressbar-value="37"] > .progress-bar {
  background: #c79121;
  width: 37%;
}

[data-progressbar-value="38"] > .progress-bar {
  background: #c79121;
  width: 38%;
}

[data-progressbar-value="39"] > .progress-bar {
  background: #c79121;
  width: 39%;
}

[data-progressbar-value="40"] > .progress-bar {
  background: #c79121;
  width: 40%;
}

[data-progressbar-value="41"] > .progress-bar {
  background: #404040;
  width: 41%;
}

[data-progressbar-value="42"] > .progress-bar {
  background: #404040;
  width: 42%;
}

[data-progressbar-value="43"] > .progress-bar {
  background: #404040;
  width: 43%;
}

[data-progressbar-value="44"] > .progress-bar {
  background: #404040;
  width: 44%;
}

[data-progressbar-value="45"] > .progress-bar {
  background: #404040;
  width: 45%;
}

[data-progressbar-value="46"] > .progress-bar {
  background: #404040;
  width: 46%;
}

[data-progressbar-value="47"] > .progress-bar {
  background: #404040;
  width: 47%;
}

[data-progressbar-value="48"] > .progress-bar {
  background: #404040;
  width: 48%;
}

[data-progressbar-value="49"] > .progress-bar {
  background: #404040;
  width: 49%;
}

[data-progressbar-value="50"] > .progress-bar {
  background: #404040;
  width: 50%;
}

[data-progressbar-value="51"] > .progress-bar {
  background: #404040;
  width: 51%;
}

[data-progressbar-value="52"] > .progress-bar {
  background: #404040;
  width: 52%;
}

[data-progressbar-value="53"] > .progress-bar {
  background: #404040;
  width: 53%;
}

[data-progressbar-value="54"] > .progress-bar {
  background: #404040;
  width: 54%;
}

[data-progressbar-value="55"] > .progress-bar {
  background: #404040;
  width: 55%;
}

[data-progressbar-value="56"] > .progress-bar {
  background: #404040;
  width: 56%;
}

[data-progressbar-value="57"] > .progress-bar {
  background: #404040;
  width: 57%;
}

[data-progressbar-value="58"] > .progress-bar {
  background: #404040;
  width: 58%;
}

[data-progressbar-value="59"] > .progress-bar {
  background: #404040;
  width: 59%;
}

[data-progressbar-value="60"] > .progress-bar {
  background: #404040;
  width: 60%;
}

[data-progressbar-value="61"] > .progress-bar {
  background: #3276b1;
  width: 61%;
}

[data-progressbar-value="62"] > .progress-bar {
  background: #3276b1;
  width: 62%;
}

[data-progressbar-value="63"] > .progress-bar {
  background: #3276b1;
  width: 63%;
}

[data-progressbar-value="64"] > .progress-bar {
  background: #404040;
  width: 64%;
}

[data-progressbar-value="65"] > .progress-bar {
  background: #3276b1;
  width: 65%;
}

[data-progressbar-value="66"] > .progress-bar {
  background: #3276b1;
  width: 66%;
}

[data-progressbar-value="67"] > .progress-bar {
  background: #3276b1;
  width: 67%;
}

[data-progressbar-value="68"] > .progress-bar {
  background: #3276b1;
  width: 68%;
}

[data-progressbar-value="69"] > .progress-bar {
  background: #3276b1;
  width: 69%;
}

[data-progressbar-value="70"] > .progress-bar {
  background: #3276b1;
  width: 70%;
}

[data-progressbar-value="71"] > .progress-bar {
  background: #3276b1;
  width: 71%;
}

[data-progressbar-value="72"] > .progress-bar {
  background: #3276b1;
  width: 72%;
}

[data-progressbar-value="73"] > .progress-bar {
  background: #3276b1;
  width: 73%;
}

[data-progressbar-value="74"] > .progress-bar {
  background: #3276b1;
  width: 74%;
}

[data-progressbar-value="75"] > .progress-bar {
  background: #3276b1;
  width: 75%;
}

[data-progressbar-value="76"] > .progress-bar {
  background: #3276b1;
  width: 76%;
}

[data-progressbar-value="77"] > .progress-bar {
  background: #3276b1;
  width: 77%;
}

[data-progressbar-value="78"] > .progress-bar {
  background: #3276b1;
  width: 78%;
}

[data-progressbar-value="79"] > .progress-bar {
  background: #3276b1;
  width: 79%;
}

[data-progressbar-value="80"] > .progress-bar {
  background: #3276b1;
  width: 80%;
}

[data-progressbar-value="81"] > .progress-bar {
  background: #a0bda0;
  width: 81%;
}

[data-progressbar-value="82"] > .progress-bar {
  background: #a0bda0;
  width: 82%;
}

[data-progressbar-value="83"] > .progress-bar {
  background: #a0bda0;
  width: 83%;
}

[data-progressbar-value="84"] > .progress-bar {
  background: #9dbb9d;
  width: 84%;
}

[data-progressbar-value="85"] > .progress-bar {
  background: #9dbb9d;
  width: 85%;
}

[data-progressbar-value="86"] > .progress-bar {
  background: #9dbb9d;
  width: 86%;
}

[data-progressbar-value="87"] > .progress-bar {
  background: #97b797;
  width: 87%;
}

[data-progressbar-value="88"] > .progress-bar {
  background: #97b797;
  width: 88%;
}

[data-progressbar-value="89"] > .progress-bar {
  background: #91b391;
  width: 89%;
}

[data-progressbar-value="90"] > .progress-bar {
  background: #91b391;
  width: 90%;
}

[data-progressbar-value="91"] > .progress-bar {
  background: #91b391;
  width: 91%;
}

[data-progressbar-value="92"] > .progress-bar {
  background: #8eb18e;
  width: 92%;
}

[data-progressbar-value="93"] > .progress-bar {
  background: #8baf8b;
  width: 93%;
}

[data-progressbar-value="94"] > .progress-bar {
  background: #88ad88;
  width: 94%;
}

[data-progressbar-value="95"] > .progress-bar {
  background: #85ab85;
  width: 95%;
}

[data-progressbar-value="96"] > .progress-bar {
  background: #82a882;
  width: 96%;
}

[data-progressbar-value="97"] > .progress-bar {
  background: #7fa67f;
  width: 97%;
}

[data-progressbar-value="98"] > .progress-bar {
  background: #7ca47c;
  width: 98%;
}

[data-progressbar-value="99"] > .progress-bar {
  background: #79a279;
  width: 99%;
}

[data-progressbar-value="100"] > .progress-bar {
  -ms-animation: none;
  background: #739e73;
  width: 100%;
  animation: none;
  background-image: none !important;
}

[data-progressbar-value="100"]:before {
  content: attr(data-progressbar-value) "%";
  left: attr(data-progressbar-value) px;
  top: -12px;
}

[data-progressbar-value="100"]:after {
  color: #739e73;
  content: "complete";
  left: auto;
  right: 0;
}

html.hidden-menu-mobile-lock {
  overflow-x: hidden;
}

.no-content-padding {
  margin: -10px -14px 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding > pre {
  margin: 30px;
}

.no-padding > table, .no-padding .dataTables_wrapper table {
  border: none !important;
  border-bottom-width: 0 !important;
  margin-bottom: 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 > table tr td:last-child, .no-padding > table tr th:last-child, .no-padding .dataTables_wrapper table tr td:last-child, .no-padding .dataTables_wrapper table tr th:last-child {
  border-right: none !important;
}

.no-padding > table tr td:first-child, .no-padding > table tr th:first-child, .no-padding .dataTables_wrapper table tr td:first-child, .no-padding .dataTables_wrapper 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, .m-0 {
  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-right-13 {
  margin-right: 13px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.no-border, .well[class*=" bg-"].no-border {
  border-width: 0 !important;
}

.no-border-transparent {
  border-color: #0000 !important;
}

.no-border-radius {
  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;
}

.v-align-m {
  vertical-align: middle !important;
}

hr.simple {
  border-style: dashed;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table-border-0 td, .table-border-0 th {
  border: 0 !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.air {
  z-index: 5;
  position: absolute;
}

.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 {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.air-bottom-right {
  bottom: 0;
  right: 0;
}

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

.d-block {
  display: block !important;
}

.p-relative {
  position: relative !important;
}

.checkbox input[type="checkbox"].checkbox + span, .checkbox-inline input[type="checkbox"].checkbox + span, .radiobox-inline input[type="radio"].radiobox + span, .radio 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;
}

label input[type="radio"].radiobox + span, input[type="checkbox"].checkbox + 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;
}

input[type="checkbox"].checkbox, input[type="radio"].radiobox {
  visibility: hidden;
  z-index: 20;
  width: 18px;
  height: 18px;
  position: absolute;
}

label input[type="checkbox"].checkbox + span, label input[type="radio"].radiobox + span {
  z-index: 19;
  min-width: 14px;
  min-height: 14px;
  margin: 0 5px 0 0;
  line-height: 17px;
  display: inline-block;
  position: relative;
}

label input[type="checkbox"].checkbox + span:hover, label input[type="radio"].radiobox + span:hover {
  cursor: pointer;
}

label input[type="radio"].radiobox + span:before, label input[type="checkbox"].checkbox + span:before {
  content: " ";
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  min-width: 12px;
  height: 12px;
  margin-top: -1px;
  margin-right: 5px;
  padding: 1px;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  display: inline-block;
}

label input[type="radio"].radiobox + span:before {
  content: " ";
  border-radius: 50%;
  box-shadow: inset 0 2px 3px #0000001a, 0 1px #fff3;
}

label input[type="radio"].radiobox:checked + span {
  font-weight: bold;
}

label input[type="radio"].radiobox:checked + span:before {
  color: #2e7bcc;
  content: "";
}

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: normal;
}

label input[type="radio"].radiobox.style-1 + span:before {
  min-width: 13px;
  height: 13px;
  text-shadow: none;
  background: #fff;
  border-width: 1px;
  font-size: 9px;
  line-height: 13px;
  box-shadow: none !important;
}

label input[type="radio"].radiobox.style-1:checked + span:before {
  color: #333;
  background: #fff;
  border-color: #333;
  font-size: 10px;
}

label input[type="radio"].radiobox.style-1:checked + span {
  font-weight: normal;
}

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:checked + span:before, label:hover input[type="radio"].radiobox.style-1 + span:before {
  color: #333;
  background: #fff;
  border-color: #333;
}

label:active input[type="radio"].radiobox + span:before {
  box-shadow: inset 0 2px 3px #0000004d, 0 1px #fff6;
}

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: "";
}

label input[type="radio"][disabled].radiobox:checked + span:before, label input[type="radio"][disabled].radiobox + span:before, label:active input[type="radio"][disabled].radiobox:checked + span:before, label:hover input[type="radio"][disabled].radiobox:checked + span:before {
  box-shadow: none;
  color: #a7a7a7;
  background: #eee !important;
  border-color: #ccc !important;
}

label input[type="checkbox"].checkbox + span:before {
  content: " ";
  font-family: "Font Awesome 5 Pro";
}

label input[type="checkbox"].checkbox:checked + span:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

label input[type="checkbox"].checkbox:checked + span {
  font-weight: bold;
}

label input[type="checkbox"].checkbox:checked + span:before {
  color: #2e7bcc;
}

label input[type="checkbox"].checkbox.style-3:checked + span:before {
  color: #fff;
  background: #a90329;
  border-color: #a90329;
}

label input[type="checkbox"].checkbox.style-2 + span:before {
  box-shadow: none;
  background: none;
  border-color: #c1c1c1;
}

label input[type="checkbox"].checkbox.style-2:checked + span:before {
  color: #66665e;
  content: "";
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC");
  border-color: #4d90fe;
}

label input[type="checkbox"].checkbox.style-2:checked + span {
  font-weight: normal;
}

label input[type="checkbox"].checkbox.style-1 + span:before {
  color: #333;
  min-width: 12px;
  height: 12px;
  text-shadow: none;
  background: #fff;
  border-width: 1px;
  line-height: 13px;
  box-shadow: none !important;
}

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: normal;
}

label:active input[type="checkbox"].checkbox + span:before {
  box-shadow: inset 0 2px 3px #0000004d, 0 1px #fff6;
}

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 #0000001a, 0 1px #fff3;
}

label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
  box-shadow: inset 0 2px 3px #0000004d, 0 1px #fff6;
}

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:checked + span:before, label:active input[type="checkbox"].checkbox.style-2 + span:before {
  color: #66665e;
  background: none;
  border-color: #c1c1c1;
  box-shadow: inset 0 2px 3px #0000004d, 0 1px #fff6;
}

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:checked + span:before {
  color: #a7a7a7;
  content: "";
}

label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
  content: "";
}

label input[type="checkbox"][disabled].checkbox:checked + span:before, label input[type="checkbox"][disabled].checkbox + span:before, label:active input[type="checkbox"][disabled].checkbox:checked + span:before, label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
  box-shadow: none;
  color: #a7a7a7;
  box-shadow: none !important;
  background: #eee !important;
  border-color: #ccc !important;
}

.open > .dropdown-menu {
  animation-name: flipInX;
  animation-duration: .4s;
  animation-fill-mode: both;
}

.active + .ajax-dropdown {
  animation-name: flipInY;
  animation-duration: .7s;
  animation-fill-mode: both;
}

.square {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
}

[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 {
  color: #333;
  background: #fff;
  border-color: #333;
}

.colorblind-friendly .alert-danger, .colorblind-friendly .btn-danger {
  background-color: #303030;
  background-image: url("../img/colorblind-friendly/pt1.png");
  border-color: #272727;
}

.colorblind-friendly .alert-success, .colorblind-friendly .btn-success {
  background-color: #1e5e00;
  background-image: url("../img/colorblind-friendly/pt2.png");
  border-color: #ff00eb;
}

.colorblind-friendly .alert-warning, .colorblind-friendly .btn-warning {
  background-color: #a07a00;
  background-image: url("../img/colorblind-friendly/pt3.png");
  border-color: #5f4415;
}

.colorblind-friendly .alert-info, .colorblind-friendly .btn-info {
  background-color: #002e70;
  border-color: #f90;
}

.colorblind-friendly .jarviswidget-ctrls .button-icon:hover {
  background-color: #333;
  color: #fff !important;
}

.colorblind-friendly .jarviswidget-color-blueDark .jarviswidget-ctrls .button-icon:hover, .colorblind-friendly .jarviswidget-color-darken .jarviswidget-ctrls .button-icon:hover, .colorblind-friendly .jarviswidget-color-blue .jarviswidget-ctrls .button-icon:hover {
  background-color: #fff;
  color: #333 !important;
}

.colorblind-friendly .jarviswidget {
  position: relative;
}

.colorblind-friendly .jarviswidget:hover:before {
  visibility: visible;
  z-index: 0;
  border: 6px solid #333;
  border-bottom-width: 10px;
  height: 103%;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -5px;
  right: -5px;
  overflow: visible;
}

.colorblind-friendly .nav > li:not(.active) > a:focus, .colorblind-friendly .nav > li:not(.active) > a:hover {
  background-color: #303030;
  color: #fff !important;
}

.page-footer {
  background: #2a2725;
  border-top: 1px solid #cecece;
  width: 100%;
  height: 52px;
  padding: 15px 13px 0 233px;
  display: block;
  position: absolute;
  bottom: 0;
}

.fixed-page-footer .page-footer {
  z-index: 901;
  position: fixed;
}

.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 5px !important;
  }

  .inbox-nav-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .inbox-data-message > :first-child > :first-child {
    font-size: 14px;
    display: block !important;
  }

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

  .hidden-tablet, .display-inline.hidden-tablet {
    display: none !important;
  }

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 310px;
    overflow: hidden;
  }

  .dropzone .dz-default.dz-message {
    background-size: 100%;
    width: 200px;
    height: 43px;
    margin-top: -23.5px;
    margin-left: -112px;
  }
}

@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 {
    width: 40px;
    margin-top: 9px;
  }

  .btn-header a {
    width: 40px !important;
    margin-top: 9px !important;
  }

  #hide-menu i {
    color: #6d6a69;
    font-size: 100%;
  }

  .hidden-menu #hide-menu i {
    color: #fff;
  }

  #hide-menu i:before {
    content: "";
  }

  .hidden-menu #left-panel {
    left: 0;
  }

  .hidden-menu #main {
    position: relative;
    left: 210px;
  }

  .hidden-menu.fixed-ribbon #ribbon {
    width: 100%;
    left: 220px;
  }

  .fixed-ribbon #ribbon {
    left: 0;
  }

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    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 {
    width: 40px !important;
    height: 39px !important;
    margin-top: 5px !important;
    line-height: 38px !important;
  }

  #logo {
    margin-top: 10px;
  }

  #logo img {
    width: 127px;
  }

  .btn-header.transparent a {
    background: none;
    margin-left: 0;
    box-shadow: none !important;
    border: none !important;
    width: 25px !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: "";
  }

  .hidden-menu #left-panel {
    left: 0;
  }

  .hidden-menu #main {
    position: relative;
    left: 210px;
  }

  .hidden-menu.fixed-ribbon #ribbon {
    width: 100%;
    left: 220px;
  }

  .fixed-ribbon #ribbon {
    left: 0;
  }

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    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 {
    border-right: none !important;
    margin-top: 0 !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 {
    background: none;
    margin-left: 0;
    box-shadow: none !important;
    border: none !important;
    width: 25px !important;
  }

  .btn-header.transparent a:hover {
    color: #a90329;
  }

  #hide-menu > :first-child > a, .btn-header a {
    width: 40px !important;
    height: 39px !important;
    margin-top: 5px !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: "";
  }

  .hidden-menu #left-panel {
    left: 0;
  }

  .hidden-menu #main {
    position: relative;
    left: 210px;
  }

  .hidden-menu.fixed-ribbon #ribbon {
    width: 100%;
    left: 220px;
  }

  .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 {
    box-sizing: border-box;
    background: #333;
    width: 100%;
    height: 49px;
    padding: 0 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .search-mobile .header-search > input[type="text"] {
    border-color: #333;
    height: 45px;
    margin-top: 2px;
    padding-right: 75px;
  }

  .search-mobile .header-search > button {
    background: #ddd;
    height: 29px;
    line-height: 29px;
    right: 44px;
  }

  .search-mobile #search-mobile {
    display: none;
  }

  .search-mobile #cancel-search-js {
    display: block;
  }

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    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 {
    border-right: none !important;
    margin-top: 0 !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 {
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #cfcfcf;
  }

  #ribbon .breadcrumb a, #ribbon .breadcrumb {
    color: #6d6c6c !important;
  }

  #ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
    color: #333 !important;
  }

  #hide-menu > :first-child > a, .btn-header a {
    width: 40px !important;
    height: 39px !important;
    margin-top: 5px !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 {
    background: none;
    margin-left: 0;
    box-shadow: none !important;
    border: none !important;
    width: 25px !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: "";
  }

  .hidden-menu #left-panel {
    left: 0;
  }

  .hidden-menu #main {
    position: relative;
    left: 210px;
  }

  .hidden-menu.fixed-ribbon #ribbon {
    width: 100%;
    left: 220px;
  }

  .fixed-ribbon #ribbon {
    left: 0;
  }

  .header-search {
    display: none;
  }

  #search-mobile {
    display: block;
  }

  .search-mobile .header-search {
    box-sizing: border-box;
    background: #333;
    width: 100%;
    height: 49px;
    padding: 0 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .search-mobile .header-search > input[type="text"] {
    border-color: #333;
    height: 45px;
    margin-top: 2px;
    padding-right: 75px;
  }

  .search-mobile .header-search > button {
    background: #ddd;
    height: 29px;
    line-height: 29px;
    right: 44px;
  }

  .search-mobile #search-mobile {
    display: none;
  }

  .search-mobile #cancel-search-js {
    display: block;
  }

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

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    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;
    margin-right: 0;
    top: -25px;
  }

  .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 {
    border-right: none !important;
    margin-top: 0 !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 {
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #cfcfcf;
  }

  #ribbon .breadcrumb a, #ribbon .breadcrumb {
    color: #6d6c6c !important;
  }

  #ribbon .breadcrumb > .active, #ribbon .breadcrumb li:last-child {
    color: #333 !important;
  }

  #logo {
    width: 135px;
  }

  #logo-group {
    width: 169px !important;
  }

  #sparks {
    text-align: center;
    background: #e0e0e0;
    margin-bottom: 15px;
    padding: 10px 0;
  }

  #sparks li {
    padding: 0 10px 0 20px;
  }

  #hide-menu > :first-child > a, .btn-header a {
    width: 40px !important;
    height: 39px !important;
    margin-top: 5px !important;
    line-height: 38px !important;
  }

  #logo {
    margin-top: 10px;
  }

  #logo img {
    width: 127px;
  }

  .btn-header.transparent a {
    background: none;
    margin-left: 0;
    box-shadow: none !important;
    border: none !important;
    width: 25px !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: "";
  }

  .hidden-menu #left-panel {
    left: 0;
  }

  .hidden-menu #main {
    position: relative;
    left: 210px;
  }

  .hidden-menu.fixed-ribbon #ribbon {
    width: 100%;
    left: 220px;
  }

  .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;
    top: 49px;
    left: 0;
  }

  .ajax-dropdown:before {
    margin-left: -14px;
  }

  .ajax-dropdown:after {
    margin-left: -13px;
  }

  .header-search {
    display: none;
  }

  #search-mobile {
    margin-left: 0;
    display: block;
  }

  .search-mobile .header-search {
    box-sizing: border-box;
    background: #333;
    width: 100%;
    height: 49px;
    padding: 0 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .search-mobile .header-search > input[type="text"] {
    border-color: #333;
    height: 45px;
    margin-top: 2px;
    padding-right: 75px;
  }

  .search-mobile .header-search > button {
    background: #ddd;
    height: 29px;
    line-height: 29px;
    right: 44px;
  }

  .search-mobile #search-mobile {
    display: none;
  }

  .search-mobile #cancel-search-js {
    display: block;
  }

  .jarviswidget header h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 135px;
    overflow: hidden;
  }
}

@-ms-viewport {
  
}

#extr-page #main {
  margin-top: 0 !important;
}

#mobile-profile-img {
  padding-left: 2px !important;
  padding-right: 2px !important;
  display: none !important;
}

.menu-on-top #mobile-profile-img {
  display: block !important;
}

#mobile-profile-img a.userdropdown img {
  border-radius: 3px;
  width: 30px;
  margin-top: 5px;
  margin-left: 2px;
  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-top: 69px !important;
  margin-left: 0 !important;
}

.menu-on-top .minifyme, .menu-on-top #hide-menu, .menu-on-top #logout {
  display: none !important;
}

.menu-on-top aside#left-panel {
  border-top: 1px solid #333;
  border-bottom: 1px solid #222;
  height: auto;
  overflow: visible;
  box-shadow: 0 2px 4px #00000040;
  width: 100% !important;
  min-height: 0 !important;
}

.menu-on-top aside#left-panel nav > ul {
  width: 100%;
  display: block;
}

.menu-on-top aside#left-panel nav > ul > li:first-child {
  margin-left: 0;
}

.menu-on-top aside#left-panel nav > ul > li {
  float: left;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #222;
  display: inline-block;
  position: relative;
  overflow: visible;
  height: auto !important;
  padding: 0 !important;
}

.menu-on-top aside#left-panel nav > ul > li > a {
  height: 68px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  text-shadow: none !important;
  padding: 10px 9px !important;
}

.menu-on-top li.active > a {
  font-weight: bold !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 {
  font-size: 24px;
  line-height: inherit;
  text-align: center;
  width: 100%;
  margin: 1px 0 2px;
  display: block !important;
}

.menu-on-top .menu-item-parent {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
  max-width: 72px;
  font-size: 13px;
  overflow: hidden;
}

.menu-on-top .menu-item-parent + span {
  position: absolute;
  top: 5px;
  right: 5px;
  float: none !important;
}

.menu-on-top nav ul ul li a {
  font-size: 13px;
  padding-left: 10px !important;
}

.menu-on-top aside#left-panel nav > ul > li:hover {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfcfcf));
  background: -ms-linear-gradient(bottom, #fff, #cfcfcf);
  background: -moz-linear-gradient(center bottom, #fff 0%, #cfcfcf 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#cfcfcf", endColorstr= "#ffffff", GradientType= 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfcfcf));
  background: -o-linear-gradient(#cfcfcf, #fff);
}

.menu-on-top aside#left-panel nav > ul > li:hover > a {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  color: #333 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.menu-on-top aside#left-panel nav > ul > li > ul {
  background: #3a3633;
  position: absolute !important;
}

.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 ul li a:hover, .menu-on-top nav ul ul li:hover > a {
  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 {
  -webkit-box-shadow: 0 6px 12px #0000002d;
  -moz-box-shadow: 0 6px 12px #0000002d;
  box-shadow: none;
  border: 1px solid #c7c7c7;
  border-top: none;
  border-bottom-color: #bd2a2a;
  border-radius: 0;
  width: 200px;
  margin-left: 0;
  padding: 3px;
  box-shadow: 0 6px 12px #0000002d;
  background: #fff !important;
  display: none !important;
}

.menu-on-top nav > ul ul li:hover > ul {
  z-index: 999;
  background: #333;
  position: absolute;
  top: -8px;
  left: 100%;
  display: block !important;
}

.menu-on-top nav > ul > li > a:after {
  left: 46%;
  color: #636363 !important;
  content: "" !important;
  top: 76% !important;
}

.menu-on-top nav > ul > li > a:after, .menu-on-top nav > ul ul > li a:after, .menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:hover:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 4px;
  display: block !important;
}

.menu-on-top nav .collapse-sign {
  display: none;
}

.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 {
  width: auto;
  height: auto;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
  top: 118px;
  left: 0;
}

@media (max-width: 979px) {
  .menu-on-top #mobile-profile-img a.userdropdown img {
    border-radius: 3px;
    width: 39px;
    margin-top: 0;
    margin-left: 2px;
    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 {
    display: none;
    left: 0;
  }

  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 {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    height: 300px !important;
    overflow-x: hidden !important;
  }

  .menu-on-top .menu-item-parent {
    text-align: left;
    min-width: 85%;
    max-width: 85%;
    text-overflow: inherit;
    white-space: inherit;
    padding-left: 5px;
    overflow: visible;
  }

  .menu-on-top .menu-item-parent + span {
    margin-top: -8px;
    top: 50%;
  }

  .menu-on-top nav li.active > ul {
    display: block;
  }

  .menu-on-top nav > ul > li.active {
    background: -moz-linear-gradient(top, #cfcfcf 0, #fff 66%);
    background: -o-linear-gradient(top, #cfcfcf 0, #fff 66%);
    background: -ms-linear-gradient(top, #cfcfcf 0, #fff 66%);
    background: linear-gradient(#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 {
    margin-top: -8px;
    font-size: 15px;
    top: 50%;
    right: 15px;
    content: "" !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 {
    margin-top: -14px;
    font-size: 20px;
    left: auto;
    top: 50% !important;
  }

  .menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    border: none;
    padding: 0;
  }

  .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 {
    border-bottom: 1px dotted #585858;
    height: auto;
    display: block;
    padding: 8px 9px !important;
  }

  .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 {
    width: 100%;
    top: 0;
    left: 0;
    position: relative !important;
  }

  .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 #left-panel, .no-menu #hide-menu, .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 {
  border-radius: 3px;
  width: 30px;
  margin-top: 5px;
  margin-left: 2px;
  border: 1px solid #797979 !important;
}

.smart-style-1 a {
  transition: color .1s linear, background-color .1s linear !important;
}

.smart-style-1 body.container {
  border-left: 1px solid #22262e66;
  border-right: 1px solid #22262e66;
}

.smart-style-1 #header {
  background-color: #22262e;
  background-image: none;
}

.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: -moz-linear-gradient(top, #6f7d94, #697486);
  background-image: linear-gradient(#6f7d94, #697486);
}

.smart-style-1 #logo-group {
  background: #22262e !important;
}

.smart-style-1 #logo-group span#activity {
  color: #fff;
  cursor: pointer;
  background: #0d0f12;
  border: 1px solid #0d0f12;
}

.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 {
  color: #e1e8f3;
  background: #5c6c86;
}

.smart-style-1 #show-shortcut:hover > i {
  color: #fff;
}

.smart-style-1 .superbox-list.active:before {
  color: #1b1e24;
}

.smart-style-1 nav ul b {
  margin-top: 0;
  font-size: 14px;
}

.smart-style-1 nav ul b .fa-plus-square-o:before {
  content: "";
}

.smart-style-1 nav ul b .fa-minus-square-o:before {
  content: "";
}

.smart-style-1 nav ul ul {
  background: #22262e;
}

.smart-style-1 nav ul ul li > a {
  color: #e1eaf1;
  text-shadow: 0 1px 1px #000;
  padding-left: 43px;
  font-size: 13px;
  font-weight: 300;
  display: block;
  overflow: hidden;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

.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 {
  vertical-align: 0;
  font-size: 17px;
}

.smart-style-1 nav > ul > li > a b {
  top: 12px;
  right: 17px;
}

.smart-style-1 nav > ul > li > a > i:after {
  border: 1px solid #fff;
}

.smart-style-1 nav > ul > li > a:hover i {
  animation-name: none;
}

.smart-style-1 .header-search > input[type="text"] {
  border-radius: 2px;
  border-color: #fff !important;
}

.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 {
  border-radius: 50%;
  width: 35px;
}

.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 > .active, .smart-style-1 #ribbon .breadcrumb li:last-child {
  color: #868686;
}

.smart-style-1 #ribbon .breadcrumb a, .smart-style-1 #ribbon .breadcrumb {
  color: #747474 !important;
}

.smart-style-1 .open > .dropdown-menu, .smart-style-1 .dropdown-menu {
  padding: 4px;
}

.smart-style-1 .dropdown-menu > li > a, .smart-style-1 .dropdown-menu > li > a {
  border-radius: 4px;
  margin: 3px 0;
}

.smart-style-1 aside, .smart-style-1 .superbox-show, .smart-style-1 .page-footer {
  background: #1b1e24;
}

.smart-style-1 .login-info span, .smart-style-1 .login-info {
  border-bottom: none;
}

.smart-style-1 nav > ul > li > ul:before, .smart-style-1 nav > ul ul li:before {
  border: none !important;
}

.smart-style-1 nav ul li a, .smart-style-1 .login-info strong, .smart-style-1 .login-info a {
  color: #8b91a0;
}

.smart-style-1 .pagination > .active > a, .smart-style-1 .pagination > .active > span, .smart-style-1 .pagination > .active > a:hover, .smart-style-1 .pagination > .active > span:hover, .smart-style-1 .pagination > .active > a:focus, .smart-style-1 .pagination > .active > span:focus {
  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-top: 1px solid #303031;
  border-bottom: 1px solid #131416;
}

.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-color-greenLight > header, .smart-style-1 .jarviswidget .bg-color-greenLight {
  background: #96b447 !important;
  border-color: #96b447 !important;
}

.smart-style-1 .jarviswidget-color-yellow > header, .smart-style-1 .jarviswidget .bg-color-yellow {
  color: #25241f;
  background: #fdd01c !important;
  border-color: #dbb727 !important;
}

.smart-style-1 .jarviswidget-color-pink > header, .smart-style-1 .jarviswidget .bg-color-pink {
  background: #db8ebb !important;
}

.smart-style-1.menu-on-top nav ul ul li > a {
  color: #646e75;
  text-shadow: none !important;
}

.smart-style-1.menu-on-top nav ul ul li a {
  font-size: 13px;
  padding-left: 10px !important;
}

.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 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #222;
  box-shadow: 0 2px 4px #00000040;
}

.smart-style-1.menu-on-top aside#left-panel nav > ul > li {
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
}

.smart-style-1.menu-on-top aside#left-panel nav > ul > li > a {
  font-size: 13px;
  text-shadow: none !important;
  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 {
  background: -moz-linear-gradient(top, #04070c 0%, #2e3e57 66%);
  background: -o-linear-gradient(top, #04070c 0%, #2e3e57 66%);
  background: -ms-linear-gradient(top, #04070c 0%, #2e3e57 66%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#04070C", endColorstr= "#2E3E57", GradientType= 0);
  background: linear-gradient(#04070c, #2e3e57 66%);
  border-left-color: #333;
  border-right-color: #333;
}

.smart-style-1.menu-on-top aside#left-panel nav > ul > li:hover > a {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #f1f1f1 !important;
  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 {
  border: 1px solid #0000;
  padding: 0;
  background: #2e3e57 !important;
}

.smart-style-1.menu-on-top nav > ul > li > a:after, .smart-style-1.menu-on-top nav > ul ul > li a:after, .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: #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 > a:hover, .smart-style-1.menu-on-top nav ul ul li.active:hover > a {
  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: #ffffffe6;
}

.smart-style-2 #shortcut ul {
  border-bottom: 1px solid #a8badb;
  box-shadow: 0 4px 10px #0000004d;
}

.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 {
  color: #c5c6ca;
  background: none !important;
  border: none !important;
}

.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"] {
  color: #fff;
  background: #161b22;
  border: 1px solid #0f1217;
  border-radius: 4px;
}

.smart-style-2 #ribbon {
  background: #fff;
}

.smart-style-2 .btn.btn-ribbon {
  background: #9498a0;
}

.smart-style-2 aside {
  background: #f7f7f7;
  background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
  background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
  background: linear-gradient(to right, #f7f7f7 99%, #cacaca 100%);
  min-height: 100%;
}

.smart-style-2 #left-panel {
  padding: 64px 15px 15px;
}

.smart-style-2 .login-info {
  height: auto;
  margin-bottom: 7px !important;
}

.smart-style-2 .login-info span {
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px 7px;
}

.smart-style-2 .login-info a {
  color: #33455a;
  margin-top: 2px;
  font-size: 16px !important;
}

.smart-style-2 .login-info a span {
  max-width: 105px;
  padding: 0;
  font-size: 16px !important;
}

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

.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 {
  color: #7e7e7e;
  background: #d7dae2;
  border-bottom: 1px solid #818181;
}

.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-color: #2c3742;
  background-image: none;
}

.smart-style-2 .btn-header > :first-child > a, .smart-style-2 #hide-menu a > i {
  background: none;
  box-shadow: none !important;
  color: #c5c6ca !important;
  border: none !important;
}

.smart-style-2 .btn-header > :first-child > a:hover, .smart-style-2 #hide-menu a:hover i {
  color: #fff !important;
  cursor: pointer !important;
}

.smart-style-2 .header-search > button, .smart-style-2 .header-dropdown-list a.dropdown-toggle {
  color: #c5c6ca;
}

.smart-style-2.fixed-ribbon #ribbon {
  border-bottom: 1px solid #e0e0e0;
}

.smart-style-2 #ribbon .breadcrumb li:last-child, .smart-style-2 #ribbon .breadcrumb > .active, .smart-style-2 #ribbon .breadcrumb, .smart-style-2 #ribbon .breadcrumb a {
  color: #7c7c7c !important;
}

.menu-on-top.smart-style-2 #left-panel {
  padding-top: 49px !important;
}

.smart-style-2 .login-info span, .smart-style-2 .login-info {
  box-shadow: none !important;
  border: 0 !important;
}

.smart-style-2 nav ul li.open > a, .smart-style-2 nav ul li.open > a b, .smart-style-2 nav ul .active > a {
  font-weight: bold;
  color: #202427 !important;
}

.smart-style-2 nav ul ul li > a:hover, .smart-style-2 nav ul li a:hover {
  color: #202427 !important;
  background: none !important;
}

.smart-style-2 nav > ul > li > ul:before, .smart-style-2 nav > ul ul li: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:hover, .smart-style-2 .btn-primary:focus, .smart-style-2 .btn-primary:active, .smart-style-2 .btn-primary.active, .smart-style-2 .open .dropdown-toggle.btn-primary {
  background-color: #3e90d4;
  border-color: #2f7dbe;
}

.smart-style-2 .dropdown-menu > li > a:hover, .smart-style-2 .dropdown-menu > li > a:focus {
  background-color: #3e90d4;
}

.smart-style-2 .btn-success:hover, .smart-style-2 .btn-success:focus, .smart-style-2 .btn-success:active, .smart-style-2 .btn-success.active, .smart-style-2 .open .dropdown-toggle.btn-success {
  background-color: #89ad45;
  border-color: #78973b;
}

.smart-style-2 .btn-danger:hover, .smart-style-2 .btn-danger:focus, .smart-style-2 .btn-danger:active, .smart-style-2 .btn-danger.active, .smart-style-2 .open .dropdown-toggle.btn-danger {
  background-color: #cf4762;
  border-color: #c0455e;
}

.smart-style-2 .btn-warning:hover, .smart-style-2 .btn-warning:focus, .smart-style-2 .btn-warning:active, .smart-style-2 .btn-warning.active, .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 > span, .smart-style-2 .pagination > .active > a:hover, .smart-style-2 .pagination > .active > span:hover, .smart-style-2 .pagination > .active > a:focus, .smart-style-2 .pagination > .active > span:focus {
  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: 50px 0 0 !important;
}

.smart-style-2.minified nav ul > li > a {
  padding: 12px 11px;
}

.smart-style-2.minified nav ul li.active > a:before {
  color: #fff;
  height: 23px;
  font-size: 20px;
  top: 7px;
  right: -19px;
}

.smart-style-2.minified nav > ul > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
}

.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-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.smart-style-2.menu-on-top nav ul ul li > a {
  color: #646e75;
  text-shadow: none !important;
}

.smart-style-2.menu-on-top nav ul ul li a {
  font-size: 13px;
  padding-left: 10px !important;
}

.smart-style-2.menu-on-top nav ul ul li:hover > a {
  background-color: #5e6c88;
  color: #fff !important;
}

.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #b8b8b8;
}

.smart-style-2.menu-on-top aside#left-panel nav > ul > li {
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
}

.smart-style-2.menu-on-top aside#left-panel nav > ul > li > a {
  font-size: 13px;
  text-shadow: none !important;
  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-left-color: #fff;
  border-right-color: #fff;
}

.smart-style-2.menu-on-top aside#left-panel nav > ul > li:hover > a {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #f1f1f1 !important;
  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 {
  border: 1px solid #0000;
  background: #2e3e57 !important;
}

.smart-style-2.menu-on-top nav > ul > li > a:after, .smart-style-2.menu-on-top nav > ul ul > li a:after, .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: #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;
}

body.smart-style-3, .smart-style-3 body {
  font-family: Arial, sans-serif;
  background: #fff !important;
}

.smart-style-3 nav > ul > li > a > i > em {
  font-family: Arial, sans-serif;
}

.smart-style-3 #logo img {
  height: auto;
  margin-top: -3px;
  padding-left: 3px;
}

.smart-style-3 #header {
  background-color: #f78c40;
  background-image: -moz-linear-gradient(top, #f78c40, #d67632);
  background-image: linear-gradient(#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 {
  background: #0003;
  border-radius: 3px;
  margin-top: 14px;
  padding: 2px 7px 3px;
  display: block;
}

.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 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.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: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: linear-gradient(#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 {
  color: #bbb;
  top: 6px;
}

.smart-style-3 nav ul li.active > a {
  font-weight: bold;
}

.smart-style-3 nav ul ul {
  background: none;
}

.smart-style-3 nav ul ul li > a {
  font-size: 13px;
}

.smart-style-3 nav ul li a:hover {
  background: #0000000d !important;
}

.smart-style-3 .superbox-list.active:before {
  color: #3d3b39;
}

.smart-style-3 .active + .ajax-dropdown {
  box-shadow: 1px 14px 16px #3d230e8c;
}

.smart-style-3 .dropdown-menu {
  background: #fddfb3;
  border-bottom: 2px solid #adadad;
  border-radius: 0;
}

.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: #191006d9;
}

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

.smart-style-3 .btn-header > :first-child > a, .smart-style-3 #logo-group span#activity {
  background-color: #dd7c37;
  background-image: -moz-linear-gradient(top, #dd7c37, #b9662b);
  text-shadow: 0 -1px #985813;
  background-image: linear-gradient(#dd7c37, #b9662b);
  border: 1px solid #f09d61;
  color: #fff !important;
}

.smart-style-3 .btn-header > :first-child > a:hover, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header > :first-child > a:active, .smart-style-3 #logo-group span#activity:active {
  background-color: #dd7a35;
  background-image: -moz-linear-gradient(top, #dd7a35, #984a13);
  background-image: linear-gradient(#dd7a35, #984a13);
  box-shadow: inset 1px 1px #985813, inset -1px -1px #985813;
}

.smart-style-3 .project-selector, .smart-style-3 .project-context > :first-child, .smart-style-3 .header-dropdown-list > li > .dropdown-toggle {
  color: #fff;
  text-shadow: 0 -1px #985813;
}

.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-top: 1px solid #fff;
  border-bottom: 1px solid #e9e4e4;
}

.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: #454545e6;
}

.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:hover, .smart-style-3 .dropdown-menu > li > a:focus, .smart-style-3 .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #ec9519;
}

.smart-style-3 .dropdown-menu-large > li ul > li > a:focus, .smart-style-3 .dropdown-menu-large > li ul > li > a:hover {
  background-color: #f1b686;
  border-radius: 3px;
}

.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="url"], .smart-style-3 input[type="text"], .smart-style-3 textarea {
  color: #000;
  border-color: #a3a3a3 #ccc #ccc #a3a3a3;
  box-shadow: inset 0 1px #d6d6d6;
}

.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 .bigBox span, .smart-style-3 .SmallBox 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 {
  font-size: 13px;
  padding-left: 10px !important;
}

.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 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 4px #00000040;
}

.smart-style-3.menu-on-top aside#left-panel nav > ul > li {
  border-left: 1px solid #fff;
  border-right: 1px solid #e2e2e2;
}

.smart-style-3.menu-on-top aside#left-panel nav > ul > li > a {
  font-size: 13px;
  text-shadow: none !important;
  border: none !important;
  padding: 10px 9px !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: #0000000d;
}

.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 > li > a:after, .smart-style-3.menu-on-top nav > ul ul > li a:after, .smart-style-3.menu-on-top nav ul ul li:hover > a:after, .smart-style-3.menu-on-top nav > ul ul > li a:hover:after, .smart-style-3.menu-on-top nav ul ul li:hover > a:after, .smart-style-3.menu-on-top nav > ul ul > li a:hover: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 {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

body.smart-style-4, .smart-style-4 nav > ul > li > a > i > em {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.smart-style-4:not(.menu-on-top) #left-panel {
  padding-top: 49px;
}

.smart-style-4 #ribbon {
  z-index: 1;
  background: none;
  font-size: 11px;
  font-weight: bold;
  top: 30px;
  left: 3px;
  position: absolute !important;
}

.smart-style-4 #header {
  background: #fff;
  box-shadow: 0 2px 2px #0000000d, 0 1px #0000000d;
}

.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: -webkit-gradient(linear, left bottom, left top, from(#5a8354), to(#8fb489));
  background: -ms-linear-gradient(bottom, #5a8354, #8fb489);
  background: -moz-linear-gradient(center bottom, #5a8354 0%, #8fb489 100%);
  color: #e8efe7;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#8fb489", endColorstr= "#5a8354", GradientType= 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#5a8354), to(#8fb489));
  background: -o-linear-gradient(#8fb489, #5a8354);
  border-color: #5a8354;
}

.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 {
  margin-right: -3px;
  padding-right: 0;
  display: inline-block;
}

.smart-style-4 aside {
  background: #3a3f51;
}

.smart-style-4 aside .minifyme {
  color: #e8efe7;
  background: #71a06a;
}

.smart-style-4 aside .minifyme:hover {
  color: #fff;
  background: #8fb489;
}

.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-position: 0;
  background-repeat: no-repeat;
  border-left: 4px solid #fff;
  height: 20px;
  top: 6px;
  left: 0;
}

.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;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 13px;
  transition: background-color .2s ease-in-out;
}

.smart-style-4 nav > ul > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.smart-style-4 nav > ul > li > a b {
  font-size: 14px;
  top: 11px;
}

.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 {
  color: #fff;
  background: #313645;
}

.smart-style-4 nav ul li a:active {
  color: #fff;
  background: #292d39;
}

.smart-style-4 nav ul ul, .smart-style-4 nav ul li.open > a, .smart-style-4.minified nav ul ul, .smart-style-4.minified nav li li {
  background: #363a4b;
}

.smart-style-4 nav > ul > li > ul:before, .smart-style-4 nav > ul ul li:before {
  border: none;
}

.smart-style-4 #content > .row:first-child {
  background-color: #f7f7f9;
  border-bottom: 1px solid #d9dbe4;
  margin-top: -10px;
  margin-bottom: 13px;
  padding-top: 10px;
  padding-bottom: 7px;
}

.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-selector, .smart-style-4 .project-selector, .smart-style-4 #project-context > :first-child, .smart-style-4 .project-context > :first-child, .smart-style-4 .header-dropdown-list > li > .dropdown-toggle, .smart-style-4 .btn-header.transparent a {
    text-shadow: none;
    color: #fff !important;
  }
}

.smart-style-5 {
  color: #fff;
  background: url("../img/glass.jpg") top / cover no-repeat fixed;
}

.smart-style-5 .list-group-item, .smart-style-5 .list-group-item > div > div {
  background: #000000b3;
}

.smart-style-5 .list-group-item > div > div > input, .smart-style-5 .list-group-item > div > div > textarea, .smart-style-5 .list-group-item > div > div > select {
  color: #fff;
  background: #ffffffbf;
  border-color: #fff6;
}

.smart-style-5 .disabled {
  color: #fff;
}

.smart-style-5 .btn-header > :first-child > a, .smart-style-5 #ribbon, .smart-style-5 #logo-group span#activity, .smart-style-5 .header-search > input[type="text"], .smart-style-5 #header, .smart-style-5 .jvectormap-container {
  background: none !important;
}

.smart-style-5.fixed-header #header {
  background: #000000b3 !important;
}

.smart-style-5.fixed-ribbon #ribbon {
  background: #0000003b !important;
}

.smart-style-5 .jarviswidget > header, .smart-style-5 .login-info, .smart-style-5 .header-search > input[type="text"], .smart-style-5 .btn-header > :first-child > a, .smart-style-5 #logo-group span#activity {
  border-color: #0000;
}

.smart-style-5 .jarviswidget > header:hover, .smart-style-5 .login-info:hover, .smart-style-5 .header-search > input[type="text"]:hover, .smart-style-5 .btn-header > :first-child > a:hover, .smart-style-5 #logo-group span#activity:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smart-style-5 .jarviswidget > header, .smart-style-5 .page-title span, .smart-style-5 #project-context > :first-child, .smart-style-5 .project-context > :first-child, .smart-style-5 #logo-group span#activity, .smart-style-5 #project-selector, .smart-style-5 .project-selector, .smart-style-5 a, .smart-style-5 .bs-example-type .table .info, .smart-style-5 .highlight, .smart-style-5 pre, .smart-style-5 .highlight pre code, .smart-style-5 code, .smart-style-5 .smart-form .checkbox input + i:after, .smart-style-5 .smart-form header, .smart-style-5 .easy-pie-chart .percent, .smart-style-5 .tree li span, .smart-style-5 .dd-handle > span, .smart-style-5 .irs-grid-text, .smart-style-5 .irs-max, .smart-style-5 .irs-min, .smart-style-5 .irs-grid-pol, .smart-style-5 .dygraph-axis-label, .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 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 .todo-group-title, .smart-style-5 .todo > li > p > :first-child, .smart-style-5 .todo > li > p > .date, .smart-style-5 .text-muted, .smart-style-5 .todo > li > p, .smart-style-5 .inbox-menu-lg li a, .smart-style-5 .inbox-data-message > :first-child span, .smart-style-5 .inbox-data-message > :first-child, .smart-style-5 .responsive-utilities td.is-visible, .smart-style-5 .close, .smart-style-5 .close:focus, .smart-style-5 .close:hover, .smart-style-5 .jarviswidget header:first-child .nav-tabs li a, .smart-style-5 .nav-tabs > li > a, .smart-style-5 .row-seperator-header, .smart-style-5 .usr-card-content > :first-child, .smart-style-5 .superbox-imageinfo span, #extr-page .smart-style-5 h4.paragraph-header, #extr-page .smart-style-5 h5.about-heading, .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 .header-search > button, .smart-style-5 .dropdown-menu > li > a, .smart-style-5 .notification-body .from, .smart-style-5 .notification-body time, .smart-style-5 .ui-widget-content {
  color: #fff;
}

.smart-style-5 .txt-color-blueDark, .smart-style-5 #ribbon .breadcrumb, .smart-style-5 #ribbon .breadcrumb a {
  color: #fff !important;
}

.smart-style-5 .open .project-selector, .smart-style-5 #ribbon .breadcrumb li:last-child, .smart-style-5 #ribbon .breadcrumb > .active {
  color: #ffd600;
}

.smart-style-5 a:hover, .smart-style-5 a:focus {
  color: #ffd600;
  text-decoration: none;
}

.smart-style-5 #header, .smart-style-5 .login-info > span {
  border-bottom: 1px solid #ffffe126;
}

.smart-style-5 .jarviswidget > header {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #00000080;
}

.smart-style-5 aside#left-panel, .smart-style-5 .fc-border-separate thead tr, .smart-style-5 .table thead tr {
  background: #0000006e;
}

.smart-style-5 .jarviswidget > div {
  background: #0000002e !important;
  border-color: #00000021 !important;
}

.smart-style-5 .highlight {
  background: #ffffe16e;
  border-color: #ffffe126;
}

.smart-style-5 pre {
  background: #ffffff21;
}

.smart-style-5 .highlight pre code, .smart-style-5 code {
  background: #00000021;
  border-color: #0000;
}

.smart-style-5 .well, .smart-style-5 .bs-example {
  background: #ffffff3b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0000006e;
}

.smart-style-5 .alert {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
}

.smart-style-5 .alert-info {
  color: #e7f1ff;
  background: #aecfe96e;
}

.smart-style-5 .alert-success {
  color: #fff;
  background-color: #78c99c80;
  border-color: #84e9b180;
}

.smart-style-5 .alert-warning {
  color: #fff;
  background-color: #fff2c866;
  border-color: #fff2c866;
}

.alert-warning a {
  color: #333;
}

.smart-style-5 .alert-danger {
  color: #fff;
  background-color: #c26565b3;
  border-color: #953b39;
}

.smart-style-5 hr {
  border-color: #ffffe126;
}

.smart-style-5 .header-search > input[type="text"], .smart-style-5 .btn-header > :first-child > a {
  color: #fff;
  background: #0000001a !important;
}

.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, .smart-style-5 .bs-example {
  border-color: #ffffe126;
}

.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 ::-webkit-input-placeholder {
  color: #fff;
}

.smart-style-5 ::-moz-placeholder {
  color: #fff;
}

.smart-style-5 :-moz-placeholder-shown {
  color: #fff;
}

.smart-style-5 :-webkit-placeholder {
  color: #fff;
}

.smart-style-5 :placeholder {
  color: #fff;
}

.smart-style-5 :-moz-placeholder-shown {
  color: #fff;
}

.smart-style-5 .page-footer {
  background: #00000054;
  border-color: #ffffe126;
}

.smart-style-5 nav ul ul {
  background: #0000003b;
}

.smart-style-5 nav ul .active > a {
  color: #ffd600 !important;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li {
  border-left-color: #0000;
  border-right-color: #ffffe126;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li:first-child {
  border-left-color: #ffffe126;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li:hover > a {
  background: #000;
  border-left-color: #0000;
  border-right-color: #0000;
  color: #ffd600 !important;
}

.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, .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 {
  background: #0000006e;
}

.smart-style-5 .ajax-dropdown:after, .smart-style-5 .ajax-dropdown:before {
  border-bottom-color: #ffffe126;
}

.smart-style-5 .ajax-dropdown .fa-4x.fa-border {
  color: #aaf1dbe6;
  border-color: #00ffe04d;
}

.smart-style-5 .notification-body .msg-body, .smart-style-5 .notification-body .subject {
  color: #ffffffb3;
}

.smart-style-5 .notification-body .unread {
  background-color: #a9fff133;
}

.smart-style-5 .notification-body > li {
  border-bottom: 1px dashed #ffffff4d;
}

.smart-style-5 .dropdown-menu {
  background: #000000a1;
}

.smart-style-5 .dropdown-menu .divider {
  background: #ffffe126;
}

.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 {
  color: #fff;
  background: #00000080;
  border-color: #0000;
}

.smart-style-5 .ajax-notifications {
  background: none;
}

.smart-style-5 .table-responsive {
  border-color: #ffffe126;
}

.smart-style-5 .dropdown-menu > li > a {
  color: #fff !important;
}

.smart-style-5 .form-control, .smart-style-5 .input-group-addon, .smart-style-5 .smart-form .input input, .smart-style-5 .smart-form .select select, .smart-style-5 .smart-form .textarea textarea, .smart-style-5 .bootstrap-tagsinput, .smart-style-5 .select2-container-multi .select2-choices, .smart-style-5 .select2-container .select2-choice .select2-arrow, .smart-style-5 .select2-container .select2-choice {
  color: #fff;
  background: #fff3;
  border-color: #fff6;
}

.smart-style-5 .select2-dropdown-open .select2-arrow {
  background: #0003 !important;
  border-color: #0006 !important;
}

.smart-style-5 .note, .smart-style-5 .form header, .smart-style-5 legend {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  color: #fff;
  text-shadow: 0 1px 5px #00000040;
}

.smart-style-5 .form-actions, .smart-style-5 label input[type="checkbox"].checkbox + span:before, .smart-style-5 label input[type="radio"].radiobox + span:before, .smart-style-5 .smart-form.widget-body-toolbar, .smart-style-5 .widget-body-toolbar {
  background: #0000006e;
}

.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: #4870553b;
}

.smart-style-5 .ui-widget-content, .smart-style-5 .popover {
  background: #000c;
  border-color: #0006;
}

.smart-style-5 .ui-datepicker {
  background: #000c !important;
}

.smart-style-5 .editable + .popover {
  background: #147258cc;
  border-color: #0006;
}

.smart-style-5 .ui-widget-content {
  background: #0000001a;
}

.smart-style-5 tr.ui-widget-content {
  background: #ffffe126;
}

.smart-style-5 .ui-spinner {
  background: none;
  border-color: #0006;
}

.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:after, .smart-style-5 .tree li span, .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: #ffffffb3;
}

.smart-style-5 .table, .smart-style-5 .ui-jqgrid .ui-jqgrid-bdiv {
  background: none;
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-pager, .smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar {
  background-color: #0000003b;
  border-color: #ffffe126;
}

.smart-style-5 .ui-jqgrid {
  border-color: #ffffe126 !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: none;
}

.smart-style-5 .arrow-box-up-right:after {
  border-color: #0000;
}

.smart-style-5 .arrow-box-up-right:before {
  border-bottom-color: #000000a1;
}

.smart-style-5 .ui-tabs .ui-tabs-nav {
  background: #0000006e;
  border-color: #ffffe126;
}

.smart-style-5 .ui-tabs {
  background: none;
}

.smart-style-5 .ui-tabs-panel {
  background: none;
  border-color: #ffffff26;
}

.smart-style-5 .popover.bottom > .arrow, .smart-style-5 .popover.top > .arrow, .smart-style-5 .popover.left > .arrow, .smart-style-5 .popover.right > .arrow {
  border-color: #0000;
}

.smart-style-5 .popover.right > .arrow:after {
  border-right-color: #000c;
  left: 0;
}

.smart-style-5 .popover.bottom > .arrow:after {
  border-bottom-color: #000c;
  top: 0;
}

.smart-style-5 .popover.top > .arrow:after {
  border-top-color: #000c;
  bottom: 0;
}

.smart-style-5 .popover.left > .arrow:after {
  border-left-color: #000c;
  right: 0;
}

.smart-style-5 .popover-title {
  background-color: #f7f7f74d;
  border-bottom: 1px solid #f7f7f74d;
}

.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: #0000006e;
}

.smart-style-5 .dt-toolbar {
  border-color: #ffffe126;
}

.smart-style-5 .table-striped > tbody > tr:nth-child(odd), .smart-style-5 .table-hover > tbody > tr:hover {
  background-color: #0000 !important;
}

.smart-style-5 .dt-toolbar-footer, .smart-style-5 .table-striped > tbody > tr:nth-child(odd) > th, .smart-style-5 .table-hover > tbody > tr:hover > td, .smart-style-5 .table-hover > tbody > tr:hover > th {
  background: #0000006e;
}

.smart-style-5 .table-striped > tbody > tr:nth-child(odd) > td {
  background: #00000021;
}

.smart-style-5 .dt-toolbar-footer {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffffe126;
}

.smart-style-5 .jarviswidget-color-blueDark > header {
  border-color: #ffffe126 !important;
}

.smart-style-5 .pagination > li > a, .smart-style-5 .pagination > li > span {
  color: #fff;
  background: #0000006e;
  border-color: #ffffe126;
}

.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 {
  color: #ccc;
  background: #0000006e;
  border-color: #ffffe126;
}

.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;
  background: #000000a1;
  border-color: #ffffe126;
}

.smart-style-5 div.DTTT .btn {
  color: #fff !important;
}

.smart-style-5 button.ColVis_Button, .smart-style-5 ul.ColVis_collection li {
  background: #0000006e;
}

.smart-style-5 .bg-color-white {
  background: #0000006e !important;
}

.smart-style-5 .dygraph-legend {
  background: none !important;
}

#extr-page .smart-style-5 #main {
  background: none;
}

#extr-page .smart-style-5 #header {
  background: #0000006e !important;
  border-color: #ffffe126 !important;
}

.smart-style-5 .client-form header, .smart-style-5 .client-form footer {
  color: #fff;
  background: #000000a1;
}

.smart-style-5 .smart-form fieldset {
  background: #ffffff08;
}

.smart-style-5 .timeline-seperator > :first-child {
  color: #fff;
  background: #0000006e;
}

.smart-style-5 .smart-form footer {
  background: #0000006e;
}

.smart-style-5 .smart-form .rating, .smart-style-5 .smart-form .toggle, .smart-style-5 .smart-form .checkbox, .smart-style-5 .smart-form .radio {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  color: #fff;
  text-shadow: 0 1px 5px #00000040;
}

.smart-style-5 .ui-datepicker .ui-datepicker-header {
  background-color: #ffffe126;
}

.smart-style-5 .table-forum thead tr th {
  border-bottom-color: #ffffe126;
}

.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: #ffffe112;
}

.smart-style-5 .note-editor .note-toolbar {
  background: #0000006e;
  border-bottom-color: #ffffe126;
}

.smart-style-5 .note-editor, .smart-style-5 .md-editor > textarea {
  background: #ffffe126;
  border-color: #ffffe126;
}

.smart-style-5 .note-editor .note-editable:focus, .smart-style-5 .md-editor > textarea:focus {
  background: #ffffe10d;
}

.smart-style-5 .superbox-show {
  background: #0000006e;
}

.smart-style-5 .superbox-list.active:before {
  color: #0000006e;
}

.smart-style-5 .progress {
  background: #00000021;
  box-shadow: inset 0 0 0 1px #ffffe126;
}

.smart-style-5 .nav > li > a:focus, .smart-style-5 .nav > li > a:hover {
  background: #000000a1;
  border-color: #ffffe126;
}

.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, .smart-style-5 .nav-tabs.bordered {
  color: #fff;
  background: #0000006e;
  border-color: #ffffe126 !important;
}

.smart-style-5 .nav-tabs > li.active > a {
  box-shadow: 0 -2px #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: #ffffe126;
}

.smart-style-5 .tabs-right > .nav-tabs {
  border-left-color: #ffffe126;
}

.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 {
  color: #fff;
  background: #0000006e;
}

.smart-style-5 .smart-accordion-default .panel-default {
  border-color: #ffffe126;
}

.smart-style-5 .smart-accordion-default .panel-default > .panel-heading, .smart-style-5 .panel {
  background: none;
}

.smart-style-5 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffffe126;
}

.smart-style-5 .jumbotron {
  background: #0000006e;
}

.smart-style-5 .pagination.pagination-alt > li:first-child > a {
  padding-left: 12px;
}

.smart-style-5 .pager li > a, .smart-style-5 .pager li > 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 .modal-content {
  background: #0000006e;
}

.smart-style-5 .modal-header {
  border-bottom-color: #ffffe126;
}

.smart-style-5 .modal-footer {
  border-top-color: #ffffe126;
}

.smart-style-5 .bs-glyphicons li {
  border-color: #ffffe126 !important;
}

.smart-style-5 .responsive-utilities td.is-hidden {
  color: #fff;
  background: #0000006e !important;
}

.smart-style-5 .inbox-body.no-content-padding {
  background: none;
}

.smart-style-5 .inbox-body .table-wrap, .smart-style-5 .inbox-side-bar, .smart-style-5 .inbox-nav-bar {
  background: #0000006e;
}

.smart-style-5 .txt-color-darken {
  color: #fff !important;
}

.smart-style-5 .inbox-menu-lg li a:hover {
  background: #0000006e;
}

.smart-style-5 .inbox-menu-lg li.active a {
  background: #0000006e;
  border-bottom-color: #ffffe126;
}

.smart-style-5 .fill-a, .smart-style-5 .fill-b {
  background: none;
}

.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: none;
  border-color: #0000;
}

.smart-style-5 .chat-footer {
  background: #ffffe126;
}

.smart-style-5 .todo-group-title, .smart-style-5 .textarea-div, .smart-style-5 .textarea-controls {
  background: #0000006e;
}

.smart-style-5 .typearea textarea {
  background: none;
}

.smart-style-5 .show-stat-microcharts > div {
  background: #00ffff1a !important;
  border-color: #ffffe126 !important;
}

.smart-style-5 .smart-form.widget-body-toolbar, .smart-style-5 .widget-body-toolbar, .smart-style-5 .todo > li, .smart-style-5 .todo > li > p, .smart-style-5 .todo > li > :first-child, .smart-style-5 .todo-group-title, .smart-style-5 .typearea, .smart-style-5 .textarea-div, .smart-style-5 .textarea-controls, .smart-style-5 .fc-widget-content, .smart-style-5 .fc-widget-header {
  border-color: #ffffe126;
}

.smart-style-5 .table > thead > tr > th {
  border-bottom-color: #ffffe140;
}

.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: #ffffe126;
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar {
  background: #0000003b;
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-htable th {
  background: none;
}

.smart-style-5 .ui-jqgrid .ui-state-hover td {
  background: #ffffe126 !important;
}

.smart-style-5 .ui-accordion .ui-accordion-header {
  color: #fff;
  background: #0000006e;
}

.smart-style-5 .ui-menu .ui-state-disabled {
  color: #fff !important;
}

.smart-style-5 .ui-accordion-content {
  background: none;
}

.smart-style-5 .ui-dialog .ui-dialog-title {
  color: #fff;
  background: none;
}

.smart-style-5 .ui-dialog .ui-dialog-titlebar {
  color: #fff;
  background: none;
  border-bottom-color: #ffffff26;
}

.smart-style-5 .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #ffffff26;
  box-shadow: inset 0 1px #ffffff26;
}

.smart-style-5 .ui-dialog-buttonpane, .smart-style-5 .ui-dialog-content {
  background: none;
}

.smart-style-5 .ui-dialog {
  background: url("../img/glass.jpg") no-repeat;
}

.smart-style-5 .slider-track {
  background: #0000006e;
}

.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 {
  color: #fff;
  background: #0000006e;
  border-color: #ffffff26;
  box-shadow: 0 -2px #ccf0ff;
}

.smart-style-5 .ui-accordion .ui-accordion-header, .smart-style-5 .ui-accordion .ui-accordion-content {
  border-color: #ffffff26 !important;
}

.smart-style-5 .ui-accordion-header-active + .ui-accordion-content {
  border-top-color: #0000;
}

.smart-style-5 .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover, .smart-style-5 .ui-tabs .ui-tabs-nav li a {
  color: #fff;
  background: none;
  border-color: #0000;
}

.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: none;
  margin: 0;
}

.smart-style-5 .lockscreen .logo + div {
  background: #0000006e;
}

.smart-style-5 .chart text {
  fill: #fff;
}

.smart-style-5 .dd3-content, .smart-style-5 .dd-handle {
  color: #fff;
  background: #0000006e;
  border-color: #ffffe126;
}

.smart-style-5 .widget-footer, .smart-style-5 .md-editor .md-footer, .smart-style-5 .md-editor > .md-header {
  background: #0000006e;
  border-bottom-color: #ffffe126;
}

.smart-style-5 .widget-footer {
  border-top: 1px solid #ffffe126;
}

.smart-style-5 .noUi-target[disabled] .noUi-base {
  background: #1a1a1a6e;
}

.smart-style-5 .noUi-background, .smart-style-5 .irs-line {
  background: #0000006e;
}

.smart-style-5 .select2-search input {
  color: #fff;
  background: #1d1d1de6;
  border: 1px solid #fff3;
}

.smart-style-5 .select2-results .select2-no-results, .smart-style-5 .select2-results .select2-searching, .smart-style-5 .select2-results .select2-selection-limit {
  background: none;
}

.smart-style-5 .select2-drop {
  color: #fff;
  background: #000c;
  border-color: #0003;
}

.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 {
  background: #000000e6;
  border: 1px solid #000;
  box-shadow: none !important;
}

.smart-style-5 .profile-message li.message.message-reply, .smart-style-5 .price-features {
  background: #0000006e;
}

.smart-style-5 .panel-footer {
  background: #000000a1;
  border-top-color: #ffffe126;
}

.smart-style-5 .pricing-big .panel-footer {
  background: #000000a1 !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: #ffffe126;
}

.smart-style-5 .table > tbody > tr.success > td, .smart-style-5 .table > tbody > tr.danger > td, .smart-style-5 .table > tbody > tr.info > td, .smart-style-5 .table > tbody > tr.warning > td {
  color: #000;
}

.smart-style-5 .smart-timeline-list > li:hover {
  background: #0000006e;
}

.smart-style-5 .jvectormap-zoomin, .smart-style-5 .jvectormap-zoomout {
  border: 1px solid #0000004d;
  background: #0000004d !important;
}

.smart-style-5 .text-primary {
  color: #e2f2ff;
}

.smart-style-5 .text-success {
  color: #90ff92;
}

.smart-style-5 .onoffswitch-switch {
  border-color: #0000;
}

.smart-style-5 #shortcut {
  background-color: #1b102bbf;
}

.smart-style-5.minified nav > ul > li {
  border-top: 1px solid #ffffff3b;
  border-bottom: 1px solid #02080954;
}

.smart-style-5 .minifyme {
  color: #ffffffb3;
  background: #4dd1ac80;
}

.smart-style-5 .minifyme:hover {
  color: #fff;
  background: #4dd1acb3;
}

.smart-style-5.minified nav > ul > li > ul {
  background: #000c;
  border: 1px solid #fff6;
  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: none;
}

.smart-style-5 [class^="txt-color-"], .smart-style-5 [class*=" txt-color-"], .smart-style-5 #sparks li h5, .smart-style-5 #project-context > :first-child, .smart-style-5 .project-context > :first-child, .smart-style-5 .bootstrap-duallistbox-container label, .smart-style-5 .form header, .smart-style-5 .inbox-side-bar h6, .smart-style-5 .ajax-notifications > .alert.alert-transparent {
  -moz-text-shadow: 0px 1px 5px #00000040;
  -webkit-text-shadow: 0px 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  color: #fff !important;
}

.smart-style-5 .bg-color-green, .smart-style-5 .jarviswidget-color-green > header {
  color: #fff;
  background: #90ff9280 !important;
  border-color: #90ff9280 !important;
}

.smart-style-5 .bg-color-greenLight, .smart-style-5 .jarviswidget-color-greenLight > header {
  color: #fff;
  background: #7fcf7180 !important;
  border-color: #7fcf7180 !important;
}

.smart-style-5 .bg-color-greenDark, .smart-style-5 .jarviswidget-color-greenDark > header {
  color: #fff;
  background: #87e97580 !important;
  border-color: #87e97580 !important;
}

.smart-style-5 .bg-color-purple, .smart-style-5 .jarviswidget-color-purple > header {
  color: #fff;
  background: #7a48b96e !important;
  border-color: #6239956e !important;
}

.smart-style-5 .bg-color-magenta, .smart-style-5 .jarviswidget-color-magenta > header {
  color: #fff;
  background: #6e36716e !important;
  border-color: #4c264e6e !important;
}

.smart-style-5 .bg-color-pink, .smart-style-5 .jarviswidget-color-pink > header {
  color: #fff;
  background: #e99dc96e !important;
  border-color: #e99dc96e !important;
}

.smart-style-5 .bg-color-pinkDark, .smart-style-5 .jarviswidget-color-pinkDark > header {
  color: #fff;
  background: #da63a96e !important;
  border-color: #d03a926e !important;
}

.smart-style-5 .bg-color-blueLight, .smart-style-5 .jarviswidget-color-blueLight > header {
  color: #fff;
  background: #b8e3f36e !important;
  border-color: #8cd2ec6e !important;
}

.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 {
  color: #fff;
  background: #7cdddbd4 !important;
  border-color: #54d2d0d4 !important;
}

.smart-style-5 .bg-color-blue, .smart-style-5 .jarviswidget-color-blue > header {
  color: #fff;
  background: #3bb8eb6e !important;
  border-color: #3bb8eb6e !important;
}

.smart-style-5 .bg-color-blueDark, .smart-style-5 .jarviswidget-color-blueDark > header {
  color: #fff;
  background: #1d3d686e !important;
  border-color: #1d3d686e !important;
}

.smart-style-5 .bg-color-darken, .smart-style-5 .jarviswidget-color-darken > header {
  color: #fff;
  background: #0000003b !important;
  border-color: #0000003b !important;
}

.smart-style-5 .bg-color-yellow, .smart-style-5 .jarviswidget-color-yellow > header {
  color: #fff;
  background: #fdecb86e !important;
  border-color: #fdecb86e !important;
}

.smart-style-5 .bg-color-orange, .smart-style-5 .jarviswidget-color-orange > header {
  color: #fff;
  background: #ff9f476e !important;
  border-color: #ff9f476e !important;
}

.smart-style-5 .bg-color-orangeDark, .smart-style-5 .jarviswidget-color-orangeDark > header {
  color: #fff;
  background: #ffa1576e !important;
  border-color: #ffa1576e !important;
}

.smart-style-5 .bg-color-red, .smart-style-5 .jarviswidget-color-red > header {
  color: #fff;
  background: #ff07076e !important;
  border-color: #ff07076e !important;
}

.smart-style-5 .bg-color-redLight, .smart-style-5 .jarviswidget-color-redLight > header {
  color: #fff;
  background: #fc3d3d6e !important;
  border-color: #fc3d3d6e !important;
}

.smart-style-5 .bg-color-white, .smart-style-5 .jarviswidget-color-white > header {
  color: #000;
  background: #ffffff6e !important;
  border-color: #ffffff54 !important;
}

.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: #00000080;
}

.smart-style-5 .status .links {
  background: #ffffff1a;
}

.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 .bootstrap-tagsinput > span, .smart-style-5 .select2-container-multi .select2-choices .select2-search-choice {
  -moz-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  webkit-text-shadow: 0 1px 5px #00000040;
  background: #47bcecd4;
  border-color: #75cdf1d4;
}

.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 {
  -moz-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  webkit-text-shadow: 0 1px 5px #00000040;
  background: #7cdddbd4;
  border-color: #a4e8e6d4;
}

.smart-style-5 .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, .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 {
  -moz-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  webkit-text-shadow: 0 1px 5px #00000040;
  background: #90ff9280;
  border-color: #00f604d4;
}

.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 {
  -moz-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  webkit-text-shadow: 0 1px 5px #00000040;
  background-color: #f5ce7ad4;
  border-color: #fadc9cd4;
}

.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 {
  -moz-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
  webkit-text-shadow: 0 1px 5px #00000040;
  background-color: #ec344ad4;
  border-color: #d9142cd4;
}

.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 select:not([multiple]) option, .smart-style-5 .dt-toolbar option {
  color: #fff;
  background: #000;
  border-color: #0006;
}

.smart-style-5 .control-label {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
}

.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 .help-block, .smart-style-5 .has-error .radio, .smart-style-5 .has-error .radio-inline, .smart-style-5 .has-error .form-control-feedback {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  color: #ff7676;
  text-shadow: 0 1px 5px #00000040;
}

.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 .help-block, .smart-style-5 .has-success .radio, .smart-style-5 .has-success .radio-inline, .smart-style-5 .has-success .form-control-feedback {
  -moz-text-shadow: 0 1px 5px #00000040;
  -webkit-text-shadow: 0 1px 5px #00000040;
  color: #b1f3b2;
  text-shadow: 0 1px 5px #00000040;
}

.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: #ffffff3b;
  border-color: #ffffff87;
}

.smart-style-5 .irs-diapason, .smart-style-5 .noUi-connect {
  background: #fff;
}

.smart-style-5 .noUi-origin-lower {
  background: #0ffc;
}

.smart-style-5 .modal-content, .smart-style-5 .MessageBoxContainer, .smart-style-5 .ajax-dropdown, #extr-page.smart-style-5 {
  color: #fff;
  background: url("../img/glass.jpg") 0 0 / cover no-repeat;
}

#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: #33676999;
  background: -webkit-gradient(linear, left bottom, left top, from(#51a5b199), to(#44558b99));
  background: -ms-linear-gradient(bottom, #51a5b199, #44558b99);
  background: -moz-linear-gradient(center bottom, #51a5b199 0%, #44558b99 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "rgba(68, 85, 139, 0.6)", endColorstr= "rgba(81, 165, 177, 0.6)", GradientType= 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#51a5b199), to(#44558b99));
  background: -o-linear-gradient(#44558b99, #51a5b199);
}

.smart-style-5 .ui-state-focus + .ui-widget-content {
  background: #33676999;
  background: -webkit-gradient(linear, left bottom, left top, from(#44558be6), to(#44558be6));
  background: -ms-linear-gradient(bottom, #44558be6, #44558be6);
  background: -moz-linear-gradient(center bottom, #44558be6 0%, #44558be6 100%);
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "rgba(68, 85, 139, 0.9)", endColorstr= "rgba(68, 85, 139, 0.9)", GradientType= 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#44558be6), to(#44558be6));
  background: -o-linear-gradient(#44558be6, #44558be6);
}

.smart-style-5 .ui-chatbox-content > .alert-msg {
  background: #fffdd0;
}

.smart-style-5 .ui-chatbox-input {
  background: #1d607599;
}

.smart-style-5 .ui-chatbox .ui-widget-content textarea {
  color: #fff;
  background: #0000003b !important;
  border-color: #0000003b !important;
}

.smart-style-5 .ui-chatbox .ui-widget-content textarea:focus {
  font-weight: bold;
  background: #00000087 !important;
  border-color: #00000087 !important;
}

.smart-style-5 .MessageBoxContainer, .smart-style-5 .fc-widget-content {
  -moz-text-shadow: 0px 1px 5px #00000040;
  -webkit-text-shadow: 0px 1px 5px #00000040;
  text-shadow: 0 1px 5px #00000040;
}

.smart-style-5 #jarviswidget-fullscreen-mode .jarviswidget {
  background: url("../img/glass.jpg") bottom / cover no-repeat fixed;
}

.smart-style-5.hidden-menu aside#left-panel {
  background: #072629d4;
}

.smart-style-5 .fc-widget-content {
  border-color: #00000040;
}

.smart-style-5 .fc-grid .fc-day-number {
  padding: 0 4px;
  font-size: 17px;
}

.smart-style-5 .fc-state-highlight {
  -ms-animation: progress-bar-stripes 2s linear infinite;
  background: none;
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
  animation: 2s linear infinite progress-bar-stripes;
}

.smart-style-5 .inbox-body .table-wrap, .smart-style-5 .inbox-nav-bar, .smart-style-5 .inbox-side-bar, .smart-style-5 .bootstrap-duallistbox-container label, .smart-style-5 .form header, .smart-style-5 .notification-body > li > span, .smart-style-5 .smart-form header {
  background: none;
}

.smart-style-5 #inbox-table.table tbody > tr > td {
  border-color: #ffffe126 !important;
}

.smart-style-5 #inbox-table tbody tr:hover, .smart-style-5 .table-hover > tbody > tr:hover > td {
  background: #00ffe140;
}

.smart-style-5 .inbox-message {
  background: #00000059;
}

.smart-style-5 .table {
  background: #00000026;
}

.smart-style-5 .bs-example .table {
  background: none;
}

.smart-style-5 .smart-form .checkbox i, .smart-style-5 .smart-form .radio i {
  background: #fff3;
  border-color: #fff6 !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: #ffffff80;
}

.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: #ff080833 !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 {
  border-color: #7dc27d;
  background: #62f86233 !important;
}

.smart-form .toggle i {
  background: #ffffff1f;
}

.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 {
  border-bottom-color: #2ab7bd;
  margin-left: -1px;
  background-color: #0000 !important;
  background-image: -moz-linear-gradient(top, #000, #000000b3) !important;
  background-image: linear-gradient(#000, #000000b3) !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 {
  background: none !important;
  border-color: #0000 !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 .unread td, .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 {
  color: #fff;
  background-color: #ffd6004d !important;
}

.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 {
  color: #fff;
  background-color: #ec2b2b80 !important;
}

.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 {
  color: #fff;
  background-color: #6ae43880 !important;
}

.smart-style-5 .login-info img, .smart-style-5 .profile-pic > img, .smart-style-5 .friends-list img, .smart-style-5 .notification-body, .smart-style-5 .inbox-download-list li > :first-child > :first-child > img, .smart-style-5 .chat-body li.message img, .smart-style-5 #chat-container #chat-users li a img, .smart-style-5 .usr-card > img, .smart-style-5 #shortcut ul li .jarvismetro-tile {
  border-radius: 50% 0 !important;
}

.smart-style-5 .friends-list img {
  outline: none;
}

.smart-style-5 .inbox-download-list li > :first-child:hover {
  background: #ffffff4d;
  border-color: #c0c0c04d;
}

.smart-style-5 .inbox-download, .smart-style-5 .inbox-message {
  border-bottom-color: #ffffff4d;
}

.smart-style-5 .demo > *, .smart-style-5 .demo legend, .smart-style-5 .demo [class*=" txt-color-"] {
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #333 !important;
}

.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: #0000004d;
}

.smart-style-5 .smart-form, .smart-style-5 .ui-jqgrid .ui-jqgrid-title, .smart-style-5 .ui-state-hover, .smart-style-5 .ui-widget-content .ui-state-hover, .smart-style-5 .ui-widget-header .ui-state-hover, .smart-style-5 .ui-state-focus, .smart-style-5 .ui-widget-content .ui-state-focus, .smart-style-5 .ui-widget-header .ui-state-focus {
  color: #fff;
}

.smart-style-5 .well-light .nav-tabs {
  color: #fff;
  background: #0000006e;
  padding-left: 10px;
}

.smart-style-5 .input-icon-left > i, .smart-style-5 .input-icon-right > i, .smart-style-5 .icon-addon {
  color: #fff;
}

.smart-style-5 .product-content {
  background: #0000004d;
  border: 0;
}

.smart-style-5 .product-content .product-deatil {
  border-bottom-color: #fff3;
}

.smart-style-5 .product-content .product-image {
  border-right-color: #fff3;
}

.smart-style-5 .product-content .product-deatil h5 a {
  color: #fff;
}

.smart-style-5 .product-info .smart-style-5 .text-primary {
  color: #fff41d;
}

.smart-style-5 .show-stats .progress-bar {
  background: #fffc !important;
}

@media (max-width: 979px) {
  .smart-style-5 #sparks {
    background: none;
  }
}

body.smart-style-6 {
  -webkit-font-smoothing: antialiased;
  background: #edecec;
  font-family: RobotoDraft, Roboto, sans-serif;
}

.smart-style-6 nav > ul > li > a > i > em {
  font-family: RobotoDraft, Roboto, sans-serif;
}

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 .onoffswitch-inner:before, body.smart-style-6 .open > .dropdown-toggle.btn-primary, body.smart-style-6 .select2-container-multi .select2-choices .select2-search-choice, body.smart-style-6 .bootstrap-tagsinput > span {
  background: #2196f3 !important;
}

body.smart-style-6 .txt-color-blue {
  color: #2196f3 !important;
}

body.smart-style-6 .bg-color-blueLight, body.smart-style-6 .slider-selection, 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 .label-primary {
  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:hover, body.smart-style-6 .btn-primary:focus {
  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:hover, body.smart-style-6 .btn-warning:focus {
  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:hover, body.smart-style-6 .btn-danger:focus {
  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 {
  color: #fff;
  background-color: #4caf50;
  border-color: #388e3c;
}

body.smart-style-6 .label-success {
  background-color: #4caf50;
}

body.smart-style-6 .btn-success:hover, body.smart-style-6 .btn-success:active, body.smart-style-6 .btn-success:focus, 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 {
  background: #3d8b40;
  border-color: #388e3c;
}

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 {
  color: #01579b;
  background-color: #b3e5fc;
  border-color: #03a9f4;
}

body.smart-style-6 .label-info {
  background-color: #b3e5fc;
}

body.smart-style-6 .btn-info:hover, body.smart-style-6 .btn-info:active, body.smart-style-6 .btn-info:focus, body.smart-style-6 .btn-info.active, body.smart-style-6 .btn-info:active, 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 {
  color: #5a4e3f;
  background-color: #ffeb3b;
  border-color: #f9a825;
}

body.smart-style-6 .label-warning {
  color: #333;
  background-color: #ffeb3b;
}

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 .bg-color-red, body.smart-style-6 .alert-danger, 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 {
  z-index: 10;
  box-shadow: 0 2px #e91e63;
}

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-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

body.smart-style-6 #content > .row {
  margin-bottom: 20px;
}

body.smart-style-6 .page-title {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
}

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 {
  background: #fff6;
}

body.smart-style-6 .btn-header > :first-child > a, body.smart-style-6 #logo-group span#activity {
  color: #fff;
  background: none;
  border: none;
  border-radius: 50%;
}

body.smart-style-6 #project-selector, body.smart-style-6 .project-selector, #project-context body.smart-style-6 > :first-child, body.smart-style-6 .project-context > :first-child, body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle {
  text-shadow: none;
  color: #fff !important;
}

body.smart-style-6 .open > .dropdown-menu {
  animation-name: none;
  animation-duration: .4s;
  animation-fill-mode: none;
}

body.smart-style-6 .dropdown .dropdown-menu.pull-right, body.smart-style-6 .bootstrap-select .dropdown-menu.pull-right, body.smart-style-6 .btn-group .dropdown-menu.pull-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 .bootstrap-select .dropdown-menu.dropdown-menu-right, body.smart-style-6 .btn-group .dropdown-menu.dropdown-menu-right, body.smart-style-6 .date-picker .dropdown-menu.dropdown-menu-right, body.smart-style-6 .dropdown-menu.pull-right {
  transform-origin: 100% 0 !important;
}

body.smart-style-6 .dropdown .dropdown-menu.pull-left, body.smart-style-6 .bootstrap-select .dropdown-menu.pull-left, body.smart-style-6 .btn-group .dropdown-menu.pull-left, body.smart-style-6 .dropdown-menu.pull-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 .bootstrap-select .dropdown-menu.dropdown-menu-left, body.smart-style-6 .btn-group .dropdown-menu.dropdown-menu-left, body.smart-style-6 .date-picker .dropdown-menu.dropdown-menu-left, body.smart-style-6 .project-selector + .dropdown-menu {
  transform-origin: 0 0 !important;
}

body.smart-style-6 .dropdown, body.smart-style-6 .dropdown-menu, body.smart-style-6 .btn-group .dropdown-menu, body.smart-style-6 .date-picker .dropdown-menu {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
  -o-transition: all;
  filter: alpha(opacity= 0);
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  display: block;
  transform: scale(0);
}

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 .dropdown.open .dropdown-menu, body.smart-style-6 .dropup.open .dropdown-menu, body.smart-style-6 .bootstrap-select.open .dropdown-menu, body.smart-style-6 .btn-group.open .dropdown-menu, body.smart-style-6 .open > .dropdown-menu {
  filter: alpha(opacity= 100);
  opacity: 1;
  transform: scale(1);
}

body.smart-style-6 .login-info {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background: url("../img/cover.png") center / cover no-repeat;
  border: 0;
  height: 120px;
  margin-top: -1px !important;
}

body.smart-style-6 .login-info > span {
  border: 0;
  height: 119px;
  padding: 0;
}

body.smart-style-6 .login-info a {
  margin: 0;
  padding: 10px;
  display: block;
}

body.smart-style-6 .login-info a span {
  color: #fff;
  background: #0003;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
  margin-left: -10px;
  padding: 5px 10px;
  display: block;
}

body.smart-style-6 .login-info img {
  box-sizing: content-box;
  border: 3px solid #00000024;
  border-radius: 50%;
  width: 50px;
}

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 {
  color: #fff;
  content: "brixxbox";
  margin-top: 1px;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

body.smart-style-6 .header-search > input[type="text"] {
  color: #fff;
  background: none;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0;
}

body.smart-style-6 .header-search > button {
  color: #fff;
}

body.smart-style-6 .header-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffffb3;
}

body.smart-style-6 .header-search input[type="text"]:-moz-placeholder-shown {
  color: #ffffffb3;
}

body.smart-style-6 .header-search input[type="text"]::-moz-placeholder {
  color: #ffffffb3;
}

body.smart-style-6 .header-search input[type="text"]:-ms-placeholder-shown {
  color: #ffffffb3;
}

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: #4545450d;
}

body.smart-style-6 nav ul li a {
  font-size: 13px;
}

body.smart-style-6 nav > ul > li > a {
  text-transform: uppercase;
  padding: 14px 10px 14px 11px;
  font-weight: 400;
}

body.smart-style-6 nav > ul > li > a b {
  margin-top: 6px;
}

body.smart-style-6 nav ul li a:active {
  background: none;
}

body.smart-style-6 .login-info a span + i {
  display: none;
}

body.smart-style-6 #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb body.smart-style-6 > .active, body.smart-style-6 #ribbon .breadcrumb, body.smart-style-6 #ribbon .breadcrumb a, .breadcrumb body.smart-style-6 > li + li:before {
  color: #374850 !important;
}

body.smart-style-6 .ajax-dropdown, #speech-btn body.smart-style-6 > :first-child body.smart-style-6 > a + .popover {
  box-shadow: 0 0 30px #1e1e64bf;
}

body.smart-style-6 nav > ul > li > ul:before, body.smart-style-6 nav > ul ul li:before {
  border: none;
}

body.smart-style-6 .minifyme {
  color: #fff;
  z-index: 999;
  background: #2196f3;
  border-bottom: 1px solid #3d6a8a;
  border-radius: 50%;
  width: 29px;
  padding: 1px 3px;
  position: absolute;
  right: -12px;
}

body.smart-style-6 nav li a {
  position: relative;
  overflow: hidden;
}

body.smart-style-6 nav li a:after {
  content: "";
  opacity: .3;
  background: #455a64;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -120px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
}

@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 {
  animation: 1.5s ease-in-out ripple;
}

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: #0000 !important;
}

body.smart-style-6 .checkbox label > input[type="checkbox"]:after {
  content: "";
  opacity: .6;
  background: #3f51b5;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-top: -18px;
  margin-left: -18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

@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 {
  animation: .5s ease-out rippleDuplicate;
}

body.smart-style-6 .checkbox label > input[type="checkbox"]:checked {
  animation-name: rippleDuplicate;
}

body.smart-style-6 .checkbox label > input[type="checkbox"]:focus:after {
  visibility: hidden;
  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 .rating input:checked ~ label, body.smart-style-6 .smart-form .checkbox input + i:after {
  color: #2196f3;
}

body.smart-style-6 .form-control[disabled], body.smart-style-6 .form-control[readonly], body.smart-style-6 .fieldset[disabled] .form-control, 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: #0000;
}

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: none;
}

body.smart-style-6 .input-icon-left input[type="text"].form-control, body.smart-style-6 .icon-addon > input[type="text"] {
  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 {
  background: none;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

body.smart-style-6 .dataTables_filter .input-group-addon + .form-control {
  background: none;
}

body.smart-style-6 .input-group-addon:last-child, body.smart-style-6 .input-group-addon:first-child {
  border: 1px solid inherit;
}

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 .widget-toolbar, body.smart-style-6 .jarviswidget-ctrls .button-icon {
  border: 0;
}

body.smart-style-6 .widget-toolbar > .color-box {
  border-radius: 30%;
  box-shadow: 0 0 1px 1px #3838384d;
  outline: none !important;
}

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 #0000004d, 0 15px 12px #00000038;
}

body.smart-style-6 .jarviswidget-placeholder {
  background: linear-gradient(90deg, #00f 50%, #0000 50%) 0 0 / 10px 2px repeat-x, linear-gradient(90deg, #00f 50%, #0000 50%) 100% 100% / 10px 2px repeat-x, linear-gradient(0deg, #00f 50%, #0000 50%) 0 100% / 2px 10px repeat-y, linear-gradient(0deg, #00f 50%, #0000 50%) 100% 0 / 2px 10px repeat-y;
  width: 100%;
  height: 100%;
  padding: 10px;
  animation: 4s linear infinite border-dance;
}

@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 {
  color: #333;
  background: #fff;
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px #00000038;
}

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-nav-bar, body.smart-style-6 .inbox-body .table-wrap, body.smart-style-6 .inbox-side-bar, 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-compose-footer {
  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 #0000001a;
}

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: #0000 !important;
}

body.smart-style-6 #inbox-content {
  margin-bottom: 30px !important;
}

body.smart-style-6.desktop-detected .inbox-download, body.smart-style-6.desktop-detected .inbox-compose-footer {
  padding-bottom: 56px;
}

body.smart-style-6 ::-webkit-scrollbar {
  background-color: #0000;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  width: 10px;
}

body.smart-style-6 ::-webkit-scrollbar:hover {
  background-color: #0000000d;
}

body.smart-style-6 ::-webkit-scrollbar-thumb:vertical {
  background: #0003 padding-box padding-box;
  border: 2px solid #0000;
  border-radius: 100px;
  min-height: 10px;
}

body.smart-style-6 .inbox-message {
  background: #fff;
}

body.smart-style-6 .note-editor .note-editable {
  background-color: #2196f326;
}

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: #ffffff80;
}

body.smart-style-6 #sparks {
  display: none;
}

body.smart-style-6 .page-footer .txt-color-blueLight {
  color: #fff !important;
}

body.smart-style-6 .input-group .form-control:first-child {
  border-right: 1px solid #ccc;
}

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: 0;
  border-radius: 0%;
  width: 45px;
  left: 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 {
  border: 0;
  border-left: 1px solid #c1c1c1;
  overflow: visible;
}

body.smart-style-6.minified nav > ul > li {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

body.smart-style-6.minified nav > ul > li > ul {
  background: #f5f5f5;
  border: 0;
  border-left: 1px solid #cacaca;
  padding-top: 0;
}

body.smart-style-6.menu-on-top aside#left-panel nav > ul > li, body.smart-style-6.menu-on-top aside#left-panel {
  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 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 li a:hover, body.smart-style-6.menu-on-top nav ul > a:hover, body.smart-style-6.menu-on-top aside#left-panel nav > ul > li:hover > a {
  background-color: #2196f3;
  color: #fff !important;
}

@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-left: 0;
  border-right: 5px solid #eee;
}

.smart-rtl blockquote.pull-left p, .smart-rtl blockquote.pull-left small, .smart-rtl blockquote.pull-left .small {
  text-align: left;
}

.smart-rtl body {
  direction: rtl;
}

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

.smart-rtl .widget-toolbar {
  float: left;
  border-left: none;
  border-right: 1px solid #00000017;
}

.smart-rtl .jarviswidget > header > .widget-icon {
  float: right;
  margin-left: -10px;
  margin-right: 0;
}

.smart-rtl #sparks li:first-child {
  border-right: none;
  padding-left: 10px;
  padding-right: 0;
}

.smart-rtl #sparks li:last-child {
  padding-left: 0;
  padding-right: 10px;
}

.smart-rtl #sparks li {
  border-left: none;
  border-right: 1px dotted #c7c7c7;
}

.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-left: 0;
    margin-right: -13px;
  }

  .smart-rtl .navbar-header {
    float: right;
  }
}

.smart-rtl .navbar-toggle {
  float: left;
  margin-left: 13px;
}

@media (min-width: 768px) {
  .smart-rtl .navbar-collapse {
    box-shadow: none;
    border-top: 0;
    width: auto;
  }

  .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 > li > a, .smart-rtl .navbar-nav .open .dropdown-menu .dropdown-header {
    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 {
    width: 1%;
    display: table-cell;
  }

  .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 {
  float: right;
  margin-bottom: -1px;
}

.smart-rtl .tabs-pull-right.nav-tabs > li {
  float: left;
}

.smart-rtl .tabs-pull-right.nav-tabs > li a {
  margin-right: 2px;
  margin-left: 0 !important;
}

.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 {
  border-radius: 2px 2px 0 0;
  margin-right: -1px;
}

.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 {
  content: "";
  left: 10px;
  right: auto;
}

.smart-rtl.menu-on-top nav > ul ul li:hover > ul {
  left: auto;
  right: 100%;
}

.smart-rtl nav > ul > li > a > i {
  margin-left: 5px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .smart-rtl .nav-tabs.nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .smart-rtl .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .smart-rtl .nav-tabs.nav-justified > li > a {
    color: #00f;
    border-radius: 2px 2px 0 0;
  }
}

.smart-rtl .nav-tabs.nav-justified > li > a, .smart-rtl .nav-tabs-justified > li > a {
  margin-left: 0;
}

@media (min-width: 768px) {
  .smart-rtl .nav-tabs-justified > li > a {
    color: #00f;
    border-radius: 2px 2px 0 0;
  }
}

.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 {
  float: left;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.smart-rtl .caret {
  margin-right: 2px;
}

.smart-rtl .dropdown-menu {
  left: auto;
  right: 0;
}

.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 {
  margin-left: 0;
  margin-right: -10px;
  left: 10px;
  right: auto;
}

.smart-rtl .pull-right > .dropdown-menu.arrow-box-up-right:before, .smart-rtl .pull-right.dropdown-menu.arrow-box-up-right:before {
  margin-left: 0;
  margin-right: -9px;
  left: 9px;
  right: auto;
}

.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 {
  float: right;
  left: auto;
  right: 0;
}

.smart-rtl .pull-left > .dropdown-menu {
  float: right;
  left: 0;
  right: auto;
}

.smart-rtl .navbar-nav.pull-left > li > .dropdown-menu, .smart-rtl .navbar-nav > li > .dropdown-menu.pull-left {
  left: 0;
  right: auto;
}

.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-radius: 0 2px 2px 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 {
  border-left: 0;
  border-right: 1px solid #d4d4d4;
  left: 0;
  right: auto;
}

.smart-rtl .fuelux .wizard ul li .badge {
  margin-left: 8px;
  margin-right: 0;
}

.smart-rtl .fuelux .wizard ul li .chevron:before {
  border-left: 0;
  border-right: 14px solid #ededed;
  left: 1px;
  right: auto;
}

.smart-rtl .fuelux .wizard ul li:first-child {
  padding-right: 20px;
}

.smart-rtl .fuelux .wizard ul li .chevron {
  border-left: 0;
  border-right: 14px solid #d4d4d4;
  left: -14px;
  right: auto;
}

.fuelux .wizard ul li.active .chevron:before {
  border-right-color: #f1f6fc;
}

.smart-rtl .input-group-btn:first-child > .btn {
  margin-left: 0;
  margin-right: -1px;
}

.smart-rtl .input-group .form-control:last-child, .smart-rtl .input-group-addon:last-child, .smart-rtl .input-group-btn:last-child > .btn, .smart-rtl .input-group-btn:last-child > .dropdown-toggle, .smart-rtl .input-group-btn:first-child > .btn:not(:first-child) {
  border-radius: 2px 0 0 2px;
}

.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:hover, .smart-rtl .input-group-btn > .btn:active {
  z-index: 2;
}

.smart-rtl .radio input[type="radio"], .smart-rtl .radio-inline input[type="radio"], .smart-rtl .checkbox input[type="checkbox"], .smart-rtl .checkbox-inline input[type="checkbox"] {
  float: right;
  margin-right: -20px;
}

.smart-rtl .radio-inline + .radio-inline, .smart-rtl .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
}

.smart-rtl .form-inline .radio, .smart-rtl .form-inline .checkbox {
  padding-right: 0;
}

.smart-rtl .form-inline .radio input[type="radio"], .smart-rtl .form-inline .checkbox input[type="checkbox"] {
  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 > .btn, .smart-rtl .btn-group-vertical > .btn {
  float: right;
}

.smart-rtl .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}

.smart-rtl .container:before, .container:after {
  content: " ";
  display: table;
}

.smart-rtl .container:after {
  clear: both;
}

.smart-rtl .row {
  margin-left: -13px;
  margin-right: -13px;
}

.smart-rtl .row:before, .row:after {
  content: " ";
  display: table;
}

.smart-rtl .row:after {
  clear: both;
}

.smart-rtl .col-xs-1, .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, .smart-rtl .col-xs-10, .smart-rtl .col-xs-11, .smart-rtl .col-xs-12, .smart-rtl .col-sm-1, .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-sm-10, .smart-rtl .col-sm-11, .smart-rtl .col-sm-12, .smart-rtl .col-md-1, .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-md-10, .smart-rtl .col-md-11, .smart-rtl .col-md-12, .smart-rtl .col-lg-1, .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-lg-10, .smart-rtl .col-lg-11, .smart-rtl .col-lg-12 {
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}

.smart-rtl .col-xs-1, .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, .smart-rtl .col-xs-10, .smart-rtl .col-xs-11 {
  float: right;
}

.smart-rtl .col-xs-1 {
  width: 8.33333%;
}

.smart-rtl .col-xs-2 {
  width: 16.6667%;
}

.smart-rtl .col-xs-3 {
  width: 25%;
}

.smart-rtl .col-xs-4 {
  width: 33.3333%;
}

.smart-rtl .col-xs-5 {
  width: 41.6667%;
}

.smart-rtl .col-xs-6 {
  width: 50%;
}

.smart-rtl .col-xs-7 {
  width: 58.3333%;
}

.smart-rtl .col-xs-8 {
  width: 66.6667%;
}

.smart-rtl .col-xs-9 {
  width: 75%;
}

.smart-rtl .col-xs-10 {
  width: 83.3333%;
}

.smart-rtl .col-xs-11 {
  width: 91.6667%;
}

.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-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-sm-10, .smart-rtl .col-sm-11 {
    float: right;
  }

  .smart-rtl .col-sm-1 {
    width: 8.33333%;
  }

  .smart-rtl .col-sm-2 {
    width: 16.6667%;
  }

  .smart-rtl .col-sm-3 {
    width: 25%;
  }

  .smart-rtl .col-sm-4 {
    width: 33.3333%;
  }

  .smart-rtl .col-sm-5 {
    width: 41.6667%;
  }

  .smart-rtl .col-sm-6 {
    width: 50%;
  }

  .smart-rtl .col-sm-7 {
    width: 58.3333%;
  }

  .smart-rtl .col-sm-8 {
    width: 66.6667%;
  }

  .smart-rtl .col-sm-9 {
    width: 75%;
  }

  .smart-rtl .col-sm-10 {
    width: 83.3333%;
  }

  .smart-rtl .col-sm-11 {
    width: 91.6667%;
  }

  .smart-rtl .col-sm-12 {
    width: 100%;
  }

  .smart-rtl .col-sm-push-1 {
    left: auto;
    right: 8.33333%;
  }

  .smart-rtl .col-sm-push-2 {
    left: auto;
    right: 16.6667%;
  }

  .smart-rtl .col-sm-push-3 {
    left: auto;
    right: 25%;
  }

  .smart-rtl .col-sm-push-4 {
    left: auto;
    right: 33.3333%;
  }

  .smart-rtl .col-sm-push-5 {
    left: auto;
    right: 41.6667%;
  }

  .smart-rtl .col-sm-push-6 {
    left: auto;
    right: 50%;
  }

  .smart-rtl .col-sm-push-7 {
    left: auto;
    right: 58.3333%;
  }

  .smart-rtl .col-sm-push-8 {
    left: auto;
    right: 66.6667%;
  }

  .smart-rtl .col-sm-push-9 {
    left: auto;
    right: 75%;
  }

  .smart-rtl .col-sm-push-10 {
    left: auto;
    right: 83.3333%;
  }

  .smart-rtl .col-sm-push-11 {
    left: auto;
    right: 91.6667%;
  }

  .smart-rtl .col-sm-pull-1 {
    left: 8.33333%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-2 {
    left: 16.6667%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-4 {
    left: 33.3333%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-5 {
    left: 41.6667%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-7 {
    left: 58.3333%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-8 {
    left: 66.6667%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-10 {
    left: 83.3333%;
    right: auto;
  }

  .smart-rtl .col-sm-pull-11 {
    left: 91.6667%;
    right: auto;
  }

  .smart-rtl .col-sm-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .smart-rtl .col-sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .smart-rtl .col-sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }

  .smart-rtl .col-sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .smart-rtl .col-sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .smart-rtl .col-sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }

  .smart-rtl .col-sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .smart-rtl .col-sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .smart-rtl .col-sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }

  .smart-rtl .col-sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .smart-rtl .col-sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6667%;
  }
}

@media (min-width: 992px) {
  .smart-rtl .container {
    max-width: 966px;
  }

  .smart-rtl .col-md-1, .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-md-10, .smart-rtl .col-md-11 {
    float: right;
  }

  .smart-rtl .col-md-1 {
    width: 8.33333%;
  }

  .smart-rtl .col-md-2 {
    width: 16.6667%;
  }

  .smart-rtl .col-md-3 {
    width: 25%;
  }

  .smart-rtl .col-md-4 {
    width: 33.3333%;
  }

  .smart-rtl .col-md-5 {
    width: 41.6667%;
  }

  .smart-rtl .col-md-6 {
    width: 50%;
  }

  .smart-rtl .col-md-7 {
    width: 58.3333%;
  }

  .smart-rtl .col-md-8 {
    width: 66.6667%;
  }

  .smart-rtl .col-md-9 {
    width: 75%;
  }

  .smart-rtl .col-md-10 {
    width: 83.3333%;
  }

  .smart-rtl .col-md-11 {
    width: 91.6667%;
  }

  .smart-rtl .col-md-12 {
    width: 100%;
  }

  .smart-rtl .col-md-push-1 {
    left: auto;
    right: 8.33333%;
  }

  .smart-rtl .col-md-push-2 {
    left: auto;
    right: 16.6667%;
  }

  .smart-rtl .col-md-push-3 {
    left: auto;
    right: 25%;
  }

  .smart-rtl .col-md-push-4 {
    left: auto;
    right: 33.3333%;
  }

  .smart-rtl .col-md-push-5 {
    left: auto;
    right: 41.6667%;
  }

  .smart-rtl .col-md-push-6 {
    left: auto;
    right: 50%;
  }

  .smart-rtl .col-md-push-7 {
    left: auto;
    right: 58.3333%;
  }

  .smart-rtl .col-md-push-8 {
    left: auto;
    right: 66.6667%;
  }

  .smart-rtl .col-md-push-9 {
    left: auto;
    right: 75%;
  }

  .smart-rtl .col-md-push-10 {
    left: auto;
    right: 83.3333%;
  }

  .smart-rtl .col-md-push-11 {
    left: auto;
    right: 91.6667%;
  }

  .smart-rtl .col-md-pull-1 {
    left: 8.33333%;
    right: auto;
  }

  .smart-rtl .col-md-pull-2 {
    left: 16.6667%;
    right: auto;
  }

  .smart-rtl .col-md-pull-3 {
    left: 25%;
    right: auto;
  }

  .smart-rtl .col-md-pull-4 {
    left: 33.3333%;
    right: auto;
  }

  .smart-rtl .col-md-pull-5 {
    left: 41.6667%;
    right: auto;
  }

  .smart-rtl .col-md-pull-6 {
    left: 50%;
    right: auto;
  }

  .smart-rtl .col-md-pull-7 {
    left: 58.3333%;
    right: auto;
  }

  .smart-rtl .col-md-pull-8 {
    left: 66.6667%;
    right: auto;
  }

  .smart-rtl .col-md-pull-9 {
    left: 75%;
    right: auto;
  }

  .smart-rtl .col-md-pull-10 {
    left: 83.3333%;
    right: auto;
  }

  .smart-rtl .col-md-pull-11 {
    left: 91.6667%;
    right: auto;
  }

  .smart-rtl .col-md-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .smart-rtl .col-md-offset-2 {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .smart-rtl .col-md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }

  .smart-rtl .col-md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .smart-rtl .col-md-offset-5 {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .smart-rtl .col-md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }

  .smart-rtl .col-md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .smart-rtl .col-md-offset-8 {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .smart-rtl .col-md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }

  .smart-rtl .col-md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .smart-rtl .col-md-offset-11 {
    margin-left: 0;
    margin-right: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .smart-rtl .container {
    max-width: 1166px;
  }

  .smart-rtl .col-lg-1, .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-lg-10, .smart-rtl .col-lg-11 {
    float: right;
  }

  .smart-rtl .col-lg-1 {
    width: 8.33333%;
  }

  .smart-rtl .col-lg-2 {
    width: 16.6667%;
  }

  .smart-rtl .col-lg-3 {
    width: 25%;
  }

  .smart-rtl .col-lg-4 {
    width: 33.3333%;
  }

  .smart-rtl .col-lg-5 {
    width: 41.6667%;
  }

  .smart-rtl .col-lg-6 {
    width: 50%;
  }

  .smart-rtl .col-lg-7 {
    width: 58.3333%;
  }

  .smart-rtl .col-lg-8 {
    width: 66.6667%;
  }

  .smart-rtl .col-lg-9 {
    width: 75%;
  }

  .smart-rtl .col-lg-10 {
    width: 83.3333%;
  }

  .smart-rtl .col-lg-11 {
    width: 91.6667%;
  }

  .smart-rtl .col-lg-12 {
    width: 100%;
  }

  .smart-rtl .col-lg-push-1 {
    left: auto;
    right: 8.33333%;
  }

  .smart-rtl .col-lg-push-2 {
    left: auto;
    right: 16.6667%;
  }

  .smart-rtl .col-lg-push-3 {
    left: auto;
    right: 25%;
  }

  .smart-rtl .col-lg-push-4 {
    left: auto;
    right: 33.3333%;
  }

  .smart-rtl .col-lg-push-5 {
    left: auto;
    right: 41.6667%;
  }

  .smart-rtl .col-lg-push-6 {
    left: auto;
    right: 50%;
  }

  .smart-rtl .col-lg-push-7 {
    left: auto;
    right: 58.3333%;
  }

  .smart-rtl .col-lg-push-8 {
    left: auto;
    right: 66.6667%;
  }

  .smart-rtl .col-lg-push-9 {
    left: auto;
    right: 75%;
  }

  .smart-rtl .col-lg-push-10 {
    left: auto;
    right: 83.3333%;
  }

  .smart-rtl .col-lg-push-11 {
    left: auto;
    right: 91.6667%;
  }

  .smart-rtl .col-lg-pull-1 {
    left: 8.33333%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-2 {
    left: 16.6667%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-4 {
    left: 33.3333%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-5 {
    left: 41.6667%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-7 {
    left: 58.3333%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-8 {
    left: 66.6667%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-10 {
    left: 83.3333%;
    right: auto;
  }

  .smart-rtl .col-lg-pull-11 {
    left: 91.6667%;
    right: auto;
  }

  .smart-rtl .col-lg-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%;
  }

  .smart-rtl .col-lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6667%;
  }

  .smart-rtl .col-lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }

  .smart-rtl .col-lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333%;
  }

  .smart-rtl .col-lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6667%;
  }

  .smart-rtl .col-lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }

  .smart-rtl .col-lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333%;
  }

  .smart-rtl .col-lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6667%;
  }

  .smart-rtl .col-lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }

  .smart-rtl .col-lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333%;
  }

  .smart-rtl .col-lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6667%;
  }
}

.smart-rtl .demo {
  -o-transition: left .1s ease-out;
  transition: left .1s ease-out;
  left: -160px;
  right: auto;
}

.smart-rtl .demo.activate {
  box-shadow: 11px 12px 23px #0003;
  left: 0 !important;
  right: auto !important;
}

.smart-rtl .demo > span {
  border-radius: 0 5px 5px 0;
  left: auto;
  right: -30px;
}

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

body.smart-rtl, .smart-rtl body {
  direction: rtl !important;
}

.smart-rtl .show-stat-microcharts .sparkline {
  margin-left: 8px;
  margin-right: 0;
  float: left !important;
}

.smart-rtl .smaller-stat {
  float: left !important;
}

.smart-rtl .DTTT.btn-group {
  left: 83px;
  right: auto;
}

.smart-rtl div.dataTables_length {
  left: 13px;
  right: auto;
}

.smart-rtl nav ul b {
  float: left;
}

.smart-rtl nav .pull-right, .smart-rtl #header .pull-right, .smart-rtl .no-space .pull-right, .smart-rtl #heat-fill + table .pull-right, .smart-rtl .chat-file .pull-right {
  float: left !important;
}

.smart-rtl nav .pull-left, .smart-rtl #header .pull-left, .smart-rtl #header > div, .smart-rtl .no-space .pull-left, .smart-rtl .chat-file .pull-left {
  float: right !important;
}

.smart-rtl nav ul li a {
  padding-left: 10px;
  padding-right: 11px;
}

.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 > .btn, .smart-rtl .btn-group-justified.btn-group-vertical > .btn {
  float: none !important;
}

.smart-rtl .ajax-dropdown {
  left: auto;
  right: 16px;
}

.smart-rtl .air-top-left {
  top: 0;
  left: auto;
  right: 0;
}

.smart-rtl .air-top-right {
  top: 0;
  left: 0;
  right: auto;
}

.smart-rtl .air-bottom-right {
  bottom: 0;
  left: auto;
  right: 0;
}

.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 .text-align-right, .smart-rtl .text-right {
  text-align: left !important;
}

.smart-rtl .MessageBoxMiddle {
  width: 60%;
  left: auto;
  right: 20%;
}

.smart-rtl .notification-body time {
  left: 0;
  right: auto;
}

.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 {
  left: 0;
  right: auto;
}

.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-left: 0;
  margin-right: 65px;
}

.smart-rtl #chat-container #chat-users li a {
  padding: 3px 3px 3px 8px;
}

.smart-rtl #chat-container #chat-users li a img {
  margin-left: 10px;
  margin-right: 0;
}

.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 {
  left: 0;
  right: auto;
}

.smart-rtl label input[type="radio"].radiobox + span:before, .smart-rtl label input[type="checkbox"].checkbox + span:before {
  margin-left: 5px;
  margin-right: 0;
}

.smart-rtl .toggle-demo {
  left: -8px;
  right: auto;
}

.smart-rtl .editable-buttons .editable-cancel, .smart-rtl .editable-buttons {
  margin-left: 0;
  margin-right: 7px;
}

.smart-rtl .fa-angle-left:before {
  content: "";
}

.smart-rtl .ui-icon-carat-1-e:before, .smart-rtl .fa-angle-right:before {
  content: "";
}

.smart-rtl .fa-arrow-right:before {
  content: "";
}

.smart-rtl .fa-arrow-left:before {
  content: "";
}

.smart-rtl .fa-chevron-right:before {
  content: "";
}

.smart-rtl .fa-chevron-left:before {
  content: "";
}

.smart-rtl.minified .minifyme .fa:before {
  content: "";
}

.smart-rtl nav ul li.active.open > a:before {
  content: "";
}

.smart-rtl nav ul li.active > a:before {
  content: "";
}

.smart-rtl .fa-arrow-circle-left:before {
  content: "";
}

.smart-rtl .fa-fast-forward:before {
  content: "";
  content: "";
}

.smart-rtl .fa-backward {
  content: "";
}

.smart-rtl .fa-forward {
  content: "";
}

.smart-rtl .fa-fast-backward:before {
  content: "";
}

.smart-rtl .bs-glyphicons {
  padding-right: 0;
}

.smart-rtl .bs-glyphicons li {
  float: right;
  margin-left: -1px;
  margin-right: 0;
}

.smart-rtl .gmnoprint[controlWidth="20"] > div {
  left: 0;
}

.smart-rtl #logo-group > span b.badge {
  left: -5px;
  right: auto;
}

.smart-rtl.hidden-menu #left-panel {
  -o-transition: .25s cubic-bezier(.1, .57, .1, 1);
  transition: all .25s cubic-bezier(.1, .57, .1, 1);
  left: auto;
  right: -210px;
}

.smart-rtl.hidden-menu #main {
  margin-right: 0;
}

.smart-rtl.hidden-menu #left-panel:hover {
  left: auto;
  right: 0;
}

.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 {
  left: 10px;
  right: auto;
}

.smart-rtl nav > ul > li > a > i > em {
  left: -6px;
  right: auto;
}

.smart-rtl nav > ul > li > ul:before, .smart-rtl nav > ul ul li:before {
  left: auto;
  right: 23px;
}

.smart-rtl nav ul li.active > a:before {
  left: -21px;
  right: auto;
}

.smart-rtl .minifyme {
  border-radius: 0 5px 5px 0;
  left: 0;
  right: auto;
}

.smart-rtl .minifyme:hover {
  padding-left: 5px;
  padding-right: 0;
  left: 0;
  right: auto;
}

.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 {
  padding-left: 1px;
  padding-right: 12px;
  left: auto;
  right: 40px;
}

.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 {
  left: 6px;
  right: auto;
}

.smart-rtl .jarviswidget > header > h2 {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}

.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 thead tr th:first-child, .smart-rtl .no-padding > .table-bordered thead tr td:first-child, .smart-rtl .no-padding > .table-bordered tbody tr td:first-child, .smart-rtl .no-padding > .table-responsive > .table-bordered thead tr th:first-child, .smart-rtl .no-padding > .table-responsive > .table-bordered thead tr td:first-child, .smart-rtl .no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
  border-left-width: 1px !important;
  border-right-width: 0 !important;
}

.smart-rtl table.table-bordered td:last-child, .smart-rtl table.table-bordered th:last-child, .smart-rtl .no-padding > .table-bordered thead tr th:last-child, .smart-rtl .no-padding > .table-bordered tbody tr td:last-child, .smart-rtl .no-padding > .table-responsive > .table-bordered thead tr th:last-child, .smart-rtl .no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
  border-left-width: 0 !important;
  border-right-width: 1px !important;
}

.smart-rtl .page-footer .dropdown-menu {
  left: 0;
  right: auto;
}

.smart-rtl .chat-users .display-users [data-chat-id] > i {
  margin-left: 7px;
  margin-right: 0;
}

.smart-rtl .popover.right {
  margin-left: 0;
  left: auto !important;
  right: 100% !important;
}

.smart-rtl .popover.right > .arrow {
  border-left-width: 11px;
  border-left-color: #00000040;
  border-right-color: #0000;
  left: auto;
  right: -22px;
}

.smart-rtl .popover.right > .arrow:after {
  border-left-width: 10px;
  border-left-color: #fff;
  border-right-width: 0;
  border-right-color: #0000;
  left: auto;
  right: 1px;
}

.smart-rtl .popover .popover-content {
  text-align: right;
  direction: rtl;
}

.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-left: 6px;
  margin-right: 0;
}

.smart-rtl .cke_toolbar_break {
  clear: right;
}

.smart-rtl .dataTables_filter, .smart-rtl .cke_toolbar, .smart-rtl .cke_toolbar_separator, .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;
}

.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, .no-padding > table tr th:last-child {
  border-right: 1px solid #ddd !important;
}

.smart-rtl table.dataTable thead .sorting_desc, .smart-rtl table.dataTable thead .sorting_asc, .smart-rtl table.dataTable thead .sorting {
  background-position: 0;
  padding-right: 9px;
  padding-left: 18px !important;
}

.smart-rtl table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background-position: 100%;
}

.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-left: 5px;
  padding-right: 0;
}

.smart-rtl #extr-page-header-space > :first-child {
  margin-left: 14px;
  margin-right: 0;
}

.smart-rtl #extr-page-header-space {
  float: left;
}

.smart-rtl .display-image {
  margin-left: 20px;
  margin-right: 0;
}

.smart-rtl .smart-form .label {
  text-align: right;
}

.smart-rtl .smart-form .icon-append {
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 1px;
  padding-left: 0;
  padding-right: 3px;
  left: 5px;
  right: auto;
}

.smart-rtl .smart-form .input .icon-append + input, .smart-rtl .smart-form .textarea .icon-append + textarea {
  padding-left: 37px;
  padding-right: 10px;
}

.smart-rtl .list-inline {
  margin-left: 0;
  margin-right: -5px;
  padding-right: 0;
}

.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-left: 0;
  margin-right: -1px;
}

.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 .page-title, .smart-rtl .text-right .page-title, .smart-rtl .text-align-right, .smart-rtl .text-right {
  text-align: left !important;
}

.smart-rtl .superbox-show {
  text-align: right;
  padding: 25px 25px 12px;
}

.smart-rtl .superbox-close {
  left: 15px;
  right: auto;
}

.smart-rtl .superbox-current-img {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}

.smart-rtl .superbox-imageinfo {
  padding: 0 0 0 25px;
}

.smart-rtl .progress.right .progress-bar {
  left: 0;
  right: auto;
}

.smart-rtl .vertical-bars li {
  float: right;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: -40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: -40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -40px 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 {
  display: none;
  left: auto;
}

.smart-rtl .carousel-indicators {
  padding-right: 0;
}

.smart-rtl .demo-btns > li {
  position: relative;
}

.smart-rtl .popover.top > .arrow:after, .smart-rtl .popover.bottom > .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 {
  left: auto;
  right: 18em;
}

.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 {
  border-left: none;
  border-right: 1px solid #ffe1eb;
  margin-left: 0;
  margin-right: 52px;
  padding-left: 0;
  padding-right: 7px;
}

.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 {
  margin-left: 4px;
  text-align: left !important;
  direction: rtl !important;
}

.smart-rtl .ui-pg-table {
  float: right !important;
}

.smart-rtl .ui-jqgrid-pager, .smart-rtl .ui-jqgrid {
  direction: rtl;
}

.smart-rtl .ui-jqgrid .ui-icon-desc {
  left: -2px;
  right: auto;
}

.smart-rtl .ui-jqgrid .ui-icon-asc {
  left: -1px;
  right: auto;
}

.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 {
  left: auto !important;
  right: 100% !important;
}

.smart-rtl .ui-tabs .ui-tabs-nav li {
  float: right;
  float: right;
  margin-left: 3px;
  margin-right: 0;
}

.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-left: 15px !important;
  padding-right: 36px !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 #0003;
}

.smart-rtl #noroll, .smart-rtl #roll14, .smart-rtl .chart {
  direction: ltr;
}

.smart-rtl .dd3-handle {
  height: 36px;
  font-size: 0;
  left: auto;
  right: 0;
}

.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-left: 10px;
  margin-right: 38px;
}

.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 {
  margin-left: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
}

.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-left: 0;
  margin-right: -5px;
}

.smart-rtl .select2-container .select2-choice {
  padding-left: 0;
  padding-right: 8px;
}

.smart-rtl .select2-container .select2-choice .select2-arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  left: 0;
  right: auto;
}

.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 {
  left: 0;
  right: auto;
}

.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 {
  text-align: right;
  direction: ltr;
}

.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-right: 85px;
  margin-left: 0 !important;
}

.smart-rtl .profile-pic {
  text-align: left;
}

.smart-rtl .profile-carousel .air-bottom-right {
  left: 0;
  right: auto;
}

.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 {
  left: auto;
  right: -20px;
}

.smart-rtl .tree ul ul {
  padding-left: 0;
  padding-right: 34px;
}

.smart-rtl .tree li:before {
  border-left: none;
  border-right: 1px solid #999;
}

.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 {
  margin-left: -10px;
  left: -94%;
}

.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%;
  padding-left: 27px;
  padding-right: 12px;
}

.smart-rtl .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  left: 0;
  right: auto;
}

.smart-rtl .inbox-info-bar em {
  left: 20px;
  right: auto;
}

.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 {
  left: auto;
  right: 10px;
}

.smart-rtl .smart-form .rating input {
  display: none;
}

.smart-rtl .smart-form .rating label {
  float: left;
}

.smart-rtl.fixed-navigation nav > ul {
  padding-left: 14px;
  padding-right: 0;
}

.smart-rtl .inbox-footer .btn-group, .smart-rtl .inbox-paging {
  margin-left: 0;
  margin-right: 10px;
}

.smart-rtl .dropdown-menu {
  text-align: right;
}

.smart-rtl .show-stat-microcharts > div {
  border-left: 1px solid #dadada !important;
  border-right: none !important;
}

.smart-rtl.fixed-ribbon.hidden-menu #ribbon {
  left: 0;
  right: 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-left: 4px;
  margin-right: 0;
}

.smart-rtl .fc-event {
  text-align: right;
  border-left: none !important;
  border-right: 6px solid #00000026 !important;
}

.smart-rtl .ui-chatbox-titlebar > span {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}

.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 {
  left: 15px;
  right: auto;
}

.smart-rtl .inbox-compose-footer, .smart-rtl .inbox-download, .smart-rtl .inbox-info-bar, .smart-rtl .inbox-message {
  margin-left: 240px;
  margin-right: 0;
}

.smart-rtl .demo-liveupdate-1 {
  padding-left: 61px;
  padding-right: 3px;
  left: auto;
  right: 33px;
}

@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-left: 0;
    margin-right: 0;
  }

  .smart-rtl #header {
    padding: 0 13px 0 0 !important;
  }
}

@media (max-width: 979px) {
  .smart-rtl.hidden-menu #main {
    position: relative;
    left: auto;
    right: 220px;
  }

  .smart-rtl.fixed-ribbon #ribbon {
    right: 0;
  }

  .smart-rtl.fixed-ribbon.hidden-menu #ribbon {
    right: 220px;
  }

  .smart-rtl #main {
    margin: 0;
    right: 0;
    width: 100% !important;
  }

  .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-left: 5px !important;
    margin-right: 0 !important;
  }

  .smart-rtl.menu-on-top .menu-item-parent + span {
    left: 5px;
    right: auto;
  }

  .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-left: 0;
    margin-right: 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-left: 10px;
    margin-right: 0;
  }

  .smart-rtl .profile-message .wall-comment-reply {
    margin-left: 0;
    margin-right: 85px;
  }

  .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.menu-on-top #main, .smart-rtl.hidden-menu.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 {
    left: 10px;
    right: auto;
  }

  .smart-rtl .btn-header.transparent a {
    margin-left: 6px;
  }

  .smart-rtl.search-mobile .header-search > button {
    left: 44px;
    right: auto;
  }
}

