
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, 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,
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,
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,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: 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 {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  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(/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

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

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

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

.glyphicon-th:before {
  content: "\e011";
}

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

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

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

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

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

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

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

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

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

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

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

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

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

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

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056";
}

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

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

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

.glyphicon-picture:before {
  content: "\e060";
}

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

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

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

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

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

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

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

.glyphicon-eject:before {
  content: "\e078";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\e087";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

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

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

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

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

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

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

.glyphicon-retweet:before {
  content: "\e115";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

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

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

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

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

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

.glyphicon-flash:before {
  content: "\e162";
}

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

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

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

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

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

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

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

.glyphicon-subtitles:before {
  content: "\e188";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201";
}

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

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

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

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

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

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

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

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

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

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

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

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

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

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

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

.glyphicon-scale:before {
  content: "\e230";
}

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

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

.glyphicon-education:before {
  content: "\e233";
}

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

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

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

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

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

.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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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: #f5f5f5;
}

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

.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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

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

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 {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@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: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .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 {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default: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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

.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 {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.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-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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 {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.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 input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.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 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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-addon:first-child {
  border-right: 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 {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.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 {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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 {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .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 {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .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 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.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: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@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: transparent;
  }
  .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: rgb(231.425, 231.425, 231.425);
  }
  .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: transparent;
  }
}
.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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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: transparent;
  }
}
.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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success, .label-ok {
  background-color: #5cb85c;
}
.label-success[href]:hover, [href].label-ok:hover, .label-success[href]:focus, [href].label-ok:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger, .label-problem {
  background-color: #d9534f;
}
.label-danger[href]:hover, [href].label-problem:hover, .label-danger[href]:focus, [href].label-problem:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.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 {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, .alert-notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr, .alert-notice hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link, .alert-notice .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning, .alert-alert {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr, .alert-alert hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link, .alert-alert .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger, .alert-error, .alert-problem {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr, .alert-error hr, .alert-problem hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link, .alert-error .alert-link, .alert-problem .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.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 {
  display: table-cell;
  vertical-align: top;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

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, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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 {
  border-top-width: 0;
}

.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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.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 {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.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 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.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;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Zabuto Calendar
 */
div.zabuto_calendar .active {
  color: #2F9BDE;
  font-weight: 700;
}

div.zabuto_calendar {
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
  padding: 4px 2px;
  text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
  background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
  border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  padding-top: 12px;
  padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
  border-left: 0;
  border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
  border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
}

div.zabuto_calendar .table tr td div.day {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
  background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
  cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  background-color: #357ebd;
  color: #ffffff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
  background-color: #ff9b08;
  color: #ffffff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event {
  font-size: 0.95em;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right;
}

div.zabuto_calendar div.legend span {
  color: #999999;
  font-size: 10px;
  font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
  content: " ";
}

div.zabuto_calendar div.legend span.legend-spacer {
  padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
  padding-left: 2px;
}

div.zabuto_calendar ul.legend {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar ul.legend li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 5px;
}

div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
  margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
  margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
  font-size: 0.9em;
  border-radius: 5px 5px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
  div.zabuto_calendar .table th,
  div.zabuto_calendar .table td {
    padding: 2px 1px;
  }
}
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 5px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: rgba(255, 255, 255, 0.9);
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 2px;
  width: 5px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #aaa;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 5px;
  background-color: #aaa;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #FAFAFA;
}

.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y, .ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #afdcf8;
  left: 20%;
  margin-left: -10px;
}

.cbp_tmtimeline > li {
  position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #3594cb;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #afdcf8;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}

@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0;
  }
}
.dropdown-menu > li.checkbox-row {
  padding: 5px 20px;
}

.dropdown-menu li.checkbox-row {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu li.checkbox-row label {
  font-weight: 400;
}

.dropdown-menu li.checkbox-row:hover, .dropdown-menu li.checkbox-row input:hover, .dropdown-menu li.checkbox-row label:hover {
  cursor: pointer;
}

.no-touch .dropdown-menu > .checkbox-row:hover, .no-touch .dropdown-menu > .checkbox-row:active {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

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

.btn-toolbar .btn-default {
  background-color: #68b828;
  color: #fff;
  border: 1px solid transparent;
}

.btn-toolbar .btn-default.dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

.btn-toolbar .btn-primary {
  background-color: #508e1f;
}

.btn-toolbar .btn-group.open .dropdown-toggle {
  background-color: #508e1f;
  color: #fff;
}

.btn-toolbar .dropdown-menu {
  margin-top: 0;
}

.btn-toolbar .dropdown-menu .checkbox-row {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-toolbar .dropdown-menu .checkbox-row .cbr-replaced {
  margin: 0;
  margin-right: 5px;
}

.btn-toolbar .dropdown-menu .checkbox-row label {
  color: #979898;
  font-size: 12px;
  margin: 0;
}

.lt-ie8 .btn-toolbar {
  display: none;
}

.table-responsive {
  border-radius: 0;
  border: 1px solid #eee;
  margin-bottom: 18px;
}

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

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

.table-responsive[data-pattern=priority-columns] {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}

.table-responsive[data-pattern=priority-columns] > .table {
  margin-bottom: 0;
}

.table-responsive[data-pattern=priority-columns] > .table > thead > tr > th, .table-responsive[data-pattern=priority-columns] > .table > tbody > tr > th, .table-responsive[data-pattern=priority-columns] > .table > tfoot > tr > th, .table-responsive[data-pattern=priority-columns] > .table > thead > tr > td, .table-responsive[data-pattern=priority-columns] > .table > tbody > tr > td, .table-responsive[data-pattern=priority-columns] > .table > tfoot > tr > td {
  white-space: nowrap;
}

.table-responsive[data-pattern=priority-columns] > .table-bordered {
  border: 0;
}

.table-responsive[data-pattern=priority-columns] > .table-bordered > thead > tr > th:first-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr > th:first-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr > th:first-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > thead > tr > td:first-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr > td:first-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.table-responsive[data-pattern=priority-columns] > .table-bordered > thead > tr > th:last-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr > th:last-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr > th:last-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > thead > tr > td:last-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr > td:last-child, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr:last-child > th, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr:last-child > th, .table-responsive[data-pattern=priority-columns] > .table-bordered > tbody > tr:last-child > td, .table-responsive[data-pattern=priority-columns] > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority], .mq.js.lt-ie10 .sticky-table-header th[data-priority], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority], .mq.js.lt-ie10 .sticky-table-header td[data-priority] {
  display: none;
}

.lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="1"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="1"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
  display: inline;
}

.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="1"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="1"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="1"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
  display: table-cell;
}

@media screen and (min-width: 480px) {
  .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="2"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="2"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
    display: inline;
  }
  .mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="2"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="2"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="2"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
    display: table-cell;
  }
}
@media screen and (min-width: 640px) {
  .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="3"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="3"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
    display: inline;
  }
  .mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="3"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="3"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="3"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
    display: table-cell;
  }
}
@media screen and (min-width: 800px) {
  .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="4"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="4"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
    display: inline;
  }
  .mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="4"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="4"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="4"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="5"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="5"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
    display: inline;
  }
  .mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="5"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="5"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="5"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
    display: table-cell;
  }
}
@media screen and (min-width: 1120px) {
  .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="6"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"], .lt-ie9.mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="6"], .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
    display: inline;
  }
  .mq.js .table-responsive[data-pattern=priority-columns] th[data-priority="6"], .mq.js.lt-ie10 .sticky-table-header th[data-priority="6"], .mq.js .table-responsive[data-pattern=priority-columns] td[data-priority="6"], .mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
    display: table-cell;
  }
}
table.table-small-font {
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
}

table.focus-on tbody tr:hover {
  cursor: pointer;
}

table.focus-on tbody tr.unfocused th, table.focus-on tbody tr.unfocused td {
  color: #777;
  color: rgba(0, 0, 0, 0.4);
}

table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td {
  background-color: #68b828;
  color: #fff;
  border-color: #63b026;
}

table th.col-hide, table td.col-hide {
  display: none;
}

table th.col-show, table td.col-show {
  display: inline;
}

.lt-ie9 table th.col-show, .lt-ie9 table td.col-show {
  display: table-cell;
}

.lt-ie9 table.display-all th, .lt-ie9 table.display-all td {
  display: inline !important;
}

table.display-all th, table.display-all td {
  display: table-cell !important;
}

.sticky-table-header {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 990;
  overflow: hidden;
  min-width: 100%;
}

.sticky-table-header.fixed-solution {
  min-width: 0;
  position: fixed;
}

.lt-ie10 .sticky-table-header.fixed-solution {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: content-box;
  border-bottom: none;
}

.sticky-table-header.border-radius-fix {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sticky-table-header > .table {
  margin-bottom: 0;
}

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

.sticky-table-header > .table-bordered {
  border: 0;
}

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

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

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

.transall, .sidebar-menu .main-menu a, .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane], .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] i, footer.main-footer .go-up a, .user-info-navbar .user-info-menu > li > a, .footer-sticked-chat .chat-conversations > li .chat-user, .footer-sticked-chat .chat-conversations > li.open .conversation-window, .footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a span, .breadcrumb.auto-hidden li a, .icon-collection .fontawesome-icon-list .fa-hover .icon-str > i, .icon-collection .fontawesome-icon-list .fa-hover .icon-str > span {
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.clearfix:before, .clearfix:after, .page-container .main-content .page-title:before, .page-container .main-content .page-title:after, .sidebar-menu .logo-env:before, .sidebar-menu .logo-env:after, .navbar.horizontal-menu .navbar-inner:before, .navbar.horizontal-menu .navbar-inner:after, footer.main-footer .footer-inner:before, footer.main-footer .footer-inner:after, .user-info-navbar .user-info-menu > li .dropdown-menu > .external a:before, .user-info-navbar .user-info-menu > li .dropdown-menu > .external a:after, #chat .chat-conversation .conversation-body > li:before, #chat .chat-conversation .conversation-body > li:after, .panel .panel-heading:before, .panel .panel-heading:after, .breadcrumb.auto-hidden:before, .breadcrumb.auto-hidden:after, .dataTables_wrapper .dataTables_length:before, .dataTables_wrapper .dataTables_length:after, .dataTables_wrapper .dataTables_filter:before, .dataTables_wrapper .dataTables_filter:after, .dataTables_wrapper .DTTT_container:before, .dataTables_wrapper .DTTT_container:after, .skin-color-palette:before, .skin-color-palette:after, .icon-collection .fontawesome-icon-list:before, .icon-collection .fontawesome-icon-list:after, .icon-collection .fontawesome-icon-list .fa-hover .icon-str:before, .icon-collection .fontawesome-icon-list .fa-hover .icon-str:after, .highlights li:before, .highlights li:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:before, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:after {
  content: " ";
  display: table;
}

.clearfix:after, .page-container .main-content .page-title:after, .sidebar-menu .logo-env:after, .navbar.horizontal-menu .navbar-inner:after, footer.main-footer .footer-inner:after, .user-info-navbar .user-info-menu > li .dropdown-menu > .external a:after, #chat .chat-conversation .conversation-body > li:after, .panel .panel-heading:after, .breadcrumb.auto-hidden:after, .dataTables_wrapper .dataTables_length:after, .dataTables_wrapper .dataTables_filter:after, .dataTables_wrapper .DTTT_container:after, .skin-color-palette:after, .icon-collection .fontawesome-icon-list:after, .icon-collection .fontawesome-icon-list .fa-hover .icon-str:after, .highlights li:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:after {
  clear: both;
}

body {
  background-color: #eee;
}

a {
  outline: 0 !important;
}

p {
  color: #979898;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.boxed-container {
  background: #ccc;
}

.boxed-container #chat .chat-inner {
  position: absolute !important;
}

.page-container {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.boxed-container .page-container {
  max-width: 1140px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .boxed-container .page-container {
    margin: 0;
  }
}
.page-container.container {
  max-width: 1140px;
  table-layout: auto;
}

.page-container .main-content {
  display: table-cell;
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-bottom: 0;
  vertical-align: top;
  word-break: break-word;
  width: 100%;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.page-container .main-content.is-loading {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.boxed-container .page-container .main-content {
  background-color: #eee;
}

.page-container .main-content:hover {
  z-index: 15;
}

.page-container .main-content .page-title {
  background: #f8f8f8;
  margin: -30px;
  margin-bottom: 30px;
  padding: 20px 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
  -moz-box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
  box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
}

@media screen and (max-width: 768px) {
  .page-container .main-content .page-title {
    padding: 15px 0;
  }
}
.page-container .main-content .page-title.full-width .title-env {
  width: 100%;
  padding-right: 30px;
}

.page-container .main-content .page-title .title-env, .page-container .main-content .page-title .breadcrumb-env {
  display: block;
}

.page-container .main-content .page-title .title-env {
  float: left;
  padding-left: 30px;
}

.page-container .main-content .page-title .title-env .title {
  margin: 0;
  font-size: 27px;
}

@media screen and (max-width: 768px) {
  .page-container .main-content .page-title .title-env .title {
    font-size: 23px;
  }
  .page-container .main-content .page-title .title-env .title + p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .page-container .main-content .page-title .title-env .title {
    font-size: 19px;
  }
}
.page-container .main-content .page-title .title-env .title + p {
  margin: 0;
  margin-top: 5px;
  color: #979898;
}

.page-container .main-content .page-title .breadcrumb-env {
  float: right;
  padding-right: 30px;
}

@media screen and (max-width: 480px) {
  .page-container .main-content .page-title .breadcrumb-env {
    clear: both;
    float: none;
    padding: 0 10px;
  }
}
.page-container .main-content .page-title .breadcrumb-env .breadcrumb {
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page-container .main-content .page-title .breadcrumb-env .breadcrumb {
    margin-top: 4px;
  }
  .page-container .main-content .page-title .breadcrumb-env .breadcrumb li a {
    font-size: 12px;
  }
}
.sidebar-menu {
  display: table-cell;
  position: relative;
  width: 340px;
  background: #2c2e2f;
  z-index: 1;
}

.sidebar-menu .logo-env {
  padding: 30px 45px;
  border-bottom: 1px solid #313437;
}

.sidebar-menu .logo-env .logo {
  float: left;
}

.sidebar-menu .logo-env .logo .logo-collapsed {
  display: none;
}

.sidebar-menu .logo-env .settings-icon {
  float: right;
  position: relative;
  top: 1px;
}

.sidebar-menu .logo-env .settings-icon a {
  color: #979898;
  line-height: 1;
}

.sidebar-menu .logo-env .settings-icon a i {
  line-height: 1;
  font-size: 18px;
}

.sidebar-menu .logo-env .settings-icon a:hover {
  color: #fff;
}

.sidebar-menu .main-menu {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .sidebar-menu .main-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sidebar-menu .main-menu a {
  color: #979898;
  text-decoration: none;
  display: block;
  padding: 13px 5px;
  border-bottom: 1px solid #313437;
}

.sidebar-menu .main-menu a > i {
  display: inline-block;
  margin-right: 10px;
}

.sidebar-menu .main-menu a > i + span {
  padding-right: 10px;
}

.sidebar-menu .main-menu a > span {
  display: inline-block;
}

.sidebar-menu .main-menu a > .label {
  margin-top: 1px;
}

.sidebar-menu .main-menu a > .badge {
  font-size: 75%;
  line-height: 1.2;
}

.sidebar-menu .main-menu a:hover {
  color: #fff;
}

.sidebar-menu .main-menu li.active > a {
  color: #fff;
}

.sidebar-menu .main-menu li.has-sub > a:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  color: #6d747a;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.sidebar-menu .main-menu li.has-sub.opened > a:before, .sidebar-menu .main-menu li.has-sub.expanded > a:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu .main-menu > li.opened > ul {
  display: block;
}

.sidebar-menu .main-menu > li.opened .opened > ul {
  display: block;
}

.sidebar-menu .main-menu ul {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.sidebar-menu .main-menu ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sidebar-menu .main-menu ul li.is-hidden {
    left: -20px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.sidebar-menu .main-menu ul li.is-shown {
  left: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 160ms;
  -moz-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  transition-delay: 160ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  transition-delay: 320ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
  -webkit-transition-delay: 440ms;
  -moz-transition-delay: 440ms;
  -o-transition-delay: 440ms;
  transition-delay: 440ms;
}

.sidebar-menu .main-menu ul li.hidden-item {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sidebar-menu .main-menu ul li a {
  padding-left: 35px;
}

.sidebar-menu .main-menu ul li ul li a {
  padding-left: 60px;
}

.sidebar-menu .main-menu ul li ul li ul li a {
  padding-left: 85px;
}

.sidebar-menu .main-menu ul li ul li ul li ul li a {
  padding-left: 110px;
}

.sidebar-menu .ps-scrollbar-x-rail .ps-scrollbar-x, .sidebar-menu .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.6);
}

.sidebar-menu.fixed {
  height: 100%;
}

.sidebar-menu.fixed .sidebar-menu-inner {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  overflow: hidden;
}

.page-body.right-sidebar .sidebar-menu.fixed .sidebar-menu-inner {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .sidebar-menu.collapsed {
    width: 80px;
    z-index: 10;
    overflow: visible;
  }
  .sidebar-menu.collapsed .hidden-collapsed {
    display: none !important;
  }
  .sidebar-menu.collapsed + .main-content .user-info-navbar .user-info-menu a[data-toggle=sidebar] {
    color: #606161;
  }
  .sidebar-menu.collapsed + .main-content .main-footer {
    left: 80px;
  }
  .sidebar-menu.collapsed .sidebar-menu-inner {
    overflow: visible;
    position: relative;
  }
  .sidebar-menu.collapsed .logo-env {
    padding: 18px 0;
  }
  .sidebar-menu.collapsed .logo-env .logo-collapsed {
    display: block;
    text-align: center;
  }
  .sidebar-menu.collapsed .logo-env .logo-collapsed img {
    display: inline-block;
  }
  .sidebar-menu.collapsed .logo-env .logo-expanded, .sidebar-menu.collapsed .logo-env .settings-icon {
    display: none;
  }
  .sidebar-menu.collapsed .logo-env .logo {
    float: none;
  }
  .sidebar-menu.collapsed .main-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-menu.collapsed .main-menu > li {
    text-align: center;
    position: relative;
  }
  .sidebar-menu.collapsed .main-menu > li.active, .sidebar-menu.collapsed .main-menu > li li.active {
    background-color: #252627;
  }
  .sidebar-menu.collapsed .main-menu > li > a > i {
    margin-right: 0;
    font-size: 16px;
  }
  .sidebar-menu.collapsed .main-menu > li > a > span {
    display: none;
  }
  .sidebar-menu.collapsed .main-menu > li > a > span.label {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sidebar-menu.collapsed .main-menu > li.has-sub > a:before {
    display: none;
  }
  .sidebar-menu.collapsed .main-menu > li.opened > ul {
    display: none;
  }
  .sidebar-menu.collapsed .main-menu > li > ul {
    position: absolute;
    background: #2c2e2f;
    width: 250px;
    top: 0;
    left: 100%;
    text-align: left;
  }
  .page-body.right-sidebar .sidebar-menu.collapsed .main-menu > li > ul {
    left: auto;
    right: 100%;
  }
  .sidebar-menu.collapsed .main-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > a {
    padding-left: 35px;
  }
  .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px;
  }
  .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 65px;
  }
  .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px;
  }
  .sidebar-menu.collapsed .main-menu > li > ul li.has-sub > a:before {
    margin-right: 10px;
  }
  .sidebar-menu.collapsed .main-menu > li:hover > ul {
    display: block;
  }
}
.page-body.right-sidebar .page-container {
  direction: rtl;
}

.page-body.right-sidebar .page-container > * {
  direction: ltr;
}

.navbar.horizontal-menu {
  position: relative;
  height: 85px;
  background: #fff;
  margin: 0;
  padding: 0;
  z-index: 101;
  min-height: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.navbar.horizontal-menu.navbar-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.navbar.horizontal-menu.navbar-fixed-top + .page-container {
  margin-top: 85px;
}

.navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
  top: 85px;
}

.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top {
  position: relative;
}

.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container {
  margin-top: 0;
}

.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
  top: 0;
}

.settings-pane-open .navbar.horizontal-menu.navbar-minimal + .page-container {
  margin-top: 0 !important;
}

.navbar.horizontal-menu + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
  top: 85px;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand {
  padding: 0 30px;
  margin: 0;
  float: left;
  height: 85px;
  display: table;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand:hover a[data-toggle=settings-pane] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.settings-pane-open .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.settings-pane-open .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] i {
  color: #2c2e2f;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand a {
  display: table-cell;
  vertical-align: middle;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand a.logo img {
  margin: 0;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] {
  padding-left: 10px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] i {
  display: block;
  line-height: 1;
  font-size: 12px;
  color: #979898;
  margin-top: 1px;
}

.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane]:hover i {
  color: #2c2e2f;
}

@media screen and (min-width: 768px) {
  .navbar.horizontal-menu .navbar-inner .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav.click-to-expand .has-sub:hover > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav.click-to-expand .has-sub.expanded > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #7d7f7f;
    z-index: 1;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > i {
    display: inline-block;
    margin-right: 5px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > .label.pull-right {
    margin-top: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > .title {
    display: inline-block;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > .title + .badge {
    margin-left: 7px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav li:hover > a, .navbar.horizontal-menu .navbar-inner .navbar-nav li.active > a {
    color: #313232;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li {
    position: relative;
    z-index: 1;
    line-height: 85px;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li:hover {
    z-index: 2;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active, .navbar.horizontal-menu .navbar-inner .navbar-nav > li:hover {
    border-color: #f3f3f3;
    background-color: #fafafa;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active {
    margin-left: -1px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active + li:hover {
    border-left-color: transparent;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 85px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li > ul {
    position: absolute;
    min-width: 270px;
    border: 1px solid #eee;
    visibility: hidden;
    display: block;
    left: -1px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
    -moz-box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
    -webkit-transition: opacity 180ms linear, visibility 180ms linear;
    -moz-transition: opacity 180ms linear, visibility 180ms linear;
    -o-transition: opacity 180ms linear, visibility 180ms linear;
    transition: opacity 180ms linear, visibility 180ms linear;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.hover > ul {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul {
    position: relative;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 2;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul ul {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 350ms linear;
    -moz-transition: opacity 350ms linear;
    -o-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul ul.is-visible {
    height: auto;
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li:last-child > a:after {
    display: none;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li {
    line-height: 1;
    margin: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li > a {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 15px 25px;
    color: #979898;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li > a:after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    background: #eee;
    height: 1px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.active > a {
    color: #313232;
    background: #fafafa;
    border-top: 1px solid #eee;
    margin-top: -2px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.active > a:after {
    left: 0;
    right: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub > a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    float: right;
    color: #979898;
    position: relative;
    margin-left: 10px;
    line-height: 1.3;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub:hover > a:before, .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub.expanded > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul {
    background: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul {
    background: #f1f1f1;
    border-top-color: #e7e7e7;
    border-bottom-color: #e7e7e7;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul a:after {
    background-color: #e7e7e7;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul ul {
    background: #ececec;
    border-top-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul ul a:after {
    background-color: #e2e2e2;
  }
}
.navbar.horizontal-menu .navbar-inner .navbar-mobile-clear {
  display: block;
}

.navbar.horizontal-menu .navbar-inner > .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile {
  display: none;
}

.navbar.horizontal-menu .navbar-inner > .nav > li {
  line-height: 85px;
  display: inline-block;
}

.navbar.horizontal-menu .navbar-inner > .nav > li i {
  font-size: 15px;
  color: #979898;
  line-height: 1;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a {
  position: relative;
  padding: 0 15px;
  margin: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  z-index: 2;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover {
  background: #fafafa;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover i {
  color: #717272;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon {
  padding: 0 20px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #68b828;
  display: none;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon:hover:before {
  display: block;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon i {
  margin-right: 2px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon .badge {
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 4px;
  min-width: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: -20px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon.notification-icon-messages:before {
  background-color: #7c38bc;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > a[data-toggle=chat] {
  padding: 0 20px;
}

.chat-open .navbar.horizontal-menu .navbar-inner > .nav > li > a[data-toggle=chat] i {
  color: #717272;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon {
  background-color: #fff;
  border-color: #f3f3f3;
  color: #717272;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon i {
  color: #717272;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon:before {
  display: block;
}

.navbar.horizontal-menu .navbar-inner > .nav > li > ul {
  z-index: 1;
  border-color: #f3f3f3;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.search-form {
  padding: 0 20px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a {
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a:focus {
  background-color: #fff;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.user-profile.open > a {
  background-color: #fff;
  border-color: #f3f3f3;
}

.navbar.horizontal-menu .navbar-inner > .nav > li.user-profile.open > .dropdown-menu {
  margin-left: -1px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu {
  line-height: 1.42857143;
}

.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu {
  z-index: 1;
  margin-top: -1px;
}

.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu {
  right: 0 !important;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .navbar.horizontal-menu .navbar-inner .navbar-brand {
    padding: 0 15px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li {
    line-height: 84px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a {
    padding: 0 10px;
    font-size: 12px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a > .badge {
    display: none;
  }
  .navbar.horizontal-menu .navbar-inner > .nav > li i {
    font-size: 13px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a > span {
    display: none !important;
  }
}
.navbar.horizontal-menu.click-to-expand .has-sub:hover > a:before {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.navbar.horizontal-menu.click-to-expand .has-sub.expanded > a:before {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

@media screen and (min-width: 768px) {
  .navbar.horizontal-menu.navbar-minimal {
    height: 55px;
  }
}
.navbar.horizontal-menu.navbar-minimal.navbar-fixed-top + .page-container {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .navbar.horizontal-menu.navbar-minimal.navbar-fixed-top + .page-container {
    margin-top: 0;
  }
}
.navbar.horizontal-menu.navbar-minimal.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
  top: 55px;
}

.navbar.horizontal-menu.navbar-minimal + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
  top: 55px;
}

@media screen and (min-width: 768px) {
  .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-brand {
    height: 55px;
  }
  .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li {
    line-height: 55px;
  }
  .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li > a {
    line-height: 55px;
  }
}
.navbar.horizontal-menu.navbar-minimal .navbar-inner > .nav > li {
  line-height: 55px;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li {
    line-height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .navbar.horizontal-menu {
    background: #2c2e2f;
    color: #fff;
    height: auto;
  }
  .chat-open .navbar.horizontal-menu {
    left: -340px;
  }
  .navbar.horizontal-menu.navbar-fixed-top {
    position: relative;
  }
  .navbar.horizontal-menu.navbar-fixed-top + .page-container {
    margin-top: 0;
  }
  .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 0;
  }
  .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top {
    position: relative;
  }
  .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container {
    margin-top: 0;
  }
  .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 0;
  }
  .navbar.horizontal-menu + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 85px;
  }
  .navbar.horizontal-menu .navbar-inner {
    padding: 20px 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-brand {
    height: auto;
    padding-left: 20px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle=settings-pane] {
    display: none;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-mobile-clear {
    display: block;
    clear: both;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav {
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    margin-bottom: 0;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a {
    color: #979898;
    text-decoration: none;
    display: block;
    padding: 13px 5px;
    border-bottom: 1px solid #313437;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > i {
    display: inline-block;
    margin-right: 10px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > i + span {
    padding-right: 10px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > span {
    display: inline-block;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > .label {
    margin-top: 1px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a > .badge {
    font-size: 75%;
    line-height: 1.2;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav a:hover {
    color: #fff;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav li.active > a {
    color: #fff;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub > a:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    color: #6d747a;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub.opened > a:before, .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub.expanded > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.opened > ul {
    display: block;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav > li.opened .opened > ul {
    display: block;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul {
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li {
    position: relative;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown {
    left: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 160ms;
    -moz-transition-delay: 160ms;
    -o-transition-delay: 160ms;
    transition-delay: 160ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 320ms;
    -moz-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 440ms;
    -moz-transition-delay: 440ms;
    -o-transition-delay: 440ms;
    transition-delay: 440ms;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.hidden-item {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li a {
    padding-left: 35px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li a {
    padding-left: 60px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li ul li a {
    padding-left: 85px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li ul li ul li a {
    padding-left: 110px;
  }
  .navbar.horizontal-menu .navbar-inner .navbar-nav.mobile-is-visible {
    display: block;
  }
  .navbar.horizontal-menu .navbar-inner > .nav {
    display: none;
  }
  .navbar.horizontal-menu .navbar-inner > .nav > li {
    line-height: 65px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo {
    float: none;
    width: 100%;
    display: none;
    background: #fff;
    position: relative;
    top: 20px;
    text-align: right;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo.mobile-is-visible {
    display: block;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo > .xs-left {
    float: left;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo > .xs-left.open > .dropdown-menu {
    left: 1px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .notification-icon .badge {
    top: 50%;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .user-profile > a span {
    display: none;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .user-profile.open > a {
    background-color: #fafafa;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile {
    display: block;
    float: right;
    padding-right: 20px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a {
    position: relative;
    display: inline-block;
    color: #979898;
    line-height: 1;
    margin-left: 20px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a i {
    line-height: 1;
    font-size: 18px;
    position: relative;
    top: 1px;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:hover, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:active, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:focus {
    color: #fff;
  }
  .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a .badge {
    position: absolute;
    right: -3px;
    top: -8px;
    font-size: 8px;
    padding: 1px 2px;
    min-width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navbar.horizontal-menu .navbar-inner .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-hidden {
    left: -20px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
footer.main-footer {
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 10px;
  background-color: #eee;
}

footer.main-footer:before, footer.main-footer:after {
  content: " ";
  display: table;
}

footer.main-footer:after {
  clear: both;
}

footer.main-footer:before, footer.main-footer:after {
  content: " ";
  display: table;
}

footer.main-footer:after {
  clear: both;
}

.page-container + footer.main-footer {
  margin-left: 0;
  margin-right: 0;
}

.page-container + footer.main-footer .footer-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

footer.main-footer .footer-text {
  float: left;
}

footer.main-footer .go-up {
  float: right;
  margin-bottom: 20px;
}

footer.main-footer .go-up a {
  display: inline-block;
  background-color: rgba(44, 46, 47, 0.05);
  padding: 2px 5px;
}

footer.main-footer .go-up a:hover {
  background-color: rgba(44, 46, 47, 0.1);
}

footer.main-footer.footer-type-2 {
  background-color: #252729;
  border-top: 0;
  color: #fff;
}

footer.main-footer.footer-type-2 a {
  color: #fff;
}

footer.main-footer.footer-type-2 .go-up a {
  background-color: rgba(255, 255, 255, 0.05);
}

footer.main-footer.footer-type-2 .go-up a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

footer.main-footer.fixed {
  position: fixed;
  left: 340px;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px !important;
}

body.chat-open .user-info-navbar a[data-toggle=chat] {
  color: #606161;
}

.user-info-navbar {
  background-color: #fff;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: -30px;
  margin-bottom: 30px;
}

.user-info-navbar .user-info-menu {
  margin: 0;
}

.user-info-navbar .user-info-menu.left-links {
  float: left;
}

.user-info-navbar .user-info-menu.right-links {
  float: right;
}

.user-info-navbar .user-info-menu li {
  line-height: 1;
}

.user-info-navbar .user-info-menu li a {
  line-height: 1;
}

.user-info-navbar .user-info-menu li a img {
  line-height: 1;
}

.user-info-navbar .user-info-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  display: block;
  float: left;
}

.user-info-navbar .user-info-menu > li.hover-line:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #68b828;
  display: none;
}

.user-info-navbar .user-info-menu > li.hover-line:hover:before, .user-info-navbar .user-info-menu > li.hover-line.open:before {
  display: block;
}

.user-info-navbar .user-info-menu > li > a {
  position: relative;
  display: block;
  padding: 30px 20px;
  color: #979898;
  border-bottom: 1px solid #fff;
  top: 1px;
  z-index: 5;
  text-decoration: none;
}

.user-info-navbar .user-info-menu > li > a i {
  font-size: 15px;
  line-height: 1;
}

.user-info-navbar .user-info-menu > li > a:hover {
  color: #606161;
}

.user-info-navbar .user-info-menu > li > a .badge {
  font-size: 9px;
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 4px;
  min-width: 18px;
  font-weight: 400;
  line-height: 1;
}

.user-info-navbar .user-info-menu > li > form {
  position: relative;
  display: block;
  padding: 30px 20px;
  padding-bottom: 26px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.user-info-navbar .user-info-menu > li a[data-toggle=sidebar] {
  padding-left: 25px;
}

.user-info-navbar .user-info-menu > li.fullscreen {
  position: relative;
  z-index: 1;
}

.user-info-navbar .user-info-menu > li.fullscreen:hover a {
  background-color: #fafafa;
  color: #2c2e2f;
}

.user-info-navbar .user-info-menu > li.search-form, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form {
  position: relative;
  z-index: 5;
}

.user-info-navbar .user-info-menu > li.search-form .btn, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn {
  position: relative;
  padding: 0;
  margin: 0;
  height: auto;
  color: #979898;
  z-index: 2;
}

.user-info-navbar .user-info-menu > li.search-form .btn:hover, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:hover {
  color: #606161;
}

.user-info-navbar .user-info-menu > li.search-form .btn:active, .user-info-navbar .user-info-menu > li.search-form .btn:focus, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:active, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.user-info-navbar .user-info-menu > li.search-form .search-field, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15.5px;
  line-height: 1;
  height: 31px;
  border: 1px solid #ddd;
  border: 0;
  padding: 0 10px;
  width: 170px;
  padding-right: 30px;
  font-size: 12px;
  z-index: 1;
  visibility: hidden;
  background: #f3f3f3;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.user-info-navbar .user-info-menu > li.search-form .search-field::-moz-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field::-moz-placeholder {
  color: #979898;
  opacity: 1;
}

.user-info-navbar .user-info-menu > li.search-form .search-field:-ms-input-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field:-ms-input-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field::-webkit-input-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field::-webkit-input-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field::-webkit-input-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field::-webkit-input-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field:-moz-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field:-moz-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field::-moz-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field::-moz-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field:-ms-input-placeholder, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field:-ms-input-placeholder {
  color: #979898;
}

.user-info-navbar .user-info-menu > li.search-form .search-field:focus + .btn, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field:focus + .btn {
  color: #606161;
}

.user-info-navbar .user-info-menu > li.search-form.focused .search-field, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form.focused .search-field {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.user-info-navbar .user-info-menu > li.search-form.always-visible .search-field, .navbar.horizontal-menu .navbar-inner > .nav > li.search-form.always-visible .search-field {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.user-info-navbar .user-info-menu > li.user-profile > a, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a {
  text-decoration: none;
}

.user-info-navbar .user-info-menu > li.user-profile > a > img, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a > img {
  position: relative;
}

.user-info-navbar .user-info-menu > li.user-profile > a > img + span, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a > img + span {
  margin-left: 5px;
}

.user-info-navbar .user-info-menu > li.user-profile > a span, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a span {
  display: inline-block;
}

.user-info-navbar .user-info-menu > li.user-profile .userpic-32, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile .userpic-32 {
  margin-top: -17px;
  top: 8px;
}

.user-info-navbar .user-info-menu > li.language-switcher a > img {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.user-info-navbar .user-info-menu > li.open {
  border-left-color: #ddd;
  border-right-color: #ddd;
  z-index: 15;
}

.user-info-navbar .user-info-menu > li.open > a {
  color: #606161;
}

.user-info-navbar .user-info-menu > li .dropdown-menu, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
  -moz-box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
  box-shadow: 0 2px 8px rgba(0, 1, 1, 0.05);
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list {
  position: relative;
  max-height: 300px;
  overflow: auto;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list.ps-scrollbar, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list.ps-scrollbar {
  overflow: hidden;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li {
  position: relative;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #979898;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line {
  display: block;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.desc, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.desc {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-right: 10px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line .light, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line .light {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.small, .user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line .small, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.small, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line .small {
  font-size: 12px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.time, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.time {
  font-size: 11px;
  margin-top: 5px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #ededed;
  bottom: 0;
  left: 30px;
  right: 30px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a:hover, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a:hover {
  color: #606161;
}

.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li.active a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li.active a {
  color: #606161;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .top, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top {
  padding: 20px 30px;
  padding-bottom: 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .top a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top a {
  color: #979898;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .top a:hover, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top a:hover {
  color: #606161;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .top p, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top p {
  margin: 0;
  color: #979898;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external {
  position: relative;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background-color: none;
  height: 1px;
  background-color: #ededed;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a {
  display: block;
  padding: 20px 30px;
  color: #979898;
  background-color: #f5f5f5;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external a span, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a span {
  float: left;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external a i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a i {
  float: right;
}

.user-info-navbar .user-info-menu > li .dropdown-menu > .external a:hover, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:hover {
  color: #6a6b6c;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.messages, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages {
  width: 370px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.messages .dropdown-menu-list li:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages .dropdown-menu-list li:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  top: 50%;
  margin-top: -2.5px;
  right: 30px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.messages .dropdown-menu-list li.active:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages .dropdown-menu-list li.active:after {
  background-color: #8dc63f;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications {
  width: 370px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list {
  max-height: 276px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li > a > i {
  float: left;
  background: #ddd;
  color: #FFF;
  padding: 5px;
  line-height: 17px;
  width: 27px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li > a .line, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li > a .line {
  padding-left: 45px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-primary > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-primary > a > i {
  background-color: #2c2e2f;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-success > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-success > a > i {
  background-color: #8dc63f;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-danger > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-danger > a > i {
  background-color: #cc3f44;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-warning > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-warning > a > i {
  background-color: #ffba00;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-info > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-info > a > i {
  background-color: #40bbea;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-secondary > a > i, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-secondary > a > i {
  background-color: #FFF;
  color: #444;
  -webkit-box-shadow: 0 0 0 1px #eee;
  -moz-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu {
  right: -1px;
  left: auto;
  width: 250px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
  padding-bottom: 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li a {
  display: block;
  color: #979898;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li a:hover, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li a:hover {
  background: 0 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li a:hover, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li a:hover {
  color: #606161;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li.last, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li.last {
  background: #fafafa;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li.last:after, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li.last:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #f0f0f0;
  top: -1px;
  left: 0;
  right: 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li.last > a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li.last > a {
  border-bottom: 0;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.languages, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .user-info-navbar .user-info-menu > li .dropdown-menu.languages, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages {
    width: auto;
  }
}
.user-info-navbar .user-info-menu > li .dropdown-menu.languages li a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777879;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.languages li:hover a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages li:hover a {
  background-color: #fbfbfb;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.languages li.active a, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages li.active a {
  background-color: #f6f6f6;
  color: #2c2e2f;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.languages li + li, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.languages li + li {
  border-top: 1px solid #eee;
}

.badge {
  position: relative;
  font-size: 9px;
  line-height: 12px;
}

.badge.pull-right {
  margin-top: 4px;
  margin-left: 5px;
}

.badge.pull-left {
  margin-top: 4px;
  margin-right: 5px;
}

.badge.badge-default {
  background-color: #777;
}

.badge.badge-red, .badge.badge-danger {
  background-color: #cc3f44;
}

.badge.badge-blue, .badge.badge-info {
  background-color: #40bbea;
}

.badge.badge-yellow, .badge.badge-warning {
  background-color: #ffba00;
}

.badge.badge-green, .badge.badge-success {
  background-color: #8dc63f;
}

.badge.badge-primary {
  background-color: #2c2e2f;
}

.badge.badge-secondary {
  background-color: #68b828;
}

.badge.badge-purple {
  background-color: #7c38bc;
}

.badge.badge-pink {
  background-color: #ff6264;
}

.badge.badge-yellow {
  background-color: #fcd036;
}

.badge.badge-orange {
  background-color: #f7aa47;
}

.badge.badge-turquoise {
  background-color: #00b19d;
}

.badge.badge-red {
  background-color: #d5080f;
}

.badge.badge-blue {
  background-color: #0e62c7;
}

.badge.badge-black {
  background-color: #222;
}

.badge.badge-white {
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  -moz-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}

#chat {
  display: table-cell;
  position: relative;
  z-index: 100;
  width: 280px;
  background: #fff;
  vertical-align: top;
  display: none;
}

body.chat-open #chat {
  display: table-cell;
}

#chat.fixed .chat-inner {
  position: fixed;
  right: 0;
  width: inherit;
}

.page-body.right-sidebar #chat.fixed .chat-inner {
  right: auto;
  left: 0;
}

#chat .chat-inner {
  overflow: auto;
  height: 100%;
  border-left: 1px solid #ddd;
}

.page-body.right-sidebar #chat .chat-inner {
  border-left: 0;
  border-right: 1px solid #ddd;
}

#chat .chat-inner.ps-container {
  overflow: hidden;
}

#chat .chat-header {
  font-size: 16px;
  color: #979898;
  padding: 29px 35px;
  padding-bottom: 0;
  line-height: 1;
  margin: 0;
  position: relative;
}

#chat .chat-header .badge {
  position: relative;
  top: -1px;
  margin-left: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

#chat .chat-header .badge.is-hidden {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#chat .chat-header .chat-close {
  position: absolute;
  right: 0;
  font-size: 15px;
  right: 25px;
  margin-top: 0;
  color: #ddd;
  font-weight: 400;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#chat .chat-header .chat-close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#chat .chat-group {
  margin-top: 24px;
}

#chat .chat-group > strong, #chat .chat-group > a {
  display: block;
  padding: 6px 35px;
  font-weight: 400;
  font-size: 12px;
}

#chat .chat-group > strong {
  text-transform: uppercase;
  color: #979898;
}

#chat .chat-group > a {
  position: relative;
  color: #979898;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}

#chat .chat-group > a:hover, #chat .chat-group > a.active {
  color: #717272;
}

#chat .chat-group > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #111;
  left: 0;
  top: 50%;
  margin-top: -4px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

#chat .chat-group > a.active:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#chat .chat-group > a .badge {
  font-size: 9px;
  margin-left: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

#chat .chat-group > a .badge.is-hidden {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#chat .chat-group > a em {
  font-style: normal;
}

#chat .user-status {
  display: inline-block;
  background: #b7b7b7;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

#chat .user-status.is-online {
  background-color: #8dc63f;
}

#chat .user-status.is-offline {
  background-color: #b7b7b7;
}

#chat .user-status.is-idle {
  background-color: #ffba00;
}

#chat .user-status.is-busy {
  background-color: #cc3f44;
}

#chat .chat-conversation {
  position: absolute;
  right: 279px;
  width: 340px;
  background: #fff;
  border: 1px solid #dedede;
  top: 166px;
  display: none;
}

.page-body.right-sidebar #chat .chat-conversation {
  right: auto;
  left: 279px;
}

#chat .chat-conversation.is-open {
  display: block;
}

#chat .chat-conversation .conversation-header {
  position: relative;
  padding: 20px 24px;
  font-size: 14px;
  color: #979898;
  border-bottom: 1px solid #ededed;
}

#chat .chat-conversation .conversation-header small {
  color: rgba(151, 152, 152, 0.6);
  font-size: 12px;
  padding-left: 8px;
}

#chat .chat-conversation .conversation-header .conversation-close {
  float: right;
  color: #979898;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
  top: -2px;
}

#chat .chat-conversation .conversation-header:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9.1px;
  border-color: transparent transparent transparent #dedede;
  right: -9.1px;
  top: 50%;
  margin-top: -3.5px;
}

.page-body.right-sidebar #chat .chat-conversation .conversation-header:after {
  right: auto;
  left: -8.1px;
  border-width: 7px 7px 9.1px 0;
  border-color: transparent #dedede transparent transparent;
}

#chat .chat-conversation .conversation-body {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 245px;
}

#chat .chat-conversation .conversation-body::-webkit-scrollbar {
  width: 5px;
}

#chat .chat-conversation .conversation-body::-webkit-scrollbar-track {
  width: 5px;
  background-color: #fff;
}

#chat .chat-conversation .conversation-body::-webkit-scrollbar-thumb {
  background-color: #dedede;
}

#chat .chat-conversation .conversation-body > li {
  padding: 0 30px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #979898;
}

#chat .chat-conversation .conversation-body > li.odd {
  background: rgba(250, 250, 250, 0.55);
}

#chat .chat-conversation .conversation-body > li .user {
  font-weight: 700;
  color: #7d7f7f;
}

#chat .chat-conversation .conversation-body > li .time {
  float: right;
  color: rgba(151, 152, 152, 0.8);
  font-size: 10px;
  position: relative;
  top: 3px;
}

#chat .chat-conversation .conversation-body > li p {
  padding-top: 5px;
}

#chat .chat-conversation .conversation-body > li:last-child {
  border-bottom: 0;
}

#chat .chat-conversation .chat-textarea {
  padding: 20px 24px;
  background: #fafafa;
  position: relative;
  border-top: 1px solid #ededed;
  padding: 0;
}

#chat .chat-conversation .chat-textarea:after {
  content: "\f075";
  font-family: fontawesome;
  color: #979898;
  right: 15px;
  top: 10px;
  font-size: 15px;
  position: absolute;
}

#chat .chat-conversation .chat-textarea textarea {
  background: #fafafa;
  border: 0;
  max-height: 100px !important;
  padding-right: 35px;
  padding-top: 10px;
  height: 32px;
  resize: none;
}

#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
  color: rgba(151, 152, 152, 0.85);
  opacity: 1;
}

#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
  color: rgba(151, 152, 152, 0.85);
}

#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar {
  width: 5px;
}

#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-track {
  width: 5px;
  background-color: #ededed;
}

#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.chat-history {
  display: none;
}

@media (max-width: 767px) {
  .chat-visible #chat, .chat-visible #chat.fixed {
    display: none;
  }
  .chat-visible.toggle-click #chat, .chat-visible.toggle-click #chat.fixed {
    display: block;
  }
  #chat, #chat.fixed {
    position: fixed;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
  }
  #chat .chat-conversation, #chat.fixed .chat-conversation {
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;
    margin: 10px;
    overflow: auto;
  }
  #chat .chat-conversation .conversation-body, #chat.fixed .chat-conversation .conversation-body {
    height: auto;
    max-height: 450px;
  }
  #chat .chat-conversation::-webkit-scrollbar, #chat.fixed .chat-conversation::-webkit-scrollbar {
    width: 5px;
  }
  #chat .chat-conversation::-webkit-scrollbar-track, #chat.fixed .chat-conversation::-webkit-scrollbar-track {
    width: 5px;
    background-color: #343a45;
  }
  #chat .chat-conversation::-webkit-scrollbar-thumb, #chat.fixed .chat-conversation::-webkit-scrollbar-thumb {
    background-color: #4a5262;
  }
}
.footer-sticked-chat {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 1000;
}

.chat-open .footer-sticked-chat {
  right: 310px;
}

@media screen and (max-width: 768px) {
  .chat-open .footer-sticked-chat {
    right: 30px;
  }
}
.right-sidebar .footer-sticked-chat {
  left: 30px;
  right: auto;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat.mobile-is-visible .chat-conversations {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-sticked-chat {
    left: 0;
    right: 0;
  }
}
.footer-sticked-chat .chat-conversations {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations {
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    display: none;
  }
}
.footer-sticked-chat .chat-conversations > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li {
    float: none;
    width: 100%;
  }
}
.footer-sticked-chat .chat-conversations > li .chat-user {
  display: block;
  position: relative;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #888;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  width: 150px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li .chat-user {
    width: 100%;
  }
}
.footer-sticked-chat .chat-conversations > li .chat-user .user-status {
  display: inline-block;
  vertical-align: middle;
  background: #b7b7b7;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.footer-sticked-chat .chat-conversations > li .chat-user .user-status.is-online {
  background-color: #8dc63f;
}

.footer-sticked-chat .chat-conversations > li .chat-user .user-status.is-offline {
  background-color: #b7b7b7;
}

.footer-sticked-chat .chat-conversations > li .chat-user .user-status.is-idle {
  background-color: #ffba00;
}

.footer-sticked-chat .chat-conversations > li .chat-user .user-status.is-busy {
  background-color: #cc3f44;
}

.footer-sticked-chat .chat-conversations > li .chat-user:hover {
  color: #2c2e2f;
}

.footer-sticked-chat .chat-conversations > li .badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  -webkit-transform: translate(25%, -25%);
  -moz-transform: translate(25%, -25%);
  -o-transform: translate(25%, -25%);
  -ms-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}

.footer-sticked-chat .chat-conversations > li .conversation-window {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #fff;
  z-index: 20;
  border: 1px solid #e4e4e4;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.footer-sticked-chat .chat-conversations > li .conversation-window > .chat-user {
  width: 100%;
  border: 0;
  background: #f5f5f5;
}

.footer-sticked-chat .chat-conversations > li .conversation-window > .chat-user .close {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages.full-height {
  overflow: visible;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li {
  display: table;
  width: 100%;
  table-layout: auto;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .user-info, .footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .message-entry {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .user-info {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .user-info + .message-entry {
  padding-left: 0;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .message-entry {
  width: 99%;
  color: #666;
  font-size: 11px;
  padding-right: 10px;
  padding-left: 10px;
  word-break: break-all;
  white-space: normal;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .message-entry > p {
  color: #666;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li .message-entry > p:last-child {
  margin-bottom: 0;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li.me {
  background-color: #f4f4f4;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .conversation-messages li.time {
  text-align: center;
  display: block;
  font-size: 9px;
  background: #f0f0f0;
  text-transform: uppercase;
  color: #888;
  padding: 4px 0 2px 0;
  line-height: 1;
  margin-bottom: 1px;
}

.footer-sticked-chat .chat-conversations > li .conversation-window .chat-form .form-control {
  border: 0;
  font-size: 12px;
}

.footer-sticked-chat .chat-conversations > li.open > a {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.open > a {
    width: 100%;
  }
}
.footer-sticked-chat .chat-conversations > li.open .conversation-window {
  bottom: 0;
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}

.footer-sticked-chat .chat-conversations > li.open .badge {
  display: none;
}

.right-sidebar .footer-sticked-chat .chat-conversations > li.browse-more {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.footer-sticked-chat .chat-conversations > li.browse-more > a {
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.browse-more > a {
    background-color: #f4f4f4;
  }
}
.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: -2px;
  z-index: 1;
  display: none;
}

.right-sidebar .footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list {
  right: auto;
  left: auto;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list {
    position: relative;
    width: 100%;
    border-top: 0;
  }
}
.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li {
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li {
    text-align: left;
  }
}
.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  white-space: nowrap;
  color: #888;
}

.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a span {
  position: relative;
  left: 2px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a span {
    float: right;
    left: 0;
  }
}
.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a:hover {
  color: #2c2e2f;
}

.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li a:hover span {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.footer-sticked-chat .chat-conversations > li.browse-more .other-conversations-list li + li {
  border-top: 1px solid rgba(228, 228, 228, 0.15);
}

@media screen and (min-width: 768px) {
  .footer-sticked-chat .chat-conversations > li.browse-more:hover > a {
    border-top: 0;
    top: 1px;
  }
}
.footer-sticked-chat .chat-conversations > li.browse-more:hover .other-conversations-list {
  display: block;
}

.footer-sticked-chat .chat-conversations > li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .chat-conversations > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
.footer-sticked-chat .mobile-chat-toggle {
  position: absolute;
  right: 30px;
  bottom: 100%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px 12px;
  text-decoration: none;
  z-index: 1;
  border-bottom: 0;
  display: none;
}

.footer-sticked-chat .mobile-chat-toggle i {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-sticked-chat .mobile-chat-toggle {
    display: block;
  }
}
.footer-sticked-chat .mobile-chat-toggle .badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transform: translate(-25%, -25%);
  -moz-transform: translate(-25%, -25%);
  -o-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

@media screen and (max-width: 768px) {
  .page-container {
    display: block;
  }
  .page-container .sidebar-menu, .page-container .main-content {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-container .sidebar-menu {
    position: relative;
  }
  .page-container .sidebar-menu .sidebar-menu-inner {
    position: relative;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env, .page-container .sidebar-menu .sidebar-menu-inner .main-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle {
    float: right;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a {
    position: relative;
    display: inline-block;
    color: #979898;
    line-height: 1;
    margin-left: 20px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a i {
    line-height: 1;
    font-size: 18px;
    position: relative;
    top: 1px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:hover, .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:active, .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:focus {
    color: #fff;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a .badge {
    position: absolute;
    right: -3px;
    top: -8px;
    font-size: 8px;
    padding: 1px 2px;
    min-width: 14px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .main-menu {
    display: none;
    margin-bottom: 0;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .main-menu.mobile-is-visible {
    display: block;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .main-menu.mobile-is-visible.both-menus-visible {
    margin-top: 0;
    padding-top: 0;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .main-menu > li:last-child > a {
    border-bottom: 0;
  }
  .page-container .main-content .navbar.user-info-navbar {
    display: none;
  }
  .page-container .main-content .navbar.user-info-navbar.mobile-is-visible {
    display: block;
  }
  .page-container .main-content .navbar.user-info-navbar .user-info-menu > li {
    min-height: 0 !important;
  }
  .page-container .main-content .navbar.user-info-navbar .user-info-menu > li > a, .page-container .main-content .navbar.user-info-navbar .user-info-menu > li > form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-container .main-content .navbar.user-info-navbar .user-info-menu > li.user-profile > a > span, .page-container .main-content .navbar.navbar.horizontal-menu .navbar-inner > .nav > li.user-profile > a > span {
    display: none;
  }
  .page-container .main-content .navbar.user-info-navbar .user-info-menu > li a > .badge {
    top: 10px;
  }
  .page-container .main-content .main-footer {
    position: relative;
    left: 0;
    right: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-container {
    position: relative;
  }
  .page-container #chat {
    left: auto;
    margin: 0;
    width: 340px;
  }
  .page-container #chat .chat-conversation {
    bottom: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .chat-open .page-container {
    left: -340px;
  }
}
.panel {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  border: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel.panel-headerless .panel-body {
  padding-top: 0;
}

.panel .panel-heading {
  position: relative;
  padding: 0;
  margin: 0;
  background: 0 0;
  font-size: 17px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
}

.panel .panel-heading > .panel-title {
  float: left;
  font-size: 17px;
}

.panel .panel-heading > .panel-title > a {
  color: inherit;
}

.panel .panel-heading > .panel-options {
  float: right;
  font-size: 13px;
}

.panel .panel-heading > .panel-options a {
  display: inline-block;
  color: #979898;
  margin-left: 7px;
  line-height: 1;
}

.panel .panel-heading > .panel-options a i {
  line-height: 1;
}

.panel .panel-heading > .panel-options a[data-toggle=panel] span {
  display: block;
  font-size: 16px;
  width: 10px;
  text-align: center;
}

.panel .panel-heading > .panel-options a[data-toggle=panel] span.expand-icon {
  display: none;
  font-size: 18px;
}

.panel .panel-heading > .panel-options a[data-toggle=remove] {
  font-size: 18px;
}

.panel .panel-heading > .panel-options a:first-child {
  margin-left: 0;
}

.panel .panel-heading > .panel-options .nav-tabs {
  border: 0;
}

.panel .panel-heading > .panel-options .nav-tabs > li {
  border: 0;
}

.panel .panel-heading > .panel-options .nav-tabs > li > a {
  padding: 0;
  border: 0;
  margin-left: 15px;
  color: #979898;
  background: 0 0;
}

.panel .panel-heading > .panel-options .nav-tabs > li > a:hover {
  background: 0 0;
}

.panel .panel-heading > .panel-options .nav-tabs > li.active > a {
  color: #4b4b4b;
}

.panel .panel-body {
  padding: 0;
  padding-top: 20px;
  color: #979898;
}

.panel .panel-body.no-padding {
  padding: 0;
  margin-top: -2px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}

.panel .panel-body.panel-border {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
}

.panel .panel-body p {
  margin-bottom: 0;
}

.panel .panel-body p + p {
  margin-top: 15px;
}

.panel .panel-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.panel.collapsed .panel-heading .panel-options a[data-toggle=panel] .collapse-icon {
  display: none;
}

.panel.collapsed .panel-heading .panel-options a[data-toggle=panel] .expand-icon {
  display: block;
}

.panel.collapsed > .panel-body, .panel.collapsed > .table {
  display: none;
}

.panel.panel-border {
  border: 1px solid #ccc;
}

.panel.panel-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 1, 1, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 1, 1, 0.08);
  box-shadow: 0 1px 1px rgba(0, 1, 1, 0.08);
}

.panel.panel-inverted {
  background: #2c2e2f;
  color: #FFF;
}

.panel.panel-inverted > .panel-heading {
  border-bottom-color: #393c3e;
}

.panel.panel-inverted > .panel-disabled {
  background: rgba(44, 46, 47, 0.5);
}

.panel.panel-tabs {
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  padding-top: 7px;
}

.panel.panel-tabs > .panel-heading {
  border-bottom: 0;
}

.panel.panel-tabs > .panel-heading .nav-tabs {
  position: relative;
  margin-bottom: -21px;
  margin-right: -2px;
}

.panel.panel-tabs > .panel-heading .nav-tabs > li > a {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-left: 5px;
  top: -6px;
}

.panel.panel-tabs > .panel-heading .nav-tabs > li:hover > a, .panel.panel-tabs > .panel-heading .nav-tabs > li.active > a {
  background-color: #FFF;
}

.panel.panel-tabs > .panel-body {
  background: #FFF;
  padding: 20px 30px;
}

.panel.panel-flat {
  background: 0 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.panel.panel-flat .panel-heading {
  border-bottom-color: #ddd;
}

.panel.panel-flat .panel-disabled {
  background: rgba(238, 238, 238, 0.6);
}

.panel.panel-success .panel-heading {
  background-color: #8dc63f;
  color: #fff;
}

.panel.panel-success .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-success .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-success .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-success .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-success .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-success > .panel-disabled {
  background-color: rgba(141, 198, 63, 0.15);
}

.panel.panel-info .panel-heading {
  background-color: #40bbea;
  color: #fff;
}

.panel.panel-info .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-info .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-info .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-info .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-info .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-info > .panel-disabled {
  background-color: rgba(64, 187, 234, 0.15);
}

.panel.panel-warning .panel-heading {
  background-color: #ffba00;
  color: #fff;
}

.panel.panel-warning .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-warning .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-warning .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-warning .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-warning .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-warning > .panel-disabled {
  background-color: rgba(255, 186, 0, 0.15);
}

.panel.panel-danger .panel-heading {
  background-color: #cc3f44;
  color: #fff;
}

.panel.panel-danger .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-danger .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-danger .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-danger .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-danger .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-danger > .panel-disabled {
  background-color: rgba(204, 63, 68, 0.15);
}

.panel.panel-red .panel-heading {
  background-color: #d5080f;
  color: #fff;
}

.panel.panel-red .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-red .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-red .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-red .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-red .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-red > .panel-disabled {
  background-color: rgba(213, 8, 15, 0.15);
}

.panel.panel-black .panel-heading {
  background-color: #222;
  color: #fff;
}

.panel.panel-black .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-black .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-black .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-black .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-black .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-black > .panel-disabled {
  background-color: rgba(34, 34, 34, 0.15);
}

.panel.panel-purple .panel-heading {
  background-color: #7c38bc;
  color: #fff;
}

.panel.panel-purple .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-purple .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-purple .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-purple .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-purple .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-purple > .panel-disabled {
  background-color: rgba(124, 56, 188, 0.15);
}

.panel.panel-blue .panel-heading {
  background-color: #0e62c7;
  color: #fff;
}

.panel.panel-blue .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-blue .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-blue .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-blue .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-blue .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-blue > .panel-disabled {
  background-color: rgba(14, 98, 199, 0.15);
}

.panel.panel-light-blue .panel-heading {
  background-color: #4fcdfc;
  color: #fff;
}

.panel.panel-light-blue .panel-heading > .panel-title {
  color: #fff;
}

.panel.panel-light-blue .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-light-blue .panel-heading > .panel-options {
  color: #fff;
}

.panel.panel-light-blue .panel-heading > .panel-options a {
  color: rgba(255, 255, 255, 0.6);
}

.panel.panel-light-blue .panel-heading > .panel-options a:hover {
  color: #fff;
}

.panel.panel-light-blue > .panel-disabled {
  background-color: rgba(79, 205, 252, 0.15);
}

.panel.panel-gray .panel-heading {
  background-color: #e1e1e1;
  color: #717272;
}

.panel.panel-gray .panel-heading > .panel-title {
  color: #717272;
}

.panel.panel-gray .panel-heading > .panel-title > a {
  color: inherit;
}

.panel.panel-gray .panel-heading > .panel-options {
  color: #717272;
}

.panel.panel-gray .panel-heading > .panel-options a {
  color: rgba(113, 114, 114, 0.6);
}

.panel.panel-gray .panel-heading > .panel-options a:hover {
  color: #717272;
}

.panel.panel-gray > .panel-disabled {
  background-color: rgba(225, 225, 225, 0.15);
}

.panel.panel-color .panel-heading {
  margin-top: -20px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px;
  border-bottom: 0;
}

.panel.panel-color.collapsed > .panel-heading {
  margin-bottom: -20px;
}

.breadcrumb {
  background: 0 0;
}

.breadcrumb li i {
  margin-right: 4px;
}

.breadcrumb li a {
  color: #979898;
}

.breadcrumb li.active > * {
  color: #646565;
}

.breadcrumb.bc-2 {
  background-color: #eee;
}

.breadcrumb.bc-3 {
  border: 1px solid #ddd;
}

.breadcrumb.auto-hidden li {
  display: block;
  float: left;
}

.breadcrumb.auto-hidden li:before {
  display: block;
  float: left;
}

.breadcrumb.auto-hidden li a {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb.auto-hidden li a.collapsed {
  width: 45px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body.chat-open .settings-pane {
    left: -340px;
  }
}
.settings-pane {
  background: #27292a;
  color: #fff;
  display: none;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media screen and (max-width: 768px) {
  .settings-pane {
    padding: 30px;
  }
}
.settings-pane .settings-pane-inner {
  position: relative;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .settings-pane .settings-pane-inner {
    padding: 0;
  }
}
.settings-pane .settings-pane-inner.with-animation {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.settings-pane .settings-pane-inner.with-animation.visible {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.settings-pane .settings-pane-inner.with-animation.closing {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.settings-pane > a[data-toggle=settings-pane] {
  display: block;
  color: #979898;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1;
  z-index: 100;
}

.settings-pane > a[data-toggle=settings-pane]:hover {
  color: #FFF;
}

.settings-pane .user-info {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .settings-pane .user-info {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .settings-pane .user-info {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.settings-pane .user-info .user-image, .settings-pane .user-info .user-details {
  display: table-cell;
  vertical-align: middle;
}

.settings-pane .user-info .user-image {
  width: 130px;
}

.settings-pane .user-info .user-image a {
  display: block;
  position: relative;
}

.settings-pane .user-info .user-details {
  padding-left: 20px;
}

.settings-pane .user-info .user-details h3 {
  margin: 0;
}

.settings-pane .user-info .user-details h3 a {
  color: #fff;
}

.settings-pane .user-info .user-details h3 .user-status {
  position: relative;
  display: inline-block;
  background: #FFF;
  top: -3px;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.settings-pane .user-info .user-details h3 .user-status.is-online {
  background-color: #8dc63f;
}

.settings-pane .user-info .user-details h3 .user-status.is-idle {
  background-color: #ffba00;
}

.settings-pane .user-info .user-details h3 .user-status.is-busy {
  background-color: #d5080f;
}

.settings-pane .user-info .user-details h3 .user-status.is-offline {
  background-color: #CCC;
}

.settings-pane .user-info .user-details .user-title {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  margin-top: 5px;
}

.settings-pane .user-info .user-details .user-links {
  margin-top: 15px;
}

.settings-pane .user-info .user-details .user-links a {
  display: inline-block;
}

.settings-pane .user-info .user-details .user-links a + a {
  margin-left: 8px;
}

.settings-pane .links-block {
  display: inline-block;
  padding-right: 85px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .settings-pane .links-block {
    padding-right: 40px;
    margin-top: 10px;
  }
}
.settings-pane .links-block.left-sep {
  border-left: 1px solid #323435;
  padding-left: 75px;
}

@media screen and (max-width: 991px) {
  .settings-pane .links-block.left-sep {
    padding-left: 40px;
  }
  .settings-pane .links-block.left-sep:first-child {
    border-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .settings-pane .links-block.left-sep {
    padding: 0 25px;
  }
}
.settings-pane .links-block h4 {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.settings-pane .links-block h4 span {
  display: inline-block;
  border-bottom: 1px solid #323435;
  padding-bottom: 5px;
}

.settings-pane .links-block h4 a {
  color: #fff;
}

.settings-pane .links-block h4 a:hover {
  color: #979898;
}

.settings-pane .links-block ul li label {
  display: inline-block;
  padding-left: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.settings-pane .links-block ul li a {
  color: #979898;
  display: block;
}

.settings-pane .links-block ul li a:hover {
  color: #fff;
}

.settings-pane .links-block ul li + li a {
  margin-top: 5px;
}

.settings-pane .link-blocks-env {
  text-align: center;
}

.settings-pane-open .settings-pane {
  display: block;
}

.settings-pane-open .sidebar-menu .sidebar-menu-inner {
  position: relative !important;
}

.settings-pane-open .sidebar-menu .sidebar-menu-inner .logo-env .settings-icon {
  background: #27292a;
  -webkit-box-shadow: 0 0 0 10px #27292a, 0 -10px 0 10px #27292a, 0 -20px 0 10px #27292a, 0 -30px 0 10px #27292a;
  -moz-box-shadow: 0 0 0 10px #27292a, 0 -10px 0 10px #27292a, 0 -20px 0 10px #27292a, 0 -30px 0 10px #27292a;
  box-shadow: 0 0 0 10px #27292a, 0 -10px 0 10px #27292a, 0 -20px 0 10px #27292a, 0 -30px 0 10px #27292a;
}

.cbr-replaced {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbr-replaced .cbr-input {
  display: none;
}

.cbr-replaced .cbr-state {
  position: relative;
  display: block;
  background: #FFF;
  border: 1px solid #ddd;
  line-height: 1;
  width: 15px;
  height: 15px;
}

.cbr-replaced .cbr-state span {
  display: block;
  background-image: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

.cbr-replaced.cbr-disabled {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.cbr-replaced.cbr-radio .cbr-state {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.cbr-replaced.cbr-radio .cbr-state span {
  background: #FFF;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.cbr-replaced.cbr-radio.cbr-checked .cbr-state span {
  background: #ddd;
}

.cbr-replaced.cbr-primary .cbr-state {
  background: #2c2e2f;
  border-color: #323435;
}

.cbr-replaced.cbr-primary.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-primary.cbr-radio .cbr-state span {
  background-color: #fff;
}

.cbr-replaced.cbr-primary.cbr-radio.cbr-checked .cbr-state span {
  background: #2c2e2f;
}

.cbr-replaced.cbr-secondary .cbr-state {
  background: #68b828;
  border-color: #68b828;
}

.cbr-replaced.cbr-secondary.cbr-checked.cbr-radio .cbr-state span {
  background: #68b828;
}

.cbr-replaced.cbr-secondary.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-success .cbr-state {
  background: #8dc63f;
  border-color: #8dc63f;
}

.cbr-replaced.cbr-success.cbr-checked.cbr-radio .cbr-state span {
  background: #8dc63f;
}

.cbr-replaced.cbr-success.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-info .cbr-state {
  background: #40bbea;
  border-color: #40bbea;
}

.cbr-replaced.cbr-info.cbr-checked.cbr-radio .cbr-state span {
  background: #40bbea;
}

.cbr-replaced.cbr-info.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-danger .cbr-state {
  background: #cc3f44;
  border-color: #cc3f44;
}

.cbr-replaced.cbr-danger.cbr-checked.cbr-radio .cbr-state span {
  background: #cc3f44;
}

.cbr-replaced.cbr-danger.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-warning .cbr-state {
  background: #ffba00;
  border-color: #ffba00;
}

.cbr-replaced.cbr-warning.cbr-checked.cbr-radio .cbr-state span {
  background: #ffba00;
}

.cbr-replaced.cbr-warning.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-red .cbr-state {
  background: #d5080f;
  border-color: #d5080f;
}

.cbr-replaced.cbr-red.cbr-checked.cbr-radio .cbr-state span {
  background: #d5080f;
}

.cbr-replaced.cbr-red.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-blue .cbr-state {
  background: #0e62c7;
  border-color: #0e62c7;
}

.cbr-replaced.cbr-blue.cbr-checked.cbr-radio .cbr-state span {
  background: #0e62c7;
}

.cbr-replaced.cbr-blue.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-purple .cbr-state {
  background: #7c38bc;
  border-color: #7c38bc;
}

.cbr-replaced.cbr-purple.cbr-checked.cbr-radio .cbr-state span {
  background: #7c38bc;
}

.cbr-replaced.cbr-purple.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-pink .cbr-state {
  background: #ff6264;
  border-color: #ff6264;
}

.cbr-replaced.cbr-pink.cbr-checked.cbr-radio .cbr-state span {
  background: #ff6264;
}

.cbr-replaced.cbr-pink.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-orange .cbr-state {
  background: #f7aa47;
  border-color: #f7aa47;
}

.cbr-replaced.cbr-orange.cbr-checked.cbr-radio .cbr-state span {
  background: #f7aa47;
}

.cbr-replaced.cbr-orange.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-turquoise .cbr-state {
  background: #00b19d;
  border-color: #00b19d;
}

.cbr-replaced.cbr-turquoise.cbr-checked.cbr-radio .cbr-state span {
  background: #00b19d;
}

.cbr-replaced.cbr-turquoise.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-yellow .cbr-state {
  background: #fcd036;
  border-color: #fcd036;
}

.cbr-replaced.cbr-yellow.cbr-checked.cbr-radio .cbr-state span {
  background: #fcd036;
}

.cbr-replaced.cbr-yellow.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced.cbr-gray .cbr-state {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

.cbr-replaced.cbr-gray.cbr-checked.cbr-radio .cbr-state span {
  background: #c8c8c8;
}

.cbr-replaced.cbr-gray.cbr-radio .cbr-state {
  background: #fff;
}

.cbr-replaced + label {
  padding-left: 5px;
}

label .cbr-replaced {
  margin-right: 4px;
}

label.cbr-inline {
  padding-top: 7px;
}

label.cbr-inline + .cbr-inline {
  margin-left: 10px;
}

.btn {
  outline: 0;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

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

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

.btn:active, .btn:focus {
  outline: 0 !important;
}

.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.08);
}

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

.btn + .btn.btn-block {
  margin-left: 0;
}

.btn.btn-single {
  margin-bottom: 0;
}

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

.btn.btn-icon i {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0;
}

.btn.btn-icon span {
  display: inline-block;
}

.btn.btn-icon-standalone {
  padding: 0;
  border: 0;
  line-height: 1;
}

.btn.btn-icon-standalone i, .btn.btn-icon-standalone span {
  display: block;
  padding: 12px 12px;
}

.btn.btn-icon-standalone i {
  border-right: 1px solid transparent;
  float: left;
}

.btn.btn-icon-standalone span {
  padding-left: 55px;
  padding-right: 13px;
}

.btn.btn-icon-standalone.btn-icon-standalone-right i {
  float: right;
  border-left: 1px solid transparent;
  border-right: 0;
}

.btn.btn-icon-standalone.btn-icon-standalone-right span {
  padding-left: 13px;
  padding-right: 55px;
}

.btn.btn-icon-standalone.btn-lg i, .btn-group-lg > .btn.btn-icon-standalone i, .btn.btn-icon-standalone.btn-lg span, .btn-group-lg > .btn.btn-icon-standalone span {
  padding: 15px 16px;
}

.btn.btn-icon-standalone.btn-lg span, .btn-group-lg > .btn.btn-icon-standalone span {
  padding-left: 75px;
}

.btn.btn-icon-standalone.btn-lg.btn-icon-standalone-right span, .btn-group-lg > .btn.btn-icon-standalone.btn-icon-standalone-right span {
  padding-left: 17px;
  padding-right: 75px;
}

.btn.btn-icon-standalone.btn-sm i, .btn-group-sm > .btn.btn-icon-standalone i, .btn.btn-icon-standalone.btn-sm span, .btn-group-sm > .btn.btn-icon-standalone span {
  padding: 8px 10px;
}

.btn.btn-icon-standalone.btn-sm span, .btn-group-sm > .btn.btn-icon-standalone span {
  padding-left: 50px;
}

.btn.btn-icon-standalone.btn-sm.btn-icon-standalone-right span, .btn-group-sm > .btn.btn-icon-standalone.btn-icon-standalone-right span {
  padding-left: 12px;
  padding-right: 50px;
}

.btn.btn-icon-standalone.btn-xs i, .btn-group-xs > .btn.btn-icon-standalone i, .btn.btn-icon-standalone.btn-xs span, .btn-group-xs > .btn.btn-icon-standalone span {
  padding: 5px 5px;
}

.btn.btn-icon-standalone.btn-xs span, .btn-group-xs > .btn.btn-icon-standalone span {
  padding-left: 34px;
}

.btn.btn-icon-standalone.btn-xs.btn-icon-standalone-right span, .btn-group-xs > .btn.btn-icon-standalone.btn-icon-standalone-right span {
  padding-left: 10px;
  padding-right: 34px;
}

.btn.btn-secondary {
  background-color: #68b828;
  color: #fff;
}

.btn.btn-secondary:hover {
  background-color: #5ca323;
  text-color: #fff;
}

.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: #5ca323;
  border-color: #579b22;
}

.btn.btn-purple {
  background-color: #7c38bc;
  color: #fff;
}

.btn.btn-purple:hover {
  background-color: #6f32a8;
  text-color: #fff;
}

.btn.btn-purple:active, .btn.btn-purple:focus {
  background-color: #6f32a8;
  border-color: #6a30a0;
}

.btn.btn-orange {
  background-color: #f7aa47;
  color: #fff;
}

.btn.btn-orange:hover {
  background-color: #f69f2f;
  text-color: #fff;
}

.btn.btn-orange:active, .btn.btn-orange:focus {
  background-color: #f69f2f;
  border-color: #f69a25;
}

.btn.btn-pink {
  background-color: #ff6264;
  color: #fff;
}

.btn.btn-pink:hover {
  background-color: #ff484b;
  text-color: #fff;
}

.btn.btn-pink:active, .btn.btn-pink:focus {
  background-color: #ff484b;
  border-color: #ff3e41;
}

.btn.btn-turquoise {
  background-color: #00b19d;
  color: #fff;
}

.btn.btn-turquoise:hover {
  background-color: #009886;
  text-color: #fff;
}

.btn.btn-turquoise:active, .btn.btn-turquoise:focus {
  background-color: #009886;
  border-color: #008d7d;
}

.btn.btn-blue {
  background-color: #0e62c7;
  color: #fff;
}

.btn.btn-blue:hover {
  background-color: #0c56af;
  text-color: #fff;
}

.btn.btn-blue:active, .btn.btn-blue:focus {
  background-color: #0c56af;
  border-color: #0c52a6;
}

.btn.btn-red {
  background-color: #d5080f;
  color: #fff;
}

.btn.btn-red:hover {
  background-color: #bc070d;
  text-color: #fff;
}

.btn.btn-red:active, .btn.btn-red:focus {
  background-color: #bc070d;
  border-color: #b3070d;
}

.btn.btn-gray {
  background-color: #eee;
  color: #333;
}

.btn.btn-gray:hover {
  background-color: #e1e1e1;
  text-color: #333;
}

.btn.btn-gray:active, .btn.btn-gray:focus {
  background-color: #e1e1e1;
  border-color: #dcdcdc;
}

.btn.btn-black {
  background-color: #222;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #151515;
  text-color: #fff;
}

.btn.btn-black:active, .btn.btn-black:focus {
  background-color: #151515;
  border-color: #101010;
}

.btn.btn-black:hover {
  background-color: #3c3c3c;
}

.btn.btn-white {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.btn.btn-white:hover {
  background-color: #f2f2f2;
  text-color: #333;
}

.btn.btn-white:active, .btn.btn-white:focus {
  background-color: #f2f2f2;
  border-color: #ededed;
}

.btn.btn-primary.btn-icon-standalone i {
  background-color: #383b3c;
  border-right-color: #454849;
}

.btn.btn-primary.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #454849;
}

.btn.btn-primary.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #1d1f1f;
}

.btn.btn-primary.btn-icon-standalone:hover i {
  border-right-color: #1d1f1f;
}

.btn.btn-secondary.btn-icon-standalone i {
  background-color: #63b026;
  border-right-color: #5fa724;
}

.btn.btn-secondary.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #5fa724;
}

.btn.btn-secondary.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #5a9f23;
}

.btn.btn-secondary.btn-icon-standalone:hover i {
  border-right-color: #5a9f23;
}

.btn.btn-info.btn-icon-standalone i {
  background-color: #2eb4e8;
  border-right-color: #1baee6;
}

.btn.btn-info.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #1baee6;
}

.btn.btn-info.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #24b1e7;
}

.btn.btn-info.btn-icon-standalone:hover i {
  border-right-color: #24b1e7;
}

.btn.btn-danger.btn-icon-standalone i {
  background-color: #c33439;
  border-right-color: #b32f34;
}

.btn.btn-danger.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #b32f34;
}

.btn.btn-danger.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #bb3236;
}

.btn.btn-danger.btn-icon-standalone:hover i {
  border-right-color: #bb3236;
}

.btn.btn-warning.btn-icon-standalone i {
  background-color: #f0af00;
  border-right-color: #e6a700;
}

.btn.btn-warning.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #e6a700;
}

.btn.btn-warning.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #e0a400;
}

.btn.btn-warning.btn-icon-standalone:hover i {
  border-right-color: #e0a400;
}

.btn.btn-red.btn-icon-standalone i {
  background-color: #c1070e;
  border-right-color: #b8070d;
}

.btn.btn-red.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #b8070d;
}

.btn.btn-red.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #b8070d;
}

.btn.btn-red.btn-icon-standalone:hover i {
  border-right-color: #b8070d;
}

.btn.btn-purple.btn-icon-standalone i {
  background-color: #7233ac;
  border-right-color: #NaNNaNNaN;
}

.btn.btn-purple.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #NaNNaNNaN;
}

.btn.btn-purple.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #6c31a4;
}

.btn.btn-purple.btn-icon-standalone:hover i {
  border-right-color: #6c31a4;
}

.btn.btn-blue.btn-icon-standalone i {
  background-color: #0d59b4;
  border-right-color: #0c54aa;
}

.btn.btn-blue.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #0c54aa;
}

.btn.btn-blue.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #0c54aa;
}

.btn.btn-blue.btn-icon-standalone:hover i {
  border-right-color: #0c54aa;
}

.btn.btn-white.btn-icon-standalone i {
  background-color: #f5f5f5;
  border-right-color: #e6e6e6;
}

.btn.btn-white.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #e6e6e6;
}

.btn.btn-white.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #e0e0e0;
}

.btn.btn-white.btn-icon-standalone:hover i {
  border-right-color: #e0e0e0;
}

.btn.btn-gray.btn-icon-standalone i {
  background-color: #e4e4e4;
  border-right-color: #d5d5d5;
}

.btn.btn-gray.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #d5d5d5;
}

.btn.btn-gray.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #cfcfcf;
}

.btn.btn-gray.btn-icon-standalone:hover i {
  border-right-color: #cfcfcf;
}

.btn.btn-black.btn-icon-standalone i {
  background-color: #2f2f2f;
  border-right-color: #3c3c3c;
}

.btn.btn-black.btn-icon-standalone.btn-icon-standalone-right i {
  border-left-color: #3c3c3c;
}

.btn.btn-black.btn-icon-standalone.btn-icon-standalone-right:hover i {
  border-left-color: #414141;
}

.btn.btn-black.btn-icon-standalone:hover i {
  border-right-color: #414141;
}

.btn-group .btn.btn-purple:hover {
  border-color: #552681;
}

.btn-group .btn.btn-red:hover {
  border-color: #8b050a;
}

.btn-group .btn.btn-blue:hover {
  border-color: #093f80;
}

.btn-group .btn.btn-white:hover {
  border-color: #d9d9d9;
}

.btn-group .btn.btn-gray:hover {
  border-color: #c8c8c8;
}

.btn-group .btn.btn-black:hover {
  border-color: #484848;
}

.btn-unstyled {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  height: auto;
  line-height: 1;
}

.btn-unstyled:active, .btn-unstyled:focus {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu.no-spacing {
  margin-top: -10px;
}

.dropdown-menu.dropdown-primary {
  background: #2c2e2f;
  border-color: #2c2e2f;
}

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

.dropdown-menu.dropdown-primary > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-primary > li > a:hover {
  background-color: #454849;
}

.dropdown-menu.dropdown-secondary {
  background: #68b828;
  border-color: #68b828;
}

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

.dropdown-menu.dropdown-secondary > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-secondary > li > a:hover {
  background-color: #5ca323;
}

.dropdown-menu.dropdown-info {
  background: #40bbea;
  border-color: #40bbea;
}

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

.dropdown-menu.dropdown-info > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-info > li > a:hover {
  background-color: #1baee6;
}

.dropdown-menu.dropdown-success {
  background: #8dc63f;
  border-color: #8dc63f;
}

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

.dropdown-menu.dropdown-success > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-success > li > a:hover {
  background-color: #80b636;
}

.dropdown-menu.dropdown-warning {
  background: #ffba00;
  border-color: #ffba00;
}

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

.dropdown-menu.dropdown-warning > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-warning > li > a:hover {
  background-color: #e6a700;
}

.dropdown-menu.dropdown-danger {
  background: #cc3f44;
  border-color: #cc3f44;
}

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

.dropdown-menu.dropdown-danger > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-danger > li > a:hover {
  background-color: #b32f34;
}

.dropdown-menu.dropdown-red {
  background: #d5080f;
  border-color: #d5080f;
}

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

.dropdown-menu.dropdown-red > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-red > li > a:hover {
  background-color: #bc070d;
}

.dropdown-menu.dropdown-purple {
  background: #7c38bc;
  border-color: #7c38bc;
}

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

.dropdown-menu.dropdown-purple > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-purple > li > a:hover {
  background-color: #672f9d;
}

.dropdown-menu.dropdown-blue {
  background: #0e62c7;
  border-color: #0e62c7;
}

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

.dropdown-menu.dropdown-blue > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-blue > li > a:hover {
  background-color: #0b4fa1;
}

.dropdown-menu.dropdown-black {
  background: #222;
  border-color: #222;
}

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

.dropdown-menu.dropdown-black > li > a {
  color: #fff;
}

.dropdown-menu.dropdown-black > li > a:hover {
  background-color: #363636;
}

.dropdown-menu.dropdown-white.no-spacing {
  margin-top: -11px;
}

.nav.nav-tabs {
  border-bottom: 0;
}

.nav.nav-tabs > li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.nav.nav-tabs > li > a {
  border: none;
  background-color: #f4f4f4;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.nav.nav-tabs > li > a:hover {
  border: none;
  background-color: #fff;
}

.nav.nav-tabs > li.active > a {
  border: 0;
  background-color: #fff;
}

.nav.nav-tabs.right-aligned, .right-aligned .nav.nav-tabs {
  text-align: right;
}

.nav.nav-tabs.right-aligned > li, .right-aligned .nav.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav.nav-tabs.right-aligned > li > a, .right-aligned .nav.nav-tabs > li > a {
  margin-right: 0;
  margin-left: 5px;
}

.nav.nav-tabs.nav-tabs-justified, .nav.nav-tabs.nav-justified, .nav-tabs-justified .nav.nav-tabs, .nav-tabs.nav-justified .nav.nav-tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.nav.nav-tabs.nav-tabs-justified:before, .nav.nav-tabs.nav-justified:before, .nav-tabs-justified .nav.nav-tabs:before, .nav-tabs.nav-justified .nav.nav-tabs:before, .nav.nav-tabs.nav-tabs-justified:after, .nav.nav-tabs.nav-justified:after, .nav-tabs-justified .nav.nav-tabs:after, .nav-tabs.nav-justified .nav.nav-tabs:after {
  display: none;
}

.nav.nav-tabs.nav-tabs-justified > li, .nav.nav-tabs.nav-justified > li, .nav-tabs-justified .nav.nav-tabs > li, .nav-tabs.nav-justified .nav.nav-tabs > li {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  text-align: center;
}

.nav.nav-tabs.nav-tabs-justified > li:last-child > a, .nav.nav-tabs.nav-justified > li:last-child > a, .nav-tabs-justified .nav.nav-tabs > li:last-child > a, .nav-tabs.nav-justified .nav.nav-tabs > li:last-child > a {
  margin-right: 0;
}

.nav.nav-tabs + .tab-content {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

.nav.nav-tabs + .tab-content > p:last-child, .nav.nav-tabs + .tab-content * > p:last-child {
  margin-bottom: 0;
}

.panel-group .panel .panel-heading {
  padding-bottom: 0;
  border-bottom: 0;
}

.panel-group .panel .panel-heading .panel-title {
  float: none;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
  float: right;
  display: block;
  content: "–";
  font-size: 18px;
  width: 25px;
  text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: "+";
}

.panel-group .panel .panel-heading .accordion-toggle {
  cursor: pointer;
}

.panel-group .panel .panel-heading .accordion-toggle:before {
  content: "+";
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #f5f5f5;
  margin-top: 15px;
}

.panel-group.panel-group-joined, .panel-group-joined .panel-group {
  border: 1px solid #ddd;
}

.panel-group.panel-group-joined .panel .panel-collapse .panel-body, .panel-group-joined .panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  padding-top: 0;
}

.panel-group.panel-group-joined .panel + .panel, .panel-group-joined .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.panel.expanded .accordion-toggle:before {
  content: "–" !important;
}

.tabs-vertical-env {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
  display: table-cell;
  vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
  min-width: 120px;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
  background-color: #f4f4f4;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

.tabs-vertical-env .nav.tabs-vertical li.active > a {
  background-color: #fff;
}

.tabs-vertical-env .nav.tabs-vertical li:last-child {
  padding-bottom: 20px;
}

.tabs-vertical-env .tab-content {
  padding: 30px;
  background: #FFF;
}

.tabs-vertical-env .tab-content * > p:last-child {
  margin-bottom: 0;
}

.tabs-vertical-env.tabs-vertical-bordered .tab-content, .tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical > li > a {
  border: 1px solid #ddd;
}

.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical {
  position: relative;
  right: -1px;
}

.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical > li.active > a {
  border-right-color: #fff;
}

.tabs-vertical-env.tabs-vertical-bordered.right-aligned .nav.tabs-vertical {
  right: 1px;
}

.tabs-vertical-env.tabs-vertical-bordered.right-aligned .nav.tabs-vertical > li.active > a {
  border-left-color: #fff;
  border-right-color: #ddd;
}

.label {
  position: relative;
}

.label.pull-right {
  margin-top: 4px;
}

.label.pull-left {
  margin-top: 4px;
  margin-right: 5px;
}

.label.label-primary {
  background-color: #2c2e2f;
  color: #fff;
}

.label.label-secondary {
  background-color: #68b828;
  color: #fff;
}

.label.label-success, .label.label-ok {
  background-color: #8dc63f;
  color: #fff;
}

.label.label-danger, .label.label-problem {
  background-color: #cc3f44;
  color: #fff;
}

.label.label-info {
  background-color: #40bbea;
  color: #fff;
}

.label.label-warning {
  background-color: #ffba00;
  color: #fff;
}

.label.label-red {
  background-color: #d5080f;
  color: #fff;
}

.label.label-purple {
  background-color: #7c38bc;
  color: #fff;
}

.label.label-pink {
  background-color: #ff6264;
  color: #fff;
}

.label.label-yellow {
  background-color: #fcd036;
  color: #fff;
}

.label.label-orange {
  background-color: #f7aa47;
  color: #fff;
}

.label.label-turquoise {
  background-color: #00b19d;
  color: #fff;
}

.label.label-blue {
  background-color: #0e62c7;
  color: #fff;
}

.label.label-black {
  background-color: #222;
  color: #fff;
}

.label.label-white {
  color: #333;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  -moz-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}

.line-height-default li {
  line-height: 1.85;
}

.popover + .btn, .tooltip + .btn {
  margin-left: 5px;
}

.popover {
  padding: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popover.popover-primary .popover-title {
  background-color: #2c2e2f;
  color: #FFF;
  position: relative;
}

.popover.popover-primary.top .popover-title, .popover.popover-primary.bottom .popover-title {
  margin: -1px;
}

.popover.popover-primary.bottom .arrow:after {
  border-bottom-color: #2c2e2f;
}

.popover.popover-secondary .popover-title {
  background-color: #68b828;
  color: #FFF;
  position: relative;
}

.popover.popover-secondary.top .popover-title, .popover.popover-secondary.bottom .popover-title {
  margin: -1px;
}

.popover.popover-secondary.bottom .arrow:after {
  border-bottom-color: #68b828;
}

.popover.popover-info .popover-title {
  background-color: #40bbea;
  color: #FFF;
  position: relative;
}

.popover.popover-info.top .popover-title, .popover.popover-info.bottom .popover-title {
  margin: -1px;
}

.popover.popover-info.bottom .arrow:after {
  border-bottom-color: #40bbea;
}

.popover.popover-warning .popover-title {
  background-color: #ffba00;
  color: #FFF;
  position: relative;
}

.popover.popover-warning.top .popover-title, .popover.popover-warning.bottom .popover-title {
  margin: -1px;
}

.popover.popover-warning.bottom .arrow:after {
  border-bottom-color: #ffba00;
}

.popover.popover-danger .popover-title {
  background-color: #cc3f44;
  color: #FFF;
  position: relative;
}

.popover.popover-danger.top .popover-title, .popover.popover-danger.bottom .popover-title {
  margin: -1px;
}

.popover.popover-danger.bottom .arrow:after {
  border-bottom-color: #cc3f44;
}

.popover.popover-success .popover-title {
  background-color: #8dc63f;
  color: #FFF;
  position: relative;
}

.popover.popover-success.top .popover-title, .popover.popover-success.bottom .popover-title {
  margin: -1px;
}

.popover.popover-success.bottom .arrow:after {
  border-bottom-color: #8dc63f;
}

.popover.popover-purple .popover-title {
  background-color: #7c38bc;
  color: #FFF;
  position: relative;
}

.popover.popover-purple.top .popover-title, .popover.popover-purple.bottom .popover-title {
  margin: -1px;
}

.popover.popover-purple.bottom .arrow:after {
  border-bottom-color: #7c38bc;
}

.popover.popover-blue .popover-title {
  background-color: #0e62c7;
  color: #FFF;
  position: relative;
}

.popover.popover-blue.top .popover-title, .popover.popover-blue.bottom .popover-title {
  margin: -1px;
}

.popover.popover-blue.bottom .arrow:after {
  border-bottom-color: #0e62c7;
}

.popover.popover-red .popover-title {
  background-color: #d5080f;
  color: #FFF;
  position: relative;
}

.popover.popover-red.top .popover-title, .popover.popover-red.bottom .popover-title {
  margin: -1px;
}

.popover.popover-red.bottom .arrow:after {
  border-bottom-color: #d5080f;
}

.popover.popover-black .popover-title {
  background-color: #0e62c7;
  color: #FFF;
  position: relative;
}

.popover.popover-black.top .popover-title, .popover.popover-black.bottom .popover-title {
  margin: -1px;
}

.popover.popover-black.bottom .arrow:after {
  border-bottom-color: #0e62c7;
}

.tooltip .tooltip-inner {
  padding: 10px 15px;
}

.tooltip.tooltip-primary .tooltip-inner {
  background-color: #2c2e2f;
}

.tooltip.tooltip-primary.top .tooltip-arrow {
  border-top-color: #2c2e2f;
}

.tooltip.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: #2c2e2f;
}

.tooltip.tooltip-primary.left .tooltip-arrow {
  border-left-color: #2c2e2f;
}

.tooltip.tooltip-primary.right .tooltip-arrow {
  border-right-color: #2c2e2f;
}

.tooltip.tooltip-secondary .tooltip-inner {
  background-color: #68b828;
}

.tooltip.tooltip-secondary.top .tooltip-arrow {
  border-top-color: #68b828;
}

.tooltip.tooltip-secondary.bottom .tooltip-arrow {
  border-bottom-color: #68b828;
}

.tooltip.tooltip-secondary.left .tooltip-arrow {
  border-left-color: #68b828;
}

.tooltip.tooltip-secondary.right .tooltip-arrow {
  border-right-color: #68b828;
}

.tooltip.tooltip-info .tooltip-inner {
  background-color: #40bbea;
}

.tooltip.tooltip-info.top .tooltip-arrow {
  border-top-color: #40bbea;
}

.tooltip.tooltip-info.bottom .tooltip-arrow {
  border-bottom-color: #40bbea;
}

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #40bbea;
}

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #40bbea;
}

.tooltip.tooltip-warning .tooltip-inner {
  background-color: #ffba00;
}

.tooltip.tooltip-warning.top .tooltip-arrow {
  border-top-color: #ffba00;
}

.tooltip.tooltip-warning.bottom .tooltip-arrow {
  border-bottom-color: #ffba00;
}

.tooltip.tooltip-warning.left .tooltip-arrow {
  border-left-color: #ffba00;
}

.tooltip.tooltip-warning.right .tooltip-arrow {
  border-right-color: #ffba00;
}

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #cc3f44;
}

.tooltip.tooltip-danger.top .tooltip-arrow {
  border-top-color: #cc3f44;
}

.tooltip.tooltip-danger.bottom .tooltip-arrow {
  border-bottom-color: #cc3f44;
}

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #cc3f44;
}

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #cc3f44;
}

.tooltip.tooltip-success .tooltip-inner {
  background-color: #8dc63f;
}

.tooltip.tooltip-success.top .tooltip-arrow {
  border-top-color: #8dc63f;
}

.tooltip.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: #8dc63f;
}

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #8dc63f;
}

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #8dc63f;
}

.tooltip.tooltip-purple .tooltip-inner {
  background-color: #7c38bc;
}

.tooltip.tooltip-purple.top .tooltip-arrow {
  border-top-color: #7c38bc;
}

.tooltip.tooltip-purple.bottom .tooltip-arrow {
  border-bottom-color: #7c38bc;
}

.tooltip.tooltip-purple.left .tooltip-arrow {
  border-left-color: #7c38bc;
}

.tooltip.tooltip-purple.right .tooltip-arrow {
  border-right-color: #7c38bc;
}

.tooltip.tooltip-blue .tooltip-inner {
  background-color: #0e62c7;
}

.tooltip.tooltip-blue.top .tooltip-arrow {
  border-top-color: #0e62c7;
}

.tooltip.tooltip-blue.bottom .tooltip-arrow {
  border-bottom-color: #0e62c7;
}

.tooltip.tooltip-blue.left .tooltip-arrow {
  border-left-color: #0e62c7;
}

.tooltip.tooltip-blue.right .tooltip-arrow {
  border-right-color: #0e62c7;
}

.tooltip.tooltip-red .tooltip-inner {
  background-color: #d5080f;
}

.tooltip.tooltip-red.top .tooltip-arrow {
  border-top-color: #d5080f;
}

.tooltip.tooltip-red.bottom .tooltip-arrow {
  border-bottom-color: #d5080f;
}

.tooltip.tooltip-red.left .tooltip-arrow {
  border-left-color: #d5080f;
}

.tooltip.tooltip-red.right .tooltip-arrow {
  border-right-color: #d5080f;
}

.tooltip.tooltip-black .tooltip-inner {
  background-color: #0e62c7;
}

.tooltip.tooltip-black.top .tooltip-arrow {
  border-top-color: #0e62c7;
}

.tooltip.tooltip-black.bottom .tooltip-arrow {
  border-bottom-color: #0e62c7;
}

.tooltip.tooltip-black.left .tooltip-arrow {
  border-left-color: #0e62c7;
}

.tooltip.tooltip-black.right .tooltip-arrow {
  border-right-color: #0e62c7;
}

blockquote small {
  margin-top: 10px;
  display: block;
}

.blockquote {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
}

.blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #f7f7f7;
}

.blockquote.blockquote-blue {
  border: 1px solid #0e62c7;
}

.blockquote.blockquote-blue:before {
  background: rgba(14, 98, 199, 0.1);
}

.blockquote.blockquote-blue strong {
  color: #0e62c7;
}

.blockquote.blockquote-red {
  border: 1px solid #d5080f;
}

.blockquote.blockquote-red:before {
  background: rgba(213, 8, 15, 0.1);
}

.blockquote.blockquote-red strong {
  color: #d5080f;
}

.blockquote.blockquote-success {
  border: 1px solid #8dc63f;
}

.blockquote.blockquote-success:before {
  background: rgba(141, 198, 63, 0.1);
}

.blockquote.blockquote-success strong {
  color: #8dc63f;
}

.blockquote.blockquote-warning {
  border: 1px solid #ffba00;
}

.blockquote.blockquote-warning:before {
  background: rgba(255, 186, 0, 0.1);
}

.blockquote.blockquote-warning strong {
  color: #ffba00;
}

.blockquote.blockquote-info {
  border: 1px solid #40bbea;
}

.blockquote.blockquote-info:before {
  background: rgba(64, 187, 234, 0.1);
}

.blockquote.blockquote-info strong {
  color: #40bbea;
}

.blockquote.blockquote-danger {
  border: 1px solid #cc3f44;
}

.blockquote.blockquote-danger:before {
  background: rgba(204, 63, 68, 0.1);
}

.blockquote.blockquote-danger strong {
  color: #cc3f44;
}

.blockquote.blockquote-purple {
  border: 1px solid #7c38bc;
}

.blockquote.blockquote-purple:before {
  background: rgba(124, 56, 188, 0.1);
}

.blockquote.blockquote-purple strong {
  color: #7c38bc;
}

.blockquote.blockquote-black {
  border: 1px solid #222;
}

.blockquote.blockquote-black:before {
  background: rgba(34, 34, 34, 0.1);
}

.blockquote.blockquote-black strong {
  color: #222;
}

.modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #f5f5f5;
  padding: 30px;
}

.modal .modal-dialog .modal-content .modal-header {
  margin: 0;
  padding: 0;
  border-bottom-width: 2px;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-header .close {
  outline: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  margin-bottom: 0;
}

.modal.scale .modal-dialog {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.modal.scale.in .modal-dialog {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.table.table-bordered {
  border-color: #eee;
}

.table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td, .table.table-bordered > tfood > tr > td, .table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfood > tr > th {
  border-color: #eee;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfood > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfood > tr > th {
  padding: 12px 15px;
}

.text-center.table > thead > tr > td, .text-center.table > tbody > tr > td, .text-center.table > tfood > tr > td, .text-center.table > thead > tr > th, .text-center.table > tbody > tr > th, .text-center.table > tfood > tr > th {
  text-align: center !important;
}

.middle-align.table > thead > tr > td, .middle-align.table > tbody > tr > td, .middle-align.table > tfood > tr > td, .middle-align.table > thead > tr > th, .middle-align.table > tbody > tr > th, .middle-align.table > tfood > tr > th {
  vertical-align: middle;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align, .table > tfood > tr > td.middle-align, .table > thead > tr > th.middle-align, .table > tbody > tr > th.middle-align, .table > tfood > tr > th.middle-align {
  vertical-align: middle;
}

.table > thead > tr.no-borders > td, .table > tbody > tr.no-borders > td, .table > tfood > tr.no-borders > td, .table > thead > tr.no-borders > th, .table > tbody > tr.no-borders > th, .table > tfood > tr.no-borders > th {
  border-left: 0;
  border-right: 0;
}

.table > thead > tr > td, .table > thead > tr > th {
  position: relative;
  border-bottom: 1px solid #eee;
  color: #2c2e2f;
}

.table > thead > tr > td:after, .table > thead > tr > th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background-color: #eee;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th {
  border-top: 0;
  border-bottom: 1px solid #eee;
}

.table > tbody > tr > td .progress, .table > tfoot > tr > td .progress, .table > tbody > tr > th .progress, .table > tfoot > tr > th .progress, .table > tbody > tr > td .btn, .table > tfoot > tr > td .btn, .table > tbody > tr > th .btn, .table > tfoot > tr > th .btn {
  margin-bottom: 0;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
  padding: 12px 15px;
  position: relative;
  color: #2c2e2f;
}

.table > tfoot > tr > td:after, .table > tfoot > tr > th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  background-color: #eee;
}

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

.table.table-model-2 > thead > tr {
  background: #f6f6f6;
}

.table.table-model-2 > thead > tr > td:after, .table.table-model-2 > thead > tr > th:after {
  display: none;
}

.table.table-model-2 > thead > tr > td, .table.table-model-2 > tbody > tr > td, .table.table-model-2 > tfood > tr > td, .table.table-model-2 > thead > tr > th, .table.table-model-2 > tbody > tr > th, .table.table-model-2 > tfood > tr > th {
  border-color: #ddd;
}

.table.table-model-2.table-bordered {
  border-color: #ddd;
}

.table tbody.middle-align > tr > th, .table tbody.middle-align > tr > td {
  vertical-align: middle;
}

.panel > .table > thead > tr > td:after, .panel > .table > thead > tr > th:after {
  display: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_filter .form-control {
  margin-left: 10px;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
}

.dataTables_wrapper .DTTT_container {
  float: right;
  border: 1px solid #eee;
  position: relative;
  margin-top: -2px;
  margin-left: 20px;
}

.dataTables_wrapper .DTTT_container + .dataTables_filter {
  float: right;
}

.dataTables_wrapper .DTTT_container .DTTT_button {
  position: relative;
  display: block;
  float: left;
  padding: 7px 10px;
}

.dataTables_wrapper .DTTT_container .DTTT_button span {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.dataTables_wrapper .DTTT_container .DTTT_button:hover {
  background: #f5f5f5;
}

.dataTables_wrapper .DTTT_container .DTTT_button:hover div {
  background: #f5f5f5;
}

.dataTables_wrapper .DTTT_container .DTTT_button + .DTTT_button {
  border-left: 1px solid #eee;
}

.dataTables_wrapper table.dataTable thead > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}

.dataTables_wrapper tr.replace-inputs > th, .dataTables_wrapper tr.replace-inputs > td {
  vertical-align: top;
}

.dataTables_wrapper tr .dataTables_empty {
  border-bottom: 1px solid #eee;
}

.dataTables_wrapper tr .yadcf-filter-wrapper {
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #eee;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  padding: 10px 15px;
  padding-bottom: 0;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-reset-button {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
  padding-top: 0;
  background: #f5f5f5;
  color: #979898;
  line-height: 1;
  font-weight: 400;
  font-size: 11px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-reset-button:active, .dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-reset-button:focus {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper tr .yadcf-filter-wrapper:hover .yadcf-filter-reset-button {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter {
  display: block;
  width: 100%;
  margin: 0;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter[type=text] {
  background: #fff;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  outline: 0;
  padding: 0 10px;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-wrapper-inner {
  display: table;
  width: 100%;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-wrapper-inner .yadcf-filter-range {
  display: table-cell;
  width: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  outline: 0;
  padding: 0 5px;
  height: 32px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-wrapper-inner .yadcf-filter-range-number-seperator {
  padding: 0 5px;
  display: table-cell;
  width: 10%;
}

.dataTables_wrapper tr .yadcf-filter-wrapper .yadcf-filter-wrapper-inner .yadcf-filter-range-number-seperator:after {
  content: "–";
  color: #979898;
  font-size: 11px;
  font-weight: 400;
}

.dataTables_wrapper .table thead > tr .sorting, .dataTables_wrapper .table thead > tr .sorting_asc, .dataTables_wrapper .table thead > tr .sorting_desc {
  background: 0 0;
}

.dataTables_wrapper .table thead > tr .sorting:before, .dataTables_wrapper .table thead > tr .sorting_asc:before, .dataTables_wrapper .table thead > tr .sorting_desc:before {
  font-family: fontawesome;
  content: "\f0dc";
  float: right;
  display: block;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.dataTables_wrapper .table thead > tr .sorting_asc:before {
  content: "\f0de";
}

.dataTables_wrapper .table thead > tr .sorting_desc:before {
  content: "\f0dd";
}

.dataTables_wrapper .table thead > tr .no-sorting:before {
  display: none;
}

.form-horizontal .control-label {
  text-align: right;
}

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

input.form-control.form-focus-primary:focus {
  border-color: rgba(44, 46, 47, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 46, 47, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 46, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 46, 47, 0.6);
}

input.form-control.form-focus-primary:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-warning:focus {
  border-color: rgba(255, 186, 0, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
}

input.form-control.form-focus-warning:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-danger:focus {
  border-color: rgba(204, 63, 68, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 63, 68, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 63, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 63, 68, 0.6);
}

input.form-control.form-focus-danger:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-success:focus {
  border-color: rgba(141, 198, 63, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 198, 63, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 198, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 198, 63, 0.6);
}

input.form-control.form-focus-success:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-info:focus {
  border-color: rgba(64, 187, 234, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64, 187, 234, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64, 187, 234, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64, 187, 234, 0.6);
}

input.form-control.form-focus-info:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-purple:focus {
  border-color: rgba(124, 56, 188, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 56, 188, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 56, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 56, 188, 0.6);
}

input.form-control.form-focus-purple:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-red:focus {
  border-color: rgba(213, 8, 15, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 8, 15, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 8, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 8, 15, 0.6);
}

input.form-control.form-focus-red:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-blue:focus {
  border-color: rgba(14, 98, 199, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(14, 98, 199, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(14, 98, 199, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(14, 98, 199, 0.6);
}

input.form-control.form-focus-blue:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.form-control.form-focus-gray:focus {
  border-color: rgba(200, 200, 200, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
}

input.form-control.form-focus-gray:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form .help-block {
  color: #979898;
}

form .form-block {
  padding-top: 7px;
}

form .form-group.has-success .help-block, form .form-group.has-success .control-label, form .form-group.has-success .radio, form .form-group.has-success .checkbox, form .form-group.has-success .radio-inline, form .form-group.has-success .checkbox-inline {
  color: #8dc63f;
}

form .form-group.has-success .form-control {
  border-color: rgba(141, 198, 63, 0.4);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form .form-group.has-success .form-control:focus {
  border-color: #8dc63f;
}

form .form-group.has-success .input-group-addon {
  color: #8dc63f;
  border-color: rgba(141, 198, 63, 0.4);
}

form .form-group.has-success .form-control-feedback {
  color: #8dc63f;
}

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

form .form-group.has-warning .form-control {
  border-color: rgba(255, 186, 0, 0.6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form .form-group.has-warning .form-control:focus {
  border-color: #ffba00;
}

form .form-group.has-warning .input-group-addon {
  color: #ffba00;
  border-color: rgba(255, 186, 0, 0.6);
}

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

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

form .form-group.has-error .form-control {
  border-color: rgba(204, 63, 68, 0.4);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form .form-group.has-error .form-control:focus {
  border-color: #cc3f44;
}

form .form-group.has-error .input-group-addon {
  color: #cc3f44;
  border-color: rgba(204, 63, 68, 0.4);
}

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

form .form-group.has-info .help-block, form .form-group.has-info .control-label, form .form-group.has-info .radio, form .form-group.has-info .checkbox, form .form-group.has-info .radio-inline, form .form-group.has-info .checkbox-inline {
  color: #40bbea;
}

form .form-group.has-info .form-control {
  border-color: rgba(64, 187, 234, 0.4);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form .form-group.has-info .form-control:focus {
  border-color: #40bbea;
}

form .form-group.has-info .input-group-addon {
  color: #40bbea;
  border-color: rgba(64, 187, 234, 0.4);
}

form .form-group.has-info .form-control-feedback {
  color: #40bbea;
}

form .form-group.validate-has-error .form-control {
  border-color: #cc3f44;
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control::-moz-placeholder {
  color: #cc3f44;
  opacity: 1;
}

form .form-group.validate-has-error .form-control:-ms-input-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control::-webkit-input-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control::-webkit-input-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control:-moz-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control::-moz-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control:-ms-input-placeholder {
  color: #cc3f44;
}

form .form-group.validate-has-error .form-control + span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #cc3f44;
}

form.form-inline .form-group + .form-group {
  margin-left: 5px;
}

form .form-group-separator {
  height: 1px;
  background: #eee;
  margin-bottom: 15px;
}

label[for] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.checkbox-inline input[type=checkbox] {
  margin-top: 2px;
}

label.radio-inline input[type=radio] {
  margin-top: 2px;
}

.radio input[type=radio], .checkbox input[type=checkbox] {
  margin-top: 2px;
}

.input-group .btn {
  margin-bottom: 0;
}

.input-group.input-group-minimal > .form-control:first-child {
  border-right: 0;
  padding-right: 0;
}

.input-group.input-group-minimal .input-group-addon {
  background: 0 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group.input-group-minimal .input-group-addon + .form-control {
  border-left: 0;
  padding-left: 0;
}

.input-group.input-group-minimal .input-group-addon + .form-control.no-right-border {
  padding-right: 0;
}

.input-group.input-group-minimal.focused .input-group-addon {
  border-color: rgba(104, 184, 40, 0.5);
}

nav.navbar {
  border: 0;
}

nav.navbar form > .btn {
  margin-bottom: 0;
}

nav.navbar .navbar-header .navbar-brand {
  padding-left: 30px;
  padding-right: 30px;
}

nav.navbar .navbar-nav li a {
  padding-left: 20px;
  padding-right: 20px;
}

nav.navbar.navbar-inverse .navbar-toggle i {
  color: #fff;
}

@media print {
  .sidebar-menu {
    display: none;
  }
  .main-content {
    padding: 0 !important;
  }
  .main-content .user-info-navbar, .main-content .page-title, .main-content footer.main-footer {
    display: none;
  }
  .main-content > .panel {
    margin-bottom: 0;
  }
  .main-content > .panel + .panel {
    margin-top: 30px;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.vertical-top > * {
  vertical-align: top;
}

strong + table {
  margin-top: 10px;
}

.text-small {
  font-size: 65%;
}

.text-bold {
  font-weight: 700;
}

address {
  padding-left: 20px;
  border-left: 5px solid #f0f0f0;
}

.scrollable .scrollable {
  margin-right: 20px;
}

.super-large {
  font-size: 66px;
}

.inline {
  display: inline-block !important;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.list-margin {
  margin: 10px 0;
}

.list-margin li {
  padding: 5px 0;
}

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

.text-medium {
  font-size: 12px;
}

.text-bold {
  font-weight: 700;
}

.text-bold.h1, .text-bold.h2, .text-bold.h3, .text-bold.h4, .text-bold.h5, .text-bold.h6 {
  font-weight: 700;
}

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

.chart-item-bg {
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
}

.chart-item-bg .chart-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  font-size: 15px;
}

.chart-item-bg .chart-label.chart-label-small {
  padding: 20px;
}

.chart-item-bg .chart-label .h1, .chart-item-bg .chart-label .h2, .chart-item-bg .chart-label .h3, .chart-item-bg .chart-label .h4 {
  margin: 0;
  padding: 0;
}

.chart-item-bg .chart-right-legend {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  font-size: 15px;
  left: auto;
  right: 0;
}

.chart-item-bg .chart-right-legend.chart-label-small {
  padding: 20px;
}

.chart-item-bg .chart-right-legend .h1, .chart-item-bg .chart-right-legend .h2, .chart-item-bg .chart-right-legend .h3, .chart-item-bg .chart-right-legend .h4 {
  margin: 0;
  padding: 0;
}

.chart-item-bg .chart-inner {
  padding: 20px;
}

.chart-item-bg .chart-inner-wide {
  padding: 20px 40px;
}

.chart-item-bg .chart-entry-view {
  border-top: 1px solid #eee;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.chart-item-bg .chart-entry-view > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px;
  color: #979898;
  font-size: 14px;
}

.chart-item-bg .chart-entry-view:hover {
  background: #fafafa;
}

.chart-item-bg-2 {
  background: #fff;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.chart-item-bg-2 > div {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.chart-item-bg-2 .chart-item-num {
  padding-left: 40px;
  font-size: 90px;
  color: #434444;
  padding-right: 30px;
  white-space: nowrap;
}

.chart-item-bg-2 .chart-item-num.num-sm {
  font-size: 70px;
}

.chart-item-bg-2 .chart-item-env > div {
  margin: 10px 0;
}

.skin-color-palette-entry {
  margin-top: 10px;
}

.skin-color-palette {
  display: block;
  border: 1px solid #f0f0f0;
  margin-right: 20px;
}

.skin-color-palette > span {
  float: left;
  width: 16.66666667%;
  height: 20px;
}

.skin-color-palette > span + span {
  border-left: 0 solid #fff;
}

.skin-color-palette.skin-color-palette-four > span {
  width: 25%;
}

.skin-name-link {
  font-weight: 700;
  color: #2c2e2f;
}

.skin-name-link:hover {
  color: #68b828;
}

.bs-example {
  line-height: 1.85;
}

.bs-example .label {
  margin-left: 2px;
}

.same-margin > * {
  margin-top: 0;
  margin-bottom: 15px;
}

.same-margin > :last-child {
  margin-bottom: 0;
}

.vspacer {
  height: 80px;
}

.vspacer.v2 {
  height: 15px;
}

.vspacer.v3 {
  height: 30px;
  display: block !important;
}

.vspacer.v4 {
  height: 10px;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .vspacer {
    display: none;
  }
  .vspacer.v2 {
    display: block;
  }
}
.img-container {
  margin-bottom: 20px;
}

.img-shade {
  display: block;
  background: #f5f5f5;
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}

.img-preview {
  display: inline-block;
  overflow: hidden;
  background: #f7f7f7;
  line-height: 1;
}

.img-preview img {
  display: block;
}

.no-left-border {
  border-left: 0 !important;
}

.no-right-border {
  border-right: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img.img-cirlce {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.col-margin.row > * {
  margin-bottom: 20px;
}

.col-margin.row > :last-child {
  margin-bottom: 0;
}

.ckeditor + .cke {
  margin-top: 20px;
  margin-bottom: 30px;
}

div.scrollable {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.icon-collection .page-header {
  margin: 0;
  margin-bottom: 10px;
}

.icon-collection section .page-header {
  margin-top: 40px;
}

.icon-collection .fontawesome-icon-list {
  margin-left: -15px;
  margin-right: -15px;
}

.icon-collection .fontawesome-icon-list .fa-hover {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str > i {
  display: block;
  float: left;
  position: relative;
  background: #fafafa;
  border-right: 1px solid #e9e9e9;
  padding: 10px;
  text-align: center;
  width: 25%;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str > i:hover {
  width: 60%;
  background: #68b828;
  color: #fff;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str > i:hover + span {
  width: 40%;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str > span {
  display: block;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 10px;
  padding-bottom: 8px;
  width: 75%;
  color: #7d7f7f;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.icon-collection .fontawesome-icon-list .fa-hover .icon-str > span:hover {
  color: #2c2e2f;
}

@media (max-width: 991px) {
  .icon-collection .fontawesome-icon-list .fa-hover {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .icon-collection .fontawesome-icon-list .fa-hover {
    width: 50%;
  }
}
.layout-variants {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.layout-variants .row-clearer {
  clear: both;
  height: 15px;
}

.layout-variants .layout-variant {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
}

.layout-variants .layout-variant:hover, .layout-variants .layout-variant.layout-current {
  background: rgba(240, 240, 240, 0.2);
  border-color: #f0f0f0;
}

.layout-variants .layout-variant:hover .layout-name a, .layout-variants .layout-variant.layout-current .layout-name a {
  color: #2c2e2f;
}

.layout-variants .layout-variant .layout-img {
  margin-bottom: 15px;
}

.layout-variants .layout-variant .layout-img img {
  display: block;
  width: 100%;
}

.layout-variants .layout-variant .layout-name {
  font-weight: 700;
}

.layout-variants .layout-variant .layout-name a {
  color: #6a6e71;
  max-width: 218px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.layout-variants .layout-variant .layout-name:after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5.88px 0;
}

.layout-variants .layout-variant .layout-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout-variants .layout-variant .layout-links li {
  margin: 2px 0;
}

.layout-variants .layout-variant .layout-links li a {
  color: #979898;
  font-size: 10px;
  text-transform: uppercase;
}

.layout-variants .layout-variant .layout-links li a:hover, .layout-variants .layout-variant .layout-links li a.layout-mode-current {
  color: #4b4b4b;
}

.layout-variants .layout-variant .layout-links li a.layout-mode-current {
  font-weight: 700;
}

.layout-variants .layout-variant .layout-links li a.disabled {
  cursor: not-allowed;
  color: #979898;
}

.dx-warning {
  background: #FFF;
  border: 5px solid #ffba00;
  padding: 20px;
  margin-bottom: 30px;
}

.dx-warning h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.dx-warning ol {
  margin-top: 20px;
}

.dx-warning li {
  margin: 5px 0;
}

.loader-1 {
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
.loader-1:after {
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  clip: rect(0, 30px, 30px, 15px);
  content: "";
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
}

@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
.loader-2 {
  -webkit-animation: loaderAnimate2 1000ms linear infinite;
  -moz-animation: loaderAnimate2 1000ms linear infinite;
  -o-animation: loaderAnimate2 1000ms linear infinite;
  animation: loaderAnimate2 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes loaderAnimate2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes loaderAnimate22 {
  0% {
    box-shadow: inset #fff 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate22 {
  0% {
    box-shadow: inset #fff 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate22 {
  0% {
    box-shadow: inset #fff 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate22 {
  0% {
    box-shadow: inset #fff 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
.loader-2:after {
  -webkit-animation: loaderAnimate22 1000ms ease-in-out infinite;
  -moz-animation: loaderAnimate22 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate22 1000ms ease-in-out infinite;
  animation: loaderAnimate22 1000ms ease-in-out infinite;
  clip: rect(0, 30px, 30px, 15px);
  content: "";
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
}

@keyframes loaderAnimate22 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
.page-loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: #2c2e2f;
  z-index: 10000;
  -webkit-perspective: 10000;
  -moz-perspective: 10000;
  perspective: 10000;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  perspective: 10000px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.page-loading-overlay.loaded {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.tocify.full-width {
  width: 100% !important;
}

img.img-corona {
  -webkit-box-shadow: 0 0 0 4px rgba(221, 221, 221, 0.3);
  -moz-box-shadow: 0 0 0 4px rgba(221, 221, 221, 0.3);
  box-shadow: 0 0 0 4px rgba(221, 221, 221, 0.3);
}

.highlights {
  margin-bottom: 20px;
}

.highlights li {
  display: block;
  margin: 0;
}

.highlights li.version + li {
  margin-top: 20px;
}

.highlights li h4 {
  margin-bottom: 0;
}

.highlights li + li {
  margin-top: 50px;
}

.highlights .entry-img {
  display: block;
  float: left;
  width: 30%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.highlights .entry-img img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}

.highlights .entry-description {
  float: left;
  width: 70%;
}

.highlights .entry-description h3 {
  margin-top: 10px;
  color: #2c2e2f;
}

@media screen and (max-width: 768px) {
  .highlights .entry-description h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.highlights .entry-description h3 a {
  color: #2c2e2f;
}

@media screen and (min-width: 1500px) {
  .highlights .entry-img {
    width: 21%;
  }
  .highlights .entry-description {
    width: 79%;
  }
}
@media screen and (max-width: 992px) {
  .highlights .entry-img {
    width: 35%;
  }
  .highlights .entry-description {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .highlights .entry-img, .highlights .entry-description {
    float: none;
    width: 100%;
    text-align: center;
  }
  .highlights .entry-img {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
  }
  .highlights .entry-img img {
    display: inline-block;
  }
  .highlights .entry-description p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
pre.pre-line {
  white-space: pre-line;
}

a:hover {
  text-decoration: none;
}

label {
  font-weight: 400;
}

.label {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}

.dropdown-menu > li > a > i {
  display: inline-block;
  margin-right: 5px;
}

.left-dropdown .btn {
  float: right;
}

.left-dropdown .btn.dropdown-toggle {
  float: left;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus, .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

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

.alert.alert-dismissable {
  padding-right: 20px;
}

.alert.alert-dismissable .close {
  right: -10px;
  top: 0;
}

.alert .close {
  position: relative;
  margin-top: -2px;
  outline: 0;
  color: #000;
}

.alert .close span {
  text-shadow: none;
}

.alert.alert-default {
  background-color: #eee;
  border-color: #eee;
  color: #333;
}

.alert.alert-default hr {
  border-top-color: #e1e1e1;
}

.alert.alert-default .alert-link {
  color: #1a1a1a;
}

.alert.alert-white {
  background-color: #fff;
  border-color: #eee;
  color: #333;
}

.alert.alert-white hr {
  border-top-color: #e1e1e1;
}

.alert.alert-white .alert-link {
  color: #1a1a1a;
}

.alert.alert-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.alert.alert-black hr {
  border-top-color: #000;
}

.alert.alert-black .alert-link {
  color: #e6e6e6;
}

.alert.alert-black .close {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.alert.alert-black .close span {
  color: #FFF;
}

.alert.alert-black .close:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.progress {
  height: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.progress.progress-bar-purple > .progress-bar {
  background-color: #7c38bc;
}

.progress-striped .progress.progress-bar-purple > .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.progress-bar-blue > .progress-bar {
  background-color: #0e62c7;
}

.progress-striped .progress.progress-bar-blue > .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.progress-bar-red > .progress-bar {
  background-color: #d5080f;
}

.progress-striped .progress.progress-bar-red > .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.progress-bar-black > .progress-bar {
  background-color: #222;
}

.progress-striped .progress.progress-bar-black > .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.progress-bar-gray > .progress-bar {
  background-color: #ccc;
}

.progress-striped .progress.progress-bar-gray > .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.progress .progress-bar.progress-bar-purple {
  background-color: #7c38bc;
}

.progress-striped .progress .progress-bar.progress-bar-purple {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-bar.progress-bar-blue {
  background-color: #0e62c7;
}

.progress-striped .progress .progress-bar.progress-bar-blue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-bar.progress-bar-red {
  background-color: #d5080f;
}

.progress-striped .progress .progress-bar.progress-bar-red {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-bar.progress-bar-black {
  background-color: #222;
}

.progress-striped .progress .progress-bar.progress-bar-black {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-bar.progress-bar-gray {
  background-color: #ccc;
}

.progress-striped .progress .progress-bar.progress-bar-gray {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group .list-group-item {
  padding: 15px 20px;
}

.list-group .list-group-item .list-group-item-text {
  margin-top: 10px;
}

.list-group.list-group-minimal .list-group-item {
  padding: 10px 15px;
}

.badge-roundless {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

mark, .mark {
  background-color: rgba(255, 186, 0, 0.5);
  color: #666;
  padding-left: 5px;
  padding-right: 5px;
}

.text-muted {
  color: #9d9d9d;
}

.text-primary {
  color: #2c2e2f;
}

a.text-primary:hover {
  color: #131415;
}

.text-secondary {
  color: #68b828;
}

a.text-secondary:hover {
  color: #508e1f;
}

.text-orange {
  color: #f7aa47;
}

.text-purple {
  color: #7c38bc;
}

a.text-purple:hover {
  color: #622c95;
}

.text-turquoise {
  color: #00b19d;
}

a.text-turquoise:hover {
  color: #007e70;
}

.text-red {
  color: #d5080f;
}

a.text-red:hover {
  color: #a4060c;
}

.text-blue {
  color: #0e62c7;
}

a.text-blue:hover {
  color: #0b4b97;
}

.text-pink {
  color: #ff6264;
}

a.text-pink:hover {
  color: #ff2f32;
}

.text-yellow {
  color: #fcd036;
}

a.text-yellow:hover {
  color: #fbc404;
}

.text-gray {
  color: #555;
}

a.text-gray:hover {
  color: #3b3b3b;
}

.text-success {
  color: #8dc63f;
}

a.text-success:hover {
  color: #72a230;
}

.text-info {
  color: #40bbea;
}

a.text-info:hover {
  color: #18a8df;
}

.text-warning {
  color: #ffba00;
}

a.text-warning:hover {
  color: #cc9500;
}

.text-danger {
  color: #cc3f44;
}

a.text-danger:hover {
  color: #ab2d32;
}

.text-white {
  color: #fff;
}

a.text-white:hover {
  color: #e6e6e6;
}

.bg-muted, .bg-gray, .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
  padding: 10px 15px;
  color: #fff;
}

.bg-muted {
  background-color: #d0d0d0;
}

.bg-gray {
  background-color: #eee;
}

pre {
  white-space: pre-wrap;
  font-size: 12px;
}

.page-body .jumbotron {
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 48px;
  margin-bottom: 20px;
}

.page-body .jumbotron > h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .page-body .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-body .jumbotron {
    padding-top: 15px;
    padding-bottom: 48px;
  }
}
.transall, .gallery-env .album-images .album-image .image-checkbox .cbr-replaced, .login-page .login-form .form-group .form-control, .lockscreen-page .lockcreen-form .form-group .input-group .form-control, .xe-widget.xe-single-news .xe-image .xe-gradient, .xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry time, .xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-temp, .sidebar-user-info .user-links li a {
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.clearfix:before, .clearfix:after, .mailbox-env:before, .mailbox-env:after, .mailbox-env .mail-env .mail-table .mail-pagination .next-prev:before, .mailbox-env .mail-env .mail-table .mail-pagination .next-prev:after, .mailbox-env .mail-single .mail-single-header:before, .mailbox-env .mail-single .mail-single-header:after, .mailbox-env .mail-single .mail-single-info:before, .mailbox-env .mail-single .mail-single-info:after, .invoice-env:before, .invoice-env:after, .invoice-env .invoice-header:before, .invoice-env .invoice-header:after, .invoice-env .invoice-details:before, .invoice-env .invoice-details:after, .invoice-env .invoice-details .invoice-client-info:before, .invoice-env .invoice-details .invoice-client-info:after, .invoice-env .invoice-details .invoice-payment-info:before, .invoice-env .invoice-details .invoice-payment-info:after, .invoice-env .invoice-totals:before, .invoice-env .invoice-totals:after, .gallery-env:before, .gallery-env:after, .gallery-env .album-header:before, .gallery-env .album-header:after, .gallery-env .album-images .album-image:before, .gallery-env .album-images .album-image:after, .calendar-env:before, .calendar-env:after, .profile-env:before, .profile-env:after, .profile-env .user-timeline-stories .timeline-story header:before, .profile-env .user-timeline-stories .timeline-story header:after, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:before, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:after, .profile-env .user-timeline-stories .timeline-story .story-album:before, .profile-env .user-timeline-stories .timeline-story .story-album:after, .timeline-centered:before, .timeline-centered:after, .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after, .notes-env .notes-list:before, .notes-env .notes-list:after, .lockscreen-page .lockcreen-form:before, .lockscreen-page .lockcreen-form:after, .xe-widget.xe-weather:before, .xe-widget.xe-weather:after, .xe-widget.xe-weather .xe-current-day .xe-now:before, .xe-widget.xe-weather .xe-current-day .xe-now:after, .xe-widget.xe-map-stats:before, .xe-widget.xe-map-stats:after {
  content: " ";
  display: table;
}

.clearfix:after, .mailbox-env:after, .mailbox-env .mail-env .mail-table .mail-pagination .next-prev:after, .mailbox-env .mail-single .mail-single-header:after, .mailbox-env .mail-single .mail-single-info:after, .invoice-env:after, .invoice-env .invoice-header:after, .invoice-env .invoice-details:after, .invoice-env .invoice-details .invoice-client-info:after, .invoice-env .invoice-details .invoice-payment-info:after, .invoice-env .invoice-totals:after, .gallery-env:after, .gallery-env .album-header:after, .gallery-env .album-images .album-image:after, .calendar-env:after, .profile-env:after, .profile-env .user-timeline-stories .timeline-story header:after, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:after, .profile-env .user-timeline-stories .timeline-story .story-album:after, .timeline-centered:after, .timeline-centered .timeline-entry .timeline-entry-inner:after, .notes-env .notes-list:after, .lockscreen-page .lockcreen-form:after, .xe-widget.xe-weather:after, .xe-widget.xe-weather .xe-current-day .xe-now:after, .xe-widget.xe-map-stats:after {
  clear: both;
}

.mailbox-env .mailbox-sidebar .mailbox-list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mailbox-sidebar .mailbox-list {
    margin-top: 10px;
  }
}
.mailbox-env .mailbox-sidebar .mailbox-list li {
  border-bottom: 1px solid #ddd;
}

.mailbox-env .mailbox-sidebar .mailbox-list li a {
  display: block;
  color: #979898;
  padding: 10px 10px;
}

.mailbox-env .mailbox-sidebar .mailbox-list li a:hover {
  color: #717272;
}

.mailbox-env .mailbox-sidebar .mailbox-list li a .badge {
  margin-top: 0;
}

.mailbox-env .mailbox-sidebar .mailbox-list li.active > a {
  color: #2c2e2f;
  font-weight: 700;
}

.mailbox-env .mailbox-sidebar .mailbox-list li:last-child {
  border-bottom: 0;
}

.mailbox-env .mailbox-sidebar .mailbox-list li.list-header {
  font-size: 10px;
  padding: 10px 10px;
  font-weight: 700;
  color: #979898;
  text-transform: uppercase;
}

.mailbox-env .mail-env {
  background: #FFF;
  padding: 15px 0;
  margin-bottom: 30px;
}

.mailbox-env .mail-env .mail-table {
  color: #979898;
  margin-bottom: 0;
}

.mailbox-env .mail-env .mail-table > thead > tr > td, .mailbox-env .mail-env .mail-table > tfoot > tr > td, .mailbox-env .mail-env .mail-table > thead > tr > th, .mailbox-env .mail-env .mail-table > tfoot > tr > th {
  color: #717272;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 15px;
}

.mailbox-env .mail-env .mail-table > thead > tr > td:after, .mailbox-env .mail-env .mail-table > tfoot > tr > td:after, .mailbox-env .mail-env .mail-table > thead > tr > th:after, .mailbox-env .mail-env .mail-table > tfoot > tr > th:after {
  display: none;
}

.mailbox-env .mail-env .mail-table > tfoot > tr > td, .mailbox-env .mail-env .mail-table > tfoot > tr > th {
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.mailbox-env .mail-env .mail-table > tbody > tr > td, .mailbox-env .mail-env .mail-table > tbody > tr > th {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.mailbox-env .mail-env .mail-table > tbody > tr a:hover {
  color: #646565;
}

.mailbox-env .mail-env .mail-table > tbody > tr.unread .col-name {
  font-weight: 700;
}

.mailbox-env .mail-env .mail-table > tbody > tr.unread .col-name a {
  color: #646565;
}

.mailbox-env .mail-env .mail-table > tbody > tr.highlighted {
  background-color: rgba(255, 255, 204, 0.35);
}

.mailbox-env .mail-env .mail-table .col-cb, .mailbox-env .mail-env .mail-table .col-options {
  width: 2%;
}

.mailbox-env .mail-env .mail-table .col-cb {
  padding-left: 30px;
}

@media screen and (max-width: 550px) {
  .mailbox-env .mail-env .mail-table .col-cb {
    padding-left: 15px;
  }
}
.mailbox-env .mail-env .mail-table .col-subject a {
  display: block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mail-env .mail-table .col-subject a {
    max-width: 150px;
  }
}
@media screen and (max-width: 550px) {
  .mailbox-env .mail-env .mail-table .col-subject {
    padding-right: 15px;
  }
}
.mailbox-env .mail-env .mail-table .col-options {
  text-align: right;
}

.mailbox-env .mail-env .mail-table .col-time {
  width: 12%;
  text-align: right;
  padding-right: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 550px) {
  .mailbox-env .mail-env .mail-table .col-time {
    display: none;
    padding-right: 15px;
  }
}
.mailbox-env .mail-env .mail-table .col-header-options {
  padding-right: 30px;
}

@media screen and (max-width: 550px) {
  .mailbox-env .mail-env .mail-table .col-header-options {
    padding-right: 15px;
  }
}
.mailbox-env .mail-env .mail-table a {
  color: #979898;
}

.mailbox-env .mail-env .mail-table .btn {
  margin-bottom: 0;
}

.mailbox-env .mail-env .mail-table .checkbox {
  margin: 0;
}

.mailbox-env .mail-env .mail-table .mail-select-options {
  float: left;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 450px) {
  .mailbox-env .mail-env .mail-table .mail-select-options {
    display: none;
  }
}
.mailbox-env .mail-env .mail-table .mail-pagination {
  float: right;
  margin-right: -10px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev {
  position: relative;
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 10px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a {
  position: relative;
  display: block;
  float: left;
  color: #575858;
  font-size: 14px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a i {
  margin: 0 8px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:hover {
  background: rgba(221, 221, 221, 0.25);
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:first-child {
  margin-right: 9px;
}

.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:first-child:after {
  display: block;
  height: 10px;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -5px;
  content: "";
}

.mailbox-env .mail-env .mail-table .star {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-top: -3px;
}

.mailbox-env .mail-env .mail-table .star.starred {
  color: #ffba00 !important;
}

.mailbox-env .mail-compose {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.mailbox-env .mail-compose .compose-message-editor {
  margin-bottom: 20px;
}

.mailbox-env .mail-compose .compose-message-editor textarea {
  min-height: 150px;
}

.mailbox-env .mail-compose .form-group {
  position: relative;
}

.mailbox-env .mail-compose .form-group label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 700;
  color: #717272;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mailbox-env .mail-compose .form-group input, .mailbox-env .mail-compose .form-group textarea {
  position: relative;
  z-index: 1;
}

.mailbox-env .mail-compose .form-group input.form-control {
  height: 48px;
  padding-left: 80px;
}

.mailbox-env .mail-compose .form-group .field-options {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  padding: 14px 15px;
}

.mailbox-env .mail-compose .form-group .field-options a {
  display: block;
  background: #ccc;
  color: #fff;
  font-size: 10px;
  float: left;
  margin-left: 5px;
  padding: 3px 5px;
}

.mailbox-env .mail-compose .form-group .field-options a:hover {
  background-color: #999;
}

.mailbox-env .mail-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.mailbox-env .mail-header h3 {
  margin: 0;
}

.mailbox-env .mail-header h3 i {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mail-header h3 {
    margin-bottom: 20px;
  }
}
.mailbox-env .mail-single {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.mailbox-env .mail-single .mail-single-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mailbox-env .mail-single .mail-single-header > h2 {
  float: left;
  margin: 0;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mail-single .mail-single-header > h2 {
    float: none;
    margin-bottom: 20px;
    font-size: 19px;
  }
  .mailbox-env .mail-single .mail-single-header > h2 .go-back {
    font-size: 11px;
  }
}
.mailbox-env .mail-single .mail-single-header > h2 .go-back {
  display: block;
  color: #bdbebe;
  font-size: 13px;
  margin-top: 10px;
  margin-left: -5px;
}

.mailbox-env .mail-single .mail-single-header > h2 .go-back i {
  color: #b1b1b1;
}

.mailbox-env .mail-single .mail-single-header > h2 .label, .mailbox-env .mail-single .mail-single-header > h2 .badge {
  margin-left: 10px;
}

.mailbox-env .mail-single .mail-single-header .mail-single-header-options {
  float: right;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mail-single .mail-single-header .mail-single-header-options {
    float: none;
  }
}
.mailbox-env .mail-single .mail-single-info {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user {
  float: left;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a {
  display: block;
  color: #979898;
  text-decoration: none;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a strong, .mailbox-env .mail-single .mail-single-info .mail-single-info-user > a span {
  color: #717272;
  font-weight: 700;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a img {
  float: left;
  margin-right: 10px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a em {
  font-style: normal;
  display: block;
  color: #CCC;
  padding-top: 2px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user.open > a {
  text-decoration: none;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu {
  width: 100%;
  margin-top: 10px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu:before {
  content: "";
  position: absolute;
  display: block;
  background: inherit;
  width: 10px;
  height: 10px;
  top: -5px;
  left: 4%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu li {
  position: relative;
  z-index: 2;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu li i {
  display: inline-block;
  margin-right: 2px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-options {
  float: right;
  padding-top: 10px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-options a {
  color: #979898;
  display: inline-block;
  margin-left: 5px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-options a i {
  font-size: 16px;
}

.mailbox-env .mail-single .mail-single-info .mail-single-info-options a.starred {
  color: #ffba00;
}

.mailbox-env .mail-single .mail-single-body {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mailbox-env .mail-single .mail-single-body p {
  color: #7d7f7f;
}

.mailbox-env .mail-single .mail-single-attachments h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.mailbox-env .mail-single .mail-single-attachments h3 i {
  font-size: 17px;
  position: relative;
  top: -2px;
  display: inline-block;
}

.mailbox-env .mail-single .mail-single-attachments ul li {
  margin-bottom: 20px;
}

.mailbox-env .mail-single .mail-single-attachments ul li .thumb {
  position: relative;
  display: block;
}

.mailbox-env .mail-single .mail-single-attachments ul li .thumb:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #fff 0, #7c38bc 100%);
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 1;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.mailbox-env .mail-single .mail-single-attachments ul li .thumb:after {
  display: block;
  position: absolute;
  color: #fff;
  content: "\f06e";
  font-family: fontawesome;
  left: 50%;
  top: 50%;
  font-size: 22px;
  z-index: 2;
  margin-left: -12px;
  margin-top: -13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.mailbox-env .mail-single .mail-single-attachments ul li .thumb:hover:before {
  zoom: 1;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.mailbox-env .mail-single .mail-single-attachments ul li .thumb:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mailbox-env .mail-single .mail-single-attachments ul li .img-thumbnail {
  border-width: 2px;
}

.mailbox-env .mail-single .mail-single-attachments ul li .name {
  display: block;
  margin-top: 12px;
  color: #717272;
  font-weight: 700;
}

.mailbox-env .mail-single .mail-single-attachments ul li .name span {
  float: right;
  font-size: 11px;
  color: #ddd;
  font-weight: 400;
}

.mailbox-env .mail-single .mail-single-attachments ul li .links {
  display: block;
  margin-top: 5px;
  color: #a4a5a5;
  font-size: 11px;
}

.mailbox-env .mail-single .mail-single-attachments ul li .links a {
  color: #979898;
}

.mailbox-env .mail-single .mail-single-attachments ul li .links a:hover {
  color: #646565;
}

.mailbox-env .mail-single .mail-single-attachments ul.list-inline li {
  margin-right: 20px;
}

.mailbox-env .mail-single .mail-single-reply {
  border: 1px solid #e4e4e4;
  padding: 15px 20px;
  min-height: 70px;
  color: #979898;
}

.mailbox-env .mail-single .mail-single-reply a {
  font-weight: 700;
  color: #717272;
  text-decoration: none;
}

.mailbox-env .mail-single .mail-single-reply a:hover {
  color: #575858;
}

.mailbox-env .mailbox-right {
  float: right !important;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mailbox-right {
    float: none !important;
  }
}
.mailbox-env .mailbox-left {
  float: left !important;
}

@media screen and (max-width: 768px) {
  .mailbox-env .mailbox-left {
    float: none !important;
  }
}
.invoice-env {
  padding: 15px 0;
}

@media print {
  .invoice-env {
    padding: 0;
  }
}
.invoice-env .invoice-header {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}

.invoice-env .invoice-header .invoice-logo {
  float: left;
}

.invoice-env .invoice-header .invoice-logo .logo {
  display: block;
  margin-bottom: 20px;
}

.invoice-env .invoice-header .invoice-logo ul li {
  color: #979898;
  font-size: 14px;
}

.invoice-env .invoice-header .invoice-logo ul li strong {
  color: #717272;
}

.invoice-env .invoice-header .invoice-logo ul li + li {
  margin-top: 2px;
}

.invoice-env .invoice-header .invoice-options {
  float: right;
  width: 180px;
}

@media screen and (max-width: 480px) {
  .invoice-env .invoice-header .invoice-logo, .invoice-env .invoice-header .invoice-options {
    float: none;
  }
  .invoice-env .invoice-header .invoice-options {
    width: auto;
    margin-bottom: 30px;
  }
}
.invoice-env .invoice-details {
  padding-top: 30px;
  padding-bottom: 10px;
}

.invoice-env .invoice-details .invoice-client-info, .invoice-env .invoice-details .invoice-payment-info {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.invoice-env .invoice-details .invoice-client-info > strong, .invoice-env .invoice-details .invoice-payment-info > strong {
  display: block;
  margin-bottom: 5px;
  color: #646565;
}

.invoice-env .invoice-details .invoice-client-info strong, .invoice-env .invoice-details .invoice-payment-info strong {
  color: #717272;
}

.invoice-env .invoice-details .invoice-client-info {
  float: left;
  width: 60%;
}

.invoice-env .invoice-details .invoice-client-info ul {
  float: left;
  margin-right: 20px;
}

@media print {
  .invoice-env .invoice-details .invoice-client-info {
    width: 50%;
  }
}
.invoice-env .invoice-details .invoice-payment-info {
  float: right;
  width: 30%;
}

@media print {
  .invoice-env .invoice-details .invoice-payment-info {
    width: 50%;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .invoice-env .invoice-details .invoice-client-info, .invoice-env .invoice-details .invoice-payment-info {
    float: none;
    width: 100%;
  }
  .invoice-env .invoice-details .invoice-payment-info {
    margin-top: 15px;
  }
}
.invoice-env .table {
  margin-top: 15px;
  margin-bottom: 15px;
}

.invoice-env .invoice-totals {
  margin-top: 30px;
}

.invoice-env .invoice-totals .invoice-bill-info {
  float: left;
  padding-left: 15px;
}

.invoice-env .invoice-totals .invoice-subtotals-totals {
  float: right;
  text-align: right;
  padding-right: 15px;
}

.invoice-env .invoice-totals .invoice-subtotals-totals span {
  display: block;
}

.invoice-env .invoice-totals .invoice-subtotals-totals span strong {
  color: #717272;
  display: inline-block;
  min-width: 50px;
}

.invoice-env .invoice-totals .invoice-subtotals-totals hr {
  margin: 8px 0;
}

@media screen and (max-width: 480px) {
  .invoice-env .invoice-totals .invoice-bill-info, .invoice-env .invoice-totals .invoice-subtotals-totals {
    float: none;
    padding: 0;
  }
  .invoice-env .invoice-totals .invoice-subtotals-totals {
    margin-bottom: 30px;
  }
}
@media print {
  .invoice-env .invoice-totals .invoice-bill-info, .invoice-env .invoice-totals .invoice-subtotals-totals {
    padding: 0;
  }
}
.search-env form {
  position: relative;
  margin-bottom: 30px;
}

.search-env form .form-control {
  padding-right: 50px;
}

.search-env form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  color: #979898;
  outline: 0;
}

.search-env .nav.tabs-vertical {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .search-env .nav.tabs-vertical {
    width: 50px;
    min-width: 50px;
  }
}
.search-env .nav.tabs-vertical > li > a {
  background: 0 0;
  font-size: 14px;
  text-align: left;
}

.search-env .nav.tabs-vertical > li > a:after {
  display: block;
  content: "";
  height: 1px;
  margin-top: 5px;
  background-color: #ddd;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.search-env .nav.tabs-vertical > li.active > a {
  font-weight: 700;
  color: #2c2e2f;
}

.search-env .nav.tabs-vertical > li.active > a:after {
  display: none;
}

.search-env .nav.tabs-vertical > li:last-child > a:after {
  display: none;
}

.search-env .tab-content .tab-pane h2 {
  margin: 0;
  font-size: 24px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.search-env .tab-content .tab-pane h2 small {
  display: block;
  padding-top: 10px;
  color: #999;
  font-size: 13px;
}

.search-env .tab-content .tab-pane .results li {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.search-env .tab-content .tab-pane .results li h3 {
  margin: 0;
  margin-bottom: 15px;
}

.search-env .tab-content .tab-pane .results li p {
  color: #b1b1b1;
}

.search-env .tab-content .tab-pane .results li .link {
  color: #68b828;
}

.search-env .tab-content .tab-pane .results li .link:hover {
  color: #508e1f;
}

.search-env .tab-content .tab-pane .results li + li {
  margin-bottom: 30px;
}

.search-env .tab-content .tab-pane .pagination {
  margin: 0;
}

.gallery-env {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gallery-env .gallery-sidebar {
    margin-top: 30px;
  }
}
.gallery-env .gallery-sidebar ul {
  margin: 20px 0;
}

.gallery-env .gallery-sidebar ul li a {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  color: #7d7f7f;
}

.gallery-env .gallery-sidebar ul li a i {
  display: inline-block;
  margin-right: 2px;
}

.gallery-env .gallery-sidebar ul li a:hover {
  color: #575858;
}

.gallery-env .gallery-sidebar ul li.active > a {
  color: #2c2e2f;
  font-weight: 700;
}

.gallery-env .gallery-sidebar ul li:last-child > a {
  border-bottom: 0;
}

.gallery-env .album-header {
  padding: 25px 30px;
  background: #fff;
  margin-bottom: 20px;
}

.gallery-env .album-header h2 {
  margin: 0;
  padding: 0;
  float: left;
  color: #2c2e2f;
  font-size: 24px;
}

.gallery-env .album-header .album-options {
  float: right;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.gallery-env .album-header .album-options .cbr-replaced {
  margin-bottom: 0;
  margin-right: 5px;
}

.gallery-env .album-header .album-options li {
  color: #646565;
}

.gallery-env .album-header .album-options li a {
  color: #646565;
}

.gallery-env .album-header .album-options li a:hover {
  color: #2c2e2f;
}

.gallery-env .album-header .album-options li label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gallery-env .album-header .album-options li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .gallery-env .album-header {
    padding: 15px 20px;
  }
  .gallery-env .album-header h2, .gallery-env .album-header .album-options {
    float: none;
  }
  .gallery-env .album-header h2 {
    text-align: center;
    padding: 10px 0;
  }
  .gallery-env .album-header .album-options {
    margin-top: 10px;
  }
}
.gallery-env .album-sorting-info {
  display: none;
}

.gallery-env .album-sorting-info .album-sorting-info-inner {
  border: 2px dashed #b7b7b7;
  padding: 15px 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.gallery-env .album-images .album-image {
  position: relative;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}

.gallery-env .album-images .album-image .thumb {
  position: relative;
  display: block;
  margin-bottom: 10px;
  z-index: 2;
}

.gallery-env .album-images .album-image .thumb img {
  display: block;
  margin: 0;
  line-height: 1;
  width: 100%;
}

.gallery-env .album-images .album-image .thumb:hover ~ .image-checkbox .cbr-replaced {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.gallery-env .album-images .album-image .name {
  float: left;
  width: 75%;
}

.gallery-env .album-images .album-image .name span {
  color: #2c2e2f;
  font-weight: 700;
}

.gallery-env .album-images .album-image .name em {
  font-style: normal;
  color: #979898;
  font-size: 11px;
  display: block;
}

@media screen and (min-width: 768px) {
  .gallery-env .album-images .album-image .name span, .gallery-env .album-images .album-image .name em {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.gallery-env .album-images .album-image .image-options {
  float: right;
  width: 25%;
  text-align: right;
  white-space: nowrap;
}

.gallery-env .album-images .album-image .image-options a {
  font-size: 10px;
  color: #5d6264;
}

.gallery-env .album-images .album-image .image-options a:hover {
  color: #2c2e2f;
}

.gallery-env .album-images .album-image .image-checkbox {
  position: absolute;
  right: 17px;
  top: 15px;
  z-index: 5;
}

.gallery-env .album-images .album-image .image-checkbox .cbr-replaced {
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
}

.gallery-env .album-images .album-image .image-checkbox .cbr-replaced:hover, .gallery-env .album-images .album-image .image-checkbox .cbr-replaced.cbr-checked {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.gallery-env .album-images .ui-sortable-handle .album-image {
  -webkit-box-shadow: 0 0 0 1px rgba(104, 184, 40, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(104, 184, 40, 0.2);
  box-shadow: 0 0 0 1px rgba(104, 184, 40, 0.2);
  -webkit-animation: glowAnimation 1s ease-in-out alternate infinite;
  -moz-animation: glowAnimation 1s ease-in-out alternate infinite;
  -o-animation: glowAnimation 1s ease-in-out alternate infinite;
  animation: glowAnimation 1s ease-in-out alternate infinite;
  margin-bottom: 0;
}

.gallery-env .album-images .ui-sortable-handle {
  margin-bottom: 20px;
}

.gallery-env .album-images .ui-sortable-placeholder {
  visibility: visible !important;
  background: rgba(204, 204, 204, 0.1);
  border: 1px dashed #c4c4c4;
  margin: 0 !important;
}

.gallery-env .gallery-right {
  float: right !important;
}

@media screen and (max-width: 768px) {
  .gallery-env .gallery-right {
    float: none !important;
  }
}
.gallery-env .gallery-left {
  float: left !important;
}

@media screen and (max-width: 768px) {
  .gallery-env .gallery-left {
    float: none !important;
  }
}
lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes glowAnimation {
  0% {
    box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px;
  }
  100% {
    box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px;
  }
}
@-moz-keyframes glowAnimation {
  0% {
    box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px;
  }
  100% {
    box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px;
  }
}
@-o-keyframes glowAnimation {
  0% {
    box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px;
  }
  100% {
    box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px;
  }
}
@keyframes glowAnimation {
  0% {
    box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px;
  }
  100% {
    box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px;
  }
}
.modal-gallery-image {
  margin: -31px;
  margin-bottom: 0;
  border-bottom: 5px solid #f5f5f5;
  position: relative;
}

.modal-gallery-image img {
  display: block;
  width: 100%;
}

.modal-gallery-top-controls {
  position: absolute;
  right: 15px;
  top: 0;
  border: 0;
}

.page-error {
  background: #fff;
  width: 700px;
  padding: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .page-error {
    width: 90%;
  }
  .main-content .page-error {
    width: 100%;
  }
}
.page-error.centered {
  margin-left: auto;
  margin-right: auto;
}

.page-error .error-symbol {
  font-size: 48px;
  line-height: 1;
}

.page-error .error-symbol i {
  line-height: 1;
}

.page-error h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.page-error h2 small {
  display: block;
  padding-top: 10px;
  color: #bcbcbc;
  font-size: 50%;
}

.page-error-env > .page-error {
  margin-top: 50px;
}

.page-error-search {
  width: 700px;
}

@media screen and (max-width: 991px) {
  .page-error-search {
    width: 90%;
  }
  .main-content .page-error-search {
    width: 100%;
  }
}
.page-error-search.centered {
  margin-left: auto;
  margin-right: auto;
}

.page-error-search form {
  position: relative;
}

.page-error-search form button[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #a4a5a5;
}

.page-error-search form.form-half {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.page-error-search form .input-lg + button[type=submit], .page-error-search form .input-group-lg > .form-control + button[type=submit],
.page-error-search form .input-group-lg > .input-group-addon + button[type=submit],
.page-error-search form .input-group-lg > .input-group-btn > .btn + button[type=submit] {
  line-height: 45px;
  padding: 0 15px;
}

.page-error-search .go-back {
  display: block;
  text-align: center;
  color: #abacac;
  margin: 15px 0;
}

.page-error-search .go-back:hover {
  color: #979898;
}

.calendar-env {
  position: relative;
  margin-bottom: 30px;
}

.calendar-env .calendar-sidebar form {
  margin-bottom: 20px;
}

.calendar-env .calendar-sidebar form .form-control {
  padding: 20px 15px;
  height: 37px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .calendar-env .calendar-sidebar {
    margin-top: 30px;
  }
  .calendar-env .calendar-sidebar form {
    margin-bottom: 0;
  }
}
.calendar-env .calendar-sidebar .calendar-list {
  margin: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .calendar-env .calendar-sidebar .calendar-list {
    margin-top: 10px;
  }
}
.calendar-env .calendar-sidebar .calendar-list li a {
  display: block;
  color: #979898;
  padding-bottom: 7px;
}

.calendar-env .calendar-sidebar .calendar-list li a:hover {
  color: #717272;
}

.calendar-env .calendar-sidebar .calendar-list li a .badge {
  margin-top: 0;
  display: block;
  text-align: left;
  font-size: 12px;
  padding: 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-env .calendar-sidebar .calendar-list li.list-header {
  font-size: 10px;
  padding: 10px 0;
  font-weight: 700;
  color: #979898;
  border-bottom: 0;
  text-transform: uppercase;
}

.calendar-env .calendar-sidebar .calendar-list li.ui-draggable-dragging .badge {
  zoom: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(Opacity=60);
  filter: alpha(opacity=60);
}

.calendar-env .calendar-sidebar .calendar-list li.ui-draggable-handle .badge {
  cursor: move;
}

.calendar-env .calendar-main {
  position: relative;
  background: #fff;
  padding: 30px;
  z-index: 5;
}

.calendar-env .calendar-main .fc .fc-popover, .calendar-env .calendar-main .fc .fc-row, .calendar-env .calendar-main .fc hr, .calendar-env .calendar-main .fc tbody, .calendar-env .calendar-main .fc td, .calendar-env .calendar-main .fc th, .calendar-env .calendar-main .fc thead {
  border-color: #eee;
}

.calendar-env .calendar-main .fc .fc-toolbar {
  padding-bottom: 15px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-left h2 {
  font-size: 24px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-left h2:before {
  content: "\f133";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 10px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-right {
  margin-top: 5px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-right > .fc-button-group:last-child {
  margin-right: -15px;
}

@media screen and (max-width: 768px) {
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left, .calendar-env .calendar-main .fc .fc-toolbar .fc-right {
    float: none;
    width: 100%;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left:before, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:before, .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
    content: " ";
    display: table;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
    clear: both;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left:before, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:before, .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
    content: " ";
    display: table;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after, .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
    clear: both;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-left h2 {
    text-align: center;
    width: 100%;
    float: none;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-right {
    position: relative;
    margin-top: 10px;
    text-align: center;
    top: 12px;
  }
  .calendar-env .calendar-main .fc .fc-toolbar .fc-right .fc-button-group {
    display: inline-block;
    float: none;
  }
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group {
  background: 0 0;
  border: 0;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button.fc-state-active, .calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-basicWeek-button.fc-state-active, .calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-agendaWeek-button.fc-state-active, .calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-agendaDay-button.fc-state-active, .calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-basicDay-button.fc-state-active {
  color: #2c2e2f;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: #eee;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button + .fc-agendaWeek-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: #eee;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button + .fc-basicWeek-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: #eee;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button {
  border: 0;
  background: 0 0;
  padding: 0 10px;
  margin: 0;
  height: auto;
  position: relative;
  outline: 0;
  color: #979898;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button .fc-icon {
  font-size: 13px;
  font-family: fontawesome;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-next-button:hover, .calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-prev-button:hover {
  color: #2c2e2f;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-prev-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: #eee;
}

.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > thead > tr > td.fc-widget-header {
  border: 0;
  border-bottom: 1px solid #eee;
}

.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > thead > tr > td .fc-day-header {
  border: 0;
  padding-bottom: 10px;
  color: #717272;
  font-weight: 400;
}

.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > tbody > tr > .fc-widget-content {
  border: 0;
  border-bottom: 1px solid #eee;
}

.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > tbody > tr > .fc-widget-content .fc-day-number {
  padding-top: 10px;
  padding-right: 10px;
  color: #949494;
}

.calendar-env .calendar-main .fc .fc-popover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.calendar-env .calendar-main .fc .fc-popover .fc-header {
  padding: 5px;
}

.calendar-env .calendar-main .fc .fc-popover .fc-body .fc-event-container a {
  margin-left: 2px;
  margin-right: 2px;
}

.calendar-env .calendar-main .fc .fc-today {
  background-color: #fafafa;
  color: #2c2e2f;
}

.calendar-env .calendar-main .fc .fc-event {
  background: #68b828;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 1px 3px;
}

.calendar-env .calendar-main .fc .fc-event.event-color-primary {
  background-color: #2c2e2f;
}

.calendar-env .calendar-main .fc .fc-event.event-color-success {
  background-color: #8dc63f;
}

.calendar-env .calendar-main .fc .fc-event.event-color-danger {
  background-color: #cc3f44;
}

.calendar-env .calendar-main .fc .fc-event.event-color-warning {
  background-color: #ffba00;
}

.calendar-env .calendar-main .fc .fc-event.event-color-info {
  background-color: #40bbea;
}

.calendar-env .calendar-main .fc .fc-event.event-color-red {
  background-color: #d5080f;
}

.calendar-env .calendar-main .fc .fc-event.event-color-blue {
  background-color: #0e62c7;
}

.calendar-env .calendar-main .fc .fc-event.event-color-purple {
  background-color: #7c38bc;
}

.calendar-env .calendar-main .fc .fc-event.event-color-gray {
  background-color: #959595;
}

.calendar-env .calendar-main .fc .fc-event.event-color-black {
  background-color: #222;
}

.calendar-env .calendar-right {
  float: right !important;
}

@media screen and (max-width: 768px) {
  .calendar-env .calendar-right {
    float: none !important;
  }
}
.calendar-env .calendar-left {
  float: left !important;
}

@media screen and (max-width: 768px) {
  .calendar-env .calendar-left {
    float: none !important;
  }
}
.profile-env {
  margin-bottom: 30px;
}

.profile-env .user-info-sidebar hr {
  border-top-color: #e1e1e1;
  margin: 10px 0;
}

.profile-env .user-info-sidebar .user-img {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.profile-env .user-info-sidebar .user-img img {
  display: inline-block;
}

.profile-env .user-info-sidebar .user-img img.img-thumbnail {
  padding: 4px;
  border: 0;
}

.profile-env .user-info-sidebar .user-name {
  display: block;
  font-size: 19px;
  text-align: center;
}

.profile-env .user-info-sidebar .user-title {
  display: block;
  color: #999;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

.profile-env .user-info-sidebar .user-title strong, .profile-env .user-info-sidebar .user-title a {
  color: #7d7f7f;
}

.profile-env .user-info-sidebar .user-status {
  position: relative;
  display: inline-block;
  background: #FFF;
  top: -2px;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.profile-env .user-info-sidebar .user-status.is-online {
  background-color: #8dc63f;
}

.profile-env .user-info-sidebar .user-status.is-idle {
  background-color: #ffba00;
}

.profile-env .user-info-sidebar .user-status.is-busy {
  background-color: #d5080f;
}

.profile-env .user-info-sidebar .user-status.is-offline {
  background-color: #CCC;
}

.profile-env .user-info-sidebar .user-info-list {
  display: table;
  margin: 0 auto;
}

.profile-env .user-info-sidebar .user-info-list li {
  margin: 10px 0;
  color: #979898;
}

.profile-env .user-info-sidebar .user-info-list li i {
  color: #7d7f7f;
  display: inline-block;
  margin-right: 5px;
}

.profile-env .user-info-sidebar .user-info-list li a, .profile-env .user-info-sidebar .user-info-list li strong {
  color: #717272;
}

.profile-env .user-info-sidebar .user-info-list li a:hover {
  color: #4b4b4b;
}

.profile-env .user-info-sidebar .user-friends-count {
  display: table;
  margin: 20px auto;
}

.profile-env .user-info-sidebar .user-friends-count li {
  position: relative;
  display: table-cell;
  color: #b1b1b1;
  font-size: 12px;
  padding: 0 20px;
}

.profile-env .user-info-sidebar .user-friends-count li span {
  display: block;
  font-size: 23px;
  color: #646565;
}

.profile-env .user-info-sidebar .user-friends-count li:first-child {
  padding-left: 0;
}

.profile-env .user-info-sidebar .user-friends-count li:last-child {
  padding-right: 0;
}

.profile-env .user-info-sidebar .user-friends-count li + li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: #ddd;
}

.profile-env .profile-post-form {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px;
  margin-bottom: 30px;
}

.profile-env .profile-post-form:after {
  content: "";
  display: block;
  position: absolute;
  left: -7.4px;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8.4px 7px 0;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 767px) {
  .profile-env .profile-post-form {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .profile-env .profile-post-form:after {
    display: none;
  }
}
.profile-env .profile-post-form textarea {
  position: relative;
  resize: none;
  z-index: 1;
  border-bottom: 1px solid #eee;
}

.profile-env .profile-post-form textarea::-moz-placeholder {
  color: #bdbebe;
  opacity: 1;
}

.profile-env .profile-post-form textarea:-ms-input-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea::-webkit-input-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea::-webkit-input-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea:-moz-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea::-moz-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea:-ms-input-placeholder {
  color: #bdbebe;
}

.profile-env .profile-post-form textarea:focus ~ .post-story-button {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.profile-env .profile-post-form .form-action-buttons {
  margin: 0;
  margin-top: 15px;
}

.profile-env .profile-post-form .form-action-buttons li button {
  color: #979898;
  font-size: 15px;
}

.profile-env .profile-post-form .form-action-buttons li button:hover {
  color: #515557;
}

.profile-env .profile-post-form .form-action-buttons li button:active {
  color: #68b828;
}

.profile-env .profile-post-form .post-story-button {
  float: right;
  margin-top: -17px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.profile-env .profile-post-form .post-story-button:active, .profile-env .profile-post-form .post-story-button:focus {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.profile-env .block-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #cacbcb;
}

.profile-env .user-timeline-stories .timeline-story {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .profile-env .user-timeline-stories .timeline-story {
    margin-bottom: 20px;
  }
}
.profile-env .user-timeline-stories .timeline-story header {
  color: #979898;
  font-size: 14px;
  margin-bottom: 10px;
}

.profile-env .user-timeline-stories .timeline-story header .user-img {
  margin-right: 20px;
  float: left;
}

.profile-env .user-timeline-stories .timeline-story header .user-img img {
  width: 48px;
}

.profile-env .user-timeline-stories .timeline-story header .user-details {
  display: block;
  padding-top: 5px;
}

.profile-env .user-timeline-stories .timeline-story header a {
  color: #646565;
}

.profile-env .user-timeline-stories .timeline-story header a:hover {
  color: #4b4b4b;
}

.profile-env .user-timeline-stories .timeline-story header time {
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}

.profile-env .user-timeline-stories .timeline-story .story-content {
  display: block;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .profile-env .user-timeline-stories .timeline-story .story-content {
    padding-left: 0;
  }
}
.profile-env .user-timeline-stories .timeline-story .story-content p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .profile-env .user-timeline-stories .timeline-story > .story-content {
    margin-top: 20px;
  }
}
.profile-env .user-timeline-stories .timeline-story .story-audio-item {
  background: #f8f8f8;
  padding: 30px;
  margin: 10px -20px;
  margin-top: 20px;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .story-content {
  margin-left: -13px;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info {
  padding-bottom: 15px;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .artist-info, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .track-length {
  color: #979898;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .artist-info {
  float: left;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .track-length {
  float: right;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline {
  width: 100%;
  display: table;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .play-pause, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline, .profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-volume {
  display: table-cell;
  vertical-align: middle;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .play-pause {
  width: 75px;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-volume {
  width: 30px;
  text-align: right;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline .track-timeline-empty {
  display: block;
  height: 2px;
  background: #dedede;
  position: relative;
}

.profile-env .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline .track-timeline-empty .track-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2c2e2f;
}

.profile-env .user-timeline-stories .timeline-story .story-options-links {
  padding-top: 10px;
}

.profile-env .user-timeline-stories .timeline-story .story-options-links a {
  display: inline-block;
  color: #979898;
  margin-right: 30px;
}

.profile-env .user-timeline-stories .timeline-story .story-options-links a span {
  display: inline-block;
  zoom: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.profile-env .user-timeline-stories .timeline-story .story-options-links a:hover {
  color: #575858;
}

.profile-env .user-timeline-stories .timeline-story .story-options-links a.liked {
  color: #ed3434;
}

.profile-env .user-timeline-stories .timeline-story .story-comments {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 10px;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment {
  margin-top: 10px;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img {
  display: block;
  float: left;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img img {
  width: 32px;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content {
  margin-left: 50px;
  padding-bottom: 5px;
  padding-left: 2px;
  border-bottom: 1px solid #eee;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name {
  display: block;
  font-size: 14px;
  color: #575858;
  margin-bottom: 5px;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name time {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
  color: #ddd;
}

.profile-env .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content p {
  font-size: 13px;
}

.profile-env .user-timeline-stories .timeline-story .story-comments li:last-child .story-comment .story-comment-content {
  border-bottom: 0;
}

.profile-env .user-timeline-stories .timeline-story .story-comment-form {
  margin-top: 20px;
}

.profile-env .user-timeline-stories .timeline-story .story-comment-form textarea {
  border: 1px solid #eee;
  padding: 10px;
  max-height: 100px;
  margin-bottom: 10px;
}

.profile-env .user-timeline-stories .timeline-story .story-checkin {
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 10px;
}

.profile-env .user-timeline-stories .timeline-story .story-album {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.profile-env .user-timeline-stories .timeline-story .story-album .col-1, .profile-env .user-timeline-stories .timeline-story .story-album .col-2 {
  display: block;
  float: left;
  width: 50%;
}

.profile-env .user-timeline-stories .timeline-story .story-album .col-1 {
  padding-right: 6px;
}

.profile-env .user-timeline-stories .timeline-story .story-album .col-2 {
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .profile-env .user-timeline-stories .timeline-story .story-album {
    padding-bottom: 0;
  }
  .profile-env .user-timeline-stories .timeline-story .story-album .col-1, .profile-env .user-timeline-stories .timeline-story .story-album .col-2 {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.profile-env .user-timeline-stories .timeline-story:last-child {
  margin-bottom: 0;
}

.page-body .main-content .cbp_tmtimeline:before {
  background: #fff;
  width: 5px;
  margin-left: -6px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span {
  color: #575858;
  font-size: 15px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child {
  font-weight: 700;
  margin-bottom: 2px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
  color: #979898;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
  font-size: 12px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.large {
  font-size: 17px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.hidden + span {
  margin-top: 8px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon {
  background: #fff;
  color: #979898;
  -webkit-box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-primary {
  background-color: #2c2e2f;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-success {
  background-color: #8dc63f;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-info {
  background-color: #40bbea;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-danger {
  background-color: #cc3f44;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-warning {
  background-color: #ffba00;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-red {
  background-color: #d5080f;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-purple {
  background-color: #7c38bc;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-secondary {
  background-color: #68b828;
  color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-gray {
  background-color: #ddd;
  color: #777;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
  background: #fff;
  color: #737881;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2, .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p {
  color: #737881;
  font-size: 13px;
  margin: 0;
  line-height: 1.42857143;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p + p {
  margin-top: 10px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 {
  font-size: 15px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 a {
  color: #303641;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 span {
  zoom: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(Opacity=60);
  filter: alpha(opacity=60);
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel blockquote {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
  background: 0;
  padding: 9px 0;
  margin-bottom: 70px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
  visibility: hidden;
}

@media screen and (max-width: 47.2em) {
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #fff;
    left: 10px;
  }
  .page-body .main-content .cbp_tmtimeline > li .large {
    font-weight: 700;
    font-size: 16px !important;
  }
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
    background: #fff;
    padding: 1.7em;
  }
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
    visibility: visible;
  }
}
.timeline-centered {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .timeline-centered {
    margin-top: 60px !important;
  }
}
.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 70px;
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -120px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
  color: #979898;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #717272;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px #fff;
  -moz-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
  line-height: 40px;
  font-size: 16px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-primary {
  background-color: #2c2e2f;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-success {
  background-color: #8dc63f;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-info {
  background-color: #40bbea;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-danger {
  background-color: #cc3f44;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-warning {
  background-color: #ffba00;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-red {
  background-color: #d5080f;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-purple {
  background-color: #7c38bc;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-secondary {
  background-color: #68b828;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #fff;
  padding: 1.7em;
  margin-left: 70px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-size: 13px;
  margin: 0;
  line-height: 1.42857143;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 15px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  zoom: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(Opacity=60);
  filter: alpha(opacity=60);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label blockquote {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #979898;
}

@media screen and (max-width: 47.2em) {
  .timeline-centered {
    margin-top: 20px;
  }
  .timeline-centered:before {
    left: 22px;
  }
  .timeline-centered .timeline-entry, .timeline-centered .timeline-entry.left-aligned {
    width: 100%;
    float: none;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner, .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time, .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: 60px;
    right: auto;
    top: -30px;
    width: auto;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span, .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span {
    display: inline-block;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span + span, .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span + span {
    margin-left: 10px;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: left;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 70px;
    margin-right: 0;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: 0;
    right: auto;
    margin-left: -9px;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.draggable-portlets .sorted {
  min-height: 100px;
}

.draggable-portlets .sorted .ui-sortable-placeholder {
  background: rgba(255, 255, 204, 0.7);
  border: 1px dashed #ddd;
  visibility: visible !important;
}

.draggable-portlets .sorted > .panel {
  -webkit-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, -o-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out, -o-transform 200ms ease-in-out, transform 200ms ease-in-out;
}

.draggable-portlets .sorted > .panel .panel-heading {
  cursor: pointer;
}

.draggable-portlets.dragging .sorted > .panel {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
}

.draggable-portlets.dragging .sorted > .panel.ui-sortable-helper {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.notes-env {
  position: relative;
  margin-bottom: 30px;
}

.notes-env .notes-header {
  margin-bottom: 10px;
}

.notes-env .notes-list {
  position: relative;
}

.notes-env .notes-list .write-pad, .notes-env .notes-list .list-of-notes {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.notes-env .notes-list .list-of-notes {
  float: left;
  width: 26%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.notes-env .notes-list .list-of-notes li {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
}

.notes-env .notes-list .list-of-notes li a {
  display: block;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 10px 15px;
}

.notes-env .notes-list .list-of-notes li a strong, .notes-env .notes-list .list-of-notes li a span {
  display: block;
}

.notes-env .notes-list .list-of-notes li a strong + strong, .notes-env .notes-list .list-of-notes li a span + strong, .notes-env .notes-list .list-of-notes li a strong + span, .notes-env .notes-list .list-of-notes li a span + span {
  padding-top: 8px;
}

.notes-env .notes-list .list-of-notes li a strong {
  word-break: break-all;
  background: #f5f5f5;
  margin: -15px;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 8px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .notes-env .notes-list .list-of-notes li a strong {
    margin-bottom: -10px;
    border-bottom: 0;
  }
}
.notes-env .notes-list .list-of-notes li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.notes-env .notes-list .list-of-notes li a em {
  float: right;
}

.notes-env .notes-list .list-of-notes li a:hover {
  background: #f5f5f5 !important;
  border-color: #d3d3d3;
}

.notes-env .notes-list .list-of-notes li a:hover span, .notes-env .notes-list .list-of-notes li a:hover strong {
  color: #737881;
}

.notes-env .notes-list .list-of-notes li .note-close {
  position: absolute;
  right: 11px;
  top: 1px;
  border: none;
  background: 0 0;
  outline: 0;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-right: 0;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.notes-env .notes-list .list-of-notes li:hover .note-close {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.notes-env .notes-list .list-of-notes li .content {
  display: none;
}

.notes-env .notes-list .list-of-notes li.current a {
  background: #fff;
}

.notes-env .notes-list .list-of-notes li + .no-notes {
  display: none;
}

.notes-env .notes-list .write-pad {
  float: right;
  width: 74%;
  background: #fff;
  position: relative;
}

.notes-env .notes-list .write-pad:after {
  display: block;
  content: "";
  position: absolute;
  left: 95px;
  top: 0;
  bottom: 0;
  background: #f9d4d1;
  width: 1px;
}

.notes-env .notes-list .write-pad textarea {
  background: 0 0;
  border: none;
  background-attachment: local;
  min-height: 780px;
  font: 14px/52px Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  border: 1px solid #ddd;
  max-height: 1500px;
  padding-left: 125px;
  padding-right: 50px;
}

.notes-env .notes-list .write-pad textarea::-webkit-scrollbar {
  width: 5px;
}

.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-track {
  width: 5px;
  background-color: #e0e0e0;
}

.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}

.notes-env + footer.main {
  border-top: 0;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .notes-env .notes-list .list-of-notes {
    width: 35%;
  }
  .notes-env .notes-list .write-pad {
    width: 65%;
  }
  .notes-env .notes-list .write-pad textarea {
    padding-left: 50px;
  }
  .notes-env .notes-list .write-pad:after {
    left: 35px;
  }
}
@media (max-width: 768px) {
  body .notes-env .notes-list .list-of-notes, body .notes-env .notes-list .write-pad {
    width: 100%;
    float: none;
  }
  body .notes-env .notes-list .list-of-notes {
    padding-bottom: 10px;
  }
  body .notes-env .notes-list .list-of-notes li {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  body .notes-env .notes-list .list-of-notes li a span {
    display: none;
  }
  body .notes-env .notes-list .list-of-notes li .note-close {
    right: 1px;
    top: 11px;
  }
  body .notes-env .notes-list .write-pad textarea {
    min-height: 400px;
    max-height: 600px;
  }
}
.tocify {
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.tocify.fixed {
  position: fixed;
  top: 15px;
}

.navbar.horizontal-menu + .page-container .tocify.fixed {
  top: 110px;
}

@media (max-width: 991px) {
  .tocify {
    top: 0;
    position: relative !important;
    margin-bottom: 30px;
  }
  .tocify .tocify-item.active > a:before, .tocify .tocify-item.active > a:after {
    display: none !important;
  }
}
.tocify li {
  border-top: 1px solid #f0f0f0;
}

.tocify li a {
  color: #979898;
}

.tocify li a:hover {
  background: #fff;
  color: #2c2e2f;
}

.tocify > ul:first-child > li {
  border-top: 0;
}

.tocify > ul ul li a {
  padding-left: 30px;
}

.tocify > ul ul {
  background: #fff;
}

.tocify > ul ul ul li a {
  padding-left: 40px;
}

.tocify > ul:last-child {
  border-bottom: 0;
}

.tocify .tocify-item.active > a {
  position: relative;
  background: #f6f6f6;
  color: #2c2e2f;
}

.tocify .tocify-item.active > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: -1px;
  width: 0;
  height: 0;
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 6px;
}

.tocify .tocify-item.active > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -1px;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-color: transparent #ddd transparent transparent;
  border-style: solid;
  border-width: 7px;
}

.tocify-extend-page {
  display: none !important;
}

.google-map-env {
  background: #e5e5e5;
  margin-bottom: 30px;
}

.google-map-env ~ .main-footer {
  display: none !important;
}

.google-map-env.fill {
  margin: -30px;
}

.google-map-env.fill .map-toolbar > .row {
  margin-left: 0;
  margin-right: 0;
}

.google-map-env .map-toolbar {
  padding: 20px 15px;
  background: #fff;
}

.google-map-env .map-toolbar + .gmap {
  border-top: 1px solid #ccc;
}

.google-map-env .gmap + .map-toolbar {
  border-top: 1px solid 0;
}

.google-map-env .full-page-google-map {
  border-top: 1px solid #ddd;
}

.google-map-env .full-page-google-map > div {
  width: 100%;
  height: 500px;
}

.jvectormap-label {
  position: absolute;
  display: none;
  background: #2c2e2f;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 7px;
  z-index: 1000 !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border: 1px solid #e7e7e7;
  background: #fafafa;
  padding: 3px;
  color: #979898;
  width: 28px;
  height: 28px;
  cursor: pointer;
  line-height: 19px;
  text-align: center;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
  background-color: #f2f2f2;
}

.jvectormap-zoomin:active, .jvectormap-zoomout:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 37px;
}

.xenon-loading-bar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(44, 46, 47, 0.3);
  height: 3px;
  z-index: 10000;
  top: 0;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.xenon-loading-bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #68b828;
}

.xenon-loading-bar.progress-is-hidden {
  top: -3px;
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
  visibility: hidden;
}

.toast-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover, .toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 15px;
}

.toast-top-full-width .toast {
  margin-bottom: 15px !important;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 12px 15px;
  width: 300px;
  margin-bottom: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div i {
  margin-right: 6px;
}

#toast-container > :hover {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #8dc63f;
}

.toast-error {
  background-color: #cc3f44;
}

.toast-info {
  background-color: #40bbea;
}

.toast-warning {
  background-color: #ffba00;
}

.toast-default > div {
  background-color: rgba(44, 46, 47, 0.8);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.uk-nestable-item .uk-nestable-handle {
  padding: 5px 8px;
  background: #eee;
}

.uk-nestable-item .uk-nestable-handle:hover, .uk-nestable-item .uk-nestable-handle:active {
  background: #e1e1e1;
}

.uk-nestable-item [data-nestable-action=toggle] {
  padding: 0 5px;
  padding-right: 0;
  display: none;
}

.uk-nestable-item .list-label {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}

.uk-parent > .uk-nestable-item [data-nestable-action=toggle] {
  display: inline-block !important;
}

.login-page {
  background: #2c2e2f;
  color: #fff;
  padding-top: 150px;
}

.login-page .errors-container {
  margin-bottom: 20px;
  padding: 0 30px;
}

.login-page .login-form {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}

.login-page .login-form.fade-in-effect {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .login-page .login-form.fade-in-effect {
    left: 0;
  }
}
.login-page .login-form.fade-in-effect .form-group {
  position: relative;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.login-page .login-form.fade-in-effect + .external-login {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.login-page .login-form.fade-in-effect.in {
  left: 0;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.login-page .login-form.fade-in-effect.in .form-group {
  top: 0;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.login-page .login-form.fade-in-effect.in + .external-login {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.login-page .login-form .login-header {
  margin-bottom: 40px;
}

.login-page .login-form .login-header .logo {
  display: block;
}

.login-page .login-form .login-header .logo img {
  vertical-align: baseline;
}

.login-page .login-form .login-header .logo span {
  padding-left: 3px;
  color: rgba(151, 152, 152, 0.6);
  font-size: 15px;
  vertical-align: baseline;
}

.login-page .login-form .login-header p {
  color: #979898;
  font-size: 13px;
  margin: 0;
  margin-top: 10px;
}

.login-page .login-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.login-page .login-form .form-group .form-control {
  height: 40px;
}

.login-page .login-form .form-group .form-control::-moz-placeholder {
  color: rgba(151, 152, 152, 0.5);
  opacity: 1;
}

.login-page .login-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control:-moz-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control::-moz-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(151, 152, 152, 0.5);
}

.login-page .login-form .form-group .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #979898;
  border: 1px solid #e4e4e4;
}

.login-page .login-form .form-group .form-control.input-dark {
  background: #313334;
  border: 1px solid transparent;
  color: #fff;
}

.login-page .login-form .form-group .form-control.input-dark::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.login-page .login-form .form-group .form-control.input-dark:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .login-form .form-group .form-control.input-dark:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #313334 inset;
  -webkit-text-fill-color: #fff;
  border: 0;
}

.login-page .login-form .form-group .form-control.error {
  border-color: rgba(204, 63, 68, 0.5);
}

.login-page .login-form .form-group label.error {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 12px;
  font-size: 12px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
}

.login-page .login-form .form-group.validate-has-error .form-control {
  border-color: rgba(204, 63, 68, 0.5);
}

.login-page .login-form .form-group .btn {
  padding-top: 11.11px;
  padding-bottom: 11.11px;
}

.login-page .login-form .form-group .btn i {
  margin-right: 5px;
}

.login-page .login-form .form-group .btn.btn-dark {
  border-color: rgba(55, 57, 58, 0.9);
  background-color: #2c2e2f;
  color: #fff;
}

.login-page .login-form .form-group .btn.btn-dark:hover {
  background-color: rgba(55, 57, 58, 0.3);
}

.login-page .login-form .login-footer {
  margin-top: 45px;
}

.login-page .login-form .login-footer a {
  color: #979898;
}

.login-page .login-form .login-footer a:hover {
  color: #bdbebe;
}

.login-page .login-form .login-footer .info-links {
  font-size: 11px;
  margin-top: 5px;
  color: rgba(151, 152, 152, 0.7);
}

.login-page .login-form .login-footer .info-links a {
  color: rgba(151, 152, 152, 0.7);
}

.login-page .login-form .login-footer .info-links a:hover {
  color: #979898;
}

.login-page .external-login {
  position: relative;
  margin-bottom: 30px;
  padding: 0 30px;
}

.login-page .external-login a {
  display: block;
  color: #fff;
  background: #2c2e2f;
  padding: 13px 20px;
  font-size: 15px;
  margin-bottom: 10px;
}

.login-page .external-login a i {
  margin-right: 5px;
}

.login-page .external-login a:hover {
  background: #454849;
}

.login-page .external-login a.facebook {
  background-color: #3b5998;
}

.login-page .external-login a.facebook:hover {
  background-color: #2d4373;
}

.login-page .external-login a.twitter {
  background-color: #55acee;
}

.login-page .external-login a.twitter:hover {
  background-color: #2795e9;
}

.login-page .external-login a.gplus {
  background-color: #dd4b39;
}

.login-page .external-login a.gplus:hover {
  background-color: #c23321;
}

.login-page.login-light {
  background: #eee;
}

.login-page.login-light .errors-container, .login-page.login-light .external-login {
  padding: 0;
}

.login-page.login-light .form-group label.error {
  color: rgba(151, 152, 152, 0.8);
}

.login-page.login-light .login-form {
  background: #fff;
  color: #979898;
}

.login-page.login-light .login-form .login-footer a {
  color: #68b828;
}

.login-page.login-light .login-form .login-footer a:hover {
  color: #508e1f;
}

.login-page.login-light .login-form .login-footer .info-links a {
  color: rgba(151, 152, 152, 0.7);
}

.login-page.login-light .login-form .login-footer .info-links a:hover {
  color: #979898;
}

@media screen and (max-width: 768px) {
  .login-page {
    padding-top: 0;
  }
  .login-page .login-form, .login-page .errors-container, .login-page .external-login {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-page .errors-container {
    margin-top: 20px;
  }
  .login-page.login-light .login-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .login-page.login-light .errors-container, .login-page.login-light .external-login {
    padding-left: 0;
    padding-right: 0;
  }
  .login-page .row {
    margin: 0;
  }
}
.login-container {
  max-width: 960px;
  margin: 0 auto;
}

.lockscreen-page {
  background: #2c2e2f;
  color: #fff;
  padding-top: 250px;
}

@media screen and (max-width: 768px) {
  .lockscreen-page {
    padding-top: 30px;
  }
  .lockscreen-page .row {
    margin: 0 auto;
  }
}
.lockscreen-page .lockcreen-form .user-thumb {
  float: left;
  width: 25%;
}

.lockscreen-page .lockcreen-form .user-thumb img {
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.lockscreen-page .lockcreen-form .form-group {
  position: relative;
  float: left;
  width: 75%;
  padding-left: 30px;
}

.lockscreen-page .lockcreen-form .form-group h3 {
  margin: 0;
}

.lockscreen-page .lockcreen-form .form-group p {
  color: #979898;
  font-size: 13px;
  margin: 0;
  margin-top: 10px;
}

.lockscreen-page .lockcreen-form .form-group .input-group {
  position: relative;
  margin-top: 20px;
}

.lockscreen-page .lockcreen-form .form-group .input-group .form-control {
  background: 0 0;
  border: 1px solid #3e4142;
  color: #fff;
  height: 40px;
}

.lockscreen-page .lockcreen-form .form-group .input-group .form-control.error {
  border-color: rgba(204, 63, 68, 0.5);
}

.lockscreen-page .lockcreen-form .form-group .input-group label.error {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn {
  padding-left: 10px;
}

.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn {
  border: 1px solid #3e4142;
  padding: 10px 20px;
}

.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn:hover, .lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn:focus {
  background-color: rgba(62, 65, 66, 0.3);
}

.lockscreen-page .lockcreen-form.fade-in-effect .user-thumb {
  position: relative;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.lockscreen-page .lockcreen-form.fade-in-effect .form-group {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.lockscreen-page .lockcreen-form.fade-in-effect .form-group .input-group {
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.lockscreen-page .lockcreen-form.fade-in-effect.in .user-thumb {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  left: 0;
}

.lockscreen-page .lockcreen-form.fade-in-effect.in .form-group {
  top: 0;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.lockscreen-page .lockcreen-form.fade-in-effect.in .form-group .input-group {
  top: 0;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

@media screen and (max-width: 768px) {
  .lockscreen-page .lockcreen-form .user-thumb, .lockscreen-page .lockcreen-form .form-group {
    float: none;
    width: 100%;
  }
  .lockscreen-page .lockcreen-form .user-thumb {
    text-align: center;
    margin-bottom: 30px;
  }
  .lockscreen-page .lockcreen-form .user-thumb a {
    display: inline-block;
  }
  .lockscreen-page .lockcreen-form .form-group {
    padding-left: 0;
    text-align: center;
  }
}
.xe-widget {
  position: relative;
}

.xe-widget.xe-counter, .xe-widget.xe-counter-block .xe-upper, .xe-widget.xe-progress-counter .xe-upper {
  background: #fff;
  padding: 28px;
  line-height: 1;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter .xe-label, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-label {
  display: table-cell;
  vertical-align: middle;
  padding: 18px;
}

.xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-icon {
  width: 1%;
}

.xe-widget.xe-counter .xe-icon i, .xe-widget.xe-counter-block .xe-upper .xe-icon i, .xe-widget.xe-progress-counter .xe-upper .xe-icon i {
  display: block;
  background: #68b828;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.xe-widget.xe-counter .xe-icon + .xe-label, .xe-widget.xe-counter-block .xe-upper .xe-icon + .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon + .xe-label {
  padding-left: 0;
}

.xe-widget.xe-counter .xe-label .num, .xe-widget.xe-counter-block .xe-upper .xe-label .num, .xe-widget.xe-progress-counter .xe-upper .xe-label .num {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #3e3f3f;
}

.xe-widget.xe-counter .xe-label span, .xe-widget.xe-counter-block .xe-upper .xe-label span, .xe-widget.xe-progress-counter .xe-upper .xe-label span {
  display: block;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  color: #979898;
  margin-top: 5px;
}

.xe-widget.xe-counter .xe-label + .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-label + .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-label + .xe-icon {
  padding-left: 0;
}

.xe-widget.xe-counter.xe-counter-primary .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-primary .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-primary .xe-icon i {
  background-color: #2c2e2f;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-success .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-success .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-success .xe-icon i {
  background-color: #8dc63f;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-warning .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-warning .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-warning .xe-icon i {
  background-color: #ffba00;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-info .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-info .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-info .xe-icon i {
  background-color: #40bbea;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-danger .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-danger .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-danger .xe-icon i {
  background-color: #cc3f44;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-blue .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-blue .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-blue .xe-icon i {
  background-color: #0e62c7;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-red .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-red .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-red .xe-icon i {
  background-color: #d5080f;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-purple .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-purple .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-purple .xe-icon i {
  background-color: #7c38bc;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-orange .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-orange .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-orange .xe-icon i {
  background-color: #f7aa47;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-yellow .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-yellow .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-yellow .xe-icon i {
  background-color: #fcd036;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-turquoise .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-turquoise .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-turquoise .xe-icon i {
  background-color: #00b19d;
  color: #fff;
}

.xe-widget.xe-counter.xe-counter-white .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-white .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-white .xe-icon i {
  background-color: #fff;
  color: #4b4b4b;
}

.xe-widget.xe-counter.xe-counter-white .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-white .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-white .xe-icon i {
  border: 1px solid #ddd;
}

.xe-widget.xe-counter.xe-counter-gray .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-gray .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-gray .xe-icon i {
  background-color: #eee;
  color: #555;
}

.xe-widget.xe-counter.xe-counter-pink .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-pink .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-pink .xe-icon i {
  background-color: #ff6264;
  color: #fff;
}

.xe-widget.xe-counter-block, .xe-widget.xe-progress-counter {
  color: #fff;
  background: #68b828;
  margin-bottom: 20px;
}

.xe-widget.xe-counter-block .xe-upper, .xe-widget.xe-progress-counter .xe-upper {
  margin: 0;
  border-spacing: 0;
  border: 0;
  background: #68b828;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-label {
  padding-bottom: 0;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-icon {
  text-align: center;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon i, .xe-widget.xe-progress-counter .xe-upper .xe-icon i {
  background: #68b828;
  font-size: 32px;
}

.xe-widget.xe-counter-block .xe-upper .xe-label .num, .xe-widget.xe-progress-counter .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block .xe-upper .xe-label span, .xe-widget.xe-progress-counter .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block .xe-lower, .xe-widget.xe-progress-counter .xe-lower {
  padding: 15px 30px;
}

.xe-widget.xe-counter-block .xe-lower .border, .xe-widget.xe-progress-counter .xe-lower .border {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.xe-widget.xe-counter-block .xe-lower span, .xe-widget.xe-counter-block .xe-lower strong, .xe-widget.xe-progress-counter .xe-lower span, .xe-widget.xe-progress-counter .xe-lower strong {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.xe-widget.xe-counter-block .xe-lower span, .xe-widget.xe-progress-counter .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block .xe-lower strong, .xe-widget.xe-progress-counter .xe-lower strong {
  font-weight: 400;
}

.xe-widget.xe-counter-block.xe-counter-block-primary, .xe-widget.xe-progress-counter.xe-counter-block-primary {
  background: #2c2e2f;
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-upper {
  background: #2c2e2f;
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-upper .xe-icon i {
  background-color: #2c2e2f;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-primary .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-primary .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-success, .xe-widget.xe-progress-counter.xe-counter-block-success {
  background: #8dc63f;
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-upper {
  background: #8dc63f;
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-upper .xe-icon i {
  background-color: #8dc63f;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-success .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-success .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-warning, .xe-widget.xe-progress-counter.xe-counter-block-warning {
  background: #ffba00;
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-upper {
  background: #ffba00;
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-upper .xe-icon i {
  background-color: #ffba00;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-warning .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-warning .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-danger, .xe-widget.xe-progress-counter.xe-counter-block-danger {
  background: #cc3f44;
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-upper {
  background: #cc3f44;
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-upper .xe-icon i {
  background-color: #cc3f44;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-danger .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-danger .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-info, .xe-widget.xe-progress-counter.xe-counter-block-info {
  background: #40bbea;
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-upper {
  background: #40bbea;
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-upper .xe-icon i {
  background-color: #40bbea;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-info .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-info .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-purple, .xe-widget.xe-progress-counter.xe-counter-block-purple {
  background: #7c38bc;
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-upper {
  background: #7c38bc;
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-upper .xe-icon i {
  background-color: #7c38bc;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-purple .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-purple .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-blue, .xe-widget.xe-progress-counter.xe-counter-block-blue {
  background: #0e62c7;
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-upper {
  background: #0e62c7;
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-upper .xe-icon i {
  background-color: #0e62c7;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-blue .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-blue .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-red, .xe-widget.xe-progress-counter.xe-counter-block-red {
  background: #d5080f;
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-upper {
  background: #d5080f;
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-upper .xe-icon i {
  background-color: #d5080f;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-red .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-red .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-orange, .xe-widget.xe-progress-counter.xe-counter-block-orange {
  background: #f7aa47;
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-upper {
  background: #f7aa47;
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-upper .xe-icon i {
  background-color: #f7aa47;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-orange .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-orange .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise, .xe-widget.xe-progress-counter.xe-counter-block-turquoise {
  background: #00b19d;
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-upper {
  background: #00b19d;
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-upper .xe-icon i {
  background-color: #00b19d;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-turquoise .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-turquoise .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-pink, .xe-widget.xe-progress-counter.xe-counter-block-pink {
  background: #ff6264;
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-upper {
  background: #ff6264;
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-upper .xe-icon i {
  background-color: #ff6264;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-pink .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-pink .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-yellow, .xe-widget.xe-progress-counter.xe-counter-block-yellow {
  background: #fcd036;
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-upper {
  background: #fcd036;
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-upper .xe-icon i {
  background-color: #fcd036;
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-upper .xe-label .num {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-upper .xe-label span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-lower .border {
  background: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-lower span {
  color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-yellow .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-yellow .xe-lower strong {
  color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-gray, .xe-widget.xe-progress-counter.xe-counter-block-gray {
  background: #d5d5d5;
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-upper {
  background: #d5d5d5;
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-upper .xe-icon i {
  background-color: #d5d5d5;
  color: #666;
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-upper .xe-label .num {
  color: #666;
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-upper .xe-label span {
  color: rgba(102, 102, 102, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-lower .border {
  background: rgba(102, 102, 102, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-lower span {
  color: rgba(102, 102, 102, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-gray .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-gray .xe-lower strong {
  color: #666;
}

.xe-widget.xe-counter-block.xe-counter-block-white, .xe-widget.xe-progress-counter.xe-counter-block-white {
  background: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-upper, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-upper {
  background: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-upper .xe-icon i, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-upper .xe-icon i {
  background-color: #fff;
  color: #4b4b4b;
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-upper .xe-label .num, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-upper .xe-label .num {
  color: #4b4b4b;
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-upper .xe-label span, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-upper .xe-label span {
  color: rgba(75, 75, 75, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-lower .border, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-lower .border {
  background: rgba(75, 75, 75, 0.5);
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-lower span, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-lower span {
  color: rgba(75, 75, 75, 0.7);
}

.xe-widget.xe-counter-block.xe-counter-block-white .xe-lower strong, .xe-widget.xe-progress-counter.xe-counter-block-white .xe-lower strong {
  color: #4b4b4b;
}

.xe-widget.xe-progress-counter {
  position: relative;
  color: #fff;
  background: #68b828;
  margin-bottom: 20px;
  overflow: hidden;
}

.xe-widget.xe-progress-counter .xe-background {
  position: absolute;
  left: -40%;
  bottom: -10%;
  color: #fff;
  font-size: 150px;
  zoom: 1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: alpha(Opacity=10);
  filter: alpha(opacity=10);
}

.xe-widget.xe-progress-counter .xe-background i {
  line-height: 1;
  display: block;
}

.xe-widget.xe-progress-counter .xe-upper .xe-icon i {
  font-size: 28px;
  background: 0 0;
}

.xe-widget.xe-progress-counter .xe-upper .xe-label span {
  padding: 0;
  padding-bottom: 5px;
}

.xe-widget.xe-progress-counter .xe-upper .xe-label .num {
  font-size: 20px;
}

.xe-widget.xe-progress-counter .xe-progress {
  height: 2px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  margin-top: 10px;
}

.xe-widget.xe-progress-counter .xe-progress .xe-progress-fill {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-primary {
  background-color: #2c2e2f;
}

.xe-widget.xe-progress-counter.xe-progress-counter-primary .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-primary .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-success {
  background-color: #8dc63f;
}

.xe-widget.xe-progress-counter.xe-progress-counter-success .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-success .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-info {
  background-color: #40bbea;
}

.xe-widget.xe-progress-counter.xe-progress-counter-info .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-info .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-danger {
  background-color: #cc3f44;
}

.xe-widget.xe-progress-counter.xe-progress-counter-danger .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-danger .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-warning {
  background-color: #ffba00;
}

.xe-widget.xe-progress-counter.xe-progress-counter-warning .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-warning .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-pink {
  background-color: #ff6264;
}

.xe-widget.xe-progress-counter.xe-progress-counter-pink .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-pink .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-turquoise {
  background-color: #00b19d;
}

.xe-widget.xe-progress-counter.xe-progress-counter-turquoise .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-turquoise .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-red {
  background-color: #d5080f;
}

.xe-widget.xe-progress-counter.xe-progress-counter-red .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-red .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-orange {
  background-color: #f7aa47;
}

.xe-widget.xe-progress-counter.xe-progress-counter-orange .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-orange .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-yellow {
  background-color: #fcd036;
}

.xe-widget.xe-progress-counter.xe-progress-counter-yellow .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-yellow .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-progress-counter.xe-progress-counter-purple {
  background-color: #7c38bc;
}

.xe-widget.xe-progress-counter.xe-progress-counter-purple .xe-background {
  color: #fff;
}

.xe-widget.xe-progress-counter.xe-progress-counter-purple .xe-upper {
  background-color: transparent;
}

.xe-widget.xe-vertical-counter {
  background: #68b828;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 20px;
  color: #fff;
}

.xe-widget.xe-vertical-counter .xe-icon {
  font-size: 75px;
  text-align: center;
  padding-bottom: 15px;
}

.xe-widget.xe-vertical-counter .xe-icon i {
  display: block;
  line-height: 1.4;
}

.xe-widget.xe-vertical-counter .xe-label {
  padding-top: 15px;
  text-align: center;
}

.xe-widget.xe-vertical-counter .xe-label .num {
  display: block;
  font-weight: 400;
  font-size: 23px;
}

.xe-widget.xe-vertical-counter .xe-label span {
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-primary {
  background: #2c2e2f;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-primary .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-success {
  background: #8dc63f;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-success .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-danger {
  background: #cc3f44;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-danger .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-warning {
  background: #ffba00;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-warning .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-info {
  background: #40bbea;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-info .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-purple {
  background: #7c38bc;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-purple .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-orange {
  background: #f7aa47;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-orange .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-red {
  background: #d5080f;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-red .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-blue {
  background: #0e62c7;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-blue .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-turquoise {
  background: #00b19d;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-turquoise .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-pink {
  background: #ff6264;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-pink .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-yellow {
  background: #fcd036;
  color: #fff;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-yellow .xe-label span {
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-gray {
  background: #d5d5d5;
  color: #555;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-gray .xe-label span {
  color: rgba(85, 85, 85, 0.95);
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-white {
  background: #fff;
  color: #4b4b4b;
}

.xe-widget.xe-vertical-counter.xe-vertical-counter-white .xe-label span {
  color: rgba(75, 75, 75, 0.95);
}

.xe-widget.xe-todo-list {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 20px;
}

.xe-widget.xe-todo-list .xe-header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.xe-widget.xe-todo-list .xe-header .xe-icon, .xe-widget.xe-todo-list .xe-header .xe-label {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}

.xe-widget.xe-todo-list .xe-header .xe-icon {
  width: 1%;
}

.xe-widget.xe-todo-list .xe-header .xe-icon i {
  display: block;
  line-height: 1;
  font-size: 28px;
}

.xe-widget.xe-todo-list .xe-header .xe-label {
  padding-left: 15px;
}

.xe-widget.xe-todo-list .xe-header .xe-label span, .xe-widget.xe-todo-list .xe-header .xe-label strong {
  display: block;
  line-height: 1.1;
}

.xe-widget.xe-todo-list .xe-header .xe-label span {
  font-size: 12px;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list .xe-header .xe-label strong {
  font-size: 15px;
}

.xe-widget.xe-todo-list .xe-body {
  padding-top: 5px;
  padding-bottom: 10px;
}

.xe-widget.xe-todo-list .xe-body label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.xe-widget.xe-todo-list .xe-body label > span {
  position: relative;
  display: inline-block;
  color: #7d7f7f;
}

.xe-widget.xe-todo-list .xe-body li {
  margin: 2px 0;
}

.xe-widget.xe-todo-list .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
}

.xe-widget.xe-todo-list .xe-body li.done label > span:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 1px;
  background: #8a8b8b;
  content: "";
}

.xe-widget.xe-todo-list.xe-todo-list-primary {
  background: #2c2e2f;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-primary .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success {
  background: #8dc63f;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-success .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning {
  background: #ffba00;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-warning .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger {
  background: #cc3f44;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-danger .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info {
  background: #40bbea;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-info .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary {
  background: #68b828;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-secondary .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise {
  background: #00b19d;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-turquoise .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink {
  background: #ff6264;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-pink .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red {
  background: #d5080f;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-red .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue {
  background: #0e62c7;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-blue .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple {
  background: #7c38bc;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-purple .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow {
  background: #fcd036;
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-body .cbr-replaced .cbr-state {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-body label > span {
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-body li.done label > span {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-body li.done label > span:after {
  background: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-todo-list.xe-todo-list-yellow .xe-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.xe-widget.xe-status-update {
  background: #55acee;
  color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  padding-bottom: 20px;
}

.xe-widget.xe-status-update .xe-header {
  display: table;
  width: 100%;
}

.xe-widget.xe-status-update .xe-header .xe-icon, .xe-widget.xe-status-update .xe-header .xe-nav {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  padding-bottom: 20px;
}

.xe-widget.xe-status-update .xe-header .xe-icon i {
  font-size: 48px;
}

.xe-widget.xe-status-update .xe-header .xe-nav {
  text-align: right;
}

.xe-widget.xe-status-update .xe-header .xe-nav a {
  position: relative;
  margin-right: -10px;
  margin-top: -10px;
  color: #fff;
  padding: 0 8px;
  display: inline-block;
  line-height: 32px;
}

.xe-widget.xe-status-update .xe-header .xe-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.xe-widget.xe-status-update .xe-header .xe-nav a + a {
  margin-left: 10px;
}

.xe-widget.xe-status-update .xe-body li {
  display: none !important;
}

.xe-widget.xe-status-update .xe-body li .status-date {
  display: block;
  font-size: 16px;
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
  padding-bottom: 10px;
}

.xe-widget.xe-status-update .xe-body li p {
  font-size: 14px;
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-status-update .xe-body li.active {
  display: block !important;
}

.xe-widget.xe-status-update .xe-footer {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 15px;
}

.xe-widget.xe-status-update .xe-footer a {
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-status-update .xe-footer a:hover {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.xe-widget.xe-status-update.xe-status-update-facebook {
  background-color: #3b5998;
}

.xe-widget.xe-status-update.xe-status-update-google-plus {
  background-color: #dd4b39;
}

.xe-widget.xe-single-news {
  margin-bottom: 20px;
  position: relative;
}

.xe-widget.xe-single-news .xe-image img {
  display: block;
  width: 100%;
}

.xe-widget.xe-single-news .xe-image .xe-gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.05) 100%);
}

.xe-widget.xe-single-news .xe-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.xe-widget.xe-single-news .xe-details .category {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.xe-widget.xe-single-news .xe-details .category a {
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
}

.xe-widget.xe-single-news .xe-details .category a:hover {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.xe-widget.xe-single-news .xe-details h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 19px;
}

.xe-widget.xe-single-news .xe-details h3 a {
  color: #fff;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.xe-widget.xe-single-news .xe-details h3 a:hover {
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.xe-widget.xe-single-news .xe-details time {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: -20px;
  -webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.xe-widget.xe-single-news:hover .xe-details time {
  margin-bottom: 0;
  zoom: 1;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(Opacity=70);
  filter: alpha(opacity=70);
}

.xe-widget.xe-conversations {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
}

.xe-widget.xe-conversations .xe-bg-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.xe-widget.xe-conversations .xe-bg-icon i {
  font-size: 80px;
  display: block;
  line-height: 1;
  zoom: 1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: alpha(Opacity=10);
  filter: alpha(opacity=10);
}

.xe-widget.xe-conversations .xe-header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.xe-widget.xe-conversations .xe-header .xe-icon, .xe-widget.xe-conversations .xe-header .xe-label {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
}

.xe-widget.xe-conversations .xe-header .xe-icon {
  width: 1%;
}

.xe-widget.xe-conversations .xe-header .xe-icon i {
  display: block;
  line-height: 1;
  font-size: 37px;
}

.xe-widget.xe-conversations .xe-header .xe-label {
  padding-left: 10px;
}

.xe-widget.xe-conversations .xe-header .xe-label h3 {
  display: block;
  margin: 0;
  padding: 0;
}

.xe-widget.xe-conversations .xe-header .xe-label h3 small {
  padding-top: 5px;
  font-size: 13px;
  display: block;
  zoom: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(Opacity=50);
  filter: alpha(opacity=50);
}

.xe-widget.xe-conversations .xe-body {
  border-bottom: 1px solid #eee;
}

.xe-widget.xe-conversations .xe-body .xe-user-img {
  float: left;
  display: block;
  padding-right: 10px;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry {
  display: table;
  width: 100%;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-user-img, .xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-comment {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-user-img img {
  display: block;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-comment {
  width: 99%;
  padding-left: 10px;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-comment .xe-user-name {
  display: block;
  margin-bottom: 5px;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-comment .xe-user-name:hover strong {
  color: #7d7f7f;
}

.xe-widget.xe-conversations .xe-body .xe-comment-entry .xe-comment p {
  font-size: 12px;
}

.xe-widget.xe-conversations .xe-body ul > li {
  margin: 10px 0;
  border-bottom: 1px solid #eee;
}

.xe-widget.xe-conversations .xe-body ul > li:last-child {
  border-bottom: 0;
}

.xe-widget.xe-conversations .xe-footer a {
  margin-top: 20px;
  display: block;
  font-size: 11px;
  color: #7d7f7f;
  text-align: center;
  text-transform: uppercase;
}

.xe-widget.xe-conversations .xe-footer a:hover {
  color: #646565;
}

.xe-widget.xe-weather {
  position: relative;
  background: #459ec4;
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.xe-widget.xe-weather .xe-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

.xe-widget.xe-weather .xe-background img {
  display: block;
  line-height: 1;
  width: 100%;
  position: relative;
}

.xe-widget.xe-weather .xe-background.xe-background-animated {
  left: -10%;
  top: -20%;
}

.xe-widget.xe-weather .xe-background.xe-background-animated img {
  width: 120%;
  -webkit-animation: weatherBgMove 10s infinite linear;
  -moz-animation: weatherBgMove 10s infinite linear;
  -o-animation: weatherBgMove 10s infinite linear;
  animation: weatherBgMove 10s infinite linear;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

.xe-widget.xe-weather .xe-background.xe-background-animated lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes weatherBgMove {
  0% {
    left: 0;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes weatherBgMove {
  0% {
    left: 0;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes weatherBgMove {
  0% {
    left: 0;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@keyframes weatherBgMove {
  0% {
    left: 0;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .xe-widget.xe-weather .xe-background {
    top: auto;
    bottom: 0;
  }
  .xe-widget.xe-weather .xe-background.xe-background-animated {
    top: auto;
    bottom: 0;
  }
}
.xe-widget.xe-weather .xe-current-day {
  position: absolute;
  z-index: 2;
  right: 35%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.xe-widget.xe-weather .xe-current-day .xe-now {
  margin-bottom: 20px;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature {
  display: table;
  float: left;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature .xe-icon, .xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature .xe-label {
  display: table-cell;
  vertical-align: middle;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature .xe-icon i {
  display: block;
  line-height: 1;
  font-size: 35px;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature .xe-label {
  padding-left: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-temperature .xe-label strong {
  display: block;
  padding-top: 2px;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-location {
  float: right;
  text-align: right;
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-location h4 {
  margin: 0;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.95);
}

.xe-widget.xe-weather .xe-current-day .xe-now .xe-location time {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  padding-bottom: 30px;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast ul > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast ul > li:after {
  content: "";
  display: block;
  width: 1px;
  top: 32px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast ul > li:first-child:after {
  display: none;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry {
  text-align: center;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry time {
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  padding: 5px 5px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry .xe-icon i {
  display: block;
  line-height: 42px;
  font-size: 20px;
}

.xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry .xe-temp {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry:hover time, .xe-widget.xe-weather .xe-current-day .xe-forecast .xe-forecast-entry:hover .xe-temp {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .xe-widget.xe-weather .xe-current-day {
    position: relative;
    width: 100%;
  }
  .xe-widget.xe-weather .xe-current-day .xe-forecast {
    position: relative;
    margin-top: 90px;
    padding: 0;
  }
}
.xe-widget.xe-weather .xe-weekdays {
  float: right;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 30px;
  width: 35%;
}

.xe-widget.xe-weather .xe-weekdays ul > li {
  position: relative;
}

.xe-widget.xe-weather .xe-weekdays ul > li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.xe-widget.xe-weather .xe-weekdays ul > li:last-child:after {
  display: none;
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast {
  display: table;
  width: 100%;
  cursor: default;
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-temp, .xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-day, .xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-temp {
  width: 20%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-icon {
  text-align: right;
  font-size: 20px;
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-icon i {
  display: block;
  line-height: 1;
}

.xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast:hover .xe-temp {
  color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
  .xe-widget.xe-weather .xe-weekdays {
    float: none;
    width: 100%;
  }
  .xe-widget.xe-weather .xe-weekdays .xe-weekday-forecast .xe-temp {
    width: 10%;
  }
}
.xe-widget.xe-map-stats {
  background: #385868;
  color: #fff;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.xe-widget.xe-map-stats .xe-map, .xe-widget.xe-map-stats .xe-details {
  display: table-cell;
  vertical-align: top;
}

.xe-widget.xe-map-stats .xe-map {
  width: 65%;
  position: relative;
}

.xe-widget.xe-map-stats .xe-map > div {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.xe-widget.xe-map-stats .xe-map > div .jvectormap-zoomin, .xe-widget.xe-map-stats .xe-map > div .jvectormap-zoomout {
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding: 0;
  border: 0;
}

.xe-widget.xe-map-stats .xe-map > div .jvectormap-zoomin.jvectormap-zoomout, .xe-widget.xe-map-stats .xe-map > div .jvectormap-zoomout.jvectormap-zoomout {
  top: 32px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.xe-widget.xe-map-stats .xe-details {
  width: 35%;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.xe-widget.xe-map-stats .xe-details > .xe-label h3 {
  margin: 0;
}

.xe-widget.xe-map-stats .xe-details > .xe-label p {
  margin: 0;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.xe-widget.xe-map-stats .xe-details ul {
  margin-top: 20px;
}

.xe-widget.xe-map-stats .xe-details ul li {
  position: relative;
  padding: 10px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.xe-widget.xe-map-stats .xe-details .xe-map-data {
  display: block;
}

.xe-widget.xe-map-stats .xe-details .xe-map-data .label {
  display: inline-block;
  text-align: center;
  min-width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.xe-widget.xe-map-stats .xe-details .xe-map-data .xe-label {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .xe-widget.xe-map-stats {
    display: block;
  }
  .xe-widget.xe-map-stats .xe-map {
    min-height: 300px;
  }
  .xe-widget.xe-map-stats .xe-map, .xe-widget.xe-map-stats .xe-details {
    width: 100%;
    display: block;
  }
}
.sidebar-user-info {
  background-color: #27292a;
  border-bottom: 1px solid #323435;
}

@media screen and (max-width: 768px) {
  .sidebar-user-info {
    display: none;
  }
  .sidebar-user-info.mobile-is-visible {
    display: block;
  }
}
.sidebar-user-info .user-profile {
  display: block;
  padding: 30px 45px;
}

@media screen and (max-width: 768px) {
  .sidebar-user-info .user-profile {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sidebar-user-info .user-profile img {
  margin-right: 20px;
}

.sidebar-user-info .user-profile span {
  display: inline-block;
  color: #979898;
  vertical-align: middle;
}

.sidebar-user-info .user-profile span strong {
  display: block;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
}

.sidebar-user-info .user-links {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #323435;
  margin: 0;
}

.sidebar-user-info .user-links li {
  display: table-cell;
}

.sidebar-user-info .user-links li.logout-link {
  width: 20%;
}

.sidebar-user-info .user-links li a {
  display: block;
  text-align: center;
  color: #979898;
  padding: 10px;
}

.sidebar-user-info .user-links li a:hover {
  color: #fff;
  background-color: rgba(50, 52, 53, 0.25);
}

.sidebar-user-info .user-links li.active a {
  color: #fff;
  background-color: rgba(50, 52, 53, 0.25);
}

.sidebar-user-info .user-links li + li a {
  border-left: 1px solid #323435;
}

.sidebar-user-info + .main-menu {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .sidebar-menu.collapsed .sidebar-user-info + .main-menu {
    margin-top: 0;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner {
    position: relative;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile {
    padding: 15px 0;
    text-align: center;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile img {
    max-width: 32px;
    height: auto !important;
    margin: 0;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile span {
    text-align: left;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #27292a;
    display: block;
    width: 280px;
    height: 62px;
    padding: 10px 20px;
  }
  .right-sidebar .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile span {
    left: auto;
    right: 100%;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile span strong {
    font-size: 17px;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-links {
    position: absolute;
    left: 100%;
    width: 280px;
    background-color: #27292a;
    top: 62px;
  }
  .right-sidebar .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-links {
    left: auto;
    right: 100%;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-profile span, .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner .user-links {
    display: none;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner:hover .user-profile span {
    display: block;
  }
  .sidebar-menu.collapsed .sidebar-user-info .sidebar-user-info-inner:hover .user-links {
    display: table;
  }
}
.members-table thead tr th {
  text-transform: uppercase;
  color: #a4a5a5;
  font-weight: 400;
  background-color: #f6f6f6;
}

.members-table thead tr th:after {
  display: none;
}

.table-hover.members-table tbody tr:hover {
  background-color: #f8f8f8;
}

.members-table tbody tr td {
  padding: 10px;
}

.members-table tbody tr td .name {
  display: block;
  font-size: 14px;
  color: #2c2e2f;
  font-weight: 700;
}

.members-table tbody tr td .name + span {
  font-size: 12px;
  color: #9d9d9d;
}

.members-table tbody tr td .email {
  color: #9d9d9d;
  cursor: default;
}

.members-table tbody tr td .email:hover {
  color: #848484;
}

.members-table tbody tr td.user-cb {
  width: 1%;
}

.members-table tbody tr td.user-image {
  width: 1%;
}

@media screen and (max-width: 768px) {
  .members-table tbody tr td.user-image {
    display: none;
  }
}
.members-table tbody tr td.user-image img {
  width: 100%;
  min-width: 42px;
  height: auto !important;
}

.members-table tbody tr td.user-id {
  color: #9d9d9d;
  white-space: nowrap;
  width: 15%;
}

.members-table tbody tr td.action-links {
  width: 20%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .members-table tbody tr td.action-links {
    width: 25%;
  }
}
.members-table tbody tr td.action-links a {
  display: block;
  font-size: 11px;
}

.members-table tbody tr td.action-links a:hover {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.members-table tbody tr td.action-links a.edit {
  color: #8dc63f;
}

.members-table tbody tr td.action-links a.delete {
  color: #cc3f44;
}

.members-table tbody tr td.action-links a + a {
  margin-top: 5px;
}

.members-table-actions {
  position: relative;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .members-table-actions {
    text-align: center;
    margin-bottom: 20px;
  }
}
.members-table-actions .selected-items, .members-table-actions .selected-actions {
  display: inline-block;
}

.members-table-actions .selected-items span {
  font-weight: 700;
  color: #2c2e2f;
}

.members-table-actions .selected-items + .selected-actions {
  margin-left: 30px;
}

.members-table-actions .selected-actions .edit {
  color: #8dc63f;
}

.members-table-actions .selected-actions .delete {
  color: #cc3f44;
}

.member-form-add-header .user-img, .member-form-add-header .user-name {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .member-form-add-header .user-img {
    margin-top: 20px;
  }
}
.member-form-add-header .user-name {
  padding-left: 20px;
}

.member-form-add-header .user-name a {
  display: block;
  font-size: 23px;
}

.member-form-add-header .user-name span {
  display: block;
  color: #9d9d9d;
}

.member-form-add-header + .member-form-inputs {
  margin-top: 20px;
}

.member-form-inputs .row:before {
  display: block;
  margin: 0 15px;
  height: 1px;
  background: #eaeaea;
  margin-bottom: 20px;
}

.member-form-inputs .row + .row {
  margin-top: 20px;
}

.member-form-inputs .control-label {
  font-size: 14px;
  line-height: 30px;
}

.help-inline {
  color: red !important;
}

.js-select2 {
  min-width: 20%;
}

select[multiple] {
  height: 31px;
  color: white;
  overflow: hidden;
}

.js-select2 option[selected] {
  display: none;
}

.transall, .form-wizard > .tabs > li a, .form-wizard > .tabs > li a:after, .droppable-area.dz-drag-hover {
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.clearfix:before, .clearfix:after, .icheck-skins:before, .icheck-skins:after, .form-wizard:before, .form-wizard:after {
  content: " ";
  display: table;
}

.clearfix:after, .icheck-skins:after, .form-wizard:after {
  clear: both;
}

div.datepicker {
  padding: 4px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  direction: ltr;
}

div.datepicker-inline {
  width: 206px;
}

div.datepickerdiv.datepicker-rtl {
  direction: rtl;
}

div.datepickerdiv.datepicker-rtl table tr td span {
  float: right;
}

div.datepicker-dropdown {
  top: 0;
  left: 0;
}

div.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e4e4e4;
  border-top: 0;
  border-bottom-color: #e4e4e4;
  position: absolute;
}

div.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

div.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

div.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

div.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

div.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

div.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

div.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

div.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #e4e4e4;
}

div.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

div.datepicker > div {
  display: none;
}

div.datepicker.days div.datepicker-days {
  display: block;
}

div.datepicker.months div.datepicker-months {
  display: block;
}

div.datepicker.years div.datepicker-years {
  display: block;
}

div.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.datepicker td, div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}

.table-striped div.datepicker table tr td, .table-striped div.datepicker table tr th {
  background-color: transparent;
}

div.datepicker table tr td.day {
  color: #646565;
}

div.datepicker table tr td.day:hover {
  background: #f5f5f5;
  cursor: pointer;
  color: #2c2e2f;
}

div.datepicker table tr td.old, div.datepicker table tr td.new {
  color: #b1b1b1;
}

div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  color: #979898;
  cursor: default;
}

div.datepicker table tr td.today, div.datepicker table tr td.today:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

div.datepicker table tr td.today.switch-left, div.datepicker table tr td.today:hover.switch-left, div.datepicker table tr td.today.disabled.switch-left, div.datepicker table tr td.today.disabled:hover.switch-left {
  background-color: #76797e;
  color: #fff;
}

div.datepicker table tr td.today.switch-right, div.datepicker table tr td.today:hover.switch-right, div.datepicker table tr td.today.disabled.switch-right, div.datepicker table tr td.today.disabled:hover.switch-right {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today:hover.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right:hover, div.datepicker table tr td.today.disabled:hover.switch-right:hover {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.today:hover, div.datepicker table tr td.today:hover:hover, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled:hover:hover, div.datepicker table tr td.today:focus, div.datepicker table tr td.today:hover:focus, div.datepicker table tr td.today.disabled:focus, div.datepicker table tr td.today.disabled:hover:focus, div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today:hover.disabled, div.datepicker table tr td.today.disabled.disabled, div.datepicker table tr td.today.disabled:hover.disabled, div.datepicker table tr td.today[disabled], div.datepicker table tr td.today:hover[disabled], div.datepicker table tr td.today.disabled[disabled], div.datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
}

div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active {
  background-color: #5d5f64 \9 ;
}

div.datepicker table tr td.today:hover:hover {
  color: #000;
}

div.datepicker table tr td.today.active:hover {
  color: #fff;
}

div.datepicker table tr td.range, div.datepicker table tr td.range:hover, div.datepicker table tr td.range.disabled, div.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

div.datepicker table tr td.range.today, div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

div.datepicker table tr td.range.today.switch-left, div.datepicker table tr td.range.today:hover.switch-left, div.datepicker table tr td.range.today.disabled.switch-left, div.datepicker table tr td.range.today.disabled:hover.switch-left {
  background-color: #f3ea7a;
  color: #fff;
}

div.datepicker table tr td.range.today.switch-right, div.datepicker table tr td.range.today:hover.switch-right, div.datepicker table tr td.range.today.disabled.switch-right, div.datepicker table tr td.range.today.disabled:hover.switch-right {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today:hover.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover, div.datepicker table tr td.range.today.disabled:hover.switch-right:hover {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today:hover:hover, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled:hover:hover, div.datepicker table tr td.range.today:focus, div.datepicker table tr td.range.today:hover:focus, div.datepicker table tr td.range.today.disabled:focus, div.datepicker table tr td.range.today.disabled:hover:focus, div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today:hover.disabled, div.datepicker table tr td.range.today.disabled.disabled, div.datepicker table tr td.range.today.disabled:hover.disabled, div.datepicker table tr td.range.today[disabled], div.datepicker table tr td.range.today:hover[disabled], div.datepicker table tr td.range.today.disabled[disabled], div.datepicker table tr td.range.today.disabled:hover[disabled] {
  color: #fff;
}

div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

div.datepicker table tr td.selected, div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.datepicker table tr td.selected.switch-left, div.datepicker table tr td.selected:hover.switch-left, div.datepicker table tr td.selected.disabled.switch-left, div.datepicker table tr td.selected.disabled:hover.switch-left {
  background-color: #5e5e5e;
  color: #fff;
}

div.datepicker table tr td.selected.switch-right, div.datepicker table tr td.selected:hover.switch-right, div.datepicker table tr td.selected.disabled.switch-right, div.datepicker table tr td.selected.disabled:hover.switch-right {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected:hover.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right:hover, div.datepicker table tr td.selected.disabled:hover.switch-right:hover {
  background-color: #f5f5f5;
  color: #979898;
}

div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected:hover:hover, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled:hover:hover, div.datepicker table tr td.selected:focus, div.datepicker table tr td.selected:hover:focus, div.datepicker table tr td.selected.disabled:focus, div.datepicker table tr td.selected.disabled:hover:focus, div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected:hover.disabled, div.datepicker table tr td.selected.disabled.disabled, div.datepicker table tr td.selected.disabled:hover.disabled, div.datepicker table tr td.selected[disabled], div.datepicker table tr td.selected:hover[disabled], div.datepicker table tr td.selected.disabled[disabled], div.datepicker table tr td.selected.disabled:hover[disabled] {
  color: #fff;
}

div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active {
  background-color: #444 \9 ;
}

div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover {
  background: #68b828;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

div.datepicker table tr td span:hover {
  background: #f5f5f5;
}

div.datepicker table tr td span.disabled, div.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover {
  background: #68b828;
  color: #fff;
}

div.datepicker table tr td span.old, div.datepicker table tr td span.new {
  color: #b1b1b1;
}

div.datepicker th.datepicker-switch {
  width: 145px;
}

div.datepicker thead tr:first-child th, div.datepicker tfoot tr th {
  cursor: pointer;
}

div.datepicker thead tr:first-child th.datepicker-switch, div.datepicker tfoot tr th.datepicker-switch {
  color: #2c2e2f;
}

div.datepicker thead tr:first-child th:hover, div.datepicker tfoot tr th:hover {
  background: #f5f5f5;
}

div.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

div.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 1.42857143;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker-inline {
  border: 1px solid #e4e4e4;
}

.datepicker-inline.no-border {
  border-color: transparent;
}

.datepicker-inline table {
  width: 195px;
}

.no-border .datepicker-inline {
  border: 0;
  padding: 0;
}

.input-group-addon .color-preview {
  width: 16px;
  height: 16px;
  background: #FFF;
  display: inline-block;
  border: 1px solid #e4e4e4;
}

.dropdown-menu.daterangepicker {
  background: #fafafa;
  border-color: #e4e4e4;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.daterangepicker:has(.ranges) .calendar {
  display: none;
}

.dropdown-menu.daterangepicker.opensright:before {
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e4e4e4;
  border-left: 7px solid transparent;
  border-bottom-color: #e4e4e4;
}

.dropdown-menu.daterangepicker.opensright:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fafafa;
  border-left: 6px solid transparent;
}

.dropdown-menu.daterangepicker .calendar-time {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-color: #e4e4e4;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.daterangepicker .no-border-radius {
  border-color: #e4e4e4;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.daterangepicker .range_inputs input {
  color: #979898;
  outline: 0;
}

.dropdown-menu.daterangepicker .calendar-date, .dropdown-menu.daterangepicker .range_inputs input, .dropdown-menu.daterangepicker table > thead > tr > th, .dropdown-menu.daterangepicker table > thead > tr > td, .dropdown-menu.daterangepicker table > tbody > tr > th, .dropdown-menu.daterangepicker table > tbody > tr > td, .dropdown-menu.daterangepicker table > tbody > tr > td.start-date.end-date {
  border-color: #e4e4e4;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.daterangepicker .calendar-date table > thead th {
  color: #979898;
}

.dropdown-menu.daterangepicker .calendar-date table > thead .month {
  color: #2c2e2f;
}

.dropdown-menu.daterangepicker .calendar-date table > thead .next i:before, .dropdown-menu.daterangepicker .calendar-date table > thead .prev i:before {
  font-family: fontawesome;
  content: "\f105";
  font-size: 11px;
}

.dropdown-menu.daterangepicker .calendar-date table > thead .next.prev i:before, .dropdown-menu.daterangepicker .calendar-date table > thead .prev.prev i:before {
  content: "\f104";
}

.dropdown-menu.daterangepicker .calendar-date table > thead .next:hover, .dropdown-menu.daterangepicker .calendar-date table > thead .prev:hover {
  background-color: #f5f5f5;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td {
  color: #979898;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td:hover {
  background-color: #f5f5f5;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.available {
  color: #7d7f7f;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.off {
  color: #bdbebe;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.disabled {
  background-color: #fafafa;
  color: #bdbebe;
  cursor: not-allowed;
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.in-range {
  background-color: rgba(104, 184, 40, 0.1);
}

.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.active {
  background-color: #68b828;
  color: #fff;
}

.dropdown-menu.daterangepicker .btn-default {
  border-color: #e4e4e4;
}

.dropdown-menu.daterangepicker .ranges ul li {
  background: #fff;
  border-color: #e4e4e4;
  color: #979898;
  padding: 4px 8px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.dropdown-menu.daterangepicker .ranges ul li:hover {
  background: #f5f5f5;
}

.dropdown-menu.daterangepicker .ranges ul li.active {
  color: #fff;
  background: #68b828;
  border-color: #68b828;
}

.daterange-inline {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  padding: 10px;
  cursor: pointer;
}

.daterange-inline i {
  color: #2c2e2f;
  margin-right: 5px;
}

.daterange-inline:hover {
  color: #2c2e2f;
} /*!
* Timepicker Component for Twitter Bootstrap
*
* Copyright 2013 Joris de Wit
*
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.bootstrap-timepicker {
  position: relative;
}

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

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .add-on {
  cursor: pointer;
}

.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 0;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid #e4e4e4;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #e4e4e4;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 0;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: 0;
  color: #979898;
}

.bootstrap-timepicker-widget table td a .icon-chevron-up:before {
  font-family: fontawesome;
  content: "\f0d8";
  font-style: normal;
  color: #575858;
}

.bootstrap-timepicker-widget table td a .icon-chevron-down:before {
  font-family: fontawesome;
  content: "\f0d7";
  font-style: normal;
  color: #575858;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
  border: 0;
  background: 0 0;
  padding: 0;
  height: auto;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.date-and-time .form-control {
  float: left;
}

.date-and-time .form-control + .form-control {
  border-left: 0;
}

.date-and-time .form-control.datepicker {
  width: 65%;
}

.date-and-time .form-control.timepicker {
  width: 35%;
} /*!
* Bootstrap Colorpicker
* http://mjolnic.github.io/bootstrap-colorpicker/
*
* Originally written by (c) 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
*/
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-alpha {
  display: none;
}

div.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: -1px;
  -moz-border-radius: -1px;
  border-radius: -1px;
  z-index: 2500;
}

.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e4e4e4;
  border-bottom-color: #dfdfdf;
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-element .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0;
}

.colorpicker.colorpicker-hidden {
  display: none;
}

.colorpicker.colorpicker-visible {
  display: block;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

html .select2-container {
  width: 100%;
}

html .select2-container .select2-choice {
  background: #fff !important;
  border-color: #e4e4e4 !important;
  padding: 0;
  height: 35px;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

html .select2-container .select2-choice .select2-chosen, html .select2-container .select2-choice .select2-search-choice-close, html .select2-container .select2-choice .select2-arrow {
  padding: 0;
  line-height: 35px;
}

html .select2-container .select2-choice .select2-chosen {
  margin: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: 35px;
}

html .select2-container .select2-choice .select2-search-choice-close {
  margin-right: 20px;
  top: 11px;
}

html .select2-container .select2-choice .select2-arrow {
  background: #f5f5f5;
  border-left-color: #e4e4e4;
  text-align: center;
  color: #717272;
  width: 35px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

html .select2-container .select2-choice .select2-arrow b {
  background: none !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

html .select2-container .select2-choice .select2-arrow b:before {
  position: relative;
  display: block;
  font-family: FontAwesome;
  content: "\f107";
}

html .select2-container.select2-dropdown-open {
  border-color: #e4e4e4 !important;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}

html .select2-container.select2-dropdown-open .select2-arrow {
  border-left: 1px solid #e4e4e4 !important;
}

html .select2-container.select2-dropdown-open .select2-arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html .select2-container.select2-container-multi .select2-choices {
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

html .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

html .select2-container.select2-container-multi .select2-choices .select2-search-choice div {
  color: #7d7f7f;
}

html .select2-drop {
  border-top: 1px solid #fff;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}

html .select2-drop.select2-drop-above {
  border: 1px solid #e4e4e4 !important;
  border-top: 1px solid #e4e4e4 !important;
}

html .select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}

html .select2-drop.select2-drop-active {
  border-color: #e4e4e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

html .select2-drop .select2-search {
  padding: 0;
  position: relative;
}

html .select2-drop .select2-search:after {
  position: absolute;
  content: "\e801";
  font-family: linecons;
  color: #979898;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
}

html .select2-drop .select2-input {
  border: 0;
  background: 0 0;
  padding: 0;
  height: auto;
  padding: 10px 15px;
  padding-right: 45px;
  background-image: none !important;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
}

html .select2-drop .select2-results {
  padding: 0;
  margin: 0;
  max-height: 250px;
}

html .select2-drop .select2-results.overflow-hidden {
  overflow: hidden;
  position: relative;
}

html .select2-drop .select2-results li.select2-result-selectable .select2-result-label {
  color: #7d7f7f;
  padding-left: 15px;
}

html .select2-drop .select2-results li.select2-result-unselectable .select2-result-label {
  padding: 8px 15px;
  color: #7d7f7f;
}

html .select2-drop .select2-results li.select2-no-results, html .select2-drop .select2-results li.select2-searching {
  padding: 10px 15px;
  color: #979898;
  background: #fff;
}

html .select2-drop .select2-results li ul .select2-result-label {
  padding-left: 30px !important;
}

html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled {
  border: 0 !important;
  background: #f9f9f9;
}

html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled .select2-result-label {
  cursor: not-allowed;
  color: #a4a5a5;
}

html .select2-drop .select2-results li .select2-result-selectable .select2-result-label {
  padding: 5px;
}

html .select2-drop .select2-results li .select2-result-selectable.select2-highlighted .select2-result-label {
  color: #fff;
}

html .select2-drop .select2-results li.select2-highlighted {
  background-color: #68b828;
}

html .select2-drop .select2-results li.select2-highlighted .select2-result-label {
  color: #fff;
}

.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
}

.selectboxit-container .selectboxit-open .selectboxit-arrow-container {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectboxit-container * {
  font: 14px Helvetica, Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  white-space: nowrap;
}

.selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 35px;
  line-height: 35px;
  display: block;
}

.selectboxit-container .selectboxit-options a {
  height: 25px;
  line-height: 25px;
}

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.selectboxit-text {
  text-indent: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 100% !important;
  color: #7d7f7f;
  font-size: 13px;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 10px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

.selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectboxit-option-last {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectboxit-optgroup-header {
  font-weight: 700;
}

.selectboxit-optgroup-header:hover {
  cursor: default;
}

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.jqueryui .ui-icon {
  background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #e4e4e4;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #2c2e2f;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
  color: #2c2e2f;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
}

.selectboxit-default-arrow:before {
  display: block;
  content: "\f107";
  font-family: FontAwesome;
}

.selectboxit-list {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-height: 250px;
}

.selectboxit-list.ps-container {
  overflow: hidden;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #717272;
  font-size: 13px;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #68b828;
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  display: block;
  padding: 4px 6px;
  color: #7d7f7f;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0 2px;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

span.twitter-typeahead {
  width: 100%;
}

span.twitter-typeahead .tt-dropdown-menu {
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 100%;
  margin-top: -1px;
  max-height: 250px;
  overflow: auto;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #fafafa;
}

span.twitter-typeahead .tt-hint {
  color: #cacbcb;
}

span.twitter-typeahead .empty-message {
  padding: 5px 13px;
  color: #bdbebe;
}

span.twitter-typeahead .tt-suggestion > p {
  padding: 5px 13px;
}

span.twitter-typeahead .tt-suggestion > p .tt-highlight {
  color: #7d7f7f;
}

span.twitter-typeahead .tt-suggestion > p:hover, span.twitter-typeahead .tt-suggestion > p:focus {
  background: #fafafa;
  cursor: pointer;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

.ms-container {
  -webkit-background-size: 21px !important;
  -moz-background-size: 21px !important;
  background-size: 21px !important;
}

@media screen and (max-width: 768px) {
  .ms-container {
    width: 100% !important;
  }
}
.ms-container > div > .ms-list {
  border-color: #e4e4e4 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.ms-container > div > .ms-list:active {
  border-color: #cbcbcb !important;
}

.ms-container > div > .ms-list li {
  display: block;
  width: 100%;
}

.ms-container > div > .ms-list li span {
  font-size: 13px;
}

.ms-container > div > .ms-list li.ms-hover {
  background-color: #68b828;
}

.icheck-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.icheck-list > li {
  display: block;
  margin-bottom: 10px;
}

.icheck-list > li:last-child {
  margin-bottom: 0;
}

.icheck-list > li div + label {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.icheck-skins {
  display: block;
  margin-top: 10px;
}

.icheck-skins a {
  display: inline-block;
  border: 1px solid transparent;
  background: #333;
  -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.icheck-skins a[data-color-class=red] {
  background-color: #d54e21;
}

.icheck-skins a[data-color-class=green] {
  background-color: #1b7e5a;
}

.icheck-skins a[data-color-class=blue] {
  background-color: #2489c5;
}

.icheck-skins a[data-color-class=aero] {
  background-color: #9cc2cb;
}

.icheck-skins a[data-color-class=grey] {
  background-color: #73716e;
}

.icheck-skins a[data-color-class=orange] {
  background-color: #f70;
}

.icheck-skins a[data-color-class=yellow] {
  background-color: #fc3;
}

.icheck-skins a[data-color-class=pink] {
  background-color: #a77a94;
}

.icheck-skins a[data-color-class=purple] {
  background-color: #6a5a8c;
}

.icheck-skins a.current {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.form-wizard > .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  position: relative;
  width: 100%;
}

.form-wizard > .tabs > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  background: #fcfcfc;
}

.form-wizard > .tabs > li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  color: #979898;
}

.form-wizard > .tabs > li a > span {
  background: #68b828;
  font-size: 12px;
  color: #fff;
  background: #e9e9e9;
  color: #979898;
  padding: 2px 0;
  text-align: center;
  display: block;
  position: relative;
  margin: -10px -5px;
  margin-top: 10px;
}

.form-wizard > .tabs > li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  background: 0 0;
  top: 100%;
  left: 0;
  right: 0;
}

.form-wizard > .tabs > li a:hover {
  background: #f7f7f7;
}

.form-wizard > .tabs > li + li {
  border-left: 1px solid #eee;
}

.form-wizard > .tabs > li.active a {
  color: #646565;
}

.form-wizard > .tabs > li.active a:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-wizard > .tabs > li.completed {
  background-color: #f7f7f7;
}

.form-wizard > .progress-indicator {
  height: 10px;
  position: relative;
  background: 0 0;
  width: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 250ms cubic-bezier(0.19, 1, 0.22, 1), width 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 250ms cubic-bezier(0.19, 1, 0.22, 1), width 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 250ms cubic-bezier(0.19, 1, 0.22, 1), width 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 250ms cubic-bezier(0.19, 1, 0.22, 1), width 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.form-wizard > .progress-indicator > span {
  display: block;
  background: #8dc63f;
  height: 10px;
  line-height: 1;
  text-indent: -9999px;
}

.form-wizard .tab-content {
  margin-top: 20px;
}

.form-wizard .tab-content strong {
  color: #7d7f7f;
}

.form-wizard .tab-content label {
  color: #979898;
}

.form-wizard .tab-content .tab-pane > .form-group {
  margin-bottom: 25px;
}

.form-wizard .tab-content .tab-pane > .form-group:last-child {
  margin-bottom: 0;
}

.form-wizard .tab-content.no-margin {
  margin-top: 0;
}

.form-wizard .tab-content.no-margin .tab-pane.with-bg {
  padding-top: 15px;
}

.form-wizard .tab-content .tab-pane.with-bg {
  background: #fff;
  padding: 20px;
}

.form-wizard .pager {
  margin-top: 20px;
}

.form-wizard .pager .previous + .previous a {
  margin-left: 5px;
}

.form-wizard .pager .next + .next a {
  margin-right: 5px;
}

.form-wizard .pager .disabled a {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

html body .ui-rangeSlider .ui-rangeSlider-container {
  height: 10px;
  background: #ebebeb;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar {
  background: #68b828;
  height: 10px;
}

html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle {
  position: relative;
  background: #68b828;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 solid #FFF;
  padding: 8px;
  margin-top: -7px;
}

html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

html body .ui-rangeSlider .ui-rangeSlider-label {
  visibility: hidden;
}

html body .slider {
  height: 8px;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #ebebeb;
}

html body .slider .ui-slider-handle {
  background: #68b828;
  top: -3px;
  border: 0;
  width: 14px;
  height: 14px;
  margin-top: 0;
  outline: 0;
  cursor: pointer !important;
}

html body .slider .ui-slider-handle .ui-label {
  position: absolute;
  left: -50%;
  top: 18px;
  color: #7d7f7f;
  margin-left: 4px;
  white-space: nowrap;
}

html body .slider .ui-slider-range {
  background: #68b828;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

html body .slider.ui-slider-horizontal .ui-slider-handle .ui-label {
  margin-top: 0;
}

html body .slider.ui-slider-vertical {
  height: 250px;
  width: 8px;
}

html body .slider.ui-slider-vertical .ui-slider-handle {
  top: auto;
  margin-left: 0.5px;
}

html body .slider.ui-slider-vertical .ui-slider-handle .ui-label {
  top: -1px;
  left: 18px;
}

html body .slider .ui-slider-handle {
  background: #508e1f;
  border: 0;
}

html body .slider .ui-slider-range, html body .slider .ui-fill {
  background: #68b828;
}

html body .slider.slider-primary {
  background: #ebebeb;
}

html body .slider.slider-primary .ui-slider-handle {
  background: #131415;
  border: 0;
}

html body .slider.slider-primary .ui-slider-range, html body .slider.slider-primary .ui-fill {
  background: #2c2e2f;
}

html body .slider.slider-secondary {
  background: #ebebeb;
}

html body .slider.slider-secondary .ui-slider-handle {
  background: #508e1f;
  border: 0;
}

html body .slider.slider-secondary .ui-slider-range, html body .slider.slider-secondary .ui-fill {
  background: #68b828;
}

html body .slider.slider-success {
  background: #ebebeb;
}

html body .slider.slider-success .ui-slider-handle {
  background: #72a230;
  border: 0;
}

html body .slider.slider-success .ui-slider-range, html body .slider.slider-success .ui-fill {
  background: #8dc63f;
}

html body .slider.slider-info {
  background: #ebebeb;
}

html body .slider.slider-info .ui-slider-handle {
  background: #18a8df;
  border: 0;
}

html body .slider.slider-info .ui-slider-range, html body .slider.slider-info .ui-fill {
  background: #40bbea;
}

html body .slider.slider-danger {
  background: #ebebeb;
}

html body .slider.slider-danger .ui-slider-handle {
  background: #ab2d32;
  border: 0;
}

html body .slider.slider-danger .ui-slider-range, html body .slider.slider-danger .ui-fill {
  background: #cc3f44;
}

html body .slider.slider-warning {
  background: #ebebeb;
}

html body .slider.slider-warning .ui-slider-handle {
  background: #f7d227;
  border: 0;
}

html body .slider.slider-warning .ui-slider-range, html body .slider.slider-warning .ui-fill {
  background: #f9dc58;
}

html body .slider.slider-purple {
  background: #ebebeb;
}

html body .slider.slider-purple .ui-slider-handle {
  background: #622c95;
  border: 0;
}

html body .slider.slider-purple .ui-slider-range, html body .slider.slider-purple .ui-fill {
  background: #7c38bc;
}

html body .slider.slider-blue {
  background: #ebebeb;
}

html body .slider.slider-blue .ui-slider-handle {
  background: #0b4b97;
  border: 0;
}

html body .slider.slider-blue .ui-slider-range, html body .slider.slider-blue .ui-fill {
  background: #0e62c7;
}

html body .slider.slider-red {
  background: #ebebeb;
}

html body .slider.slider-red .ui-slider-handle {
  background: #a4060c;
  border: 0;
}

html body .slider.slider-red .ui-slider-range, html body .slider.slider-red .ui-fill {
  background: #d5080f;
}

html body .slider.slider-gray {
  background: #ebebeb;
}

html body .slider.slider-gray .ui-slider-handle {
  background: #959595;
  border: 0;
}

html body .slider.slider-gray .ui-slider-range, html body .slider.slider-gray .ui-fill {
  background: #aeaeae;
}

.wysihtml5 {
  min-height: 250px;
}

.wysihtml5-toolbar .btn {
  margin-bottom: 0;
}

.wysihtml5-toolbar .btn.btn-white:active, .wysihtml5-toolbar .btn.btn-white:focus, .wysihtml5-toolbar .btn.btn-white.active {
  border-color: #d8d8d8 !important;
}

.wysihtml5-toolbar .btn.btn-white.wysihtml5-command-active {
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wysihtml5-toolbar .btn.btn-white.dropdown-toggle i {
  position: relative;
  top: 1px;
}

.wysihtml5-toolbar li.html-code-icon {
  float: right;
}

.wysihtml5-toolbar .dropdown-menu {
  border-color: #e4e4e4;
}

.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-top: 3px !important;
  padding-left: 35px !important;
}

.wysihtml5-toolbar div.wysihtml5-colors {
  width: 25px !important;
}

.wysihtml5-sandbox {
  min-height: 250px;
  padding: 10px 15px !important;
}

.wysihtml5-sandbox::-webkit-scrollbar {
  width: 5px;
}

.wysihtml5-sandbox::-webkit-scrollbar-track {
  width: 5px;
  background-color: #e0e0e0;
}

.wysihtml5-sandbox::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}

.modal .bootstrap-wysihtml5-insert-link-url {
  margin-bottom: 12px !important;
}

.modal .bootstrap-wysihtml5-insert-link-url + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal .bootstrap-wysihtml5-insert-link-url + label input {
  top: 4px;
  margin-right: 10px !important;
}

html .dropzone {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.droppable-area {
  display: inline-block;
  background: #ededed;
  border: 2px dashed #cbcbcb;
  width: 150px;
  min-height: 150px !important;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 15px;
  color: #646565;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

.droppable-area.dz-clickable {
  cursor: pointer;
}

.droppable-area.dz-drag-hover {
  background: #68b828;
  color: #fff;
  border-style: solid;
  border-color: #508e1f;
  border-width: 5px;
  line-height: 143px;
}

input[type=checkbox].iswitch {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 0 2px #eee;
  outline: 1px solid transparent !important;
  cursor: pointer;
  border: none;
  background: 0 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 4px;
  margin-bottom: 7px;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}

input[type=checkbox].iswitch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 12.57px #eee !important;
  padding-left: 16px;
}

input[type=checkbox].iswitch.iswitch-primary:checked {
  box-shadow: inset 0 0 0 12.57px #2c2e2f !important;
}

input[type=checkbox].iswitch.iswitch-secondary:checked {
  box-shadow: inset 0 0 0 12.57px #68b828 !important;
}

input[type=checkbox].iswitch.iswitch-info:checked {
  box-shadow: inset 0 0 0 12.57px #40bbea !important;
}

input[type=checkbox].iswitch.iswitch-warning:checked {
  box-shadow: inset 0 0 0 12.57px #ffba00 !important;
}

input[type=checkbox].iswitch.iswitch-danger:checked {
  box-shadow: inset 0 0 0 12.57px #cc3f44 !important;
}

input[type=checkbox].iswitch.iswitch-success:checked {
  box-shadow: inset 0 0 0 12.57px #8dc63f !important;
}

input[type=checkbox].iswitch.iswitch-red:checked {
  box-shadow: inset 0 0 0 12.57px #d5080f !important;
}

input[type=checkbox].iswitch.iswitch-blue:checked {
  box-shadow: inset 0 0 0 12.57px #0e62c7 !important;
}

input[type=checkbox].iswitch.iswitch-purple:checked {
  box-shadow: inset 0 0 0 12.57px #7c38bc !important;
}

input[type=checkbox].iswitch.iswitch-pink:checked {
  box-shadow: inset 0 0 0 12.57px #ff6264 !important;
}

input[type=checkbox].iswitch.iswitch-turquoise:checked {
  box-shadow: inset 0 0 0 12.57px #00b19d !important;
}

input[type=checkbox].iswitch.iswitch-yellow:checked {
  box-shadow: inset 0 0 0 12.57px #fcd036 !important;
}

input[type=checkbox].iswitch.iswitch-orange:checked {
  box-shadow: inset 0 0 0 12.57px #f7aa47 !important;
}

input[type=checkbox].iswitch.iswitch-gray:checked {
  box-shadow: inset 0 0 0 12.57px #d5d5d5 !important;
}

input[type=checkbox].iswitch.hit {
  -webkit-animation: slide-off 0.35s ease both;
  -moz-animation: slide-off 0.35s ease both;
  -o-animation: slide-off 0.35s ease both;
  animation: slide-off 0.35s ease both;
}

input[type=checkbox].iswitch.hit:checked {
  -webkit-animation: slide-on 0.35s ease both 0.05s;
  -moz-animation: slide-on 0.35s ease both 0.05s;
  -o-animation: slide-on 0.35s ease both 0.05s;
  animation: slide-on 0.35s ease both 0.05s;
}

input[type=checkbox].iswitch:before, input[type=checkbox].iswitch:after {
  content: "";
}

input[type=checkbox].iswitch:after {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

input[type=checkbox].iswitch:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 2px 0 0 2px;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0.1s;
  -moz-transition: all 0.1s ease 0.1s;
  -o-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

input[type=checkbox].iswitch:active:before {
  transition: all 0.1s ease 0.05s;
}

input[type=checkbox].iswitch.touch:hover:before {
  transition: all 0s ease 0s;
}

input[type=checkbox].iswitch:active:before, input[type=checkbox].iswitch.touch:hover:before {
  width: 20px;
}

input[type=checkbox].iswitch:active:checked:before, input[type=checkbox].iswitch.touch:hover:checked:before {
  margin-left: 0;
}

@keyframes slide-on {
  0% {
    padding-left: 0;
  }
  60% {
    padding-left: 16px;
  }
  100% {
    padding-left: 16px;
  }
}
@keyframes slide-off {
  0% {
    padding-left: 16px;
    text-indent: 0;
  }
  60% {
    padding-left: 0;
    text-indent: 0;
  }
  100% {
    padding-left: 0;
    text-indent: 0;
  }
}
input[type=checkbox].iswitch-lg {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 0 2px #eee;
  outline: 1px solid transparent !important;
  cursor: pointer;
  border: none;
  background: 0 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 4px;
  margin-bottom: 7px;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}

input[type=checkbox].iswitch-lg:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 16px #eee !important;
  padding-left: 22px;
}

input[type=checkbox].iswitch-lg.iswitch-primary:checked {
  box-shadow: inset 0 0 0 16px #2c2e2f !important;
}

input[type=checkbox].iswitch-lg.iswitch-secondary:checked {
  box-shadow: inset 0 0 0 16px #68b828 !important;
}

input[type=checkbox].iswitch-lg.iswitch-info:checked {
  box-shadow: inset 0 0 0 16px #40bbea !important;
}

input[type=checkbox].iswitch-lg.iswitch-warning:checked {
  box-shadow: inset 0 0 0 16px #ffba00 !important;
}

input[type=checkbox].iswitch-lg.iswitch-danger:checked {
  box-shadow: inset 0 0 0 16px #cc3f44 !important;
}

input[type=checkbox].iswitch-lg.iswitch-success:checked {
  box-shadow: inset 0 0 0 16px #8dc63f !important;
}

input[type=checkbox].iswitch-lg.iswitch-red:checked {
  box-shadow: inset 0 0 0 16px #d5080f !important;
}

input[type=checkbox].iswitch-lg.iswitch-blue:checked {
  box-shadow: inset 0 0 0 16px #0e62c7 !important;
}

input[type=checkbox].iswitch-lg.iswitch-purple:checked {
  box-shadow: inset 0 0 0 16px #7c38bc !important;
}

input[type=checkbox].iswitch-lg.iswitch-pink:checked {
  box-shadow: inset 0 0 0 16px #ff6264 !important;
}

input[type=checkbox].iswitch-lg.iswitch-turquoise:checked {
  box-shadow: inset 0 0 0 16px #00b19d !important;
}

input[type=checkbox].iswitch-lg.iswitch-yellow:checked {
  box-shadow: inset 0 0 0 16px #fcd036 !important;
}

input[type=checkbox].iswitch-lg.iswitch-orange:checked {
  box-shadow: inset 0 0 0 16px #f7aa47 !important;
}

input[type=checkbox].iswitch-lg.iswitch-gray:checked {
  box-shadow: inset 0 0 0 16px #d5d5d5 !important;
}

input[type=checkbox].iswitch-lg.hit {
  -webkit-animation: slide-off 0.35s ease both;
  -moz-animation: slide-off 0.35s ease both;
  -o-animation: slide-off 0.35s ease both;
  animation: slide-off 0.35s ease both;
}

input[type=checkbox].iswitch-lg.hit:checked {
  -webkit-animation: slide-on 0.35s ease both 0.05s;
  -moz-animation: slide-on 0.35s ease both 0.05s;
  -o-animation: slide-on 0.35s ease both 0.05s;
  animation: slide-on 0.35s ease both 0.05s;
}

input[type=checkbox].iswitch-lg:before, input[type=checkbox].iswitch-lg:after {
  content: "";
}

input[type=checkbox].iswitch-lg:after {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
}

input[type=checkbox].iswitch-lg:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 2px 0 0 2px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0.1s;
  -moz-transition: all 0.1s ease 0.1s;
  -o-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

input[type=checkbox].iswitch-lg:active:before {
  transition: all 0.1s ease 0.05s;
}

input[type=checkbox].iswitch-lg.touch:hover:before {
  transition: all 0s ease 0s;
}

input[type=checkbox].iswitch-lg:active:before, input[type=checkbox].iswitch-lg.touch:hover:before {
  width: 26px;
}

input[type=checkbox].iswitch-lg:active:checked:before, input[type=checkbox].iswitch-lg.touch:hover:checked:before {
  margin-left: 0;
}

@keyframes slide-on {
  0% {
    padding-left: 0;
  }
  60% {
    padding-left: 22px;
  }
  100% {
    padding-left: 22px;
  }
}
@keyframes slide-off {
  0% {
    padding-left: 22px;
    text-indent: 0;
  }
  60% {
    padding-left: 0;
    text-indent: 0;
  }
  100% {
    padding-left: 0;
    text-indent: 0;
  }
}
input[type=checkbox].iswitch-xlg {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 0 2px #eee;
  outline: 1px solid transparent !important;
  cursor: pointer;
  border: none;
  background: 0 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 4px;
  margin-bottom: 7px;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}

input[type=checkbox].iswitch-xlg:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 21.71px #eee !important;
  padding-left: 47px;
}

input[type=checkbox].iswitch-xlg.iswitch-primary:checked {
  box-shadow: inset 0 0 0 21.71px #2c2e2f !important;
}

input[type=checkbox].iswitch-xlg.iswitch-secondary:checked {
  box-shadow: inset 0 0 0 21.71px #68b828 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-info:checked {
  box-shadow: inset 0 0 0 21.71px #40bbea !important;
}

input[type=checkbox].iswitch-xlg.iswitch-warning:checked {
  box-shadow: inset 0 0 0 21.71px #ffba00 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-danger:checked {
  box-shadow: inset 0 0 0 21.71px #cc3f44 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-success:checked {
  box-shadow: inset 0 0 0 21.71px #8dc63f !important;
}

input[type=checkbox].iswitch-xlg.iswitch-red:checked {
  box-shadow: inset 0 0 0 21.71px #d5080f !important;
}

input[type=checkbox].iswitch-xlg.iswitch-blue:checked {
  box-shadow: inset 0 0 0 21.71px #0e62c7 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-purple:checked {
  box-shadow: inset 0 0 0 21.71px #7c38bc !important;
}

input[type=checkbox].iswitch-xlg.iswitch-pink:checked {
  box-shadow: inset 0 0 0 21.71px #ff6264 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-turquoise:checked {
  box-shadow: inset 0 0 0 21.71px #00b19d !important;
}

input[type=checkbox].iswitch-xlg.iswitch-yellow:checked {
  box-shadow: inset 0 0 0 21.71px #fcd036 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-orange:checked {
  box-shadow: inset 0 0 0 21.71px #f7aa47 !important;
}

input[type=checkbox].iswitch-xlg.iswitch-gray:checked {
  box-shadow: inset 0 0 0 21.71px #d5d5d5 !important;
}

input[type=checkbox].iswitch-xlg.hit {
  -webkit-animation: slide-off 0.35s ease both;
  -moz-animation: slide-off 0.35s ease both;
  -o-animation: slide-off 0.35s ease both;
  animation: slide-off 0.35s ease both;
}

input[type=checkbox].iswitch-xlg.hit:checked {
  -webkit-animation: slide-on 0.35s ease both 0.05s;
  -moz-animation: slide-on 0.35s ease both 0.05s;
  -o-animation: slide-on 0.35s ease both 0.05s;
  animation: slide-on 0.35s ease both 0.05s;
}

input[type=checkbox].iswitch-xlg:before, input[type=checkbox].iswitch-xlg:after {
  content: "";
}

input[type=checkbox].iswitch-xlg:after {
  position: absolute;
  top: -11.33px;
  left: -11.33px;
  bottom: -11.33px;
  right: -11.33px;
}

input[type=checkbox].iswitch-xlg:before {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin: 2px 0 0 2px;
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0.1s;
  -moz-transition: all 0.1s ease 0.1s;
  -o-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

input[type=checkbox].iswitch-xlg:active:before {
  transition: all 0.1s ease 0.05s;
}

input[type=checkbox].iswitch-xlg.touch:hover:before {
  transition: all 0s ease 0s;
}

input[type=checkbox].iswitch-xlg:active:before, input[type=checkbox].iswitch-xlg.touch:hover:before {
  width: 36px;
}

input[type=checkbox].iswitch-xlg:active:checked:before, input[type=checkbox].iswitch-xlg.touch:hover:checked:before {
  margin-left: 0;
}

@keyframes slide-on {
  0% {
    padding-left: 0;
  }
  60% {
    padding-left: 47px;
  }
  100% {
    padding-left: 47px;
  }
}
@keyframes slide-off {
  0% {
    padding-left: 47px;
    text-indent: 0;
  }
  60% {
    padding-left: 0;
    text-indent: 0;
  }
  100% {
    padding-left: 0;
    text-indent: 0;
  }
}
.popover-content .big-popover {
  min-height: 100px;
  max-height: 350px;
  width: 246px;
  line-height: 100px;
}
.popover-content .big-popover .spinner-container {
  text-align: center;
}
.popover-content .big-popover .spinner-container i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.popover-content .content {
  overflow-y: scroll;
  min-height: 50px;
  max-height: 350px;
}

.fa-spinner {
  color: #979898;
}

.reveal .fa {
  font-family: "FontAwesome";
  font-style: normal;
}

.link {
  color: #2F9BDE;
  cursor: hand;
  cursor: pointer;
}

.margin-bottom {
  margin-bottom: 40px;
}

.hand-cursor {
  cursor: hand;
  cursor: pointer;
}

.strong {
  font-weight: 700;
}

tr.separator {
  border-top: 1px dashed #eee;
}

table.list tr td {
  line-height: 2.5rem;
}
table.list tr td:first-child {
  font-weight: 700;
  padding-right: 0px;
}

ul.inline-links {
  margin-left: 0;
}
ul.inline-links li:has(.sep) {
  padding: 0;
}
ul.inline-links li:last-child .sep {
  display: none;
}

a:not(.btn), .pagination li a {
  color: #2F9BDE;
}
a:not(.btn) i:not(.shift), .pagination li a i:not(.shift) {
  color: #cccccc;
}
a:not(.btn):hover i, a:not(.btn):active i, .pagination li a:hover i, .pagination li a:active i {
  color: #2B8FCF;
}
a:not(.btn):hover i.danger, a:not(.btn):active i.danger, .pagination li a:hover i.danger, .pagination li a:active i.danger {
  color: #ff0000;
}
a:not(.btn):hover i.success, a:not(.btn):active i.success, .pagination li a:hover i.success, .pagination li a:active i.success {
  color: green;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.nav-tabs li a, .nav-tabs li i {
  color: rgb(125, 127, 127) !important;
}
.nav-tabs li.active a, .nav-tabs li.active i, .nav-tabs li:hover a, .nav-tabs li:hover i {
  color: #2F9BDE !important;
}

.filter-bar {
  background: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-bar p {
  display: inline;
  margin-right: 10px;
}
.filter-bar form {
  display: inline;
}
.filter-bar form .form-control {
  min-width: 10%;
}

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

#search-results {
  margin-top: 20px;
}
#search-results .avatar {
  width: 25px;
  height: 25px;
  margin-top: -15px;
  margin-bottom: -15px;
}

table .actions {
  visibility: hidden;
  text-align: right;
}
table .actions i {
  margin-left: 5px;
}

.vacancy-candidate-working-shift {
  border-left: 2px solid #d9534f !important;
}

article.notification, article.communication {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
}
article.notification .date, article.communication .date {
  color: #999999;
  line-height: 1.5em;
}

tr.flash {
  background-color: #efefef;
}

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 2;
  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 2;
  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 2;
}

.shift-summary {
  color: #000000;
}

@-webkit-keyframes flash {
  100% {
    border: 1px solid #2B8FCF;
  }
  50% {
    border: 1px solid #2F9BDE;
  }
  100% {
    border: 1px solid #2B8FCF;
  }
}
@-moz-keyframes flash {
  100% {
    border: 1px solid #2B8FCF;
  }
  50% {
    border: 1px solid #2F9BDE;
  }
  100% {
    border: 1px solid #2B8FCF;
  }
}
@-ms-keyframes flash {
  100% {
    border: 1px solid #2B8FCF;
  }
  50% {
    border: 1px solid #2F9BDE;
  }
  100% {
    border: 1px solid #2B8FCF;
  }
}
tr.load-more {
  background-color: #f5f5f5;
}

.load-more {
  margin-top: 20px;
  margin-bottom: 20px;
}
.load-more .load-more-text {
  display: inline;
}
.load-more .loading-text {
  display: none;
}
.load-more.loading .load-more-text {
  display: none;
}
.load-more.loading .btn {
  cursor: none;
}
.load-more.loading .loading-text {
  display: inline;
}

.row div.divider {
  margin: 20px 0;
}

.filter-field.date-range input[readonly]:hover {
  cursor: pointer;
}

.no-horz-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-borders {
  border: 0 !important;
}

.pad-right {
  padding-right: 7px;
}

textarea {
  max-width: 100%;
}

.label.label-lg {
  font-size: 12px;
  padding: 4px 8px;
}

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

dl.dl-horizontal.dl-small dt {
  width: 120px;
}
dl.dl-horizontal.dl-small dd {
  margin-left: 135px;
}

.navbar-brand {
  padding: 15px !important;
}
.navbar-brand .logo {
  height: 24px;
}

.navbar.navbar-fixed-top + .page-container {
  margin-top: 0 !important;
}
.navbar.navbar-fixed-top + .page-container .main-content {
  padding-top: 90px;
}
.navbar.navbar-fixed-top + .page-container .main-content .page-title {
  margin-left: 0;
  margin-right: 0;
}

.login-page {
  padding-top: 70px;
}

@media (max-width: 1100px) {
  .navbar-brand {
    display: none !important;
  }
  .navbar-nav i.fa {
    display: none !important;
  }
}
input[type=radio] {
  width: inherit;
}

.label {
  display: block;
}
.label.inline-label {
  display: inline-block !important;
}

.nav.nav-tabs > li > a.info {
  background: #ffffff;
  cursor: text;
}

.page-body, .page-container {
  height: auto;
}

.page-title .avatar {
  width: 35px;
  height: 35px;
  margin-top: -6px;
}
.page-title .title-env .title + p {
  margin-top: 8px !important;
}
.page-title .breadcrumb-env .label {
  font-size: 1.2rem;
  line-height: 2rem;
}

.form-horizontal .form-group {
  margin-top: -5px;
}
.form-horizontal .form-group .control-label {
  text-align: left;
  font-weight: 700;
}

.form-group input[type=checkbox] {
  margin-left: 0px;
}

.modal-content {
  width: 900px;
  margin-left: -150px;
}

.alert .btn {
  margin-bottom: 0px;
  margin-left: 10px;
}
.alert a:not(.btn) {
  text-decoration: underline;
}

.btn-disabled {
  background-color: #efefef;
  border: 1px solid #ccc;
}

.btn-no-color {
  color: inherit;
  background-color: inherit;
  border-color: none;
}

.title-env .btn {
  display: inline-block;
  margin-right: 10px;
}
.title-env h1 {
  display: inline-block;
}

ol.breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 30px;
}
ol.breadcrumb li a:hover {
  text-decoration: underline;
  color: #2F9BDE;
}

li.select2-search-choice.all-providers {
  margin-left: -15px !important;
}

.panel.panel-color .panel-heading.panel-heading-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.js-form-reset {
  margin-top: -3px;
  margin-bottom: -3px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.dropdown-menu.notifications {
  margin-top: -20px !important;
  width: 500px !important;
}

td .actions .btn.btn-xs, td .actions .btn-group-xs > .btn {
  margin-top: -3px;
  margin-bottom: -2px;
}

.modal-body select {
  width: 100%;
}

textarea {
  width: 100%;
}

.panel-options .btn {
  margin: 0px !important;
  color: #ffffff !important;
}

.table th {
  white-space: nowrap;
}

.table-responsive {
  border: none;
}

.placeholder {
  color: #999;
}

.visible {
  visibility: visible !important;
}

.navbar .services form .btn-link {
  color: #2F9BDE;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 50px !important;
  }
  .navbar-brand {
    display: block !important;
    margin-top: -15px !important;
    margin-bottom: -20px !important;
  }
}
.navbar.horizontal-menu .navbar-inner .navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.tooltip-inner {
  white-space: pre-wrap;
}

.select2-search:after {
  content: "\f002" !important;
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: 900;
}

.select2-container .select2-choice .select2-arrow b:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}

.navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub > a:before {
  content: "\f105" !important;
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: 900;
}

.login-container h4 {
  text-align: center;
}
.login-container .content-login .form-group {
  margin: 20px 0;
}

.list-group.identity-providers {
  border-top: 1px dotted #bdc3c7;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}
.list-group.identity-providers .list-group-item {
  border: none;
  height: 48px;
  padding: 0;
}
.list-group.identity-providers .list-group-item img {
  margin-right: 8px;
  max-height: 48px;
}
.list-group.identity-providers .list-group-item .omniauth-sign-in-label {
  display: none;
}

.dropdown-menu .dropdown-submenu {
  position: relative;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-menu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-menu .dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.duration .hrs, .duration .mins, .duration .secs {
  font-weight: bold;
}

.filter-field {
  min-height: 60px;
}
.filter-field .select2-choices {
  min-width: 160px !important;
}

.breadcrumb-env form.search .btn {
  margin-right: 10px;
}

.table-hover tbody tr[data-href]:hover > td:not(.no-follow) {
  cursor: pointer;
}

.menu-icon.fa-lg {
  min-width: 30px;
  text-align: left;
}

.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}

.form-control.select2-container {
  height: auto !important;
  padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
  border-color: #5897FB;
  border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #C09853 !important;
  background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #B94A48 !important;
  background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #3A87AD !important;
  background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #468847 !important;
  background: #DFF0D8 !important;
}

table.table .form-group .form-control {
  width: 80%;
}
table.table td .badge {
  margin-bottom: 8px;
}
table.table tr.new {
  color: #d5080f;
}
table.table tr.new a, table.table tr.new a:visited {
  color: inherit;
}
table.table .borderless {
  border: none !important;
}

.attachment {
  display: inline-block;
}
.attachment img.thumbnail {
  max-width: 64px;
  max-height: 64px;
  display: inline-block;
}

tr.candidate_attachment .td:last-child {
  width: 28px;
}

.candidates table .compliance-status {
  width: 100px;
  text-align: center;
}

.panel-candidate-details .row h5 {
  padding-top: 5px;
  font-weight: bold;
  text-decoration: underline;
}
.panel-candidate-details .candidate-credential {
  padding: 5px;
  line-height: 2.5rem;
  border-bottom: 1px solid #eee;
}
.panel-candidate-details .candidate-client-row {
  margin-bottom: 8px;
}

.candidates-nav {
  margin-bottom: 15px;
}

.attachments {
  margin-top: 10px;
  font-size: 1.3rem;
}

.candidate-calendar {
  height: 360px;
}
.candidate-calendar td {
  border: 1px solid #eee !important;
}
.candidate-calendar td.selected {
  background-color: #2F9BDE !important;
  color: #ffffff;
}
.candidate-calendar td .day {
  height: 35px;
  padding-top: 0px !important;
}
.candidate-calendar td .day .data .preference {
  font-size: 1.1rem;
}
.candidate-calendar td .day .data .shift {
  margin-left: 10px;
  margin-right: 10px;
}

.panel-shift-preferences td:first-child {
  width: 140px;
}

.candidate-preferences {
  background-color: #E2F9FF !important;
  color: #000000 !important;
}
.candidate-preferences label {
  color: #000000 !important;
}

table tr.candidate form.ccc_wtd_candidate_form {
  background: none !important;
  display: none;
}

body.pages h3, body.pages h4, body.pages h5 {
  font-weight: bold;
}
body.pages dl.indented dd {
  margin-left: 2.5em;
  margin-bottom: 0.5em;
}
body.pages dl.indented, body.pages pre {
  margin-top: 1em;
}
body.pages .panel-body ul {
  padding-left: 0px;
}
body.pages .panel-body ul li {
  margin-top: 1em;
}

#prev_reports_list {
  padding: 10px 0;
}
#prev_reports_list li {
  margin: 0px;
  padding: 5px 0;
}

.rotors .rotors-container .panel-body {
  padding-top: 0px;
}
.rotors .rotors-container .rotor-container {
  padding: 20px 0px;
  border-bottom: 1px solid #ecf0f1;
}

.crew-requirement .paramedic-level, .crew-requirement .grade {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
}
.crew-requirement .paramedic-level.danger, .crew-requirement .grade.danger {
  background: #cc3f44;
}
.crew-requirement .paramedic-level.success, .crew-requirement .grade.success {
  background: #8dc63f;
}
.crew-requirement .paramedic-level.warning, .crew-requirement .grade.warning {
  background: #ffba00;
}
.crew-requirement .box {
  border: 1px dashed #ccc;
  padding-top: 100px;
  height: 288px;
}
.crew-requirement .no-candidate, .crew-requirement .candidate-assigned {
  border: 1px dashed #ccc;
  padding-top: 100px;
  min-height: 288px;
}
.crew-requirement .no-candidate .btn, .crew-requirement .candidate-assigned .btn {
  margin-top: 10px;
}
.crew-requirement .candidate {
  position: relative;
  border: 1px dashed #ccc;
  min-height: 288px;
  padding-top: 40px;
}
.crew-requirement .candidate .avatar {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.crew-requirement .candidate .details {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.crew-requirement .candidate .timesheet {
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.worker-search {
  border: 1px dashed #ccc;
  padding-top: 0px;
  display: none;
}
.worker-search .fa-spin-container {
  padding: 10px;
}
.worker-search .load-results .candidate {
  text-align: left;
}
.worker-search .load-results .candidate .avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.worker-search .load-results .candidate .name span {
  vertical-align: top;
  font-weight: 500;
}
.worker-search .load-results .candidate .details {
  font-size: 0.8em;
}
.worker-search .load-results .candidate .btn {
  margin-top: 5px;
}
.worker-search .load-results .candidate form {
  margin-top: 5px;
  background: none !important;
}
.worker-search .load-results .candidate form.wtd_candidate_form {
  background: none !important;
  display: none;
}

.unpublished {
  background-color: #ff0000;
  color: #ffffff;
}

.published {
  background-color: #40bbea;
  color: #ffffff;
}

.filled {
  background-color: #8dc63f;
  color: #ffffff;
}

.partially_filled {
  background-color: #ffba00;
  color: #ffffff;
}

#search-results.roster {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 40px;
  margin-top: 40px;
}

.shift-roster {
  width: 100%;
}
.shift-roster thead tr {
  border-bottom: 2px solid;
}
.shift-roster td {
  min-width: 150px;
}
.shift-roster .day {
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
  min-width: 80px;
}
.shift-roster .weekend {
  background-color: #f5f5f5;
}
.shift-roster .roster-shift {
  display: table;
  margin: 4px auto;
  color: #333;
  border: 1px solid #ccc;
  width: 120px;
}
.shift-roster .roster-shift .shift-times {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shift-roster .roster-shift .shift-times span {
  display: block;
}
.shift-roster .roster-shift .shift-vehicle {
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}
.shift-roster .roster-shift .shift-status {
  font-size: 1rem;
  text-align: center;
  clear: both;
}
.shift-roster a:link, .shift-roster a:active, .shift-roster a:visited {
  color: inherit;
}
.shift-roster a:hover {
  color: #2F9BDE;
}

.shifts table th:first-child, .ccc_shifts table th:first-child {
  width: 30px;
}
.shifts table th.state, .ccc_shifts table th.state {
  width: 20px;
}
.shifts table th.candidate-action, .ccc_shifts table th.candidate-action {
  width: 80px;
}
.shifts table td .fa.text-warning, .ccc_shifts table td .fa.text-warning {
  margin-left: 5px;
}
.shifts table td .badge, .ccc_shifts table td .badge {
  vertical-align: text-top;
  margin-right: 5px;
}

#shifts-bulk-edit-footer,
#preferences-bulk-edit-footer, #bulk-edit-footer {
  position: fixed;
  bottom: -50px;
  z-index: 9999;
  height: 50px;
  background-color: #ccc;
  border-top: 1px solid #BBBBBB;
  color: #FFFFFF;
  width: 100%;
  margin-left: -30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 35px;
}
#shifts-bulk-edit-footer textarea,
#preferences-bulk-edit-footer textarea, #bulk-edit-footer textarea {
  color: #333;
  line-height: 1.1em;
  width: 100% !important;
}

table.timesheets input {
  width: 100%;
}
table.timesheets tr {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
table.timesheets tr.hover {
  background-color: #f1f1f1;
  border-left: 5px solid #2F9BDE;
  border-right: 5px solid #2F9BDE;
}

.comment {
  display: block;
  font-size: 0.9em;
}
.comment hr {
  margin-top: 0px !important;
}

.timesheet-anomalies i.fa {
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  #preferences-bulk-edit-footer.active {
    height: 100px;
    text-align: left;
  }
  #preferences-bulk-edit-footer.active .btn {
    padding-left: 4px;
    padding-right: 4px;
  }
  #preferences-bulk-edit-footer.active .close {
    position: absolute;
    right: 10px;
  }
}
.modal-content .upload a.modal-link, .modal-content .api-upload a.modal-link {
  display: none !important;
}

.api_upload_batches .status-pending, .api_upload_batches .status-generating {
  color: #8a6d3b;
}
.api_upload_batches .status-generated {
  color: #3c763d;
}
.api_upload_batches .status-failed {
  color: #a94442;
}

.users td.status {
  text-align: right;
}
.users td.status .badge-two-factor {
  color: #3c763d;
  background-color: #dff0d8;
  margin-right: 5px;
}
.users td.status .fa-check {
  color: #2ecc71;
}
.users td.status .glyphicon-lock {
  color: #c0392b;
}
.users td.status .fa-envelope {
  color: #f39c12;
}
.users td.status .person-actions button {
  vertical-align: inherit;
}
.users .user-actions {
  display: inline-block;
}
.users .user-actions li a.disabled {
  color: rgb(119.085, 119.085, 119.085);
  pointer-events: none;
}
.users .user-actions li .two-factor-disable {
  color: #d9534f;
}

.widgets-container .scrollable-widget {
  max-height: 250px;
  overflow: scroll;
}
.widgets-container .scrollable-widget-lg {
  max-height: 500px;
  overflow: scroll;
}
.widgets-container .widget .panel-body {
  padding: 0;
  min-height: 50px;
}
.widgets-container .widget .panel-body .fa-spin {
  margin: 10px 0;
}
.widgets-container .widget .panel-body .widget-container .well-sm {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.widgets-container .widget .panel-body .widget-container table {
  margin-top: 10px;
}
.widgets-container .widget .panel-body .summary .label {
  display: inline !important;
}
.widgets-container .widget .panel-body .table {
  font-size: 13px;
  margin: 0;
  overflow: hidden;
}
.widgets-container .widget .panel-body .table .btn {
  padding: 0;
  white-space: normal;
  font-weight: bold;
  text-align: left;
}
.widgets-container .widget .panel-body .table th {
  vertical-align: middle;
}
.widgets-container .widget .panel-body .table th:not(:first-child) {
  text-align: center;
}
.widgets-container .widget .panel-body .table td {
  text-align: center;
  vertical-align: middle;
}
.widgets-container .widget .panel-body .table td .btn {
  font-size: 13px !important;
  font-weight: normal;
}
.widgets-container .widget .panel-body .table.compliance_warnings th, .widgets-container .widget .panel-body .table.compliance_warnings td, .widgets-container .widget .panel-body .table.ccc_compliance_warnings th, .widgets-container .widget .panel-body .table.ccc_compliance_warnings td {
  text-align: left;
}

/*# sourceMappingURL=application-default.css.map */
